* {
  font-family: "Rajdhani", sans-serif;

}



.rajdhani-light {
  font-family: "Rajdhani", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.rajdhani-regular {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rajdhani-medium {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.rajdhani-semibold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.rajdhani-bold {
  font-family: "Rajdhani", sans-serif; 
  font-weight: 700;
  font-style: normal;
}

/* navbar */



  /* Custom CSS to reduce navbar height */
  .navbar {
    padding-top: 0;  /* Reduced from default 0.5rem */
    padding-bottom:0; /* Reduced from default 0.5rem */
    background-color: rgb(218, 41, 41) !important;
  }
  
  .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-brand img {

    width: 100%;
    padding-top: 0;  /* Reduced from default 0.5rem */
    padding-bottom:0; /* Reduced from default 0.5rem */
    margin-top: 0;
  }


  .nav-link {
    padding: 0.25rem 0.5rem; /* Reduce link padding */
    color: white !important;    font-size: 18px !important;
    font-weight: 500;



  }
  .nav-link:hover{
    padding: 0.25rem 0.5rem; 
    color:#ffd62c !important;

  }


  .dropdown-menu .dropdown-item {
    font-weight: 600;
    text-decoration: underline #ecebe9;
    text-decoration-thickness: 2px; /* Controls underline thickness */
    text-underline-offset: 4px; /* Space between text and underline */
    transition: all 0.2s ease;
}

.dropdown-menu .dropdown-item:hover {
    text-decoration: underline #ecebe9;
    text-decoration-thickness: 2px; /* Keep consistent thickness on hover */
    background-color: transparent !important;
}

  /* Mobile Navbar Styles */
 
  .navbar-mob {
    /* padding: 10px 0; */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  
  /* Hamburger Menu Styles */
  .menu-toggle {
    color: rgb(218, 41, 41) ;
    border: none;
    cursor: pointer;
    padding: 15px;
    margin-top: 5px;
    float: right;
    /* border: #919191 solid; */
    border-radius: .5rem;
  }
  
  .hamburger {
    display: block;
    width: 25px;
    height: 3px;
    background: rgb(218, 41, 41) ;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .hamburger::before,
  .hamburger::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background:rgb(218, 41, 41) ;
    left: 0;
    transition: all 0.3s ease;
  }
  
  .hamburger::before {
    top: -8px;
  }
  
  .hamburger::after {
    bottom: -8px;
  }
  
  /* Hamburger animation when active */
  .menu-toggle.active .hamburger {
    background: transparent;
  }
  
  .menu-toggle.active .hamburger::before {
    transform: rotate(45deg);
    top: 0;
  }
  
  .menu-toggle.active .hamburger::after {
    transform: rotate(-45deg);
    bottom: 0;
  }
  
  /* Mobile menu dropdown */
  #navbar1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  
  #navbar1.show {
    max-height: 1000px; 
    /* Adjust based on your content */
    transition: max-height 0.5s ease-in;
  }
  
  /* Mobile menu links */
  .nav_mob {
    padding: 12px 0;
    border-bottom: 1px solid rgb(246, 2, 2); 
    /* text-decoration: underline 1px solid rgb(246, 2, 2); */
    color: white;
    background-color: #444;
    color: rgb(255, 255, 255) !important;;
  }
  
  /* Dropdown menu styling */
  .dropdown-menu {
    border: none;
  
  }
  

  
  a.text-primary {
    text-decoration: none;
  }
  /* or more specifically */
  a.text-primary.no-underline {
    text-decoration: none;
  }

  

/* back to top */

#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px;
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color:transparent;
     /* Set a background color */
    color: rgb(246, 2, 2); 
    cursor: pointer;
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
  }
  

   /* footer section */


   footer{background-color: black;
    color: white;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    font-size: smaller
    }
  
    .footer-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }
    
    .footer-left {
      flex: 1;
      font-size: 16px;
      text-align: left;
    }
    
    .footer-center {
      flex: 1;
      text-align: center;
      font-size: 16px;

    }
    
    .footer-right {
      flex: 1;
      text-align: right;
      font-size: 16px;

    }
    
    /* For small screens */
    @media (max-width: 768px) {
      .footer-content {
        flex-direction: column;
        gap: 10px;
      }
      
      .footer-left, .footer-center, .footer-right {
        text-align: center;
        width: 100%;
      }
    }
    
    .icon {
      margin: 0 10px;
      font-size: 30px;
    }
 



  /* contact page */
  .custom-btn {
    background-color: rgb(246, 2, 2); 
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .custom-btn:hover{
    background-color: rgb(246, 2, 2); 
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
  }

  .contact_banner{
    background-size: auto;
    width: 100%;
  }
  .mis {
    font-size: 22px;
}
.mis2 {
  color: black;
  line-break: anywhere;
  /* font-weight: 400; */
}
.mis4 {
  font-size: 19px;
}
.mis5 {
  font-size: 18px;
  font-weight: 400;
  color: black;

}

.miss1 {
  font-size: 17px;
  color: black;
}

 /* breadcrumb */
.custom-breadcrumb{
  text-transform: uppercase;
color: black;
  
}

.custom-breadcrumb li,.custom-breadcrumb li a{
  color: black !important;
  font-weight: 500;
  font-size: 18px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: red; /* Or any color you want */
}

/* gallery */
.page-link{
  background-color:rgb(246, 2, 2) !important;border-color: rgb(246, 2, 2) !important;}


  /* jacwud-interior-store page */

.jacwud-interior-store
   {
    width: 100%;
     height: 100%;
}


.Jac-Interior h3{
  color: rgb(235, 107, 86);
  font-size: 24px;
  text-decoration: underline rgb(235, 107, 86);;

}

.Jac-Interior P{
  font-size: 18px;
}

.custom-square-list {
  list-style-type: none; /* Remove default bullets */
  padding-left: 20px; /* Add some left padding */
}

.custom-square-list li::before {
  content: "■"; /* Square character */
  color: #ff5733; /* Custom color for square (orange-red) - change as needed */
  font-size: 1.2em; /* Slightly larger than text */
  display: inline-block; 
  width: 1em; /* Fixed width */
  margin-left: -1em; /* Proper alignment */
}
.custom-triangle-list li::before {
  content: "►"; /* Square character */
  color: #ff5733; /* Custom color for square (orange-red) - change as needed */
  font-size: 1.2em; /* Slightly larger than text */
  display: inline-block; 
  width: 1em; /* Fixed width */
  margin-left: -1em; /* Proper alignment */
}
.custom-thead th{  background-color: #da2929; color: white;
}

 /* td{border-bottom: 1px solid #da2929 !important;} */
 .red-border-table {
  border-left: 2px solid #da2929;
  border-right: 2px solid #da2929;
}
/* .red-border-table th, */
.red-border-table td {
    border: 1px solid #da2929;
}
.red-border-table th, 
.red-border-table td {
    border-bottom: 1px solid #da2929 !important;/* Default light gray for horizontal borders */
    border-bottom: 1px solid #da2929 !important;
}


.hardwood-mdf img{
  width: 100%;
}

.bg-head{
  background-color: #da2929;
}
.bg-head a {
  background-color: #FFC107;
    padding: 4px;
    font-size: 31px;
    font-weight: 700;
    border: 1px solid #733521;
    border-radius: 10px;
    padding-left: 32px;
    padding-right: 32px;
   color:  #733521;
}
.bg-head a:hover{
  border: 1px solid #733521;
}

.hardwoof-mdf h3{color: #da2929;
  font-size:x-large;}
.hardwoof-mdf h3{color: #da2929;
    font-size:18px}


    .fet {
      font-size: 20px;
      color: #da2929;
      padding: 0px;
    text-transform: uppercase;
    }

    .td1{
      font-size: 23px;

  }
  .fet1 {    font-size: 23px;
    color: #322f2c;
}

  .fet2 {
    font-size: 22px;
    font-weight: 600;
color: black;
}
.fet3 {
  font-size: 20px;
  color: black;
  text-decoration: underline;
  font-weight: 600;

}
.list1 li{
  font-family: Farsan-Regular;
  margin-top: 0;      
  margin-bottom: 0;   
  padding-top: 0;   
  padding-bottom: 0; 
  color: black;
}
.list2 li{
  line-height: .8;
}
.compact-list li {
  margin-top: 0;      
  margin-bottom: 0;    
  padding-top: 0;   
  padding-bottom: 0; 
}
.door-h1 {
  font-size: 24px;
  color: #da2929;
  text-decoration: underline;
}

.no-marker li::before {
  content: none !important;
}


.beech-heading{color:#ffd62c;background-color: #da2929;}



 /* Add this CSS to your stylesheet */
 @media (max-width: 768px) {
  .red-border-table {
      font-size: 14px;
  }
  .red-border-table th, 
  .red-border-table td {
      padding: 8px 4px;
  }
  .custom-thead th {
      white-space: nowrap;
  }
}
/* ABOUT PAGE */
.pl9 {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.ab {
  font-size: 15px;
  padding-top: 10px;
  text-align: center;
  font-weight: 500;

}

/* HOME PAGE */
.title-h1{
  color: black;
  background-color: white;
  border-radius: 13px 13px 13px 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 900;
  /* font-family: Rajdhani-Bold !important; */
}



.banner {
  background: url("/static/img/image.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: auto; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.our-services img{ animation-name:fadeIn;     visibility: visible;
  animation-delay: 1.4s;}

  .konw-more-banner {
    background: url("/static/img/004a1.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
  }
  .background-overlay {
    background: url("/static/img/004a1.jpg") no-repeat center center;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
.background-overlay-mobile {
  background: url("/static/img/mob-interior2.jpg") no-repeat center center;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}
.commit {
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
  padding-bottom: 9px;
  font-weight: 500;
}

.hero-section {
    background: url("/static/img/001a1.jpg") no-repeat center center;
    height: auto;
}
.heros {
  background: url("/static/img/mob-pc1.jpg") no-repeat center center;
  height: auto;
}
.btn-know-more {
  background-color: #ffd62c;
  color: black !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
}
.btn-know-more:hover {
  background-color:#da2929 !important;
  color: white !important;
}
.btn-know-more i{
  color: #da2929;

}
.btn-mobile{  font-weight: 500;
}

.btn-find {
  background-color: #ffd62c;
  color: black !important;
  font-weight: 500;
  font-size: 20px;
  border-radius: 0;
}
.btn-find:hover {
  background-color:#da2929;
  color: white !important;
}
.btn-find i{
  color: #da2929;

}
 /* Animation styles */
 .animate-slide-right {
  animation: slideRight 1s ease-out forwards;
  opacity: 0;
  transform: translateX(100px);
}

@keyframes slideRight {
  from {
      opacity: 0;
      transform: translateX(100px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

.animate-slide-left {
  animation: slideLeft 1s ease-out forwards;
  opacity: 0;
  transform: translateX(-100px);
}

@keyframes slideLeft {
  from {
      opacity: 0;
      transform: translateX(-100px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

.mrtph1 {
  font-size: 81px; /* Default size for desktop */
  color: black;
}

/* For tablets */
@media (max-width: 992px) {
  .mrtph1 {
    font-size: 64px;
  }
}

/* For mobile devices */
@media (max-width: 768px) {
  .mrtph1 {
    font-size: 48px; /* Adjust this value as needed */
  }
}

/* For very small mobile devices */
@media (max-width: 480px) {
  .mrtph1 {
    font-size: 36px; /* Adjust this value as needed */
  }
}
.mrtph2 {
  font-size: 26px;
  color: black;
}

.natur1 {
  color: #ffd62c;
  font-size: 49px;
  padding-top: 36px;
  line-height: .9;
  font-weight: 700;
}

.natur {
  color: #ffd62c;
  font-size: 18px;

}
.custom-head{
  font-size:75px;
}


.contact-banner{
  background: url("/static/img/Coontact-page.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
  color: white;
}

.input-group-text{
  background-color:rgb(246, 2, 2) !important;
  border-radius: none;

}
/* Remove border radius from input group and its children */
.input-group,
.input-group-text,
.form-control {
    border-radius: 0 !important;
    border: none;
}
/* Target all placeholders inside .contact_txt class */
.contact_txt::placeholder {
  color: black; /* Change this to whatever color you want */
  opacity: 5; /* Optional: ensures full visibility in some browsers */
}

.address-title {
  position: relative;
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
}
.address-title::before,
.address-title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 44%; /* Reduced from 40% for better mobile display */
  border-top: 1px dashed #fff;
}
.address-title::before {
  left: 0;
}
.address-title::after {
  right: 0;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .address-title::before,
  .address-title::after {
    width: 20%; /* Even smaller on mobile */
  }
  .address-title {
    font-size: 18px; /* Optional: Adjust font size for mobile */
    margin: 15px 0; /* Optional: Adjust margins for mobile */
  }
}

/*  */

.btn-md-normal {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}


.left-aligned-content {
  text-align: left;
  margin-right: auto;
}


.our-branches h4{
  font-size: 20px;
}
.our-branches p,.our-branches a{
  font-size: 16px;
  font-weight: 700;
}
/* Add this to your CSS */
.whatsapp-float {
  position: fixed;
  right: 20px;
  top: 50%; /* Positions vertically in the middle */
  transform: translateY(-50%); /* Centers vertically perfectly */
  z-index: 1000;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: translateY(-50%) scale(1.05); /* Slight zoom on hover */
}

.slide-btn {
  background: #25D366; /* WhatsApp green */
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.fa-whatsapp {
  font-size: 1.2em;
}


/* dealer */
.form-select{
  border-radius: 0;
}


/* Dealer Page */
.colo {
  font-size: 20px;
  color: #f36d2a !important;
  text-transform: uppercase;
}

.shop-head{
  font-size: 30px;
  color: #f36d2a !important;
  font-size: 25px;
  color: #222;
  text-transform: uppercase;
  text-decoration: underline;
}

/* For extra small devices */
@media (max-width: 576px) {
  .btn-find {
      padding: 0.25rem 0.5rem !important;
      font-size: 0.5rem !important;
  }
}