:root {
    --primary: #4361ee;
    --secondary: #3f37c9;
    --accent: #f72585;
    --light: #f8f9fa;
    --dark: #212529;
}
body {

    font-family: 'Poppins', sans-serif;

    color: var(--dark);

    background-color: #f9f9f9;
}

@font-face {
    font-family: "ProximaNovaBold";
    src: url("fonts/ProximaNovaBold.woff2") format("woff2");
    font-display: swap;
}
/*@font-face {*/
/*    font-family: "ProximaNovaBold";*/
/*    src: url("fonts/ProximaNovaBold.woff2") format("woff2");*/
/*    font-display: swap;*/
/*}*/

@font-face {
    font-family: "ProximaNovaExtrabold";
    src: url("fonts/ProximaNovaExtrabold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "ProximaNovaRegular";
    src: url("fonts/ProximaNovaRegular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
   font-family: "ProximaNovaThin";
   src: url("fonts/ProximaNovaThin.woff2") format("woff2");
   font-display: swap;
}

h2.section-title {
    color: #253746;
    font-family: 'ProximaNovaBold';
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.3rem;
}

.hero-section {
    position: relative;
        height: 100%;
    width: 100%;
    min-height: 600px;
    max-height: 800px;
    overflow: hidden;
   
}


.hero-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../uploads/2025/07/Opt-2_Desktop-1921-X-786_-1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    /* align-items: center; */
    justify-content: start;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 0rem 2rem 2rem 2rem;
    max-width: 800px;
    position: relative;
    top: 65px;
    left: 127px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.banner {
  position: relative;
  display: inline-block;
  width: 100%;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
}

.banner .btn {
    position: absolute;
    top: 72%;
    left: 19%;
    transform: translate(-50%, -50%); 
    text-decoration: none;
    background-color: #ff8400;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    font-weight: 600;
}
.banner .noida-btn {
    position: absolute;
    top: 80%;
    left: 32%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    background-color: #009ada;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 15px;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    font-weight: 600;
}

.countdown-container {
    background: transparent;
    border-radius: 10px;
    /* padding: 1.5rem; */
    backdrop-filter: blur(5px);
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    top: 12%;
    left: 22.5%;
}

.countdown-box {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    border: 1px solid #ff8400;
    padding: 0.3rem 0.8rem 0.3rem 0.8rem;
    /* padding: 1rem; */
    text-align: center;
    min-width: 80px;
}
.major-destinations .section-title h2 {
    color: #253746;
    font-family: 'ProximaNovaBold';
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.3rem;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.major-destinations .section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: #ff8400;
}
.destinations-row{
    margin-top: 30px;
}
.country-card {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: none;
}
.flag-container {
    width: 80px;
    height: 60px;
    margin: 0 auto 1rem;
    /* border-radius: 8px; */
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.flag-container img {
    width: 100%;
    height: 100%;
}
.destinations-row .country-name {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    font-family: 'ProximaNovaRegular';
}
.destinations-row .country-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border: 1px solid #FF8500;
}

.modal-header {
    background: #f29020;
    color: white;
}

.modal-footer .btn-primary {
    background: #f29020;
    border: 1px solid #ff8400;
}

.modal-footer .btn-primary:hover {
    background: #fff;
    color: #ff8400 !important;
    border: 1px solid #ff8400;
}

.participating-institutions .section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: #ff8400;
}

.meet-section .section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: #ff8400;
}

.participating-institutions .section-title h2 {
    color: #253746;
    font-family: 'ProximaNovaBold';
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.3rem;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.participating-institutions p {

    max-width: 700px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: 'ProximaNovaRegular';
}

.countdown-number {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #253746;
}

.countdown-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #253746;
}


.btn-primary {
    background-color: var(--accent);
    border-color: var(--accent);
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}



.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    border-radius: 50px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(67, 97, 238, 0.3);
}

