


        @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');




    * {
      scroll-behavior: smooth;
      box-sizing: border-box;
    }


html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: hidden;
   margin: 0;
      background-color: #0e0f0f;
      padding: 0;

}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* appear */

@keyframes appear {
  0% {
    opacity: 0;
    /* transform: scale(0.8); */
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    /* transform: scale(1); */
    transform: translateX(0);
  }
}


@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(150%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


/* hero section?///////////////////// */


    .main-section {
      background-color: #131616;
      width: 100%;
      /* padding: 10px 0; */
    }

    .main-hero {
  /* background: url('images/37f8587411ada2a46f7e9cebc509ac649af7639f.jpg') no-repeat center center/cover; */
  border-radius: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}




#carouselExampleControls {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;


}



#carouselExampleControls .carousel-inner,
#carouselExampleControls .carousel-item,
#carouselExampleControls .carousel-item img {
  height: 100%;
  object-fit: cover;


}



.carousel-control-prev,
.carousel-control-next {
  z-index: 20;
  pointer-events: auto !important;
}



.carousel-inner,
.carousel-item,
.main-hero .hero-content {
  touch-action: manipulation; 
}



    .main-hero::before {
      content: '';
      position: absolute;
      top: 0; 
      left: 0;
      width: 100%; 
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2;
      pointer-events: none;
    }




.main-hero .hero-content {
  position: relative;
  z-index: 10;
  pointer-events: none; 
  border: 2px solid red !important;


}

.main-hero .hero-content {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  backdrop-filter: none !important;
}

 
.main-hero .hero-content * {
  pointer-events: auto; 
}








@media (max-width: 762px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: flex !important;
    width: 30px; 
    height: 30px; 
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6); 
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(100%); 
    width: 15px;
    height: 15px;
  }
}



        .dropdown-toggle::after {
            content: none !important;
        }

        .dropdown-toggle {
            font-family: inherit !important;
        }

        /* Navigation Bar */
        .navbar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            padding: 10px 0;
            transition: all 0.3s ease;
            background: transparent;
            height: 100px;
        }

        .navbar.scrolled {
            background: rgba(0, 0, 0, 0.9);
            backdrop-filter: blur(10px);
        }

