body{
  overflow-x: hidden;
}
#bg {
    background-image: url(../img/back.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
        width: 100%;
    height: 100%;
    position: fixed;
    z-index: -100;
}
.bg-color-w-trans{
    background: #ffffffbf !important;
}
.none-fixed-header{
    display:none;
    position: absolute;
    background-color: #ffffff00 !important;
    top: -50;
    transition-duration: 1s;
    width: 100%;

}
.fixed-header{
    display:flex;
    position: fixed;
    width: 101%;
    top: 0;
    left: 0;
    z-index: 500;
    background-color: #fff    !important;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    transition-duration: 1s;
}
.fixed-header img{
  width: 70px !important;
}

.none-fixed-header .fixed-logo{
  display: none;
  transition-duration: 1s;
  transition-delay: 0.5s;


  }
  .none-fixed-header .none-fixed-logo{
    display: none;
    transition-duration: 1s;
    transition-delay: 0.5s;


  }
  
.fixed-header .none-fixed-logo{
  display: none !important;
  transition-duration: 1s;
  transition-delay: 0.5s;


}

.fixed-header .fixed-logo{
    display: block !important;
    transition-duration: 1s;
    transition-delay: 0.5s;

}




.bg-tuskers{
  position: relative;
  background-image: url('../img/bg-tuskers.jpg') !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
  /* Dark overlay */
  .bg-layer {
    background: rgba(0, 0, 0, 0.432); /* 50% black */
  }


  @font-face {
  font-family: 'slfont';
  src: url('../font/Emanee.ttf') format('truetype');
  font-display: swap;
}

.sinhala{
      font-family: 'slfont', sans-serif;
      text-transform: initial;
}

#animate-logo img{
    width: 130px;
    margin: 0 auto;
    display: table;
}
#animate-logo:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 70px;
    height: 100%;
    background: rgba(255,255,255, 0.3);
    transform: skewX(-30deg);
    animation-name: slide;
    animation-duration: 7s;
    animation-timing-function: ease-in-out;
    animation-delay: .1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.575) 92%,
        rgba(255, 255, 255, 0.0) 100%
      );
    }
    @keyframes slide {
      0% {
        left: -100;
        top: 0;
      }
      50% {
        left: 120px;
        top: 0px;
      }
      100% {
        left: 290px;
        top: 0;
      }
    }

/* 2 */

    #animate-logo2 img{
        width: 270px;
        margin: 0 auto;
        display: table;
    }
    
    #animate-logo2:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100px;
        width: 70px;
        height: 100%;
        background: rgba(255,255,255, 0.3);
        transform: skewX(-30deg);
        animation-name: slide2;
        animation-duration: 7s;
        animation-timing-function: ease-in-out;
        animation-delay: .1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        background: linear-gradient(
            to right, 
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.575) 92%,
            rgba(255, 255, 255, 0.0) 100%
          );
        }
        @keyframes slide2 {
          0% {
            left: -100;
            top: 0;
          }
          50% {
            left: 120px;
            top: 0px;
          }
          100% {
            left: 290px;
            top: 0;
          }
        }

        
/* 3 */
#animate-logo3 img{
   width: 39%;

    margin: 0 0 30px;
    display: table;
}
.bg-c9c9c9{
    background: #c9c9c9 !important;
}
#animate-logo3:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 70px;
  height: 20%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide2;
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
  animation-delay: .1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background: linear-gradient(to right, rgb(220 211 212 / 0%) 0%, rgb(201 201 201 / 62%) 77%, rgb(201 201 201) 60%, rgb(220 211 212 / 0%) 0%);
}
    @keyframes slide2 {
      0% {
        left: -100;
        top: 0;
      }
      50% {
        left: 120px;
        top: 0px;
      }
      100% {
        left: 290px;
        top: 0;
      }
    }

    #animate-logo-gold img{
      margin: 0px auto 20px auto;
      display: table;
  }
  
  .btn-gold {
    color: #000000;
    background-color: #e9c101;
    border-color: #050505;
    position: fixed;
    z-index: 100000;
    width: 100%;
    position: fixed;
    z-index: 100000;
    width: 100%;
    bodder-radius: 25px;
    margin-left: 10px;
    border-radius: 25px;
}
.btn-gold:hover {
  color: #ffff17;
  background-color: #e6b707;
  border-color: #e6b707;
}
  
.shine:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 570px;
    height: 100%;
    background: rgba(255, 255, 255, 0.082);
    transform: skewX(-30deg);
    animation-name: slide3;
    animation-duration: 7s;
    animation-timing-function: ease-in-out;
    animation-delay: .1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0) 77%,
        rgba(255, 255, 255, 0.151) 92%,
        rgba(255, 255, 255, 0) 100%
      );
    }
    @keyframes slide3 {
      0% {
        left: -100;
        top: 0;
      }
      50% {
        left: 120px;
        top: 0px;
      }
      100% {
        left: 290px;
        top: 0;
      }
    }



