/* A.K. School Uniforms - Updated Brand Color Theme */

:root {
    --primary-color: #1e40af; /* Deep blue matching the brand */
    --secondary-color: #ffffff;
    --accent-color: #e91e63; /* Bright pink/magenta from brand */
    --light-blue: #87ceeb; /* Light blue from brand */
    --text-color: #374151;
    --light-gray: #f8fafc;
    --border-color: #e5e7eb;
    --success-color: #10b981;
    --danger-color: #ef4444;
    --brand-navy: #1a365d; /* Darker navy for depth */
    overflow-x: hidden !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-color);
  line-height: 1.6;
  overflow-x: hidden;
}

   .about-section{
      position:relative;
      background:#f3f3f3;
      overflow:hidden;
      padding:60px 0 90px;
    }

    .about-section::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at center, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0) 55%);
      pointer-events:none;
    }

   .about-vertical-text {
    position: absolute;
    left: 93px;
    top: 54px;
    font-size: 78px;
    font-weight: 700;
    color: #cfcfcf;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    line-height: 1;
    letter-spacing: 2px;
    z-index: 1;
}

    .about-inner{
      position:relative;
      z-index:2;
    }

    .about-image-wrap{
      position:relative;
      max-width:420px;
      margin:0 auto;
      padding:28px 0 28px 28px;
    }

    .about-image-frame{
      position:absolute;
      left:0;
      top:0;
      width:165px;
      height:100%;
      border:26px solid #10257f;
      border-right:none;
      z-index:1;
    }

    .about-image{
      position:relative;
      z-index:2;
      background:#ddd;
      box-shadow:0 10px 25px rgba(0,0,0,0.08);
    }

    .about-image img{
      width:100%;
      display:block;
      object-fit:cover;
    }

    .about-subtitle{
      color:#f39a19;
      font-weight:700;
      font-size:18px;
      letter-spacing:0.5px;
      margin-bottom:6px;
      text-transform:uppercase;
    }

    .about-title{
      font-size:26px;
      font-weight:900;
      color:#111;
      margin-bottom:18px;
      line-height:1.2;
    }

    .about-text p{
      color:#7e7e7e;
      font-size:15px;
      line-height:1.9;
      margin-bottom:18px;
      text-align:justify;
    }

    .about-text a{
      color:#4b94d9;
      text-decoration:none;
    }

    .about-btn{
      display:inline-block;
      background:#10257f;
      color:#fff;
      text-decoration:none;
      font-weight:700;
      padding:12px 28px;
      min-width:120px;
      text-align:center;
      transition:0.3s ease;
    }

    .about-btn:hover{
      background:#0b1b5f;
      color:#fff;
    }

    .about-kid{
      position:absolute;
      left:30px;
      bottom:0;
      width:95px;
      z-index:2;
    }

    .about-bottom-bar{
      position:absolute;
      left:0;
      right:0;
      bottom:0;
      height:40px;
      background:#061a67;
      z-index:1;
    }

    @media (max-width: 1199px){
  .about-vertical-text {
    font-size: 58px;
    left: 0px;
}
.about-vertical-text {
    top: 101px;
}
.feature-card {
    padding: 32px 10px !important;
}
.floating-boy {
    bottom: -32px !important;
}
    }

    @media (max-width: 991px){
      .about-section{
        padding:50px 0 90px;
      }

      /* .about-vertical-text{
        display:none;
      } */

      .about-vertical-text {
    font-size: 58px;
    left: 118px;
}

      .about-image-wrap{
        margin-bottom:35px;
      }

      .about-content{
        text-align:center;
      }

      .about-title{
        font-size:30px;
      }

      .about-text p{
        text-align:left;
      }

      .about-btn-wrap{
        text-align:center !important;
      }
    }

    @media (max-width: 767px){
    .about-image-frame {
    left: 27px;
}

.nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 500;
    padding-left: 7px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.nav-links li a {
    padding: 0px 10px !important;
    border-bottom: solid #f6f6f63b 1px;
}
.nav-links .mobile-item {
    border-bottom: solid #f6f6f63b 1px;
}

ul.drop-menu li a, ul.mega-links li a {
    padding: 10px 10px !important;
        border-bottom: solid #f6f6f63b 1px;
}
ul.drop-menu, ul.mega-links{
  padding: 0  !important;
}
.content {
    padding: 0 !important;
}

      .about-vertical-text {
    left: 0px;
}
.about-image {
    width: 54%;
    margin: 0 auto;
}

      .about-section{
        padding:40px 0 85px;
      }

      .about-image-wrap{
        max-width:320px;
        padding:20px 0 20px 20px;
      }
      
      .about-vertical-text {
    top: 40px;
    font-size: 47px;
    left: 55px;
}

      .about-image-frame{
        width:77px;
        border-width:18px;
        left: 72px;
      }

      .about-subtitle{
        font-size:16px;
      }

      .about-title{
        font-size:24px;
      }

      .about-text p{
        font-size:14px;
        line-height:1.8;
      }

      .about-kid{
        width:70px;
        left:10px;
      }

      .about-bottom-bar{
        height:28px;
      }
    }



    .features-section{
      position:relative;
      padding:50px 0 90px;
      background:#fff;
      overflow:hidden;
    }

    .feature-card{
      position:relative;
      min-height:280px;
      padding:32px 28px;
      color:#fff;
      overflow:hidden;
      box-shadow:0 8px 20px rgba(0,0,0,0.10);
      transition:all 0.35s ease;
    }

    .feature-card:hover{
      transform:translateY(-8px);
      box-shadow:0 16px 30px rgba(0,0,0,0.16);
    }

    .feature-bg{
      position:absolute;
      inset:0;
      background-size:cover;
      background-position:center;
      opacity:0.28;
      transform:scale(1.05);
    }

    .feature-overlay{
      position:absolute;
      inset:0;
    }

    .feature-content{
      position:relative;
      z-index:2;
    }
.feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

    .feature-icon svg{
      width:42px;
      height:42px;
      stroke:#fff;
      fill:none;
      stroke-width:1.8;
      stroke-linecap:round;
      stroke-linejoin:round;
    }

    .feature-title{
      font-size:18px;
      font-weight:700;
      margin-bottom:14px;
      color:#fff;
    }

    .feature-text{
      font-size:15px;
      line-height:1.7;
      margin:0;
      color:#fff;
      font-weight:400;
    }

    .blue-card .feature-overlay{
      background:rgba(19, 99, 233, 0.92);
    }

    .pink-card .feature-overlay{
      background:rgba(198, 23, 212, 0.86);
    }

    .yellow-card .feature-overlay{
      background:rgba(231, 181, 6, 0.88);
    }

    .red-card .feature-overlay{
      background:rgba(232, 27, 86, 0.88);
    }

    .kid-girl{
      position:absolute;
      right:28px;
      bottom:18px;
      width:92px;
      z-index:3;
    }

    @media (max-width: 991px){
      .features-section{
        padding:40px 0 80px;
      }

      .feature-card{
        min-height:260px;
      }

      .kid-girl{
        width:72px;
        right:12px;
        bottom:10px;
      }
    }

    @media (max-width: 767px){
        .about-image img {
    object-fit: contain;
    height: 190px;
}
      .feature-card{
        min-height:auto;
        padding:28px 24px;
      }

      .feature-title{
        font-size:20px;
      }

      .feature-text{
        font-size:14px;
      }

      .kid-girl{
        display:none;
      }
      .floating-boy {
    bottom: -40px !important;
}
.features-section {
    padding: 40px 0 150px;
}
    }


    .floating-boy{
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 90px;
  animation: floatY 3s ease-in-out infinite;
}

/* Animation */
@keyframes floatY {
  0%{
    transform: translateY(0px);
  }
  50%{
    transform: translateY(-20px);
  }
  100%{
    transform: translateY(0px);
  }
}


.floating-left {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 99;
    width: 90px;
    animation: floatY 3s ease-in-out infinite;
}

@keyframes floatY {
  0%{
    transform: translateY(0px);
  }
  50%{
    transform: translateY(-20px);
  }
  100%{
    transform: translateY(0px);
  }
}

.floating-left{
  animation: floatY 4s ease-in-out infinite;
}