.navbar.menu-open {
    background-color: rgba(0, 0, 0, 0.98) !important;
    backdrop-filter: blur(10px);
}


        .navbar .container {
            max-width: 1200px;
            padding: 0 15px;
        }

        .navbar-brand {
            font-size: 2rem;
            font-weight: bold;
            color: #fff !important;
            text-decoration: none;
        }

        .navbar-brand small {
            font-size: 0.5rem;
            display: block;
            letter-spacing: 2px;
            margin-top: -5px;
        }

        .menu-toggle {
            background: none;
            border: none;
            color: #fff;
            font-size: 1.5rem;
            cursor: pointer;
            padding: 10px;
            transition: transform 0.3s ease;
            margin-right: 15px;
        }

        .menu-toggle:hover {
            transform: scale(1.1);
        }

        .menu-toggle.active {
            transform: rotate(90deg);
        }

        /* Sliding Menu */
        .sliding-menu {
            position: fixed;
            top: 100px;
            left: 0;
            width: 100%;
            height: calc(100vh - 100px);
            background: rgba(0, 0, 0, 0.98);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease, visibility 0.4s ease;
            overflow-y: auto;
        }

        .sliding-menu.active {
            opacity: 1;
            visibility: visible;
        }

        .menu-container {
            max-width: 1200px;
            margin: 0 auto;
            min-height: calc(100vh - 100px);
            display: flex;
            align-items: flex-start;
            padding: 40px 15px 50px 15px;
        }

        .menu-content {
            flex: 1;
            text-align: left;
        }

        .menu-item {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 3rem;
            font-weight: 300;
            margin: 15px 0;
            opacity: 0;
            transition: opacity 0.3s ease;
            line-height: 1.2;
            position: relative;
            font-family: 'Poppins', sans-serif;
        }

        .menu-item:hover {
            color: #ccc;
        }

        .sliding-menu.active .menu-item {
            opacity: 1;
        }

        .sliding-menu.active .menu-item:nth-child(1) { transition-delay: 0.1s; }
        .sliding-menu.active .menu-item:nth-child(2) { transition-delay: 0.2s; }
        .sliding-menu.active .menu-item:nth-child(3) { transition-delay: 0.3s; }
        .sliding-menu.active .menu-item:nth-child(4) { transition-delay: 0.4s; }
        .sliding-menu.active .menu-item:nth-child(5) { transition-delay: 0.5s; }
        .sliding-menu.active .menu-item:nth-child(6) { transition-delay: 0.6s; }

        /* Dropdown Styles */
        .dropdown-menu-item {
            position: relative;
            cursor: pointer;
        }

        .dropdown-toggle {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
        }

        .dropdown-arrow {
            font-size: 1.5rem;
            transition: transform 0.3s ease;
            margin-left: 20px;
        }

        .dropdown-arrow.active {
            transform: rotate(180deg);
        }

        .dropdown-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            padding-left: 0;
            margin-top: 20px;
        }

        .dropdown-content.active {
            max-height: 1000px;
        }

        .dropdown-item {
            color: #ccc;
            text-decoration: none;
            font-size: 2.2rem;
            font-weight: 300;
            margin: 15px 0;
            padding: 10px 0;
            transition: color 0.3s ease;
            cursor: pointer;
            opacity: 0;
            transition: opacity 0.3s ease, color 0.3s ease;
            position: relative;
        }

        .dropdown-content.active .dropdown-item {
            opacity: 1;
        }

        .dropdown-content.active .dropdown-item:nth-child(1) { transition-delay: 0.1s; }
        .dropdown-content.active .dropdown-item:nth-child(2) { transition-delay: 0.2s; }
        .dropdown-content.active .dropdown-item:nth-child(3) { transition-delay: 0.3s; }

        .dropdown-item:hover {
            color: #fff;
        }

        .dropdown-item-toggle {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
        }

        .sub-dropdown-arrow {
            font-size: 1.2rem;
            transition: transform 0.3s ease;
            margin-left: 15px;
        }

        .sub-dropdown-arrow.active {
            transform: rotate(180deg);
        }

        .sub-dropdown-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding-left: 40px;
            margin-top: 10px;
        }
                .sub-dropdown-content a{
          color: rgb(216, 211, 211);
        }

        .sub-dropdown-content.active {
            max-height: 300px;
        }

        .sub-dropdown-item {
            display: block;
            color: #aaa;
            text-decoration: none;
            font-size: 1.6rem;
            font-weight: 300;
            margin: 10px 0;
            padding: 5px 0;
            transition: color 0.3s ease;
            opacity: 0;
            transition: opacity 0.3s ease, color 0.3s ease;
        }

        .sub-dropdown-content.active .sub-dropdown-item {
            opacity: 1;
        }

        .sub-dropdown-content.active .sub-dropdown-item:nth-child(1) { transition-delay: 0.1s; }
        .sub-dropdown-content.active .sub-dropdown-item:nth-child(2) { transition-delay: 0.2s; }
        .sub-dropdown-content.active .sub-dropdown-item:nth-child(3) { transition-delay: 0.3s; }

        .sub-dropdown-item:hover {
            color: #fff;
        }

        /* Contact Info */
        .contact-info {
            border-left: 1px solid #444;
            padding-left: 40px;
            text-align: left;
            margin-top: 50px;
        }

        .contact-info p {
            margin: 10px 0;
            font-size: 1rem;
            color: #ccc;
        }

        .contact-info .email {
            font-size: 1.1rem;
            color: #fff;
            margin: 20px 0;
        }

        .social-icons {
            margin-top: 30px;
        }

        .social-icons a {
            color: #fff;
            font-size: 1.2rem;
            margin: 0 10px 0 0;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .social-icons a:hover {
            color: #ccc;
        }

        



        /* Logo Styles */
        .nav-logo {
            height: 80px; 
            object-fit: contain;
            mix-blend-mode: screen; 
            background-color: transparent;
            padding-left: 15px;
        }




        


        /* Responsive Design */
        @media (max-width: 768px) {
            .navbar {
                height: 80px;
                padding: 5px 0;
            }
            
            .sliding-menu {
                top: 80px;
                height: calc(100vh - 80px);
            }
            
            .menu-container {
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                text-align: center;
                padding: 40px 15px 50px 15px;
                min-height: calc(100vh - 80px);
            }

            .menu-content {
                margin-bottom: 40px;
                width: 100%;
            }

            .contact-info {
                border-left: none;
                border-top: 1px solid #444;
                padding-left: 0;
                padding-top: 40px;
                text-align: center;
                margin-top: 30px;
            }

            .menu-item {
                font-size: 2rem;
                margin: 12px 0;
            }

            .dropdown-item {
                font-size: 1.5rem;
                padding: 8px 0;
            }

            .sub-dropdown-item {
                font-size: 1.1rem;
                padding: 5px 0;
            }

            .sub-dropdown-content {
                padding-left: 20px;
            }

            .social-icons a {
                font-size: 1rem;
                margin: 0 8px 0 0;
            }



            .dropdown-arrow {
                font-size: 1.2rem;
                margin-left: 15px;
            }

            .sub-dropdown-arrow {
                font-size: 1rem;
                margin-left: 10px;
            }

            .nav-logo {
                height: 60px;
                padding-left: 10px;
            }
        }

        @media (max-width: 480px) {


                      .nav-logo {
                height: 50px;
                /* padding-left: 30px;
                padding-top: 10px; */
                margin-left: 20px;
                margin-top: 17px;
                padding-bottom: 5px;

            }
            .navbar {
                height: 70px;
            }
            
            .sliding-menu {
                top: 70px;
                height: calc(100vh - 70px);
            }
            
            .menu-container {
                min-height: calc(100vh - 70px);
                padding: 30px 15px 50px 15px;
            }

            .menu-item {
                font-size: 1.6rem;
                margin: 10px 0;
                padding-left: 30px;
            }

            .dropdown-item {
                font-size: 1.2rem;
                padding: 6px 0;
            }

            .sub-dropdown-item {
                font-size: 0.95rem;
                padding: 4px 0;
            }

            .sub-dropdown-content {
                padding-left: 15px;
            }

            .contact-info p {
                font-size: 0.9rem;
            }

            .contact-info .email {
                font-size: 1rem;
            }

            .social-icons a {
                font-size: 0.9rem;
                margin: 0 5px 0 0;
            }

            .dropdown-arrow {
                font-size: 1rem;
                margin-left: 12px;
            }

            .sub-dropdown-arrow {
                font-size: 0.8rem;
                margin-left: 8px;
            }

            .navbar-brand {
                font-size: 1.5rem;
            }

            .navbar-brand small {
                font-size: 0.4rem;
            }

            .menu-toggle{

                     
            background: none;
            border: none;
            color: #fff;
            font-size: 1.2rem;
            cursor: pointer;
            padding: 10px;
            transition: transform 0.3s ease;
            margin-right: 25px;
   

            }
        }

.main-hero .btn-combo-inside {
  display: inline-flex;
  align-items: center;
  background-color: #f9d742   
;
  border: none;
  padding: 8px 13px;
  border-radius: 50px;
  color: #fff;
  font-family: 'Baloo Bhai 2', ;
  font-weight: 600;
  font-size: 16px;
  transition:  0.4s ease;
  text-decoration: none;
}

.main-hero .btn-combo-inside .icon-circle {
  width: 40px;
  height: 40px;
  background-color: #282828;
  color: #f9d742
;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 16px;
  transition: 0.1s;
}

.main-hero .btn-combo-inside .icon-circle i {
  color: white;
}

.main-hero .btn-combo-inside:hover {
  background-color: #9c8540
;
  color: white;
  text-decoration: none;
}

/* .main-hero .btn-combo-inside:hover .icon-circle {
  background-color: #817346
;
} */

.main-hero .hero-content {
  padding: 100px 20px 60px;
  color: white;
  text-align: center;
  z-index: 5;
  position: relative;
  backdrop-filter: brightness(1.1);
  margin-top: 10%;
}

.main-hero .hero-content h1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 140%;
}

.main-hero .hero-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 700px;
  margin: 20px auto;
}

.brand-strip-wrapper {
  overflow: hidden;
  white-space: nowrap;
  padding: 30px 0;
  position: relative;
}

.brand-strip-wrapper .brand-strip {
  display: inline-flex;
  animation: scroll-marquee 30s linear infinite;
}

.brand-strip-wrapper .brand-strip:hover {
  animation-play-state: paused;
}

