/* Import Playfair Display and Open Sans directly from Google Fonts CDN */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
  background-color: #f9f9f6;
}
/* Use the fonts safely */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}
.media-gallery .row:last-child {
  border-bottom: none !important;
}

body, p, nav.navbar.navbar-expand-lg.py-3.shadow-sm {
  font-family: 'Open Sans', sans-serif;
}
button.enquire-btn {
    position: relative;
    top: -26px !important;
}
#popmake-44 .wpcf7 form .wpcf7-response-output {
    margin: 0;
    margin-top: -6% !important;
 max-width: 469px !important;
        text-align: center;
        margin-left: 24% !important;
}
.post, .page {
    margin: 0px !important;
}
li.nav-item.dropdown {
    display: flex;
}
footer.site-footer a {
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active {

    background-color: rgba(0, 0, 0, 0.125) !important;
}

.font-playfair{
  font-family: 'Open Sans', sans-serif !important;
}

.font-open-sans{
  font-family: 'Open Sans', sans-serif !important;
}
h4.achiever-title {
    text-align: center;
}
.toper img {
    width: 100%;
    height: 80%;
    object-fit: contain;
    margin-bottom: 20px;
}

/* Container */
.second-form {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  font-family: 'Open Sans', sans-serif;
  max-width: 100%;
}
.swiper.Media.swiper-initialized.swiper-horizontal.swiper-backface-hidden img {
    height: 250px;
    object-fit: cover;
}
/* Highlight the parent menu when any child page is active */
.nav-item.dropdown.current-menu-item > .nav-link,
.nav-item.dropdown.current_page_parent > .nav-link,
.nav-item.dropdown.current-page-ancestor > .nav-link {
    color: #ff0000 !important;      /* active color */
    font-weight: 600;
}

/* Also highlight the submenu active link */
.dropdown-menu .current-menu-item > a {
    background: #f1f1f1;
    color: #000 !important;
}
#popmake-44 .pum-theme-42 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    right: 13rem !important;
    top: -35px;
}



/* Labels */
.second-form label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: #222;
}


section.hero-section-admissions.life {
    position: relative;
     background-image: var(--desktop);
    background-size: cover;
    background-position: center;
    height: 550px;
    display: flex;
    align-items: center;
    margin-top: 70px;
}
section.hero-section-primary.contact{
    position: relative;
    background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/11/Mask-group.png') no-repeat center top/cover;
    height: 550px;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

section.new-footer-part {
    background-color: #000;
    padding: 50px 0px;
    color: #fff;
}
.doc-card img {
    width: 20px;
}
.page-template-contact .admission-form-section {
    padding: 0px 0;
}
.new-footer-part  .titlee {
    color: #ffffff;
    font-size: 3rem;
}
/* Inputs, Selects, Textareas */
.second-form input, .second-form select, .second-form textarea {
    width: 100%;
    padding: 12px 14px !important;
    border: 1px solid #ddd;
    border-radius: 6px !important;
    font-size: 15px;
    color: #333 !important;
    margin-bottom: 0px;
    transition: all 0.3s ease;
}
.second-form p {
    margin-bottom: 18px;
    width: 100% !important;
    color:#4a4545d1 !important;
    max-width: 100% !important;
}
/* Focus effect */
.second-form input:focus,
.second-form select:focus,
.second-form textarea:focus {
  border-color: #1b1d5c;
  outline: none;
  background: #f9faff;
}
section.contact-footer {
    padding: 40px 0px 0px 0px;
}
/* Checkbox */
.second-form .checkbox-wrap {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
section#whysliver {
    margin: 40px 0px;
}
.second-form .wpcf7-list-item {
  margin: 0;
}

.second-form input[type="checkbox"] {
    margin-right: 8px;
    width: auto;
}

/* Submit Button */
.second-form .enquire-btn {
  background: #1b1d5c;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
}

.second-form .enquire-btn:hover {
  background: #2c2f75;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 12px 0px !important;

}
ul.dropdown-menu.p-1.show li {
    padding-bottom: 5px;
}
/* Arrow styling */
.second-form .arrow {
  font-size: 16px;
  display: inline-block;
  transform: rotate(-45deg);
}

/* Form container */

.custom-enquiry-form {
    background: #faf6f2;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
/* Heading */
.custom-enquiry-form h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2e1f50; /* adjust to match your design */
}

/* Inputs & textarea */
.custom-enquiry-form input, .custom-enquiry-form textarea {
    width: 100%;
    padding: 15px !important;
    /* border: none !important; */
    border-radius: 10px !important;
    background: #f9f6f4;
    margin-bottom: 20px;
    font-size: 15px;
    color: #333 !important;
    transition: border 0.3s, background 0.3s;
}

/* On focus */
.custom-enquiry-form input:focus,
.custom-enquiry-form textarea:focus {
  outline: none;
  border: 2px solid #2e1f50;
  background: #fff;
}

/* Submit button */
.custom-enquiry-form .enquire-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 40px;
  background: #1b1d5c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

/* Hover effect */
.custom-enquiry-form .enquire-btn:hover {
  background: #2c2f75;
}

/* Arrow icon */
.custom-enquiry-form .arrow {
  font-size: 16px;
  display: inline-block;
  transform: rotate(-45deg);
}

    /* Hero Section */
.hero-banner {
    position: relative;
    background: url("https://silverspringinternationalschool.com/wp-content/uploads/2025/10/home-page-1st-banner.jpg") center/cover no-repeat;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    overflow: hidden;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffc107;
}
ul.navbar-nav.mx-auto a:hover{
  color: #000;
}
ul.navbar-nav.mx-auto a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #1F2853;
}
.hero-btn-bg {
    background-image: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/banner-circle.png');
    background-repeat: no-repeat;
    background-size: cover;
    /*transform: translateY(37%); /* Push half circle into next section */*/
    width: 250px;
    height: 250px;
}
a.btn.btn-dark.rounded-pill {
    background-color: #1F2853;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    color:#fff;
}
img.me-2 {
    width: 60px;
}

a.nav-link:hover {
color: #FAC62F;
}
img.arrow {
    width: 20px;
    position: relative;
    left: 5px;
}
.hero-overlay {
    background: rgb(0 0 0 / 37%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero-banner h1 {
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 6px rgb(0 0 0 / 25%);
    z-index: 1;
    margin-top: 60px;
    color: #ffffffbf;
}
    .hero-btn-wrapper {
      position: absolute;
      bottom: 0px;
      display: flex;
      justify-content: center;
      width: 100%;
      z-index: 2;
    }

  

   .hero-btn-bg .btn {
    color: #fff;
    font-weight: 500;
    position: relative;
    bottom: 0px;
    margin: 0 auto;
    top: 90px;
}

   

.campus-sec{
  padding: 60px 0px;
    background: #111;
    color: #fff;
    font-family: 'Playfair Display', serif;
    align-items: center;
    margin: 50px 0px;
}
.campus-sec .container-fluid{
  padding: 0px 0px 0px 40px;
}
.campus-section {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 100px;
  }

.campus-left h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 15px;
 
}

.campus-left p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #f4e9e9d1;
}

  .campus-left .btn {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #ccc;
}
a.know-more-btn {
    font-weight: 500;
    border: 1px solid #1F2853;
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
    color: #1F2853;
    font-family: 'Open Sans', sans-serif;
}
.learning-section {
    padding-bottom: 50px;
}
.card.learning-card {
    background-color: transparent;
    border: none;
}
  /* Swiper card styling */
  .swiper-slide {
    border-radius: 12px;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 100% !important;
  }
  .swiper-slide img {
    width: 100%;
    display: block;
  }
 .card-content {
    padding: 15px 0px;
    color: #111;
}
.title, .text-p {
    color:#1F2853;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
   
}
.card-content h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
}
  .card-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #f4e9e9d1;
    font-weight: 400;
  }
  .swiper {
    height: 100%;
    width: 100%;
}
.second-title{
  font-size: 2.5rem; line-height: 1.6; color: #1f285387; font-weight: 400;
}

