
body{min-width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    line-height: 1.51;
    background-color: #f6f8ff;
    color: #484848;
    overflow-x: hidden;
    text-size-adjust: none;}
    *,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}ol,ul,li,p,h1,h2,h3,h4,h5,h6,button{margin:0;padding:0;}a{text-decoration:none;color:inherit;}
    .clr-ffde67{color: #ffde67;}
    .clr-fff{color:#fff;}
    .clr-B42B00{color: #B42B00;}
    .clr-686868{color:#686868;}
    .font-sz-24px {font-size:24px}
    .font-sz-40px {font-size:40px;}
    .bebas-font{font-family: "Bebas Neue", sans-serif;line-height:1.2;letter-spacing: 1px}
        main{}
    .mrgn-btm-18px{margin-bottom:18px;}
    .fixed-blks-container{
      position: fixed;
      right: 20px;
      z-index: 15;
      display: none;
      flex-direction: column;
      gap: 16px;
      background-color: transparent;
      bottom: 50px;} 
      
      .fixed-blks-container-scrolled{display: flex;} 
      
      .fbc-item {width: 30px; height:30px; border-radius: 50%; background-color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;}
    .black-text-shadow{text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);}

    .contact-info-item {
      display: flex;
      margin-bottom: 30px;
    }

    .contact-info-icon {
      height: 70px;
      width: 70px;
      background-color: #fff;
      text-align: center;
      border-radius: 50%;
    }
    
    .contact-info-icon i {
      font-size: 30px;
      line-height: 70px;
    }
    
    .contact-info-content {
      margin-left: 20px;
    }
    
    .contact-info-content h4 {
      color: #1da9c0;
      font-size: 1.4em;
      margin-bottom: 5px;
    }

    p{margin-top:0;margin-bottom:16px;}
    .cmn-blr-blocks{
    background: rgb(253 253 253 / 45%);
    backdrop-filter: blur(10px);
    padding: 16px;
    border-radius: 24px;}
    table {
      width: 100%;
      border-collapse: collapse;
      margin: 20px 0;
      table-layout:fixed;
  }
  th, td {
      padding: 12px;
      border: 1px solid #ddd;
      text-align: left;
  }
  th {
      background-color: #B42B00;
      color: white;
  }
  ul {
      margin: 10px 0;
  }
  .cmn-cntnt-ul {
    padding-left: 20px;
}
  .highlight {
      background-color: #e6f3ff;
      padding: 15px;
      border-left: 5px solid #B42B00;
      margin: 10px 0;
  }
    .hdng-btm-ln{padding-bottom: 15px; position: relative;}
    .hdng-btm-ln:before{content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 55px;
        background-color: #111;}
    .hdng-btm-ln:after{content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 1px;
        width: 95%;
        max-width: 255px;
        background-color: #333;}
    .content-section{
    position: relative;
    padding:36px;
    }

    .cmn-shadow-blk{background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    -webkit-box-shadow: 6px 6px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 6px 6px 15px 0rgba(0, 0, 0, .1);}
    
    .black-bcgrnd-fade::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.36);
    z-index: 9;
    }
    .white-bcgrnd-fade-white::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);;
    z-index: 9;
    }
    .video-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Ensures the video covers the section */
      z-index: -1; /* Places the video behind the content */
    }
    
    .cntr-body{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 10;}
    
    .sd-2-sd-blks-cntnr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    }
    
    .sbsbc-blk-d50pr-m100pr{
    width: 50%;
    text-align:left;
    display: flex;
    flex-direction:column;
    justify-content: center;
    }

    .fixed-cards {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      --pcggap: 8px;
      --pcgcolumns: 3;
      gap: var(--pcggap);
    }
    
    .fixed-cards-item {
      display: flex;
      width: calc((100% / var(--pcgcolumns)) - var(--pcggap) + (var(--pcggap) / var(--pcgcolumns)));
    }
    .fixed-cards-item-card {
    padding: 16px;
    border-radius: 50% !important; /* 50% is more typical for circles */
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1; /* Ensures equal width and height */
  }

  .fixed-cards-item-card .srvs-card-img-blk:hover img {
    transform: none;
  }

  .cmn-4-cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    --pcggap: 16px;
    --pcgcolumns: 4;
    gap: var(--pcggap);
  }

  .cmn-4-cards .srvs-cards_item {
    background-color: white;
    border-radius: 1rem;
    -webkit-box-shadow: 6px 6px 15px 0 rgb(0 0 0 / 10%);
  box-shadow: 6px 6px 15px 0rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }

  .cmn-4-cards .srvs-card {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
    
    .srvs-cards {
          display: flex;
          flex-wrap: wrap;
          list-style: none;
          --pcggap: 16px;
          --pcgcolumns: 3;
          gap: var(--pcggap);
        }
        
        .srvs-cards_item {
          display: flex;
          width: calc((100% / var(--pcgcolumns)) - var(--pcggap) + (var(--pcggap) / var(--pcgcolumns)));
        }
        
        .srvs-card {
          background-color: white;
          border-radius: 1rem;
          -webkit-box-shadow: 6px 6px 15px 0 rgb(0 0 0 / 10%);
        box-shadow: 6px 6px 15px 0rgba(0,0,0,.1);
          display: flex;
          flex-direction: column;
          overflow: hidden;
        }
        .srvs-card-img-blk {
          position: relative;
          width: 100%;
          overflow: hidden;
        }
        .srvs-card-img-blk img{
          height: auto;
          width: 100%;
          display: block;
          transition: 0.3s all ease-in-out;
          margin: 0 auto;
        }
        .srvs-card-img-blk:hover img {
          transform: scale(1.2);
        }
    
        .srvs-card-body{
          padding: 16px;
          display: flex;
          flex: 1 1 auto;
          flex-direction: column;
        }
        
        .srvs-card_content {
          background: #ffffff;
          display: flex;
          flex: 1 1 auto;
          flex-direction: column;
        }
        
        .srvs-card_title{
          position: absolute;
          padding: 16px;
          bottom: 0;
          color: #fff;
          font-size: 1.5625rem;
          font-weight: 700;
          letter-spacing: 1px;
          text-transform: capitalize;
        }
    
        @media (max-width: 968px) {
          .cmn-4-cards .srvs-cards_item{--pcgcolumns: 3;}
      .srvs-cards {
          --pcgcolumns: 2;
        }
        
        .srvs-cards_item {
          width: calc((100% / var(--pcgcolumns)) - var(--pcggap) + (var(--pcggap) / var(--pcgcolumns)));
    }}
    
    @media (max-width: 800px) {
      .cmn-4-cards .srvs-cards_item{width: 100%S;}
    .content-section{
    position: relative;
    padding:24px 16px;
    }
      .sd-2-sd-blks-cntnr{
        flex-direction:column;
      }
      .sbsbc-blk-d50pr-m100pr{
        width: 100%;
      }
        
        .srvs-cards_item {
          display: flex;
          width: 100%;
    }}
    
    

.navigation {
    height: 70px;
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 11;
    transition: background 0.3s ease; /* Smooth background transition */
}

.nav-scrolled .nav-logo-img {
  filter: none; /* Increases brightness to simulate white */
}

.nav-scrolled {
    background: #fff !important; /* White background when scrolled */
}

/* Ensure text and icons are readable on white background */
.nav-scrolled .brand a,
.nav-scrolled .brand a:visited,
.nav-scrolled .nav-list li a,
.nav-scrolled .nav-list li a:visited {
    color: #000 !important; /* Black text for contrast */
}

.nav-scrolled .nav-list li a:hover {
    background: #B42B00;
    color: #fff !important; /* Keep hover styles consistent */
}

.nav-scrolled #nav-toggle span,
.nav-scrolled #nav-toggle span:before,
.nav-scrolled #nav-toggle span:after {
    background: #000 !important; /* Black hamburger icon for contrast */
}