.brand-strip-wrapper .brand-item {
  display: flex;
  align-items: center;
  margin-right: 80px;
  padding: 0 20px;
  color: #6D7D7D;
  /* background-color: #1f1f1f; */
  border-radius: 12px;
  /* box-shadow: inset 0 0 10px rgba(0,0,0,0.4); */
}

.brand-strip-wrapper .brand-item img {
  height: 50px;
  margin-right: 10px;
  opacity: 0.6;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.brand-strip-wrapper .brand-item:hover img {
  transform: scale(1.05);
  opacity: 1;
}

.martel span { font-family: 'Martel Sans', sans-serif; font-size: 30px; }
.mitr span { font-family: 'MitR', sans-serif; font-size: 40px; }
.alex-brush span { font-family: 'Alex Brush', cursive; font-size: 40px; }
.almarai span { font-family: 'Almarai', sans-serif; font-weight: 700; font-size: 20px; }

@keyframes scroll-marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}




@media (max-width: 992px) {
  /* .main-hero .navbar-brand { font-size: 2rem; } */
  .main-hero .hero-content { padding: 60px 15px 50px; }
  .main-hero .hero-content h1 { font-size: 32px; }
  .main-hero .hero-content p { font-size: 16px; }
}

@media (max-width: 576px) {
  .main-hero { margin: 1rem; height: auto; }
  .main-hero .hero-content { padding: 60px 15px 40px; }
  .main-hero .hero-content h1 { font-size: 24px; }
  .main-hero .hero-content p { font-size: 14px; }
  /* .main-hero .navbar-collapse {
    background: transparent !important;
    padding: 10px 0 0 0;
  } */
  /* .main-hero .navbar-nav .nav-link {
    padding: 8px 0;
  } */
  /* .navbar-logo{
    padding: 0px 40px;
  } */

/* .main-hero .btn-combo-inside {
  
  padding: 4px 12px;
  border-radius: 50px;
  color: #fff;
  font-family: 'Baloo Bhai 2';
  font-weight: 500;
  font-size: 13px;
  transition: transform 0.2s ease;
  text-decoration: none;
} */

.main-hero .btn-combo-inside .icon-circle {
  width: 40px;
  height: 40px;
  background-color: #282828;
  color: #f9d742
;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 13px;
  transition: 0.8s;
}

}




