* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
  }

html{
    overflow-x:hidden;
    scroll-behavior: smooth;
}
  
/*@font-face {*/
/*  font-family: athina;*/
/*  src: url(fonts/Athina.otf) format('otf');*/
/*}*/

@font-face {
  font-family: "jamel";
  src: url(fonts/new-jameel.ttf) format('ttf');
}

p.flot {
    text-align: center;
    color: white;
     margin: 50px 0 0 0;
}

.cont li i {
    margin-right:20px;
}


  p{
    font-family: 'jamel', serif;
    color: #000;
  }
  h1,h2,h3,h4,h5,h6{
   font-family: 'Athina Regular', sans-serif;
  }

  
  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-family:athina ;
  }
 
  
  .loader:before {
    content: "AMBRILIN";
    font-size: 140px;
    font-family: 'Athina Regular', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #0000;
    -webkit-text-stroke: 1px #fff;
    background: 
      conic-gradient(from -135deg at 100% 50%, #fff 90deg, #ffff 0) text no-repeat,
      conic-gradient(from -135deg at 1lh 50%, #ffff 90deg, #fff 0) text no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    animation: l6 2s linear infinite;
  }
  
  @keyframes l6 {
    0%     {background-size: 0 200%; background-position: 0 0, 100% 0}
    50%    {background-size: calc(60% + .5lh) 200%; background-position: 0 0, 100% 0}
    50.01% {background-size: calc(60% + .5lh) 200%; background-position: 0 100%, 100% 100%}
    100%   {background-size: 0 200%; background-position: 0 100%, 100% 100%}
  }
  
  /* width */
::-webkit-scrollbar {
    width: 10px;
   }
   
   /* Track */
   ::-webkit-scrollbar-track {
    background: #f1f1f1;
   }
   
   /* Handle */
   ::-webkit-scrollbar-thumb {
    background: #000;
   }
   
  #ham {
    color: #a77a33;
  }
  

  
  body {
    background-color: #fff;
    color: #000;
  }
  
  .navbar {
    background-color: #333;
    width: 25%;
    height: 100vh;
    display: none;
  }
  
  .navbar ul {
    overflow: hidden;
    list-style-type: none;
    padding-top: 50%;
    margin: 0;
  }
  
  .navbar li {
    display: block;
    margin: 0;
    padding: 5% 80px;
    width: 100%;
  }
  
  .navbar li:hover {
    cursor: pointer;
  }
  
  
  .navbar li a {
    color: #fff;
    font-family: 'Space Grotesk';
    text-decoration: none;
   
    font-size: 1.6em;
    transition: all .5s;
  }
  
.navbar li:hover {
    cursor: pointer;
    background-color: #e6b24d;
    letter-spacing: 6px;
    color: #000;
}
  .navbar li:hover .navbar li a{
    color: #000;
  }
  .hamburger {
    padding: 0;
    float: left;
    transition: opacity .3s;
    margin:15px 0 0 0;
}
  
  .hamburger:hover {
    cursor: pointer;
    opacity: .5;
  }
  
  .hamburger .line{
    width: 30px;
    height: 5px;
    background: rgb(236, 66, 66);
    margin: 3px auto;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
  }

  .isactive .line{
    width: 30px;
    height: 5px;
    background: #f2c464;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
  }
  
   .dark-mode .hamburger .line:nth-child(1) {
    background-color: #fff;
  }
  
  .dark-mode .hamburger .line:nth-child(2) {
    background-color: #fff;
  }
  
  .dark-mode .hamburger .line:nth-child(3) {
    background-color: #fff;
  }
  
  
  .hamburger .line:nth-child(1) {
    background-color: #000;
  }
  
  .hamburger .line:nth-child(2) {
    background-color: #000;
  }
  
  .hamburger .line:nth-child(3) {
    background-color: #000;
  }
  
  .hamburger.isactive .line:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.isactive .line:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
    background-color: #fff;
  }
  
  .hamburger.isactive .line:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
    background-color: #fff;
  }
  
  .navbar {
    transition: all 2s ease-in-out;
  }
  
  .navbar.active {
    display: block;
    animation: fade .5s;
  }
  
  @keyframes fade {
    from{transform: translateX(-200px); opacity: 0;}
    to {transform: translateX(0px); opacity: 1;}
  }
  
  
  