.number-box{
  font-family: 'Open Sans', sans-serif;
}
.number {
    display: flex;
    align-items: center;
    gap: 10px;
    align-content: center;
    justify-content: center;
  
}
.number-box .counter {
    font-weight: 300;
    color: #1F2853;
    font-size: 5rem;
}
.number-box span {
    color: #1F2853;
    font-size: 5rem;
}
.number-box h4 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
}
.number-box p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    color: #00000075;
}
 

a.btn.btn-dark.rounded-pill {
    font-family: 'Open Sans', sans-serif;
}



  .form-section {
      background-color: #1b2a57; /* dark blue */
      color: #fff;
      padding: 60px 0;
      position: relative;
    }
   .form-section h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
}
   .form-section p {
    font-size: 1rem;
    color: #f4e9e9d1;
    max-width: 400px;
}
label.form-check-label {
    color: #7a7777e6;
}
    .form-card {
      
    font-family: 'Open Sans', sans-serif;
      background: #fff;
      color: #000;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    }
    .form-control, .form-select {
      border-radius: 8px;
      padding: 10px 14px;
      font-size: 0.95rem;
    }
    .submit-btn {
      background-color: #1b2a57;
      color: #fff;
      padding: 10px 25px;
      border-radius: 30px;
      border: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 500;
      transition: 0.3s;
    }
    .submit-btn:hover {
      background-color: #000;
    }
    .submit-btn svg {
      width: 18px;
      height: 18px;
      fill: #fff;
    }
    .captcha-box {
      background: #f5f5f5;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      color: #555;
    }

.card.learning-card h5 {
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif;
}
.card.learning-card  p {
    font-size: 14px;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe1f;
    outline: 0;
    box-shadow: none;
}
.overlay .text-content h2 {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.form-select:focus {
    border-color: #86b7fe38;
    outline: 0;
    box-shadow: none;
}




.number-box1 span {
    color: #1F2853;
    font-size: 3rem;
}
.number-box1 .counter {
    font-weight: 300;
    color: #1F2853;
    font-size: 3rem;
}
.number-box1 h4 {
    text-align: center;
    font-size: medium;
    font-family: 'Open Sans', sans-serif;
    color: #1F2853;
    line-height: 1.8rem;
}

.voices .swiper-slide {
    border-radius: 12px;
    overflow: hidden !important;
    box-shadow: 0 0px 0px rgba(0,0,0,0.1);
    max-width: 100% !important;
}
.small {
    background-image: url('../images/small-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 50vh; */
    padding: 30px 0px;
    overflow: hidden;
}

a.know-more-btn.btn:hover {
    border: 1px solid #1F2853;
 
}
.small-content{
  text-align: center;
}
.voices {
    padding: 50px 0px;
}
.faq-section {
    background-image: url('../images/faq-banner.png');
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.faq-section .row {
    padding: 60px 0px;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: #ffffff00;
    border-bottom: 1px solid #0000003b !important;
    border: none;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background: #f1f3ff00;
    box-shadow: none;
}
div#faqAccordion {
   
    font-family: 'Open Sans', sans-serif;
  
}
.accordion-button {
    background: none !important;
    font-weight: 400;
    font-size: 1.2rem;
    color: #050505 !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe14;
    outline: 0;
    box-shadow: none !important;
}


.map-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
}

.voices .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin: 80px 0px;
}


.map-flex a {
    text-decoration: none;
    color: #1F2853;
}
.map-flex img {
    top: 3px;
    position: relative;
}














/* Map */
.campus-map { margin-bottom: -5px; }
.map-container iframe { width: 100%; height: 420px; border: 0; }

/* Footer */
.site-footer {
    /* background: #0b1d4a; */
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background-image: url('../images/footer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-body {
    padding: 50px 0px;
}
.footer-top { background:#fdfdfd; text-align:center; padding:10px 0; }
.footer-top p { color:#1b1b1b; font-weight:700; letter-spacing:4px; margin:0; }

.footer-content {
  display:grid;
  grid-template-columns: 1.1fr 1.2fr 1fr; /* docs | contact+social | links */
  gap:40px;
  padding:48px min(8vw,120px);
}

.footer-col h3 { font-size:18px; margin:0 0 14px; font-weight:700; }
.footer-left p, .footer-left a, .footer-right a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

/* Docs */
.doc-list { list-style:none; padding:0; margin:0; }
.doc-list li { margin:10px 0; }
.doc-list a { color:#fff; text-decoration:none; display:inline-flex; align-items:center; gap:10px; }
.doc-list a i { font-size:16px; opacity:0.9; }
.doc-list a:hover { text-decoration:underline; }

/* Social icons */
.social-icons { display:flex; gap:10px; margin-top:14px; }
.social-icons a {
  width:36px; height:36px; display:grid; place-items:center;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%; text-decoration:none; transition:.2s ease;
}
.social-icons a i { font-size:16px; }
.social-icons a:hover { background:#f9c526; color:#0b1d4a; border-color:#f9c526; }

/* Links */
.footer-links { list-style:none; padding:0; margin:0; }
.footer-links li { margin:8px 0; }
.footer-links a { text-decoration:none; }
.footer-links a:hover {
    text-decoration: none;
    color: #f9c526;
}

/* Bottom */
.footer-bottom {  padding:16px; border-top:1px solid rgba(255,255,255,.15); font-size:13px; }
.footer-bottom a { text-decoration:none; }
p.footer-left {
    text-align: right;
    text-decoration: none;
    color: #fff;
}.footer-bottom a:hover{
color:#f9c526;}

.marquee {
    width: 100%;
    overflow: hidden;
    background: #fdfdfd;
    color: #121111ba;
    font-size: 22px;
    font-weight: 600;
    white-space: nowrap;
    /* padding: 10px 0; */
}
.marquee-content {
  display: inline-block;

  animation: scroll-left 28s linear infinite;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.container-fluid {
    padding: 0px 40px;
}


.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.testimonial-stars {
  color: #000; /* star color */
  font-size: 18px;
  margin-bottom: 10px;
}
.testimonial-content {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.testimonial-author {
  display: flex;
  align-items: center;
}
.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.swiper-button-next, .swiper-button-prev {
  background: #0d1b4c;
  color: #fff !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 18px;
}

.faq-section h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.accordion-button {
  background: none;
  font-weight: 600;
  font-size: 1rem;
  color: #122450;
}

.accordion-button:not(.collapsed) {
  color: #122450;
  background: #f1f3ff;
  box-shadow: none;
}

.accordion-body {
  font-size: 0.95rem;
  color: #444;
}
.gallery-section {
  padding: 60px 20px;
  text-align: center;
  background: #fdfdfd;
}

.gallery-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2a2a2a;
}

.gallery-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 60px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: block;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}
#backToTop {
    position: fixed;
    bottom: 100px;
    right: 23px;
    z-index: 999;
    background-color: #FAC62F;
    color: #fff;
    border: none;
    padding: 12px 16px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}
#backToTop:hover {
    background-color: #FAC62F;
}
.sec-2{
padding: 60px 20px; background: #f9f9f6; text-align: center; font-family: 'Open Sans', sans-serif;
}
section.achievers {
    padding: 40px 0px;
}
.toper {
    margin-top: 50px;
}
.box-number{
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 50px;
    align-items: center;
    justify-items: center;
}
.footer-bottom .col-md-6 {
  
    padding: 0px;

  }
ul.navbar-nav.mx-auto li {
    padding-left: 1rem;
    padding-right: 1rem;
	font-size:14px;
}
/* About us  */
section.hero-section {
    margin-top: 70px;
}


section.hero-section.about{
  position: relative;
  background-image: var(--desktop);
    background-size: cover;
    background-position: center;

 height: 550px;
	
  display: flex;
  align-items: center;
}
section.about-sec.pics {
    background-color: rgba(31, 40, 83, 1);
    padding-bottom: 0px !important;
    color: #fff;
}
section.about-sec.pics img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.img-pic{
	width: 100%;
    display: block;
    margin: 0 auto;
}
.hero-overlay {
  background: rgba(0,0,0,0.2); 
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-content {

  color: #fff;
}
section.about-sec.pics2 {
    background-color: rgba(250, 198, 47, 1);
    margin: 50px 0px;
    padding-bottom: 0px;
}
section#Principals-Message {
    margin: 60px 0px;
}
.media-section .img {
    height: 100%;
}
section#Philosophy {
    margin: 40px 0px;
}
section#who {
    margin: 40px 0px;
}
.col-md-6.trustee {
    display: flex;
    flex-direction: column;
    padding: 40px 40px 10px 40px;
    justify-content: space-between;
}
.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}

.hero-content h1 span {
  color: #f9c300; /* yellow highlight */
}

.hero-content p {
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

.cta-btn {
    display: inline-block;
    padding: 12px 24px;
    background: transparent;
    color: #ffff !important;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    
}

.cta-btn:hover {
    background: #f9c300;
    color: #000;
    border: none;
}
/* section.about-sec {
    padding: 60px 0px;
} */


.video-banner {
  position: relative;
  background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/WHO-WE-ARE-BANNER-1.jpg') no-repeat center center/cover;
  height: 80dvh;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4); /* dark overlay */
}

.overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: rgba(255,255,255,0.8);
  color: #000;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
  transition: 0.3s;
}

.play-btn:hover {
  background: #f9c300;
  color: #000;
}

.text-content {
  margin-top: 20px;
}

.text-content h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 8px;
}