.top-head{
    background: #ffffffe6      !important;      
}
    .social-round{
        background: #ffffffe6    ;
        border-radius: 100%;
        color: #fff !important;
        margin: 17px;
        
    }
    .fa-facebook-f{
        padding: 9px 7px 3px 10px;
        border-radius: 100%;

    }
    .fa-instagram{
        padding: 9px 7px 3px 10px;
        border-radius: 100%;

    }
    .fa-youtube{
        padding: 9px 7px 3px 10px;
        border-radius: 100%;

    }
    .fa-facebook-f:hover{
        font-size: 20px;
        color: #3b5998 !important;
        padding: 9px 7px 3px 10px;
        background: #d1d1d1;
    }
    .fa-instagram:hover{
        color: #ea3af0 !important;
        -webkit-text-fill-color: #f06e3a;
        background: #d1d1d1;
        font-size: 20px;
    }
    .fa-youtube:hover{
        font-size: 20px;
        color: #df0000 !important;
        background: #d1d1d1;
    }
    .main-cat h6, .main-cat i{
        color: #fff !important;
    }
    
    .social-icons{
        display: table;
        margin: 4px auto;
    }
    .social-icons a i{
        font-size: 20px;
        transition: all 0.3s ease-in-out;
        color: #ffffff !important;  
    }
    .seo-h1{
      font-size: 18px;
      font-weight: 200;
        margin: 0;
    }
    .h-links{
      font-weight: 200;
      font-size: 15px;
      color: #fff !important;
    }
    .seo-h1 img{
        width: 40px;
    }
    .social-link{
        color: #ffffffe6     !important;
        padding: 0 10px;
        background-color: #fff !important;
        transition: all 0.3s ease-in-out;
    }

    .social-link:hover {
        color: #ffffffe6    ;
        text-decoration: none;
        background: #e9e9e9c4  !important;
        transition: all 0.3s ease-in-out;

    }
    .color-light-green{
        color: #7a9258 !important;
      }
      .color-light-blue{
        color: #52a1a1 !important;
      }
    .bg-light-green{
        background-color: #d7e1c9 !important;
      }
      .bg-light-blue{
        background-color: #daf9f9 !important;
      }
      .btn-outline-blue{
        background-color: #daf9f9 !important;
        color: #52a1a1 !important;
        border: 1px solid #52a1a1 !important;
      }
      .btn-outline-green{
        background-color: #d7e1c9 !important;
        color: #7a9258 !important;
        border: 1px solid #7a9258 !important;
      }
      .btn-outline-blue:hover{
        background-color: #52a1a1 !important;
        color: #daf9f9 !important;
        border: 1px solid #52a1a1 !important;
      }
      .btn-outline-green:hover{
        background-color: #7a9258 !important;
        color: #d7e1c9 !important;
        border: 1px solid #7a9258 !important;
      }
      .btn-outline-gray{
        background-color: #ffffff !important;
        color: #8b8b8b !important;
        border: 1px solid #8b8b8b !important;
      }
      .btn-outline-gray:hover{
        background-color: #8b8b8b !important;
        color: #ffffff !important;
        border: 1px solid #8b8b8b !important;
      }
      .btn-outline-maroon{
        background-color: #ffffff4d     !important;
        color: #ffffff !important;
        border: 1px solid #fff !important;
      }
      .btn-outline-maroon:hover{
          background-color: #fff !important;
    color: #ffce08 !important;
    border: 1px solid #ffce08 !important;

      }
      .color-light-gray{
        color: #8b8b8b !important;
      }

      #owner{
    border-radius: 90%;
    width: 100px;
    border: 6px solid #fff;
    box-shadow: -3px 3px 7px -1px #403404;
        margin: 20px 5px 20px 5px;

}
.chat-container {  
  width: 100%; /* Width suitable for chat display */  
  border-radius: 20px;  
  background-color: white;  
  display: flex;  
  flex-direction: column;  
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);  
}  

.chat-header {  
  background-color: #ffedb700;
  padding: 15px;  
  border-top-left-radius: 20px;  
  border-top-right-radius: 20px;  
  text-align: center;  
  font-weight: bold;  
  font-size: 20px;  
}  
.chat-header img {  
  width: 45%;
}  
.chat-messages {  
  flex: 1;  
  padding: 10px;  
  overflow-y: auto;  
  max-height: 300px;  
  background-color: #f0f0f0; /* Light gray chat background */  
}  

.message {  
  background-color: #dcf8c6; /* Light green for received messages */  
  padding: 10px;  
  border-radius: 5px;  
  margin-bottom: 10px;  
  max-width: 70%;  
  position: relative;  
}  

