@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

body{
      color: #333;
     font-family: "Poppins", sans-serif;
     scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
figure{padding: 0;margin: 0;}

.custum-header {
    background-color: #f0f9fb;
    padding: 15px 0;
}

.navbar-brand{
  margin-right: 0;
  width: 225px;
}
.custum-header .navbar-brand img {
    width: 100%;
    max-width: 60%;
}

.custum-header ul .nav-item .nav-link{
  color: #566f8b;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.custum-header ul .nav-item .nav-link:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #1e3c5c;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: color 0.1s, -webkit-transform 0.2s ease-out;
    transition: color 0.1s, -webkit-transform 0.2s ease-out;
    transition: color 0.1s, transform 0.2s ease-out;
    transition: color 0.1s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.custum-header ul .nav-item .nav-link:hover::before{
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.custum-header ul .nav-item{
  margin-left: 24px;
}

.custum-header .header-btn a {
    font-size: 14px;
    background-color: #00adee;
    color: #fff;
    border-radius: 100px 100px 100px 100px;
    padding: 8px 30px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    transition: all .3s;
    font-weight: 600;
}

.custum-header .header-btn a:hover{background-color: #00B9FF;}

.header-btn {
    margin-left: 30px;
}
section.banner-section-part{
    padding: 40px 0;
    position: relative;
}
.banner-section-part .banner-content-sec figure{max-width: 215px;display: none;}
.banner-section-part .banner-content-sec h1 {
    color: #07294d;
    font-weight: bold;
    font-size: 48px;
    line-height: 70px;
    margin-bottom: 10px;
}
.banner-graphic-sec {
    margin-top: 38px;
}
.banner-section-part .banner-content-sec h1 span {
    color: #f6921e;
    font-size: 57px;
}

.banner-form {
    background: #fff;
    box-shadow: 0px 0px 22.54px 0.46px rgb(18 16 18 / 17%);
    padding: 30px;
    border-radius: 25px;
    margin: 0 auto;
}

.banner-form h6 {
    color: #000000;
    font-size: 1.110rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
}

.banner-graphic-sec img {
    margin-left: 0;
    width: 100%;
    max-width: 695px;
}
section.banner-section-part::before {
    content: "";
    width: 285px;
    height: 40%;
    background-image: url('https://2174926.fs1.hubspotusercontent-na1.net/hubfs/2174926/GMP-Noida-Montessori-Landing-Page/assets/images/wave-after.png');
    position: absolute;
    left: -129px;
    bottom: -74px;
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-position: left; */
    z-index: -1;
}

section.banner-section-part::after {
    content: "";
    width: 253px;
    height: 32%;
    background-image: url('https://2174926.fs1.hubspotusercontent-na1.net/hubfs/2174926/GMP-Noida-Montessori-Landing-Page/assets/images/Wave-before.png');
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    z-index: -1;
}

.banner-form input, button, select {
    width: 100%;
    height: 44px;
    border: 1px solid #1daeeb;
    padding-left: 5px;
}

.banner-form div {
    margin-bottom: 15px;
}

.banner-form div sup{color: red;}

.submit-btn-form{background-color: #1daeeb;color: #fff;text-align: center;}

.blue-section-bg {
    background-color: #1daeeb;
    padding: 40px 0;
    color: #fff;
}

.blue-section-bg h2, .admission-section-bg h2{
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}
.blue-section-bg p {
    font-size: 15px;
}

.why-choose-section{padding: 40px 0;position: relative;overflow: hidden;margin-top: 40px}

.why-choose-section h2, .GIIS-Advantage-BG h2, .explore-section h2, .connect-heading h2{
  color: #07294d;
  font-weight: bold;
  text-align: center;
}
.why-choose-section ul li {
    list-style: none;
    position: relative;
    margin-bottom: -15px;
}
.why-choose-section ul li h4 {
    position: relative;
    background-color: #a2e1fb;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 0 20px 0px 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.why-choose-section ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #1daeeb;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    transform: translate(-13px, -10px);
}

.why-choose-section ul li p{font-size: 16px;line-height: 26px;height: 100px}
.circle-1 {
    width: 100%;
    max-width: 50px;
    position: absolute;
    left: 23px;
}
.circle-2 {
    position: absolute;
    width: 100%;
    max-width: 100px;
    top: 50%;
    transform: translate(-53px, 68px);
}
.circle-4 {
    position: absolute;
    width: 100%;
    max-width: 130px;
    right: 0;
    top: 26%;
    transform: translate(64px, 0px);
    left: auto;
}

.bg-img{position: relative;height: 1009px}
.bg-img::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(https://2174926.fs1.hubspotusercontent-na1.net/hubfs/2174926/GMP-Noida-Montessori-Landing-Page/assets/images/inner-image-center.png);
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.GIIS-Advantage-BG{
    /*background-color: #c3ebff;*/
    padding: 40px 0;
    background-image: url(https://adm.globalindianschool.org/hubfs/GMp/green-BG.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.GIIS-Advantage-BG .advantage-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0 10px 0;
}

.GIIS-Advantage-BG .advantage-content p {
    color: #07294d;
    font-size: 16px;
    line-height: 22px;
}

.explore-section{
    padding: 40px 0;
    background-color: #eff9fb;
    position: relative;
}

/*.explore-section::before {
    content: "";
    width: 253px;
    height: 100%;
    background-image: url('../images/wave-after2.png');
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    /* z-index: -1; */
}*/

.explore-section .content-btn-text {
    margin-bottom: 50px;
}

.explore-section .explore-content .content-btn-text p{
    font-size: 16px;
    color: #6b7678;
}
.explore-section .explore-content .content-btn-text a {
    font-size: 16px;
    background-color: #00adee;
    color: #fff;
    border-radius: 100px 100px 100px 100px;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    width: auto;
    text-align: center;
    transition: all .3s;
    font-weight: 600;
    margin-top: 16px;
}


.explore-section .explore-content .content-btn-text a:hover {
    background-color: #00B9FF;
}

.admission-section-bg{
    background-color: #0059a9;
    padding: 40px 0;
}

.admission-section-bg .our-campuses-section ul {
    background-color: #e5e7e9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 12px;
}

.admission-section-bg .our-campuses-section ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.admission-section-bg .our-campuses-section ul li:last-child{margin-right: 0}
.admission-section-bg .our-campuses-section ul li a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #005aa9;
}

.admission-section-bg .our-campuses-section ul li span {
    width: 30px;
    height: 30px;
    background-color: #0059a9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
}

.location-box img {
    border-radius: 16px 16px 0 0;
    height: 200px;
    width: 100%;
    transition: .5s ease all;
}

.location-box-content {
    display: flex;
    align-items: center;
    font-size: 15px;
    background-color: #e5e7e9;
    text-decoration: none;
    padding: 18px 14px;
    border-radius: 0 0 16px 16px;
    transform: translate(0, -17px);
}
.location-box-content i{
    color: #ff6048;
    font-size: 38px;
}
.location-box-content div{padding-left: 15px}
.location-box-content div h4 {
    color: #1e3c5c;
    font-weight: 600;
    font-size: 20px;
}

.location-box-content div p{
    color: #005aa9;
}

.location-box {
    margin-bottom: 28px;
    overflow: hidden;
     border-radius: 16px 16px 0 0;
}

.location-box:hover img{
  transform: scale(1.1);
}

.connect-with-us{
    padding: 40px 0;
    position: relative;
    background-image: url(https://2174926.fs1.hubspotusercontent-na1.net/hubfs/2174926/GMP-Noida-Montessori-Landing-Page/assets/images/shap-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.connect-with-us .connect-heading p{
    color: #07294d;
    font-size: 17px;
}


.form-btn-btm a{
    font-size: 14px;
    background-color: #00adee;
    color: #fff;
    border-radius: 100px 100px 100px 100px;
    padding: 8px 30px;
    display: inline-block;
    text-decoration: none;
    width: auto;
    text-align: center;
    transition: all .3s;
    font-weight: 600;
}

.form-btn-btm {
    text-align: center;
    margin-top: 40px;
}

.form-btn-btm a:hover{background-color: #00B9FF;}
.form-set .form-label {
    font-size: 16px;
    color: #000;
}
.form-set .form-label sup{color: red;font-size: 16px;} 
.country-select {
    width: 100%;
    max-width: 80px;
    background-image: none;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.max-width-field{max-width: 285px}
.footer-sec-bg {
    padding: 40px 0;
    background: #fff;
}

.footer-bottom{
    padding: 40px 0;
    background: #020e20;    
}

.footer-bottom ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}


.footer-bottom ul li a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    margin: 0 6px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s linear;
}

.footer-bottom ul li a:hover {
    color: #00adee; 
}
.navbar-toggler-icon i {
    font-size: 36px;
}

@media (max-width:1119px){
    .navbar-toggler{width: auto;height: auto;}
    .banner-section-part .banner-content-sec h1 br{display: none;}
    .banner-section-part .banner-content-sec h1{font-size: 45px}
    .banner-graphic-sec img{margin-left: 0}
    section.banner-section-part::before{bottom: -145px;}
    .why-choose-section ul li p{height: auto;}
    .circle-1, .circle-2, .circle-4{opacity: 0.5;}
    .bg-img{height: 565px;}
    .GIIS-Advantage-BG .advantage-content h3{ font-size: 20px;}
    .GIIS-Advantage-BG .advantage-content p {color: #07294d;font-size: 18px;line-height: 25px;}
    /*.advantage-content {background: #fff;padding: 18px;height: 100%;border-radius: 5px}*/
    .explore-section::before{display: none;}
    .explore-section .explore-content .content-btn-text p{font-size: 23px;}
    .location-box-content div h4{margin-bottom: 10px;}
}
@media (max-width:575px){
  .navbar-toggler{
    width: auto;
    height: auto;
  }
  .admission-section-bg .our-campuses-section ul{
    align-items: flex-start;
    flex-direction: column;
  }
  .admission-section-bg .our-campuses-section ul li a{font-size: 16px}
  .admission-section-bg .our-campuses-section ul li{margin-right: 0;margin-bottom: 10px}
  .admission-section-bg .our-campuses-section ul li:last-child{margin-bottom: 0}
  .explore-section::before {left: -29px;width: 132px;}
  .bg-img{display: none;}
  section.banner-section-part::after{display: none;}
  .banner-section-part .banner-content-sec figure {max-width: 133px;}
  .banner-section-part .banner-content-sec h1{font-size: 30px;line-height: 48px;}
  .banner-section-part .banner-content-sec h1 br{display: none;}
  .banner-section-part .banner-content-sec h1 span{font-size: 35px;}
  .navbar-toggler:focus{box-shadow: none;}
  .banner-graphic-sec img{margin-left: 0}
  .why-choose-section ul li p{font-size: 13px;height: auto;}
  .why-choose-section ul li span{display: none;}
  .why-choose-section ul li h4{border-radius: 5px;}
  .circle-1, .circle-2, .circle-4{opacity: 0.5;}
  .GIIS-Advantage-BG .advantage-content h3{font-size: 18px;}
  .GIIS-Advantage-BG .advantage-content p{font-size: 14px;line-height: 18px;}
  .explore-section .explore-content .content-btn-text p br{display: none;}
  .explore-section .explore-content .content-btn-text p{font-size: 14px;}
  .location-box-content div h4{margin-bottom: 8px;}
  .connect-with-us .connect-heading p{font-size: 14px;}
  .location-box{margin-bottom: 12px;}
  .banner-graphic-sec{
    margin-top: 18px;
    margin-bottom: 20px;
}
}

.my-custom-phone-class select{
    width: 30% !important;
}

.marquee-container{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    position: relative;
    background: rgb(96, 156, 92);
    background: linear-gradient(92deg, rgba(96, 156, 92, 1) 0%, rgba(235, 140, 40, 1) 36%, rgba(234, 52, 38, 1) 59%, rgba(10, 168, 231, 1) 92%);
    margin-top: 20px;
}

.marquee-wrapper {
    display: flex;
    width: 100%;
    animation: marquee 20s 
linear infinite;
justify-content: center;
gap: 20px;

}
/*@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}*/
.marquee-content {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

/*.marquee-wrapper .marquee-content:first-child {
    margin-right: 20px;
}*/
.marquee-content img {
    height: 20px;
    vertical-align: middle;
}
.marquee-content span img {
    margin-right: 11px;
}
.marquee-content span {
    display: flex;
    margin-right: 0px;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.academic-tiers {
    background: url('https://adm.globalindianschool.org/hubfs/IN-Noida-Landing/images/academic-bg.webp') no-repeat;
    background-size: cover;
}
.section-padding {
    padding: 4rem 0;
}
.academic-head h2 {
    font-family: "Poppins";
    color: #fff;
    font-weight: bold;
    font-size: 2.25em;
    text-align: center;
    margin-bottom: 2rem;
}
.academic-tiers-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.academic-card {
    width: calc((100% - 60px) / 4);
    cursor: pointer;
}

.academic-img-wrapper {
    position: relative;overflow: hidden;
}
.academic-title {
    position: relative;
}

.academic-img-wrapper::before{
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 51%) 0%, rgba(253, 187, 45, 0) 100%);
    content: "";
    left: 0;
    position: absolute;
    z-index: 9;
    bottom: 0;
}

.academic-img {
    border-radius: 8px;
    position: relative;
}

.academic-img {
    width: 100%;
    height: auto;
    aspect-ratio: auto 302 / 368;
}

.academic-title h3 {
    position: absolute;
    bottom: 4%;
    left: 5%;
    color: #fff;
    font-family: "Poppins";
    font-weight: 500;
    z-index: 9;
    font-size: 1.5em;
}

.gradient {
    width: 100%;
    height: 15%;
    position: absolute;
    bottom: 0;
    border-radius: 12px;
    opacity: 0;
    padding: 30px;
}

.gradient h3 {
    color: #fff;
    font-family: "Poppins";
    font-size: 1.375em;
    font-weight: 500;
    margin-bottom: 1rem;
}

.gradient p {
    font-family: "Poppins";
    font-size: 0.9em;
    color: #fff;
}

.academic-img-wrapper .gradient {
    background-color: #00BFFF;
    width: 100%;
    height: 0%;
    border-radius: 12px;
    transition: all 0.5s;
    transform: translateY(0px);
    opacity: 0;
}
.academic-img-wrapper:hover .gradient {
    opacity: 1;
height: 100%;

}
.gmp-spacial .special-heading h2 {
    font-weight: bold;
    color: #07294d;
    margin-bottom: 15px;
}

.special-left-side {
    margin-top: 30px;
}

.gmp-spacial .special-left-side ul {
    list-style: none;
    padding: 0;
}

.gmp-spacial .special-left-side ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 34px;
}

.gmp-spacial .special-left-side h3 {
    font-size: 60px;
    font-weight: bold;
    min-width: 55px;
    line-height: 1;
}

.gmp-spacial .special-left-side ul li:nth-child(1) h3 {
    color: #ec1c24;
}

.gmp-spacial .special-left-side ul li:nth-child(2) h3 {
    color: #f6921e;
}


.gmp-spacial .special-left-side ul li span{
    color: #fff;
    border-radius: 0 0 35px 0px;
    padding: 10px 10px;
    display: inline-block;
    font-weight: 600;
    padding-right: 38px;
    line-height: 1;
    font-size: 20px;
}


.gmp-spacial .special-left-side ul li:nth-child(2) span{
    background-color: #f6921e;
}

.gmp-spacial .special-left-side ul li:nth-child(1) span {
    background-color: #ec1c24;
}
.gmp-spacial .special-left-side ul li p{
    margin-top: 10px;
}

.gmp-spacial .special-left-side ul li:nth-child(3) h3 {
    color: #a5cd39;
}

.gmp-spacial .special-left-side ul li:nth-child(3) span {
    background-color: #a5cd39;
}

.gmp-spacial .special-left-side ul li:nth-child(4) h3 {
    color: #005aa9;
}
.gmp-spacial .special-left-side ul li:nth-child(4) span{
    background-color: #005aa9;
}
.gmp-spacial .special-left-side ul li:nth-child(5) h3 {
    color: #1daeeb;
}
.gmp-spacial .special-left-side ul li:nth-child(5) span {
    background-color: #1daeeb;
}

.gmp-spacial{padding: 60px}
.facilities-bg {
    background-color: #f0f9fb;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.facilities-bg h2 {
    font-weight: bold;
    margin-bottom: 60px;
    color: #07294d;
}

 .component-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 25px;
            width: 100%;
        }

        .component-row {
            display: flex;
            justify-content: center;
            gap: 25px;
            width: 100%;
            flex-wrap: wrap; /* Allows wrapping on smaller screens */
        }

        /* Adjusting gap for the row with 3 items to maintain visual balance */
        .component-row:nth-child(2) {
            max-width: 750px; /* Constrain width to center the 3 items relative to 4 above */
            margin-top: 20px;
        }

        .program-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            width: 200px; /* Width for the cards */
            min-height: 90px;
            padding: 20px 15px;
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08); /* Soft, elevated shadow */
            transition: transform 0.3s, box-shadow 0.3s;
            position: relative;
        }

        .program-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
        }

        /* Styling for the Number Badge */
        .number-badge {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-weight: bold;
            font-size: 1.3em;
            position: absolute;
            top: -30px; /* Position above the card */
            border: 4px solid #eef2f5; /* Border to match background for a 'cutout' effect */
            z-index: 10;
        }

        /* Styling for the Program Title */
        .program-title {
            margin-top: 5px;
            font-size: 1.05em;
            font-weight: 600;
            color: #2c3e50; /* Darker text color */
        }

        /* Color Classes for the Badges */
        .blue { background-color: #3498db; }
        .orange { background-color: #f3ab56; }
        .green { background-color: #b7d86b; }
        .red { background-color: #eb1c24; }
        .teal { background-color: #3c6c96; }
        .purple { background-color: #eb1c24; }
        .yellow { background-color: #3498db; }

        /* Responsive adjustments */
        @media (max-width: 950px) {
            .component-row:nth-child(2) {
                max-width: 100%; /* Remove max-width constraint on smaller screens */
                justify-content: space-around;
            }
        }
        @media (max-width: 768px) {
           
            .component-row {
                gap: 15px;
            }
        }

 :root {
            --giis-purple: #9c27b0; /* Color from your screenshot title */
            --giis-orange: #00aeee; /* Color from your screenshot abstract shape */
            --giis-yellow: #ffc107; /* Color from your screenshot abstract shape */
            --text-dark: #333333;
            --text-medium: #555555;
            --bg-light: #ffffff;
        }

        .perfect-beginning-section {
            padding: 60px 20px;
            background-color: var(--bg-light);
            overflow: hidden; /* Clear floats/contain absolute elements */
        }

        .content-wrapper {
            max-width: 1200px;
            margin: 0 auto;
        }

        /* Title Styling - Exactly as in the screenshot */
        .section-title {
            font-size: 2.5em; /* Matching screenshot font size */
            font-weight: 900; /* Extra bold */
            text-align: center;
            margin-bottom: 40px;
            line-height: 1.2;
            text-transform: uppercase;
            color: var(--giis-purple); /* Using the purple from the image */
            letter-spacing: 1px;
        }

        .section-title .highlight {
            /* This can be used if you want a part of the title to be different color */
            /* For the "A PERFECT PLACE" style, it's all one color, so this can be same or removed */
            color: var(--giis-purple); 
        }

        /* Main Content Layout - Flexbox for side-by-side */
        .main-content {
            display: flex;
            justify-content: space-between;
            align-items: flex-start; /* Align items to the top */
            gap: 40px;
            flex-wrap: wrap; /* Allow wrapping on smaller screens */
        }

        /* Features List Styling - Left side */
        .features-list {
            list-style: none;
            padding: 0;
            margin: 0;
            flex: 1; /* Takes up available space */
            max-width: 550px; /* Adjust max-width to match screenshot's text column width */
        }

        .feature-item {
            font-size: 1.05em; /* Slightly adjusted for checklist appearance */
            line-height: 1.6;
            margin-bottom: 12px;
            color: var(--text-medium);
            display: flex;
            align-items: center;
            font-weight: 500;
        }

        /* Orange Bullet Dot Styling - Exactly as in the screenshot */
        .bullet-dot {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: var(--giis-orange); /* Orange bullet color from the image */
            margin-right: 15px;
            flex-shrink: 0;
            box-shadow: 0 0 5px rgba(255, 152, 0, 0.5); /* Subtle glow effect */
        }
        @media (max-width: 992px) {
            .main-content {
                flex-direction: column;
                align-items: center;
            }
            
            .features-list {
                max-width: 100%;
                margin-bottom: 40px;
                text-align: left; /* Keep text left aligned even when centered column */
            }
        }

        @media (max-width: 600px) {
            .section-title {
                font-size: 1.8em;
            }
            .features-list {
                font-size: 0.95em;
            }
            .feature-item {
                font-size: 0.95em;
            }
        }
    .child-section{padding: 40px 0;background: #03a9f41c;}
.child-section h2{
    font-weight: bold;
    margin-bottom: 20px;
    color: #07294d;
}

.Teacher–Student{
    padding: 60px 0;
}
.Teacher–Student h2{font-weight: bold;
    margin-bottom: 20px;
    color: #07294d;}



.Teacher–Student .inner-techer {
    padding: 25px;
    background: #f0f9fb;
    height: 100%;
    border-radius: 15px;
}

.Teacher–Student .inner-techer figure{
    width: 76px;
    height: 76px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 13px;
}
.Teacher–Student .inner-techer img{width: 100%; max-width: 48px;padding: 5px;}
.Teacher–Student .inner-techer h3{
    font-size: 20px;
    font-weight: 600;
    color: #07294d;
    margin-bottom: 10px;
}

.global-section {
      position: relative;
      background: url("https://globalindianschool.org/noida/wp-content/uploads/2024/10/footer-image.jpg") no-repeat center center/cover;
      min-height: 100%;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
    }

   .global-section a{
        font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    fill: #a5cd39;
    color: #a5cd39;
    border-radius: 43px 43px 43px 43px;
    padding: 16px 32px 16px 32px;
    background-color: #54595f;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    }

 

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(10, 20, 40, 0.7);
      z-index: 1;
      opacity: 0.3;
    }

    .content {
      position: relative;
      z-index: 2;
      margin: 0 auto;
    }

    .logo img {
      width: 200px;
      margin-bottom: 20px;
    }

    .sub-title {
      font-size: 1.2rem;
      color: #cfcfcf;
      margin-bottom: 10px;
    }

    .main-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .stat-number {
      color: #b8da3d;
      font-size: 2rem;
      font-weight: bold;
    }

    .stat-text {
      color: #e0e0e0;
      font-size: 1rem;
    }

    .description {
      font-size: 0.95rem;
      color: #dcdcdc;
      line-height: 1.6;
      margin-top: 30px;
    }

    @media (max-width: 768px) {
      .stat-number {
        font-size: 1.5rem;
      }
    }


    .testimonial-section {
      position: relative;
      background: url('https://adm.globalindianschool.org/hubfs/GMp/blue-BG.png');
      text-align: center;
      padding: 80px 20px;
    }

    .testimonial-section h2 {
      font-weight: 700;
      margin-bottom: 40px;
      color: #f5c32c;
    }

    .testimonial {
      max-width: 750px;
      margin: 0 auto;
    }

    .testimonial p {
      font-size: 1.2rem;
      font-style: italic;
      line-height: 1.6;
      margin-bottom: 25px;
      color: #fff;
    }

    .testimonial h6 {
      font-weight: 600;
      color: #f5c32c;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(1);
    }

    .carousel-indicators [data-bs-target] {
      background-color: #f5c32c;
    }

    @media (max-width: 768px) {
      .testimonial p {
        font-size: 1rem;
      }
    }


    .carousel-control-next, .carousel-control-prev{display: none;}
    .carousel-indicators{display: none;}

    .faq-section {
    padding: 4rem 0;
    background-color: #eff9fb;
}

.faq-section .accordion-item {
    background-color: #f2f4f3;
    border-radius: 30px;
    margin: 16px 0;
    border: none;
}

.accordion-header {
    margin-bottom: 0;
}
.faq-section .accordion-header button {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.faq-section .accordion-header.orange2 button {
    border-radius: 34px;
    background-color: #f7941e;
}

.faq-section .accordion-header.green2 button {
    border-radius: 34px;
    background-color: #a2cb3b;
}

.faq-section .accordion-header.blue2 button {
    border-radius: 34px;
    background-color: #00adee;
}

.accordion-button::before {
    background-image: url('https://2174926.fs1.hubspotusercontent-na1.net/hubfs/2174926/GMP-Noida-Montessori-Landing-Page/assets/images/Arrow-icon.png');
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    content: '';
    margin-right: 10px;
}

.accordion-button:not(.collapsed)::before {
    transform: rotate(-180deg);
}

.accordion-button::after{display: none;}
.faq-section  .accordion-button:focus{box-shadow: none;}
.accordion-item:last-of-type .accordion-button.collapsed{border-radius: 34px}
.faq-bg {
    padding: 40px 0;
    background-color: #f4f4f4;
    position: relative;
    z-index: 1;
}


.faq-icon {
    width: 100%;
    max-width: 70px;
    margin-right: 10px;
}

.faq-inner {
    margin-bottom: 24px;
}

.faq-bg .faq-inner span {
    width: 100%;
    height: 30px;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 100%;
    text-align: center;
}

.faq-bg .red-color span {
    background-color: #ec1c24;
}
.faq-bg .blue-color span {
    background-color: #005aa9;
}

.faq-bg .orange-color span {
    background-color: #f6921e;
}

.faq-bg .sky-color span {
    background-color: #1daeeb;
}

.faq-bg .green-color span {
    background-color: #a5cd39;
}
.faq-content {
    margin-left: 20px;
}

.faq-bg .faq-inner .faq-content h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}
.faq-bg .blue-color h5 {
    color: #005aa9;
}
.faq-bg .red-color h5 {
    color: #ec1c24;
}
.faq-bg .orange-color h5 {
    color: #f6921e;
}
.faq-bg .sky-color h5 {
    color: #1daeeb;
}
.faq-bg .green-color h5 {
    color: #a5cd39;
}
.faq-bg .faq-inner .faq-content p {
    color: #6b7678;
}

.faq-bg::after {
    content: "";
    width: 29%;
    height: 100%;
    right: 0;
    bottom: -131px;
    background-image: url('https://2174926.fs1.hubspotusercontent-na1.net/hubfs/2174926/GMP-Noida-Montessori-Landing-Page/assets/images/strip5.webp');
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right;
}

.footer-bottom .social-icons p{margin-top: 15px;color: #fff}



@media only screen and (min-width: 768px) and (max-width: 1366px) {
   section.banner-section-part::after{background-position: top;}
   section.banner-section-part::before{bottom: -131px;}
   .why-choose-section ul li{margin-bottom: 30px}
}


@media only screen and (min-width: 576px) and (max-width: 820px) {
     .why-choose-section ul li{margin-bottom: 20px;}
     .why-choose-section ul li h4{font-size: 22px}
     .faq-bg::after{display: none;}
     section.banner-section-part::after{background-position: top;}
}


.cta-button a{
    background: #2badea;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    margin-top: 30px;
    border-radius: 100px;
    box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.14);
     transition: all 0.3s linear;
     font-weight: 500;
}
.cta-button a:hover{background-color: #f6921e}

.cta-button2 a{
    background: #f6921e;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    margin-top: 30px;
    border-radius: 100px;
    box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.14);
     transition: all 0.3s linear;
     position: relative;
     z-index: 1;
     font-weight: 500;
}



/* ========== Tiny Devices (Small Phones, <576px) ========== */
@media (max-width: 575px) {
   .academic-tiers-wrapper{flex-wrap: wrap;gap: 30px}
  .academic-card{width: calc((100% - 60px) / 1);}
  .why-choose-section{margin-top: 9px;}
  .why-choose-section ul li{margin-bottom: 8px;}
  .academic-head h2{font-size: 30px}
  .gmp-spacial{padding: 60px 0}
  .component-row .program-card{width: 100%;margin-bottom: 22px}
  .component-row:nth-child(2){margin-top: 0}
  .gmp-spacial .special-left-side ul li span{width: 100%}
  .global-section{padding: 60px 20px}
  .main-title{font-size: 24px}
  .testimonial-section{padding: 60px 20px}
  .faq-icon{display: none;}
  .faq-bg h2{text-align: center;}
  .faq-bg::after{display: none;}
  .footer-bottom .social-icons p{font-size: 14px}
  @keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.banner-graphic-sec {
    margin-top: 18px;
    margin-bottom: 20px;
}
.cta-button a{margin-top: 0px}
}