.text-content p {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
    font-family: 'Open Sans', sans-serif;
}
.about-profiles {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* padding: 0px; */
    /* margin: 0px; */
}
.mission-vision {
  background: #111; /* dark background */
  color: #fff;
  padding: 0;
}
.break-hight-bottom {
    height: 50px;
    border-top: 1px solid #6d6565;
    width: 100%;
}
.mission-vision .box {
    border: 1px solid #6d6565;
    display: flex;
    justify-content: space-around;
    min-height: 300px;
    flex-direction: column;
    align-items: center;
}
.mission-vision .content {
  padding: 40px;
  text-align: left;
}

.mission-vision h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 00;
}

.mission-vision h5 {
  font-size: 18px;
 
  margin-bottom: 10px;
}
.break-hight-top {
    height: 100px;
    border-bottom: 1px solid #6d6565;
    width: 100%;
}
.mission-vision p {
    color: #bbb;
    margin: 0;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.core-values {
  background: #fdfdea; /* light yellowish bg like screenshot */
  color: #222;
}

.core-values .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #111;
}

.core-values .section-subtitle {
  font-size: 16px;
  color: #444;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Value Box */
.value-box {
  text-align: center;
  padding: 15px;
}

.value-box .icon {
  width: 70px;
  height: 70px;
  background: #f9c300;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.value-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #003366;
}

.value-box p {
  font-size: 14px;
  color: #444;
  margin: 0;
  line-height: 1.5;
}

.content img {
    padding: 20px;
}
.value-box img {
    width: 50px;
    margin-bottom: 20px;
}

.learning-section.about {
    padding: 60px 0px 0px 0px;
}
.Media .card-content {

    color: #303030;
    background-color: #fff;
    padding: 10px;
}
.Media .swiper-slide {
    border-radius: 12px;
    overflow: hidden !important;
    box-shadow: none;
   
    padding-bottom: 50px;
}
.Media .card-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #000000d1;
    font-weight: 700;
}
.Media  .card-content h3 {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #303030;
    font-family: 'Open Sans', sans-serif;
}
.faq-section-about {
    background-image: url('../images/faq-about.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.faq-section-about .row {
    padding: 60px 0px;
}
.faq-section-about .title, .faq-section-about .text-p {
    color: #fff;
}
.faq-section-about .accordion-body {
    font-size: 0.95rem;
    color: #d5d5d587;
}
.faq-section-about .accordion-button {
   
    color: #D5D5D5 !important;
}
.faq-section-about button.accordion-button:after {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    /* text-align: center; */
    border-radius: 30px;
    position: relative;
}



/* Media page   */
section.media-section {
    margin-top: 78px;
    overflow: hidden;
    background-color: #E7E8EC;
}

.media-section h1 {
    color: #3F3F3F;
    font-size: 4rem;
}

.media-section span {
    color: #3A4787;
}

.media-content {
    padding: 40px;
    background-color: #E7E8EC;
}

section.learning-section.media {
    padding: 50px 0px;
    margin-bottom: 0px;
}

.media .card.learning-card img {
    height: 400px;
   
    border-radius: 10px;
}
section.News-Announcements {
    padding: 50px 0px;
    background-color: #F1F3D4;
}

.media-gallery .title, .media-gallery .text-p {
    color: #fefeff;
}
.media-gallery  p {
    color: #969696;
}
.media-gallery  h5 {
    color: #cbc3c3;
    font-weight: 200;
    font-size: 18px;
}
.media-gallery  a.btn.btn-outline-light.rounded-circle {
    width: 40px;
    height: 36px;
}


/* Alumni page */

.hero-section-allu {
    position: relative;
    background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/alum-banner.jpg') no-repeat center top/cover;
    height: 550px;
    display: flex;
    align-items: center;
}

.hero-section-allu{
    margin-top: 70px;
}
section.alumni.sec-2{
    padding: 30px 20px;
    background: #f9f9f6;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
}
.about-profiles p {
    padding: 15px 0px;
}


.faq-sections .row {
    padding: 60px 0px;
}

/* academics page */

.hero-section-academics {
    position: relative;
     background-image: var(--desktop);
    background-size: cover;
    background-position: center;
    height: 590px;
    display: flex;
    align-items: center;
     margin-top: 70px;
}

.academics-sec2 {
    background-color: #000;
    overflow: hidden;
  
     font-family: 'Open Sans', sans-serif;
     position: relative;
}

  .card-section {
    background-color: #fff;
	  
	  
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin: 50px 0px;
}

  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #E7E8EC;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}

   

    .section-header-left h2 span {
      color: #6c6e99;
      font-weight: 400;
      margin-right: 10px;
    }

   .icons-row {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    color: #3F3F3F;
    font-size: 0.95rem;
    font-family: ;
}

   .image-container {
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    max-width: 300px;
    right: 150px;
}

    .image-container .acc-img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
    }

    .academics-btn {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background-color: #fff;
      border: none;
      padding: 6px 14px;
      border-radius: 30px;
      font-size: 0.85rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      display: flex;
      align-items: center;
      gap: 6px;
      font-weight: 500;
    }
    .academics-btn  a {
    text-decoration: none;
    color: #000 !important;
}
    .know-more-btn span {
      display: inline-block;
      background-color: #333;
      color: #fff;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
    }

   .section-body {
    margin-top: 20px;
    padding: 30px 20px;
}

    .section-body p:first-child {
      font-weight: 600;
      margin-bottom: 6px;
    }

    .highlights-section {
      border-top: 1px solid #dee2e6;
      margin-top: 25px;
      padding-top: 20px;
    }

    .highlight-title {
      font-weight: 600;
      font-size: 0.95rem;
      margin-bottom: 15px;
    }

    .highlight-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 10px 20px;
    }

    .highlight-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.95rem;
    }

   .highlight-item::before {
    content: '✔';
    color: #fff;
    font-weight: bold;
    background-color: #000;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    position: relative;
    font-size: 10px;
    /* margin: 0 auto; */
    text-align: center;
}



.academics-section .know-more-btn {
    position: relative;
  bottom: 0px;
  left: 0px;
    width: max-content;
}

.academics-section {
    position: relative;
    background: url('../images/academics-banner2.png') no-repeat center center/cover;
    height: 300px;
    display: flex;
    align-items: center;
    
}
button.know-more-btn a {
    text-decoration: none;
    color: #000;
}