.reply {  
  background-color: #ffffff; /* White for sent messages */  
  align-self: flex-end; /* Align replies to the right */  
}  

.message-text {  
  font-size: 14px;
      color: #000; /* Standard message font size */  
}  

.message-time {  
  font-size: 10px; /* Smaller text for timestamp */  
  color: gray; /* Timestamp color */  
  position: absolute;  
  bottom: 5px;  
  right: 10px;  
}  

.chat-footer {  
  padding: 10px;  
  border-top: 1px solid #ccc;  
}  

.chat-button {  
  text-decoration: none;  
  background-color: #25D366; /* Association branding color */  
  color: white !important;  
  padding: 10px;  
  border-radius: 5px;  
  text-align: center !important;  
  display: block;  
  transition: background-color 0.3s;  
}  

.chat-button:hover {  
  background-color: #1fbd59; /* Darker shade on hover */  
  color: white;  
  text-decoration: none;  
}

.whatsapp{
    width: 50px;
    height: 50px;
    animation: tilt-shaking 0.3s infinite;
    position: absolute;
    top: -10px;
    left: 0px;
  }
  @keyframes tilt-shaking {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(10deg); }
	50% { transform: rotate(0eg); }
	75% { transform: rotate(-10deg); }
	100% { transform: rotate(0deg); }
  }
  .main-img img{
    width: 100%;
    height: auto;
  }
  .bg-sky {
    background: #fffffff5;
    margin: 50px;
    border-radius: 27px;
    box-shadow: 0px 0px 60px 15px #000000;
    border: 11px solid #ffce08;
}
  /* Container background and padding */
.main-content {
      padding: 40px 30px 0;
    max-width: 600px;
    margin: 25px auto 0;
  display: table;
  transition-duration: 1;
}
.main-content h4{
  font-family: 'DM Sans';
    font-size: 36px;
    background: #615213;
    color: #fff;
    padding: 13px;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 40px;
}
.main-sub-content{
        padding: 0px 30px 0;
    max-width: unset !important;
        margin: 0 auto 25px  !important;
    display: table;
    transition-duration: 1;
}
/* Small upper subheading */
.main-content .subheading {
    color: #ffce08;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: .2px;
    text-transform: uppercase;
    margin-bottom: 0px;
    word-spacing: 3px;
    text-align: center;

}

/* Main heading style */
.main-content h2 {
    font-weight: 100;
    font-size: 4.4rem;
    color: #ffffffe6;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -7px;
    background-color: #ffce08;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
}
.section-title::before {
  background: #8a8a8a;
}
.section-title span {
  position: relative;
  font-weight: 300;
  font-size: 6.5rem;
  color: #8a8a8a;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -7px;
  z-index: 1;
  padding: 0 35px;
  background-color: #fff;
  line-height: 115px;
}
.gray-box {
  background: #ffffff;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 2px rgb(136 136 136 / 58%);
  /* border-radius: 10px; */
}
.gray-box h5 {
  font-size: 17px;
  padding: 3px 0;
  color: #48484880;
  background: #44444436;
  text-transform: uppercase;
  text-align: center;
}
.gray-box span{
  background: #7d7d7d00 !important;
  border: #a3757b61 1px solid !important;
  border-radius: 3px;
}
.section-title::before {
  top: 53%;
}
.text-sky{
    color: #8a8a8a;

}
.bg-gray{
  background: #e1e1e1;
}
/* Paragraph text */
.main-content p {
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #615213;
  text-align: justify;
}

/* Custom UL with icon bullets */
.main-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  
}

.main-content ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 16px;
  line-height: 1.4;
  color: #615213;
  font-weight: 400;
  margin-left: 25px;

    font-size: 1.05rem;
}

/* Custom bullet icon */
.main-content ul li::before {
  content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff ;
    font-weight: 700;
    font-size: 1.2rem;
    background: #0dbe1cb9;
    padding: 4px 10px;
    border-radius: 100%;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    margin-right: 15px;
}

/* The second line of each bullet's text aligned nicely */
.main-content ul li br {
  display: none; /* Hides existing <br> to encourage better formatting */
}

/* Button style */

.btn-explore {
  display: inline-block;
  background-color: #615213;
  color: #ffffff;
    border: 2px solid #615213 ;
    padding: 10px 22px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
        margin: 0 auto;
    display: table;
    border-radius: 7px;
    text-decoration: none !important;
}
.btn-explore span{
  font-size: 12px;
  display: block;
  text-align: left;
}
.btn-explore:hover, .btn-explore:focus {
  background-color: #fff ;
  color: #615213;
  border: 2px solid #615213 ;
}
.text-ffffffe6   {
  color: #a8a8a8 !important;
}
.lg-title-trans {
  font-size: 195px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -4px;
  line-height: normal;
  color: #3c0d132e !important;
  position: absolute;
  z-index: 0;
  font-weight: 900;
  opacity: 1;
  transition-duration: 1s ease;

}
.cat-top{
      margin-top: 65px;
}
.lg-title-trans2 {
    font-size: 109px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    letter-spacing: -4px;
    line-height: 90px;
    color: #00000011 !important;
    z-index: 10;
    font-weight: 100;
}
.lg-title-trans.hide {
  opacity: 0;
  transition-duration: 1s ease;
}