.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.benefit-card {
    padding: 2rem;
    border-radius: 15px;
    height: 100%;
    background: white;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(67, 97, 238, 0.1);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    color: var(--primary);
    font-size: 1.8rem;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 5rem;
    color: rgba(67, 97, 238, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.services img {
    width: 40px;
}

.accordion-button:not(.collapsed) {

    border: 1px solid rgba(0, 156, 220, 0.20);
    background: transparent;
    position: relative;
    padding-left: 45px;
    padding-right: 40px;
    margin-left: 0;
    border-radius: 10px;
    height: 80px;
    color: #253746;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-family: 'ProximaNovaBold';
}

.accordion-button.collapsed {
    background-color: transparent;
    position: relative;
    padding-left: 45px;
    padding-right: 40px;
    margin-left: 0;
    color: #253746;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-family: 'ProximaNovaBold';
}

.final-cta h2 {
    font-family: ProximaNovaBold;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}

.accordion-body {
    /* padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); */
    position: relative;
    padding-left: 45px;
    padding-right: 40px;
    margin-left: 0;
    background: transparent;
    font-family: ProximaNovaRegular;
    font-size: 16px;
    color: #253746;
    font-size: 16px;

    font-weight: 400;
    line-height: 1.5;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(67, 97, 238, 0.1);
}

.accordion-header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
    border-bottom: 1px solid !important;
    border: initial;
}

.accordian-collapse .show {
    background: rgb(237, 248, 255);
    position: relative;
    padding-left: 32px;
    padding-right: 40px;
    margin-left: 0px;
}

.accordion-button::after {
    background-image: url(https://www.fesstudyabroad.com/sites/default/files/2024-07/%2B.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(https://www.fesstudyabroad.com/sites/default/files/2024-07/_.svg);
}

.faq-section p {
    padding-right: 30px;
    font-family: ProximaNovaRegular;
    font-size: 16px;
    color: #6E6D6D;

    font-weight: 400;
    line-height: 1.5;
}

.faq-section img {
    margin-left: -220px;
    max-width: 38vw;
}

section.faq-section {
    padding: 40px 0px 100px 0px;
}

.form-control {
    /* border-radius: 50px; */
    padding: 0.75rem 1.5rem;
    border: 1px solid #e0e0e0;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary);
    color: #6c757d;
}

footer {
    background: #253745;
    color: white;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: var(--accent);
    transform: translateY(-3px);
}

.placeholder-section {
    background: rgba(67, 97, 238, 0.05);
    border: 2px dashed rgba(67, 97, 238, 0.2);
    border-radius: 15px;
    padding: 3rem;
    text-align: center;
}

/* Modal styling */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    width: 100%;
    padding: 10px;
}

.destination-select {
    cursor: pointer;
}

.destination-dropdown {
    position: relative;
}

.custom-select-wrapper {
    position: relative;
}

.custom-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2rem;
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
    background-color: #fff;
    background-size: 1rem;
    color: #6c757d;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

.destination-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.dropdown-item.selected {
    background-color: #e9ecef;
}

.destination-tag {
    background-color: #e9ecef;
    border-radius: 20px;
    padding: 5px 12px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.tag-remove {
    background: none;
    border: none;
    color: #6c757d;
    margin-left: 6px;
    padding: 0 4px;
    font-weight: bold;
    cursor: pointer;
}

/* Floating label styles */
.form-floating {
    position: relative;
    margin-bottom: 1rem;
}

.form-floating>input,
.form-floating>label {
    height: 3.5rem;
    padding: 1rem 0.75rem;
}

.error-message {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: none;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    color: #6c757d;
}

.form-floating>input::-webkit-input-placeholder {
    color: transparent;
}

.form-floating>input::-moz-placeholder {
    color: transparent;
}

.form-floating>input:-ms-input-placeholder {
    color: transparent;
}

.form-floating>input::-ms-input-placeholder {
    color: transparent;
}

.form-floating>input::placeholder {
    color: transparent;
}

.form-floating>input:focus,
.form-floating>input:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>input:focus~label,
.form-floating>input:not(:placeholder-shown)~label {
    
   transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    background-color: white;
    padding: 0 0.25rem;
    height: auto;
	width:auto;
    border-radius: 0.25rem;
}

.form-floating>.form-control.is-invalid~label {
    color: #dc3545;
}

.form-floating>.form-control.is-valid~label {
    color: #198754;
}

.modal-body {
    padding: 2rem;
}

.modal-footer {
    border-top: none;
    padding: 0 2rem 2rem;
}

.thank-you-image {

    margin: 0 auto 2rem;
}

.thank-you-image img {
    width: 80%;
}

#thankYouSection {
    display: none;
    text-align: center;
    padding: 2rem 1rem;
}

.thank-you-title {
    color: #ff8400;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.thank-you-message {
    margin-bottom: 2rem;
    font-size: 22px;
    font-weight: 700;
}

.thank-you-btn {
    background: #ff8400;
    color: white;
    border: none;
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.thank-you-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-close:focus {
    box-shadow: none;
}

.btn-register {
    font-size: 1.2rem;
    padding: 1rem 2.5rem;
}

.pulse-effect {
    animation: pulse 2s infinite;
}

iframe .templateWidth,
.thankyouPageWrap .tyTemplateWidth {
    padding: 0px !important;
}

iframe .backgroundBg {
    background: None !important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(247, 37, 133, 0.7);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(247, 37, 133, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(247, 37, 133, 0);
    }
}

/* Institution cards styling */
.institution-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.institution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.institution-logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #f8f9fa;
}

.institution-logo svg {
    max-height: 80px;
    max-width: 80%;
}

.institution-details {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.institution-name {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.institution-location {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.institution-location i {
    margin-right: 0.5rem;
    color: var(--primary);
}

.institution-programs {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.institution-footer {
    margin-top: auto;
}

.institution-tag {
    display: inline-block;
    background: rgba(67, 97, 238, 0.1);
    color: var(--primary);
    font-size: 0.8rem;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.country-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 2rem;
    justify-content: center;
}

.country-btn {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.country-btn.active {
    background: var(--primary);

    border-color: var(--primary);
}

.country-btn:hover:not(.active) {
    background: #f8f9fa;
}

.country-flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.banner-button-wrapper {
    margin-top: 13rem;
}





.section-title {
    text-align: center;
    margin-bottom: 2rem;
    color: #2c3e50;
    font-weight: 600;
}

.country-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    cursor: pointer;
    width: 150px;
    height: 120px;
}

.country-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 28px 0px #00000021;
    border-color: #ff8400;
}

.country-btn.active {
    background-color: #e8f4fc;
    border-color: #ff8400;
    box-shadow: 0px 4px 28px 0px #00000021;
}

.country-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.country-name {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.universities-container {
   
    border-radius: 15px;
    padding: 20px;
    margin-top: 30px;
    
    /* min-height: 250px; */
    position: relative;
}

.video-item {
    height: 570px;
    width: 260px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.video-item:hover {
    transform: translateY(-10px);
}

.video-content {
    flex: 1;
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.video-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-info-section {
    background: #fff;
    padding: 1rem;
    border-radius: 0 0 12px 12px;
    height: 230px;
}

.video-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
}

.video-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    opacity: 0.8;
    color: #e0e0e0;
}


.university-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    /* background-color: #3498db; */
    margin: 10px;
    transition: all 0.3s ease;
   
}



.university-logo {
    
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.university-logo img {
    max-width: 100%;
    max-height: 100%;
}

.university-name {

    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    font-family: 'ProximaNovaRegular';
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #ff8400;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.carousel-control-prev {
    left: -20px;
}

.carousel-control-next {
    right: -20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

.no-universities {
    text-align: center;
    padding: 50px;
    color: #7f8c8d;
}

.meet-section {
    display: none;
}

/* meet section */
.meet-section {
    padding: 100px 0 0px 0;
    ;
    background-color: #fff;
}

.meet-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 10px;
    transition: all 0.3s ease;
    height: auto;
    border: 1px solid #eee;
}

.meet-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.meet-card .card-img {
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
}

.meet-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.meet-card:hover .card-img img {
    transform: scale(1.05);
}

.meet-card .card-body {
    padding: 25px;
    text-align: center;
    height: 230px;
}

.meet-card .card-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.meet-card .card-text {
    color: var(--light-text);
    font-size: 0.95rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;

}

.meet-section .section-title {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.meet-section .section-title h2 {
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.meet-section .section-title p {
    color: var(--light-text);
    max-width: 700px;
    margin: 0 auto;
}

/* offers section */

.special-offers-section {
    padding: 70px 0;
    background-color: #f9f9f9;
}

.special-offers-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.special-offers-section .section-title h2 {

    font-weight: 700;
    font-size: 36px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.special-offers-section .section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #ff5722;
}

.offers-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 100%;
}

.card-header {
    background-color: #1a3c8a;
    color: white;
    padding: 20px 25px;
    border-bottom: none;
}

.card-header h3 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
}

.card-body {
    padding: 30px;
}

.offer-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.offer-image:hover img {
    transform: scale(1.03);
}

.highlight-badge {
    background-color: #ff5722;
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.offers-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.offers-list li {
    padding: 15px 0;
    position: relative;
    padding-left: 35px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.offers-list li:last-child {
    border-bottom: none;
}

.offers-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #ff5722;
    font-size: 18px;
}



.card h5 {
    color: #253746;
    font-family: 'ProximaNovaRegular';
    font-weight: 700;
    font-size: 1.3rem;
}

.hero-section .btn-register:hover {
    background: #fff !important;
    color: #ff8400 !important;
    border: 1px solid #ff8400 !important;
}




/* CTA Section */
.cta-section {
    background-color: #f8f9fa;
    padding: 0 0 50px 0;
    position: relative;
    overflow: hidden;
}

/* .cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #FF8500;
} */

.cta-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-heading {
    font-family: 'ProximaNovaBold';
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.cta-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: #FF8500;
}

.cta-section .register-btn {
    background: #FF8500;
    color: white;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    font-weight: 600;
    padding: 14px 35px;
    border-radius: 30px;

    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;

}

.cta-section .register-btn:hover {
    background: #fff;
    color: #ff8400 !important;
    border: 1px solid #ff8400;
    
}

/* Background decoration */
.bg-shape {
    position: absolute;
    opacity: 0.05;
    z-index: 1;
}

.bg-shape-1 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #0d6efd;
    top: -150px;
    right: -100px;
}

.bg-shape-2 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #6610f2;
    bottom: -100px;
    left: -50px;
}

.offers-card .register-btn {
    background: #FF8500;
    color: white;
    font-weight: 600;
    padding: 14px 35px;
    border-radius: 30px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;

}

.offers-card .register-btn:hover {
    background: #fff;
    color: #ff8400 !important;
    border: 1px solid #ff8400;
}

/* testimonial section */

.scholarships-section {
    padding: 70px 0 50px;
    background: #ffffff;
}

.scholarships-section .carousel-inner {
    height: 500px;
}

.meet-section .carousel-inner {
    height: 500px;
}

.scholarships-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.scholarships-section .section-title h2 {
    font-family: 'ProximaNovaBold';
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.scholarships-section .section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: #ff8400;
}

.scholarships-section .section-title p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: 'ProximaNovaRegular';
    max-width: 700px;
    margin: 0 auto;
}

.scholarship-slider {
    position: relative;
    padding: 20px 0 50px;
}

.scholarship-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 560px;
    transition: transform 0.3s ease;
    margin: 15px;
    border-bottom: 5px solid #ff8400;
}

.scholarship-card:hover {
    transform: translateY(-5px);
}

.student-profile {
    background: #0d9bd7;
    padding: 30px 20px;
    text-align: center;
    color: white;
}

.student-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-weight: 700;
    font-size: 2.5rem;
    color: #0d6efd;
    border: 4px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.student-name {
    font-weight: 500;
    font-family: "ProximaNovaBold";
    font-size: 1.35vw;
    line-height: 1.2;
    margin-bottom: 5px;
}

.student-place {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    font-family: 'ProximaNovaRegular';
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
}


#why-fes p {
    color: #6E6D6D;
    font-weight: 400;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    line-height: 22px;
}

.student-place i {
    margin-right: 5px;
}

.scholarship-info {
    padding: 25px;
    height: 230px;

    /* padding: 25px 17px 25px 17px;
    height: 290px; */
}

.why-attend-section img {
    width: 60px;
}

.why-attend-section .left-col p {
    padding: 0px 16px 0px 0px;
    color: #6E6D6D;
    font-weight: 400;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    line-height: 22px;
}

.scholarship-details p {

    margin-bottom: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: 'ProximaNovaRegular';
    
}

.scholarships-section .carousel-indicators {
    bottom: -40px;
}

.scholarships-section .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dee2e6;
    opacity: 0.5;
    margin: 0 5px;
}

