* {
    margin: 0;
    box-sizing: border-box;
}

header {
    .top-header {
        padding: 5px 10px;
        background-color: rgb(243, 243, 243);
        font-weight: 500;

        a {
            text-decoration: none;
            color: #000;
            font-size: 16px;
            margin: 0 10px;
        }
        .active {
          color:#2C3E50;
          font-weight: 800;
        }
        span {
            font-size: 16px;
            margin: 0 10px;
        }
        img {
            width: 20px;
            margin-right: 5px;
        }

    }

    .mid-header {
        .navbar {
            background-color: #2C3E50 !important;
            
            .navbar-toggler {
                border-color: rgb(243, 243, 243); /* Change the border color */
            }
            
            /* Change the icon (lines) color of the toggle button */
            .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='rgb(243, 243, 243)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
            }

            .navbar-brand {
                img {
                    max-width: 150px;
                }
            }
            .offcanvas {
                background-color: #2C3E50;
                .offcanvas-title {
                    img {
                        max-width: 150px;
                    }
                }
                .offcanvas-body {
                    form {
                        width: 100%;
                        margin: 0 10px;
                        .input-group {
                            .input-group-text {
                                border: none;
                                border-top-left-radius: 50px !important;
                                border-bottom-left-radius: 50px !important;
                                background-color: rgb(243, 243, 243);

                                img {
                                    width: 20px;
                                }
                            }
                            input {
                                border: none;
                                border-top-right-radius: 50px !important;
                                border-bottom-right-radius: 50px !important;
                                background-color: rgb(243, 243, 243);
                            }
                        }
                        button {
                            background-color: rgb(243, 243, 243);
                            border-radius: 100%;
                        }
                    }

                    .btn-group {
                        width: 100%;
                        background-color: rgb(243, 243, 243);
                        border-radius: 0;
                        border: none;

                        .active {
                            border-radius: 0;
                            border: none;
                            background-color: #2C3E50;
                            color: #fff;
                            box-shadow: 10px 14px 21px -16px lightblue;
                        }

                        a {
                            border-bottom: lightblue;
                        }
                    }

                    .mvn, .mvn2 {
                        ul {
                            list-style-type: none;
                            padding: 0;
                            margin: 0;

                            li {
                                border-bottom: 0.1px solid rgb(106, 103, 103);
                                padding: 10px 0;
                                box-shadow: -5px 15px 6px -13px lightblue;
                            }
                        }
                        a {
                            margin-left: 15px;
                            text-decoration: none !important;
                            color: #fff;
                            
                            img {
                                width: 15px;
                            }
                        }
                    }
                }
            }
        }
    }

    .bottom-header {
        padding: 5px 10px;
        background-color: #2C3E50 !important;
        color: whitesmoke;
        font-weight: 300;

        p {
            a {
                text-decoration: none;
                color: whitesmoke;
                font-size: 14px;
                margin: 0 12px;
                font-weight: 400;
            }
            .active {
              color: gold !important;
            }
            img {
                width: 15px;
                margin-right: 2px;
                margin-bottom: 4px;
            }
        }

    }

    @media screen and (max-width: 991px) {
        .top-header, .bottom-header {
          display: none;
        }
    }
    @media screen and (min-width: 991px) {
        .mvn, .mvn2, .btn-cat {
            display: none !important;
        }
    }
}

.carousel-section {
  video {
    width: 100% !important;
    // height: 100%;
    height: 69vh;
    background-color: #212020;
  }
  // @media screen and (max-width: 450px) {
  //   video {
  //     min-height: 69vh;
  //   } 
  // }
  img {
    height: 70vh !important;
    width: 100%;
  }
  .carousel-control-prev-icon {
    background-color: #2C3E50;
    border-radius: 50px;
    background-size: 25px;
  }
  .carousel-control-next-icon {
    background-color: #2C3E50;
    border-radius: 50px;
    background-size: 25px;
  }
  
  .carousel-item {
    .row {
      background-color: rgb(243, 243, 243);

      .col-4 {
        display: block;
        margin: auto;
        padding: 5%;
        text-align: center;

        h5 {
          line-height: 1.2;
          font-size: 30px;
          color: #2C3E50;
          text-align: left;
        }
        p {

        }
      }
    }
  }

  @media screen and (max-width: 991px) {
    img {
      height: 60vh !important;
    }
    video {
      height: 59vh;
    } 
  }

  .c-btn {
    background-color: #2C3E50;
    padding: 10px 20px;
    text-align: left;
    float: left;
    color: #fff;
    font-size: 20px !important;
    font-weight: 600;
  }
  .c-btn:hover {
    background-color: gold;
  }
}

