/**
 * GoinGlobal - Single College Landing Page Styles (Figma Match)
 * Scoped under .gg-college-page to avoid conflicts with Astra and Elementor.
 */

/* ==========================================================================
   Full-Width Page Canvas & Reset for Astra
   ========================================================================== */
body.single-college #content,
body.single-college #content > .ast-container,
body.single-college #primary,
.single-college #content,
.single-college #content > .ast-container,
.single-college #primary {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.gg-college-page {
	color: #334155;
	line-height: 1.6;
	background-color: #FFFFFF;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gg-college-page * {
	box-sizing: border-box;
}

.gg-container {
	max-width: 1140px;
	margin: 0 auto 30px;
	padding: 0;
}

/* Typography & Headings */
.gg-section-heading {
	font-size: 32px;
	font-weight: 700;
	color: #0A1E40;
	margin: 0 0 46px 0;
	letter-spacing: -0.015em;
	line-height: 1.25;
}

.gg-text-center {
	text-align: center;
}

/* Buttons */
.gg-btn-group {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 0;
}

.gg-btn-group-center {
	justify-content: center;
}

.gg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	font-size: 22px;
	font-weight: 500;
	border-radius: 9999px;
	text-decoration: none !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	cursor: pointer;
	line-height: 1;
	box-shadow: none !important;
	transform: none !important;
	box-sizing: border-box;
	letter-spacing: 0.5px;
	padding: 2px 25px 0;
	width: auto;
}

.gg-btn-primary {
	background-color: #00AF50 !important;
	color: #FFFFFF !important;
	border: 2px solid #00AF50 !important;
	width: 117px;
	min-width: 117px;
	box-shadow: none !important;
	transform: none !important;
}

.gg-btn-primary:hover {
	background-color: #009645 !important;
	border-color: #009645 !important;
	color: #FFFFFF !important;
	transform: none !important;
	box-shadow: none !important;
}

.gg-btn-outline {
	background-color: transparent !important;
	color: #00AF50 !important;
	border: 1.5px solid #00AF50 !important;
	box-shadow: none !important;
	transform: none !important;
}

.gg-btn-outline:hover {
	background-color: rgba(0, 175, 80, 0.08) !important;
	border-color: #009645 !important;
	color: #009645 !important;
	transform: none !important;
	box-shadow: none !important;
}

/* ==========================================================================
   1. Hero Section
   ========================================================================== */
.gg-hero-section {
	height: 510px;
	min-height: 510px;
	padding: 0;
	background-color: #E7F3FF;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.gg-hero-grid {
	display: grid;
	grid-template-columns: 460px 654px;
	gap: 26px;
	align-items: center;
	width: 100%;
}

.gg-hero-content {
	max-width: 460px;
	padding-top: 0;
}

.gg-hero-title {
	font-size: 44px;
	font-weight: 700;
	color: #0A1E40;
	line-height: 1;
	letter-spacing: -0.025em;
	max-width: 420px;
	margin: 0 0 20px 0;
}

.gg-hero-bullets {
	margin: 0 0 28px 0;
	padding-left: 20px;
	list-style-type: disc;
}

.gg-hero-bullets li {
	font-size: 16px;
	font-weight: 400;
	color: #0A1E40;
	line-height: 1.5;
	margin-bottom: 8px;
}

.gg-hero-bullets li:last-child {
	margin-bottom: 0;
}

.gg-hero-content .gg-btn-group {
	margin-top: 0;
}

.gg-hero-media {
	position: relative;
	width: 654px;
}

.gg-hero-img-wrapper {
	position: relative;
	width: 654px;
	height: 395px;
	border-radius: 24px;
	box-shadow: 0 16px 36px rgba(10, 30, 64, 0.08);
}

.gg-hero-img {
	width: 654px;
	height: 395px;
	object-fit: cover;
	border-radius: 24px;
	display: block;
}

.gg-hero-badge {
	position: absolute;
	bottom: -52px;
	left: 50%;
	transform: translateX(-50%);
	width: 115px;
	height: 114px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0 8px 24px rgba(10, 30, 64, 0.15);
	border: 4px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 2;
}

.gg-hero-badge-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ==========================================================================
   2. Local Insights Section
   ========================================================================== */
