/*
	Theme Name: supergrad
	Theme URI: https://supergrad.in
	Description: supergrad
	Version: 1.0.0
	Author: supergrad
	Author URI: https://supergrad.in
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.form_display .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 10px;
}
.carousel-slide .feature-card:first-child,.carousel-slide .feature-card:nth-child(3) { background:#f3f4f6; }
.carousel-slide .feature-card:nth-child(2)   { background:#f3f4f6;  }
.animate-bounce {
  animation: bounce 2.7s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.process-grid .sun {
  width: 60px;
  height: 56px;
  display: block;
  position: absolute;
  left: 0;
  top: -75px;
  background: url(https://supergrad.in/wp-content/uploads/2025/11/concept-icons.png) no-repeat 0 0;
}
.process-grid .cloud {
  width: 116px;
  height: 56px;
  display: block;
  position: absolute;
  left: 53%;
  top: -75px;
  background: url(https://supergrad.in/wp-content/uploads/2025/11/concept-icons.png) no-repeat 100% 0;
}
.small-image img { width:120px; } 
.large-image img { width:210px;}
.frm_style_formidable-style.with_frm_style .frm_submit button  { background:#000 !important; border:1px solid #000;  }
.main-banner-inner {
	width: 50%;
	padding-left: 5%;
}
.process-card-3 img, .process-card-2 img,.process-card-1 img, .large-image img  {  backface-visibility: hidden; /* Hides the back during flip */
  transition: transform 0.6s;
  transform-style: preserve-3d; /* Enables 3D space for children */}
.process-card-3 img:hover,.process-card-2 img:hover,.process-card-1 img:hover, .large-image img:hover    {
	   transform: rotateY(-90deg);
}
.navbar-brand img {border-radius: 0px; }
.process-card-1 { margin-top: -80px;}
.large-card {	
	margin-top: -100px;
}
.process-card-2  {
	margin-top: -40px;
}
.programs-grid h2   {
	padding-top: 2em;
	padding-bottom: 1em;
	font-weight: 800;
}
.banner-images img {
	border-radius: 10px;
}
.footer-logo img {
	width: 85px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 0px;
	margin-left: auto;
	margin-right: auto;
	/* display: block; */
}
footer h5 {
	font-size: 1.5em;
	font-weight: 800;
	padding-top: 6%;
	padding-bottom: 10%;
}
.univer-section {
	background: #f3f4f6;
	padding-top: 4%;
	padding-bottom: 2%;
}
 .banner-container {           
            margin: 0 auto;
        }
        
        .main-banner {
           background: 
		linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
		url('https://supergrad.in/wp-content/uploads/2025/11/Our-expert-coaching.avif') no-repeat center center;
	background-size: cover;
	border-radius: 16px;
	padding:12% 40px;
	margin-bottom: 40px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
	border: 1px solid #f0f0f0;
	margin-top: 7%;
	color: #ffffff;
        }
        
        .banner-title {
            font-size: calc(0.00e+0 * min(100vw, 1440px) + 2.88em);
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
            color: #fff;
        }
        
       .banner-subtitle {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.5;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
       .consultation-box {
	background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
	border-radius: 12px;
	padding: 30px;
	text-align: left;
	color: white;
	box-shadow: 0 8px 25px rgba(30, 60, 114, 0.2);
	max-width: 51%;
}
        
        .consultation-title {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 25px;
            line-height: 1.3;
        }
        
        .btn-book {
            background: #ed2027;
            color: #fff;
            font-weight: 600;
            font-size: 18px;
            padding: 12px 35px;
            border-radius: 50px;
            border: none;
            transition: all 0.3s ease;
           
        }
        
        .btn-book:hover {
            background: #ed2027;
            transform: translateY(-2px);
          
        }
        
        .banner-image {
            height: 100%;
            background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 18px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }
        
        .stats-section {
            background: #f8f9fa;
            border-radius: 16px;
            padding: 0;
            margin-bottom: 0px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        }
        
        .stat-item {
            text-align: center;
            padding: 15px;
            transition: transform 0.3s ease;
        }
        
        .stat-item:hover {
            transform: translateY(-5px);
        }
        
        .stat-number {
            font-size: 42px;
            font-weight: 700;
            color: #1e3c72;
            line-height: 1;
            margin-bottom: 8px;
        }
        
        .stat-label {
            font-size: 16px;
            color: #555;
            font-weight: 500;
        }
        
        .stats-note {
            text-align: center;
            margin-top: 25px;
            font-size: 14px;
            color: #888;
            font-style: italic;
        }
        
       .dynamic-stats {
	background: #ebebeb url('https://supergrad.in/wp-content/uploads/2025/10/back.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	border-radius: 12px;
	padding: 25px;
	margin-top: 30px;
	text-align: center;
}
        
        .dynamic-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
       .counter {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
            display: inline-block; color:#ed2027;
        }
        
        .counter-label {
	font-size: 16px;
	opacity: 1;
	color: #000;
	font-weight: 700;
	text-shadow: 1px 1px #fff;
}
 .plus-symbol {
            font-size: 32px;
            font-weight: 700; color: #ed2027; 
            display: inline-block;
            margin-left: 2px;
        }
        .banner-title span { color:#ed2027; }
/* country */
.study-destination-module {
	background:#fff;
	color: white;
	border-radius: 15px;
	padding: 40px 30px;
	margin: 30px 0;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	position: relative;
	overflow: hidden;
}
        
        .study-destination-module::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
          
            z-index: 1;
        }
        
        .module-content {
            position: relative;
            z-index: 2;
        }
        
.module-title {
            font-weight: 700;
            font-size: 2.2rem;
            margin-bottom: 20px;
             color: #000;
        }

        .module-title span {
             color: #ed2027;
        }
        
        .module-subtitle {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.9;
            max-width: 600px;color: #000;
        }
        
        .country-card {
            border-radius: 12px;
            overflow: hidden;
            height: 180px;
            position: relative;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        .country-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.3);
        }
        
        .country-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .country-name {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
            padding: 20px 15px 10px;
            font-weight: 600;
            font-size: 1.2rem;
            color: white;
        }
        
        .cta-button {
            background: white;
            color: #1a2a6c;
            border: none;
            border-radius: 50px;
            padding: 12px 30px;
            font-weight: 600;
            margin-top: 30px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 20px rgba(0,0,0,0.3);
        }
        
        .globe-icon {
            position: absolute;
            right: 30px;
            bottom: 30px;
            font-size: 6rem;
            opacity: 0.2;
            z-index: 1;
        }
   /* 4image section */     
      .container-module { position:relative;
margin: 0 auto;
padding: 30px 20px;
}

