* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
    
  }
  /* Default font size for 1920px width */
  :root {
    --base-font-size: 16px; /* Default base font size for 1920px */
  }
  
  /* Set font size for 1920px */
  html {
    font-size: 16px; /* 1rem = 16px by default */
    scroll-behavior: smooth;
  }
  
  body {
    font-size: var(--base-font-size); /* This will make 1rem = 16px */
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    overflow-x: hidden;
  }
  
  
  /* Set Montserrat for headings */
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
  }
  
  /* Bold text for headings or any element */
  h1, h2, h3, h4, h5, h6, .bold-text {
    font-weight: 900; /* Bold weight */
    color: #000000;
  }
  
  /* Normal text for paragraphs */
  p {
    font-family: 'Open Sans', sans-serif;/* Font for paragraphs */
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-size: 1rem;
  }
  
  
  a {
    text-decoration: none;
    cursor: pointer;
  }
  a:hover {
    text-decoration: none
  }
  li {
    list-style: none;
  }
  section {
    padding: 60px 0;
    overflow: hidden;
  
  }
  
  .owl-carousel{
    position: relative;
  }
  
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -4rem;
     background: none;
    
  }
  .owl-carousel .owl-nav button.owl-prev:hover {
     background: none; 
  }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -4rem;
     background: none;
  }
  .owl-carousel .owl-nav button.owl-next:hover {
    background: none; 
  }
    
  
  
  /* Mobile menu style starts here  */
  
  .mobileupper{
    overflow-x: hidden;
  }
  
  .mobileupper .col4{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobileupper img{
    height: 50%;
  }
  
  .mobileupper a{
    color: #808184;
    font-weight: 700;
    font-size: .9rem;
  }
  .overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  }
  
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #808184;
  }
  .overlay .overlay-close {
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: transparent;
    z-index: 100;
  }
  .overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    overflow-y: scroll;
  }
  .overlay ul {
    padding: 1rem;
    margin-top: 2rem;
  }
  .overlay ul a{
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    padding: 1rem;
  }
  .overlay ul .dropdown-menu a{
    color: #000;
  }
  
  .light {
      font-weight: 300;
  }

  .regular {
      font-weight: 400;
  }

  .medium {
      font-weight: 500;
  }

  .semibold {
      font-weight: 600;
  }

  .bold {
      font-weight: 700;
  }

  .extrabold {
      font-weight: 800;
  }
  .italic-text {
      font-style: italic;
  }

  /* Mobile menu style ENDs here  */
  
  
  /* COMMON CSS ENDS  */
  /* .container {
      max-width: 1660px;  
    } */

  .upperMenu{
    background: #808184; 
    padding: 0;
  }
  .upperMenu a {
    color: #e5e6e7;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 500;
  }
  .upperMenu .left{
    display: flex;
    align-items: center;
  }
  .upperMenu .left .homea{
    border-right: 2px solid #e5e6e7;
    padding-right: 1rem;
  } 
  .menu-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .social-list {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .social-list a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #e5e6e7;
    text-decoration: none;
    transition: 0.2s ease;
  }

  .social-list a:hover {
    background: rgba(128,129,132,0.08);
    transform: translateY(-3px);
  }

  .contact-list {
    display: flex;
    align-items: center;
    gap: 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .contact-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #e5e6e7;
    font-size: .9rem;
    font-weight: 500;
    text-transform: uppercase;
  }

  .contact-list i {
    font-size: .9rem;
    color: #e5e6e7;
  }
  /* .mainMenu{
    padding: 1rem 0;
  } */

   .menu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 12px 0;
  }
    .upperMenu .menu-row {
      padding: 5px 0;
   }

  /* RIGHT area layout */
  .mainMenu .right {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 1rem; 
  }

  /* nav list (inline) */
  .nav-list {
    display: flex;
    gap: 22px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-list a {
    color: #000000;
    font-size: 1rem;          
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition: color .15s ease;
    text-transform: uppercase;
  }

  .nav-list a:hover {
    color: #EC2427;
  }
  .active {
    color: #00a551 !important;
  }
  
  /* Enquiry button */
  .enquiry-btn {
    display: inline-block;
    background: #000000; 
    color: #ffffff;       
    padding: .5rem 1rem;
    border-radius: 0px;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.06);
    transition: transform .12s ease, opacity .12s ease;
  }

  .enquiry-btn:hover {
    transform: translateY(-2px);
    opacity: 0.95;
  }

  .header-slider .item img {
      width: 100%;
      height: auto;    
      object-fit: cover; 
  }

  #aboutUs{
    background: #f0f1f1;
  }

  .tagLing{
      font-style: italic;
      font-weight: 300;
      font-size: 1.6rem;
      color: #000;
    }
  .firstcol{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .heading-line {
    display: flex;
    align-items: center;
    justify-content: center;   
    width: 80%;
  }

  /* text */
  .section-label {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 2px;       
    color: #000;
    margin: 0 15px;
    white-space: nowrap;
  }

  
  .heading-line .line {
    height: 2px;
    background: #000000;
  }

  
  .heading-line .line.left {
    width: 200px;
  }

  
  .heading-line .line.right {
    width: 200px;   
  }


  .aboutusbg{
    background: url("../images/aboutusbg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .headabout{
    color: #000000;
    font-size: 2.5rem;
    line-height: 150%;
    text-transform: uppercase;
    font-weight: 600;
  }
  .headabout strong{
    color: #2b2b2a;
  }
  .certified{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 0px !important;
  }

  #whychoosebrij{
    background: url("../images/whychoosebrij.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #whychoosebrij .italic-text{
    font-size: 1.3rem;
  }

  .sectionHead{
    font-weight: 500;
    color: #000000;
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
   
  }

  .sectionSubHeading{
    color: #000000;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
  }

  .keypoints {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .keypoints-item {
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .keypoints-item h3{
    font-weight: 700;
    color: #eb2024;
    font-size: 1.7rem;
    text-align: center;
    text-transform: uppercase;

  }
  .keypoints-item p{
    font-size: 1rem;
    text-align: center;
    color: #000000;
    font-weight: 400;
  }
  .keypoints-item img{
    height: 60px;
    /* width: 70px; */
  }



  .customer-carousel-wrapper {
    position: relative;
    padding: 0 50px; /* arrow space */
  }
  .customer-item{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* image style */
  .customer-item img {
    width: 80% !important;
    /* border: 1px solid #cfcfcf;  */
    padding: 5px;
    background: #fff;
  }

  /* arrows */
  .customer-prev,
  .customer-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #ffffff;
    border: 0px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    z-index: 10;
  }

  .customer-prev {
    left: 0;
  }

  .customer-next {
    right: 0;
  }

  .customer-prev:hover,
  .customer-next:hover {
    background: #f5f5f5;
  }

  .showMoreButton{
    text-transform: uppercase;
    border: 1px solid #000000;
    padding: 5px 1.5rem;
    color: black;
    font-weight: 500;
    font-size: 1.2rem;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .showMoreButton:hover{
    background: #000000;
    color: #ffffff;
  }

  #specialisation{
    background: url("../images/specialisation.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  #specialisation .sectionHead,
  #specialisation .sectionSubHeading{
    color: #ffffff;
  }

  .specialisation {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* gap: 20px; */
  }

  .specialisation-item {
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .specialisation-item h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .specialisation-item p{
    color: #fff;
    font-size: 1rem;
    min-height: 80px;

  }
  .specialisation-item img{
    width: 45px;
    width: 45px;
    object-fit: contain;
  }


  /* Industries Section */
  #industries {
    background: #fff;
  }

  .industries-carousel-wrapper {
    position: relative;
    margin-top: 40px;
  }

  .industries-carousel .owl-stage {
    display: flex;
  }

  .industries-carousel .owl-item {
    margin: 0 !important;
    padding: 0 !important;
  }

  .industries-item {
    display: flex;
    flex-direction: column;
  }

  .industries-item img {
    width: 100%;
    height: auto;
    display: block;
  }

  .industries-title {
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
  }

  /* Alternating background colors for titles */
  .industries-carousel .owl-item:nth-child(odd) .industries-title {
    background-color: #e5e6e7;
  }

  .industries-carousel .owl-item:nth-child(even) .industries-title {
    background-color: #cacccd;
  }

  /* Industries carousel arrows */
  .industries-prev,
  .industries-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    font-size: 30px;
    color: #000;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .industries-prev {
    left: -50px;
  }

  .industries-next {
    right: -50px;
  }

  .industries-prev:hover,
  .industries-next:hover {
    color: #333;
  }


  #esolutions{
      background: url("../images/specialisation2.jpg") center / cover no-repeat;
      padding: 100px 0;
  }

  /* content wrapper */
  #esolutions .esolutionscontent{
      max-width: 600px;
      display: flex;
      flex-direction: column;    
      align-items: flex-start;   
      gap: 18px;
  }


  #esolutions .esolutions-icon{
      max-width: 200px;
      height: auto;
  }

  /* text */
  #esolutions h3{
      margin: 0;
  }

  #esolutions p{
      margin: 0;
      line-height: 1.6;
  }

  #esolutions h3{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2.5rem;

  }
  #esolutions p{
    color: #ffffff;
    font-size: 1.5rem;
  }
  
  .showMoreButton2{
    text-transform: uppercase;
    border: 2px solid #ffffff;
    padding: 5px 1.5rem;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.5rem;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .showMoreButton2:hover{
    background: #ffffff;
    color: #000000;
  }

  #fullwide-section {
    display: flex;
    width: 100%;
    min-height: 300px; /* adjust as needed */
  }

  /* Left side */
  .fullwide-left {
    flex: 0 0 50%;
    background-image: url("../images/forest.jpg"); 
    background-size: cover;
    background-position: center;
  }

  /* Right side */
  .fullwide-right {
    flex: 0 0 50%;
    background: #e5e6e7;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    /* align-items: center; */
    position: relative;
    /* text-align: center; */
  }
  .fullwide-right p{
    font-size: 2rem;
    line-height: 120%;
  }

  .hastag{
    color: #037770;
  }
  /* Explore Button */
  .fullwide-right .showMoreButton {
    margin-bottom: 3rem; 
  }

  /* Step image at bottom center */
  .fullwide-right .step {
    position: absolute;
    bottom: 0px; /* lift it up slightly from bottom */
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: auto;
  }

  
  /* ============================================
     TESTIMONIAL SECTION STYLES
  ============================================ */
  #testimonials {
    background: #ffffff;
    padding: 60px 0;
  }

  #testimonials .row {
    align-items: stretch;
  }

  /* Left Side - Customer Speaks */
  .testimonial-left {
    padding-right: 30px;
  }

  .testimonial-heading {
    font-size: 2.5rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
  }

  .testimonial-heading strong {
    font-weight: 700;
  }

  .testimonial-item {
    padding: 10px 0;
  }

  .testimonial-content {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
  }

  .quote-icon img {
    width: 100px !important;
    height: auto;
  }

  .testimonial-image img {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover;
  }

  .testimonial-info {
    padding-right: 20px;
  }

  .customer-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2b2b2a;
    margin-bottom: 5px;
  }

  .customer-company {
    font-size: 1rem;
    color: #000;
    margin-bottom: 15px;
    font-style: italic;
  }

  .customer-review {
    font-size: 1rem;
    line-height: 1.2;
    color: #000;
    text-align: justify;
    margin-bottom: 15px;
  }

  .read-more-link {
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: right;
    font-style: italic;
  }

  .read-more-link:hover {
    color: #eb2024;
  }

  /* Right Side - Video Testimonials */
  .testimonial-right {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-left: 30px;
  }

  .video-carousel {
    flex: 1;
  }

  .video-item {
    padding: 0;
  }

  /* YouTube Iframe Responsive Wrapper */
  .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
  }

  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  /* Vertical Text */
  .vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    letter-spacing: 5px;
    /* padding-left: 20px; */
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }

  /* Testimonial Carousel Navigation */
  .testimonial-carousel .owl-dots,
  .video-carousel .owl-dots {
    display: none;
  }

  /* ============================================
     FOOTER SECTION STYLES
  ============================================ */
  #mainFooter {
    background: #2b2b2a;
    padding-top: 60px;
  }

  .footer-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-bottom: 40px;
  }

  .footer-column {
    color: #fff;
  }

  .footer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Open Sans';
  }

  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-links li {
    margin-bottom: 12px;
  }

  .footer-links a {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .footer-links a:hover {
    color: #eb2024;
  }

  /* Contact Info */
  .contact-info p {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 3px;
    line-height: 1.5;
  }

  .contact-info .contact-label {
    font-weight: 600;
    margin-top: 10px;
  }

  .contact-info a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .contact-info a:hover {
    color: #eb2024;
  }

  /* Footer Social Icons */
  .footer-social {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-social li a {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    transition: color 0.3s ease;
  }

  .footer-social li a:hover {
    color: #eb2024;
  }

  /* Footer Certified Badge */
  .footer-certified {
    margin-top: 30px;
  }

  .certified-badge {
    display: flex;
    overflow: hidden;
  }

  .certified-label {
    background: #eb2024;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
  }

  .certified-logos {
    background: #eaeaea;
    padding: 5px;
    display: flex;
    align-items: center;
  }

  .certified-logos img {
    height: 50px;
    width: auto;
  }

  /* Copyright Bar */
  .copyright-bar {
    background: #2b2b2a;
    padding: 15px 0;
    text-align: center;
  }

  .copyright-bar p {
    color: #fff;
    font-size: 0.9rem;
    margin: 0;
  }


  .chatbot{
      position: fixed;
      bottom: 0;
      right: 1%;
      bottom: 5%;
      z-index: 100;
  }
  .chatbot img{
    width: 90%;
  }

  .page-header {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden;
  }
  .page-header img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .page-header h2{
    color: #ffffff;
    text-transform:uppercase;
    font-size: 2.5rem;
    position: absolute;
    z-index: 20;
    left: 5%;
    bottom: 5%;
  }
  #founderSection p{
    font-size: 1rem;
    font-weight: 400;
  }
  .brandTag{
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    color: #e22228;
  }

  .fodate{
    font-weight: 700 !important;
    color: #000000;
    font-size: 1.5rem !important;
  }

  #founderSection h3{
    font-size: 2.5rem;
    color: #000000;
    font-weight: 700;
  }
  #founderSection .col1{
    padding-right: 3rem;
  }
  #founderSection .col2{
    padding: 0 3rem;
  }
  .teams{
    background: url("../images/teamsbg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .teams p {
      font-size: 1rem;
      font-weight: 400;
      text-align: justify;
  }

  .name-title{
    text-transform: uppercase;
    color: #000000;
    font-weight: 700 !important;
    font-size: 1.75rem !important;
  }
  .handshake{
    width: 80%;
  }

  /* Management Section Styles */
  .management-section {
    padding: 0;
    overflow: visible;
  }

  .management-heading {
    background: #2b2b2a;
    padding: 20px 0;
    text-align: center;
  }

  .management-heading p {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
  }

  .management-heading p strong {
    font-weight: 700;
    color: #fff;
  }

  /* Praveen & Apoorv: Image on RIGHT, so dark on RIGHT, light on LEFT */
  .management-card {
    background: linear-gradient(to right, #ffffff, #d8d8d8);
  }

  /* Archit: Image on LEFT, so dark on LEFT, light on RIGHT */
  .management-card.reverse {
    background: linear-gradient(to right, #d8d8d8, #ffffff);
  }

  .management-row {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 30px;
    padding-bottom: 0px;
  }

  .management-img {
    flex: 0 0 260px;
    max-width: 260px;
  }

  .management-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .management-content {
    flex: 1;
    padding-right: 30px;
    position: relative;
    text-align: left;
  }

  .years-badge {
    position: absolute;
    top: 0;
    right: 30px;
  }

  .years-badge img {
    width: 65px;
    height: auto;
  }

  .management-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px 0;
    text-transform: capitalize;
  }

  .management-content .designation {
    font-size: 1rem;
    color: #45494d;
    font-style: italic;
    margin-bottom: 15px;
    font-weight: 400;
  }

  .management-content .bio {
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
    font-weight: 400;
  }

  .management-section .linkedin-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #0077b5;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease;
  }

  .management-section .linkedin-link:hover {
    color: #005885;
  }

  .management-section .linkedin-link i {
    font-size: 1.1rem;
    background: #0077b5;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
  }

  .management-section .linkedin-link span {
    color: #0077b5;
  }

  /* Reverse layout for Archit - Image LEFT, Content RIGHT */
  .management-card.reverse .management-content {
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
  }

  .management-card.reverse .management-content .bio {
    text-align: justify;
  }

  .management-card.reverse .years-badge {
    right: 0;
    left: auto;
  }


  #coreValue{
    background: url(../images/whychoosebrij.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #coreValue ul {
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  #coreValue ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #coreValue h3 {
      font-weight: 700;
      color: #eb2024;
      font-size: 1.2rem;
      text-align: center;
      text-transform: uppercase;
  }
  #coreValue li img{
      width: auto;
      height: 80px;
  }
  .journey{
    width: 80%;
  }
  .journeyDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #infra{
    background: #d8d8d8;
  }
  .infra-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;           
    padding: 0;       
    background: #f6f6f6;
    align-items: stretch;   
  }

  .infra-item{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .count{
    width: 60%;
  }

  #journeySust{
    background: #efeff0;
  }
  .susMainHead{
    font-weight: 600;
    color: #117a3d;
    font-size: 3rem;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
  }
  .susSubHead{
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
  }
  .leafbackground{
    width: 80%;
    background: url(../images/leaf-background.png);
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem;
  }
  .whitehead{
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
  }

  .impactp{
    font-weight: 600;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
  }
  .whiteheadUl{
    padding: 1rem; 
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;  
  }
  .whiteheadUl li{
    flex: 1;                       
    display: flex;
    justify-content: center;
  }
  .whiteheadUl li div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;  
    height: 100%;
    text-align: center;
    padding: 10px;
  }
  .whiteheadUl li{
    margin: o auto;
  }
  .whiteheadUl li img{
    height: 80px;        
    width: auto;
    object-fit: contain;
  }
  #recocool p{
    color: #000;
    font-weight: 400;

  }
  .susp{
    font-weight: 600 !important;
    font-size: 2.2rem;
  }

  /* Sustainable Fashion Section */
  #sustainableFashion {
    background: #ffffff;
  }

  .sustainable-wrapper {
    display: flex;
    width: 100%;
  }

  .sustainable-left {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }

  .forest-image-wrapper {
    height: 60%;
    overflow: hidden;
  }

  .forest-image-wrapper .forest-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sustainable-text {
    height: 40%;
    padding: 30px;
    background: url('../images/SustainabilityContributor.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .sustainable-msg {
    line-height: 1.3;
    font-size: 1.5rem;
  }

  .sustainable-tagline {
    font-size: 1.5rem;
  }

  .sustainable-right {
    flex: 0 0 60%;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }

  .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
  }

  .product-card {
    overflow: hidden;
  }

  .product-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .product-info {
    padding: 10px;
    /* background: #ffffff; */
  }

  .product-name {
    font-weight: 700;
    color: #58595b;
    font-size: 1rem;
    margin-bottom: 3px;
    text-transform: uppercase;
  }

  .product-name span {
    color: #58595b;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
  }

  .product-code {
    font-size: 0.8rem;
    color: #000000;
    font-weight: 500;
    margin-top: 10px;
  }

  #trustedLeadingBrand{
    position: relative;
    padding-top: 0px;
  }

  .trustedLeadingBrandleaf{
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #trustedLeadingBrand p{
    color: #000;
    font-size: 1.6rem;
    text-align: center;
  }
  #nextBrand{
      position: relative;
      background: #f5f5f5;
  }
  
  .nextBrandleaf{
    position: absolute;
    right: 0;
    bottom: -10%;
  }