.category-section {
  .content {
    text-align: center;
    padding: 5% 0;

    p {
      color: #6c6c6c;
      letter-spacing: 1px;
    }

    .card {
      margin: auto;
      max-width: 250px;
      border: none;
      overflow: hidden;
      position: relative;

      .card-img {
        border-radius: 100%;
        padding: 5px;

        img {
          border-radius: 100%;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.19);
          width: 100%;
          margin: auto;
          transition: transform 0.3s ease-in-out;
        }
  
        img:hover {
          transform: scale(1.05);
        }
      }

      .card-body {
        p {
          font-size: 14px;
        }
      }
    }
  }
}

.paroduct-cat-section {
  background-color: rgb(243, 243, 243);
  padding: 50px 20px;
  .product-cat-header {
    .custom-scroll {
      max-height: 1px !important; /* Set the desired scrollable height */
      overflow-y: scroll !important; /* Always show the vertical scroll bar */
      overflow-x: auto !important; /* Horizontal scroll if needed */
    }

    table {
      border: none !important;
      background-color: rgb(243, 243, 243);

      th {
        background-color: rgb(243, 243, 243);
        border: none !important;
        position: relative; /* Ensure the pseudo-element is positioned relative to the th element */
        cursor: pointer;
        color: #6c6c6c; /* Default color */
        transition: color 0.3s ease; /* Smooth color transition */
      
        &:hover {
          color: #000; /* Change text color on hover */
        }
      
        /* Pseudo-element for the underline */
        &::after {
          content: ''; /* Necessary for the pseudo-element */
          position: absolute;
          left: 0;
          bottom: 0; /* Place it at the bottom of the text */
          width: 0; /* Start with no width */
          height: 2px; /* Thickness of the underline */
          background-color: #2C3E50; /* Underline color */
          transition: width 0.3s ease; /* Smooth animation for width */
        }
      
        /* On hover, animate the underline */
        &:hover::after {
          width: 100%; /* Expand to full width */
        }
      }
      
    }
  }

  .product-cat-body {
    .card {
      padding: 10px;
      border: none;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 10px;
      width: 100%;

      .discount {
        position: absolute;
        top: 5%;
        left: 8%;
        font-weight: 600;
        background-color: #2C3E50;
        border-radius: 20px;
        color: #fff;
        font-size: 12px;
        padding: 5px 10px;
        z-index: 999;
      }

      a {
        margin: auto;
        position: relative;
      }
      img {
        border-radius: 10px;
        width: 100%;
        height: 200px;
        max-width: 230px;
        max-height: 200px;
        margin: auto;
      }

      .card-body {
        p {
          color: #6c6c6c;
          font-size: 14px;
        }
        .card-price {
          span {
            color: #2C3E50;
            font-weight: 600;
          }
        }
        .btn {
          background-color: #2C3E50;
          color: #fff;
          border-radius: 20px;
          width: 100%;
          position: relative;
        }
        .btn:hover {
          top: -1px;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          background-color: #fff;
          color:#2C3E50;
        }
      }
    }
  }

  @media screen and (max-width: 450px) {
    .product-cat-body {
      .card {
        padding: 0px;
        padding-top: 5px;

        .btn {
          border-radius: 5px !important;
          margin: 0px !important;
          margin-top: -10px !important;
        }

        .card-body {
          p {
            font-size: 12px;
            margin-top: -5px !important;
          }
          .card-price {
            margin-top: -10px !important;
          }
        }
      }
    }
  }
}
@media screen and (max-width: 450px) {
  .paroduct-cat-section {
    padding: 30px 5px;
  }
}