.scholarships-section .carousel-indicators button.active {
    background-color: #0d6efd;
    opacity: 1;
}

/* delegates section */

.testimonials-section {
    padding: 70px 0 100px;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.testimonials-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-section .section-title h2 {
    color: #253746;
    font-family: 'ProximaNovaBold';
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.testimonials-section .section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: #ff8400;
}

.testimonials-section .section-title p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: 'ProximaNovaRegular';
    max-width: 700px;
    margin: 0 auto;
}

.testimonials-section .subsection-title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.testimonials-section .subsection-title h3 {
    color: #212529;
    font-weight: 600;
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
}

.testimonials-section .subsection-title h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #ff8400;
}

/* Testimonial Styles */
.testimonials-section .testimonial-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin: 10px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 4px solid #ff8400;
    height: auto;
}

.testimonials-section .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.testimonials-section .testimonial-quote {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
    height: 120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.testimonials-section .testimonial-quote::before {
    /* content: '"'; */
    font-size: 4rem;
    color: #e9ecef;
    position: absolute;
    top: -30px;
    left: -10px;
    font-family: Georgia, serif;
    z-index: 0;
}

.testimonials-section .testimonial-author {
    display: flex;
    align-items: center;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: 700;
    color: #0d6efd;
    font-size: 1.5rem;
    border: 2px solid #0d6efd;
}

.author-info h5 {
    margin: 0;
    font-weight: 600;
    color: #212529;
    font-size: 1.1rem;
}

.author-info p {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}


/* YouTube Video Styles */
.video-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin: 10px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-bottom: 4px solid #ff8400;
    height: auto;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.video-thumbnail {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.video-card:hover .play-button {
    background-color: rgba(255, 0, 0, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
    padding: 15px;
}

h2.here-help {
    font-family: "ProximaNovaBold";
    color: #253746;
    line-height: 2rem;
    font-size: 2rem;
    font-weight: 500;
}

.video-title {
    color: #253746;
    font-family: "ProximaNovaRegular";
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 5px;

    height: 2.8rem;
   
}



/* Bootstrap Carousel Customization */
.testimonials-carousel .carousel {
    margin-bottom: 50px;
}

.testimonial-carousel .carousel-indicators {
    bottom: -40px;
}

.testimonials-carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dee2e6;
    opacity: 0.5;
    margin: 0 5px;
}

.testimonial-carousel .carousel-indicators button.active {
    background-color: #0d6efd;
    opacity: 1;
}

.video-carousel .carousel-indicators button.active {
    background-color: #ff0000;
    opacity: 1;
}

.video-carousel .carousel-indicators {
    bottom: -40px;
}

.testimonials-section .carousel-inner {
    padding-bottom: 20px;
}

.testimonials-section .bg-shape {
    position: absolute;
    opacity: 0.05;
    z-index: 0;
}

.testimonials-section .bg-shape-1 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #0d6efd;
    top: -150px;
    right: -100px;
}

.testimonials-section .bg-shape-2 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #ff0000;
    bottom: -100px;
    left: -50px;
}