.hero-section-pre {
    position: relative;
    background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/pre-banner.jpg') no-repeat center top/cover;
    height: 550px;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.hero-section-primary {
    position: relative;
    background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/prim-banner1.jpg') no-repeat center top/cover;
    height: 550px;
    display: flex;
    align-items: center;
    margin-top: 70px;
}
.hero-section-secondary {
    position: relative;
    background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/secondary-banner-1.jpg') no-repeat center top/cover;
    height: 550px;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

section.pre-section-2 {
    margin: 40px 0px;
    font-family: 'Open Sans', sans-serif;
}

.pre-section-2 img.acc-img {
    display: block;
    margin: 0 auto;
}
.pre-section-2 .icons-row {
  
    margin-bottom: 30px;
}

.documents-section {
    padding: 50px 0px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 100px;
}

    .documents-section h2 {
      font-size: 1.75rem;
      font-weight: 600;
      color: #2e2e2e;
    }

    .documents-section p.lead {
      font-size: 1rem;
      color: #555;
      margin-bottom: 30px;
    }

    .doc-card {
      background-color: #edf0ff;
      border-radius: 10px;
      padding: 10px 14px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px;
      font-size: 0.95rem;
    }

    .doc-card span:first-child {
      display: flex;
      align-items: center;
      gap: 10px;
    }

   .doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px 20px;
    margin-top: 50px;
}

    .doc-note {
      font-size: 0.85rem;
      margin-top: 25px;
      color: #666;
    }

ul.dropdown-menu.p-3.show {
    background-color: #f8f9fa;
}


/* admissions */

/* .hero-section-admissions {
    position: relative;
    background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/admission-banner-1.jpg') no-repeat center center/cover;
    height: 550px;
    display: flex;
    align-items: center;
     margin-top: 70px;
}
 */

   .why-ssis {
    text-align: center;
    padding: 60px 0px;
    background-color: #000;
    color: #D2D2D2;
}

    .why-ssis h2 {
      font-size: 2.2rem;
      margin-bottom: 15px;
    }

    .why-ssis p {
      font-size: 1rem;
      color: #ccc;
      max-width: 800px;
      margin: 0 auto 50px auto;
      line-height: 1.6;
    }

 .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    font-family: 'Open Sans', sans-serif;
    justify-items: center;
}

    .feature {
      text-align: left;
      padding: 10px;
      /* background: #111;
      border-radius: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease; */
    }

    /* .feature:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(255, 255, 255, 0.1);
    } */

    .feature-icon {
      font-size: 32px;
      margin-bottom: 15px;
      
    }

    .feature h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
    }

    .feature p {
      color: #aaa;
      font-size: 0.95rem;
      line-height: 1.5;
    }

.timeline {
    /* text-align: center; */
    padding: 40px 20px;
    background: #f9f9fc;
    font-family: 'Open Sans', sans-serif;
}

.timeline h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #1c2d5a;
}

.timeline p {
  color: #444;
  margin-bottom: 20px;
}

.phases {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
    flex-direction: row;
    align-content: flex-start;
}

.phase {
  padding: 10px 15px;
  border-bottom: 4px solid #cfd8ff;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}

.phase.active {
  border-color: #1c2d5a;
  color: #1c2d5a;
}

.timeline-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  min-height: 150px;
}
.text-block p {
    font-size: xx-large;
}
.timeline-contents .content {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}
.timeline-contents .content img{
  padding: 0px;
}

.timeline-contents .content.active {
  display: block;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.admission-support {
  background: #111; 
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.admission-support .section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.admission-support .section-subtitle {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 40px;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(85px, 1fr));
    gap: 30px;
    justify-content: space-between;
    justify-items: stretch;
    align-content: center;
    font-family: 'Open Sans', sans-serif;
}

.support-card {
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.support-card h4 {
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 10px;
}

.support-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.support-card ul li {
  position: relative;
  margin: 12px 0;
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.4;
}

.support-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #fff !important;
    font-size: 14px;
    background-color: #000;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    left: -5px;
}
.dark-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #665151 !important;
    font-size: 14px;
    background-color: #fbfbfb !important;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    left: -5px;
}

.dark-card {
  background: #2a2a2a;
}

.light-card {
    background: #E2E2E2;
    color: #111;
}

.light-card ul li::before {
  color: #111;
}

.enquire-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  background: #f0f0f0;
  color: #111;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.enquire-btn:hover {
  background: #ddd;
}

section.learning-section.admisson {
    padding: 50px 0px 30px 0px;
    text-align: center;
}

section.learning-section.admisson .card.learning-card {
    text-align: left;
}



/* All phones (portrait + landscape, up to 767px wide) */
@media (max-width: 767px) {
  
  section.achievers img {
    width: 100%;
}
.campus-section {
    display: grid;
    grid-template-columns: none;
    gap: 60px;
    justify-items: center;
}

.hero-btn-bg .btn {
    top: 90px;
}
.hero-banner {

    background: url("https://silverspringinternationalschool.com/wp-content/uploads/2025/10/landing-page-1st-banner-mobile.jpg") center/cover no-repeat;
    height: 60vh;
  
}
.hero-banner h1 {
    font-size: 2.5rem;
    margin-top: 50px;

}
.second-title {
    font-size: 1rem;
   
}
.sec-2 {
    padding:20px;
   
}


.number-box .counter {
   
    font-size: 3rem;
}
.number-box span {
   
    font-size: 3rem;
}
.campus-sec .container-fluid {
    padding: 15px;
}
.campus-sec {
    padding: 20px 0px;
    margin: 20px 0px;
   
}
.container-fluid {
    padding: 0px 15px;
}
.form-section {
  
    padding: 20px 0;
  
}
.box-number {
    display: flex;
    gap: 9px;
    margin-top: 0px;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: center;
}
.voices {
    padding: 10px 0px;
}
.swiper-button-next, .swiper-button-prev {
  
    display: none;
}
.small {
    background-image: url('../images/mobile-banner.png');
   
}
.faq-section .row {
    padding: 0px 0px;
}
.gallery-section {
    padding: 20px;
   
}
.gallery-grid {

    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.map-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.footer-col h3 {
  
    margin: 16px 0 14px;
 
}
.footer-body {
    padding: 10px 0px;
}
.footer-bottom {
    padding: 4px 0px;
    text-align: center;
   
}
p.footer-left {
    text-align: center;
   
}
section.achievers {
    padding: 20px 0px;
}
.toper {
    margin-top: 0px;
}
.voices .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin: 0px;
}

/* about us  */
.hero-content p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}
.hero-content h1 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Playfair Display';
}
.about-profiles {
    display: flex;
    justify-content: space-around;
    
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
}
.break-hight-bottom {
    display: none;
}
.break-hight-top {
    display: none;
}

/* Media */

section.media-section .row {
    /* display: flex; */
    /* flex-wrap: wrap; */
    flex-direction: column-reverse;
}
.media-section h1 {
    color: #3F3F3F;
    font-size: 2.5rem;
}
.media-gallery .col-md-5 {
    padding: 20px 10px;
}


/* alumni */

.about-profiles img {
    width: 100%;
}
.alumni  .content {
    padding: 30px;
    text-align: left;
}
.mission-vision .box {
    border: 1px solid #6d6565;
    display: flex;
    justify-content: space-around;
    min-height: 300px;
    flex-direction: column;
    align-items: flex-start;
}


.image-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    right: 0px;
    /* height: 200px; */
    /* margin-bottom: 400px; */
    display: block;
    /* top: 130px; */
    top: 0;
    padding: 10px;
    width: 100%;
    max-width: 100%;
}
.card-section {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin: 50px 0px;
    position: relative;
}
.section-body {
    padding: 30px 20px;
}

/* Admisions */

.phases {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.text-block p {
    font-size: x-large;
}
.image-block img {
    width: 100%;
    margin-top: 40px;
}
.text-end {
    text-align: start !important;
}
.support-grid {
        grid-template-columns: 1fr;
    }
    section.learning-section.admisson {
    padding: 30px 0px 0px 0px;
    text-align: center;
}
.features {
    grid-template-columns: 1fr;
    gap: 0px;
    justify-items: baseline;
}
.pum-theme-42 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    right: 1rem !important;
}
}