.rule-section {
  padding: 50px 20px;

  img {
    width: 100%;
  }

  p {
    font-weight: 600;
  }

  ul {
    li {
      color: #6c6c6c;
      font-size: 14px;
    }

    ::marker {
      color: red !important;
    }
  }

  video {
    border-radius: 50%;
    width: 100%;
    // max-height: 200px;
  }
}

.testimonial-section {
  background-color: rgb(243, 243, 243);
  text-align: center !important;
  padding: 5%;

  h2 {
    color: #2C3E50;
  }

  .carousel-item {
    background-color: #2C3E50;
    border-radius: 20px;
    padding: 5%;

    .c-img {
      width: 100px !important;
    }
    h5 {
      color: #fff;
    }
    p {
      max-width: 600px !important;
      margin: auto;
      color:#cfcfcf;
      img {
        width: 20px;
        margin-bottom: 20px;
      }
    }
  }
}

.page-heading-section {
  .breadcamp {
    position: relative;
    .breadcamp-img {
      img {
        width: 100%;
      }
    }

    @media screen and (max-width: 500px) {
        .breadcamp-img {
          .big {
            display: none;
          }
        }
    }
    @media screen and (min-width: 500px) {
        .breadcamp-img {
          .small {
            display: none;
          }
        }
    }

    .breadcamp-title {
      position: absolute;
      top: 40%;
      left: 5%;
      h2 {
        color: #fff;
        background-color: #9a8b7cba;

        img {
          width: 30px;
          margin-right: 10px;
          margin-bottom: 5px;
        }
      }
    }
  }
}

.address-section {
  background-color: rgb(243, 243, 243);
  .content {
    padding: 5%;

    .address-icon {
      background-color: whitesmoke;
      border-radius: 50%;
      border: 3px solid #2C3E50;
      padding: 10px;
      width: 150px;
    }

    p {
      color: rgb(134, 134, 134);

      img {
        width: 20px;
      }
    }
  }
}

.contact-form {
  background-color: rgb(243, 243, 243);
  padding: 5%;
  padding-top: 0;

  form {
    margin-top: 20px;
    input, textarea {
      border: 0.5px solid lightgray;
      width: 100%;
      border-radius: 20px;
      font-size: 14px;
      padding: 10px 20px;
      color: darkgrey;
    }
    .btn {
      background-color: #2C3E50;
      color: #fff;
      width: 100%;
    }
  }
}

.about-section {
  background-color: rgb(243, 243, 243);
  padding: 5%;
  img {
    width: 100%;
    border-radius: 10px;
  }

  p {
    text-align: justify;
    color: rgb(93, 92, 92);
    font-weight: 300;
  }

  .wov {
    margin-top: 50px;

    video {
      width: 100%;
      border-radius: 5px;
    }
  }

  .content {
    padding: 5%;
  }

  h2, h3 {
    color: #2C3E50;
  }
}

.back-to-top-btn {
  position: fixed;
  z-index: 999;
  bottom: 30px;
  right: 10px;
  display: none;
  
  img {
    width: 50px;
    cursor: pointer;
  }
}

.click-to-whatsapp {
  position: fixed; 
  z-index: 999;
  bottom: 80px;
  right: 10px;

  img {
    background: transparent !important;
  }
}

.click-to-call {
  position: fixed; 
  z-index: 999;
  bottom: 135px;
  right: 15px;
  background-color: gold;
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0px 0px 11px -2px rgb(0, 0, 0);

  img {
    background: transparent !important;
    width: 30px;
  }
}

.product-details-section {
  .content {
    background-color: #fff;
    .path {
      padding: 10px 20px;
      font-size: 14px;
      a {
        text-decoration: none;
        font-weight: 300;
        color: rgb(119, 119, 119);
      }
    }

    .product-detail {
      .product-img {
        padding: 5%;
        position: relative;

        span {
          position: absolute;
          top: 5%;
          right: 5%;
          font-weight: 600;
          background-color: #2C3E50;
          border-radius: 20px;
          color: #fff;
          font-size: 12px;
          padding: 5px 10px;
        }
        img {
          width: 100%;
        }
      }
    }
    .product-content {
      padding: 5%;
      display: block;
      margin: auto;

      .product-feature {
        margin-top: 20px;
        margin-bottom: 40px;
        ul {
          li {
            color: rgb(119, 119, 119);
            font-weight: 300;
            letter-spacing: 1px;
            font-size: 14px;
            margin-bottom: 5px;
          }
        }
      }

      .product-rates {
        h3 {
          .product-mrp {
            color: rgb(119, 119, 119);
            font-weight: 300;
            margin-right: 15px;
          }
          .product-price {
            color: #2C3E50;
            font-weight: 600;
          }
        }
      }
    }
  }
}