.header-section {
text-align: center;
margin-bottom: 50px;
padding: 20px 0;
}

.app-title {
font-size: 2.8rem;
font-weight: 800;
margin-bottom: 10px;
color: #2c3e50;
letter-spacing: -0.5px;
}

.app-subtitle {
font-size: 1.4rem;
color: #3498db;
margin-bottom: 8px;
font-weight: 600;
}

.app-description {
font-size: 1.1rem;
color: #7f8c8d;
}

.process-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 25px;
margin-bottom: 40px; margin-top: -195px; position:relative;
}
.process-card {
	
	padding: 30px;	
	display: flex;
	flex-direction: column;
	height: 100%;	
	align-items: center;
	text-align: center;
}

.card-image {
	background-color: #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #e3e3e3;
	border: 1px solid #d5d5d5;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 8px;
}

.small-image {
width: 120px;
height: 120px;
font-size: 2.5rem;
}

.large-image {
width: 210px;
height: 210px;
font-size: 4rem;
grid-column: span 2;
justify-self: center; margin-top:-91px;
}
.small-image img, .large-image img {
	border-radius: 100px;
	padding: 5px;
}
.large-card {
grid-column: span 1;
}

.card-title {
	font-size: 1.2rem;	
	margin-bottom: 15px;
	color: #ed2027;
	line-height: 1.5;	
 /* font-family: "Shadows Into Light", cursive;*/
  font-weight: 400;
  font-style: normal; margin-top: 15px;
}
.checklist-section {
background: white;
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
padding: 30px;
margin-top: 20px;
}

