
*
{
  margin: 0px;
  padding: 0px;
}
body{
font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}
.top-bar {
      background-color: #000000 !important;
      color: white;
      font-size: 14px;
    }
    .top-bar i {
      margin-right: 5px;
    }
    .top-bar .social-icons a {
      color: white;
      margin-left: 15px;
      font-size: 16px;
    }


    .navbar-nav .nav-link {
      font-weight: 600;
      font-size: 16px;
      color: rgb(0, 0, 0);
      margin: 12px;
    }

.mega-center-menu {
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px; /* ya jitni chhoti ya badi chahiye */
} 
    .dropdown-menu a {
      text-transform: none;
      
    }
    .request-quote-btn {
      background-color: #d1a132 ;
      color: white;
      font-weight: bold;
      padding: 10px 20px;
      border-radius: 5px;
      text-transform: uppercase;
      text-decoration: none;
    }
    .request-quote-btn:hover {
      background-color: #ffffff;
      color: rgb(3, 98, 36);
    }
    .mega-menu {
      width: 100%;
      max-width: 600px;
      padding: 20px;
      background-color: #c8c8c8;
      box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
      left: 50% !important;
      transform: translateX(-50%) !important;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 1000;
    }
    .dropdown:hover .mega-menu {
      opacity: 1;
      visibility: visible;
      display: block;
    }
    .mega-menu .row > div {
      margin-bottom: 15px;
    }
    .mega-menu .col-md-4.bg-light {
      background-color: #f8f9fa;
      padding: 15px;
      border-radius: 4px;
      height: 100%;
    }
    .mega-menu .row {
      height: 100%;
    }


.dropdown-menu .dropdown-item {
  padding: 6px 12px;
  font-size: 16px;
}


  @media (max-width: 992px) {
    .navbar-nav .nav-link{
      padding: 0.5rem 1rem;

    }
  }

  
  
    @media (max-width: 992px) {
      .dropdown:hover .mega-menu {
        position: static;
        transform: none !important;
        left: 0 !important;
        width: 100%;
        opacity: 1;
        visibility: visible;
        display: block;
        box-shadow: none;
        padding: 10px;
      }
      .mega-menu .col-md-4 {
        width: 100%;
        margin-bottom: 15px;
      }
    }

     @media (max-width: 992px) {
    .sec-title .title{
margin-top: 70px;
    }
    }


.mega-center-menu {
  left: 50% !important;
  transform: translateX(-50%);
  width: 600px;
  max-width: 95vw;
}

/* Style the View All Products button */
.mega-center-menu .btn-primary {
  padding: 6px 20px;
  font-size: 14px;
  border-radius: 25px;
}

@media (max-width: 767.98px) {
  .mega-center-menu {
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 0.5rem; /* thoda spacing niche dikhane ke liye */
    border-radius: 0;
    box-shadow: none;
  }

  .mega-center-menu .row {
    flex-direction: column;
  }

  .mega-center-menu .col-6,
  .mega-center-menu .col-md-6 {
    width: 100%;
  }
}