#whatsapp-icon.show, #cookie-banner.show{
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

#fixed-header.show {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#whatsapp-icon.hide, #cookie-banner.hide, #fixed-header.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;

}
.btn-y{
  background-color: #615113c0;
}

.py-15{
  padding: 50px 0 0 !important;
}
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #2c2c2c;
  padding: 10px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 100%;
  border-top: 1px solid #ffffff;
}
#cookie-banner a {
  color: #ffee00;
}
#cookie-banner .btn{
    font-size: 14px;
}
#whatsapp-icon {
  position: fixed;
  bottom: 390px;
  right: 20px;
  cursor: pointer;
  display: none; /* initially hidden */
  z-index: 10000;
  transition: opacity 0.3s ease;
  animation: tilt-shaking 0.3s infinite;

}

@keyframes tilt-shaking {
0% { transform: rotate(0deg); }
25% { transform: rotate(10deg); }
50% { transform: rotate(0eg); }
75% { transform: rotate(-10deg); }
100% { transform: rotate(0deg); }
}
#whatsapp-icon img {
  width: 60px; /* Adjust size as needed */
  height: 60px; /* Adjust size as needed */
}

#whatsapp-icon.show, #cookie-banner.show {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;

}

#whatsapp-icon.hide, #cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;

}
.footer p{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-align: left;
  color: #868484;
}
.footer a{
     font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-align: justify;
    color: #868484;
}
.footer a:hover{
  text-decoration: none;
  color: #353535fd;
}
.text-transparent{
  color: transparent !important;
}
.text-cookies {
  color: #fff !important;
  margin: 6px 30px;
  font-size: 13px;
  font-weight: 200;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f0f0;
  z-index: 9999999;
}
.preloader .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
 
  
}
.loading-content .logo {
  width: 180px;
  height: auto;
  /* Optional subtle entrance for the logo */
  opacity: 0;
  animation: logoIn 0.8s forwards;
  margin-top: 300px;
}
.typing {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial;
  font-size: 20px;
  color: #615213;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 2.2s steps(9, end) forwards;
  text-align: center;
}

.typing-suffix {
  display: inline-block;
  font-family: inherit;
  font-size: 0; /* keep layout clean; optional decorative dot */
}
@keyframes logoIn {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes typing {
  from { width: 0; }
  to { width: 7.5em; } /* adjust based on how many chars; "LOADING" with 7 chars plus dots */
}
@keyframes blink {
  50% { background: transparent; }
}
@keyframes pulseLogo {
  0% { opacity: 0; transform: translateY(-6px); }
  100% { opacity: 1; transform: translateY(0); }
}
/* Optional: make the whole thing look smooth on load */
.preloader-finish {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
}
.discount-offer {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #f81d10;
    background-color: #ffffff;
    padding: 0px 20px;
    border-radius: 8px;
    border: 2px solid #f81d10;
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    box-shadow: 3px 3px 7px 2px rgb(0 0 0 / 55%);
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.discount-offer:hover {
  background-color: #ffe1e0;
  color: white;
}
.top-head a:hover {
  text-decoration: none;;
}
.text-gray{
  color: rgb(255, 255, 255);
}
.display-4 {
    text-align: left;
    line-height: 76px;
    color: #ffffff;
    padding: 25px 25px 0px;
    background: #0000004f;
    position: relative;
    font-weight: 100;
    font-size: 95px;
    word-spacing: 8px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -8px;
    width: 100%;
    text-shadow: -5px -3px 1px rgb(79 55 37 / 15%);
}




.display-4 span{
    font-size: 33px;
    display: block;
    text-align: right;
    color: #fff;
    font-weight: 100;
    letter-spacing: -1px;
    margin-top: 10px;

}

.floating {  
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 0px;
    margin-top: 0px;
}
  
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}

.bg-light-gray{
  background-color: rgb(156, 156, 156);
}
.rigth-btn{
    display: inline-block;
    float: right;
    padding: 25px;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffffe6    !important;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.footer-div {
  position: relative;
  background-color: #ffffffe8 !important;
}






.log-instructions {
    flex: 1 1 60%;
    background: #3c0d13; /* burgundy background */
    color: white;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.log-instructions h2 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #fff;
}
.log-instructions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.log-instructions li {
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}

.log-instructions li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 1.2rem;
    color: #ffffff7c; /* orange accent to match template */
}

.login-reg-form-wrap {
    flex: 1 1 40%;
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #3c0d13;
    background: #3c0d132e;
}

.login-reg-form-wrap h2 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 1px;
    color: #1b0509;
}