.truncate {
  display: -webkit-box;            /* Ensures compatibility with webkit browsers */
  -webkit-box-orient: vertical;    /* Defines the box orientation */
  -webkit-line-clamp: 2;           /* Sets the maximum number of lines to 4 */
  overflow: hidden;                /* Hides overflow content */
  text-overflow: ellipsis;         /* Adds '...' for truncated text */
  line-height: 1.5em;              /* Adjust line height */
  min-height: 3em;                 /* Ensures at least 2 lines (2 * line-height) */
  max-height: 6em;                 /* Ensures no more than 4 lines (4 * line-height) */
}

.terms-section {
  .content {
    padding: 5%;

    h6 {
      text-decoration: underline;
    }

    p {
      color: #6c6c6c;
    }
  }
}

footer {
    background: #2C3E50;
    position: relative;

    ul {
        margin: 0px;
        padding: 0px;
    }
    .footer-cta {
      border-bottom: 1px solid #373636;
    }
    .single-cta i {
      color: #000000;
      font-size: 30px;
      float: left;
      margin-top: 8px;
    }
    .cta-text {
      padding-left: 15px;
      display: inline-block;
    }
    .cta-text h4 {
      color: #e6c305;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 2px;
    }
    .cta-text span {
      color: #c6c6c6;
      font-size: 15px;
    }
    .footer-content {
      position: relative;
      z-index: 2;
    }
    .footer-pattern img {
      position: absolute;
      top: 0;
      left: 0;
      height: 330px;
      background-size: cover;
      background-position: 100% 100%;
    }
    .footer-logo {
      margin-bottom: 30px;
    }
    .footer-logo img {
        max-width: 200px;
    }
    .footer-text p {
      margin-bottom: 14px;
      font-size: 14px;
      color: #c6c6c6;
      line-height: 28px;
      text-align: justify;
    }
    .footer-social-icon span {
      color: #fff;
      display: block;
      font-size: 20px;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 20px;
    }
    .footer-social-icon a {
      color: #fff;
      font-size: 16px;
      margin-right: 15px;
    }
    .footer-social-icon i {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 38px;
      border-radius: 50%;
    }
    .facebook-bg{
      background: #3B5998;
    }
    .twitter-bg{
      background: #55ACEE;
    }
    .google-bg{
      background: #DD4B39;
    }
    .footer-widget-heading h3 {
      color: #e6c305;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 40px;
      position: relative;
    }
    .footer-widget-heading h3::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -15px;
      height: 2px;
      width: 50px;
      background: #000000;
    }
    .footer-widget ul li {
      display: inline-block;
      float: left;
      width: 50%;
      margin-bottom: 12px;
    }
    .footer-widget ul li a:hover{
      color: #000000;
    }
    .footer-widget ul li a {
      color: #c6c6c6;
      text-transform: capitalize;
    }
    .subscribe-form {
      position: relative;
      overflow: hidden;
    }
    .subscribe-form input {
      width: 100%;
      padding: 14px 28px;
      background: #c6c6c6;
      border: 1px solid #000000;
      color: #000;
    }
    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #000000;
        padding: 13px 20px;
        border: 1px solid #000000;
        top: 0;
    }
    .subscribe-form button i {
      color: #fff;
      font-size: 22px;
      transform: rotate(-6deg);
    }
    .copyright-area{
      background: #202020;
      padding: 25px 0;
    }
    .copyright-text p {
      margin: 0;
      font-size: 14px;
      color: #c6c6c6;
    }
    .copyright-text p a{
      color: #000000;
    }
    .footer-menu li {
      display: inline-block;
      margin-left: 20px;
    }
    .footer-menu li:hover a{
      color: #000000;
    }
    .footer-menu li a {
      font-size: 14px;
      color: #c6c6c6;
    }
}