.gg-insights-section {
	padding: 90px 0 42px 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.gg-insights-section .gg-section-heading {
	font-size: 38px;
	font-weight: 600;
	color: #0A1E40;
	margin: -3px 0 35px 0;
	/* FONT-VARIANT: JIS83; */
	line-height: 1.25;
	text-align: center;
}

.gg-insights-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.gg-mockup-wrapper {
	margin-left: -86px;
	flex-shrink: 0;
	width: 736px;
}

.gg-mockup-img {
	width: 736px;
	height: 567px;
	object-fit: contain;
	border-radius: 16px;
	box-shadow: none !important;
	display: block;
}

.gg-insights-content {
	width: 412px;
	max-width: 412px;
	flex-shrink: 0;
}

.gg-content-title {
	font-size: 30px;
	font-weight: 600;
	color: #0A1E40;
	margin: 0 0 16px 0;
	line-height: 1.25;
	letter-spacing: -0.015em;
}

.gg-content-desc {
	font-size: 22px;
	font-weight: 400;
	color: #475569;
	margin: 0;
	line-height: 1;
}

/* ==========================================================================
   3. Take Your Career Further Section
   ========================================================================== */
.gg-further-section {
	padding: 56px 0 49px 0;
	background-color: #EEF7FF;
	box-sizing: border-box;
}

.gg-further-section .gg-section-heading {
	font-size: 38px;
	font-weight: 600;
	color: #0A1E40;
	margin: 0 0 34px 0;
	text-align: center;
	line-height: 1.25;
}

.gg-further-cards {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 888px;
	margin: 0 auto;
	width: 100%;
}

.gg-further-card {
	background: #FFFFFF;
	border-radius: 16px;
	width: 100%;
	min-height: 191px;
	padding: 0 0 0 41px;
	box-shadow: 0 4px 20px rgba(10, 30, 64, 0.04);
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: none;
	box-sizing: border-box;
	overflow: hidden;
}

.gg-further-card-reverse {
	padding: 0 54px 0 0;
	gap: 27px;
	justify-content: flex-start;
}

.gg-further-card-content {
	flex: 1;
	max-width: 580px;
}

.gg-further-card-title {
	font-size: 30px;
	font-weight: 700;
	color: #0A1E40;
	margin: 0 0 10px 0;
	line-height: 1;
	letter-spacing: -0.015em;
}

.gg-further-card-desc {
	font-size: 22px;
	font-weight: 400;
	color: #334155;
	margin: 0;
	line-height: 1;
}

.gg-further-card-visual {
	flex-shrink: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 191px;
}

.gg-card-illustration-img {
	height: 191px;
	width: auto;
	object-fit: contain;
	display: block;
}

/* ==========================================================================
   4. What Our Users Say (Testimonials)
   ========================================================================== */
.gg-testimonials-section {
	padding: 69px 0 126px 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.gg-testimonials-section .gg-section-heading {
	font-size: 38px;
	font-weight: 600;
	color: #0A1E40;
	margin: 0 0 42px 0;
	text-align: center;
	line-height: 1.25;
}

.gg-testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 364px);
	gap: 28px;
	max-width: 1148px;
	margin: 0 auto;
	width: 100%;
}

.gg-testimonial-card {
	background-color: #EDF6FF;
	border-radius: 16px;
	padding: 34px 28px 30px 28px;
	display: flex;
	flex-direction: column;
	border: none !important;
	box-shadow: none !important;
	width: 364px;
	height: 368px;
	box-sizing: border-box;
}

.gg-testimonial-logo {
	height: 60px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 32px;
}

.gg-testimonial-logo-img {
	max-height: 60px;
	max-width: 260px;
	width: auto;
	object-fit: contain;
	object-position: left bottom;
	display: block;
}

.gg-testimonial-text {
	font-size: 22px !important;
	font-weight: 400 !important;
	color: #0A1E40 !important;
	line-height: 25px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-style: normal;
	max-width: 308px;
}

.gg-testimonial-quote-icon {
	display: inline-block;
	width: 22px;
	height: 17px;
	background: url('/wp-content/uploads/2026/09/@2x.png') no-repeat center / contain;
	vertical-align: -1px;
	margin-right: 12px;
	flex-shrink: 0;
}

.gg-testimonial-author {
	border-top: none !important;
	padding-top: 0 !important;
	margin-top: auto;
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #0A1E40 !important;
	line-height: 25px !important;
	letter-spacing: -0.01em;
	max-width: 250px;
}

/* ==========================================================================
   5. Frequently Asked Questions (Accordion)
   ========================================================================== */
.gg-faq-section {
	padding: 72px 0 83px 0 !important;
	background-color: #E7F3FF !important;
	box-sizing: border-box;
}

.gg-faq-section .gg-section-heading {
	font-size: 38px;
	font-weight: 600;
	color: #0A1E40;
	margin: 0 0 50px 0 !important;
	text-align: center;
	line-height: 1.0 !important;
}

.gg-faq-accordion {
	max-width: 870px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 19px !important;
	width: 100%;
	margin: 0 auto 0;
}