.learning-section.about {
    background: #e7e8ec;
}

  .faq-section h2 {
    font-weight: 400 !important;
  }
  .accordion-button{
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #222222 !important;
  }
  .accordion-body{
    font-family: 'Open Sans';
    font-style: normal !important;
    font-weight: 400 !important;
    color: #717171 !important;
  }

 
  #popmake-44 .g-recaptcha div {
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-body {
      padding-top: 0;
    }
    .accordion-button{
      padding-bottom: 0;
    }

  /*Desktop only*/
  @media (min-width: 768px) {
    div#faqAccordion {
        padding-right: 1rem;
    }
  }

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/uploads/fonts/playfair-display-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/uploads/fonts/playfair-display-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/uploads/fonts/playfair-display-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/uploads/fonts/playfair-display-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/fonts/playfair-display-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/uploads/fonts/playfair-display-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/uploads/fonts/playfair-display-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 800;
  src: url('/wp-content/uploads/fonts/playfair-display-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/uploads/fonts/playfair-display-v40-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 900;
  src: url('/wp-content/uploads/fonts/playfair-display-v40-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/uploads/fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/uploads/fonts/open-sans-v44-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/uploads/fonts/open-sans-v44-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/uploads/fonts/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/uploads/fonts/open-sans-v44-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/uploads/fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/uploads/fonts/open-sans-v44-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/uploads/fonts/open-sans-v44-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/uploads/fonts/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/wp-content/uploads/fonts/open-sans-v44-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
 font-family: 'Playfair Display', serif;
}

body {
 font-family: 'Playfair Display', serif;
 background-color: #f9f9f6;
}
nav.navbar.navbar-expand-lg.py-3.shadow-sm {
    font-family: 'Open Sans', sans-serif;
}
.post, .page {
    margin: 0px !important;
}
footer.site-footer a {
    color: #fff;
}

/* Container */
.second-form {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  font-family: 'Open Sans', sans-serif;
  max-width: 100%;
}

/* Labels */
.second-form label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: #222;
}

/* Inputs, Selects, Textareas */
.second-form input, .second-form select, .second-form textarea {
    width: 100%;
    padding: 12px 14px !important;
    border: 1px solid #ddd;
    border-radius: 6px !important;
    font-size: 15px;
    color: #333 !important;
    margin-bottom: 0px;
    transition: all 0.3s ease;
}
.second-form p {
    margin-bottom: 18px;
    width: 100% !important;
    color:#4a4545d1 !important;
    max-width: 100% !important;
}
/* Focus effect */
.second-form input:focus,
.second-form select:focus,
.second-form textarea:focus {
  border-color: #1b1d5c;
  outline: none;
  background: #f9faff;
}

/* Checkbox */
.second-form .checkbox-wrap {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.second-form .wpcf7-list-item {
  margin: 0;
}

.second-form input[type="checkbox"] {
    margin-right: 8px;
    width: auto;
}

/* Submit Button */
.second-form .enquire-btn {
  background: #1b1d5c;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
}

.second-form .enquire-btn:hover {
  background: #2c2f75;
}

/* Arrow styling */
.second-form .arrow {
  font-size: 16px;
  display: inline-block;
  transform: rotate(-45deg);
}

/* Form container */



textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
/* Heading */
.custom-enquiry-form h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2e1f50; /* adjust to match your design */
}

/* Inputs & textarea */
.custom-enquiry-form input, .custom-enquiry-form textarea {
    width: 100%;
    padding: 15px !important;
    /* border: none !important; */
    border-radius: 10px !important;
    background: #f9f6f4;
    margin-bottom: 20px;
    font-size: 15px;
    color: #333 !important;
    transition: border 0.3s, background 0.3s;
}

/* On focus */
.custom-enquiry-form input:focus,
.custom-enquiry-form textarea:focus {
  outline: none;
  border: 2px solid #2e1f50;
  background: #fff;
}

/* Submit button */
.custom-enquiry-form .enquire-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 40px;
  background: #1b1d5c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

/* Hover effect */
.custom-enquiry-form .enquire-btn:hover {
  background: #2c2f75;
}

/* Arrow icon */
.custom-enquiry-form .arrow {
  font-size: 16px;
  display: inline-block;
  transform: rotate(-45deg);
}

.hero-btn-bg .btn {
    top: 90px;
}
    /* Hero Section */
.hero-banner {
    position: relative;
    background: url("https://silverspringinternationalschool.com/wp-content/uploads/2025/10/home-page-1st-banner-1.png") center/cover no-repeat;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #fff;
    margin-top: 60px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffc107;
}
ul.navbar-nav.mx-auto a:hover{
  color: #000;
}
ul.navbar-nav.mx-auto a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #1F2853;
}
.hero-btn-bg {
    background-image: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/banner-circle.png');
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(37%); /* Push half circle into next section */
    width: 250px;
    height: 250px;
}
a.btn.btn-dark.rounded-pill {
    background-color: #1F2853;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    color:#fff;
}
img.me-2 {
    width: 60px;
}

a.nav-link:hover {
color: #FAC62F;
}
img.arrow {
    width: 20px;
    position: relative;
    left: 5px;
}
.hero-overlay {
    background: rgb(0 0 0 / 37%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero-banner h1 {
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 6px rgb(0 0 0 / 25%);
    z-index: 1;
    margin-top: 60px;
    color: #ffffffbf;
}
    .hero-btn-wrapper {
      position: absolute;
      bottom: 0px;
      display: flex;
      justify-content: center;
      width: 100%;
      z-index: 2;
    }

  

   .hero-btn-bg .btn {
    color: #fff;
    font-weight: 500;
    position: relative;
    bottom: 0px;
    margin: 0 auto;
    top: 90px;
}

   

.campus-sec{
  padding: 60px 0px;
    background: #111;
    color: #fff;
    font-family: 'Playfair Display', serif;
    align-items: center;
    margin: 50px 0px;
}
.campus-sec .container-fluid{
  padding: 0px 0px 0px 40px;
}
.campus-section {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 100px;
  }

.campus-left h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 15px;
 
}

.campus-left p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #f4e9e9d1;
}

  .campus-left .btn {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #ccc;
}
a.know-more-btn {
    font-weight: 500;
    border: 1px solid #1F2853;
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
    color: #1F2853;
    font-family: 'Open Sans', sans-serif;
}
.learning-section {
    padding-bottom: 50px;
}
.card.learning-card {
    background-color: transparent;
    border: none;
}
  /* Swiper card styling */
  .swiper-slide {
    border-radius: 12px;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 100% !important;
  }
  .swiper-slide img {
    width: 100%;
    display: block;
  }
 .card-content {
    padding: 15px 0px;
    color: #111;
}
.title, .text-p {
    color:#1F2853;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
   
}
.card-content h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
}
  .card-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #f4e9e9d1;
    font-weight: 400;
  }
  .swiper {
    height: 100%;
    width: 100%;
}
.second-title{
  font-size: 2.5rem; line-height: 1.6; color: #1f285387; font-weight: 400;
}

.number-box{
  font-family: 'Open Sans', sans-serif;
}
.number {
    display: flex;
    align-items: center;
    gap: 10px;
    align-content: center;
    justify-content: center;
  
}
.number-box .counter {
    font-weight: 300;
    color: #1F2853;
    font-size: 5rem;
}
.number-box span {
    color: #1F2853;
    font-size: 5rem;
}
.number-box h4 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
}
.number-box p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    color: #00000075;
}
 