/* Header Structure */
        .site-header {
            background: var(--secondary-color);
            border-bottom: 1px solid var(--border-color);
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .top-bar {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--brand-navy) 100%);
            color: var(--secondary-color);
            font-size: 14px;
            padding: 8px 0;
        }

        .top-bar .contact-info {
            margin: 0;
        }

        .top-bar .contact-info i {
            margin-right: 5px;
        }

        .top-bar .social-links a {
            color: var(--secondary-color);
            margin-left: 15px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .top-bar .social-links a:hover {
            color: var(--accent-color);
        }

        .main-header {
            padding: 15px 0;
            background: linear-gradient(135deg, var(--light-blue) 0%, var(--secondary-color) 100%);
        }

        /* Logo Styles */
        .navbar-brand {
            padding: 8px 0;
            transition: all 0.3s ease;
        }

        .brand-logo {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: var(--primary-color) !important;
        }

        .brand-logo:hover {
            color: var(--brand-navy) !important;
            text-decoration: none;
        }

.logo-icon {
    width: 100%;
    /* height: 80px; */
    background: linear-gradient(135deg, var(--primary-color), var(--brand-navy));
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    margin-right: 12px;
    /* box-shadow: 0 2px 8px rgba(30, 58, 138, 0.3); */
    overflow: hidden;
}}

        .logo-icon img {
            width: 100%;
            height: 100%;
        }

        .logo-text {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }

        .brand-name {
            font-weight: 700;
            font-size: 25px;
            color: var(--primary-color);
            margin: 0;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
            position: relative;
        }

        /* Trademark symbol styling */
        .brand-name::after {
            content: "Â®";
            font-size: 0.8em;
            vertical-align: super;
            margin-left: 3px;
            color: var(--primary-color);
        }

        .brand-tagline {
            font-size: 18px;
            color: var(--accent-color);
            font-weight: 600;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

.logo {
    font-size: 28px;
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    position: relative;
    padding-left: 200px;
}

.logo img {
    width: 100%;
    max-width: 100px;
    /* opacity: 0; */
}

        /* Trademark symbol for logo class as well */
        /* .logo::after {
            content: "Â®";
            font-size: 0.8em;
            vertical-align: super;
            margin-left: 3px;
            color: var(--primary-color);
        } */

        .logo:hover {
            color: var(--brand-navy);
        }

        .logo:hover::after {
            color: var(--brand-navy);
        }

        /* Center the span text below the brand name */
        .navbar-brand .name {
            display: block;
            font-size: 12px;
            text-align: end;
            color: var(--accent-color);
            font-weight: 600;
        }

        /* Navigation Styles */
        .navbar {
            padding: 0px 0;
        }


              .site-header {
            position: sticky;
            top: 0;
            z-index: 1030;
            background-color: white;
        }

        .brand-logo .logo-icon img {
            height: 50px;
            width: 50px;
            object-fit: cover;
            border-radius: 50%;
        }

        .navbar-nav .nav-link {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .navbar-nav .nav-link {
            color: var(--text-color);
            font-weight: 500;
            margin: 0 10px;
            padding: 8px 15px;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: var(--secondary-color);
    background: linear-gradient(135deg, #5ce2e7 0%, #004bac 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
}

        .navbar-toggler {
            border: none;
            padding: 4px 8px;
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        /* Navbar toggler custom styling */
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2830, 58, 138, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        section.bannerid img {
    width: 100%;
}

.product-info p {
    color: #000 !important;
    font-weight: 400;
    font-size: 16px;
    font-family: sans-serif;
    padding-top: 5px !important;
}

.product-info h6:before {
    content: "";
    width: 40px;
    position: absolute;
    background: #bfbbb3;
    height: 3px;
    top: 35px;
}

.thewisdom .product-info h6:before {
    background: #215797;
}


.ryan_schools .product-info h6:before {
    background: #1b3499;
}

.sic .product-info h6:before {
    background: #ea565a;
}

.sic .product-info h6::after {
    background: #34398a;
}


.statistics-section {
    background: linear-gradient(135deg, #004aab, #004aab) !important;
    position: relative;
    overflow: hidden;
}

.thewisdom .product-info h6::after {
    background: #eb6129;
}

.asterps .product-info h6::after {
    background: #283c4d;
}

.ryan_schools .product-info h6::after {
    background: #d76b18;
}
.product-info h6::after {
    content: "";
    width: 40px;
    position: absolute;
    background: #be0411;
    height: 3px;
    top: 35px;
    left: 55px;
}

.schedule {
    /* margin: 0px; */
    /* overflow: hidden; */
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.schedule li {
    list-style: none;
    /* float: left; */
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 33.33% !important;
    background-color: #92278f;
    color: #fff;
    border-right: 1px solid #fafafa;
}
.schedule li:nth-child(2) {
    background-color: #e84b3a;
}
.schedule li:last-child {
    background-color: #ca1214;
    border-right: none;
}
.fancydarsin .shirt_add li span {
    font-size: 14px;
}

.fancydarsin h6.fw-bold::before {
    opacity: 0;
}

.fancydarsin h6.fw-bold::after {
    opacity: 0;
}

.featured-products h2 {
    color: #000;
    /* text-align: end; */
    margin-bottom: 30px;
}
.fancydarsin .product-card {
    border-color: #e5e5e5;
}
.fancydarsin .shirt_add li {
    background: #004aac !important;
}
.fancydarsin h6.fw-bold {
    color: #000;
}
.fancydarsin .delhischool h2 {
    color: #004aac;
    text-transform: uppercase;
    font-family: system-ui;
    position: relative;
}
.logo-icon img {
    width: 100%;
    max-width: 90px;
}

section.fancydarsin {
    margin: 60px 0px;
}
.fancydarsin .delhischool h2 span {
    color: #004aac;
}

.calliconin a {
    background: #ffffff;
    padding: 9px 15px 14px;
    border-radius: 0px 30px 30px 0px;
    color: #004aac;
    text-decoration: auto;
    font-weight: 700;
    border: solid #004aac 2px;
}

header.headernew nav {
    margin-top: 0;
}

header.headernew .logo {
    padding-left: 200px;
}

header.headernew ul.nav-links li a {
    color: #fff;
}

header.headernew  nav .wrapper {
    padding: 10px 30px;
}

.calliconin {
    position: fixed;
    top: 15px;
    left: -2px;
    z-index: 999;
}

header.headernew .calliconin {
    top: 7px;
}

nav {
    margin-top: -25px;
}

.tophead a i {
    color: #0049ab;
    background: #fff;
    font-size: 25px;
    padding: 6px;
    border-radius: 5px;
    margin-right: 8px;
}

.calliconin a span img {
    width: 100%;
    max-width: 40px;
    border-radius: 5px;
}

.schoollogo img {
    display: none;
}

.bannerhome {
    width: 100%;
    /* min-height: 100vh; */
    position: relative;
    padding: 0px 0;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin-top: -26px;
}

/* section.bannerhome:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000cf;
} */

.contact-info-container h4 {
    font-size: 30px;
    color: #000;
    padding-top: 10px;
}
.contact-info-container b {
    color: #004aae;
    font-size: 18px;
}

.form-control {
    border: var(--bs-border-width) solid #c9c9c9;
}
.contact-info-container p {
    color: #2c2c2c;
    font-size: 15px;
}

.formcont {
    border: solid #004aab 15px;
    padding: 20px;
}

.contform {
    height: 100%;
    display: flex;
    align-items: center;
}

.submit input {
    background: #f00;
    border: navajowhite;
    padding: 7px 25px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.formcont label {
    color: #202020;
}
.contlogo .social-links {
    padding-top: 20px;
}

.contlogo .social-links a i {
    background: #004aac;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.contlogo p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.contlogo h4 {
    color: #004aac;
    font-size: 30px;
    padding-bottom: 15px;
}

.story-image img {
    border: solid #bbbbbb 1px;
    padding: 15px;
    border-radius: 15px;
}

section.about_sections img {
    width: 100%;
}

section.bannerhome video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

header.headernew.home {
    background: #ffffff73;
}

.home ul.nav-links li a {
    color: #004aac !important;
}

.home ul.nav-links li  ul.drop-menu li a, .home ul.nav-links li ul.mega-links li a {
    color: #fff !important;
}

        /* Responsive Design */
        @media (max-width: 1200px) {
            .brand-name {
                font-size: 22px;
            }
            
            .brand-name::after {
                font-size: 0.75em;
            }
            
            .brand-tagline {
                font-size: 18px;
            }
        }

        @media (max-width: 992px) {
            .logo-icon {
                width: 100% !important;
                height: 100% !important;
                font-size: 16px;
                margin-right: 10px;
            }
            
            .logo-icon img {
                /* border-radius: 6px; */
            }
            
            .brand-name {
                font-size: 22px;
            }
            
            .brand-name::after {
                font-size: 0.75em;
            }
            
            .brand-tagline {
                font-size: 18px;
            }
            
            .navbar-nav {
                margin-top: 1rem;
            }
            
            .navbar-nav .nav-link {
                padding: 12px 16px !important;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                margin: 0;
            }
        }

        @media (max-width: 768px) {
            .navbar {
                padding: 8px 0;
            }
            
            .logo-icon {
              width: 100% !important;
                height: 100% !important;
                font-size: 15px;
                margin-right: 8px;
            }
            
            .logo-icon img {
                /* border-radius: 6px; */
            }
            
            .brand-name {
                font-size: 20px;
            }
            
            .brand-name::after {
                font-size: 0.7em;
            }
            
            .brand-tagline {
                font-size: 17px;
            }
        }

        @media (max-width: 576px) {
            .logo-icon {
               width: 100% !important;
                height: 100% !important;
                font-size: 14px;
                margin-right: 8px;
                /* border-radius: 6px; */
            }
            
            .logo-icon img {
                /* border-radius: 6px; */
            }
            
            .brand-name {
                font-size: 18px;
            }
            
            .brand-name::after {
                font-size: 0.7em;
            }
            
            .brand-tagline {
                font-size: 16px;
            }
            
            .container {
                padding: 0 15px;
            }
        }

        @media (max-width: 480px) {
            .brand-name {
                font-size: 18px;
            }
            
            .brand-name::after {
                font-size: 0.65em;
            }
            
            .logo-icon {
           width: 100% !important;
                height: 100% !important;
                font-size: 12px;
                margin-right: 6px;
            }
            
            .logo-icon img {
                /* border-radius: 5px; */
            }
        }

        @media (max-width: 375px) {
            .brand-name {
                font-size: 15px;
            }
            
            .brand-name::after {
                font-size: 0.65em;
            }
            
            .brand-tagline {
                font-size: 15px;
            }
            
            .logo-icon {
                width: 100% !important;
                height: 100% !important;
                font-size: 11px;
                margin-right: 5px;
            }
            
            .logo-icon img {
                /* border-radius: 5px; */
            }
        }

        /* Additional responsive utilities */
        @media (max-width: 320px) {
            .container {
                padding: 0 10px;
            }
            
            .brand-name {
                font-size: 15px;
            }
            
            .brand-name::after {
                font-size: 0.6em;
            }
            
            .logo-icon {
                width: 40px !important;
                height: 40px !important;
                font-size: 10px;
            }
            
            .logo-icon img {
                border-radius: 4px;
            }
        }

/* Button Styles */
.btn-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--brand-navy) 100%);
  border: none;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  color: var(--secondary-color);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--brand-navy) 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 64, 175, 0.4);
}

.btn-accent {
  background: linear-gradient(135deg, var(--accent-color) 0%, #d81b60 100%);
  border: none;
  color: var(--secondary-color);
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-accent:hover {
  background: linear-gradient(135deg, #d81b60 0%, var(--accent-color) 100%);
  color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(233, 30, 99, 0.4);
}

.btn-get-product {
  background: linear-gradient(135deg, var(--accent-color) 0%, #d81b60 100%);
  border: none;
  color: var(--secondary-color);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-get-product:hover {
  background: linear-gradient(135deg, #d81b60 0%, var(--accent-color) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(233, 30, 99, 0.4);
}

/* Card Styles */
.custom-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  background: var(--secondary-color);
}

.custom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(233, 30, 99, 0.2);
}

.service-card {
  text-align: center;
  padding: 30px 20px;
  height: 100%;
  background: linear-gradient(135deg, var(--light-blue) 0%, var(--secondary-color) 100%);
}

.service-card .icon {
  font-size: 48px;
  color: var(--primary-color);
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.service-card:hover .icon {
  color: var(--accent-color);
}

.service-card h5 {
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.product-card:hover {
    border-color: #004aac;
}

.product-card .card-img-top {
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .card-img-top {
  transform: scale(1.1);
}

.product-card .card-body {
  padding: 20px;
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--light-blue) 100%);
}

.product-card .price {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.product-card .min-order {
  font-size: 12px;
  color: var(--accent-color);
  margin-bottom: 15px;
  font-weight: 600;
}

/* Modal Styles */
.inquiry-modal .modal-content {
  border-radius: 15px;
  border: none;
}

.inquiry-modal .modal-header {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  color: var(--secondary-color);
  border-radius: 15px 15px 0 0;
}

.inquiry-modal .modal-header .btn-close {
  filter: invert(1);
}

.inquiry-modal .product-info {
  background: linear-gradient(135deg, var(--light-blue) 0%, var(--light-gray) 100%);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 2px solid var(--accent-color);
}

.inquiry-modal .form-label {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.inquiry-modal .form-control,
.inquiry-modal .form-select {
  border-radius: 8px;
  border: 2px solid var(--border-color);
  padding: 10px 15px;
  transition: border-color 0.3s ease;
}

.inquiry-modal .form-control:focus,
.inquiry-modal .form-select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}

/* Footer Styles */
.site-footer {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--brand-navy) 100%);
    color: var(--secondary-color);
    padding: 40px 0 20px;
    margin-top: 50px;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--light-blue) 50%, var(--accent-color) 100%);
}

.site-footer h5,
.site-footer h6 {
    color: var(--secondary-color);
    font-weight: 600;
}

.site-footer ul {
    list-style: none;
    padding: 0;
}

.site-footer ul li {
    margin-bottom: 8px;
}

.site-footer ul li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer ul li a:hover {
    color: var(--accent-color);
}

/* Footer Logo Section */
.footer-logo-section {
    display: flex;
    align-items: left;
    margin-bottom: 1rem;
}

.footer-logo-icon {
    /* width: 80px;
    height: 80px; */
    background: linear-gradient(135deg, var(--secondary-color), #f8fafc);
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
}

.summer {
    justify-content: center;
}

.summer .nav-link.active {
    background: #0b5836;
}

.ryan_schools .summer .nav-link.active {
    background: #1b3499;
}

.thewisdom .summer .nav-link.active {
    background: #215797;
}

.asterps .summer .nav-link.active {
    background: #283c4d;
}


.sic .summer .nav-link.active {
    background: #34398a;
}


.sic .summer .nav-link {
    border: solid #34398a 1px;
}

.thewisdom .summer .nav-link:hover {
    background: #eb6129;
    border-color: #eb6129;
}

.sic .summer .nav-link:hover {
    background: #ea565a;
    border-color: #ea565a;
}

.ryan_schools .summer .nav-link {
    border: solid #1b3499 1px;
}

.asterps .summer .nav-link {
    border: solid #283c4d 1px;
}

.summer .nav-link {
    color: #000000;
    border: solid #0b5836 1px;
    border-radius: 0px;
    font-weight: 500;
}

.ryan_schools .summer .nav-link:hover {
    background: #d76b18;
    border-color: #d76b18;
    color: #fff;
}

.summer .nav-link:hover {
    background: #5ee0e9;
    border-color: #5ee0e9;
    color: #fff;
}

.prices span {
    font-weight: 500;
    font-size: 18px;
    margin-right: 10px;
}

.product-class p sup {
    margin: 0px 2px !important;
}

.sic  .product-class p {
    background: #34398a;
}

.asterps .product-class p {
    background: #283c4d;
}

.thewisdom .product-class p {
    background: #215797;
}


.ryan_schools .product-class p {
    background: #1b3499;
}

.product-class p {
    background: #0b5836;
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 9px;
    margin-bottom: 0;
}



.delhischool {
    align-items: center;
}

.product-info h6 {
    color: #0b5836;
    font-size: 18px;
    font-family: sans-serif; 
    position: relative; 
    margin-bottom: 20px; 
}  

.thewisdom .product-info h6 {
    color: #215797;
}


.asterps .product-info h6 {
    color: #283c4d;
}


.ryan_schools .product-info h6 {
    color: #1b3499;
}

.sic .product-info h6 {
    color: #34398a;
}
.clintlogo img {
    width: 100%;
    border: solid #ddd 1px;
    padding: 10px;
}

.titles h2 {
    text-align: center;
    font-weight: 700;
    padding-bottom: 25px;
    padding-top: 25px;
    font-family: initial;
}

.ryan_schools .shirt_add li {
    background: #1b3499 !important;
}

.sic .shirt_add li {
    background: #34398a !important;
}

.thewisdom .shirt_add li {
    background: #215797 !important;
}


.asterps .shirt_add li {
    background: #283c4d !important;
}


.shirt_add li {
    background: #0b5836 !important;
    width: 100% !important;
    text-transform: uppercase;
    font-family: sans-serif;
}

.footer-logo-icon img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border-radius: 10px; 
    /* opacity: 0;  */
} 

ul.listab {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
}
ul.listab li a {
    color: #fff;
    text-decoration: none;
}
ul.listab li {
    padding: 0px 5px;
     color: #fff;
}


.story-content b {
    display: block;
    font-size: 25px;
    color: #004aab;
}

.story-content h2 {
    font-weight: 500 !important;
    font-size: 20px;
    color: #000;
}

section.about_section {
    background-image: url("../images/homebg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position-y: center;
    padding: 100px 0px !important;
}

section.about_section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #004aabbf;
    top: 0;
}

.about_section  .container {
    position: relative;
}

.about_section  h1 {
    color: #fff;
}

.footer-logo-text {
    flex: 1;
    margin: 10px 0;
}

/* Brand Name Styling */
.footer-brand-name {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;              /* ðŸ‘ˆ default margin removed */
    line-height: 1;         /* ðŸ‘ˆ no extra spacing */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    position: relative;
}

/* Trademark Symbol Styling */
.footer-brand-name::after {
    content: 'Â®';
    position: relative;
    font-size: 15px;
    font-weight: 500;
    vertical-align: super;
    margin-left: 2px;
}

/* Tagline Styling */
.footer-tagline {
    color: var(--accent-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;          /* ðŸ‘ˆ extra space removed */
    line-height: 1.2;       /* ðŸ‘ˆ tightened line-height */
}

/* Footer Social Links */
.site-footer .social-links a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--accent-color) 0%, #d81b60 100%);
    color: var(--secondary-color);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.site-footer .social-links a:hover {
    background: linear-gradient(135deg, var(--light-blue) 0%, var(--accent-color) 100%);
    color: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.4);
}

/* Footer Contact List */
.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #cbd5e1;
}

.footer-contact-list li i {
    margin-right: 10px;
    margin-top: 7px;
    color: var(--accent-color);
    width: 16px;
    flex-shrink: 0;
}

.footer-contact-list li span {
    flex: 1;
}
.footer-contact-list li a{
    flex: 1;
    color: #cbd5e1 !important;
}

/* Copyright Section */
.copyright {
    text-align: left;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(233, 30, 99, 0.3);
    color: #cbd5e1;
}

.footer-policy-link {
    transition: color 0.3s ease;
}

.footer-policy-link:hover {
    color: var(--accent-color) !important;
}

.featured-products h2 span {
    color: #0b5836;
}

.thewisdom h2 span {
    color: #215797;
}

.asterps h2 span {
    color: #283c4d;
}

.sic h2 span {
    color: #343b8c;
}

.featured-products h2 {
    color: #000;
    /* text-align: end; */
}

a.desginer {
    width: 100%;
    /*text-align: end;*/
    display: block;
}
a.desginer img {
    width: 100%;
    max-width: 46px;
}
.site-footer h6 {
    margin-bottom: 30px;
    position: relative;
}

.site-footer h6:before {
    content: "";
    position: absolute;
    width: 45px;
    border: solid #f5751c 2px;
    border-radius: 5px;
    top: 32px;
}

.site-footer h6:after {
    content: "";
    position: absolute;
    top: 32px;
    left: 44px;
    width: 45px;
    border: solid #fff 2px;
    border-radius: 5px;
}

.site-footer ul li {
    list-style: square;
}

.morecategory h3 {
    text-align: center;
    background: #1c3872;
    width: 260px;
    margin: 40px auto 0;
    padding: 10px 0px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
}


/* Footer Responsive Design */
@media (max-width: 768px) {
    .footer-logo-icon {
        width: 60px;
        height: 60px;
        margin-right: 12px;
    }
    .footer-logo-text {
        flex: 1;
        font-size: 15px;
        margin: 10px;
    }
    
    .footer-logo-icon img {
        border-radius: 8px;
    }
    
    .footer-brand-name {
        font-size: 14px;
    }

    .footer-brand-name::after {
        font-size: 12px;
    }
    
    .footer-tagline {
        font-size: 15px;
    }
    
    .site-footer .social-links a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-right: 8px;
    }
}

@media (max-width: 576px) {

    .row .mega-links li a {
    padding: 0 0px !important;
}
    .footer-logo-section {
        text-align: left;
    }
    
    .footer-logo-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .copyright {
        text-align: center;
    }
    
    .copyright .col-md-6:last-child {
        text-align: center !important;
        margin-top: 10px;
    }
}


/* Utility Classes */
.text-primary-custom {
  color: var(--primary-color) !important;
}

.text-accent {
  color: var(--accent-color) !important;
}

.bg-primary-custom {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--brand-navy) 100%) !important;
}