.philo-vid video{
    height:500px;
    border-radius:10px;
} 

.dark-mode .philo-cont p,
.dark-mode .philo-cont h3{
  color: #fff;  
}
.philo-cont h3 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.philo-cont p{
    font-size:17px;
    font-weight:500;
    color:#000;
}

.fancybox__button--prev,
.fancybox__button--next {
  background-color: #000; /* Change background color */
  border-radius: 50%; /* Rounded buttons */
  color: #fff; /* Icon color */
  padding: 10px;
}

.fancybox__button--prev:hover,
.fancybox__button--next:hover {
  background-color: #444; /* Hover effect */
}

.pro-content {
    padding: 20px;
    background: #ffff;
    height: 170px;
    text-align: center;
}
    
.pro-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

h3.pro-title {
    font-size: 22px;
    line-height: 35px;
    margin-bottom:20px;
    color:#000;
}
.pro-content a{
    font-size: 16px;
    background-color:#000;
    padding:8px 20px ;
    border-radius:10px;
}

#pro-vid {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    overflow: hidden;
    text-align: center;
}
#pro-vid #pro-video {
    height: 100vh;
    width: 100%;
    filter: brightness(25%);
}
#pro-vid-content {
    position: absolute;
    width: 1000px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #fff;
}
#pro-vid-cont p {
    color: #fff;
}
.pro-main-cont{
    text-align:center;
    margin:  0 0 30px 0;
}
.pro-main-cont h2{
    font-size:35px;
    font-weight:600;
    margin-bottom: 30px;
}
.pro-main-cont p {
    font-size: 18px;
    margin-bottom: 10px;
}

a.disc {
    position: absolute;
    bottom: 8px;
    right: 23%;
    background: #ffffff;
    padding: 6px 20px;
    color: #000000 !important;
    font-family: serif;
    font-size: 14px !important;
    font-weight: 600;
    border-radius: 10px;
}

.found-new img{
    width:100%;
}

.fn-content {
    margin-top: 80px;
}


.contact {
    padding: 70px 0;
}
.contact-one h6 {
    font-size: 14px;
}
.contact-two {
    display: flex;
    margin-top: 38px;
}
.contact-box-one {
    margin-right: 25px;
}
.contact-box-one i {
    font-size: 30px;
}
.contact-two h4 {
    font-size: 18px;
    margin-top: -10px;
    font-weight: 600;
    margin-bottom: -2px;
}
.contact-box-two p{
  margin-top: 10px;  
}

.dark-mode .contact-box-two p a {
    color:#fff;
}

.contact-box-two p a {
    color:#000;
}
.contact-form {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    border-radius: 8px;
    margin-left: 30px;
}
.contact-head h2 {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color:#000;
}
.form-main {
    margin-top: 15px;
}
.form-data {
    margin-top: 20px;
    position: relative;
}
.form-data input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border: 1px solid #656565;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
    font-family: serif;
}
.form-data textarea {
    border: none;
    border: 1px solid #656565;
    border-radius: 8px;
    width: 100%;
    height: 150px;
    padding-top: 15px;
    padding-left: 15px;
    font-family: serif;
}
.form-data input:focus, .form-data textarea:focus {
    border: 1px solid #000;
    outline: none;
}

.form-btn button {
    border-radius: 8px;
    background: transparent;
    color: #000;
    margin-top:15px;
    border: 2px solid #000 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 45px;
    text-transform: uppercase;
    border: none;
    font-family: serif;
}

  
  
  @media screen and (max-width: 1360px) {
 
    
    .navbar {
      width: 30%;
    }
    
    .navbar ul {
      padding-left: 0%;
    }
    
    .navbar li {
      padding: 3% 0;
    }
    
    .navbar li a {
      font-size: 1.2em;
    }
    
  }
  
  @media screen and (max-width: 768px) {
    .hamburger {
      float: right;
    }

    
    .navbar {
    background-color: #333;
    width: 100%;
    height: 45vh;
    display: none;
  }
  
  .navbar ul {
    overflow: hidden;
    list-style-type: none;
    padding-top:18%;
    padding-left: 30%;
    padding-right: 3%;
    padding-bottom: 3%;
    margin: 0;
  }
  
  .navbar li {
    display: block;
    margin: 0;
    padding: 14px 20px;
    width: 100%;
    transition: background-color .5s;
  }
  
  .navbar li a {
    color: #d3e3e3;
    text-decoration: none;
    padding: 14px 16px;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    transition: all 1s;
  }
  
  .navbar li:hover {
    cursor: pointer;
    background-color: #000;
    letter-spacing: 0px;
  }
   }

   .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: 120px;
    height: auto;
    
  
}
/*.hamburger {*/
/*    padding-top: 35px;*/
/*    padding-left: 10px;*/
/*}*/