a.btn.btn-dark.rounded-pill {
    font-family: 'Open Sans', sans-serif;
}



  .form-section {
      background-color: #1b2a57; /* dark blue */
      color: #fff;
      padding: 60px 0;
      position: relative;
    }
   .form-section h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
}
   .form-section p {
    font-size: 1rem;
    color: #f4e9e9d1;
    max-width: 400px;
}
label.form-check-label {
    color: #7a7777e6;
}
    .form-card {
      
    font-family: 'Open Sans', sans-serif;
      background: #fff;
      color: #000;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    }
    .form-control, .form-select {
      border-radius: 8px;
      padding: 10px 14px;
      font-size: 0.95rem;
    }
    .submit-btn {
      background-color: #1b2a57;
      color: #fff;
      padding: 10px 25px;
      border-radius: 30px;
      border: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 500;
      transition: 0.3s;
    }
    .submit-btn:hover {
      background-color: #000;
    }
    .submit-btn svg {
      width: 18px;
      height: 18px;
      fill: #fff;
    }
    .captcha-box {
      background: #f5f5f5;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      color: #555;
    }

.card.learning-card h5 {
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif;
}
.card.learning-card  p {
    font-size: 14px;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe1f;
    outline: 0;
    box-shadow: none;
}

.form-select:focus {
    border-color: #86b7fe38;
    outline: 0;
    box-shadow: none;
}

.number-box1 span {
    color: #1F2853;
    font-size: 3rem;
}
.number-box1 .counter {
    font-weight: 300;
    color: #1F2853;
    font-size: 3rem;
}
.number-box1 h4 {
    text-align: center;
    font-size: medium;
    font-family: 'Open Sans', sans-serif;
    color: #1F2853;
    line-height: 1.8rem;
}

.voices .swiper-slide {
    border-radius: 12px;
    overflow: hidden !important;
    box-shadow: 0 0px 0px rgba(0,0,0,0.1);
    max-width: 100% !important;
}
.small {
    background-image: url('../images/small-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 50vh; */
    padding: 30px 0px;
    overflow: hidden;
}

a.know-more-btn.btn:hover {
    border: 1px solid #1F2853;
 
}
.small-content{
  text-align: center;
}
.voices {
    padding: 50px 0px;
}
.faq-section {
    background-image: url('../images/faq-banner.png');
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.faq-section .row {
    padding: 60px 0px;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: #ffffff00;
    border-bottom: 1px solid #0000003b !important;
    border: none;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background: #f1f3ff00;
    box-shadow: none;
}
div#faqAccordion {
   
    font-family: 'Open Sans', sans-serif;
  
}
.accordion-button {
    background: none !important;
    font-weight: 400;
    font-size: 1.2rem;
    color: #050505 !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe14;
    outline: 0;
    box-shadow: none !important;
}


.map-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
}

.voices .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin: 80px 0px;
}


.map-flex a {
    text-decoration: none;
    color: #1F2853;
}
.map-flex img {
    top: 3px;
    position: relative;
}














/* Map */
.campus-map { margin-bottom: -5px; }
.map-container iframe { width: 100%; height: 420px; border: 0; }

