.navbar-link {
            padding: 22px 0px;
            font-weight: 500;
            text-transform: capitalize;
            transition: all linear .3s;
            -webkit-transition: all linear .3s;
            -moz-transition: all linear .3s;
            -ms-transition: all linear .3s;
            -o-transition: all linear .3s;
        }
        .dropdown-arrow::before {
            position: absolute;
            content: "\ea99";
            top: 50%;
            right: 0px;
            font-size: 15px;
            line-height: 15px;
            font-family: IcoFont;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            transition: all linear .3s;
            -webkit-transition: all linear .3s;
            -moz-transition: all linear .3s;
            -ms-transition: all linear .3s;
            -o-transition: all linear .3s;
        }
        .navbar-info i {
            font-size: 30px;
            margin-right: 15px;
            color: #fff;
        }
        .navbar-link {
            padding: 10px 0px;
            font-weight: 500;
            text-transform: capitalize;
            transition: all linear .3s;
            -webkit-transition: all linear .3s;
            -moz-transition: all linear .3s;
            -ms-transition: all linear .3s;
            -o-transition: all linear .3s;
        }
        .header-content {
            padding: 0px 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            transition: all linear .3s;
            -webkit-transition: all linear .3s;
            -moz-transition: all linear .3s;
            -ms-transition: all linear .3s;
            -o-transition: all linear .3s;
        }
        .navbar-part {
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .navbar-part.scrolled {
            box-shadow: 0 4px 12px rgba(0,0,0,0.25);
        }

        /* ===== Merged from sticky-buttons block ===== */
        :root{
            --whatsapp:#25D366;
            --admission:#0d47a1;
            --call:#e53935;
            --dark:#1c1c1c;
        }
        .admission-btn{
            position:fixed;
            top:60%;
            right:0;
            transform:translateY(-50%);
            background:var(--admission);
            color:#fff;
            padding:16px 10px;
            font-size:15px;
            font-weight:600;
            text-decoration:none;
            border-radius:8px 0 0 8px;
            box-shadow:0 4px 12px rgba(0,0,0,0.25);
            z-index:999;
            letter-spacing:1px;
            writing-mode:vertical-rl;
            text-orientation:mixed;
            transition:padding-left .25s ease, background .25s ease;
        }
        .admission-btn:hover{
            padding-left:16px;
            background:#0b3a82;
        }
        .whatsapp-btn{
            position:fixed;
            bottom:90px;
            right:20px;
            width:58px;
            height:58px;
            background:var(--whatsapp);
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            box-shadow:0 4px 14px rgba(0,0,0,0.3);
            z-index:999;
            text-decoration:none;
        }
        .whatsapp-btn svg{
            width:30px;
            height:30px;
            fill:#fff;
        }
        .whatsapp-btn::before{
            content:"";
            position:absolute;
            width:100%;
            height:100%;
            border-radius:50%;
            background:var(--whatsapp);
            animation:pulse 2s infinite;
            z-index:-1;
        }
        @keyframes pulse{
            0%   { transform:scale(1);   opacity:0.7; }
            70%  { transform:scale(1.9); opacity:0;   }
            100% { transform:scale(1.9); opacity:0;   }
        }
        .call-float-btn{
            position:fixed;
            bottom:60px;
            right:95%;
            width:58px;
            height:58px;
            background:var(--call);
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            box-shadow:0 4px 14px rgba(0,0,0,0.3);
            z-index:999;
            text-decoration:none;
        }
        .call-float-btn svg{
            width:26px;
            height:26px;
            fill:#fff;
        }
        .call-float-btn::before{
            content:"";
            position:absolute;
            width:100%;
            height:100%;
            border-radius:50%;
            background:var(--call);
            animation:pulse 2s infinite;
            z-index:-1;
        }
        .social-bar{
            position:fixed;
            top:60%;
            left:0;
            transform:translateY(-50%);
            display:flex;
            flex-direction:column;
            z-index:999;
        }
        .social-bar a{
            width:44px;
            height:44px;
            display:flex;
            align-items:center;
            justify-content:center;
            color:#fff;
            text-decoration:none;
            transition:width .25s ease;
        }
        .social-bar a svg{
            width:20px;
            height:20px;
            fill:#fff;
        }
        .social-bar a:hover{ width:52px; }
        .social-bar .fb{ background:#3b5998; }
        .social-bar .ig{ background:#c1358f; }
        .social-bar .yt{ background:#ff0000; }
        .social-bar .li{ background:#0077b5; }

        @media (max-width:480px){
            .social-bar, .admission-btn{ display:none; }
            .whatsapp-btn{ bottom:80px; right:16px; }
            .call-float-btn{ bottom:148px; right:16px; }
        }
        .slick-initialized .slick-slide {
            display: block;
            padding-right: 10px;
        }

        /* ===== Misc page styles (previously duplicated / scattered) ===== */
        .promo-text-block { position: relative; }
        .promo-text-block img { width: 100%; display: block; }
        .promo-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: #fff;
            text-align: center;
        }
        .header-part { position: relative; }
        .header-part.active {
            position: -webkit-sticky;
            position: relative;
            top: 0px;
            left: 0px;
            width: 100%;
            z-index: 3;
            background: var(--white);
            -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
            transition: all linear .3s;
            -webkit-transition: all linear .3s;
            -moz-transition: all linear .3s;
            -ms-transition: all linear .3s;
            -o-transition: all linear .3s;
        }
        .dropdown-position-list {
            position: absolute;
            top: 100px;
            left: 0px;
            z-index: 2;
            width: 300px;
            height: auto;
            visibility: hidden;
            opacity: 0;
            padding: 10px;
            border-radius: 8px;
            background: var(--white);
            border: 1px solid var(--border);
            -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
            transition: all linear .3s;
            -webkit-transition: all linear .3s;
            -moz-transition: all linear .3s;
            -ms-transition: all linear .3s;
            -o-transition: all linear .3s;
        }
        .section { margin-bottom: 40px; }
        .footer-bottom {
            margin-top: 0px;
            padding: 20px 35px 15px;
            border-radius: 8px 8px 0px 0px;
            background: var(--primary);
            border-top: 1px solid var(--border);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        .brand-slider .dandik, .brand-slider .bamdik { top: 40%; }
        .product-widget a {
            width: 100%;
            height: 40px;
            font-size: 15px;
            margin: 0px 6px;
            line-height: 40px;
            text-align: center;
            border-radius: 8px;
            color: var(--white);
            background: var(--primary);
            text-shadow: var(-primary-tshadow);
            -webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
        }
        .modal-content {
            border: none;
            background: none;
            border-radius: 0px;
            background-color: #198754;
            color: #fff;
        }
        .row { display: flex; flex-wrap: wrap; }
        .marquee-wrapper {
            width: 100%;
            display: flex;
            align-items: center;
            color: #ffffff;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
            padding: 0;
            border-top: 0px;
            border-bottom: 0px;
        }
        .marquee-track {
            display: inline-block;
            animation: marqueeScroll 20s linear infinite;
            cursor: pointer;
            will-change: transform;
        }
        .marquee-text {
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.5px;
            color: #ffffff;
            padding: 0 20px;
            text-shadow: 0 0 8px rgba(255, 220, 100, 0.4);
            vertical-align: middle;
        }
        @keyframes marqueeScroll {
            0%   { transform: translateX(0%); }
            100% { transform: translateX(-100%); }
        }
        .marquee-track:hover { animation-play-state: paused; }
        .header-top-list {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-wrap: wrap;
            gap: 16px;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .header-top-list li { display: flex; align-items: center; }
        .header-top-list a {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #ffffff;
            white-space: nowrap;
            font-size: 14px;
        }
        @media (max-width: 767px) {
            .header-top-list { justify-content: center; }
        }
        .news-tabs { display: flex; list-style: none; margin: 0 0 12px; padding: 0; }
        .news-tabs .news-tab-link {
            cursor: pointer;
            padding: 8px 18px;
            background: rgba(255,255,255,0.15);
            color: #fff;
            margin-right: 8px;
            border-radius: 4px 4px 0 0;
            font-size: 14px;
            transition: 0.2s;
        }
        .news-tabs .news-tab-link.active { background: #fff; color: #222; font-weight: 600; }
        header {
            background: #1c1c1c;
            color: #fff;
            padding: 3px;
            text-align: center;
        }
        #menu1-sidebar,
#menu2-sidebar,
#menu3-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    z-index: 999;
    transition: left 0.3s ease;
    background: #fff;
}
#menu1-sidebar.active,
#menu2-sidebar.active,
#menu3-sidebar.active {
    left: 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.marquee-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 0;
  border-top: 0px;
  border-bottom: 0px;
}

.marquee-track {
  display: inline-block;
  animation: marqueeScroll 20s linear infinite;
  cursor: pointer;
  will-change: transform;
}

.marquee-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding: 0 20px;
  text-shadow: 0 0 8px rgba(255, 220, 100, 0.4);
  vertical-align: middle;
}

@keyframes marqueeScroll {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

.marquee-track:hover {
  animation-play-state: paused;
}

.header-top-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-top-list li {
  display: flex;
  align-items: center;
}

.header-top-list a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  white-space: nowrap;
  font-size: 14px;
}

@media (max-width: 767px) {
  .header-top-list {
    justify-content: center;
  }
}

  .hero {
    background: linear-gradient(135deg, #4e54c8, #8f94fb);
    color: #fff;
    padding: 60px 0 40px;
    text-align: center;
  }
  .hero h1 { font-weight: 700; letter-spacing: -1px; }
  .hero p { opacity: .9; }

  .filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 40px;
  }
  .filter-btn {
    border: none;
    background: #fff;
    color: #4e54c8;
    padding: 8px 22px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: all .25s ease;
  }
  .filter-btn:hover { background: #eceeff; }
  .filter-btn.active {
    background: #4e54c8;
    color: #fff;
    box-shadow: 0 4px 14px rgba(78,84,200,.4);
  }

  .gallery-item {
    margin-bottom: 28px;
    transition: transform .3s ease, opacity .3s ease;
  }
  .gallery-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    cursor: pointer;
  }
  .gallery-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
  }
  .gallery-card:hover img { transform: scale(1.08); }
  .gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.75), transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .gallery-card:hover .gallery-overlay { opacity: 1; }
  .gallery-overlay .badge {
    align-self: flex-start;
    margin-bottom: 8px;
    background: #4e54c8;
  }
  .gallery-overlay h5 { margin: 0; font-weight: 700; }

  .hide-item { display: none !important; }

  .fade-item {
    animation: fadeIn .4s ease;
  }
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  #modalImage { width: 100%; border-radius: 8px; display: block; }
  .modal-content { border-radius: 16px; border: none; background: #14151a; }
  #modalTitle, #imgCounter { color: #fff; }
  #imgCounter { font-size: .85rem; opacity: .7; margin-left: 10px; }

  .modal-img-wrap { position: relative; }
  .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.5);
    border: none;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
  }
  .nav-arrow:hover { background: rgba(78,84,200,.9); }
  .nav-prev { left: 10px; }
  .nav-next { right: 10px; }

  .modal-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 14px;
  }
  .ctrl-btn {
    background: #2b2d38;
    border: none;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: .9rem;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background .2s ease;
  }
  .ctrl-btn:hover { background: #4e54c8; }
  .ctrl-btn.playing { background: #4e54c8; }
  
   h4#enquiry-product-title {
    color: #ffffff;
}