.socialicons {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 40px;
    
    padding-bottom: 40px;
}

.socialicons img {
    width: 50%;
}

.final-cta {
    background-color: #0d9bd7;
}

.final-cta .register-btn {
    background: #FF8500;
    color: white;

    padding: 14px 35px;
    border-radius: 30px;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.final-cta .register-btn:hover{
     background: #fff;
    color: #ff8400 !important;
    border: 1px solid #ff8400;
    
}

.footer-section .text-white {

    font-family: ProximaNovaRegular;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
}

/* popup form styles */

.zf_lB_Dimmer_652002 {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.8;
    z-index: 10000000;
}

.zf_lB_Container_652002 {
    position: fixed;
    background-color: white;
    margin: 0;
    margin-right: 0px;
    padding: 0;
    height: 917px;
    width: 70%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 7px solid none;
    max-height: calc(100% - 60px);
    z-index: 999999;
    transition: height 0.5s ease;
    outline: none;
}

p {
    margin-bottom: 10px;
}

.zf_lB_Wrapper_652002 {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: -180px;
    z-index: 10000001;
}

.zf_main_id_652002 {
    height: calc(100% - 0px);
    display: flex;
    overflow-y: auto;
    overflow-x: hidden;
}

.zf_lb_closeform_652002 {
    position: absolute;
    right: -20px;
    background: #2f2e2e;
    padding: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    top: -15px;
    cursor: pointer;
    border: 2px solid #d9d9d9;
}

.zf_lb_closeform_652002:before,
.zf_lb_closeform_652002:after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 19px;
    width: 2px;
    top: 7px;
    background-color: #f7f7f7;
}