.gg-faq-item {
	background: #FFFFFF !important;
	background-color: #FFFFFF !important;
	border: none !important;
	outline: none !important;
	border-radius: 16px !important;
	overflow: hidden !important;
	box-shadow: 0 2px 10px rgba(10, 30, 64, 0.03) !important;
	box-sizing: border-box;
}

.gg-faq-trigger {
	all: unset;
	box-sizing: border-box !important;
	width: 100% !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	text-align: left !important;
	cursor: pointer !important;
	min-height: 78px !important;
	padding: 0 20px 0 40px !important;
	background: #FFFFFF !important;
	background-color: #FFFFFF !important;
	color: #0A1E40 !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.gg-faq-item.is-open .gg-faq-trigger {
	height: auto !important;
	padding: 24px 20px 12px 40px !important;
}

.gg-faq-question {
	font-size: 30px !important;
	font-weight: 600 !important;
	color: #0A1E40 !important;
	line-height: 1 !important;
	letter-spacing: -0.015em !important;
	margin: 4px 0 0 !important;
}

.gg-faq-icon {
	font-size: 0 !important;
	color: transparent !important;
	flex-shrink: 0 !important;
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
	min-height: 24px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: relative !important;
}

.gg-faq-icon::before {
	content: '' !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 24px !important;
	height: 2.5px !important;
	background-color: #0054FF !important;
	border-radius: 2px !important;
	transform: translate(-50%, -50%) !important;
	transition: transform 0.25s ease !important;
}

.gg-faq-icon::after {
	content: '' !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 2.5px !important;
	height: 24px !important;
	background-color: #0054FF !important;
	border-radius: 2px !important;
	transform: translate(-50%, -50%) !important;
	transition: transform 0.25s ease !important;
}

.gg-faq-item.is-open .gg-faq-icon::before {
	transform: translate(-50%, -50%) rotate(45deg) !important;
}

.gg-faq-item.is-open .gg-faq-icon::after {
	transform: translate(-50%, -50%) rotate(45deg) !important;
}

.gg-faq-panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
	background: #FFFFFF !important;
}

.gg-faq-content {
	padding: 0 20px 24px 40px !important;
	background: #FFFFFF !important;
}

.gg-faq-content p {
	font-size: 22px !important;
	font-weight: 400 !important;
	color: #475569 !important;
	margin: 0 !important;
	line-height: 1;
}

/* ==========================================================================
   6. Bottom CTA Section
   ========================================================================== */
.gg-bottom-cta-section {
	padding: 104px 0 92px 0 !important;
	background: #E6FBF4 url(/wp-content/uploads/2026/09/Background-illustration-1-scaled.png) center center / auto 100%  no-repeat!important;
	position: relative !important;
	overflow: hidden !important;
	width: 100% !important;
	box-sizing: border-box;
}

.gg-bottom-cta-box {
	background: transparent !important;
	border-radius: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	position: relative !important;
	overflow: visible !important;
	box-shadow: none !important;
	max-width: 100% !important;
	margin: 0 auto !important;
}

.gg-bottom-cta-title {
	font-size: 38px !important;
	font-weight: 600 !important;
	color: #0A1E40 !important;
	line-height: 1;
	letter-spacing: -0.015em !important;
	max-width: 600px !important;
	margin: 0 auto 30px auto !important;
	text-align: center !important;
	position: relative !important;
	z-index: 1 !important;
}

.gg-bottom-cta-box .gg-btn-group {
	display: flex !important;
	gap: 16px !important;
	align-items: center !important;
	justify-content: center !important;
	margin-top: 0 !important;
	position: relative !important;
	z-index: 1 !important;
}

.gg-bottom-cta-box .gg-btn-primary {
	background-color: #00AF50 !important;
	color: #FFFFFF !important;
	border: 2px solid #00AF50 !important;
	min-width: 135px !important;
	padding: 0 32px !important;
	height: 52px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	border-radius: 9999px !important;
	box-shadow: none !important;
	text-decoration: none !important;
	line-height: 1 !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
	transform: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
}

.gg-bottom-cta-box .gg-btn-primary:hover {
	background-color: #009645 !important;
	border-color: #009645 !important;
	color: #FFFFFF !important;
	transform: none !important;
	box-shadow: none !important;
}

.gg-bottom-cta-box .gg-btn-outline {
	background-color: transparent !important;
	color: #00AF50 !important;
	border: 1.5px solid #00AF50 !important;
	min-width: 177px !important;
	padding: 0 28px !important;
	height: 52px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	border-radius: 9999px !important;
	box-shadow: none !important;
	text-decoration: none !important;
	line-height: 1 !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
	transform: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
}