.nav-scrolled #nav-toggle.active span:before,
.nav-scrolled #nav-toggle.active span:after {
    background: #000 !important; /* Black hamburger icon for contrast */
}

.nav-scrolled #nav-toggle.active span {
    background: transparent !important;
}

.nav-logo-a {}
.nav-logo-blk {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-logo-img {
    padding-right: 15px;
    max-width: 140px;
    filter: brightness(0) invert(1);
}

/* Logo and branding */
.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Container with no padding for navbar */
.nav-container {
    max-width: 1300px;
    margin: 0 auto;
}

.nav-container::after {
    content: '';
    display: table;
    clear: both;
}

/* Navigation */
nav {
    float: right;
}

nav::after {
    content: '';
    display: table;
    clear: both;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list li {
    float: left;
    position: relative;
list-style: none;
}

.nav-list li a,
.nav-list li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    color: #ffffff;
    text-decoration: none;
}

.nav-dropdown a,
.nav-dropdown a:visited {
    color: #000 !important;
}

.nav-list li a:hover {
    background: #B42B00;
    color: #ffffff;
}

.nav-list li a:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

/* Dropdown list */
.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-dropdown li {
    min-width: 190px;
    list-style: none;
}

.nav-dropdown li a {
    padding: 15px;
    line-height: 20px;
    color: #ffffff;
    background: #fff;
}

.nav-dropdown li a:hover {
    background: #B42B00;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }

    .nav-list {
        display: none;
        background-color: #fff;
    }

    .nav-list li {
        float: none;
    }

    .nav-list li a {
        padding: 15px;
        line-height: 20px;
        color: #000 !important;
    }

    .nav-list li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }

    /* Ensure mobile nav background is white when scrolled */
    .nav-scrolled .nav-mobile {
        background: #fff !important;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 8px;
    height: 3px;
    width: 26px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -8px;
}

#nav-toggle span:after {
    bottom: -8px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/* Page content */
article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}