.bg-light-custom {
  background: linear-gradient(135deg, var(--light-blue) 0%, var(--light-gray) 100%) !important;
}

.section-padding {
  padding: 80px 0;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-color) 0%, var(--light-blue) 100%);
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Loading Animation */
.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top-color: var(--accent-color);
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Success/Error Messages */
.alert-success {
  background-color: var(--success-color);
  border-color: var(--success-color);
  color: var(--secondary-color);
}

.alert-danger {
  background-color: var(--danger-color);
  border-color: var(--danger-color);
  color: var(--secondary-color);
}

/* Brand Specific Enhancements */
.brand-highlight {
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}

.brand-badge {
  background: linear-gradient(135deg, var(--accent-color) 0%, #d81b60 100%);
  color: var(--secondary-color);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}
.thewisdom .schoollogo img {
    width: 100%;
    max-width: 430px;
}

@media (max-width: 1199px) {

    .calliconin a {
    padding: 9px 6px 14px;
    font-size: 14px;
}
.nav-links li a {
    padding: 9px 10px !important;
}

    .product-info p, .product-info h6 {
    padding: 0 6px !important;
}
.product-info h6::after {
    left: 46px;
}
.product-info p {
    font-size: 14px;
}

.nav-links li a {
    font-size: 14px;
    padding: 9px 10px;
}

.nav-links li a {
    font-size: 15px !important;
}

.logo {
    padding-left: 160px;
}

}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
  
  .service-card {
    padding: 20px 15px;
  }
  
  .service-card .icon {
    font-size: 36px;
  }
  
  .product-card .card-img-top {
    height: 150px;
  }
  
  .btn-get-product {
    padding: 6px 15px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .top-bar {
    font-size: 12px;
  }
  
  .logo {
    font-size: 24px;
  }
  
  .section-padding {
    padding: 40px 0;
  }
}

.name{
  font-size: 10px;
  text-align: end;
  color: var(--accent-color);
  font-weight: 600;
}

 :root {
            --primary-color: #1e3a8a;
            --secondary-color: #ffffff;
            --accent-color: #f97316;
            --text-color: #374151;
        }

        /* Hero Section Styles */
        .hero-section {
            position: relative;
            overflow: hidden;
        }

        .hero-slide {
            min-height: 100vh;
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
            position: relative;
        }

        .hero-slide-1 {
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
        }

        .hero-slide-2 {
            background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
        }

        .hero-slide-3 {
            background: linear-gradient(135deg, #059669 0%, #10b981 100%);
        }

       .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255);
    z-index: 1;
}