/* Footer */
.site-footer {
    /* background: #0b1d4a; */
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background-image: url('../images/footer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-body {
    padding: 50px 0px;
}
.footer-top { background:#fdfdfd; text-align:center; padding:10px 0; }
.footer-top p { color:#1b1b1b; font-weight:700; letter-spacing:4px; margin:0; }

.footer-content {
  display:grid;
  grid-template-columns: 1.1fr 1.2fr 1fr; /* docs | contact+social | links */
  gap:40px;
  padding:48px min(8vw,120px);
}

.footer-col h3 { font-size:18px; margin:0 0 14px; font-weight:700; }
.footer-left p, .footer-left a, .footer-right a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

/* Docs */
.doc-list { list-style:none; padding:0; margin:0; }
.doc-list li { margin:10px 0; }
.doc-list a { color:#fff; text-decoration:none; display:inline-flex; align-items:center; gap:10px; }
.doc-list a i { font-size:16px; opacity:0.9; }
.doc-list a:hover { text-decoration:underline; }

/* Social icons */
.social-icons { display:flex; gap:10px; margin-top:14px; }
.social-icons a {
  width:36px; height:36px; display:grid; place-items:center;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%; text-decoration:none; transition:.2s ease;
}
.social-icons a i { font-size:16px; }
.social-icons a:hover { background:#f9c526; color:#0b1d4a; border-color:#f9c526; }

/* Links */
.footer-links { list-style:none; padding:0; margin:0; }
.footer-links li { margin:8px 0; }
.footer-links a { text-decoration:none; }
.footer-links a:hover {
    text-decoration: none;
    color: #f9c526;
}

/* Bottom */
.footer-bottom {  padding:16px; border-top:1px solid rgba(255,255,255,.15); font-size:13px; }
.footer-bottom a { text-decoration:none; }
p.footer-left {
    text-align: right;
    text-decoration: none;
    color: #fff;
}.footer-bottom a:hover{
color:#f9c526;}

.marquee {
    width: 100%;
    overflow: hidden;
    background: #fdfdfd;
    color: #121111ba;
    font-size: 22px;
    font-weight: 600;
    white-space: nowrap;
    /* padding: 10px 0; */
}
.marquee-content {
  display: inline-block;

  animation: scroll-left 28s linear infinite;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.container-fluid {
    padding: 0px 40px;
}


.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.testimonial-stars {
  color: #000; /* star color */
  font-size: 18px;
  margin-bottom: 10px;
}
.testimonial-content {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.testimonial-author {
  display: flex;
  align-items: center;
}
.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.swiper-button-next, .swiper-button-prev {
  background: #0d1b4c;
  color: #fff !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 18px;
}

.faq-section h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.accordion-button {
  background: none;
  font-weight: 600;
  font-size: 1rem;
  color: #122450;
}

.accordion-button:not(.collapsed) {
  color: #122450;
  background: #f1f3ff;
  box-shadow: none;
}

.accordion-body {
  font-size: 0.95rem;
  color: #444;
}
.gallery-section {
  padding: 60px 20px;
  text-align: center;
  background: #fdfdfd;
}

.gallery-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2a2a2a;
}

.gallery-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 60px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: block;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}
#backToTop {
    position: fixed;
    bottom: 100px;
    right: 23px;
    z-index: 999;
    background-color: #FAC62F;
    color: #fff;
    border: none;
    padding: 12px 16px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}
#backToTop:hover {
    background-color: #FAC62F;
}
.sec-2{
padding: 40px 20px; background: #f9f9f6; text-align: center; font-family: 'Open Sans', sans-serif;
}
section.achievers {
    padding: 40px 0px;
}
.toper {
    margin-top: 50px;
}
.box-number{
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 50px;
    align-items: center;
    justify-items: center;
}
.footer-bottom .col-md-6 {
  
    padding: 0px;

  }
ul.navbar-nav.mx-auto li {
    padding-left: 1rem;
    padding-right: 1rem;
}
/* About us  */
section.hero-section {
    margin-top: 70px;
}

.hero-section {
  position: relative;
/*   background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/ABOUT-US-PAGE-LANDING-BANNER.jpg') no-repeat center center/cover; */
 height: 550px;
  display: flex;
  align-items: center;
}

.hero-overlay {
  background:rgb(0 0 0 / 43%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-content {

  color: #fff;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}

.hero-content h1 span {
  color: #f9c300; /* yellow highlight */
}

.hero-content p {
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

.cta-btn {
    display: inline-block;
    padding: 12px 24px;
    background: transparent;
    color: #ffff !important;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    
}

.cta-btn:hover {
    background: #f9c300;
    color: #000;
    border: none;
}
/* section.about-sec {
    padding: 60px 0px;
} */


.video-banner {
  position: relative;
  background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/WHO-WE-ARE-BANNER-1.jpg') no-repeat center center/cover;
  height: 80dvh;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4); /* dark overlay */
}

.overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: rgba(255,255,255,0.8);
  color: #000;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
  transition: 0.3s;
}

.play-btn:hover {
  background: #f9c300;
  color: #000;
}

.text-content {
  margin-top: 20px;
}

.text-content h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 8px;
}

.text-content p {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
    font-family: 'Open Sans', sans-serif;
}
.about-profiles {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* padding: 0px; */
    /* margin: 0px; */
}
.mission-vision {
  background: #111; /* dark background */
  color: #fff;
  padding: 0;
}
.break-hight-bottom {
    height: 50px;
    border-top: 1px solid #6d6565;
    width: 100%;
}
.mission-vision .box {
    border: 1px solid #6d6565;
    display: flex;
    justify-content: space-around;
    min-height: 300px;
    flex-direction: column;
    align-items: center;
}
.mission-vision .content {
  padding: 40px;
  text-align: left;
}

.mission-vision h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 00;
}

.mission-vision h5 {
  font-size: 18px;
 
  margin-bottom: 10px;
}
.break-hight-top {
    height: 100px;
    border-bottom: 1px solid #6d6565;
    width: 100%;
}
.mission-vision p {
    color: #bbb;
    margin: 0;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.core-values {
  background: #fdfdea; /* light yellowish bg like screenshot */
  color: #222;
}

.core-values .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #111;
}

.core-values .section-subtitle {
  font-size: 16px;
  color: #444;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Value Box */
.value-box {
  text-align: center;
  padding: 15px;
}

.value-box .icon {
  width: 70px;
  height: 70px;
  background: #f9c300;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.value-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #003366;
}

.value-box p {
  font-size: 14px;
  color: #444;
  margin: 0;
  line-height: 1.5;
}

.content img {
    padding: 20px;
}
.value-box img {
    width: 50px;
    margin-bottom: 20px;
}

.learning-section.about {
    padding: 60px 0px 0px 0px;
}
.Media .card-content {

    color: #303030;
    background-color: #fff;
    padding: 10px;
}
.Media .swiper-slide {
    border-radius: 12px;
    overflow: hidden !important;
    box-shadow: none;
   
    padding-bottom: 50px;
}
.Media .card-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #000000d1;
    font-weight: 700;
}
.Media  .card-content h3 {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #303030;
    font-family: 'Open Sans', sans-serif;
}
.faq-section-about {
    background-image: url('../images/faq-about.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.faq-section-about .row {
    padding: 60px 0px;
}
.faq-section-about .title, .faq-section-about .text-p {
    color: #fff;
}
.faq-section-about .accordion-body {
    font-size: 0.95rem;
    color: #d5d5d587;
}
.faq-section-about .accordion-button {
   
    color: #D5D5D5 !important;
}
.faq-section-about button.accordion-button:after {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    /* text-align: center; */
    border-radius: 30px;
    position: relative;
}



/* Media page   */
section.media-section {
    margin-top: 78px;
    overflow: hidden;
    background-color: #E7E8EC;
}

.media-section h1 {
    color: #3F3F3F;
    font-size: 4rem;
}

.media-section span {
    color: #3A4787;
}

.media-content {
    padding: 40px;
    background-color: #E7E8EC;
}

section.learning-section.media {
    padding: 50px 0px;
    margin-bottom: 0px;
}

.media .card.learning-card img {
    height: 400px;
   
    border-radius: 10px;
}
section.News-Announcements {
    padding: 50px 0px;
    background-color: #F1F3D4;
}

.media-gallery .title, .media-gallery .text-p {
    color: #fefeff;
}
.media-gallery  p {
    color: #969696;
}
.media-gallery  h5 {
    color: #cbc3c3;
    font-weight: 200;
    font-size: 18px;
}
.media-gallery  a.btn.btn-outline-light.rounded-circle {
    width: 40px;
    height: 36px;
}


/* Alumni page */



.hero-section-allu{
    margin-top: 70px;
}

.hero-section-allu .hero-overlay {
    align-items: flex-start;
    padding-top: 10%;
}
section.alumni.sec-2{
    padding: 30px 20px;
    background: #f9f9f6;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
}
.about-profiles p {
    padding: 15px 0px;
}


.faq-sections .row {
    padding: 60px 0px;
}

/* academics page */

.hero-section-academics {
    position: relative;
    background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/banner-1.jpg') no-repeat center center/cover;
    height: 350px !important;
    display: flex;
    align-items: center;
     margin-top: 70px;
}

.academics-sec2 {
    background-color: #000;
    overflow: hidden;
  
     font-family: 'Open Sans', sans-serif;
     position: relative;
}

  .card-section {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin: 50px 0px;
}

  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #E7E8EC;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}

   

    .section-header-left h2 span {
      color: #6c6e99;
      font-weight: 400;
      margin-right: 10px;
    }

   .icons-row {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    color: #3F3F3F;
    font-size: 0.95rem;
    font-family: ;
}

   .image-container {
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    max-width: 300px;
    right: 150px;
}

    .image-container .acc-img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
    }

    .academics-btn {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background-color: #fff;
      border: none;
      padding: 6px 14px;
      border-radius: 30px;
      font-size: 0.85rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      display: flex;
      align-items: center;
      gap: 6px;
      font-weight: 500;
    }
    .academics-btn  a {
    text-decoration: none;
    color: #000 !important;
}
    .know-more-btn span {
      display: inline-block;
      background-color: #333;
      color: #fff;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
    }

   .section-body {
    margin-top: 20px;
    padding: 30px 20px;
}

    .section-body p:first-child {
      font-weight: 600;
      margin-bottom: 6px;
    }

    .highlights-section {
      border-top: 1px solid #dee2e6;
      margin-top: 25px;
      padding-top: 20px;
    }

    .highlight-title {
      font-weight: 600;
      font-size: 0.95rem;
      margin-bottom: 15px;
    }

    .highlight-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 10px 20px;
    }

    .highlight-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.95rem;
    }

   .highlight-item::before {
    content: '✔';
    color: #fff;
    font-weight: bold;
    background-color: #000;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    position: relative;
    font-size: 10px;
    /* margin: 0 auto; */
    text-align: center;
}



.academics-section .know-more-btn {
    position: relative;
  bottom: 0px;
  left: 0px;
    width: max-content;
}

.academics-section {
    position: relative;
    background: url('../images/academics-banner2.png') no-repeat center center/cover;
    height: 300px;
    display: flex;
    align-items: center;
    
}
button.know-more-btn a {
    text-decoration: none;
    color: #000;
}

.hero-section-pre {
    position: relative;
    background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/12/DSC00971-1-scaled.png') no-repeat center top/cover;
    height: 550px;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.hero-section-primary {
    position: relative;
    background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/prim-banner1.jpg') no-repeat center top/cover;
    height: 550px;
    display: flex;
    align-items: center;
    margin-top: 70px;
}
.hero-section-secondary {
    position: relative;
    background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/secondary-banner-1.jpg') no-repeat center top/cover;
    height: 550px;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

section.pre-section-2 {
    margin: 40px 0px;
    font-family: 'Open Sans', sans-serif;
}

.pre-section-2 img.acc-img {
    display: block;
    margin: 0 auto;
}
.pre-section-2 .icons-row {
  
    margin-bottom: 30px;
}

/* .documents-section {
    padding: 50px 0px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 60px;
} */

    .documents-section h2 {
      font-size: 1.75rem;
      font-weight: 600;
      color: #2e2e2e;
    }

    .documents-section p.lead {
      font-size: 1rem;
      color: #555;
      margin-bottom: 30px;
    }

    .doc-card {
      background-color: #edf0ff;
      border-radius: 10px;
      padding: 10px 14px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px;
      font-size: 0.95rem;
    }

    .doc-card span:first-child {
      display: flex;
      align-items: center;
      gap: 10px;
    }
span img {
    width: 20px;
}
  .doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    gap: 15px 20px;
    margin-top: 50px;
    max-width: 80%;
    margin: 60px auto;
}
    .doc-note {
      font-size: 0.85rem;
      margin-top: 25px;
      color: #666;
    }

ul.dropdown-menu.p-3.show {
    background-color: #f8f9fa;
}


/* admissions */

.hero-section-admissions {
    position: relative;
      background-image: var(--desktop);
    background-size: cover;
    background-position: center;
    height: 550px;
    display: flex;
    align-items: center;
     margin-top: 70px;
}


   .why-ssis {
    text-align: center;
    padding: 60px 0px;
    background-color: #000;
    color: #D2D2D2;
}

    .why-ssis h2 {
      font-size: 2.2rem;
      margin-bottom: 15px;
    }

    .why-ssis p {
      font-size: 1rem;
      color: #ccc;
      max-width: 800px;
      margin: 0 auto 50px auto;
      line-height: 1.6;
    }

 .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    font-family: 'Open Sans', sans-serif;
    justify-items: center;
}

    .feature {
      text-align: left;
      padding: 10px;
      /* background: #111;
      border-radius: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease; */
    }

    /* .feature:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(255, 255, 255, 0.1);
    } */

    .feature-icon {
      font-size: 32px;
      margin-bottom: 15px;
      
    }

    .feature h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
    }

    .feature p {
      color: #aaa;
      font-size: 0.95rem;
      line-height: 1.5;
    }

.timeline {
    /* text-align: center; */
    padding: 40px 20px;
    background: #f9f9fc;
    font-family: 'Open Sans', sans-serif;
}

.timeline h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #1c2d5a;
}

.timeline p {
  color: #444;
  margin-bottom: 20px;
}