/* ============================================
   PRODUCT PAGE STYLES - Filter & Grid
============================================ */

/* Active Filters Bar */
#activeFiltersBar {
  background: #f5f5f5;
  padding: 15px 0;
}

.active-filters-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-label {
  font-weight: 600;
  color: #000;
  font-size: 0.95rem;
}

.active-filters-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.active-filter-tag {
  background: #eb2024;
  color: #fff;
  padding: 5px 12px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.active-filter-tag:hover {
  background: #c91a1d;
}

.active-filter-tag .remove-filter {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}

/* Product Section */
#productSection {
  padding: 40px 0;
  background: #fff;
}

.product-wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  /* align-items: flex-start; */
}

/* Filter Sidebar */
.product-filters {
  background: #fff;
  border: 1px solid #e5e5e5;
  position: sticky;
  top: 20px;
}

.filter-header {
  background: #abb1af;
  padding: 15px 20px;
}

.filter-header h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

.filter-group {
  border-bottom: 1px solid #e5e5e5;
}

.filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.filter-title:hover {
  background: #f9f9f9;
}

.filter-title span {
  font-weight: bold;
  font-size: 0.95rem;
  color: #4e555b;
  text-transform: uppercase;
}

.filter-title i {
  color: #666;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.filter-title.active i {
  transform: rotate(180deg);
}