@media (max-width: 992px) {
    .navbar-nav .nav-link {
      margin: 0px;
    }
  }


    .carousel-item {
      height: 100vh;
      background-size: cover;
      background-position: center;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .carousel-caption {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 30px;
      border-radius: 8px;
      animation: fadeIn 2s ease-in-out;
    }
    .carousel-caption h1 {
      font-size: 3rem;
      font-weight: bold;
      color: white;
      animation: fadeInDown 1s ease-in-out;
    }
    .carousel-caption p {
      font-size: 1.2rem;
      color: white;
      animation: fadeInUp 1.5s ease-in-out;
    }
    .carousel-caption .btn {
      margin-top: 20px;
      padding: 12px 25px;
      font-size: 16px;
      animation: fadeIn 2s ease-in-out;
    }

    @keyframes fadeInDown {
      from { opacity: 0; transform: translateY(-30px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    /* Banner styles */
    .carousel-item {
      height: 100vh;
      background-size: cover;
      background-position: center;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .carousel-caption {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 30px;
      border-radius: 8px;
      animation: fadeIn 2s ease-in-out;
    }
    .carousel-caption h1 {
      font-size: 3rem;
      font-weight: bold;
      color: white;
      animation: fadeInDown 1s ease-in-out;
    }
    .carousel-caption p {
      font-size: 1.2rem;
      color: white;
      animation: fadeInUp 1.5s ease-in-out;
    }
    .carousel-caption .btn {
      margin-top: 20px;
      padding: 12px 25px;
      font-size: 16px;
      animation: fadeIn 2s ease-in-out;
    }

    @keyframes fadeInDown {
      from { opacity: 0; transform: translateY(-30px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }


    /* Slider Container */
.slider-container {
    position: relative;
    width: 100%;
    height: 500px; 
    overflow: hidden;
  }

/* Slider Wrapper for smooth transitions */
.slider-wrapper {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out; /* Smooth slide transition */
}

/* Individual Slide Styling */
.slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; 
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
}

.slide-content {
    position: relative;
    z-index: 2; 
    max-width: 800px; 
    padding: 0 20px;
}

.slide-content h1 {
    font-size: 48px; 
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7); 
}

.slide-content p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.5;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

/* Contact Us Button */
.contact-us-btn {
      background-color: #d1a132 ;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-block; 
    text-transform: uppercase;
}

.contact-us-btn:hover {
    background-color: #ffffff; 
      color: rgb(3, 98, 36);
}

/* Slider Navigation Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5); 
    color: #fff;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.slider-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Slider Dots */
.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.dot.active {
    background-color: #fff;
    transform: scale(1.2);
}




/* Responsive Adjustments (Example) */
@media (max-width: 768px) {
    .slider-container {
        height: 400px;
    }

    .slide-content h1 {
        font-size: 36px;
    }

    .slide-content p {
        font-size: 16px;
    }

    .contact-us-btn {
        padding: 12px 25px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .slider-container {
        height: 300px;
    }

    .slide-content h1 {
        font-size: 28px;
    }

    .slide-content p {
        font-size: 14px;
    }

    .slider-arrow {
        padding: 10px;
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
}




/* Keyframe for fading in and moving up */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Keyframe for zooming in */
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Keyframe for a subtle background zoom effect */
@keyframes backgroundZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}


/* Apply animations to elements within the active slide */
.slide-content .animate-text,
.slide-content .animate-btn {
    opacity: 0;
}

/* When a slide is active, trigger animations */
.slide.active .slide-content .animate-text {
    animation: fadeInUp 0.8s ease-out forwards;
}

.slide.active .slide-content .animate-btn {
    animation: zoomIn 0.6s ease-out forwards;
}

/* Animation delays for sequential appearance */
.slide.active .slide-content .delay-1 {
    animation-delay: 0.3s;
}

.slide.active .slide-content .delay-2 {
    animation-delay: 0.6s;
}


.slide.active {
    animation: backgroundZoom 8s ease-in-out forwards; 
    background-size: cover; 
    background-position: center; 
}


.slide:not(.active) {
    animation: none; 
    transform: scale(1); 
}

.slider-wrapper {
    transition: transform 0.5s ease-in-out;
}
/*about*/

        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
     

.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color:#dc3545;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:35px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #de3545;
}

.btn-style-one:hover{
  background-color: #de3545;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 15px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
 
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
  text-align: justify;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid #dc3545;
}

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
}

/*blog*/
.card-section h2 {
    position: relative;
    display: block;
    font-size: 35px;
    text-align: center;
    line-height: 1.28em;
    color: #dc3545;
    font-weight: 600;
    padding-bottom: 18px;
}


/*product*/

.display-6{
    position: relative;
    display: block;
    font-size: 35px;
    text-align: cente;
    line-height: 1.28em;
color: #dc3545;
    font-weight: 600;
font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 18px;
}

/*flag*/
.custom-slider-title {
      text-align: center;
      color: white;
      font-size: 2rem;
      padding: 40px 0 20px;
    }

    .flag-slider-wrap {
      width: 100%;
      overflow: hidden;
      position: relative;
      padding: 55px 0;
    }
.flag-slider-wrap h2{
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  color: #dc3545;
}
    



    
    .flag-slider-track {
      display: flex;
      width: fit-content;
      margin-top: 50px;
      animation: flagScroll 25s linear infinite;
    }

    .flag-box {
      width: 140px;
      background: #F4F4F6;
      border-radius: 12px;
      padding: 10px;
      margin: 0 15px;
      text-align: center;
      transition: transform 0.3s, box-shadow 0.3s;
     
    }

    .flag-box:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .flag-box img {
      width: 100%;
      height: 60px;
      object-fit: cover;
      border-radius: 6px;
    }

    .flag-country-name {
      margin-top: 8px;
      font-weight: bold;
      color: #333;
      font-size: 0.95rem;
    }

    @keyframes flagScroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    @media (max-width: 768px) {
      .flag-box {
        width: 100px;
        margin: 0 10px;
      }

      .flag-country-name {
        font-size: 0.75rem;
      }
    }



    /*counter*/
     .counter-box {
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    background-color: #dc3545;
    /* Bootstrap Primary Blue */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    color: #fff;
    /* White text */
  }

  .counter-box:hover {
    transform: scale(1.05);
  }

  .counter-icon {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
  }

  .counter-number {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
  }

  .counter-label {
    font-size: 18px;
    color: #fff;
  }

  .counter-box p {
    color: #ffffff !important;
    /* end */
  }
    /*flag end*/
     /*faq*/
       .faq-section {
      max-width: 100%;
      margin: 60px auto;
      padding: 30px;
      background: #F4F4F6;
      border-radius: 12px;
    }

    .faq-section h2 {
      text-align: center;
      margin-bottom: 30px;
      color: #333;
      font-size: 2.2rem;
    }

    .faq-box {
      border-bottom: 1px solid #ddd;
      padding: 15px 0;
      cursor: pointer;
      margin: auto;
      width: 85%;
      transition: all 0.3s ease;
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 600;
      font-size: 1.1rem;
      color: #222;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease;
      color: #555;
      font-size: 0.98rem;
      padding-right: 25px;
    }

    .faq-box.active .faq-answer {
      max-height: 500px;
      padding-top: 10px;
    }

    .faq-icon {
      font-size: 1.4rem;
      transition: transform 0.3s;
    }

    .faq-box.active .faq-icon {
      transform: rotate(45deg);
      color: #28a745;
    }

    @media(max-width: 600px) {
      .faq-question {
        font-size: 1rem;
      }
      .faq-section {
        padding: 20px;
      }
    } 


      #particles-bg {
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
    }

    .content {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 100px 20px;
    } 


    /*product-card*/
    .product-box {
  position: relative;
  overflow: hidden;
  background: #F4F4F6;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
  z-index: 1;
}

.product-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* Animated Borders */
.product-box::before,
.product-box::after {
  content: "";
  position: absolute;
  background-color: #dc3545;
  transition: all 0.4s ease;
  z-index: 2;
}

.product-box::before {
  height: 2px;
  width: 0;
  left: 0;
  bottom: 0;
}

.product-box::after {
  width: 2px;
  height: 0;
  right: 0;
  top: 0;
}

.product-box:hover::before {
  width: 100%;
}

.product-box:hover::after {
  height: 100%;
}

     .product-box :hover{

     }

    .product-box img {
      width: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
     
    }

    .product-box:hover img {
      transform: scale(1.1);
    }

    .product-content {
      padding: 20px;
      text-align: center;


    }

    .product-content h5 {
      font-size: 1.4rem;
      margin-bottom: 10px;
    }
 .product-content h5 a{
  color: black;
 }
    .view-btn {
      background: #dc3545;
      color: #fff;
      border: none;
      padding: 10px 60px;
      font-size: 0.9rem;
      border-radius: 30px;
      transition: 0.3s ease;
      opacity: 0;
      transform: translateY(20px);
    }
.view-btn a{
  text-decoration: none;
  color:white;
}
    .product-box:hover .view-btn {
      opacity: 1;
      transform: translateY(0);
    }

    .view-btn:hover {
      background: #b42634;
    }


    .btn{
      background-color: #bd0514;
      color: white;
      border: none;
    }
    .btn:hover{
      background-color: #aa0916;
      border: none;
      color: white;
    }


    /*testimonial*/
     .custom-testimonial-section {
  background: linear-gradient(to right, #f1f4f9, #ffffff);
}

.testimonial-card {
  background: #fff;
  border-left: 4px solid #dc3545;
  transition: all 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  border-color: #07822a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-title a{
color: black;
}
/*footer*/
.bi-telephone-fill::before {
  
    color: #dc3545;
}
.bi-envelope-fill::before {
   
        color: #dc3545;

}
  .footer-link {
      color: #ccc;
      text-decoration: none;
      display: block;
      margin-bottom: 6px;
      transition: 0.3s;
    }

    .footer-link:hover {
      color: #fff;
      transform: translateX(5px);
    }

    .footer .btn-outline-light:hover {
      background-color: #fff;
      color: #000;
    }

    .footer .d-flex {
      margin-top: 15px;
    }