.phases {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
    flex-direction: row;
    align-content: flex-start;
}

.phase {
  padding: 10px 15px;
  border-bottom: 4px solid #cfd8ff;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}

.phase.active {
  border-color: #1c2d5a;
  color: #1c2d5a;
}

.timeline-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  min-height: 150px;
}
.text-block p {
    font-size: xx-large;
}
.timeline-contents .content {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}
.timeline-contents .content img{
  padding: 0px;
}

.timeline-contents .content.active {
  display: block;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.admission-support {
  background: #111; 
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.admission-support .section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.admission-support .section-subtitle {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 40px;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(85px, 1fr));
    gap: 30px;
    justify-content: space-between;
    justify-items: stretch;
    align-content: center;
    font-family: 'Open Sans', sans-serif;
}

.support-card {
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.support-card h4 {
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 10px;
}

.support-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.support-card ul li {
  position: relative;
  margin: 12px 0;
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.4;
}

.support-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #fff !important;
    font-size: 14px;
    background-color: #000;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    left: -5px;
}
.dark-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #665151 !important;
    font-size: 14px;
    background-color: #fbfbfb !important;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    left: -5px;
}

.dark-card {
  background: #2a2a2a;
}

.light-card {
    background: #E2E2E2;
    color: #111;
}

.light-card ul li::before {
  color: #111;
}

.enquire-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  background: #f0f0f0;
  color: #111;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.enquire-btn:hover {
  background: #ddd;
}

section.learning-section.admisson {
    padding: 50px 0px 30px 0px;
    text-align: center;
}

section.learning-section.admisson .card.learning-card {
    text-align: left;
}

.admission-form-section {
  padding: 60px 0;
}



/* All phones (portrait + landscape, up to 767px wide) */
@media (max-width: 767px) {
	
	li.nav-item.dropdown {
    display: flex;
    gap: 10px;
}
	.doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(53%, 1fr));
    gap: 13px 20px;
    margin-top: 50px;
    max-width: 100%;
    margin: 60px auto;
}
	.col-md-6.trustee {
  
    padding-top: 30px;
}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
 
    /* position: absolute; */
    left: 0%;
    transform: none;
    top: 100%;
    padding: 12px 0px !important;
}
  
  section.achievers img {
    width: 100%;
}
.campus-section {
    display: grid;
    grid-template-columns: none;
    gap: 60px;
    justify-items: center;
}

.learning-section {
    padding-bottom: 5px;
}
.admission-form-section {
    padding: 5px 0;
}

.hero-btn-bg .btn {
    top: 90px;
}
.hero-banner {
    background: url("https://silverspringinternationalschool.com/wp-content/uploads/2025/10/landing-page-1st-banner.png") center/cover no-repeat;
    height: 60vh;
}

.hero-section-allu {
    position: relative;
    background: url('https://silverspringinternationalschool.com/wp-content/uploads/2025/10/alum-mob.jpg') no-repeat center top/cover;
    height: 650px;
    display: flex;
    align-items: center;
}
.hero-banner h1 {
    font-size: 2.5rem;
    margin-top: 50px;

}
.second-title {
    font-size: 1rem;
   
}
.sec-2 {
    padding:20px;
   
}
.number-box .counter {
   
    font-size: 3rem;
}
.number-box span {
   
    font-size: 3rem;
}
.campus-sec .container-fluid {
    padding: 15px;
}
.campus-sec {
    padding: 20px 0px;
    margin: 20px 0px;
   
}
.container-fluid {
    padding: 0px 15px;
}
.form-section {
  
    padding: 20px 0;
  
}
.box-number {
    display: flex;
    gap: 9px;
    margin-top: 0px;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: center;
}
.voices {
    padding: 10px 0px;
}
.swiper-button-next, .swiper-button-prev {
  
    display: none;
}
.small {
    background-image: url('../images/mobile-banner.png');
   
}
.faq-section .row {
    padding: 0px 0px;
}
.gallery-section {
    padding: 20px;
   
}
.gallery-grid {

    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.map-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.footer-col h3 {
  
    margin: 16px 0 14px;
 
}
.footer-body {
    padding: 10px 0px;
}
.footer-bottom {
    padding: 4px 0px;
    text-align: center;
   
}
p.footer-left {
    text-align: center;
   
}
section.achievers {
    padding: 20px 0px;
}
.toper {
    margin-top: 0px;
}
.voices .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin: 0px;
}

/* about us  */
.hero-content p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}
.hero-content h1 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Playfair Display';
}
.about-profiles {
    display: flex;
    justify-content: space-around;
    
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
}
.break-hight-bottom {
    display: none;
}
.break-hight-top {
    display: none;
}

/* Media */

section.media-section .row {
    /* display: flex; */
    /* flex-wrap: wrap; */
    flex-direction: column-reverse;
}
.media-section h1 {
    color: #3F3F3F;
    font-size: 2.5rem;
}
.media-gallery .col-md-5 {
    padding: 20px 10px;
}


/* alumni */

.about-profiles img {
    width: 100%;
}
.alumni  .content {
    padding: 30px;
    text-align: left;
}
.mission-vision .box {
    border: 1px solid #6d6565;
    display: flex;
    justify-content: space-around;
    min-height: 300px;
    flex-direction: column;
    align-items: flex-start;
}


.image-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    right: 0px;
    /* height: 200px; */
    /* margin-bottom: 400px; */
    display: block;
    /* top: 130px; */
    top: 0;
    padding: 10px;
    width: 100%;
    max-width: 100%;
}
.card-section {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin: 50px 0px;
    position: relative;
}
.section-body {
    padding: 30px 20px;
}

/* Admisions */

.phases {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.text-block p {
    font-size: x-large;
}
.image-block img {
    width: 100%;
    margin-top: 40px;
}
.text-end {
    text-align: start !important;
}
.support-grid {
        grid-template-columns: 1fr;
    }
    section.learning-section.admisson {
    padding: 30px 0px 0px 0px;
    text-align: center;
}
.features {
    grid-template-columns: 1fr;
    gap: 0px;
    justify-items: baseline;
}
.pum-theme-42 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    right: 1rem !important;
}
}

.learning-section.about {
    background: #e7e8ec;
}

  .faq-section h2 {
    font-weight: 400 !important;
  }
  .accordion-button{
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #222222 !important;
  }
  .accordion-body{
    font-family: 'Open Sans';
    font-style: normal !important;
    font-weight: 400 !important;
    color: #717171 !important;
  }

/*   .custom-enquiry-form {
    padding-bottom: 100px;
  } */
  #popmake-44 .g-recaptcha div {
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-body {
      padding-top: 0;
    }
    .accordion-button{
      padding-bottom: 0;
    }


.floating-social-bar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #23325a;
    padding: 12px 8px;
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 99999;
}

.floating-social-bar .fs-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-social-bar .fs-icon img {
    width: 15px;
    height: 15px;
    transition: 0.3s;
    object-fit: contain;
}

.floating-social-bar .fs-icon:hover img {
    transform: scale(1.15);
}

/* Tooltip style */
.floating-social-bar .fs-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 45px;
    opacity: 0;
    pointer-events: none;
    background: #ffc107;
    color: #000000;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    transition: 0.3s ease;
    transform: translateY(0);
}

/* Show tooltip on hover */
.floating-social-bar .fs-icon:hover::after {
    opacity: 1;
    right: 55px;
}




  /*Desktop only*/
  @media (min-width: 768px) {
    div#faqAccordion {
        padding-right: 1rem;
    }

    .Media .card-content {
      min-height: 87px;
    }
	   .hero-section.about {
        background-image: var(--mobile);
    }
	  section.hero-section-admissions.life {
		   background-image: var(--mobile);
	  }

	  .hero-section-academics{
		    background-image: var(--mobile);
	  }
	  .hero-section-admissions {
		     background-image: var(--mobile);
	  }
  }


/* Small laptop / 720p */
@media (max-width: 1280px) {

	ul.navbar-nav.mx-auto li {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 12px;
}
}

@media (min-width: 1920px) {
	
	#popmake-44 .pum-theme-42 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    right: 20rem !important;
    top: -35px;
}
}