.checklist-title {
font-size: 1.6rem;
font-weight: 700;
margin-bottom: 25px;
color: #2c3e50;
border-bottom: 2px solid #f1f8ff;
padding-bottom: 12px;
}

.checklist-item {
display: flex;
align-items: center;
padding: 15px 0;
border-bottom: 1px solid #f1f8ff;
}

.checklist-item:last-child {
border-bottom: none;
}

.checklist-icon {
margin-right: 15px;
color: #3498db;
font-size: 1.3rem;
}

.checklist-text {
font-size: 1.1rem;
}
/* service section*/
#services h2 {  margin-bottom: calc(0.00e+0 * min(100vw, 1440px) + 1.88em);
           	margin-top:calc(0.00e+0 * min(100vw, 1440px) + 1.88em); font-weight:800; color: #000; }
#services h2 span {color: #ed2027; }
.feature-card {
            border: none;
            border-radius: 10px;
         box-shadow: 2px 2px 20px 0 #707070;
            transition: transform 0.3s ease;
            height: 100%;
            padding: 50px 30px;
            text-align: center;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
        }
        
       .icon-container {
	width: 80px;
	box-shadow: 2px 2px 10px 0 #707070;
	height: 80px;
	border-radius: 50%;
	background-color: #ed2027;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px; border: 1px solid #fff;
}
        
        .icon {
	font-size: 2rem;
	color: #fff;
}
.feature-card p {
	color: #000;
}
.feature-title {
	font-weight: 800;
	margin-bottom: calc(0.00e+0 * min(100vw, 1440px) + 0.88em);
	color: #000;
	margin-top: calc(0.00e+0 * min(100vw, 1440px) + 1.88em);
	font-size: 1.3em;
}
.feature-button .apply_btn {
	display: block;
	text-align: center; margin-top:calc(0.00e+0 * min(100vw, 1440px) + 2.50em); margin-bottom:calc(0.00e+0 * min(100vw, 1440px) + 2.50em);
}
.feature-button .apply_btn a {
		background: #ed2027;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	padding: 12px 35px;
	border-radius: 50px;
	border: none;
	transition: all 0.3s ease;	
	vertical-align: middle;
}
.section-title span, .testimonials-section span  { color: #ed2027; }
/* countries*/
 .content-wrapper {
            display: flex;
            gap: 40px;
            margin-bottom: 40px;
        }

.content-wrapper .header-section {
	background-image: linear-gradient(rgba(0, 0, 0, 0.53) 34%, rgba(0, 0, 0, 0.7) 100%), url('https://supergrad.in/wp-content/uploads/2025/10/students.jpg');
	background-size: cover;
	background-position: center;
	padding: 40px 30px;
	border-radius: 145px 133px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
        
        .trusted-text {
          font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 5px;
  color: #fff;
        }
        
        .academic-text {
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 5px;
            color: #fff;
        }
        
        .institutes-text {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 10px;
            color: #fff;
        }
        
        .world-text {
            font-size: 1.2rem;
            font-weight: 800;
            color: #fff;
        }
        
        .universities-section {
            flex: 2;
        }
        
        .university-card {
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            padding: 20px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%;
        }
        
        .university-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }
        
        .university-logo {
            height: 70px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .university-logo img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }
        
        .university-name {
            font-weight: 600;
            font-size: 1.1rem;
            color: #1a2a6c;
            margin-bottom: 0;
            line-height: 1.3;
        }
        
/* footer*/
footer {
            background-color: #343434;
            color: white;
            padding: 40px 0 20px;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .footer-links a:hover {
            color: white;
        }
/* Testimonial*/
.testimonials-section {
            padding: 60px 0;
            background-color: #fff;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: #1a1a1a;
        }
        
        .section-subtitle {
            font-size: 1.1rem;
            color: #666;
            margin-bottom: 40px;
        }
        
        .divider {
            height: 2px;
            background-color: #e9ecef;
            margin: 40px 0;
        }
        
      .testimonial-card {
	border: none;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-bottom: 30px;
	height: 100%;
	transition: transform 0.3s ease;
	background: #9f040c;
}
        
        .testimonial-card:hover {
            transform: translateY(-5px);
        }
        
        .testimonial-text {
            font-size: 1rem;
            line-height: 1.6;
            color: #fff;
            margin-bottom: 20px;
            font-style: italic;
        }
        
        .student-info {
            display: flex;
            align-items: center;
        }
        
        .student-image {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
            border: 2px solid #e9ecef;
        }
        
        .student-details {
            flex: 1;
        }
        
        .student-name {
            font-weight: 600;
            font-size: 1.1rem;
            color: #fff;
            margin-bottom: 5px;
        }
        
        .student-country {
            color: #fff;
            font-weight: 500;
            font-size: 0.95rem;
        }
        
        .quote-icon {
            color: #a7a7a7;
            font-size: 1.5rem;
            margin-bottom: 15px;
        }
            /* two column*/
.fastlane-section {
	padding: 80px 0;
	background: linear-gradient(to right, #edfcff 0%, #f8f9fa 50%, #fff 50%, #e8f7f7 100%);
}
.fastlane-section-inner {
	background: linear-gradient(to right, #edfcff 0%, #f8f9fa 50%, #fff 50%, #e8f7f7 100%);
	padding: 3% 8%;
}
        
        .fastlane-section .content-left {
            padding-right: 50px;
        }
        
        .fastlane-section  .fastlane-title {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 25px;
            line-height: 1.2;
            color: #1a1a1a;
        }
        
        .fastlane-section  .fastlane-description {
            font-size: 1.2rem;
            line-height: 1.6;
            margin-bottom: 35px;
            color: #555;
        }
        
       .fastlane-section  .btn-get-started {
            background-color: #ed2027;
            color: white;
            font-weight: 600;
            font-size: 1.1rem;
            padding: 14px 40px;
            border-radius: 8px;
            border: none;
            transition: all 0.3s ease;
        }
        
        .fastlane-section  .btn-get-started:hover {
            background-color: #ed2027;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
        }
        
        .fastlane-section  .image-right {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 30px;
        }
        
       .fastlane-section  .feature-image {
            max-width: 100%;
            height: auto;
            border-radius: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
/* faq*/
.faq-section .section-title {
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: #1a1a1a;
	text-align: center;
	padding-bottom: 3%;
}
.faq-section .section-title span  { color: #ed2027;}
.accordion-button {
            font-weight: 600;
            font-size: 1.1rem;
            padding: 20px;
            background-color: #fff;
            color: #1a1a1a;
            border: none;
            box-shadow: none;
        }
        
        .accordion-button:not(.collapsed) {
            background-color: #f5bfc1;
            color: #000;
            box-shadow: none;
        }
        
        .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(0,0,0,.125);
        }
        
        .accordion-body {
            padding: 20px;
            font-size: 1rem;
            line-height: 1.6;
            color: #555;
            background-color: #f8f9fa;
        }
        
        .accordion-item {
            border: 1px solid #e9ecef;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
        }
        
        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            transform: scale(1.2);
        }
        
        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }
        
        .faq-number {
            display: inline-block;
            background-color: #ed2027;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
            margin-right: 10px;
            font-size: 0.9rem;
        }
.faq-section {
	padding-top: 4%;
	padding-bottom: 4%;
}

.social-icons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            font-size: 1.5rem;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .social-icon:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
            color: white;
        }
        
        .facebook {
            background-color: #3b5998;
        }
        
        .twitter {
            background-color: #1da1f2;
        }
        
        .linkedin {
            background-color: #0077b5;
        }
        
        .youtube {
            background-color: #ff0000;
        }
        /* inner */
.main-banner.inner { 
	/*background: #000;
	border-radius: 16px;
	padding: 50px 40px;
	margin-bottom: 40px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
	border: 1px solid #f0f0f0;
	margin-top: 9%;*/
} 
.main-banner.inner .banner-subtitle {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.5;
}

 .benefit-item {
            padding: 18px 15px;
            border-bottom: 1px solid #eaeaea;
            transition: all 0.3s ease;
            display: flex;
            align-items: center; color:#000;
        }
        
        .benefit-item:hover {
            background-color: var(--light-gray);
            padding-left: 20px;
            border-radius: 8px;
        }
        
        .benefit-item:last-child {
            border-bottom: none;
        }
        
        .benefit-icon {
            color: #000;
            margin-right: 20px;
            font-size: 1.4rem;
            min-width: 30px;
            text-align: center;
        }
        
        .highlight {
            color:#000;
            font-weight: 600;
        }
.main-banner.inner.bottom {
	background: #efefef;
	border-radius: 16px;
	padding: 50px 40px;
	margin-bottom: 40px;
	box-shadow: 0 5px 25px rgba(109, 94, 94, 0.76);
	border: 1px solid #f0f0f0;
	margin-top: 9%;
}
.main-banner.inner.bottom .banner-subtitle  { color:#000;}

/* study box */
 /* Program Grid Parent Container */
        .programs-grid {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        
        .programs-grid .program-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
        }
        
        /* Program Card Styles */
        .program-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 6px 15px rgba(0,0,0,0.08);
            transition: all 0.4s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
            border: none;
        }
        
        .program-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        }
        
        .program-image {
            height: 200px;
            overflow: hidden;
            position: relative;
        }
        
        .program-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        
        .program-card:hover .program-image img {
            transform: scale(1.1);
        }
        
        .program-title {
            padding: 25px 20px;
            font-weight: 700;
            font-size: 1rem;
            color: #2c3e50;
            margin: 0;
            text-align: center;
            height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            border-bottom: 4px solid #000;
            position: relative;
        }
        
        .program-title::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(52, 152, 219, 0.1), rgba(44, 62, 80, 0.05));
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .program-card:hover .program-title::before {
            opacity: 1;
        }
        
        .program-description {
            padding: 25px;
            font-size: 1rem;
            color: #495057;
            line-height: 1.6;
            text-align: center;
            opacity: 0;
            max-height: 0;
            transition: all 0.5s ease;
            overflow: hidden;
            background: rgba(248, 249, 250, 0.9);
        }
        
        .program-card:hover .program-description {
            opacity: 1;
            max-height: 300px;
        }