form {
    width: 100%;
}

.single-input-item {
    margin-bottom: 20px;
}

input[type="email"],
input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 11px 16px;
    font-size: 1rem;
    border: 1.8px solid #ddd;
    transition: border-color 0.3s ease;
    font-weight: 500;
    color: #3c0d13;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus {
    outline: none;
    border-color: #1b0509; /* orange focus */
    box-shadow: 0 0 4px rgb(255 90 0 / 0.4);
}

.invalid-feedback {
    color: #1b0509;
    font-size: 0.85rem;
    margin-top: 5px;
}

.password-wrapper {
    display: flex;
    align-items: center;
}

.password-wrapper input[type="password"],
.password-wrapper input[type="text"] {
    flex-grow: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.show-password-toggle {
    cursor: pointer;
    background: #f4f4f4;
    border: 1.8px solid #ddd;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 15px 14px;
    color: #3c0d13;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    transition: background-color 0.3s ease;
}

.show-password-toggle:hover {
    background: #1b0509;
    color: white;
}

.login-reg-form-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    color: #3c0d13;
}

.custom-checkbox input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #1b0509;
}

.forget-pwd {
    font-size: 0.9rem;
    color: #1b0509;
    text-decoration: none;
    font-weight: 600;
}

.forget-pwd:hover,
.forget-pwd:focus {
    text-decoration: underline;
}

button.btn__bg {
    width: 100%;
    background-color: #3c0d13; /* dark burgundy */
    color: white;
    font-weight: 700;
    border: none;
    padding: 14px 0;
    font-size: 1.15rem;
    border-radius: 6px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

button.btn__bg:hover {
    background-color: #1b0509; /* orange accent */
}

/* Responsive */

@media (max-width: 700px) {
    .container {
        flex-direction: column;
        max-width: 400px;
    }

    .log-instructions,
    .login-reg-form-wrap {
        flex: 1 1 100%;
        padding: 40px 25px;
    }
}

.cat-area h5 {
  font-size: 16px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}

.cat-area p{
  font-size: 13px;
  color: #ff93a8;
  text-align: center !important;
}




/* Responsive styles for the card footer */
.card-body {
  font-family: Arial, sans-serif;
  background: #fff;
}

.product-title {
  font-weight: 600;
  font-size: 14px;
  color: #222;
}

.price-section {
  font-weight: 700;
  font-size: 16px;
  color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.current-price {
  color: #388E3C; /* Green color */
}

.original-price {
  color: #888;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 14px;
}

.sold-count {
  background-color: #eee;
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 4px;
  color: #555;
}

.badge-section {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #555;
}

.badge.best-seller {
  background-color: #4CAF50; /* Green */
  color: #fff;
  padding: 4px 7px;
  border-radius: 4px;
  font-weight: 600;
}

.category {
  color: #999;
}

.rating {
  font-size: 14px;
  color: #FFA500; /* Orange for stars */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.stars {
  font-size: 18px;
}

.rating-count {
  font-size: 12px;
  color: #666;
}

.seller-info {
  font-size: 13px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.crown-icon {
  color: #fff;
}

.card-footer {
  font-size: 14px;
}

.btn-sm {
  font-weight: 600;
}


/* Page header slider  */

.slider {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  overflow: hidden;
  z-index: 0;
}

.slider img.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
}

.slider img.slide.active {
  opacity: 1;
}
.slider-content {
  position: relative;
  z-index: 1;
}
.slider{
  background: rgba(255, 255, 255, 0.808);
}
.slider-content h1 {
  font-size: 109px;
  position: absolute;
  z-index: 10;
  margin-top: 25px;
  color: #0000007d !important;
}
.shop-p{
  margin-top: 120px;
  text-align: center;
}
/* end of css */

.img-fluid-25{
  max-width: 25%;
  height: auto;
}
.side-txt {
    /* transform: rotate(-90deg); */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 48px !important;
    color: #ffffff7a !important;
    position: absolute;
    z-index: 10;
    bottom: 212px;
    font-weight: 600;
    width: 100%;
    padding: 0px 0px 0px 50px;
}


/* main product slider  */
.product-slider {
  position: relative;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 0 100px;
}

.product-slider .slick-prev,
.product-slider .slick-next {
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  z-index: 1;
}

.product-slider .slick-prev {
  left: -15px;
  margin-left: 40px;
}

.product-slider .slick-next {
  right: -15px;
  margin-right: 40px;
}

.product-slider .slick-prev:before,
.product-slider .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
}

.product-slider .slick-prev:before {
  content: '\f053';
}

.product-slider .slick-next:before {
  content: '\f054';
}

.product-slide {
  padding: 0 10px;
}

.product-slider .slick-list {
  margin: 0 -10px;
}

/* end main product slider  */


.testimonials-section {
  padding: 60px 0;
  background-color: transparent;
}

.section-title {
  text-align: center;
  margin-bottom: 0px;
  color: #333;
}
.p-r-20{
  padding: 0 0 20px 0;
}
/* Testimonial Card */
.testimonial-slider {
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-item {
  padding: 0 15px;
  outline: none;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.075);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
  margin: 0 10px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.client-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  border: 3px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
}

.testimonial-text::before,
.testimonial-text::after {
  content: '"';
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
}

.client-name {
  font-size: 18px;
  font-weight: 700;
  color: #979797;
  margin-bottom: 5px;
}

.client-position {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.recommended-icon {
  color: #ff6b6b;
  font-size: 24px;
  margin-top: 15px;
}

/* Slider Navigation */
.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.slick-prev:hover, .slick-next:hover {
  background: #fff;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: #474747d1;
}
.slick-prev {
  left: -50px;
}

.slick-next {
  right: -50px;
}

.slick-prev:before, .slick-next:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #333;
  opacity: 0.8;
}

.slick-prev:before {
  content: '\f053';
}

.slick-next:before {
  content: '\f054';
}

/* Dots */
.slick-dots li button:before {
  font-size: 10px;
  color: #ccc;
}

.slick-dots li.slick-active button:before {
  color: #ff6b6b;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card {
      padding: 20px;
  }
  
  .slick-prev {
      left: -20px;
  }
  
  .slick-next {
      right: -20px;
  }
}