.filter-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 20px;
}

.filter-content.show {
  max-height: 500px;
  padding: 0 20px 15px;
}

/* Color Options */
.color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.color-option {
  position: relative;
  cursor: pointer;
}

.color-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.color-swatch {
  display: block;
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.color-option:hover .color-swatch {
  transform: scale(1.1);
}

.color-option input:checked + .color-swatch {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #eb2024;
  transform: scale(1.1);
}

/* Checkbox Options */
.checkbox-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkbox-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
}

.checkbox-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #ccc;
  transition: all 0.2s ease;
}

.checkbox-option:hover .checkmark {
  border-color: #999;
}

.checkbox-option input:checked ~ .checkmark {
  background-color: #eb2024;
  border-color: #eb2024;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-option input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-option .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.option-label {
  font-size: 0.9rem;
  color: #4e555b;
  font-weight: 600;
  transition: color 0.2s ease;
}

.checkbox-option:hover .option-label {
  color: #000;
}

.checkbox-option input:checked ~ .option-label {
  font-weight: 600;
  color: #000;
}

/* Product Listing Grid */
.product-listing-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#productSection .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Pager section spans full width in grid */
#pager_section {
  grid-column: 1 / -1;
}

/* Hide pagination for infinite scroll - jquery-ias uses it internally */
#pager_section .pagination {
  display: none;
}