.newsletter-6 {
            display: flex;
            align-items: center;
            background-color: var(--secondary);
            color: fff;
        }
.newsletter-6 input[type="tel"]{
	height: 45px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.newsletter-6 .frm_style_formidable-style.with_frm_style .frm_submit button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #000;
	border-color: #000;
	margin-top: 17px;
	height: 45px;
	margin-left: -11px;
}
.newsletter-6 .with_frm_style .vertical_radio .frm_checkbox label{
	
	color: #fff;
}
.newsletter-6 .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 5px;
}
        
        .newsletter-6 .newsletter-title, .newsletter-6 .newsletter-desc {
	color: #fff;
	font-size: 1.3em; padding-right: 8em;
}
.newsletter-card {
	background: #ed2026;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	padding:40px 1rem 30px 5rem;
	margin-bottom: 30px;
	transition: transform 0.3s;
}
        
        .newsletter-card:hover {
            transform: translateY(-5px);
        }
        
        .newsletter-title {
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 15px;
        }
        
        .newsletter-desc {
            color: #6c757d;
            margin-bottom: 20px;
        }
        
        .btn-subscribe {
            background-color: var(--primary);
            color: white;
            font-weight: 600;
            border: none;
            transition: all 0.3s;
        }
        
        .btn-subscribe:hover {
            background-color: #2980b9;
            transform: translateY(-2px);
        }
        
         @media (max-width: 1200px) {
            .programs-grid .program-row {
                grid-template-columns: repeat(2, 1fr);
            }
        }
       @media (max-width: 992px) {
            .content-wrapper {
                flex-direction: column;
            }
            
            .header-section {
                text-align: center;
            }
        }
        @media (max-width: 768px) {
		
			.faq-number {
	width: 55px;
	height: auto;	
}
			.accordion-button {
	font-size: 14px;
	padding: 15px;
}
			.process-grid-img {
	display: none;
}
			.programs-grid .program-row {
                grid-template-columns: 1fr;
            }
			.fastlane-section .fastlane-title {
                font-size: 2.2rem; text-align: center;
            }
            
            .fastlane-section .fastlane-description {
                font-size: 1.1rem;text-align: center;
            }
            .banner-title {
                font-size: 32px;
            }
            
            .banner-subtitle {
                font-size: 18px;
            }
            
            .stat-number {
                font-size: 32px;
            }
            
            .main-banner {
                padding: 30px 20px; margin-top: 32%;
            }
			.fastlane-section .content-left {
	padding-right: 0;
	padding-bottom: 15%;
}
			.fastlane-section .content-left {
	padding-right: 0;
	text-align: center;
}
			.main-banner-inner {
	width: 100%;
	padding-left: 10px;
}
			.content-wrapper .header-section {	
	background-size: cover;
	background-position: center;
	padding: 40px 30px;
	border-radius: 51px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 400px; margin-bottom: 0;
}
            
            .banner-image {
                height: 200px;
                margin-top: 20px;
            }
			 .counter, .plus-symbol {
                font-size: 28px;
            }
			/* country*/
			.module-title {
                font-size: 1.8rem;
            }
            
            .globe-icon {
                display: none;
            }
            
            .country-card {
                height: 150px;
            }
			.process-grid .sun,.process-grid .cloud { display:none; }
			.process-grid {
	grid-template-columns: 1fr;
	padding-top: 4rem;
}
            
            .large-card, .large-image {
                grid-column: span 1; 	margin-top: 0;
}
           
.process-card {
	height: auto;
}
     .process-card-1,   .process-card-2,   .process-card-3 {
	margin-top: 0;
}       
            .app-title {
                font-size: 2.2rem;
            }
			/*countries */
			 .header-section {
                padding: 30px 20px;
            }
            
            .academic-text {
                font-size: 2.2rem;
            }
            
            .trusted-text, .institutes-text {
                font-size: 1.3rem;
            }
			 .testimonial-card {
                padding: 20px;
            }
            
            .student-image {
                width: 50px;
                height: 50px;
            }
			 .accordion-button {
                font-size: 1rem;
                padding: 15px;
            }
        }
        
        @media (max-width: 576px) {
			.process-card {
	padding: 0;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	height: auto;
	align-items: center;
	text-align: center;
}
			.process-card-1 {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: auto;
}
			.large-image {
		margin-top: 0;
}
			.small-image img {
	width: 210px;
	height: 210px;
}
			.small-image {
	width: 210px;
	height: 210px;
}
			
			.main-banner-inner {
	width: 100%;
}
			.navbar, .navbar_list {
	top: 0;
	left: 0;
	width: 100%;
}
			.eligible-section.nav-item {
	margin-top: 10px;
	margin-bottom: 10px;
}
			.newseletter-section .frm_fields_container > .frm_form_field {
    grid-column:span 6 / span 6 !important;
  }
			.newseletter-section .with_frm_style .frm_input_group {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100%;
}
			.newsletter-card {
		padding: 40px 1rem 30px 1rem;	
}
			.newsletter-6 .newsletter-title, .newsletter-6 .newsletter-desc {
	color: #fff;
	font-size: 1.3em;
	padding-right: 0;
}
			.section-title {
	font-size: 1.7rem;	
}
			.faq-section .section-title {
	font-size: 1.5rem;	
}
			.fastlane-section .btn-get-started {	
	font-weight: 600;
	font-size: 1.1rem;
	padding: 14px 14px;
	margin-bottom: 30px;
}
			.faq-number {
		width: 60px;
	height: 30px;	
}
			.testimonials-section {
	padding: 30px 0;
}
			.fastlane-section {
	padding: 20px 0;
}
			.fastlane-section .fastlane-title {
	font-size: 1.8rem;
}
			#services h2 {
	margin-bottom: 1em;
	margin-top: 0;
}
			.consultation-box {
	max-width: 100%;
}
            .banner-title {
                font-size: 28px;
            }
            
            .consultation-title {
                font-size: 20px;
            }
            
            .btn-book {
                font-size: 16px;
                padding: 10px 25px;
            }
			.counter, .plus-symbol {
                font-size: 24px;
            }
			 .social-icon {
                width: 50px;
                height: 50px;
                font-size: 1.3rem;
            }
        }