.progress-container {
  width: 100%;
  height: 8px;
  margin-top:10px;
  background: #ffd83c;
}

.progress-bar {
  height: 8px;
  background: #ffffffe6   ;
  width: 0%;
}


.product-slide img{
 object-fit:contain !important;
}

.products-list{
  padding:0 0px;
}

.sid-category-title{
  text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin: 5px 0 22px;
    color: #fff;
}
.hover-products{
  display:none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000de;
  overflow-y: auto;
  padding: 15px;
  box-sizing: border-box;
  z-index: 10;
}


/* Product Card Styles */
.product-item {
  transition: all 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.product-img img {
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-item:hover .product-img img {
  transform: scale(1.05);
}

.product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.badge {
   padding: 5px 5px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
}

.badge.best-seller {
  background: linear-gradient(135deg, #ffc107, #ff9800);
  color: #fff;
}

.badge.in-stock {
  background: #e8f5e9;
  color: #2e7d32;
}

.badge.out-stock {
  background: #ffebee;
  color: #c62828;
}



/* Product Info Styles */
.product-title {
  font-weight: 600;
  color: #333;
  font-size: 15px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffc107;
  font-size: 14px;
}

.rating-count {
  color: #666;
  font-size: 12px;
}

.price-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.current-price {
  font-weight: 700;
  font-size: 18px;
  color: #e53935;
}

.original-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #999;
}

.discount-badge {
  background: #969696;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

/* Size Selection */
.size-section {
  margin-top: 15px;
}

.size-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

.size-guide-link {
  color: #2196f3;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 5px;
  font-size: 12px;
}

.size-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.size-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
}

.size-btn:hover {
  border-color: #999;
}

.size-btn.active {
  background: #333;
  color: white;
  border-color: #333;
}

/* Quantity Controls */
.quantity-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quantity-section label {
  font-size: 14px;
  color: #555;
}

.quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.qty-btn {
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
}

.qty-btn:hover {
  background: #e0e0e0;
}

.qty-input {
  width: 40px;
  height: 30px;
  border: none;
  text-align: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 14px;
}

/* Action Buttons */
.action-buttons {
  gap: 10px;
}

.add-to-cart-btn, .buy-now-btn {
  padding: 8px 35px;
  font-size: 14px;
  border-radius: 50px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
}


.add-to-cart-btn:hover {
  background: #e9ecef;
}

.buy-now-btn {
  background: linear-gradient(135deg, #000000, #5a5657);
  color: white;
  border: none;
}

.buy-now-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #fff !important;
}
.quick-view-btn {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 8px;
  background: rgba(0,0,0,0.7);
  color: white;
  border: none;
  transition: bottom 0.3s ease;
  font-size: 14px;
  border-radius: 0
}

.product-item:hover .quick-view-btn {
  bottom: 0;
}
.delivery-info {
  font-size: 12px;
  color: #666;
  text-align: center;
}

.delivery-info i {
  margin-right: 5px;
  color: #4caf50;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .product-img {
      height: 200px;
  }
  
  .action-buttons {
      flex-direction: column;
  }
  
  .size-options {
      gap: 5px;
  }
  
  .size-btn {
      width: 35px;
      height: 35px;
  }
}


.wholesale-btn {
  background: linear-gradient(60deg, #ffffffe6   0a, #b2b2b233);
  color: #ba7069 !important;
  border-radius: 0 0 20px 20px;
  border-bottom: 2px #ba7069 solid;
  transition-duration:.5s; 
}
.wholesale-btn:hover{
  background: linear-gradient(600deg,  #e3d7d6, #b2b2b233) !important;
  color: #ba7069 !important;
  border-radius: 0 0 20px 20px !important;
  border-bottom: 2px #e3d7d6 solid !important;
}
.bold-text{
  text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}


.search-fluid {
  background: #e7e7e7;
  border-radius: 10px;
  z-index: 1000;
  display: none; /* Hidden by default */
  margin: 15px 0 35px;
}

.center-tbl{
  display: table;
  margin: 0 auto;
}

/* Custom close button styles */
.custom-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
}

.custom-modal-close:hover {
  background: #e74c3c;
  color: white;
  transform: rotate(90deg);
}

/* Modal positioning */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.88);
}