/* Infinite scroll loader */
.loader_ajax {
  text-align: center;
  padding: 30px;
  width: 100%;
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader_ajax img {
  width: 50px;
}

/* No product found spans full width */
.no-product-found {
  grid-column: 1 / -1;
  text-align: center;
  padding: 50px;
  font-size: 18px;
  color: #666;
}

#productSection .product-card {
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#productSection .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

#productSection .product-card.hidden {
  display: none;
}

#productSection .product-img {
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#productSection .product-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

#productSection .product-card:hover .product-img img {
  transform: scale(1.05);
}

#productSection .product-info {
  padding: 15px;
  background: #fff;
}

#productSection .product-name {
  font-weight: 700;
  color: #58595b;
  font-size: 1rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#productSection .product-name span {
  font-weight: 400;
  text-transform: capitalize;
}

#productSection .product-code {
  font-size: 0.85rem;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

#productSection .product-code img {
  height: 15px;
  width: auto;
}

/* No Results Message */
.no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

.no-results h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}

.no-results p {
  font-size: 1rem;
}
.categoryDescription{
  margin-top: 10rem;
}
.categoryDescription p{
  color: #58595b;
  font-size: 1rem;
  text-align: justify;
}

.categoryDescription h1,
.categoryDescription h2,
.categoryDescription h3,
.categoryDescription h4,
.categoryDescription h5,
.categoryDescription h6 {
  color: #58595b;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 10px;
}


/* ============================================
   SINGLE PRODUCT PAGE STYLES
============================================ */

#singleProduct {
  padding: 50px 0;
  background: #fff;
  overflow: hidden;
}

.product-detail-wrapper {
  display: grid;
  grid-template-columns: 50% 45%;
  gap: 50px;
  align-items: flex-start;
  overflow: hidden;
}

/* Product Gallery */
.product-gallery {
  display: flex;
  gap: 15px;
  max-width: 100%;
  overflow: hidden;
}

.gallery-thumbs-wrapper {
  width: 100px;
  min-width: 100px;
  position: relative;
  padding: 35px 0;
}

.gallery-thumbs {
  height: 380px;
  overflow: hidden;
  width: 100%;
}

.gallery-thumbs .swiper-wrapper {
  flex-direction: column;
}

.gallery-thumbs .swiper-slide {
  height: 90px !important;
  width: 100% !important;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease, border-color 0.3s ease;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #eb2024;
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-nav-prev,
.thumb-nav-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: #808184;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease;
}

.thumb-nav-prev:hover,
.thumb-nav-next:hover {
  background: #666;
}

.thumb-nav-prev {
  top: 0;
}

.thumb-nav-next {
  bottom: 0;
}

.thumb-nav-prev i,
.thumb-nav-next i {
  font-size: 0.7rem;
}

.gallery-main-wrapper {
  flex: 1;
  max-width: calc(100% - 115px);
  overflow: hidden;
}

.gallery-main {
  height: 450px;
  width: 100%;
  overflow: hidden;
}

.gallery-main .swiper-wrapper {
  height: 100%;
}

.gallery-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  height: 100% !important;
}

.gallery-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Product Details */
.product-details {
  padding-left: 20px;
}