.main-container {
    position: relative;
    min-height: 100vh; /* Ensure enough scroll space */
}

.video-container {
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-section {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;

    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 2;
}

.content-section.visible {
    visibility: visible;
    opacity: 1;
}

.right-content {
    padding: 4rem 2rem;
    /*position: sticky;*/
    /*top: 0;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #333;
}
 .dark-mode h1{
      color: #fff;
  }
  .kate{
      padding-left: 30px;
  }

p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #000;
}

.products-grid {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 4rem 2rem;
  
}

/* Optional: Add a button style */
.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 2rem;
}

.main-container {
    position: relative;
    min-height: 100vh; /* Ensure enough scroll space */
   
}

.video-container {
    height: 100vh; /* Full height initially */
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center; /* Center the video */
    transition: all 0.5s ease; /* Smooth transition */
}

.video-wrapper {
    width: 100%; /* Initial width of the video */
    height:100vh; /* Initial height of the video */
    transition: all 0.5s ease; /* Smooth transition */
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-section {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 2;
    display: flex;
    justify-content: center; /* Center the content */
    align-items: center; /* Vertically center */
}

.content-section.visible {
    visibility: visible;
    opacity: 1;
}

.right-content {
    padding: 0rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; /* Ensure content takes full width of column */
}

h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #333;
}



.products-grid {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 4rem 2rem;
    margin-top: 100vh;
}

/* Optional: Add a button style */
.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 2rem;
}


/* .container.cafe {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #000;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
} */


.content-section {
    transform: translateY(100%); /* Start off-screen */
    transition: transform 1s ease-in-out; /* Smooth animation */
  }
  .visible {
    transform: translateY(0); /* Bring into view */
  }
  
  
  .video-container {
    display: flex; /* Ensure flexbox is applied */
    justify-content: center; /* Center by default */
    transition: justify-content 0.5s; /* Add a transition for smooth effect */
}

.video-container.no-gap {
    justify-content: flex-start; /* Remove gap on scroll */
}

.gat{
    padding-top: 120px;
}

.imgg img {
    width: 100%;
}

section.vere {
    height: 100vh;
}