.modal-content {
  padding: 20px;
  border-radius: 8px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25 !important;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
/* Show modal */
.modal.show {
  display: flex;
}

.btn-cart, .btn-checkout, .continue-payment{
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 14px;
  float: inline-end;
  border-color: #8a8a8a;
}
.btn-cart:hover, .btn-checkout:hover, .btn-login-checkout:hover, .continue-payment:hover{
  background: rgba(39, 39, 39, 0.88);
  border-color: #3b3b3b;
}

.btn-continue-shop {
  background: #ffffff;
  color: #000;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 14px;
  float: inline-end;
  border-color: #8a8a8a;
}
.btn-guest-checkout {
  background: #ffffff;
  color: #000 !important;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 14px;
  border-color: #8a8a8a;
}
.btn-login-checkout{
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 14px;
  border-color: #8a8a8a;
}
.agree-btn{
  background: #ffffff;
  color: #000;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 14px;
  border-color: #8a8a8a;
}


.product-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.product-image-container img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: opacity 0.5s ease;
}

.image-indicators {
  display: flex;
  gap: 8px;
}

.image-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(0,0,0,0.1);
  cursor: pointer;
}

.image-indicator.active {
  background: #fff;
  border-color: #000;
}






/* Single detials popup */
.product-slider {
  position: relative;
}
.main-image {
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s;
}
.main-image:hover {
  transform: scale(1.02);
}
.thumbnail-container {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
  object-fit: cover;
}
.thumbnail.active {
  border:3px solid #00000046;
}
.thumbnail:hover {
  opacity: 0.8;
}
.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #dc3545;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.size-option {
  position: relative;
  margin-right: 5px;
}
.size-option input {
  position: absolute;
  opacity: 0;
}
.size-option label {
  display: block;
  padding: 4px 12px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
}
.size-option input:checked + label {
  background-color: #2c9711;
  color: white;
  border-color: #2c9711;
}

.size-option input:hover + label {
  background-color: #2c97115b;
  color: #2c9711;
  border-color: #2c97115b;
}
.quantity-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
    color: #495057;
    border-color: #dee2e6;
    background: #e5e5e5;
}
.quantity-btn:hover {
  background-color: #00000046;
  color: #000000;
  border-color: #00000046;
}
.quantity-btn:focus{
  box-shadow: 0 0 0 0.2rem #00000046;
}
.quantity-btn:not(:disabled):not(.disabled):active,
.show > .quantity-btn.dropdown-toggle {
  color: #fff;
  background-color: #616161;
  border-color: #616161;
  box-shadow: 0 0 0 0.2rem #00000046 !important;

}
.cart-item {
  background: #e9e9e9e6;
    padding: 14px 7px;
    border-radius: 5px;
    margin: 20px 0;
}
.remove-item{
  border-radius: 4px;
}

/* Checkout Steps */
.checkout-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.checkout-steps .step {
  flex: 1;
    text-align: center;
    padding: 0.5rem;
    color: #ececec;
    position: relative;
    border: 1px solid #ececec;
    border-radius: 50px;
    margin: 0 9px;
}

.checkout-steps .step.active {
  color: #28a745;
  font-weight: bold;
  background: #ececec;
  border-radius: 50px;
}

.checkout-steps .step:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background: #dee2e6;
  z-index: -1;
}

/* Payment Methods */
.payment-methods {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 1.5rem;
}

/* Order Summary */
.order-summary-item {
  padding: 1rem 0;
  border-bottom: 1px solid #dee2e6;
}