.gg-bottom-cta-box .gg-btn-outline:hover {
	background-color: rgba(0, 175, 80, 0.08) !important;
	border-color: #009645 !important;
	color: #009645 !important;
	transform: none !important;
	box-shadow: none !important;
}

/* Decorative floating confetti & sparkles */
.gg-confetti {
	position: absolute;
	pointer-events: none;
	z-index: 0;
	display: none;
}

/* Left side elements */
.gg-c1 {
	top: 22%;
	left: 11%;
	width: 6px;
	height: 6px;
	background-color: #4385FC;
	border-radius: 50%;
}

.gg-c2 {
	top: 23%;
	left: 21%;
	width: 11px;
	height: 11px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FAD77D' d='M12,0 C12,6.627 6.627,12 0,12 C6.627,12 12,17.373 12,24 C12,17.373 17.373,12 24,12 C17.373,12 12,6.627 12,0 Z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

.gg-c3 {
	top: 43%;
	left: 5%;
	width: 6px;
	height: 6px;
	background-color: #76E0BB;
	border-radius: 50%;
}

.gg-c4 {
	top: 55%;
	left: 19%;
	width: 6px;
	height: 6px;
	background-color: #A7B7FC;
	border-radius: 50%;
}

.gg-c5 {
	top: 70%;
	left: 27%;
	width: 6px;
	height: 6px;
	background-color: #397DFC;
	border-radius: 50%;
}

/* Right side elements */
.gg-c6 {
	top: 19%;
	right: 24%;
	width: 6px;
	height: 6px;
	background-color: #AABAFB;
	border-radius: 50%;
}

.gg-c7 {
	top: 23%;
	right: 14%;
	width: 6px;
	height: 6px;
	background-color: #397DFC;
	border-radius: 50%;
}

.gg-c8 {
	top: 45%;
	right: 6%;
	width: 11px;
	height: 11px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FAD77D' d='M12,0 C12,6.627 6.627,12 0,12 C6.627,12 12,17.373 12,24 C12,17.373 17.373,12 24,12 C17.373,12 12,6.627 12,0 Z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

.gg-c9 {
	top: 62%;
	right: 28%;
	width: 9px;
	height: 9px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2375EDAC' d='M12,0 C12,6.627 6.627,12 0,12 C6.627,12 12,17.373 12,24 C12,17.373 17.373,12 24,12 C17.373,12 12,6.627 12,0 Z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

.gg-c10 {
	top: 62%;
	right: 14%;
	width: 6px;
	height: 6px;
	background-color: #3F81FC;
	border-radius: 50%;
}

@media (max-width: 1340px) {
	.gg-container {
		max-width: 940px;
		margin: 0 auto 30px;
		padding: 0 15px;
		width: 100%;
	}
	.gg-hero-media {

		width: 535px;
	}
	.gg-hero-img-wrapper {

		width: 100%;

	}

	.gg-hero-grid {
		display: grid;
		grid-template-columns: 377px 654px;
		gap: 26px;
		align-items: center;
		width: 100%;
	}

	.gg-mockup-wrapper {

		width: 503px;
	}

	.gg-testimonials-grid {
		display: flex;
		gap: 28px;

		margin: 0 auto;
		width: 370px;
		flex-direction: column;
	}

}

@media (max-width: 1120px) {
	.gg-insights-grid {

		flex-direction: column;
	}
	.gg-mockup-wrapper {
        width: auto;
		margin:0 auto 30px
    }
	.gg-mockup-img {
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: none !important;
    display: block;
    max-width: 100%;
}

.gg-further-card {
    background: #FFFFFF;
    border-radius: 16px;
    width: 100%;
    min-height: 191px;
    padding: 0 0 0 41px;
    box-shadow: 0 4px 20px rgba(10, 30, 64, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    box-sizing: border-box;
    overflow: hidden;
    flex-direction: column;
    height: auto;
    padding: 20px 20px;
}

.gg-further-card-reverse {

    flex-direction: column-reverse !important;
}

}

@media (max-width: 1024px) {
	.gg-hero-grid {
        display: flex;
       
        flex-direction: column;
    }
	.gg-hero-section {
		height: auto;
		padding: 0;
		
		display: flex;
		align-items: center;
		box-sizing: border-box;
		padding: 50px 0 46px;
	}
	.gg-hero-media {
        max-width: 535px;
        width: 100%;
    }

	.gg-faq-question {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #0A1E40 !important;
    line-height: 1 !important;
    letter-spacing: -0.015em !important;
    margin: 4px 0 0 !important;
    padding: 7px 7px 7px 0;
}
}