.scroll-container {
    height: 300vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sticky-container {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.care {
    display: flex;
    justify-content: center;
}


.product-grid{
   
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    width:250px;
  }
  .product-grid .product-image{
    overflow: hidden;
    position: relative;
  }
  .product-grid .product-image a.image{ display: block; }
  .product-grid .product-image img{
    width: 250px;
    height: auto;
   
  }
  .product-grid .product-image .pic-1{ transition: all 0.3s ease 0s; }
  .product-grid .product-image:hover .pic-1{ transform: translateX(100%); }
  .product-grid .product-image .pic-2{
    width: 250px;
    height: 100%;
    transform: translateX(-101%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .product-grid .product-image:hover .pic-2{ transform: translateX(0); }
  .product-grid .product-sale-label{
    color: #fff;
    background: var(--bs-hover);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 8px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .product-grid .product-like-icon{
    color: #696969;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .product-grid .product-like-icon:hover{ color: var(--bs-hover); }
  .product-grid .product-like-icon:before,
  .product-grid .product-like-icon:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 7px 5px;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 15px;
    transition: all 0.3s ease 0s;
  }
  .product-grid .product-like-icon:after{
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    right: auto;
    left: 50%;
    top: 15px;
    z-index: -1;
  }
  .product-grid .product-like-icon:hover:before,
  .product-grid .product-like-icon:hover:after{
    visibility: visible;
    top: 30px;
  }
  .product-grid .product-links{
    width: 170px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50px;
    left: 50%;
    transition: all 0.3s ease 0s;
  }
  .product-grid:hover .product-links{
    bottom: 40px;
    opacity: 1;
  }
  .product-grid .product-links li{
    display: inline-block;
    margin: 0 2px;
  }
  .product-grid .product-links li a{
    color: #fff;
    background: #192a56;
    font-size: 16px;
    line-height: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
  }
  .product-grid:hover .product-links li a:hover{ background: #333; }
  .product-grid .product-content{
    text-align: left;
    padding: 15px 0 0;
  }
  .product-grid .title{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 8px;
  }
  .product-grid .title a{
    color: #333;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    font-weight:500;
    font-size:22px;
    line-height:30px;
  }
  .product-grid .title a:hover{ color: var(--bs-hover); }
  .product-grid .price{
    color: var(--bs-hover);
    font-size: 16px;
    font-weight: 500;
  }
  .product-grid .price span{
    color: #555;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0 5px 0 0;
  }
  h3.title {
    text-align: center;
}


.pade{
    padding: 40px 0;
}

.hamburger.isactive {
    position: relative;
    z-index: 99999999999;
}
.navbar ul{
    padding-left: 0 !important;
}

footer {
    background: #000;
    padding-top: 70px; 
}


footer h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 15px;
    font-weight: 700;
}
  

footer ul {
    padding-left: 0;
}
footer ul li {
    color: #fff;
    list-style: none;
    padding-bottom: 20px;
}

.footer-socials-section {
    width: 100%;
}
p.p-v2 {
    
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px;
}
footer span {
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
}
.navbar {
    background-color: rgba(51, 51, 51, 0.5); /* background ko transparent kiya */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari ke liye */
    width: 25%;
    height: 100vh;
    display: none;
    position: fixed; /* Important hai */
    right: 0; /* right side se open hoga */
    top: 0;
    z-index: 1000;
}
.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
}

.navbar {
    width: 25%;
    height: 100vh;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}
.video-container {
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, width;
}

.video-wrapper {
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: height;
}

.cafe {
    transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
    
}
.hep p {
    color: #fff;
    padding-right: 120px;
    padding-top: 38px;
}
.mob-por{
    display:none;
}
@media screen and (max-width: 768px) {
    .navbar {
        width: 100%;
        height: 100vh;
    }
    
    .navbar::before {
        /* mobile ke liye backdrop properties same rahengi */
    }
    .vere{
        display:none;
    }
    .right-content-mob {
    padding: 20px;
    padding-bottom: 0;
}
.pade {
    padding: 30px 0;
}

.pro-cont {
    padding-top: 10px !important;
}  


}
/* Hide the section on larger screens */
.mob {
    display: none;
}

/* Mobile styles */


@media (max-width: 767px) {
.product-grid .product-image .pic-2 {
    width: 100%;
    height: 100%;
}
.product-grid .product-image img {
    width: 100%;
    height: 100%;
}

.product-grid {
     width: 100% !important; 
}
    
.kate {
    padding-left: 0px;
}

a.disc {
    right: 30% !important;
}

p {
    font-size: 16px;
}
.contact-form {
    padding: 20px !important;
    margin-top: 30px !important;
    margin-left: 0px !important;
}

.offset-1 {
    margin-left: 0;
}

.mt-5 {
    margin-top: 0rem !important;
}
    
    .mob {
        display: block !important; /* Show on mobile */
        margin: 0;
        padding: 0;
      
        overflow: hidden; /* Prevent overflow */
    }
    
.cafe {
    flex-direction: row-reverse;
}    
    
.feedback1 {
  display: block;
}

   /*.container{*/
   /*    width: 93% !important;*/
   /*}*/
   
   /*[data-aos] {*/
   /*     display:none !important;*/
   /* }*/

    
}

button#light {
    background: #dcdcdc;
    color: #000000;
}

.light-mode .light-mode .btn {
    background: #ccc;
    color: red;
}

p.p-footer-copyright {
    color: #fff;
    text-align: center;
    padding-top: 20px;
    font-weight: 400;
}


  @media screen and (max-width: 1240px){
.kate{
    padding-left:0;
}

  }


  @media screen and (max-width: 1024px){

a.disc {
    right: 15%;
    font-size: 12px !important;

}
      
.product-grid .product-image img {
    width: 100%;
    height: 100%;
}
.product-grid {
    width: 170px;
}
.product-grid .product-image .pic-2 {
    width: 100%;
    height: 100%;
}
  }


 
  @media screen and (max-width: 990px){
    .product-grid{ margin: 0 0 0px; }
  }



  .btn-group {
	border-radius: 100px;
}


.btn-group .btn+.btn {
	margin-left: 0;
}

button {
	padding: 10px 20px;
	font-size: 16px;
}

.btn {
	border-radius: 100px;
}

.btn:focus, 
.btn:active {
	outline: none;
	box-shadow: none;
}

.light-mode {
	background-color: #fff;
	color: #111;
	transition: all 0.5s ease;
}
  
.light-mode .btn-group {
	border: 10px solid rgba(0,0,0,0.03);
	transition: all 0.5s ease;
}
 
.light-mode .btn {
    background: #000000;
    color: #ffffff;
}
 
.light-mode .btn:hover,
.light-mode .btn:active {
	background-color: #bbb;
}

.dark-mode {
	background-color: #111;
	color: #eee;
	transition: all 0.5s ease;
}
  
.dark-mode .btn-group {
	border: 10px solid rgba(255,255,255,0.05);
	transition: all 0.5s ease;
}

.dark-mode  .ord-btn a {
    background: #fff;
    color: #000 !important;
}

.dark-mode .btn {
	background: #444;
	color: #fff;
}

.dark-mode .btn:hover, 
.dark-mode .btn:active {
	background-color: #333;
}

.btn.active {
	background-color: rgba(0,0,0,0);
}

.vere{
    position: relative;
}

.btn-group-toggle {
    position: absolute;
    top: 20px;
    right: 175px;
    z-index: 99;
}

.light-mode .dak{
    display: none;
}

.dark-mode .lit{
    display: none;

}

.dark-mode p{
    color: #fff;
}
.product-grid .title {
    padding-bottom: 13px;
}

footer span {
    color: #fff;
    display: block;
}
.hep img {
    width: 150px;
}

@media only screen and (max-width: 767px){
 
    .hamburger {
    
    padding-right: 14px;
}
    .logo {
    
    justify-content: flex-start;
    
}

    .content-section {
        position: relative; /* Change to relative for normal flow */
        width: 100%; /* Full width on mobile */
        right: auto;
        top: auto;
        visibility: visible; /* Always visible on mobile */
        opacity: 1;
        margin-top: 2rem; /* Space after video */
    }

    .right-content {
        position: relative; /* Remove sticky on mobile */
        padding: 2rem 1rem; /* Smaller padding for mobile */
        justify-content: flex-start;
    }

    /* If you want to show content section by default on mobile */
    .content-section.visible {
        visibility: visible;
        opacity: 1;
    }
    .loader:before {
     
        font-size: 40px;
    }
    .care .col-md-6 {
    padding: 0 !important;
}
.kate {
    margin-top: 20px;
}
p {
    margin-bottom: 0.4rem;
}
footer .col-3 {
    
    width: 100%;
}
.hep p {
    color: #fff;
    padding-right: 10px;
    padding-top: 38px;
}
footer ul {
    padding-left: 0;
    margin-bottom:0;
}
}


/*product-css*/

/*.head-active {*/
/*  background-color: rgba(34, 34, 34, 0.8);*/
/*  transition:0.5s ease in out;*/
/*}*/

.dark-mode .pro-sec{
  background: transparent;  
}

.pro-sec {
    background: #F8F8F8;
    padding: 0 0 50px 0; 
}

.pro-img img{
    width:100%;
}
.pro-cont {
    padding-top: 150px;
}
.pro-cont h1 {
    font-size: 40px;
    margin-bottom: 1rem;
    text-align:center;
}

.pro-cont h4{
    font-size:30px;
}

.pro-cont a{
    color: white;
    text-decoration:none;
    display: block; 
    width: 100%; 
    background-color: black; 
    color: white; 
    padding: 10px 15px; 
    border: none; 
    border-radius: 5px;
    text-align: center; 
    font-size: 16px; 
    cursor: pointer; 
    transition: background-color 0.3s; 
    margin-top: 20px;
}

.gallery_sec {
  width: 100%;
}

.pro-main{
    /*height:650px;*/
    margin-bottom:10px;
}

.pro-child{
    /*height:350px;*/
    margin-bottom:10px;
}

.pro-child img,
.pro-main img{
    height: 100%;
    object-fit: cover;
}


.gallery_sec img {
  width: 100%;
  margin-bottom: 10px;
}

.gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
  position: relative;
  width: 100%;
}

.gallery_sec a:hover img {
  opacity: 50%;
}

.gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(https://i.ibb.co/3fMkjjF/Resize.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}  

.bg-diffrent{
    margin-top:50px;
}
.category-lists-slider {
      position: relative;
    }
    #catgory-slider .swiper-slide {
      width: auto;
    }
    .category-button {
      font-size: 14px;
      color: #33383c;
      padding: 8px 0px;
      display: inline-block;
      cursor: pointer;
      user-select: none;
      margin: 0px 40px 0 0;
    }
    .category-button.active {
      color: #33383c;
      border-bottom:1px solid #33383c;
    }
    .data-text {
      display: none;
    }
    .data-text.active {
      display: block;
    }
    .data-text h6 {
      font-size: 18px;
      margin-top: 30px;
      margin-bottom: 8px;
      font-weight: 700;
    }
    .slider-button {
      width: 25px;
      height: 25px;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      position: absolute;
      top: 5px;
      z-index: 1;
      cursor: pointer;
    }
    .slider-button.slider-prev {
      left: -30px;
    }
    .slider-button.slider-next {
      right: -30px;
    }
    .slider-button.swiper-button-disabled {
      opacity: 0;
      visibility: hidden;
    }
    .box {
      margin-top: 20px;
      transition: 0.3s;
      height: 100%;
    }
    
    .box ul li  {
    font-family:jameel;
    }
    
    .dark-mode .slider-button{
        color:#fff;
    }
    .dark-mode .category-button.active{
       color:#fff; 
       border-bottom:1px solid #fff !important;
    }
   .dark-mode .category-button{
       color:#fff; 
    }
    .dark-mode .box p{
        color:#fff;
    }
    .box p {
    font-size: 16px;
    color: #33383c;
    line-height: 25px;
}

.owl-carousel .item{
    height:450px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    top: -30px;
}

.owl-dot {
  display: inline-block;
  width: 12px; /* Dot size */
  height: 12px; /* Dot size */
  margin: 5px; /* Space between dots */
  background-color: #989898 !important; /* Default color */
  border-radius: 50%; /* Make dots circular */
  cursor: pointer;
  transition: background-color 0.3s ease; /* Smooth color change */
}

/* Active dot styling */
.owl-dot.active {
  background-color: #000 !important; /* Active color */
}

.owl-nav {
    display: none;
}

.owl-carousel .item img {
  width: 100%;
  height:100%;
  object-fit:cover
  
}

.lb-data .lb-close {
    position: absolute;
    top: -35px;
    right: 50px;
    display: block;
    float: unset;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: center;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
    
    @media (max-width: 600px) {
.fn-content {
    margin-top: 40px !important;
}

.fn-content h1{
    margin-bottom: 15px !important;
}

#pro-vid-content {
    width:100% !important;
    padding: 20px;
} 

.btn-group-toggle {
        right: 170px;
        top: 20px;
}

.btn {
    font-size: 14px ;
}
        
.philo-cont h3 {
    font-size: 42px !important;
}
.philo-cont p{
    font-size:19px !important;
    margin-bottom: 20px;
}
.philo-cont {
    margin-top: 30px;
}        
        
.gallery_sec{
    display:none;
}

.mob-por{
    display:block;
}        
.pro-main{
    height:400px;
    margin-bottom:10px;
}
.category-lists-slider {
        margin-top: 40px;
}
.slider-button {
    font-size: 20px;
}
      .category-button {
        padding: 4px 0px;
        margin: 0px 60px 0 0;
      }
      .slider-button {
        top: -40px;
      }
      .slider-button.slider-prev {
        left: inherit;
        right: 32px;
      }
      .slider-button.slider-next {
        right: 0;
      }
}