.product-title-section {
  margin-bottom: 20px;
}

.product-main-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #58595b;
  margin: 0;
  text-transform: uppercase;
}

.product-subtitle {
  font-size: 1.2rem;
  color: #666;
  font-weight: 400;
  margin: 5px 0 10px;
}

.product-sku {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
}

.product-sku img {
  height: 15px;
  width: auto;
}

/* Product Description */
.product-description {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.product-description h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #4e555b;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-description p {
  font-size: 1rem;
  color: #58595b;
  line-height: 1.6;
}

/* Product Features */
.product-features {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 8px;
}

.feature-item span {
  font-size: 0.8rem;
  color: #58595b;
  font-weight: 500;
}

/* Product Specifications Grid */
.product-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.spec-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.spec-label {
  font-size: 1rem;
  color: #4e555b;
  font-weight: 600;
  text-transform: uppercase;
}

.spec-value {
  font-size: 1rem;
  color: #4e555b;
  font-weight: 400;
}

.color-swatches {
  display: flex;
  gap: 8px;
}

.color-dot {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.2s ease;
  border: 1px solid #ddd;
}

.color-dot:hover {
  transform: scale(1.2);
}

/* Product Tabs (Wash Care & Size Chart) */
.product-tabs {
  margin-bottom: 20px;
}

.tabs-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 15px;
  background: transparent;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tab-btn:hover {
  border-color: #999;
}

.tab-btn.active {
  background: #808184;
  border-color: #808184;
}

.tab-btn.active span {
  color: #fff;
}

.tab-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: filter 0.2s ease;
}

.tab-btn.active img {
  filter: brightness(0) invert(1);
}

.tab-btn span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #58595b;
  text-transform: uppercase;
}

.tabs-content {
  display: none;
  border: 1px solid #ddd;
  border-top: none;
  background: #f9f9f9;
  margin-top: -1px;
}

.tabs-content.active {
  display: block;
}

.tab-pane {
  display: none;
  padding: 15px;
}

.tab-pane.active {
  display: block;
}

.tab-pane ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.tab-pane ul li {
  font-size: 0.85rem;
  color: #58595b;
  margin-bottom: 5px;
}

/* Size Chart Table */
.size-chart-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.size-chart-table th,
.size-chart-table td {
  padding: 8px 12px;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.size-chart-table th {
  background: #808184;
  color: #fff;
  font-weight: 600;
}

.size-chart-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}



/* Enquiry Section */
.enquiry-section {
  margin-top: 20px;
}

.send-enquiry-btn {
  display: inline-block;
  background: #eb2024;
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease;
  border: none;
  cursor: pointer;
}

.send-enquiry-btn:hover {
  background: #c91a1d;
  color: #fff;
}

/* Enquiry Modal Popup */
.enquiry-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.enquiry-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.enquiry-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.enquiry-modal-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px;
  z-index: 1;
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #eb2024;
  color: #fff;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.2s ease;
}

.modal-close:hover {
  background: #c91a1d;
}

.modal-header {
  margin-bottom: 25px;
  text-align: center;
}

.modal-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.modal-header p {
  font-size: 0.9rem;
  color: #666;
}

.enquiry-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.enquiry-form .form-group {
  display: flex;
  flex-direction: column;
}

.enquiry-form .form-group.full-width {
  grid-column: 1 / -1;
}

.enquiry-form label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.enquiry-form label span {
  color: #eb2024;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  padding: 10px 12px;
  border: 1px solid #ddd;
  font-size: 0.9rem;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
  outline: none;
  border-color: #eb2024;
}

.enquiry-form textarea {
  resize: vertical;
  min-height: 80px;
}

.form-actions {
  margin-top: 20px;
  text-align: center;
}

.submit-enquiry-btn {
  background: #eb2024;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}

.submit-enquiry-btn:hover {
  background: #c91a1d;
}

/* Product Description Content Section */
#productDescContent {
  padding: 50px 0;
  background: #fff;
}

#productDescContent h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #58595b;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#productDescContent h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #58595b;
  margin: 25px 0 10px;
}

#productDescContent p {
  font-size: 1rem;
  color: #58595b;
  line-height: 1.7;
  text-align: justify;
}

/* Related Products Section */
#relatedProducts {
  padding: 50px 0;
  /* background: #f5f5f5; */
}

.related-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #58595b;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.related-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.related-product-card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.related-product-img {
  background: #f0f0f0;
}

.related-product-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.related-product-info {
  padding: 15px;
}