.stats-container {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 30px auto;
  }
  
  .stats-container .stat {
    background: #c31432;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #240b3600, #c314142b);
  background: linear-gradient(to right, #240b3600, #c314142b);
  color: #B42B00;
    padding: 24px;
    text-align: center;
    border-radius:25px;
  }
  
  .stats-container .stat .coounter-blk {
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
  }
  
  .stats-container .stat .type {
    font-size: 20px;
  }
  
  @media (max-width: 700px) {
    .stats-container {
      grid-template-columns: 1fr;
    }
  }




.owl-carousel .owl-stage {
    display: flex; /* Ensure cards align in a flex container */
}

.owl-carousel .owl-item {
    display: flex; /* Make each item a flex container */
    flex: 1 0 auto; /* Allow items to grow and shrink */
}

.testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 6px 6px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 6px 6px 15px 0rgba(0, 0, 0, .1);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.testimonial-comment {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    flex-grow: 1; /* Allow comment to grow to fill space */
    margin-bottom: 16px; /* Ensure consistent spacing */
}

/* Owl Carousel Custom Styles */
.owl-carousel .owl-nav {
    display: none; /* Hide arrows */
}

.owl-carousel .owl-dots {
    display: flex; /* Use flexbox for horizontal alignment */
    justify-content: center; /* Center dots horizontally */
    align-items: center; /* Align vertically */
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    background: #808080 !important; /* Grey for inactive dots */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: background 0.3s ease;
    cursor: pointer; /* Indicate clickable */
    width: 8px;
    height: 8px;
}

.owl-carousel .owl-dot span{
  width: 0 !important;
  height: 0 !important;
}

.owl-carousel .owl-dot.active {
    background: #B42B00 !important; /* Blue for active dots */
    width: 13px;
    height: 13px;
}



.footer-container {
    background: linear-gradient(to right, #ff6e881c, #ffffff);
    color: #000;
  }
  
  .footer {
  }
  
  .footer-content {
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 45px;
    padding:16px
  }
  
  .newsletter {
    background: #ffffff;
    padding: 30px;
    text-align: center;
  }
  
  .newsletter h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  
  .newsletter-form {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    gap: 5px;
  }
  
  .newsletter-input {
    height: 50px;
    border: 2px solid #cdcdcd;
    flex: 1;
  }
  
  .newsletter-btn {
    height: 50px;
    padding: 0 20px;
    background: #ffffff;
    color: #ffffff;
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .newsletter-btn:hover {
    background: #ffffff;
    color: #fff;
  }
  
  .footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .footer-column {
    flex: 1;
  }
  
  .footer-about,
  .footer-links,
  .footer-contact {
    margin-bottom: 30px;
  }
  
  .footer-about h3,
  .footer-links h3,
  .footer-contact h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .footer-logo-blk{max-width: 150px}
  .footer-logo-blk img{width: 100%}
  
  .footer-links a,
  .footer-contact p {
    margin-bottom: 10px;
    display: block;
    color: #1a1a1a;
    transition: 0.3s;
  }
  
  .footer-links a:hover,
  .footer-contact p:hover {
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    /* or 267% */
    letter-spacing: -0.03em;
    text-decoration-line: underline;
  
    color: #B42B00;
  }
  
  .footer-social a {
    display: inline-block;
    margin-right: 15px;
    color: #B42B00;
  }
  
  .footer-social a:hover {
    color: #dddddd;
  }

  .ftr-sd-icn {padding-right: 10px; color: #383838;}
  
  .footer-copyright {
    background-color: #ebebeb;
    text-align: center;
    padding: 30px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-copyright p {
    max-width: 1300px;
    margin: 0 auto;
  }
  
  .footer-copyright a {
    color: #4c5166;
    text-decoration: none;
    font-weight: 500;
  }
  
  .footer-copyright a:hover {
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .footer-row {
      flex-direction: column;
    }
  }
  