@media (min-width: 576px) and (max-width: 1024px) {



      .main-hero {

  height: 60vh !important;

}
  
  .main-hero .hero-content {
    margin-top: 15%; 
    padding: 60px 20px;
  }
  
  .main-hero .hero-content h1 {
    font-size: 36px;
    line-height: 1.3;
  }
  
  .main-hero .hero-content p {
    font-size: 18px; 
  }
  

  #carouselExampleControls .carousel-inner,
  #carouselExampleControls .carousel-item,
  #carouselExampleControls .carousel-item img {
    height: 70vh; 
    object-fit: cover;
  }
  

  .main-hero .btn-combo-inside {
    font-size: 14px;
    padding: 8px 15px;
  }
  
  .main-hero .btn-combo-inside .icon-circle {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}









    /* about////////////////////////////////////// */

    .about-section {
            background-color: #191D1D;
            min-height: 100vh;
            padding: 80px 0;

        }
        .about-label.animate {
  animation: fadeInScale 0.6s ease-out forwards;
}

        .about-heading.animate {
  animation: fadeInScale 0.7s ease-out forwards;
}

        .about-description.animate {
  animation: fadeInScale 0.8s ease-out forwards;
}


        .learn-btn.animate {
  animation: fadeInScale 0.7s ease-out forwards;
}
        .timeline-wrapper.animate {
  animation: fadeInScale 0.7s ease-out forwards;
}
        
        .about-section .about-label {
            font-family: 'Poppins', sans-serif;
            color: #6D7D7D;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }
        
        .about-section .about-heading {
            font-family: 'Libre Baskerville', serif;
            color: #FFFFFF;
            font-size: 40px;
            font-weight: 400;
            line-height: 3.5rem;
            margin-bottom: 30px;
        }
        
        .about-section .about-description {
            font-family: 'Poppins', sans-serif;
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.6;
            margin-bottom: 40px;
        }
        
        .about-section .learn-btn {
            font-family: 'Kanit', sans-serif;
            color: #FFFFFF;
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
            border: 1px solid #6D7D7D;
            padding: 12px 120px;
            text-transform: uppercase;
            letter-spacing: 10px;
            transition: all 0.3s ease;
            display: inline-block;
            margin-bottom: 60px;
            border-radius: 30px;
        }
        
        .about-section .learn-btn:hover {
            color: #191D1D;
            background-color: #FFFFFF;
            border-color: #FFFFFF;
        }
        
        .about-section .stats-container {
            display: flex;
            gap: 60px;
            margin-top: 20px;
        }
        
        .about-section .stat-item {
            text-align: left;
        }
        
        .about-section .stat-number {
            font-family: 'Poppins', sans-serif;
            color: #FFFFFF;
            font-size: 48px;
            font-weight: 400;
            line-height: 1;
            margin-bottom: 5px;
        }
        
        .about-section .stat-label {
            font-family: 'Poppins', sans-serif;
            color: #6D7D7D;
            font-size: 14px;
            font-weight: 400;
        }
        
        /* .images-container {
            position: relative;
            height: 500px;
        } */

                .top-image.animate {
  animation: fadeInScale 0.7s ease-out forwards;
}
                .bottom-image.animate {
  animation: fadeInScale 0.7s ease-out forwards;
}

        /* .top-image img{
            height: 370px;
            width: 350px;
        }

        .bottom-image img{
            height: 300px;
            width: 400px;
        } */


        
        
        /* .top-image { */
            /* position: absolute;
            top: 0;
            right: 0;
            width: 280px;
            height: 200px;
            border-radius: 8px;
            overflow: hidden;
            z-index: 2;
        } 
        
        /* .top-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .bottom-image {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 320px;
            height: 240px;
            border-radius: 8px;
            overflow: hidden;
            z-index: 1;
        }
        
        .bottom-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .decorative-square {
            position: absolute;
            top: -15px;
            left: -15px;
            width: 80px;
            height: 80px;
            background-color: #C5A572;
            border-radius: 8px;
            z-index: 3;
        }
        
        .arrow-container {
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 60px;
            height: 60px;
            background-color: #000000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 3;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .arrow-container:hover {
            transform: translateY(-2px);
        }
        
        .arrow-container i {
            color: #FFFFFF;
            font-size: 18px;
        } */
        

        @media (max-width: 1199.98px) {
  .about-section .top-image,
  .about-section .bottom-image {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    max-width: 280px; 
  }
}

        @media (max-width: 991px) {
            .about-section .about-heading {
                font-size: 36px;
            }
            
            .about-section .stats-container {
                gap: 40px;
            }
            

            

        }



                @media (max-width: 576px) {


                    .about-section{
                    

                        padding-top: 50px;
                        padding-left: 20px;
                        padding-right: 20px;
                        padding-bottom: 0px;

                    }

                    .about-section .learn-btn {
           
            font-size: 10px;
            font-weight: 400;
           
            padding: 10px 90px;
           
            letter-spacing: 3px;

        }
            
            .about-section .about-heading {
                font-size: 23px;
            }
            
            .about-section .stats-container {
                /* flex-direction: column; */
                text-align: center;
                gap: 10px;
            }
            
            .about-section .stat-number {
                font-size: 30px;
            }


            
            .about-section .decorative-square {
                width: 60px;
                height: 60px;
            }
            


       .about-section  .top-img,
.about-section .bottom-img {
    border-radius: 8px;
    object-fit: cover;
}

                }
        
        @media (max-width: 767px) {

            .about-section .learn-btn{
                letter-spacing: 5px;
            }
            .about-section .about-heading {
                font-size: 28px;
            }
            
            .about-section .stats-container {
                /* flex-direction: column; */
                text-align: center;
                gap: 10px;
            }
            
            .about-section .stat-number {
                font-size: 36px;
            }


            
            .about-section .decorative-square {
                width: 60px;
                height: 60px;
            }
            



                    /* .top-image img{
            height: 250px;
            width: 450px;
        }

        .bottom-image img{
            height: 300px;
            width: 300px;
        } */



       .about-section  .top-img,
.about-section .bottom-img {
    border-radius: 8px;
    object-fit: cover;
}

/* Large screen sizes */
@media (min-width: 992px) {
    .about-section .top-img {
        max-width: 330px;
        height: auto;
    }

    .about-section .bottom-img {
        max-width: 500px;
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .about-section .top-img,
    .about-section .bottom-img {
        width: 500px;
        height: auto;
    }

    /* .top-image,
    .bottom-image {
        padding-left: 15px;
        padding-right: 15px;
    } */
}

        }







        /* ourservices/////////////////////////////////////////////////////////////////////////// */


        .services-section{
            background-color: #131616;
            margin: 0;
            padding: 0;
        }

         .services-section {
            background-color: #131616;
            /* padding: 80px 0; */
            min-height: 100vh;
        }
        .services-section .container{
            padding: 100px 0px;
        }

        .services-section .services-title {
            font-family: 'Libre Baskerville', serif;
            font-size: 66px;
            color: #ffffff;
            /* text-align: center; */
            margin-bottom: 60px;
            font-weight: 400;
        }

        .services-section .service-card {
            background: transparent;
            border: none;
            padding: 40px 20px;
            height: 100%;
        }

        .services-section .service-header {
            display: flex;
            align-items: flex-start;
            gap: 20px;
        }

        .service-card.animate {
  animation: fadeInScale 0.7s ease-out forwards;
}

        .services-section .service-icon {
            width: 60px;
            height: 60px;
            /* background-color: #333; */
            /* border: 2px solid #666; */
            /* border-radius: 8px; */
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            color: white;
        }

        .services-section .service-text {
            flex: 1;
            padding: 0px 10px;
        }

        .services-section .service-title {
            font-family: 'Inter', sans-serif;
            font-size: 23px;
            font-weight: 600;
            color: #ffffff;
            margin: 0 0 8px 0;
            line-height: 1.3;
        }

        .services-section .service-description {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 500;
            color: #cccccc;
            line-height: 1.6;
            padding-top: 20px;
            margin: 0;
        }

        @media (max-width: 767.98px) {
            .services-section .services-title {
                font-size: 2.5rem;
                margin-bottom: 40px;
            }

            .services-section .service-card {
                padding: 30px 15px;
                margin-bottom: 20px;
            }

            .services-section .service-title {
                font-size: 1.25rem;
            }

            .services-section .service-description {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 575.98px) {

            .services-section{
                margin: 0px !important;
            }
            .services-section .services-title {
                font-size: 2rem;
                text-align: center;
            }

            .services-section .service-card {
                padding: 25px 10px;
            }
        }



















        .timeline-container {
            /* background: radial-gradient(ellipse 80% 100% at center, #000000 0%, #1a1a1a 70%, #2d2d2d 100%); */
            /* border-radius: 80px; */
            padding: 100px 0px;
            position: relative;
            overflow: hidden;
            min-height: 600px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .timeline .arch-section{
            background-color: transparent;
            color: white;
            text-align: center;
            overflow: hidden;
        }

        .timeline .arch-shape{
            width: 100%;
            aspect-ratio: 2 / 1;
            background-color: #111111;
            border-top-left-radius: 100% 100%;
            border-top-right-radius: 100% 100%;
        }

        /* @keyframes shimmer {
            0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
            50% { transform: translate(-48%, -52%) rotate(180deg); }
        } */

        .timeline .main-title {
            font-family: 'Libre Baskerville', serif;
            font-size: 3.2rem;
            color: #ffffff;
            text-align: center;
            margin-bottom: 100px;
            position: relative;
            z-index: 2;
            letter-spacing: -0.02em;
            font-weight: normal !important;
        }

        .timeline-wrapper {
            position: relative;
            z-index: 2;
            height: 300px;
            display: flex;
            align-items: center;
        }

        .timeline-line {
            position: absolute;
            top: 50%;
            left: 8%;
            right: 8%;
            height: 3px;
            background: #f9d742
;
            border-radius: 2px;
            transform: translateY(-50%);
            box-shadow: 0 0 20px rgba(154, 205, 50, 0.3);
        }

        .timeline-points {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .timeline-point {
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .timeline-point:nth-child(1) {
            left: 8%;
            top: 50%;
            transform: translateY(-50%);
        }

        .timeline-point:nth-child(2) {
            left: 36%;
            top: 50%;
            transform: translateY(-50%);
        }

        .timeline-point:nth-child(3) {
            left: 64%;
            top: 50%;
            transform: translateY(-50%);
        }

        .timeline-point:nth-child(4) {
            left: 88%;
            top: 50%;
            transform: translateY(-50%);
        }

        .timeline .point-circle {
            width: 60px;
            height: 60px;
            background: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 1.5rem;
            color: #000;
            position: relative;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 4;
        }

        .timeline .point-circle::before {
            content: '';
            position: absolute;
            inset: -3px;
            background: #d4af37;
            border-radius: 50%;
            z-index: -1;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .timeline-point:hover .point-circle::before {
            opacity: 1;
        }

        .timeline-point:hover .point-circle {
            transform: scale(1.1);
            box-shadow: 0 12px 35px rgba(154, 205, 50, 0.4);
        }

        .timeline .point-content {
            text-align: center;
            transition: all 0.4s ease;
            position: absolute;
            width: 220px;
            left: 50%;
            transform: translateX(-50%);
        }

        .timeline-point:nth-child(1) .point-content,
        .timeline-point:nth-child(3) .point-content {
            top: 80px;
        }


        .timeline-point:nth-child(2) .point-content,
        .timeline-point:nth-child(4) .point-content {
            bottom: 80px;
        }

        .timeline .point-year {
            font-family: 'Inter', sans-serif;
            font-size: 2rem;
            font-weight: 600;
            color: #f9d742
;
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }

        .timeline .point-description {
            font-family: 'Inter', sans-serif;
            font-size: 0.8rem;
            color: #cccccc;
            line-height: 1.6;
            font-weight: 300;
            transition: all 0.3s ease;
        }

        .timeline-point:hover .point-year {
            color: #ffffff;
            transform: translateY(-5px);
        }

        .timeline-point:hover .point-description {
            color: #ffffff;
            transform: translateY(-3px);
        }

        .timeline-point:hover {
            transform: translateY(-60px) scale(1.05);
        }

        .timeline-point::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(154, 205, 50, 0.1);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.6s ease;
            z-index: 1;
        }

        .timeline-point:hover::before {
            width: 200px;
            height: 200px;
        }

        @media (max-width: 1200px) {
            .timeline-container {
                padding: 60px 30px;
                border-radius: 60px;
            }
            
            .timeline .main-title {
                font-size: 3rem;
                margin-bottom: 80px;
            }
            
            .timeline .point-circle {
                width: 50px;
                height: 50px;
                font-size: 1.2rem;
            }
            
            .timeline .point-year {
                font-size: 1.6rem;
            }
            
            .timeline .point-description {
                font-size: 0.7rem;
            }
            
            .timeline .point-content {
                width: 180px;
            }
        }

        @media (max-width: 992px) {
            .timeline-container {
                padding: 50px 25px;
                border-radius: 50px;
            }
            
            .timeline .main-title {
                font-size: 2.5rem;
                margin-bottom: 70px;
            }
            
            .timeline-wrapper {
                height: 280px;
            }
            
            .timeline .point-content {
                width: 160px;
            }
            
            .timeline .point-description {
                font-size: 0.65rem;
            }
        }

        @media (max-width: 768px) {
            .timeline-container {
                padding: 40px 20px;
                border-radius: 40px;
                min-height: 900px;
            }
            
            
            .timeline .main-title {
                font-size: 2rem;
                margin-bottom: 60px;
            }
            
            .timeline-wrapper {
                height: 600px;
                width: 100%;
            }
            

            .timeline-line {
                top: 8%;
                bottom: 8%;
                left: 50%;
                right: auto;
                width: 3px;
                height: auto;
                transform: translateX(-1.5px);
                z-index: 1;
                background: linear-gradient(180deg, #f9d742, #f9d742, #dee0da);
            }
            

            .timeline-point {
                left: 50% !important;
                transform: translateX(-50%) !important;
                z-index: 3;
                top: auto !important;
            }
            

            .timeline-point:nth-child(1) { 
                top: 8% !important; 
            }
            .timeline-point:nth-child(2) { 
                top: 36% !important; 
            }
            .timeline-point:nth-child(3) { 
                top: 62% !important; 
            }
            .timeline-point:nth-child(4) { 
                top: 90% !important; 
            }
            
            .timeline .point-circle {
                width: 30px;
                height: 30px;
                font-size: 1rem;
                z-index: 4;
                position: relative;
            }
            
            .timeline .point-year {
                font-size: 1.4rem;
            }
            
            .timeline .point-description {
                font-size: 0.85rem;
            }
            
            .timeline .point-content {
                width: 200px;
                position: absolute;
            }
            
           
            .timeline-point .point-content {
                left: auto;
                right: auto;
                top: 0;
                transform: translateY(-50%);
            }
            
         
            .timeline-point:nth-child(1) .point-content {
                left: 60px !important;
                right: auto !important;
                text-align: left;
            }

           
            .timeline-point:nth-child(2) .point-content {
                left: auto !important;
                right: 60px !important;
                text-align: right;
            }

 
            .timeline-point:nth-child(3) .point-content {
                left: 60px !important;
                right: auto !important;
                text-align: left;
            }

            
            .timeline-point:nth-child(4) .point-content {
                left: auto !important;
                right: 60px !important;
                text-align: right;
            }
            
            .timeline-point:hover {
                transform: translateX(-50%) scale(1.05) !important;
            }
        }

        @media (max-width: 576px) {
            .timeline-container {
                padding: 30px 15px;
                border-radius: 30px;
                min-height: 1000px;
            }
            
            .timeline .main-title {
                font-size: 2rem;
                /* margin-bottom: 20px; */
            }
            
            .timeline-wrapper {
                height: 550px;
            }

            .timeline-line {
                top: 8%;
                bottom: 8%;
                left: 50%;
                right: auto;
                width: 3px;
                height: auto;
                transform: translateX(-1.5px);
                z-index: 1;
                background: #f9d742
;
            }
            
 
            .timeline-point {
                left: 50% !important;
                transform: translateX(-50%) !important;
                z-index: 3;
                top: auto !important;
            }
            
            
            .timeline-point:nth-child(1) { 
                top: 8% !important; 
            }
            .timeline-point:nth-child(2) { 
                top: 36% !important; 
            }
            .timeline-point:nth-child(3) { 
                top: 62% !important; 
            }
            .timeline-point:nth-child(4) { 
                top: 90% !important; 
            }
            
            .timeline .point-circle {
                width: 45px;
                height: 45px;
                font-size: 1.1rem;
                z-index: 4;
                position: relative;
            }
            
            .timeline .point-year {
                font-size: 1.1rem;
            }
            
            .timeline .point-description {
                font-size: 0.6rem;
            }
            
            .timeline .point-content {
                width: 140px;
                position: absolute;
            }
   
            .timeline-point .point-content {
                left: auto;
                right: auto;
                top: 0;
                transform: translateY(-50%);
            }
            
            
            .timeline-point:nth-child(1) .point-content {
                left: 50px !important;
                right: auto !important;
                text-align: center;
            }

 
            .timeline-point:nth-child(2) .point-content {
                left: auto !important;
                right: 50px !important;
                text-align: center;
            }

            .timeline .timeline-point:nth-child(3) .point-content {
                left: 30px !important;
                right: auto !important;
                text-align: center;
            }

            .timeline .timeline-point:nth-child(4) .point-content {
                left: auto !important;
                right: 40px !important;
                text-align: center;
            }
            
            .timeline .timeline-point:hover {
                transform: translateX(-50%) scale(1.03) !important;
            }
        }





        @media (max-width: 776px) {
    .services-section .container {
        padding: 60px 25px !important; 
    }
    
    .timeline .arch-shape {
        border-radius: 0 !important;
        background-color: transparent !important; 
    }
    
    .timeline-container {
        padding: 10px 0 !important; 
    }
    

    .container, .container-fluid {
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    

    .timeline-point:nth-child(1) .point-content,
    .timeline-point:nth-child(3) .point-content {
        left: 40px !important;
    }
    
    .timeline-point:nth-child(2) .point-content,
    .timeline-point:nth-child(4) .point-content {
        right: 40px !important;
    }
}














    /* design your dream///////////////////// */

    .dream-container {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 160px 0;
            background-color: #191D1D;
        }


                        .dream-container.animate {
  animation: appear 0.7s ease-out forwards;
}

        .dream-container .left-section {
            position: relative;
            height: 700px;
            overflow: hidden;
            /* border-radius: 20px; */
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        }

        .dream-container .hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .dream-container .left-section:hover .hero-image {
            transform: scale(1.05);
        }

        .dream-container .right-section {
            padding-left: 40px;
        }

        .dream-container .main-heading {
            font-family: 'Libre Baskerville', serif;
            font-size: 50px;
            font-weight: 400;
            line-height: 70px;
            margin-bottom: 30px;
            background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .dream-container .description {
            font-size: 20px;
            line-height: 1.6;
            margin-bottom: 40px;
            color: #cccccc;
            font-weight: 500;
            font-family: 'Inter', sans-serif;
        }

        .dream-container .accordion-container {
            margin-bottom: 30px;
        }

        .dream-container .accordion-item {
            /* background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px; */
            border-bottom: 1px solid #DADADA;
            margin-bottom: 15px;
            /* backdrop-filter: blur(10px); */
            transition: all 0.3s ease;
        }

        .dream-container .accordion-item:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }

        .dream-container .accordion-header {
            padding: 20px 25px;
            cursor: pointer;
            display: flex;
            justify-content: between;
            align-items: center;
            transition: all 0.3s ease;
            user-select: none;
        }

        .dream-container .accordion-title {
            font-size: 1.2rem;
            font-weight: 500;
            color: #ffffff;
            flex-grow: 1;
        }

        .dream-container .accordion-icon {
            font-size: 1.3rem;
            color: white;
            transition: all 0.3s ease;
            margin-left: 15px;
        }

        .dream-container .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            background: rgba(255, 255, 255, 0.02);
        }

        .dream-container .accordion-content.active {
            max-height: 300px;
            padding: 0 25px 20px 25px;
        }

        .dream-container .accordion-content p {
            color: #b0b0b0;
            line-height: 1.6;
            margin: 0;
        }

        .dream-container .learn-more-btn {
            background: #f9d742
;
            color: white;
            padding: 15px 35px;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            /* box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3); */
            text-decoration: none;
            display: inline-block;
        }

        .dream-container .learn-more-btn:hover {
            transform: translateY(-3px);
            /* box-shadow:  5px rgba(195, 241, 196, 0.4); */
            background-color:#9d8125
 ;
            color: white;
            text-decoration: none;
        }

        @media (max-width: 992px) {
            .dream-container .right-section {
                padding-left: 0;
                margin-top: 40px;
            }
            
            .dream-container .main-heading {
                font-size: 2.8rem;
            }
        }

        @media (max-width: 768px) {
            .dream-container .main-heading {
                font-size: 2rem;
                text-align: center;
                padding: 10px 20px;
            }
            



                            .dream-container .description {
            font-size: 15px;
            line-height: 1.5;
            /* margin-bottom: 40px; */
            padding: 0px 30px;
            text-align: justify;

            /* padding: 0px 3px; */
            
        }


        .dream-container .learn-more-btn {
            
            padding: 12px 30px;
           
            font-size: 1rem;
            font-weight: 500;
            margin-left: 40%;
        }
            
            .dream-container .left-section {
                height: 400px;
            }

                    .dream-container .hero-image {
            padding: 0px 20px;
        }


                .accordion-container{
            padding: 0px 30px;
        }
        }




                @media (max-width: 568px) {
            /* .dream-container .main-heading {
                font-size: 1.4rem;
                text-align: center;
            } */


                    .dream-container .main-heading {
     
            font-size: 30px;
            font-weight: 400;
            line-height: 60px;

        }
            
            /* .dream-container .description {
                text-align: center;
            } */
            
            .dream-container .left-section {
                height: 400px;
            }

                    .dream-container .hero-image {
            padding: 0px 20px;
        }
        .accordion-container{
            padding: 0px 30px;
        }


                .dream-container .accordion-title {
            font-size: 0.9rem;

        }

                .dream-container .accordion-content {
           font-size: 0.9rem;
        }

                .dream-container .description {
            font-size: 15px;
            line-height: 1.5;
            /* margin-bottom: 40px; */
            padding: 0px 30px;
            text-align: justify;

            /* padding: 0px 3px; */
            
        }


        .dream-container .learn-more-btn {
            
            padding: 12px 30px;
           
            font-size: 1rem;
            font-weight: 500;
            margin-left: 30%;
        }

        }












/* ==== Gallery Layout ==== */
.images-row {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.images-row .image-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.gallery-item {
  width: 25%;
  cursor: pointer;
}

.row-img {
  width: 100%;
  height: 415px;
  object-fit: cover;
  display: block;
}


@media (max-width: 768px) {
  .gallery-item {
    width: 50%;
  }

  .row-img {
    height: 250px;
  }
}

@media (max-width: 576px) {
  .gallery-item {
    width: 100%;
  }

  .row-img {
    height: 200px;
  }
}


.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lightbox.active {
  display: flex;
  opacity: 1;
}

.lightbox-container {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lightbox-image.active {
  opacity: 1;
}

.lightbox-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  opacity: 1;
  z-index: 10001;
}

.lightbox-btn {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #000;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.lightbox-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.05);
}

/* Navigation Arrows */
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10001;
  transition: all 0.3s ease;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

.lightbox-nav:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(1.05);
}

.lightbox-counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  color: white;
  backdrop-filter: blur(10px);
  z-index: 10001;
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.loading-spinner.show {
  opacity: 1;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}



.lightbox-image.fade-out {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lightbox-image.fade-in {
  opacity: 1;
  transition: opacity 0.4s ease;
}






/* blog//////////////////////// */
    .blog-section{

      background-color: #0e0f0f;
      color: #ccc;
      /* font-family: 'Kanit', sans-serif; */


    }
    .blog-section .section-title {
      font-family: 'Baskerville Old Face', serif;
      color: white;
      font-size: 3.2rem;
      margin-top: 20px;
      font-weight: 300;
    }

    .blog-section .blog-label {
      font-family: 'Kanit', sans-serif;
      letter-spacing: 4px;
      color: #6D7D7D;
      font-size: 0.9rem;
    }

    .blog-section .blog-card {
      background-color: #0e0f0f;
      border: none;
      color: #ccc;
      font-family: 'Poppins', sans-serif;
    }
   

    




        .blog-card.animate {
  animation: fadeInScale 0.7s ease-out forwards;
}


    .blog-section .blog-card img {
      width: 100%;
      aspect-ratio: 490 / 360;
      object-fit: cover;
      border-radius: 0;
    }

    .blog-section .blog-card p {
      font-size: 0.9rem;
      margin-top: 15px;
    }

    .blog-section .learn-more {
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 5px;
      color: white;
      text-transform: uppercase;
      display: inline-block;
      margin-top: 10px;
      text-decoration: none;
    }

    .blog-section .learn-more::after {
      content: ' >';
      color: white;
      padding-left: 5px;
    }

    .blog-section .divider {
      border-top: 1px solid #333;
      margin-top: 40px;
    }


    .blog-section .card-container {
      max-width: 1440px;
      margin: auto;
    }



    /* testimonial???????????????????????????????????? */


    .testimonial-container-section {
  width: 100%;
  background-color: #191D1D;
  color: white;
  overflow-x: hidden;
  position: relative;
}

    .testimonial-container-section .testimonial-section {
      padding-left: 150px;
      font-family: 'Poppins', sans-serif;
    }

    .testimonial-container-section .testimonial-wrapper {
      position: relative;
      height: 700px;
      width: 700px;
    }

    .testimonial-container-section .background-clipped-image {
      position: relative;
      height: 600px;
      width: 600px;
      background-image: url('images/a5c211f7e99af71b78e5335eda7930c6a7530ec8.jpg');
      background-size: cover;
      background-position: center;
      clip-path: polygon(0 0, 100% 0, 100% 40%, 30% 40%, 30% 100%, 0 100%);
    }

    /* .testimonial-text-overlay {
      position: absolute;
      top: 50px;
      left: 640px;
      font-size: 50px;
      font-weight: 600;
      white-space: nowrap;
      color: white;
      z-index: 3;
      font-family: 'Inter', sans-serif;
    } */


    .testimonial-container-section .testimonial-text-overlay {
  position: absolute;
  top: 50px;
  left: 640px;
  font-size: 40px;
  font-weight: normal;
  color: white;
  z-index: 3;
  /* font-family: 'Inter', sans-serif; */
            font-family: 'Libre Baskerville', serif;

  white-space: normal;
  width: 600px;
  line-height: 1.2;
  word-break: break-word;
}


    .testimonial-container-section .cards-overlay {
      position: absolute;
      top: 65%;
      left: 88%;
      transform: translate(-50%, -50%);
      display: flex;
      gap: 40px;
      z-index: 2;
      flex-wrap: nowrap;
      justify-content: center;
    }

    .testimonial-container-section .testimonial-card {
      background-color: #1c1c1c;
      padding: 30px;
      width: 400px;
      height: 400px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
      display: none;
      flex-direction: column;
      justify-content: space-between;
      font-size: 20px;
      transition: opacity 0.8s ease, transform 0.8s ease;
         opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;


    }
.testimonial-container-section .testimonial-card.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

    .testimonial-container-section .testimonial-card:hover {
      transform: translateY(-8px) scale(1.01);
      box-shadow: 0 10px 26px rgba(0, 0, 0, 0.75);
    }

   .testimonial-container-section .quote-icon {
      height: 30px;
      width: 35px;
      margin-bottom: 50px;
    }

    .testimonial-container-section .user-info {
      display: flex;
      align-items: center;
    }

    .testimonial-container-section .user-img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-right: 15px;
    }

    .testimonial-container-section .user-text {
      font-size: 18px;
      color: #ccc;
    }

    .testimonial-container-section .carousel-controls {
      position: absolute;
      top: 620px;
      left: 0;
      display: flex;
      gap: 20px;
      z-index: 3;
    }

    .testimonial-container-section .carousel-controls button {
      width: 70px;
      height: 70px;
      background-color: #fff;
      color: #000;
      font-size: 2rem;
      font-weight: bold;
      border: none;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .testimonial-container-section .carousel-controls button:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    }

    @media (max-width: 1425px) {
      .testimonial-container-section .testimonial-section {
        padding-left: 0px;
        display: flex;
        justify-content: center;
      }

      .testimonial-container-section .testimonial-wrapper {
        height: 700px;
        width: 700px;
      }

      .testimonial-container-section .background-clipped-image {
        height: 500px;
        width: 500px;
      }

      .testimonial-container-section .testimonial-text-overlay {
        top: 50px;
        left: 530px;
        font-size: 28px;
            font-family: 'Libre Baskerville', serif;

      }

      .testimonial-container-section .cards-overlay {
        top: 53%;
        left: 69%;
        transform: translate(-50%, -50%);
        gap: 20px;
      }

      .testimonial-container-section .testimonial-card {
        width: 300px;
        height: 300px;
        font-size: 14px;
      }

      .testimonial-container-section .quote-icon {
        height: 20px;
        width: 25px;
        margin-bottom: 40px;
      }

      .testimonial-container-section .carousel-controls {
        top: 520px;
      }

      .testimonial-container-section .carousel-controls button {
        width: 60px;
        height: 60px;
      }

      .testimonial-container-section .user-img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 14px;
    }

    .testimonial-container-section .user-text {
      font-size: 16px;
      color: #ccc;
    }
    }



    @media (max-width: 946px) {
      .testimonial-container-section .testimonial-section {
        padding-left: 0px;
        display: flex;
        justify-content: center;
      }

      .testimonial-container-section .testimonial-wrapper {
        height: 700px;
        width: 700px;
      }

      .testimonial-container-section .background-clipped-image {
        height: 450px;
        width: 450px;
      }

      .testimonial-container-section .testimonial-text-overlay {
        top: 50px;
        left: 530px;
        font-size: 30px;
            font-family: 'Libre Baskerville', serif !important;

      }

      .testimonial-container-section .cards-overlay {
        top: 47%;
        left: 63%;
        transform: translate(-50%, -50%);
        gap: 20px;
      }

      .testimonial-container-section .testimonial-card {
        width: 280px;
        height: 280px;
        font-size: 12px;
      }

      .testimonial-container-section .quote-icon {
        height: 13px;
        width: 18px;
        margin-bottom: 40px;
      }

      .testimonial-container-section .carousel-controls {
        top: 470px;
      }

      .testimonial-container-section .carousel-controls button {
        width: 60px;
        height: 60px;
      }


          .testimonial-container-section .testimonial-text-overlay {
  position: absolute;
  top: 30px;
  left: 480px;
  font-size: 30px;
  font-weight: 600;
  color: white;
  z-index: 3;
  font-family: 'Inter', sans-serif;
  white-space: normal;
  width: 300px;
  line-height: 1.2;
  word-break: break-word;
}



.testimonial-container-section .user-img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 12px;
    }

    .testimonial-container-section .user-text {
      font-size: 16px;
      color: #ccc;
    }
    }




    @media (max-width: 768px) {
      .testimonial-container-section .testimonial-section {
        padding-left: 15px;
        padding-right: 15px;
      }

      .testimonial-container-section .testimonial-wrapper {
        width: 100%;
        height: auto;
      }

      .testimonial-container-section .background-clipped-image {
        display: none;
      }

      .testimonial-container-section .testimonial-text-overlay {
        position: relative;
        top: unset;
        left: unset;
        font-size: 20px;
        text-align: center;
        margin: 20px 0;
        display: block;
      }

      .testimonial-container-section .cards-overlay {
        position: relative;
        transform: none;
        top: unset;
        left: unset;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
        padding:20px 20px;
      }

      .testimonial-container-section .testimonial-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        font-size: 16px;
      }

      .testimonial-container-section .carousel-controls {
        position: relative;
        top: unset;
        left: unset;
        justify-content: center;
        margin-top: 20px;
      }

  .testimonial-container-section .testimonial-text-overlay {
    position: relative;
    top: unset;
    left: unset;
    font-size: 30px;
    text-align: center;
    margin: 20px auto;
    display: block;
    width: fit-content;
    max-width: 100%;
    line-height: 1.3;
    word-break: break-word;
    /* padding-bottom: 10px; */
  }
  }








/* footeerrr? */




    footer {
      padding-top: 40px;
      background-color: #0e0f0f;
      
    }

    .footer-nav {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: end;
      gap: 50px;
      flex-wrap: wrap;
    }

    .footer-nav li a {
      text-decoration: none;
      color: #ccc;
      font-size: 0.95rem;
      transition: color 0.3s;
    }

    .footer-nav li a:hover {
      color: #fff;
    }

    .footer-line {
      border-top: 1px solid #444;
      margin: 60px 0;
    }

    .footer-text {
      font-size: 0.9rem;
      color: #ccc;
      text-align: left;
    }

    .footer-icons {
      text-align: right;
    }

    .footer-icons a {
      display: inline-block;
      margin-left: 15px;
      color: #ccc;
      font-size: 1rem;
      border: 1px solid #555;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      transition: all 0.3s;
    }

    .footer-icons a:hover {
      color: white;
      border-color: white;
    }

    .footer-copy {
      text-align: left;
      font-size: 0.85rem;
      color: #FFFFFF;
      margin-top: 10px;
      padding-bottom: 20px;
      font-weight: 400;
    }

    @media (max-width: 576px) {
      .footer-text,
      .footer-icons {
        text-align: center;
      }

      .footer-icons a {
        margin-left: 10px;
        margin-right: 10px;
      }
    }

    @media (max-width:769px) {
        .footer-nav{
            justify-content: center;
            gap: 20px;
        }

            .footer-nav li a {
      
      font-size: 0.80rem;
      transition: color 0.3s;
    }

    @media (max-width: 576px) {
  .footer-copy {
    text-align: center;
  }
}


  }


    .subscribe{
    background-color: white;
    color: black;
    text-align: center;
    padding: 50px 0px;
}

.subscribe h5{
      font-family: 'Baskerville Old Face', serif;
      font-size: 58px;
      font-weight: 400;
      margin-bottom: 50px;
      color: #1F1F1F;
    
}

.subscribe p{
    font-weight: 500;
    font-size: 20px;
      font-family: 'Poppins', sans-serif;
      color: #545454;
      margin-bottom: 30px;

}


@media (max-width:796px) {

        .subscribe{
    background-color: white;
    color: black;
    text-align: center;
    padding: 30px 20px;
}

.subscribe h5{
      font-family: 'Baskerville Old Face', serif;
      font-size: 38px;
      font-weight: 400;
      margin-bottom: 50px;
      color: #1F1F1F;
    
}

.subscribe p{
    font-weight: 500;
    font-size: 14px;
      font-family: 'Poppins', sans-serif;
      color: #545454;
      margin-bottom: 30px;

}



@media (max-width:596px) {

        .subscribe{
    background-color: white;
    color: black;
    text-align: center;
    padding: 30px 20px;
}

.subscribe h5{
      font-family: 'Baskerville Old Face', serif;
      font-size: 28px;
      font-weight: 400;
      margin-bottom: 30px;
      color: #1F1F1F;
    
}

.subscribe p{
    font-weight: 500;
    font-size: 12px;
      font-family: 'Poppins', sans-serif;
      color: #545454;
      margin-bottom: 30px;

}
}
    
}