.related-product-name {
  font-weight: 700;
  color: #58595b;
  font-size: 1rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.related-product-name span {
  font-weight: 400;
  text-transform: capitalize;
}

.related-product-code {
  font-size: 0.8rem;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.related-product-code img {
  height: 12px;
  width: auto;
}
.recocont{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.recocont-item{
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
}

.recocont-item p {
  color: #ffffff;
  font-size: 1.5rem;
}
.recocont-item h3{
  color: #ffffff;
  font-size: 3rem;
  text-transform: uppercase;
}
.confertAndPerformance{
  background: #f1f2f2;
  margin-top: -100px;
}
.confertAndPerformance section{
  padding-top: 160px;
}
.keyfeature{
  font-size: 1.8rem;
}
.border-img{
    width: 100%;
    display: block;
}

.border-img.bottom{
    transform: rotate(180deg);
}

.bg-gray-new {
    background: #efefef;
    padding: 50px 0;
    text-align: center;
}
.bg-gray-new .ideal-industries-box {
    display: inline-block;
    vertical-align: top;
    margin: 10px 30px;
}
.bg-gray-new .ideal-industries-box img {
    width: 90px;
    margin: 0 auto 15px;
}
.bg-gray-new .ideal-industries-box p {
    text-align: center;
}
.bg-gray-new h2 {
    font-weight: 500 !important;
}


.image-gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* desktop = 3 */
    gap: 20px;
}


.gallery-item{
    height: 250px;
    overflow: hidden;
    position: relative;
}

.gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* hover effect */
.gallery-item::after{
    content: "+";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    color: #fff;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}

.gallery-item:hover img{
    transform: scale(1.1);
}

.gallery-item:hover::after{
    opacity: 1;
}

/* mobile height */
@media(max-width:576px){
    .gallery-item{
        height: 180px;
    }
}

.custom-dropdown{
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    border: none;
    min-width: 240px;
}

/* 🔴 dropdown items spacing */
.custom-dropdown .dropdown-item{
    padding: 10px 20px;
    /* font-size: 14px; */
    line-height: 1.6;
    transition: all 0.25s ease;
}

/* 🔴 hover effect on item */
.custom-dropdown .dropdown-item:hover{
    background-color: #f5f5f5;
    padding-left: 24px;
}

.no-arrow::after{
    display: none !important;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.nav-list > li{
    display: flex;
    align-items: center;
    position: relative;
}

.nav-list .nav-link{
    padding: 0;
}

.nav-list > li > .dropdown-menu{
    top: 100% !important;
    margin-top: 8px;
}

.dropdown-menu li{
    display: block;
}

.no-arrow::after{
    display: none !important;
}

  /* ============================================
     CATEGORY SECTION STYLES
  ============================================ */
  #category {
    background: #ffffff;
    padding: 60px 0;
  }

  .category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
  }

  .category-item {
    position: relative;
    overflow: hidden;
  }

  .category-image {
    width: 100%;
    height: 450px; /* Fixed height for all images */
    overflow: hidden;
  }

  .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.3s ease;
  }

  .category-item:hover .category-image img {
    transform: scale(1.05);
  }

  .category-name {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    background: rgba(60, 60, 59, 0.9);
    color: #ffffff;
    text-align: center;
    padding: 15px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
  }













  /** RESPONSIVE MEDIA QUERY **/
  
  /* Small screens, such as smartphones */
  @media (max-width: 767px) {
    html {
      font-size: calc(16px * 0.8); /* Smaller font for smaller screens */
    }
    .desktopMenu {
      display: none;
    }

    .owl-carousel .owl-nav button.owl-next {
      display: none;
    }
    .keypoints {
      grid-template-columns: repeat(2, 1fr);
    }

    /* Industries carousel mobile */
    .industries-prev {
      left: 0;
    }
    .industries-next {
      right: 0;
    }
    .industries-title {
      font-size: 0.85rem;
      padding: 10px 5px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
      #fullwide-section {
        flex-direction: column;
      }

      .fullwide-left,
      .fullwide-right {
        flex: 0 0 100%;
        width: 100%;
      }
    .testimonial-left {
      padding-right: 0;
      margin-bottom: 40px;
    }

    .testimonial-right {
      padding-left: 10px;
    }

    /* .testimonial-content {
      flex-direction: column;
      align-items: flex-start;
    } */
     .testimonial-item{
      padding: 20px;
     }

    .testimonial-image img {
      width: 100%;
      height: auto;
    }

    .vertical-text {
      display: none;
    }

    .footer-wrapper {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .footer-social {
      justify-content: flex-start;
    }

    .readm{
      margin-bottom: 80px;
    }
    .keypoints-item img{
      width: 50%;
    }
    .keypoints h3{
      font-size: 1.2rem;
    }
    .keypoints p{
      font-size: .9rem;
    }
    .specialisation {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    #esolutions .esolutionscontainer{
      flex-direction: column;
    }
    #mainFooter {
      padding: 20px;
      padding-top: 60px;
    }
    .customer-prev,
    .customer-next {
      display: none;
    }
    .sectionSubHeading, .susMainHead{
      font-size: 1.8rem;
    }
    #founderSection .col1{
      padding-right: 1rem;
    }
    #founderSection .col2{
      margin-top: 1rem;
    }
    .hindi{
      width: 50%;
    }
    .fodate{
      font-size: 1rem !important;
    }
    #founderSection h3{
      font-size: 2rem;
    }

    /* Management Section Mobile */
    .management-heading p {
      font-size: 1.4rem;
      letter-spacing: 2px;
    }

    .management-card,
    .management-card.reverse {
      background: #f0f0f0;
    }

    .management-card.reverse {
      background: #e0e0e0;
    }

    .management-row {
      flex-direction: column;
      padding: 30px 20px;
      max-width: 100%;
    }

    .management-img {
      flex: 0 0 auto;
      max-width: 160px;
      margin: 0 auto 20px;
    }

    .management-content {
      padding-left: 0;
      padding-right: 0;
      text-align: center;
    }

    .management-content h3 {
      font-size: 1.3rem;
    }

    .years-badge {
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      margin: 0 auto 15px;
      display: block;
      text-align: center;
    }

    .years-badge img {
      width: 50px;
    }

    .management-card.reverse .management-content {
      padding-left: 0;
      padding-right: 0;
      text-align: center;
    }

    .management-card.reverse .years-badge {
      left: auto;
      right: auto;
    }

    #coreValue ul{
      display: block;
    }
    #coreValue img{
      width: 10%;
    }
    .product-wrapper{
      grid-template-columns: 1fr;
    }

    .product-grid{
      grid-template-columns: repeat(2, 1fr);
    }

    /* Sustainable Fashion Section Mobile */
    .sustainable-wrapper {
      flex-direction: column;
    }
    .sustainable-left {
      flex: 0 0 100%;
    }
    .forest-image-wrapper {
      height: 200px;
    }
    .sustainable-text {
      height: auto;
      padding: 20px 15px;
      text-align: center;
    }
    .sustainable-right {
      flex: 0 0 100%;
      padding: 15px;
    }
    .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    .whiteheadUl{
      flex-direction: column;
    }
    .sustainable-text{
      background-size:cover;
    }
    .susp{
      font-size: 1.2rem;
    }
        
    /* ============================================
      PRODUCT PAGE RESPONSIVE STYLES
    ============================================ */

    .product-wrapper {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .product-filters {
      position: relative;
      top: 0;
    }

    #productSection .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    #productSection .product-name {
      font-size: 0.85rem;
    }

    #productSection .product-code {
      font-size: 0.75rem;
    }

    .filter-header h3 {
      font-size: 0.9rem;
    }

    .filter-title span {
      font-size: 0.85rem;
    }

    .option-label {
      font-size: 0.8rem;
    }

    /* Single Product Page Mobile */
    .product-detail-wrapper {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .product-gallery {
      flex-direction: column;
    }

    .gallery-thumbs-wrapper {
      width: 100%;
      min-width: 100%;
      padding: 10px 0 0 0;
      order: 2;
    }

    .gallery-thumbs {
      height: 80px;
    }

    .gallery-thumbs .swiper-slide {
      height: 70px !important;
      width: 70px !important;
    }

    .thumb-nav-prev,
    .thumb-nav-next {
      display: none;
    }

    .gallery-main-wrapper {
      max-width: 100%;
      order: 1;
    }

    .gallery-main {
      height: 300px;
    }

    .product-details {
      padding-left: 0;
    }

    .product-main-title {
      font-size: 1.4rem;
    }

    .product-subtitle {
      font-size: 1rem;
    }

    .product-features {
      gap: 15px;
      flex-wrap: wrap;
    }

    .feature-item img {
      width: 30px;
      height: 30px;
    }

    .product-specs-grid {
      grid-template-columns: 1fr;
    }

    .related-products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    /* Tabs Mobile */
    .tabs-header {
      grid-template-columns: 1fr 1fr;
    }

    .tab-btn {
      padding: 10px 8px;
      gap: 5px;
    }

    .tab-btn span {
      font-size: 0.65rem;
    }

    .tab-btn img {
      width: 16px;
      height: 16px;
    }

    /* Modal Mobile */
    .enquiry-modal-content {
      padding: 20px;
      width: 95%;
    }

    .enquiry-form .form-row {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .modal-header h3 {
      font-size: 1.2rem;
    }
    .recocont{
      grid-template-columns: repeat(1, 1fr);
    }
    .bg-gray-new .ideal-industries-box {
        margin: 10px 7px;
    }
    .bg-gray-new .ideal-industries-box {
        width: 115px;
    }
    .image-gallery{
        grid-template-columns: repeat(2, 1fr); /* mobile = 2 */
    }
    
    #esolutions{
        padding: 60px 0;
        background-position: center top;
    }

    #esolutions .esolutionscontent{
        max-width: 100%;
        gap: 14px;
    }

    #esolutions .esolutions-icon{
        max-width: 160px;
    }

    #esolutions h3{
        font-size: 18px  !important;
        text-align: left !important;
    }

    #esolutions p{
        font-size: 14px  !important;
        text-align: left !important;
    }

    .showMoreButton2{
        font-size: 14px !important;
        padding: 8px 14px !important;
    }
    /* Category responsive - mobile */
    .category-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .category-image {
      height: 250px;
    }
    .category-name {
      font-size: 0.9rem;
      padding: 10px 5px;
    }

    /* Product listing responsive - mobile */
    .product-wrapper {
      flex-direction: column;
    }
    .product-filters {
      width: 100%;
      margin-bottom: 20px;
    }
    .product-listing-wrapper {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

  }

  /* Tablets in portrait mode */
  @media (min-width: 768px) and (max-width: 1023px) {
    html {
      font-size: calc(16px * 0.85); /* Slightly smaller font for tablets */
    }
    .desktopMenu{
      display: none;
    }
    /* .container{
      width: 90%;
    } */
    .keypoints {
      grid-template-columns: repeat(2, 1fr);
    }
    #fullwide-section {
      flex-direction: column;
    }

    .fullwide-left,
    .fullwide-right {
      flex: 0 0 100%;
      width: 100%;
    }
        /* Industries carousel mobile */
    .industries-prev {
      left: 0;
    }
    .industries-next {
      right: 0;
    }
    .industries-title {
      font-size: 0.85rem;
      padding: 10px 5px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
        .testimonial-left {
      padding-right: 0;
      margin-bottom: 40px;
    }

    .testimonial-right {
      padding-left: 10px;
    }

    /* .testimonial-content {
      flex-direction: column;
      align-items: flex-start;
    } */
     .testimonial-item{
      padding: 20px;
     }

    .testimonial-image img {
      width: 100%;
      height: auto;
    }

    .vertical-text {
      display: none;
    }

    .footer-wrapper {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .footer-social {
      justify-content: flex-start;
    }

    .readm{
      margin-bottom: 80px;
    }
    .keypoints-item img{
      width: 50%;
    }
    .keypoints h3{
      font-size: 1.2rem;
    }
    .keypoints p{
      font-size: .9rem;
    }
    .specialisation {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    #esolutions .esolutionscontainer{
      flex-direction: column;
    }
    .testimonial-left {
      padding-right: 0;
      margin-bottom: 40px;
    }

    .testimonial-right {
      padding-left: 10px;
    }

    .vertical-text {
      font-size: 2rem;
    }

    .footer-wrapper {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
    }
    #mainFooter {
      padding: 20px;
      padding-top: 60px;
    }
    .customer-prev,
    .customer-next {
      display: none;
    }
    .sectionSubHeading, .susMainHead{
      font-size: 1.8rem;
    }

    /* Management Section Tablet */
    .management-heading p {
      font-size: 1.5rem;
      letter-spacing: 2px;
    }

    .management-card,
    .management-card.reverse {
      background: #f0f0f0;
    }

    .management-card.reverse {
      background: #e0e0e0;
    }

    .management-row {
      flex-direction: column;
      padding: 35px 30px;
      max-width: 100%;
    }

    .management-img {
      flex: 0 0 auto;
      max-width: 180px;
      margin: 0 auto 25px;
    }

    .management-content {
      padding-left: 0;
      padding-right: 0;
      text-align: center;
    }

    .management-content h3 {
      font-size: 1.4rem;
    }

    .years-badge {
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      margin: 0 auto 15px;
      display: block;
      text-align: center;
    }

    .years-badge img {
      width: 55px;
    }

    .management-card.reverse .management-content {
      padding-left: 0;
      padding-right: 0;
      text-align: center;
    }

    .management-card.reverse .years-badge {
      left: auto;
      right: auto;
    }

    /* Sustainable Fashion Section Tablet */
    .sustainable-wrapper {
      flex-direction: column;
    }
    .sustainable-left {
      flex: 0 0 100%;
    }
    .forest-image-wrapper {
      height: 280px;
    }
    .sustainable-text {
      height: auto;
      padding: 25px 20px;
    }
    .sustainable-right {
      flex: 0 0 100%;
      padding: 20px;
    }
    .products-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
    }
    .whiteheadUl{
      flex-direction: column;
    }

    .sustainable-text{
      background-size:cover;
    }
    .susp{
      font-size: 1.2rem;
    }

    .product-wrapper {
      grid-template-columns: 250px 1fr;
      gap: 25px;
    }

    #productSection .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .product-filters {
      position: relative;
      top: 0;
    }

    /* Single Product Page Tablet */
    .product-detail-wrapper {
      grid-template-columns: 50% 50%;
      gap: 30px;
    }

    .gallery-thumbs-wrapper {
      width: 80px;
      min-width: 80px;
    }

    .gallery-main-wrapper {
      max-width: calc(100% - 95px);
    }

    .gallery-main {
      height: 350px;
    }

    .gallery-thumbs {
      height: 320px;
    }

    .gallery-thumbs .swiper-slide {
      height: 75px !important;
    }

    .related-products-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .recocont{
      grid-template-columns: repeat(1, 1fr);
    }
    .bg-gray-new .ideal-industries-box {
        margin: 10px 7px;
    }
    .bg-gray-new .ideal-industries-box {
        width: 115px;
    }
    .image-gallery{
        grid-template-columns: repeat(2, 1fr); /* mobile = 2 */
    }
    
    #esolutions{
        padding: 60px 0;
        background-position: center top;
    }

    #esolutions .esolutionscontent{
        max-width: 100%;
        gap: 14px;
    }

    #esolutions .esolutions-icon{
        max-width: 160px;
    }

    #esolutions h3{
        font-size: 18px  !important;
        text-align: left !important;
    }

    #esolutions p{
        font-size: 14px  !important;
        text-align: left !important;
    }

    .showMoreButton2{
        font-size: 14px !important;
        padding: 8px 14px !important;
    }
    /* Category responsive - tablet */
    .category-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .category-image {
      height: 300px;
    }

  }

  /* Tablets in landscape mode and small desktops */
  @media (min-width: 1024px) and (max-width: 1399px) {
    html {
      font-size: calc(16px * 0.85); /* Base font size for small desktops */
    }
    .mobileMenu{
      display: none;
    }
    /* .container{
      width: 90%;
    } */
    .website-logo{
      width: 80%;
    }
     .nav-list {
      gap: 12px;              
      align-items: center;
      flex-wrap: nowrap;
    }

    .nav-list a {
      font-size: 0.92rem;      
      padding: 4px 2px;
      white-space: nowrap;
    }
    .testimonial-heading {
      font-size: 2rem;
    }

    .vertical-text {
      font-size: 2rem;
    }

    .susMainHead{
      font-size: 3rem;
    }

    .product-wrapper {
      grid-template-columns: 260px 1fr;
      gap: 30px;
    }

    #productSection .products-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }
      /* Category responsive - small desktop */
    .category-image {
      height: 350px;
    }
  }
  
  /* Standard desktops and laptops */
  @media (min-width: 1400px) and (max-width: 1919px) {
    html {
      font-size: calc(16px * 0.8); /* Larger font size for standard desktops */
    }
    .mobileMenu{
      display: none;
    }

    /* .container{
      width: 90%;
    } */
  .website-logo{
      width: 80%;
    }
    .nav-list {
      gap: 12px;              
      align-items: center;
      flex-wrap: nowrap;
    }

    .nav-list a {
      font-size: 0.92rem;      
      padding: 4px 2px;
      white-space: nowrap;
    }
  }
  
  /* Large screens and high-resolution displays */
  @media (min-width: 1920px) {
    html {
      font-size: calc(16px * 0.95); /* Larger font size for standard desktops */
    }
    .mobileMenu{
      display: none;
    }
      .container {
      max-width: 1660px;
    }
  }

  /* ============================================
     ENQUIRY POPUP MODAL STYLES (Zoho CRM Form)
  ============================================ */
  .enquire-now-popup-form .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }

  .enquire-now-popup-form .modal-content {
    border: none;
    border-radius: 0;
    overflow: visible;
  }

  .enquire-now-popup-form .modal-header {
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 99;
  }

  .enquire-now-popup-form .modal-header .btn-close {
    background-color: #eb2024;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .enquire-now-popup-form .modal-body {
    padding: 0;
  }

  .enquire-now-popup-form .contact-form-inner > .row {
    --bs-gutter-x: 0;
    margin: 0;
  }

  .enquire-now-popup-form .contact-form-inner .col-md-6 {
    padding: 0 !important;
  }

  .enquire-now-popup-form .contact-form-inner .col-md-6 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .enquire-now-popup-form .enquire-now-popup-form-field {
    padding: 15px 20px;
    margin: 0;
  }

  /* Zoho CRM Form - Main Structure */
  .contact-form-inner .enquire-now-popup-form-field #crmWebToEntityForm.zcwf_lblRight {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .contact-form-inner .enquire-now-popup-form-field .zcwf_lblRight .zcwf_row {
    margin: 0 0 8px !important;
  }

  .contact-form-inner .enquire-now-popup-form-field .zcwf_col_lab {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 3px !important;
    float: none !important;
  }

  .contact-form-inner .enquire-now-popup-form-field .zcwf_col_lab label {
    margin-bottom: 0 !important;
    text-align: left !important;
    font-size: 12px !important;
    color: #333 !important;
  }

  .contact-form-inner .enquire-now-popup-form-field .zcwf_lblRight .zcwf_col_fld {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }

  .contact-form-inner .enquire-now-popup-form-field .zcwf_col_fld input[type="text"],
  .contact-form-inner .enquire-now-popup-form-field .zcwf_col_fld select,
  .contact-form-inner .enquire-now-popup-form-field .zcwf_col_fld textarea {
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    box-sizing: border-box !important;
  }

  .contact-form-inner .enquire-now-popup-form-field .zcwf_col_fld input[type="text"]:focus,
  .contact-form-inner .enquire-now-popup-form-field .zcwf_col_fld select:focus,
  .contact-form-inner .enquire-now-popup-form-field .zcwf_col_fld textarea:focus {
    outline: none !important;
    border-color: #eb2024 !important;
  }

  .contact-form-inner .enquire-now-popup-form-field input[type="submit"],
  .contact-form-inner .enquire-now-popup-form-field input[type="reset"] {
    padding: 8px 20px !important;
    font-size: 13px !important;
    border: none !important;
    cursor: pointer !important;
    margin-right: 5px !important;
  }

  .contact-form-inner .enquire-now-popup-form-field input[type="submit"] {
    background: #eb2024 !important;
    color: #fff !important;
  }

  .contact-form-inner .enquire-now-popup-form-field input[type="submit"]:hover {
    background: #c91a1d !important;
  }

  .contact-form-inner .enquire-now-popup-form-field input[type="reset"] {
    background: #808184 !important;
    color: #fff !important;
  }

  /* Hide help text */
  .contact-form-inner .enquire-now-popup-form-field .zcwf_col_help {
    display: none !important;
  }

  /* Mobile responsive */
  @media (max-width: 767px) {
    .enquire-now-popup-form .modal-dialog {
      max-width: 95%;
      margin: 15px auto;
    }

    .enquire-now-popup-form .modal-header {
      top: 5px;
      right: 5px;
    }

    .enquire-now-popup-form .contact-form-inner .col-md-6:first-child {
      display: none;
    }

    .enquire-now-popup-form .enquire-now-popup-form-field {
      padding: 15px;
    }
  }
