 :root {
     --primary-red: #D32F2F;
     --primary-red-hover: #B71C1C;
     /* --dark-navy: #0B192C; */
     --dark-navy: #0a264e;
     /* --dark-navy: #0B192C; */
     --secondary-blue: #1E3A8A;
     --light-gray: #F8F9FA;
     --border-color: #E2E8F0;
     --text-dark: #1E293B;
     --text-muted: #64748B;
     --gold-accent: #EAB308;
 }

 body {
     font-family: 'Poppins', sans-serif;
     color: var(--text-dark);
     overflow-x: hidden;
     background-color: #ffffff;
 }

 /* Top Header */
 .top-bar {
     background-color: #070F1E;
     color: #ffffff;
     font-size: 0.85rem;
     padding: 8px 0;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .top-bar a {
     color: #e2e8f0;
     text-decoration: none;
     transition: color 0.2s;
 }

 .top-bar a:hover {
     color: var(--primary-red);
 }

 @media(max-width:992px) {
     .top-bar {
         display: none;
     }
 }

 /* Navbar */
 .navbar {
     background-color: #ffffff;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
     /* padding: 12px 0; */
     sticky-top: top;
 }

 .navbar-brand-logo {
     display: flex;
     align-items: center;
     gap: 12px;
     text-decoration: none;
 }

 .logo-img {
     height: 52px;
     width: auto;
 }

 .nav-link {
     font-weight: 600;
     font-size: 0.88rem;
     color: var(--dark-navy) !important;
     padding: 8px 16px !important;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     transition: all 0.3s ease;
     position: relative;
     cursor: pointer;
 }

 .nav-link:hover,
 .nav-link.active {
     color: var(--primary-red) !important;
 }

 .nav-link.active::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 16px;
     right: 16px;
     height: 3px;
     background-color: var(--primary-red);
     border-radius: 2px;
 }

 /*==========================
        STYLISH NAVBAR
===========================*/

 .navbar {
     background: #fff;
     height: 102px;
     padding: 0;
     box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
     position: sticky;
     z-index: 1000;
 }

 /* Logo Area */

 .navbar-brand-logo {
     position: relative;
     margin: 0;
     padding: 0;
 }

 /* Floating Logo Box */

 .logo-box {

     width: 130px;
     height: 140px;

     background: #fff;

     border-radius: 0 0 18px 18px;

     display: flex;
     justify-content: center;
     align-items: center;

     box-shadow:
         0 18px 45px rgba(0, 0, 0, .15),
         0 3px 12px rgba(0, 0, 0, .08);

     position: absolute;

     top: -50px;

     left: 0;

     z-index: 999;

     border: 1px solid rgba(0, 0, 0, .05);
 }

 /* Logo */

 .logo-box img {

     width: 105px;

     height: auto;

     transition: .4s;
 }

 .logo-box:hover img {

     transform: scale(1.05);

 }

 /* Navigation */

 .navbar-nav {

     height: 72px;

     align-items: center;

 }

 .nav-link {

     font-size: 15px;

     font-weight: 600;

     padding: 10px 18px !important;

     position: relative;

     transition: .3s;

 }

 .nav-link::after {

     content: "";

     position: absolute;

     left: 18px;

     bottom: 4px;

     width: 0;

     height: 3px;

     background: #d32f2f;

     transition: .3s;

 }

 .nav-link:hover::after,
 .nav-link.active::after {

     width: calc(100% - 36px);

 }

 .nav-link:hover {

     color: #d32f2f !important;

 }

 /* Quote Button */

 .btn-red {

     border-radius: 40px;

     padding: 12px 28px;

     font-weight: 600;

 }

 @media (max-width:991px) {

     .navbar {

         height: 70px;

         padding: 10px 0;

     }

     .logo-box {

         width: 110px;

         height: 90px;

         top: -33px;

     }

     .logo-box img {

         width: 80px;

     }

     .navbar-collapse {

         background: #fff;

         padding: 20px;

         margin-top: 15px;

         border-radius: 15px;

         box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

     }

     .navbar-nav {

         height: auto;

     }

 }

 /* Hero Banner */
 .hero-section {
     position: relative;
     background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(226, 220, 220, 0.281) 45%, rgba(255, 255, 255, 0.014) 100%),
         url('../img/hero-banner.png') right center/cover no-repeat;
     padding: 90px 0 100px;
     min-height: 580px;
     display: flex;
     align-items: center;
 }

 .hero-title {
     font-size: 3.2rem;
     font-weight: 800;
     color: var(--dark-navy);
     line-height: 1.15;
     margin-bottom: 18px;
     letter-spacing: -1px;
 }

 .hero-subtitle {
     font-size: 1.05rem;
     font-weight: 500;
     color: #475569;
     margin-bottom: 35px;
     max-width: 580px;
     line-height: 1.6;
 }

 .hero-badge {
     display: inline-flex;
     align-items: center;
     gap: 12px;
     background: #ffffff;
     padding: 10px 18px;
     border-radius: 50px;
     box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
     margin-right: 12px;
     margin-bottom: 25px;
     border: 1px solid #F1F5F9;
 }

 .hero-badge i {
     color: var(--primary-red);
     font-size: 1.2rem;
     background: #FFEBEE;
     width: 36px;
     height: 36px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .hero-badge span {
     font-size: 0.78rem;
     font-weight: 700;
     color: var(--dark-navy);
     text-transform: uppercase;
 }

 .btn-red {
     background-color: var(--primary-red);
     color: #ffffff;
     font-weight: 700;
     padding: 14px 32px;
     border-radius: 6px;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     border: none;
     transition: all 0.3s ease;
     box-shadow: 0 8px 20px rgba(211, 47, 47, 0.3);
     /* display: inline-flex; */
     align-items: center;
     gap: 10px;
     text-decoration: none;
 }

 .btn-red:hover {
     background-color: var(--primary-red-hover);
     color: #ffffff;
     transform: translateY(-2px);
     box-shadow: 0 12px 25px rgba(211, 47, 47, 0.4);
 }


 @media(max-width:768px) {
     .hero-section {
         position: relative;
         background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.795) 50%, rgba(255, 255, 255, 0.014) 100%),
             url('../img/hero-banner.png') right center/cover no-repeat;
         padding: 90px 0 100px;
         min-height: 580px;
         display: flex;
         align-items: center;
         /* margin: 0 35px; */
     }

     .hero-subtitle {
         color: #011737;
     }
 }

 @media (min-width:769px) and (max-width:1200px) {
     .hero-btn a {
         background-color: #011737;
         color: #fff;
     }
 }

 @media (max-width:449px) {
     .hero-btn a {
         margin-top: 5px;
     }
 }

 /* Section Titles */
 .section-tag {
     font-size: 0.85rem;
     font-weight: 700;
     color: #94A3B8;
     text-transform: uppercase;
     letter-spacing: 1.5px;
     position: relative;
     display: inline-block;
     margin-bottom: 6px;
 }

 .section-tag::before,
 .section-tag::after {
     content: '—';
     margin: 0 8px;
     color: var(--primary-red);
 }

 .section-title {
     font-size: 1.7rem;
     font-weight: 800;
     color: var(--dark-navy);
     margin-bottom: 35px;
     text-transform: uppercase;
 }

 .section-title span {
     color: var(--primary-red);
 }

 /* Services Cards Exact Design */
 .service-card {
     background: #ffffff;
     border-radius: 12px;
     padding: 28px 20px 24px;
     text-align: center;
     border: 1px solid #E2E8F0;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
     transition: all 0.3s ease;
     height: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     position: relative;
 }

 .service-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
     border-color: #CBD5E1;
 }

 .service-img-wrapper {
     width: 100%;
     height: 180px;
     border-radius: 8px;
     overflow: hidden;
     margin-bottom: 20px;
     position: relative;
 }

 .service-img-wrapper img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.5s ease;
 }

 .service-card:hover .service-img-wrapper img {
     transform: scale(1.08);
 }

 .service-icon-circle {
     width: 58px;
     height: 58px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #ffffff;
     font-size: 1.4rem;
     margin: -48px auto 16px;
     position: relative;
     z-index: 2;
     box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
     border: 3px solid #ffffff;
 }

 .bg-icon-red {
     background: linear-gradient(135deg, #EF4444, #B91C1C);
 }

 .bg-icon-gold {
     background: linear-gradient(135deg, #F59E0B, #D97706);
 }

 .bg-icon-dark {
     background: linear-gradient(135deg, #475569, #1E293B);
 }

 .bg-icon-blue {
     background: linear-gradient(135deg, #2563EB, #1D4ED8);
 }

 .bg-icon-green {
     background: linear-gradient(135deg, #10B981, #047857);
 }

 .service-card h3 {
     font-size: 1.1rem;
     font-weight: 800;
     color: var(--dark-navy);
     margin-bottom: 12px;
     text-transform: uppercase;
 }

 .service-card p {
     font-size: 0.85rem;
     color: #64748B;
     line-height: 1.5;
     margin-bottom: 0;
 }

 .btn-outline-custom {
     border: 1px solid #CBD5E1;
     color: var(--dark-navy);
     font-size: 0.85rem;
     font-weight: 700;
     padding: 10px 24px;
     border-radius: 4px;
     text-transform: uppercase;
     transition: all 0.3s ease;
     background: #ffffff;
     text-decoration: none;
 }

 .btn-outline-custom:hover {
     background-color: var(--dark-navy);
     color: #ffffff;
     border-color: var(--dark-navy);
 }

 /* Why Choose Us Dark Banner */
 .why-choose-bg {
     background-color: var(--dark-navy);
     color: #ffffff;
     padding: 45px 0 25px;
     position: relative;
 }

 .why-choose-item {
     text-align: center;
     padding: 10px;
 }

 .why-choose-item i {
     font-size: 1.8rem;
     color: #ffffff;
     margin-bottom: 10px;
     opacity: 0.9;
 }

 .why-choose-item h6 {
     font-size: 0.8rem;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     margin: 0;
     color: #ffffff;
 }

 .why-choose-callout {
     background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
     border-radius: 8px;
     padding: 24px 30px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
     margin-top: 35px;
     border-left: 5px solid var(--primary-red);
 }

 .why-choose-callout h4 {
     font-weight: 900;
     color: var(--dark-navy);
     margin: 0;
     font-size: 1.3rem;
     letter-spacing: -0.5px;
 }

 .why-choose-callout span {
     color: var(--primary-red);
 }

 /* Stats Counter Section */
 .stats-section {
     padding: 60px 0;
     background-color: #ffffff;

 }

 .stat-box {
     text-align: center;
     padding: 15px;
     border-right: 1px solid #E2E8F0;
 }

 .stat-box:last-child {
     border-right: none;
 }

 .stat-number {
     font-size: 2.8rem;
     font-weight: 800;
     color: var(--primary-red);
     line-height: 1;
     margin-bottom: 8px;
     font-family: 'Montserrat', sans-serif;
 }

 .stat-label {
     font-size: 0.88rem;
     font-weight: 600;
     color: #475569;
     margin: 0;
 }

 /* CTA Ready To Start Section */
 .cta-section {
     background: linear-gradient(135deg, #070F1E 0%, #0F172A 100%);
     color: #ffffff;
     padding: 50px 0;
     position: relative;
     overflow: hidden;
 }

 .cta-section::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1200&q=80') center center/cover no-repeat;
     opacity: 0.08;
     pointer-events: none;
 }

 .cta-btn-call {
     background-color: var(--primary-red);
     color: #ffffff;
     font-weight: 700;
     padding: 12px 28px;
     border-radius: 6px;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     font-size: 0.95rem;
     transition: all 0.3s;
 }

 .cta-btn-call:hover {
     background-color: var(--primary-red-hover);
     color: #ffffff;
     transform: translateY(-2px);
 }

 .cta-btn-email {
     background-color: #1E3A8A;
     color: #ffffff;
     font-weight: 700;
     padding: 12px 28px;
     border-radius: 6px;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     font-size: 0.95rem;
     transition: all 0.3s;
 }

 .cta-btn-email:hover {
     background-color: #1E40AF;
     color: #ffffff;
     transform: translateY(-2px);
 }

 /* Calculator Tool Box */
 .calc-card {
     background: #F8FAFC;
     border: 2px dashed #CBD5E1;
     border-radius: 12px;
     padding: 30px;
 }

 /* Footer */
 footer {
     background-color: #070F1E;
     color: #94A3B8;
     font-size: 0.88rem;
     padding-top: 60px;
 }

 footer h5 {
     color: #ffffff;
     font-size: 1rem;
     font-weight: 700;
     margin-bottom: 22px;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     position: relative;
     padding-bottom: 10px;
 }

 footer h5::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 35px;
     height: 3px;
     background-color: var(--primary-red);
 }

 footer ul {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 footer ul li {
     margin-bottom: 10px;
 }

 footer ul li a {
     color: #94A3B8;
     text-decoration: none;
     transition: color 0.2s;
     display: inline-flex;
     align-items: center;
     gap: 8px;
 }

 footer ul li a:hover {
     color: #ffffff;
 }

 footer ul li a i {
     font-size: 0.7rem;
     color: var(--primary-red);
 }

 .footer-bottom {
     border-top: 1px solid rgba(255, 255, 255, 0.08);
     padding: 20px 0;
     margin-top: 50px;
     font-size: 0.8rem;
 }

 footer p {
     color: #94a3b8;
 }

 footer img {
     height: 120px;
 }


 /* Gallery Page Filter Tabs */
 .nav-pills-custom .nav-link {
     border-radius: 50px;
     background: #F1F5F9;
     color: var(--dark-navy) !important;
     padding: 8px 22px !important;
     font-size: 0.85rem;
     margin: 0 4px 10px;
     border: 1px solid #E2E8F0;
 }

 .nav-pills-custom .nav-link.active {
     background-color: var(--primary-red) !important;
     color: #ffffff !important;
     border-color: var(--primary-red);
 }

 .gallery-item {
     position: relative;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
     margin-bottom: 24px;
 }

 .gallery-item img {
     width: 100%;
     height: 240px;
     object-fit: cover;
     transition: transform 0.4s ease;
 }

 .gallery-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(11, 25, 44, 0.75);
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     transition: opacity 0.3s ease;
     color: #ffffff;
     text-align: center;
     padding: 15px;
 }

 .gallery-item:hover img {
     transform: scale(1.1);
 }

 .gallery-item:hover .gallery-overlay {
     opacity: 1;
 }

 

 /* Floating Contact Button */
 .float-whatsapp {
     position: fixed;
     right: 25px;
     bottom: 25px;

     display: flex;
     align-items: center;
     justify-content: center;

     width: 58px;
     height: 58px;

     background: #25D366;
     color: #fff;

     border-radius: 50px;

     text-decoration: none;

     box-shadow: 0 10px 25px rgba(0, 0, 0, .25);

     overflow: hidden;

     transition: all .4s ease;

     z-index: 999;
 }

 .float-whatsapp i {
     font-size: 30px;
     min-width: 58px;
     text-align: center;
 }

 .float-whatsapp span {
     white-space: nowrap;
     max-width: 0;
     opacity: 0;
     overflow: hidden;

     font-size: 15px;
     font-weight: 600;

     transition: all .4s ease;
 }

 /* Hover Effect */

 .float-whatsapp:hover {

     width: 185px;

     color: #fff;

     justify-content: flex-start;

 }

 .float-whatsapp:hover span {

     max-width: 120px;

     opacity: 1;

     margin-right: 20px;

 }

 .float-whatsapp:hover i {

     animation: shake .6s;

 }

 @keyframes shake {

     0%,
     100% {
         transform: rotate(0deg);
     }

     20% {
         transform: rotate(-15deg);
     }

     40% {
         transform: rotate(15deg);
     }

     60% {
         transform: rotate(-10deg);
     }

     80% {
         transform: rotate(10deg);
     }

 }

 /*==========================
WHY SECTION
==========================*/

 .why-section {

     background: #f8fafc;
     position: relative;

 }

 .image-wrapper {

     position: relative;

     animation: float 5s ease-in-out infinite;

 }

 .main-img {

     border-radius: 25px;

     box-shadow: 0 30px 60px rgba(0, 0, 0, .18);

     width: 100%;

 }

 .choose-card {

     display: flex;

     gap: 18px;

     align-items: flex-start;

     background: #fff;

     padding: 20px;

     border-radius: 18px;

     box-shadow: 0 10px 25px rgba(0, 0, 0, .06);

     transition: .4s;

     height: 100%;

 }

 .choose-card:hover {

     transform: translateY(-10px);

     box-shadow: 0 20px 45px rgba(0, 0, 0, .15);

 }

 .choose-card .icon {

     width: 65px;

     height: 65px;


     border-radius: 50%;

     color: #fff;

     display: flex;

     justify-content: center;

     align-items: center;

     font-size: 24px;

     flex-shrink: 0;

 }

 .choose-card h5 {

     font-size: 18px;

     font-weight: 700;

     color: #0a264e;

     margin-bottom: 8px;

 }

 .choose-card p {

     margin: 0;

     color: #777;

     font-size: 14px;

 }

 .floating-box {

     position: absolute;

     background: #fff;

     padding: 15px 20px;

     border-radius: 15px;

     box-shadow: 0 15px 40px rgba(0, 0, 0, .15);

     display: flex;

     align-items: center;

     gap: 12px;

     animation: bounce 3s infinite;

     font-weight: 600;

 }

 .floating-box i {

     color: #d32f2f;

     font-size: 22px;

 }

 .one {

     top: 40px;

     left: -30px;

 }

 .two {

     right: -25px;

     bottom: 60px;

 }

 .experience-box {

     position: absolute;

     bottom: -20px;

     left: 40px;

     background: #d32f2f;

     color: #fff;

     width: 140px;

     height: 140px;

     border-radius: 50%;

     display: flex;

     flex-direction: column;

     justify-content: center;

     align-items: center;

     box-shadow: 0 20px 50px rgba(211, 47, 47, .4);

     animation: pulse 2s infinite;

 }

 .experience-box h2 {

     font-size: 42px;

     margin: 0;

     font-weight: 700;

 }

 .experience-box span {

     font-size: 14px;

 }

 @keyframes float {

     0%,
     100% {

         transform: translateY(0);

     }

     50% {

         transform: translateY(-12px);

     }

 }

 @keyframes bounce {

     0%,
     100% {

         transform: translateY(0);

     }

     50% {

         transform: translateY(-8px);

     }

 }

 @keyframes pulse {

     0% {

         transform: scale(1);

     }

     50% {

         transform: scale(1.05);

     }

     100% {

         transform: scale(1);

     }

 }

 @media(max-width:991px) {

     .one {

         left: 0;

     }

     .two {

         right: 0;

     }

     .experience-box {

         width: 110px;

         height: 110px;

         left: 20px;
         text-align: center;

     }

     .experience-box h2 {

         font-size: 32px;

     }

 }


 /*=============================
        BRAND SECTION
==============================*/

 .brand-section {

     background: #fff;
     position: relative;

 }

 .brand-card {

     height: 120px;
     background: #fff;

     border-radius: 18px;

     display: flex;
     align-items: center;
     justify-content: center;

     padding: 30px;

     border: 1px solid #ececec;

     box-shadow: 0 12px 35px rgba(0, 0, 0, .06);

     transition: .45s ease;

     position: relative;

     overflow: hidden;

 }

 /* Shine Effect */

 .brand-card::before {

     content: "";

     position: absolute;

     top: -120%;

     left: -50%;

     width: 45%;

     height: 320%;

     background: rgba(255, 255, 255, .6);

     transform: rotate(30deg);

     transition: .7s;

 }

 .brand-card:hover::before {

     left: 140%;

 }

 /* Hover */

 .brand-card:hover {

     transform: translateY(-12px);

     border-color: #d32f2f;

     box-shadow: 0 22px 55px rgba(211, 47, 47, .18);

 }

 /* Logo */

 .brand-card img {

     width: 100%;

     max-width: 250px;

     max-height: 150px;

     object-fit: contain;

     /* filter:grayscale(100%); */

     /* opacity:.75; */

     transition: .45s;

 }



 /* Owl */

 .brand-carousel .owl-stage {

     display: flex;
     align-items: stretch;

 }

 .brand-carousel .owl-item {

     display: flex;

 }

 .brand-carousel .item {

     width: 100%;
 }

 .brand-carousel .owl-dots {

     margin-top: 35px;

 }

 .brand-carousel .owl-dot span {

     width: 12px;
     height: 12px;
     border-radius: 50%;
     background: #d5d5d5 !important;

 }

 .brand-carousel .owl-dot.active span {

     width: 35px;

     border-radius: 30px;

     background: #d32f2f !important;

 }

 /* ======================================== */
 -----------
 /* index  Service Cards */
 -----------
 /* ========================================== */


 .service-card {
     display: flex;
     flex-direction: column;
     height: 100%;
     min-height: 480px;
     /* Adjust if needed */
     border-radius: 15px;
     transition: transform .35s ease, box-shadow .35s ease;
 }

 .service-card:hover {
     transform: translateY(-8px);
 }

 /* Image */

 .service-img-wrapper {
     height: 180px;
     overflow: hidden;
     border-radius: 12px;
 }

 .service-img-wrapper img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 /* Heading */

 .service-card h3 {
     min-height: 55px;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     font-size: 18px;
 }

 /* Description */

 .service-card p {
     min-height: 80px;
     margin-bottom: 0;
 }

 /* Button at Bottom */

 .service-card .btn,
 .service-card .btn-link {
     margin-top: auto;
 }


 /* Contact Banner */

 .contact-banner {
     position: relative;
     background: linear-gradient(rgba(10, 38, 78, 0.75),
             rgba(10, 38, 78, 0.75)),
         url("../img/contact-breadcrumbs.jpg") top center/cover no-repeat;

     min-height: 350px;

     display: flex;
     align-items: center;
     justify-content: center;

     overflow: hidden;
 }

 .breadcrumbs-heading {
     color: #fff;
     font-weight: 800;
     text-transform: uppercase;
     margin-bottom: 15px;
 }

 .breadcrumbs-para {
     color: rgba(255, 255, 255, .9);
     font-size: 18px;
     max-width: 650px;
     margin: auto;
 }


 /* =================== */
 /* ------- product ----- */
 /* ==================== */

 .product-banner {
     position: relative;
     background: linear-gradient(rgba(10, 38, 78, 0.75),
             rgba(10, 38, 78, 0.75)),
         url("../img/product-breadcrumbs.jpg") top center/cover no-repeat;

     min-height: 350px;

     display: flex;
     align-items: center;
     justify-content: center;

     overflow: hidden;
 }


 /* =================== */
 /* ------- Gallery  */
 /* ======================= */

 .gallery-banner {
     position: relative;
     background: linear-gradient(rgba(10, 38, 78, 0.75),
             rgba(10, 38, 78, 0.75)),
         url("../img/gallery-breadcrumbs.jpg") center center/cover no-repeat;

     min-height: 350px;

     display: flex;
     align-items: center;
     justify-content: center;

     overflow: hidden;
 }


 /* ===========================
----- About 
============================== */
 .about-banner {
     position: relative;
     background: linear-gradient(rgba(10, 38, 78, 0.75),
             rgba(10, 38, 78, 0.75)),
         url("../img/about-breadcrumbs.jpg") center center/cover no-repeat;

     min-height: 350px;

     display: flex;
     align-items: center;
     justify-content: center;

     overflow: hidden;
 }

 .terms-and-conditions a {
     color: #94a3b8;
     text-decoration: none;
 }

 @media (max-width:768px) {
     .about-construction {
         display: none;
     }
 }

 /*==========================
Privacy Policy
===========================*/

 .privacy-section {
     background: #f8f9fa;
 }

 .privacy-card {
     background: #fff;
     padding: 50px;
     border-radius: 18px;
     box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
 }

 .privacy-title {
     font-size: 38px;
     font-weight: 800;
     color: #0A264E;
     margin-bottom: 20px;
 }

 .policy-block {
     margin-top: 30px;
 }

 .policy-block h4 {
     font-size: 22px;
     font-weight: 700;
     color: #0A264E;
     margin-bottom: 12px;
 }

 .policy-block p {
     color: #6b7280;
     line-height: 1.9;
     margin-bottom: 0;
 }

 .contact-list {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .contact-list li {
     margin-bottom: 12px;
     color: #555;
     display: flex;
     align-items: flex-start;
 }

 .contact-list i {
     margin-top: 5px;
 }

 @media(max-width:767px) {

     .privacy-card {
         padding: 30px 20px;
     }

     .privacy-title {
         font-size: 30px;
     }

     .policy-block h4 {
         font-size: 20px;
     }

 }

 /*==========================
Terms & Conditions
===========================*/

 .terms-banner {
     position: relative;
     background: linear-gradient(rgba(10, 38, 78, 0.75),
             rgba(10, 38, 78, 0.75)),
         url("../img/terms.jpg") top center/cover no-repeat;

     min-height: 350px;

     display: flex;
     align-items: center;
     justify-content: center;

     overflow: hidden;
 }

 .terms-section {
     background: #f8f9fa;
 }

 .terms-card {
     background: #fff;
     padding: 50px;
     border-radius: 18px;
     box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
 }

 .terms-title {
     font-size: 38px;
     font-weight: 800;
     color: #0A264E;
     margin-bottom: 20px;
 }

 .terms-block {
     margin-top: 30px;
 }

 .terms-block h4 {
     font-size: 22px;
     font-weight: 700;
     color: #0A264E;
     margin-bottom: 12px;
 }

 .terms-block p {
     color: #6b7280;
     line-height: 1.9;
     margin-bottom: 0;
 }

 .contact-list {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .contact-list li {
     display: flex;
     align-items: flex-start;
     margin-bottom: 12px;
     color: #555;
 }

 .contact-list i {
     margin-top: 5px;
 }

 @media (max-width:767px) {

     .terms-card {
         padding: 30px 20px;
     }

     .terms-title {
         font-size: 30px;
     }

     .terms-block h4 {
         font-size: 20px;
     }

 }


 /* =========================
   PRELOADER
========================= */

 #preloader {
     position: fixed;
     inset: 0;
     background: #ffffff;
     z-index: 99999;
     display: flex;
     justify-content: center;
     align-items: center;
     transition: opacity .6s ease, visibility .6s ease;
 }

 #preloader.hide {
     opacity: 0;
     visibility: hidden;
 }

 .loader-content {
     text-align: center;
 }

 .loader-logo {
     width: 140px;
     max-width: 45vw;
     animation: logoBounce 1.5s ease-in-out infinite;
 }

 .loader-line {
     width: 180px;
     height: 5px;
     background: #ececec;
     border-radius: 30px;
     margin: 25px auto 15px;
     overflow: hidden;
 }

 .loader-line span {
     display: block;
     width: 45%;
     height: 100%;
     background: linear-gradient(90deg, #d40000, #0056b3);
     border-radius: 30px;
     animation: loading 1.4s linear infinite;
 }

 .loader-content p {
     font-size: 15px;
     color: #666;
     font-weight: 600;
     letter-spacing: 1px;
 }

 @keyframes loading {
     from {
         transform: translateX(-100%);
     }

     to {
         transform: translateX(320%);
     }
 }

 @keyframes logoBounce {

     0%,
     100% {
         transform: translateY(0);
     }

     50% {
         transform: translateY(-10px);
     }
 }


 /* Paragraph justify  */
 .why-section p,
 .footer-desc p,
 .about-desc p,
 .vision-desc p,
 .product-box p {
     text-align: justify;
 }

 .hero-badge img {
     height: 40px;
 }

 .container{
    max-width: 1300px;
 }