
  :root{
    --primary:#65318E;
    --primary-dark:#4B2467;
    --yellow:#FFD400;
    --yellow-dark:#E0B600;
    --blue:#2F80ED;
    --green:#1FA97F;
    --orange:#F5860B;
    --pink:#EC4899;
    --red:#D6362B;
    --ink:#26212f;
    --muted:#6d6d78;
    --surface-soft:#FAF6FF;
    --border:#ece7f2;
    --shadow-soft:0 8px 24px -12px rgba(37,36,43,.16);
    --shadow-card:0 18px 40px -16px rgba(37,36,43,.24);
  }
  *{box-sizing:border-box;}
  body{font-family:"Nunito",sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;}
  h1,h2,h3,h4,.font-display{font-family:"Baloo 2",sans-serif;}
  .section-title{font-weight:800;color:var(--primary);}
  .text-muted-soft{color:var(--muted);}
  .shadow-soft{box-shadow:var(--shadow-soft);}
  .shadow-card{box-shadow:var(--shadow-card);}
  a{text-decoration:none;}

  .btn-brand-primary{background:var(--primary);border:2px solid var(--primary);color:#fff;font-weight:700;border-radius:999px;box-shadow:var(--shadow-soft);transition:background-color .2s ease,border-color .2s ease,transform .2s ease;}
  .btn-brand-primary:hover{background:var(--primary-dark);border-color:var(--yellow);color:#fff;transform:translateY(-2px);}
  .btn-outline-brand{background:#fff;border:2px solid var(--yellow);color:var(--primary);font-weight:700;border-radius:999px;transition:.2s ease;}
  .btn-outline-brand:hover{border-color:var(--primary);background:var(--primary);color:#fff;transform:translateY(-2px);}
  .btn-brand-yellow{background:var(--yellow);border:2px solid var(--yellow-dark);color:#4a3300;font-weight:700;border-radius:999px;box-shadow:var(--shadow-soft);transition:.2s ease;}
  .btn-brand-yellow:hover{background:var(--yellow-dark);border-color:var(--primary);color:#3d2c00;transform:translateY(-2px);}
  .btn-card-cta{display:inline-block;width:100%;text-align:center;background:var(--surface-soft);border:1.5px solid var(--primary);color:var(--primary);font-weight:700;font-size:.76rem;border-radius:999px;padding:.4rem .8rem;transition:.2s ease;}
  .btn-card-cta:hover{background:var(--primary);border-color:var(--primary);color:#fff;}
  .btn-brand-green{background:var(--green);border-color:var(--green);color:#fff;font-weight:700;border-radius:999px;transition:.2s ease;}
  .btn-brand-green:hover{background:#17805F;border-color:#17805F;color:#fff;transform:translateY(-2px);}
  .btn-brand-orange{background:white;border-color:var(--orange);color:black;font-weight:700;border-radius:999px;transition:.2s ease;}
  .btn-brand-orange:hover{background:#D9720A;border-color:#D9720A;color:#fff;transform:translateY(-2px);}

  /* ===== HEADER ===== */
  .site-header{background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);}
  .brand-logo{line-height:1;display:flex;align-items:center;gap:.6rem;}
  .brand-logo img{height:75px;width:auto;display:block;}
  .brand-logo .v{display:block;font-size:.62rem;font-weight:700;letter-spacing:.14em;color:var(--primary); margin-top: 15px;}
  .navbar-nav .nav-link{font-weight:700;font-size:.9rem;color:var(--ink) !important;padding:.5rem .85rem !important;}
  .navbar-nav .nav-link:hover{color:var(--primary) !important;}

  /* ===== HERO ===== */
  .hero-section{background:linear-gradient(150deg,#FBF8FF 0%,#FFF7EA 100%);position:relative;overflow:hidden;}
  .hero-heading{font-weight:800;color:var(--primary);line-height:1.15;}
  .admission-badge{display:inline-block;background:var(--yellow);color:#4a3300;font-weight:700;font-size:.8rem;padding:.45rem 1.1rem;border-radius:999px;position:relative;animation:adm-pulse 1.8s ease-in-out infinite;}
  .admission-badge i{margin-right:.3rem;}
  @keyframes adm-pulse{
    0%,100%{ box-shadow:0 0 0 0 rgba(255,212,0,.55); transform:scale(1); }
    50%{ box-shadow:0 0 0 9px rgba(255,212,0,0); transform:scale(1.05); }
  }
  @media (prefers-reduced-motion: reduce){ .admission-badge{animation:none;} }
  .hero-blob{position:relative;border-radius:48% 85% 62% 38% / 55% 40% 60% 45%;overflow:hidden;min-height:360px;height:100%;box-shadow:var(--shadow-card);border:6px solid #fff;outline:3px solid var(--yellow);outline-offset:4px;}
  .hero-blob img{inset:0;width:100%;height:100%;object-fit:cover;}
  .avatar-stack{display:flex;align-items:center;}
  .avatar-stack img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-left:-10px;box-shadow:var(--shadow-soft);}
  .avatar-stack img:first-child{margin-left:0;}
  .star-row i{color:var(--yellow-dark);font-size:.85rem;}

  /* ===== STATS STRIP ===== */
  .stats-strip{border-radius:20px;background:#fff;box-shadow:var(--shadow-soft);border:1px solid var(--border);}
  .stat-col{display:flex;align-items:center;gap:.75rem;padding:.5rem;}
  .stat-col .icon-circle{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none;background:var(--surface-soft);}
  .vr-divider{width:1px;background:var(--border);align-self:stretch;}

  /* ===== HSCROLL SLIDER ===== */
  .hscroll-wrap{position:relative;}
  .hscroll{display:flex;gap:1.15rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.35rem .1rem 1rem;scrollbar-width:none;justify-content: space-around;}
  .hscroll::-webkit-scrollbar{display:none;}
  .hscroll>*{scroll-snap-align:start;flex:0 0 auto;}
  .hscroll-btn{position:absolute;top:38%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#fff;box-shadow:var(--shadow-card);border:2px solid var(--yellow);display:flex;align-items:center;justify-content:center;z-index:5;color:var(--primary);transition:.2s ease;}
  .hscroll-btn:hover{background:var(--primary);border-color:var(--primary);color:#fff;}
  .hscroll-btn:disabled{opacity:.35;pointer-events:none;}
  .hscroll-btn.prev{left:-10px;}
  .hscroll-btn.next{right:-10px;}
  @media (max-width:767.98px){
    .hscroll-wrap{padding:0 34px;}
    .hscroll-btn{width:34px;height:34px;top:34%;}
    .hscroll-btn.prev{left:-6px;}
    .hscroll-btn.next{right:-6px;}
  }

  /* ===== ABOUT ===== */
  .about-carousel{border-radius:24px;overflow:hidden;box-shadow:var(--shadow-card);}
  .about-carousel .carousel-item img{width:100%;height:380px;object-fit:cover;}
  .about-carousel .carousel-control-prev,.about-carousel .carousel-control-next{width:44px;height:44px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.85);border-radius:50%;opacity:.95;}
  .about-carousel .carousel-control-prev-icon,.about-carousel .carousel-control-next-icon{filter:invert(1) grayscale(1);width:1.1rem;height:1.1rem;}
  .about-carousel .carousel-control-prev{left:14px;}
  .about-carousel .carousel-control-next{right:14px;}
  .about-carousel .carousel-indicators{bottom:-2px;margin-bottom:.6rem;}
  .about-carousel .carousel-indicators [data-bs-target]{width:8px;height:8px;border-radius:50%;background:var(--primary);opacity:.35;}
  .about-carousel .carousel-indicators .active{opacity:1;}

  /* ===== WHY PARENTS LOVE ===== */
  .love-card{border-radius:18px;padding:1.3rem;height:100%;transition:transform .2s ease;}
  .love-card:hover{transform:translateY(-4px);}
  .love-card .icon-circle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.7rem;background:#fff;box-shadow:var(--shadow-soft);}
  .love-card h4{font-size:.98rem;font-weight:700;margin-bottom:.35rem;}
  .love-card p{font-size:.82rem;color:var(--muted);margin:0;line-height:1.5;}

  /* ===== PROGRAMME CARDS ===== */
  .prog-card{width:76vw;max-width:225px;flex:0 0 auto;border-radius:20px;overflow:hidden;background:#fff;border:2px solid var(--border);box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
  .prog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card);border-color:var(--yellow);}
  .prog-card .photo-wrap{position:relative;aspect-ratio:4/3;}
  .prog-card .photo-wrap img{width:100%;height:100%;object-fit:cover;}
  .prog-card .age-badge{position:absolute;left:10px;bottom:10px;background:var(--primary);color:#fff;font-size:.68rem;font-weight:700;padding:.25rem .65rem;border-radius:999px;}
  .prog-card .body{padding:.9rem 1rem 1.1rem;}
  .prog-card h4{font-size:.98rem;font-weight:700;margin:0 0 .3rem;color:var(--ink);}
  .prog-card p{font-size:.78rem;color:var(--muted);margin:0 0 .55rem;line-height:1.4;}
  .prog-card .hours{font-size:.72rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:.35rem;}
  @media (min-width:576px){ .prog-card{width:42vw;} }
  @media (min-width:768px){ .prog-card{width:29vw;} }
  @media (min-width:992px){ .prog-card{width:21.5vw;} }
  @media (min-width:1200px){ .prog-card{width:18.5vw;} }

  /* ===== DAILY ROUTINE ===== */
  .routine-card{width:29vw;max-width:145px;flex:0 0 auto;text-align:center;cursor:pointer;border:none;background:none;padding:0;}
  .routine-card .photo-wrap{position:relative;width:100%;aspect-ratio:1/1;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-soft);transition:border-color .2s ease;}
  .routine-card .photo-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}
  .routine-card:hover .photo-wrap img{transform:scale(1.08);}
  .routine-card .badge-icon{position:absolute;bottom:-10px;right:-6px;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-soft);border:2px solid #fff;}
  .routine-card .zoom-hint{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;color:var(--primary);font-size:.62rem;}
  .routine-card:hover .zoom-hint{opacity:1;}
  .routine-card p.lbl{font-size:.76rem;font-weight:800;margin:.85rem 0 .1rem;}
  .routine-card p.time{font-size:.75rem;font-weight:700;color:var(--primary);margin:0;}
  @media (min-width:576px){ .routine-card{width:21vw;} }
  @media (min-width:768px){ .routine-card{width:16.5vw;} }
  @media (min-width:992px){ .routine-card{width:13vw;} }
  @media (min-width:1200px){ .routine-card{width:11.5vw;} }

  /* ===== TESTIMONIALS ===== */
  .testi-card{width:85vw;max-width:320px;flex:0 0 auto;background:#fff;border:2px solid var(--border);border-radius:18px;box-shadow:var(--shadow-soft);padding:1.1rem;display:flex;gap:.9rem;transition:border-color .2s ease,transform .2s ease;}
  @media (min-width:576px){ .testi-card{width:58vw;} }
  @media (min-width:768px){ .testi-card{width:41vw;} }
  @media (min-width:992px){ .testi-card{width:28.5vw;} }
  @media (min-width:1200px){ .testi-card{width:23vw;} }
  .testi-card:hover{border-color:var(--yellow);transform:translateY(-4px);}
  .testi-photo{position:relative;width:64px;height:64px;border-radius:14px;overflow:hidden;flex:none;box-shadow:var(--shadow-soft);cursor:pointer;}
  .testi-photo img{width:100%;height:100%;object-fit:cover;}
  .testi-photo .play-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.25);}
  .testi-card .stars i{color:var(--yellow-dark);font-size:.72rem;}
  .testi-card p.quote{font-size:.82rem;color:var(--ink);margin:.4rem 0 .5rem;line-height:1.45;}
  .testi-card p.name{font-size:.78rem;font-weight:700;color:var(--primary);margin:0;}
  .testi-card p.rel{font-size:.72rem;color:var(--muted);margin:0;}

  /* ===== EVENTS LIGHTBOX ===== */
  .event-card{width:31vw;max-width:150px;flex:0 0 auto;text-align:center;cursor:pointer;border:none;background:none;padding:0;}
  .event-card .photo-wrap{position:relative;width:100%;aspect-ratio:1/1;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-soft);border:2px solid var(--border);transition:border-color .2s ease;}
  @media (min-width:576px){ .event-card{width:22vw;} }
  @media (min-width:768px){ .event-card{width:17.5vw;} }
  @media (min-width:992px){ .event-card{width:13.8vw;} }
  @media (min-width:1200px){ .event-card{width:12vw;} }
  .event-card:hover .photo-wrap{border-color:var(--yellow);}
  .event-card .photo-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}
  .event-card:hover .photo-wrap img{transform:scale(1.08);}
  .event-card .photo-wrap .zoom-hint{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;color:var(--primary);}
  .event-card:hover .zoom-hint{opacity:1;}
  .event-card p{font-size:.8rem;font-weight:700;margin:.6rem 0 0;color:var(--ink);}

  .gallery-modal .modal-content{border-radius:24px;border:none;overflow:hidden;background:#141318;}
  .gallery-modal .modal-header{border:none;padding:1.2rem 1.4rem 0;}
  .gallery-modal .modal-title{color:#fff;font-weight:700;font-family:"Baloo 2",sans-serif;}
  .gallery-modal .btn-close{filter:brightness(0) invert(1);opacity:.85;}
  .gallery-modal .modal-body{padding:1rem 1.2rem 1.4rem;}
  .gallery-modal .carousel-item img{width:100%;height:56vh;max-height:520px;object-fit:contain;background:#0c0b0f;border-radius:14px;}
  .gallery-modal .carousel-control-prev,.gallery-modal .carousel-control-next{width:48px;height:48px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.14);border-radius:50%;opacity:.9;}
  .gallery-modal .carousel-control-prev{left:14px;}
  .gallery-modal .carousel-control-next{right:14px;}
  .gallery-modal .carousel-indicators{position:static;margin-top:.9rem;gap:.4rem;}
  .gallery-modal .carousel-indicators [data-bs-target]{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.35);opacity:1;}
  .gallery-modal .carousel-indicators .active{background:var(--yellow);}

  /* ===== WHY CHOOSE ===== */
  .choose-item{text-align:center;}
  .choose-item .icon-circle{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .55rem;background:#e6e2ec;box-shadow:var(--shadow-soft);}
  .choose-item p{font-size:.76rem;font-weight:700;color:var(--ink);margin:0;line-height:1.3;}

  /* ===== FAQ ===== */
  .faq-simple{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;}
  .faq-simple .faq-row-btn{width:100%;text-align:left;background:#fff;border:none;border-bottom:1px solid var(--border);padding:1rem 1.2rem;font-weight:700;font-size:.88rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;}
  .faq-simple .faq-row-btn:hover{background:var(--surface-soft);}
  .faq-simple .faq-row-btn i{transition:transform .2s ease;flex:none;color:var(--primary);}
  .faq-simple .faq-row-btn:not(.collapsed) i{transform:rotate(45deg);}
  .faq-simple .accordion-body{padding:0 1.2rem 1rem;font-size:.85rem;color:var(--muted-soft);}
  .faq-col .faq-simple:last-child .faq-row-btn:last-of-type{border-bottom:none;}

  /* ===== CTA BAR ===== */
  .cta-bar{background:linear-gradient(120deg,var(--yellow),#FFA53D);}
  .cta-bar h2{font-family:"Baloo 2",sans-serif;font-weight:800;color:#3d2c00;font-size:1.3rem;margin:0;}
  .cta-bar p{color:#4a3300;font-size:.85rem;margin:.2rem 0 0;}
  .cta-bar .meta{font-size:.78rem;color:#4a3300;font-weight:600;}
  .cta-bar .social-icons a{color:#3d2c00;font-size:2rem;}

  /* ===== ENQUIRE MODAL ===== */
  #enquireModal .modal-content{border-radius:24px;border:none;overflow:hidden;}
  #enquireModal .modal-header{background:linear-gradient(120deg,var(--primary),#7B4FCF);border:none;padding:1.6rem 1.8rem 1.3rem;}
  #enquireModal .modal-header .modal-title{color:#fff;font-weight:800;}
  #enquireModal .modal-header p{color:rgba(255,255,255,.9);font-size:.85rem;margin:.3rem 0 0;}
  #enquireModal .btn-close{filter:brightness(0) invert(1);}
  #enquireModal .modal-body{padding:15px 20px;}
  #enquireModal .form-label{font-weight:700;font-size:.82rem;}
  #enquireModal .form-control,#enquireModal .form-select{border-radius:12px;border:1.5px solid var(--border);padding:.55rem .8rem;background:var(--surface-soft);}
  #enquireModal .form-control:focus,#enquireModal .form-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(75,46,131,.15);background:#fff;}

  @media (max-width:991.98px){
    .navbar-collapse{background:#fff;border-radius:16px;box-shadow:var(--shadow-card);padding:1rem 1.2rem;margin-top:.6rem;}
  }
  @media (prefers-reduced-motion: reduce){ *{transition:none !important;} }
  

/* =========================================
   CONTACT SECTION
========================================= */

.contact-section {
    background: #ffffff;
    position: relative;
}

.contact-subtitle {
    display: inline-block;
    color: #65318E;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.contact-section .section-title {
    color: #65318E;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
}

.contact-intro {
    max-width: 950px;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   FORM BOX
========================================= */

.contact-form-box {
    height: 100%;
    background: #65318E;
    border-radius: 20px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(101, 49, 142, 0.18);
}

.contact-form-box::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #FFD400;
    border-radius: 50%;
    top: -100px;
    right: -80px;
    opacity: 0.15;
}

.form-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.form-heading h3 {
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 6px;
}

.form-heading p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    margin-bottom: 0;
}


/* Labels */

.contact-form-box label {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px;
}


/* Input wrapper */

.input-wrap {
    position: relative;
}

.input-wrap > i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #65318E;
    font-size: 14px;
    z-index: 2;
}

.input-wrap .form-control,
.input-wrap .form-select {
    width: 100%;
    height: 50px;
    border: 2px solid transparent;
    border-radius: 9px;
    background: #ffffff;
    color: #333;
    font-size: 14px;
    padding-left: 43px;
    box-shadow: none;
    transition: all 0.3s ease;
}

.input-wrap .form-control::placeholder {
    color: #999;
}

.input-wrap .form-control:focus,
.input-wrap .form-select:focus {
    border-color: #FFD400;
    box-shadow: 0 0 0 3px rgba(255, 212, 0, 0.15);
}


/* Date */

.input-wrap input[type="date"] {
    color: #555;
}


/* Select */

.input-wrap .form-select {
    cursor: pointer;
}


/* Textarea */

.textarea-wrap > i {
    top: 18px;
    transform: none;
}

.input-wrap textarea.form-control {
    height: auto;
    min-height: 115px;
    padding-top: 14px;
    resize: vertical;
}


/* =========================================
   BUTTON
========================================= */

.callback-btn {
    width: 100%;
    height: 54px;
    border: 2px solid #FFD400;
    border-radius: 9px;
    background: #FFD400;
    color: #65318E;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 5px;
}

.callback-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.callback-btn:hover {
    background: #ffffff;
    color: #65318E;
}

.callback-btn:hover i {
    transform: translateX(5px);
}


/* =========================================
   MAP BOX
========================================= */

.contact-map-box {
    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #eee;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}


/* Map heading */

.map-header {
    min-height: 90px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #65318E;
}

.map-header span {
    color: #FFD400;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.map-header h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 3px 0 0;
}

.location-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFD400;
    color: #65318E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


/* Map */

.map-wrapper {
    width: 100%;
    height: 300px;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}


/* =========================================
   LOCATION INFO
========================================= */

.location-info {
    padding: 22px 25px;
}

.location-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.location-item + .location-item {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eee;
}

.location-item-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #FFD400;
    color: #65318E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-item h5 {
    color: #65318E;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 3px;
}

.location-item p {
    color: #666;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .contact-form-box,
    .contact-map-box {
        height: auto;
    }

    .map-wrapper {
        height: 350px;
    }
}


@media (max-width: 767px) {

    .contact-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .contact-section .section-title {
        font-size: 32px;
    }

    .contact-form-box {
        padding: 25px 20px;
        border-radius: 15px;
    }

    .form-heading h3 {
        font-size: 24px;
    }

    .map-header {
        padding: 18px 20px;
    }

    .map-header h3 {
        font-size: 21px;
    }

    .map-wrapper {
        height: 280px;
    }

    .location-info {
        padding: 20px;
    }
}


@media (max-width: 575px) {

    .contact-section .section-title {
        font-size: 28px;
    }

    .contact-intro {
        font-size: 14px;
    }

    .contact-form-box {
        padding: 22px 16px;
    }

    .input-wrap .form-control,
    .input-wrap .form-select {
        height: 48px;
    }

    .map-wrapper {
        height: 250px;
    }

    .location-icon {
        width: 42px;
        height: 42px;
    }
}

  
  