.imgslogo {
    position: relative;
    z-index: 99;
}


        .hero-content {
            position: relative;
            z-index: 2;
        }

        .hero-image {
            position: relative;
            z-index: 2;
        }

        .hero-buttons .btn {
            padding: 12px 30px;
            border-radius: 50px;
            transition: all 0.3s ease;
        }

        .hero-buttons .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
        }

        .hero-stats .stat-item h3 {
            font-size: 2rem;
            margin-bottom: 0;
        }

        /* Animations */
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .animate-fade-up {
            animation: fadeUp 0.8s ease forwards;
        }

        .animate-slide-right {
            animation: slideRight 1s ease forwards;
        }

        /* Services Overview */
        .services-overview {
            background: #f8fafc;
        }

        .service-card {
            background: white;
            border-radius: 15px;
            padding: 2rem 1rem;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .service-icon {
            margin-bottom: 1rem;
        }

        /* Featured Products */
        .product-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
        }

        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .product-image {
            position: relative;
            overflow: hidden;
            /*height: 280px;*/
            height: auto;
        }

.product-image img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    transition: all 0.3s ease;
}

        .product-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(30, 58, 138, 0.9);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .product-card:hover .product-overlay {
            opacity: 1;
        }

        .product-card:hover .product-image img {
            transform: scale(1.1);
        }

        /* .product-info {
            padding: 1rem;
        } */
         .product-info p, .product-info h6 {
    padding: 0 1rem;
}