.zf_lb_closeform_652002:before {
    transform: rotate(45deg);
}

.zf_lb_closeform_652002:after {
    transform: rotate(-45deg);
}

.video-slider .owl-carousel .owl-dots {
    margin-top: 40px !important;
}
/* Landing page  */
h2.banner-heading {
    position: absolute;
    top: 34%;
    left: 12.5%;
    color: #fff;
    font-family: 'ProximaNovaBold';
    font-weight: 700;
    font-size: 3rem;
    line-height: 2.3rem;
    text-transform: uppercase;
}
.banner-poweredby{
    text-align: center;
    position: absolute;
    top: 45%;
    left: 20.5%;
}
.banner-sub-heading1 {
   
    color: #fff;
    font-family: 'ProximaNovaRegular';
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 2.3rem;
    text-transform: uppercase;
    margin-bottom: -6px;
}
.banner-sub-heading2 {
    color: #fff;
    font-family: 'ProximaNovaRegular';
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.3rem;
    text-transform: uppercase;
}
.banner-location{
    display: flex;
    margin-top: 15px;
    position: absolute;
    top: 59%;
    left: 15.5%;
}
.map-icon{
    width: 25px;
    margin-right: 15px;
}
.map-location{
    margin-bottom: -4px;
    font-family: 'ProximaNovaRegular';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.banner-date-time{
    display: flex;
    margin-top: 15px;
    position: absolute;
    top: 66%;
    left: 21.5%;
}
.banner-date {
    border-right: 1px solid white;
    padding-right: 20px;
    font-family: 'ProximaNovaRegular';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    /* margin-top: -32px; */
    text-transform: uppercase;
}
.banner-time {
    padding-left: 20px;
    font-family: 'ProximaNovaRegular';
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.landing-page-noida .countdown-box {
    background: #fff;
}
.landing-page-noida .countdown-number {
    color: #0096d4;
}
.landing-page-noida .countdown-label {
    color: #0096d4;
}
.landing-page-chennai .countdown-box {
    background: #fff;
}
.landing-page-chennai .countdown-number {
    color: #ff8500;
}
.landing-page-chennai .countdown-label {
    color: #ff8500;
}#ff8500
.landing-page-chennai .countdown-box {
    border: 1px solid #0a85b7;
}
.why-attend-section {
    padding-top: 60px;
}
/* new banner */
.landing-page-noida .banner-section{
    background-image: url(https://stage.fesstudyabroad.in/wp-content/uploads/2026/01/NOIDA_03.png);
}
.landing-page-chennai .banner-section{
    background-image: url(https://stage.fesstudyabroad.in/wp-content/uploads/2026/01/CHENNAI_01.jpg);
}
.banner-section{
   
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}
.noida.banner-countdown-container {
    background: transparent;
    border-radius: 10px;
    padding: 1.5rem;
    backdrop-filter: blur(5px);
    max-width: 500px;
    margin: 0 auto;
}
.heading-div {
    display: flex;
    justify-content: center;
}
.banner-heading1 {
   
    color: #fff;
    font-family: 'ProximaNovaBold';
    font-weight: 700;
    font-size: 3rem;
    line-height: 2.3rem;
    text-transform: uppercase;
}
.banner-poweredby1 {
    text-align: center;
}
.banner-location1 {
    display: flex;
    margin-top: 15px;
    justify-content: center;
}
.map-icon img {
    width: 90%;
    height: auto;
    display: block;
}
.banner-date-time1 {
    display: flex;
    margin-top: 15px;
    justify-content: center;
}
.banner-button-div {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.landing-page-noida button.noida-btn {
     background-color: #009ada;
}
.landing-page-chennai button.noida-btn {
     background-color: #ff8500;
}
button.noida-btn {
   
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 15px;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    text-align: center;
   
    font-weight: 600;
}
.banner-button-div {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

@media screen and (min-device-width: 10px) and (max-device-width: 380px) {
    .zf_lB_Container_652002 {
        width: 270px !important;
    }
	.banner .btn {
		 font-size: 13px;
	}
}

@media screen and (min-device-width: 360px) and (max-device-width: 480px) {
    .zf_lB_Container_652002 {
        width: 350px !important;
    }
}

@media screen and (min-device-width: 440px) and (max-device-width: 500px) {
    .zf_lB_Container_652002 {
        width: 380px !important;
    }
}



@media only screen and (min-width:601px) and (max-width:700px) {
    .zf_lB_Container_652002 {
        width: 540px;
    }
}

@media only screen and (min-width:700px) and (max-width:800px) {
    .zf_lB_Container_652002 {
        width: 650px;
    }
}

@media screen and (min-device-width: 801px) and (max-device-width: 1268px) {
    .zf_lB_Container_652002 {
        width: 750px !important;
    }
}
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .countdown-container {
        top: 18%;
        left: 31%;  
    }
    .noida.countdown-container{
        top: 7%;
        left: 26%;
    }
    h2.banner-heading {
        top: 20%;
        left: 12.5%;
        font-size: 3rem;
    }
    .banner-poweredby {
        top: 26%;
        left: 26.5%;
    }
    .banner-location {
        top: 37%;
        left: 12.5%;
        margin-top: 0px;
    }
    .map-location {
        font-size: 19px;
    }
    .map-location {
        margin-bottom: -4px;
        font-family: 'ProximaNovaRegular';
        font-weight: 400;
        font-size: 19px;
        color: #fff;
    }
    .banner-date-time {
        top: 42%;
        left: 12.5%;
        margin-top: 0px;
    }
    .banner-date {
        font-size: 18px;
    }
	.banner-time { 
		font-size: 18px;
	}
    .banner .noida-btn {
        top: 47%;
        left: 43%;
    }
    .banner .btn {
        top: 79%;
        left: 41%;  
		font-size: 19px;  
    }

    .university-card {
       
        width: 100%;
    }

    .carousel-control-next {
        right: -35px;
    }

    .carousel-control-prev {
        left: -30px;
    }
    .why-attend-section{
        padding: 70px 0 0 0;
    }
    .landing-page-noida .banner-section {
        background-image: url(https://stage.fesstudyabroad.in/wp-content/uploads/2026/01/Mob-noida_03.jpg);
    }
    .landing-page-chennai .banner-section {
        background-image: url(https://stage.fesstudyabroad.in/wp-content/uploads/2026/01/mob_chennai_03.jpg);
    }
    .banner-section {
        
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 50px;
        padding-top: 50px;
        height: 87%;
		background-position: center;
    }
    
}
@media (max-width: 1024px) and (max-height: 700px) {
    /* Nest Hub specific fixes */
    .banner-section {

        background-position: center top;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .hero-section {
        position: relative;
        height: 1070px;
        min-height: 600px;
        max-height: none;
        overflow: hidden;
                   
    }
    .countdown-container {
                        /* background: white; */
        border-radius: 10px;
        position: absolute;
        top: 18%;
        left: 38%;
    }
    .banner .btn {
        position: absolute;
        top: 79%;
        left: 43%;
		font-size: 23px;
    }
    .noida.countdown-container {
        left: 33%;
    }
    h2.banner-heading {
        top: 20%;
        left: 16.5%;
        font-size: 3.5rem;
    }
    .banner-poweredby {
        top: 26%;
        left: 32.5%;
    }
    .banner-location {
        top: 37%;
        left: 17.5%;
    }
    .banner-date-time {
        top: 42%;
        left: 17.5%;
    }
    .banner .noida-btn {
        top: 47%;
        left: 46%;
    }
    
}
@media only screen 
  and (min-device-width: 1280px) 
  and (max-device-width: 1280px) 
  and (min-device-height: 800px) 
  and (max-device-height: 800px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  
  .hero-section {
    position: relative;
    height: auto;
  }
}
@media ((min-width: 1700px)) {
    .banner-button-wrapper {
        margin-top: 29.5rem;
    }
    .hero-banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .countdown-container {
                        /* background: white; */
        border-radius: 10px;
        position: absolute;
        top: 12%;
        left: 16.8%;
    }
    .banner .btn {
        position: absolute;
        top: 73%;
        left: 21.8%;
    }
}
@media ((min-width: 1500px)  and (max-width:1700px)){
    .hero-banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .banner-button-wrapper {
        margin-top: 18.5rem;
    }
    .countdown-container {
                        /* background: white; */
        border-radius: 10px;
        position: absolute;
        top: 12%;
        left: 15.5%;
    }
    .banner .btn {
        position: absolute;
        top: 71%;
        left: 21%;
    }
    .noida.countdown-container{
        top: 12%;
        left: 27.5%;
    }
    h2.banner-heading {
        position: absolute;
        top: 34%;
        left: 12.5%;
        font-size: 4rem;

    }
    .banner-poweredby {
        text-align: center;
        position: absolute;
        top: 45%;
        left: 25.5%;
    }
    .banner-location {
       
        top: 59%;
        left: 21.5%;
    }
    .banner-date-time {
        
        top: 64%;
        left: 25.5%;
    }
    .banner .noida-btn
    {
        position: absolute;
        top: 75%;
        left: 34%;
    }
    .banner-sub-heading2 {
        font-size: 1.6rem;
    }
   

}

@media only screen 
  and (min-device-width: 1920px) 
  and (max-device-width: 1920px) 
   {
        .countdown-container {
           
            top: 12%;
            left: 23.3%;
        }
        h2.banner-heading {
            position: absolute;
            top: 34%;
            left: 12.5%;
            font-size: 4rem;
        }
        .banner-poweredby {
            top: 45%;
            left: 22.5%;
        }
        .banner-sub-heading2 {
            font-size: 1.6rem;
        }
        .banner-location {
            top: 59%;
            left: 19.5%;
        }
        .banner-date-time {
            top: 66%;
            left: 22.5%;
        }
        .banner .noida-btn {
            position: absolute;
            top: 75%;
            left: 30%;
        }

   }

@media (max-width: 768px) {

    .testimonial-card {
        padding: 20px;
        height: 300px;
    }

    .video-item {
        height: 450px;
        width: 220px;
    }



    .testimonial-quote {
        font-size: 0.9rem;
    }

    .scholarships-section .section-title h2 {
        font-size: 1.8rem;
    }

    .scholarship-card {
        margin: 10px 5px;
    }

    .cta-heading {
        font-size: 1.8rem;
    }

    .cta-section .register-btn {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .meet-section {
        padding: 40px 0;
    }


    .country-btn {
        width: 120px;
        height: 100px;
        padding: 10px;
    }

    .country-logo {
        width: 40px;
        height: 40px;
    }



    .meet-section {
        padding: 60px 0;
    }

    .meet-section .section-title h2 {
        font-size: 1.8rem;
    }

    .meet-section .carousel-control-prev {
        left: -10px;
    }

    .meet-section .carousel-control-next {
        right: -10px;
    }
}

@media screen and (max-width: 767px) {

    .banner img {
        width: 100%;
        height: auto;
        display: block;
    }
   .banner .btn {
        position: absolute;
        top: 80%;
        left: 34%;
        padding: 5px 11px;
    }

    .university-name {
        width: 60%;
    }

    .university-card {
        margin: 30px 10px 10px 10px;
    }


    .card .text-primary {
        display: flex;
        justify-content: center;
    }

    .card h5 {
        text-align: center;
    }

    .footer-section .text-md-end {
        margin-top: 25px;
    }

    .carousel-control-prev {
        left: -10px;
    }

    .carousel-control-next {
        right: -10px;
    }

    .banner-button-wrapper {
        margin-top: 3rem;
    }

    .faq-section {
        overflow: hidden;
        z-index: 9;
        padding-bottom: 100px;
        background-image: url(../../uploads/2025/09/arrow_mobile.png);
        background-size: auto;
        background-position-y: 15px;
        background-position-x: 116%;
        background-repeat: no-repeat;
    }

   

    .countdown-container {
        visibility: hidden;
    }

    .faq-section img {

        max-width: 38vw;
        width: 354px;
        margin-left: 0;
        position: absolute;
        top: 158px;
        right: -135px;
        overflow: hidden;
        transform: rotate(275deg);
        z-index: -1;
        display: none;
    }


    .accordion-button.collapsed {
        padding-left: 15px;
        padding-right: 20px;
    }

    .accordion-button:not(.collapsed) {
        padding-left: 15px;
        padding-right: 20px;
    }

    .accordion-body {
        padding-left: 15px;
        padding-right: 20px;
    }

    .hero-section {
        height: auto;
        min-height: 500px;
    }

    .countdown-box {
        min-width: 60px;
        padding: 0.5rem;
    }

    .countdown-number {
        font-size: 1.5rem;
    }

    .btn-register {
        font-size: 1rem;
        padding: 0.75rem 2rem;
    }

    .country-filter {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 1rem;
        justify-content: flex-start;
    }

    .country-btn {
        flex: 0 0 auto;
    }
    .scholarships-section {
        padding: 70px 0 0px;
    }
    h2.banner-heading {
        top: 4%;
        left: 12.5%;
        font-size: 22px;
        line-height: 2.3rem;
    }
    .banner-poweredby {
       
        top: 12%;
        left: 16.5%;
    }
    .banner-sub-heading1 {
        font-size: 13px;
        line-height: 2.3rem;
        margin-bottom: -14px;
    }
    .banner-sub-heading2 {
        font-size: 15px;
        line-height: 2.3rem;
        margin-bottom: 1px;
    }
    .banner-location {
        top: 27%;
        left: 8.5%;
        margin-top: 0px;
    }
    .banner-location .map-icon{
        width: 6%;
        
    }
    .map-icon{
        margin-right: 0px;
    }
    .map-location {
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        
    }
    .banner-date-time .map-icon img{
        width: 70%;
    }
    .location-div{
        text-align: center;
    }
    .banner-date-time {
        top: 37.1%;
        left: 6.5%;
        margin-top: 0px;
    }
    .banner-date {
        font-size: 15px;
        color: #fff;
        padding-right: 15px;
        font-family: 'ProximaNovaRegular';
        font-weight: 700;
    }
    .banner-time {
        font-size: 15px;
        padding-left: 15px;
    }
    .banner .noida-btn {
        top: 45%;
        left: 38%;
        padding: 3px 14px;
        font-size: 15px;
    }
    .why-attend-section {
        padding-top: 40px;
    }
    .banner-countdown-container{
        display: none;
    }
    .banner-heading1 {
        font-size: 22px;
        line-height: 2rem;
    }
    .banner-poweredby1 {
        margin-top: -10px;
    }
    .banner-location1 {
        margin-top: 0px;
    }
    .map-icon img {
        width: 70%;
    }

    button.noida-btn{
        padding: 3px 14px;
        font-size: 15px;
    }
    .banner-button-div {
        margin-top: 15px;
    }
    .landing-page-noida .banner-section {
        background-image: url(https://stage.fesstudyabroad.in/wp-content/uploads/2026/01/Mob-noida_03.jpg);
    }
    .landing-page-chennai .banner-section {
        background-image: url(https://stage.fesstudyabroad.in/wp-content/uploads/2026/01/mob_chennai_03.jpg);
    }
    .banner-section {
        
        background-repeat: no-repeat;
        background-size: cover;
        height: 57%;
        padding-top: 16px;
		background-position: center;
    }

}

@media only screen and (min-width:500px) and (max-width:600px) {
    .zf_lB_Container_652002 {
        width: 450px;
    }
    .banner .btn {
        position: absolute;
        top: 80%;
        left: 38% !important;
		font-size: 17px;
	}
    /* .hero-section {
        height: 100% !important;
	} */
    .why-attend-section {
        padding: 4rem 0 0 0;
    }
    h2.banner-heading
    {
        top: 4%;
        left: 22.5%;
    }
    .banner-poweredby {
        top: 12%;
        left: 22.5%;
    }
    .banner-location .map-icon {
        width: 4%;
    }
    .location-div {
        margin-left: 12px;
        text-align: left;
    }
    .banner-location {
        top: 27%;
        left: 12.5%;
    }
    .banner-date {
        margin-left: 5px;
    }
    .banner .noida-btn {
        top: 45%;
        left: 39%;
    }
    .banner-date-time {
        top: 37.1%;
        left: 12.5%;
    }
	
   
}

@media screen and (max-width: 390px) {

    .hero-section {
        height: auto;
        min-height: 460px;
    }
}