.order-summary-item:last-child {
  border-bottom: none;
}
.radius-15{
      border-radius: 15px
}
.cart-btn {
  cursor: pointer;
  background: #ffffffe6  ;
  border-radius: 50px;
  padding: 6px 0px 6px 25px;
  color: #fff !important;
      margin: 0 auto;
    display: table;
}
.cart-btn i {
  font-size: 25px;
}
.cart-btn .badge {
  position: relative;
  top: -15px;
  color: #ffffff;
  background-color: #810101;
  border-radius: 100%;
  padding: 5px 8px !important;
  font-size: 15px;
}
.toast-container {
  z-index: 10000; /* Above modals (1050) */
}
.productSearchInput{
  border-radius: 0;
}
/* Large Monitor Responsive */
@media (min-width: 1400px) {
  .products-list{
    padding:0 50px;
  }
  .text-cookies {
    margin: 6px 30px;
    font-size: 15px;
  }
  .search-fluid {
    margin: 15px 90px 35px;
    width: auto;
  }
}
/* Privacy Policy Start */
.header-bg{
  background-color: rgba(255, 255, 255, 0.808);
}
.header-bg h1{
  color: #0a0a0a80 !important;
}
.policy h2{
  color: rgba(0, 0, 0, 0.671);
}
.policy-bg{
  background-color: rgba(255, 255, 255, 0.808);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}
.policy {
  color: rgb(77 71 71);
      margin-bottom: 40px;
    padding: 10px 0 45px;
    border-radius: 10px;
    
}
.policy h2{
  font-size: 20px;
}
.policy ul li a{
  color: #00000080;
}
/*  faqs Start */
:root {
  --bg: #0b1020;
  --card: #141a2b;
  --text: #e7e9f3;
  --muted: #a6b0d8;
  --accent: #6c8ef5;
  --shadow: 0 6px 20px rgba(0,0,0,.25);
}

.faq-container {
  max-width: 780px;
  margin: 40px auto;
  padding: 0 16px;
}

.faq-header {
  text-align: left;
  margin-bottom: 24px;
}

.faq-header h1 {
  font-size: 2rem;
  margin: 0 0 8px;
  letter-spacing: .5px;
}
.faq-header p {
  color: var(--muted);
  margin: 0;
}

.faq {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
}
.faq-item{
  border: 1px solid #a395957a;
  border-radius: 12px;
}

.faq-item + .faq-item {
  border-top: 1px solid rgba(255,255,255,.06);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  background: transparent;
  border: none;
  color: #000;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-question:hover {
  background: rgba(255,255,255,.04);
}
.faq-question:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.faq-question::after {
  content: "＋";
  font-size: 1.25rem;
  transition: transform .2s ease;
}
.faq-question[aria-expanded="true"]::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 20px 16px;
  color: #000000bf;;
  font-size: .95rem;
  line-height: 1.6;
}
.faq-answer p { margin: 0; }

@media (max-width: 600px) {
  .faq-container { margin: 20px auto; }
  .faq-header h1 { font-size: 1.5rem; }
}
/*  faqs end */
/*  whatsapp */


#chat {
	text-decoration: none;
	cursor: pointer;
	position: fixed;
	right: 14px;
	z-index: 800;
	padding: 5px 10px;
	background-color: #ffffff;
	border: none;
	color: #ffffff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  #chat p{
	display: grid;
	padding: 0px 12px;
	margin-bottom: 0px !important;
	color: #616161;
	font-weight: 500;
	font-size: 13px;
  }
  
  #chat p>span{
	font-size: 12px;
	color: gray;
	font-weight: 400;
  }
  
  .chat-img{
	border-radius: 50%;
	width: 25%;
	width: 50px;
	height: 50px;
	animation: tilt-shaking 0.3s infinite;
  }
  @keyframes tilt-shaking {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(10deg); }
	50% { transform: rotate(0eg); }
	75% { transform: rotate(-10deg); }
	100% { transform: rotate(0deg); }
  }
  #chat h6{
	color: white;
    background-color: #4ccb5b;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 30px;
    text-decoration: none !important;
    transition: 1s ease;
    letter-spacing: 0;
    text-transform: none;
    margin: 0px auto;
    display: inline;
    font-family: system-ui;
  
  }
  #chat h6:hover{
	padding: 8px 30px;
	text-decoration: none !important;
	transition:1s ease;
	background-color: #1c8528;
  
   }
  .chat-display{
	transition: 1s ease;
	bottom: 10px;
  }
  .chat-hide{
	transition: 1s ease;
	bottom: -90px;
  
  }
  #chat p{
	font-size: 13px !important;
  }
#chat {
    right: 35px !important;
    width: 355px;
    bottom: 15px;
}
  
  .chat table{
   width: 100%;
   margin-bottom: 0;
  }
  
  
  #chat .table td, .table th {
	padding: 0;
	vertical-align: middle;
	border-top: 0px solid #dee2e6;
  border-bottom: 0px solid #dee2e6;
  }
.footer-pd{
  padding-bottom: 60px !important;
  padding-top: 6px !important;
}
  


  