.featured-products .product-card {
    height: 100%;
    transition: all 0.3s ease;
    /*border: solid #bfbfbf 1px;*/
     border: solid #0b5836 1px;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
}

.thewisdom .product-card {
    border: solid #215797 1px;
}

.asterps .product-card {
    border: solid #283c4d 1px;
}

.ryan_schools .product-card {
    border: solid #1b3499 1px;
}

.sic  .product-card {
    border: solid #34398a 1px;
}

        .btn-get-product {
            border-radius: 25px;
            padding: 8px 20px;
        }

        /* Why Choose Us */
        .feature-card {
            background: white;
            border-radius: 15px;
            padding: 2rem 1rem;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .feature-icon {
            margin-bottom: 1rem;
        }

        /* Testimonials */
        /* .testimonials {
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
        } */

   .testimonial-card {
    background: rgb(0 74 171 / 9%);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

section.testimonialsc {
    margin: 60px 0px;
}

        /* CTA Section */
        .cta-section {
            background: linear-gradient(45deg, #f8fafc 0%, #e2e8f0 100%);
        }

        /* WhatsApp Float Button */
        .whatsapp-float {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
        }

        .whatsapp-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background: #25d366;
            border-radius: 50%;
            color: white;
            font-size: 24px;
            text-decoration: none;
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
            transition: all 0.3s ease;
            animation: pulse 2s infinite;
        }

        .whatsapp-btn:hover {
            background: #20ba5a;
            color: white;
            transform: scale(1.1);
        }


        .stat-item {
    text-align: left !important;
}

        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
            70% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
            100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
        }

        .ryan_schools h2 span {
    color: #112c81;
}

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2.5rem;
            }
            
            .hero-buttons .btn {
                display: block;
                width: 100%;
                margin-bottom: 10px;
            }
            
            .hero-stats .stat-item h3 {
                font-size: 1.5rem;
            }
            
            .service-card,
            .feature-card {
                padding: 1.5rem 1rem;
            }
            
        .product-image {
    height: 100%;
    width: 100%;
}
        }

        @media (max-width: 576px) {
            .hero-content h1 {
                font-size: 2rem;
            }
            
            .service-card,
            .feature-card {
                padding: 1rem;
            }
        }

           /* Enhanced Modal Styles */
        .enhanced-modal .modal-dialog {
            max-width: 95%;
            width: 1200px;
            margin: 1rem auto;
        }

        .enhanced-modal .modal-content {
            border: none;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            overflow: hidden;
        }

        .enhanced-modal .modal-header {
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
            color: white;
            padding: 1.5rem 2rem;
            border: none;
        }

        .enhanced-modal .modal-title {
            font-size: 1.5rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .enhanced-modal .modal-body {
            padding: 2rem;
            background: #f8fafc;
        }

        .enhanced-modal .modal-footer {
            background: white;
            padding: 1.5rem 2rem;
            border-top: 1px solid #e5e7eb;
        }

        /* Product Display Section */
        .product-display-section {
            background: white;
            border-radius: 15px;
            padding: 1.5rem;
            height: 100%;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }

        .product-image-container {
            position: relative;
            margin-bottom: 1.5rem;
            border-radius: 12px;
            overflow: hidden;
            background: #f1f5f9;
        }

        .product-image-container img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 12px;
        }

        .product-status-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .product-name {
            color: #1e3a8a;
            font-weight: 700;
            margin-bottom: 1rem;
            font-size: 1.4rem;
        }

        .product-description {
            color: #6b7280;
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

        .product-features {
            list-style: none;
            padding: 0;
            margin-bottom: 1.5rem;
        }

        .product-features li {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            color: #374151;
            font-size: 0.95rem;
        }

        .product-features i {
            color: #10b981;
            margin-right: 10px;
            font-size: 0.9rem;
        }

        /* Form Section */
        .inquiry-form-section {
            background: white;
            border-radius: 15px;
            padding: 1.5rem;
            height: 100%;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }

        .form-section-title {
            color: #1e3a8a;
            font-weight: 700;
            margin-bottom: 1.5rem;
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .enhanced-form-group {
            margin-bottom: 1.5rem;
        }

        .enhanced-form-label {
            font-weight: 600;
            color: #374151;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.95rem;
        }

        .enhanced-form-label i {
            color: #6b7280;
            font-size: 0.9rem;
            width: 16px;
        }

        .required {
            color: #ef4444;
        }

        .enhanced-form-control {
            border: 2px solid #e5e7eb;
            border-radius: 10px;
            padding: 12px 16px;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            background: #fafafa;
        }

        .enhanced-form-control:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
            background: white;
            outline: none;
        }

        .enhanced-select-wrapper {
            position: relative;
        }

        .select-multiple {
            min-height: 120px;
        }

        .form-help-text {
            font-size: 0.8rem;
            color: #6b7280;
            margin-top: 0.3rem;
        }

        /* Enhanced Buttons */
        .enhanced-btn {
            border-radius: 10px;
            padding: 12px 24px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .enhanced-btn-primary {
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
            color: white;
        }

        .enhanced-btn-primary:hover {
            background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
            color: white;
        }

        .enhanced-btn-whatsapp {
            background: linear-gradient(135deg, #25d366 0%, #20ba5a 100%);
            color: white;
        }

        .enhanced-btn-whatsapp:hover {
            background: linear-gradient(135deg, #20ba5a 0%, #1ca550 100%);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
            color: white;
        }

        .enhanced-btn-secondary {
            background: #6b7280;
            color: white;
        }

        .enhanced-btn-secondary:hover {
            background: #4b5563;
            color: white;
        }

        /* Loading Animation */
        .loading-spinner {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            border-top-color: #fff;
            animation: spin 1s ease-in-out infinite;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        /* Form Validation */
        .enhanced-form-control.is-invalid {
            border-color: #ef4444;
            background-color: #fef2f2;
        }

        .invalid-feedback {
            color: #ef4444;
            font-size: 0.85rem;
            margin-top: 0.25rem;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .enhanced-modal .modal-dialog {
                max-width: 98%;
                margin: 0.5rem auto;
            }
        }

        @media (max-width: 992px) {
            .enhanced-modal .modal-dialog {
                max-width: 100%;
                margin: 0;
                height: 100vh;
            }

            .enhanced-modal .modal-content {
                height: 100vh;
                border-radius: 0;
                display: flex;
                flex-direction: column;
            }

            .enhanced-modal .modal-body {
                flex: 1;
                overflow-y: auto;
                padding: 1.5rem;
            }

            .product-image-container img {
                height: 250px;
            }
        }

        @media (max-width: 768px) {
            .enhanced-modal .modal-header {
                padding: 1rem 1.5rem;
            }

            .enhanced-modal .modal-title {
                font-size: 1.3rem;
            }

            .enhanced-modal .modal-body {
                padding: 1rem;
            }

            .enhanced-modal .modal-footer {
                padding: 1rem 1.5rem;
                flex-direction: column;
                gap: 10px;
            }

            .enhanced-modal .modal-footer .btn {
                width: 100%;
                justify-content: center;
            }

            .product-display-section,
            .inquiry-form-section {
                padding: 1rem;
                margin-bottom: 1rem;
            }

            .product-image-container img {
                height: 450px;
            }

            .form-section-title {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 576px) {
            .enhanced-modal .modal-header {
                padding: 0.75rem 1rem;
            }

            .enhanced-modal .modal-title {
                font-size: 1.1rem;
            }

            .enhanced-modal .modal-body {
                padding: 0.75rem;
            }

            .enhanced-modal .modal-footer {
                padding: 0.75rem 1rem;
            }

            .product-display-section,
            .inquiry-form-section {
                padding: 0.75rem;
            }

            .enhanced-form-control {
                padding: 10px 12px;
                font-size: 0.9rem;
            }

            .enhanced-btn {
                padding: 10px 18px;
                font-size: 0.85rem;
            }

            .product-image-container img {
                height: 250px;
            }
        }

       .modal-backdrop.show {
    opacity: 0 !important;
}

.dropdown-item {
    border-bottom: solid #ddd 1px;
}
li.nav-item.dropdown ul li a:hover {
    background: linear-gradient(135deg, #5ce2e7 0%, #004bac 100%);
    color: #fff;
}
li.nav-item.dropdown ul {
    padding: 0;
}

li.nav-item.dropdown ul li a{
    padding: 10px 10px
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


@media (max-width: 767px){

    section.bannerhome video {
        height: 100%;
    }

    .product-image img {
    width: 100%;
    height: auto;
    object-fit: unset;
}
.product-image {
    height: auto;
    width: 100%;
}

    .product-info p, .product-info h6 {
    padding: 0 0rem;
}
.product-info h6 {
    font-size: 20px;
    margin-bottom: 26px;
}

.product-info h6::after {
    left: 40px;
}
.featured-products h2 span {
    display: block;
    line-height: 40px;
}
.featured-products .product-card {
    padding: 10px;
}

    .logo-icon img {
    width: 100%;
    max-width: 110px;
}
.navbar-brand {
    padding: 0px 0;
    transition: all 0.3s ease;
}
.navbar-toggler {
    background: #5be2e6;
}
.hero-slide {
    padding-bottom: 30px;
}
.clintlogo {
    margin-bottom: 25px;
}
.tophead {
    text-align: end !important;
    padding: 10px 20px !important;
}
.tophead a i {
    font-size: 18px;
}
.calliconin a span img {
    max-width: 30px;
}

} 




.tophead {
    text-align: center;
    border-bottom: solid #a3a3a3 1px;
    padding: 10px 0px;
}

.headernew {
    position: absolute;
    z-index: 99;
    width: 100%;
    /* background: #ffffff; */
    top: 0;
}

/* .bannertops {
    margin-top: 62px;
} */

nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  /* height: 70px; */
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-links li ul li a {
    color: #fff;
    width: 100% !important;
    display: block;
    padding: 8px 15px;
    line-height: 30px;
    border-bottom: solid #fff 1px;
    font-weight: 500;
    border-radius: 0px 0px 10px 10px;
}
ul.mega-links {
    padding-left: 0;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a {
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-family: sans-serif;
    font-weight: 600;
}

ul.drop-menu li:last-child a {
    border: none;
}

section.bannerhome img {
    height: 100vh;
    object-fit: cover;
}

/* .christmas {
    color: #ca1214 !important;
} */

.nav-links li ul li a:hover {
    background: #5ee1e5;
    color: #fff;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu {
    position: absolute;
    background: #004aae;
    width: auto;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    padding-left: 0;
    border-radius: 10px;
    z-index: 9999;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 15px 0 15px;
    font-weight: 400;
    border-radius: 0px;
    border-bottom: solid #f3f3f3 1px;
}
.mega-box {
    position: absolute;
    /* left: 0; */
    width: 100%;
    padding: 0 0px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    max-width: 325px;
    z-index: 99;
}
.mega-box .content {
    background: #004bad;
    /* padding: 0px 0px; */
    /* display: flex; */
    /* width: 100%; */
    /* justify-content: space-between; */
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    border-radius: 10px;
}

.mega-box .content .row {
    width: 100%;
}

.mega-box .content .row{
  width: 100%;
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: 0px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 0px;
}
.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
    border-bottom: solid #fff 2px;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

.item_test img {
    border: solid #ddd 1px;
    padding: 4px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.school-clients .owl-nav, section.testimonialsc .owl-nav {
    display: none;
}


@media screen and (max-width: 970px) {
.wrapper .btn {
    display: block;
    background: #1e3a83;
}
.wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #1e3a83;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
    z-index: 999;
}
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 1px 10px;
  }
.nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
    color: #fff;
}
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #004aae;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 0px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 0px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
.content .row .mega-links {
    border-left: 0px;
    padding-left: 0px;
    padding-right: 0px !important;
}
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}

     @media (max-width: 767px){

        a.desginer {
            /*text-align: center;*/
        }
        .statistics-section p {
    font-size: 14px !important;
}
        section.about_section {
    padding: 60px 0px !important;
}
.about_section  h1 {
    color: #fff;
    font-size: 25px;
}
.story-content p {
    font-size: 17px;
    text-align: justify;
}
.story-image {
    padding-top: 25px;
}
.testimonials  .owl-dots {
    margin-top: 25px;
}
.bannertops {
    margin-top: 5px;
}
section.fancydarsin {
    margin: 40px 0px;
}
.calliconin a {
    padding: 8px 6px 12px;
    font-size: 13px;
}
.logo {
    padding-left: 135px;
}
.calliconin {
    top: 9px;
}

}


@media (max-width: 767px) {

    .hero-content h2 {
        font-size: 23px !important;
        line-height: 34px !important;
    }
    .hero-content h2 span {
        display: none !important;
    }
    .hero-content {
        padding: 40px 0 0 !important;
    }   
    section.hero-section .carousel-indicators {
        display: none;
    }
}
