 @import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital@0;1&display=swap");

 /* Loader Overlay */
 #loader {
   position: fixed;
   top: 0;
   left: 0;
   height: 120vh;
   width: 100%;
   background: black;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   z-index: 9999;
   transition: opacity 0.6s ease, visibility 0.6s ease;
 }

 #loader.hide {
   opacity: 0;
   visibility: hidden;
 }

 /* Logo Animation */
 #loader img {
   width: 60vw;
   /* max-width: 260px; */
   margin-bottom: 20px;
   opacity: 0;
   animation: fadeInScale 1.2s ease forwards;
 }

 @keyframes fadeInScale {
   0% {
     opacity: 0;
     transform: scale(0.7);
   }

   100% {
     opacity: 1;
     transform: scale(1);
   }
 }

 /* Typing Text Animation */
 .typing-text {
   color: orange;
   font-size: 1.2rem;
   font-weight: bold;
   font-family: monospace;
   border-right: 2px solid orange;
   white-space: nowrap;
   overflow: hidden;
   width: 0;
   animation: typing 2s steps(10, end) 0.6s forwards, blink 0.7s infinite step-end alternate;
 }

 @keyframes typing {
   from {
     width: 0
   }

   to {
     width: 10ch
   }
 }

 @keyframes blink {
   50% {
     border-color: transparent;
   }
 }

 body {
   font-family: "Inter Tight", sans-serif;
   overflow-x: hidden;
 }

 /* Transition for smooth hide/show */
 header {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 999;
   /* width: 100vw; */
   transition: top 0.4s ease-in-out;
 }

 /* Hide header when scrolling down */
 header.hide-header {
   top: -100px;
   /* adjust if header is taller */
 }

 .nav {
   background-color: rgba(0, 0, 0, 0.316);
   align-items: center;
 }

 .ttext{
  font-size: 18px;
 }

  @media (max-width: 468px) {
    .ttext{
  font-size: 12px;
 }
  }

 .offcanvas-body ul li {
   line-height: 1.6;
   font-size: 44px;
   font-weight: 900;
 }

 .offcanvas-body a {
   text-decoration: none;
   color: #2f1a0c;
 }

 .offcanvas-body a:hover {
   text-decoration: underline;
   color: white;
 }

 .offcanvas {
   background-color: rgba(253, 164, 82, 1) !important;
 }

 .offcanvas.offcanvas-end {
   width: 600px;
   /* You can increase this value as needed */
 }

 @media (max-width: 768px) {
   .offcanvas.offcanvas-end {
     width: 100%;
     /* Full width for mobile */
   }
 }

 .hero-right {
   margin-top: 90px;
 }

 .hero-section {
   height: 100vh;
   width: 100%;
 }

 .hero-left {
   position: absolute;
   bottom: 10%;
 }



 .hero-left h1 {
   font-size: 5rem;
   font-weight: 600;
 }
 
  @media only screen and (max-width: 475px) {
   .hero-left h1 {
   font-size: 3.5rem;
   font-weight: 600;
 }
}


 .b-text {
   color: rgba(61, 30, 12, 1);
   font-weight: 600;
   font-size: 22px;
 }



 .text-heading {
   font-weight: 900 !important;
   font-size: 44px;
 }

 .y-text {
   color: rgba(253, 164, 82, 1);
   font-weight: 600;
 }

 .text-p {
   color: #7b7e80;
 }

 .contact-form {
   border: 1px solid #fda452;
 }

 .btn-y {
   background-color: #fda452;
   color: white;
   border: none;
   border-radius: 5px;
   padding: 5px 10px;
 }

 .map-h {
   height: 50vh;
   width: 60vh;
 }

 .box-1 {
   background-color: #0072b1;
   color: white;
 }

 .box-2 {
   background-color: #c13584;
   color: white;
 }

 .box-3 {
   background-color: #3b5998;
   color: white;
 }

 .why-m {
   margin-top: -10%;
 }

 .box-11 {
   background-color: #3D1E0C;
   color: white !important;
 }

 .box-12 {
   background-color: #9D6028;
   color: white;
 }

 .box-13 {
   background-color: #5C482D;
   color: white;
 }

 .box-14 {
   background-color: #953803;
   color: white !important;
 }

 .box-15 {
   background-color: #935D3D;
   color: white;
 }

 .box-16 {
   background-color: #752B00;
   color: white;
 }

 .why-box {
   color: white !important;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   height: 100%;
 }

 .why-box:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
 }

 .why-box .part-1 h1 {
   font-size: 2.5rem;
   color: white;
 }

 .why-box .part-1 p {
   color: white;
 }

 .why-box .part-2 p {
   font-size: 0.95rem;
   color: white;
   margin-top: 10px;
 }

 @media (max-width: 768px) {
   .why-box {
     margin-bottom: 1rem;
   }
 }

 .mt-ss{
  margin-top: -100px !important;
 }

 .Ready-bg {
   background-color: #FDA452;
 }

 .footer-bg {
   background-color: #3D1E0C;
   color: white;
 }

 .footer-bg-ser{
   margin-bottom: -50px;
 }

 .b-volor {
   color: #2f1a0c;
 }

 .menu-item .h-a a {
   color: white;
   text-decoration: none;
   padding: 10px;
 }
  @media (max-width: 768px) {
    .menu-item .h-a a{
      padding: 0;
    }
   }
 



 .w-text {
   color: #8f8f8f !important;
 }

 .yy-color {
   color: #FDA452;
 }

 .service-box {
   background-color: #3e1f0e;
   /* Dark brown */
   color: white;
   padding: 2rem;
   height: 100%;
   display: flex;
   align-items: center;
   font-family: 'Arial', sans-serif;
   font-size: 1.1rem;
   line-height: 1.6;
 }

 @media (max-width: 767.98px) {
   .service-box {
     text-align: center;
     padding: 1.5rem 1rem;
   }
 }

 .bg-bro {
   background-color: #3D1E0C;
   color: white;
 }

 .bg-img {
   background-position: center;
   height: 70vh;
   width: 25vh;
   writing-mode: vertical-lr;
   align-items: center;
   align-content: center;
   text-align: center;
 }

 .botton-sec {
   writing-mode: vertical-lr;
 }

 .bg-img h1 {
   text-orientation: mixed;
   color: white;
   font-weight: 900;
 }

 .image-re-1 {
   background-image: url("image/239ecd38992742586025763a49de3b4593c88f46.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
 }

 .image-re-2 {
   background-image: url("image/cb26430aa489e5c13b5706fab35f19fba377b0ac.jpg");
 }

 .image-re-3 {
   background-image: url("image/dca8f0ad7a56cf466020d8185e5cdde04591f89a.jpg");
 }

 .image-re-4 {
   background-image: url("image/19235c6c0c22ffad94d710ca41942c95c106a68e.jpg");
 }

 .image-re-5 {
   background-image: url("image/7961c635914bafaf1a995a62740a6fe397e124e6.jpg");
 }

 .boxs {
   text-align: center;
   align-content: center;
   color: white;
   height: 15vh;
 }

 .b-color {
   color: #3D1E0C;
 }

 .btn-sty {
   border: none;
   background-color: #FDA452;
   padding: 38px 12px;
   border-radius: 12px;
   color: white;
 }

 .btn-sty:hover {
   background-color: #fb7b03;
   padding: 40px 14px;
 }

 .box-8 {
   background-color: #fda55242;
   padding: 15px;
   border: 1px solid #fb7b03;
 }

 .box-8:hover {
   background-color: white;
 }

 .reveal-up {
   opacity: 0;
   transform: translateY(50px);
 }

 .box-7 {
   align-content: center;
   padding: 45px;
   margin: 0px 1px;
   border: 1px solid #3D1E0C;
 }

 .box-7:hover {
   background-color: #fda55242;
 }

 .box-7 p {
   font-weight: 900;
 }

 .text-111 h1,
 .text-112 h1 {
   font-size: 7rem;
   font-weight: 800;
   line-height: 1.2;
   color: #2e1c0e;
   text-align: left;
   margin-bottom: 1rem;
   opacity: 0;
   /* start hidden for animation */
   transform: translateY(50px);
   /* start lowered for animation */
 }

 @media (max-width: 768px) {
   .text-112 h1 {
     font-size: 2.2rem;
     text-align: center;
   }
 }

 .box-6 {
   background-color: #953803;
   color: white;
   text-align: center;
   height: 40vh;
   align-content: center;
 }

 .box-6 h1 {
   font-weight: 900;
   font-size: 44px;
   padding: 40px;
 }

 .what-we-do-section {
   position: relative;
   background: url('image/12227890f2f6287e1ee90cd5c1dc04e3c4557067.jpg') no-repeat center center / cover;
   color: white;
   padding: 5rem 2rem;
   min-height: 60vh;
   display: flex;
   align-items: center;
   z-index: 1;
 }

 .what-we-do-section::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.6);
   z-index: 0;
 }

 .overlay-content {
   position: relative;
   z-index: 2;
 }

 .overlay-content h2 {
   font-size: 3rem;
   font-weight: 700;
 }

 .overlay-content p {
   font-size: 1.2rem;
   margin-bottom: 0.5rem;
 }

 .btn-orange {
   background-color: #f79d34;
   color: white;
   border: none;
   padding: 0.75rem 1.5rem;
   font-size: 1rem;
   font-weight: 600;
   border-radius: 5px;
   margin-top: 1.5rem;
   transition: background-color 0.3s ease;
 }

 .btn-orange:hover {
   background-color: #e68c1c;
 }

 .bg-cc {
   background-color: #FDA452;
   color: #3D1E0C;

   align-content: center;
   position: relative;
 }

 .mv-section {
   position: relative;
   overflow: hidden;
   background-color: #FDA452;
   color: #3D1E0C;
 }

 .mv-block {
   position: relative;
   margin: 0 auto 3rem auto;
   max-width: 1000px;
 }

 .mv-outline {
   position: absolute;
   top: -25px;
   left: -200px;
   font-size: 18vh;
   font-weight: 200;
   color: transparent;
   -webkit-text-stroke: 1px #ffffff;
   line-height: 1;
   z-index: 0;
   white-space: nowrap;
   pointer-events: none;
   background-size: contain;
 }

 .vision {
   top: 8px;
   right: -190px;
 }

 .mv-content {
   position: relative;
   z-index: 2;
 }

 .mv-heading {
   font-size: 2rem;
   font-weight: 700;
   margin-bottom: 0.5rem;
 }

 .mv-text {
   font-size: 1.2rem;
   max-width: 900px;
 }


 @media (max-width: 768px) {
   .mv-outline {
     font-size: 12vh;
     left: 10px !important;
     right: 10px !important;
     text-align: center;
   }

   .mv-block {
     margin: 0 auto 3rem auto;
     padding: 0 15px;
   }

   .mv-heading {
     font-size: 1.5rem;
   }

   .mv-text {
     font-size: 1rem;
   }
 }

 .leadership-section {
   padding: 2rem 1rem;
 }

 .section-heading {
   font-size: 3.5rem;
   font-weight: 700;
 }

 .section-heading .orange {
   color: #f79d34;
 }

 .leadership-subtitle {
   font-size: 1.2rem;
   font-weight: 700;
   color: #4b2b1f;
 }

 .leader-card {
   position: relative;
   margin-top: 2rem;
   text-align: center;
 }

 .leader-photo {
   width: 160px;
   height: 160px;
   object-fit: cover;
   border-radius: 50%;
   border: 5px solid #f79d34;
   position: relative;
   z-index: 2;
   background-color: white;
 }

 .k-background {
   position: absolute;
   top: 0px;
   left: 65%;
   transform: translateX(-50%);
   z-index: 1;
   width: 140px;
   opacity: 0.3;
 }

 .leader-name {
   font-size: 1.25rem;
   font-weight: 700;
   color: #2f1a0c;
   margin-top: 1rem;
 }

 .leader-position {
   font-size: 1rem;
   color: #999;
   margin-bottom: 0.5rem;
 }

 .leader-contact {
   font-size: 1rem;
   font-weight: 500;
 }

 .leader-contact span {
   color: #f79d34;
 }

 /* about */

 .pink-bg {
   color: #3D1E0C;
   background-color: #FFF3EB;
 }

 /* Initial animation state */
 .fade-up {
   opacity: 0;
   transform: translateY(40px);
 }

 .section-title {
   text-align: center;
   color: #f79d34;
   margin-top: 1rem;
 }
 .feature-box {
   background-color: rgba(149, 56, 3, 1);
   color: white;
   padding: 3rem;
   height: 280px;
   display: flex;
   font-size: 25rem;
   border-top: 10px solid white;
   opacity: 0;
   transform: translateY(50px);
 }

 .feature-box p {
   margin: 0;
   font-weight: 600;
 }

 /* --------------------------------------------------------------------- */
 /* h0me */
 /* =========== */
 .hero {
   position: relative;
   height: 100vh;
   color: white;
   padding: 0;
   /* Remove any padding to ensure the video covers the full section */
 }

 .video-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: -1;
   padding: 0 !important;
   margin: 0 !important;
   overflow: hidden;
 }

 #background-video {
   padding: 0 !important;
   margin: 0 !important;
   width: 100%;
   height: 100%;
   object-fit: cover;
   /* Ensures the video covers the entire background */
 }


 .hero-content {
   max-width: 900px;
   padding: 5rem 2rem;
 }

 .hero h1 {
   font-size: 3.5rem;
   font-weight: 900;
   line-height: 1.2;
 }

 .subtext {
   font-size: 1.2rem;
   opacity: 0.85;
   margin-top: 1rem;
   font-weight: 500;
 }

 .hero-buttons {
   margin-top: 1.5rem;
   opacity: 0;
   font-weight: 500;
   transform: translateY(20px);
   animation: fadeSlideUp 1s ease-out forwards;
   animation-delay: 1.2s;
 }

 .hero-buttons .btn {
   margin-right: 1rem;
   padding: 0.7rem 1.5rem;
   font-size: 1rem;
   border: 1px solid #fff;
   color: white;
   background-color: transparent;
   transition: all 0.3s ease-in-out;
 }

 .hero-buttons .btn:hover {
   background-color: white !important;
   color: black !important;
 }

 @keyframes fadeSlideUp {
   to {
     opacity: 1;
     transform: translateY(0);
   }
 }

 @media (max-width: 768px) {
   .hero h1 {
     font-size: 2rem;
   }

   .hero-buttons .btn {
     margin-bottom: 0.5rem;
     width: 100%;
   }
 }

 .btn-yyy{
  background-color: rgba(253, 164, 82, 1);
  color: white;
 }

  .btn-yyy:hover{
  background-color: rgb(248, 138, 34);
  padding: 5px 10px;
  color: white;
 }

 .lets-talk {
  
   position: fixed;
   bottom: 30px;
   right: 30px;
   width: 62px;
   height: 62px;
   font-weight: 900;
   font-size: 0.8rem;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   background: orange;
   cursor: pointer;
   overflow: hidden;
   z-index: 10;
   transition: background-color 0.3s ease, color 0.3s ease;
 }

 .lets-talk span {
   z-index: 2;
   position: relative;
   /* filter: contrast(200%); */
 }

 .lets-talk::before {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   border: 2px dashed orange;
   border-radius: 50%;
   animation: spin 10s linear infinite;
   top: 0;
   left: 0;
   z-index: 1;
 }

 .lets-talk:hover {
   background-color: orange;
   color: white;
   font-weight: 900;
 }

 @keyframes spin {
   0% {
     transform: rotate(0deg);
   }

   100% {
     transform: rotate(360deg);
   }
 }


 /* ==== */
 .orange-underline {
   border-bottom: 3px solid orange;
 }

 /* ====== */
 .btn-t {
   background-color: transparent;
   color: white !important;
   padding: 10px;
   border: 1px solid rgba(253, 164, 82, 1);
 }

 .btn-t a {
   color: white;
   text-decoration: none;
 }

 .btn-t:hover {
   background-color: rgba(253, 164, 82, 1);
   color: white;
   padding: 10px;
   border: 1px solid transparent;
 }

 .bg-bro-1 {
   background-color: #2f1a0c;
   color: white;
   padding: 20px;
   align-content: center;
 }

 .p-d {
   padding: 70px 20px;
 }

 .bt-y {
   border-bottom: 2px solid rgba(253, 165, 82, 0.751);
 }

 /* ============ */
 .bg-india {
   background-image: url(image/Group\ 136.svg);
   background-position: center;
   background-repeat: no-repeat;
   height: 55vh;
   text-align: center;
   align-content: center;
   background-size: contain;
   margin: 24px;
 }

.contact-wrapper{
  border: 1px solid #fda452;
}

 .ai-text {
   font-size: 6rem;
   font-weight: 900;
 }

 .ptr-text {
   font-size: 2.8rem;
   font-weight: 900;
 }

 .bg-india {
   background-image: url(image/Group\ 136.svg);
   background-position: center;
   background-repeat: no-repeat;
   height: 55vh;
   text-align: center;
   align-content: center;
   background-size: contain;
   margin: 24px;
 }
 /* ======= */
 .clients-section {
   padding: 60px 20px;
   text-align: center;
   overflow: hidden;
 }

 .clients-section h1 {
   font-size: 2.8rem;
   font-weight: 900;
   margin-bottom: 40px;
 }

 .slider {
   overflow: hidden;
   position: relative;
 }

 .slide-track {
   display: flex;
   width: calc(250px * 18);
   /* Number of logos * logo width */
   animation: scroll 30s linear infinite;
 }

 .slide {
   width: 250px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 10px;
 }

 .client-logo {
   max-height: 60px;
   transition: transform 0.3s ease-in-out;
 }

 .client-logo:hover {
   transform: scale(1.1);
 }

 @keyframes scroll {
   0% {
     transform: translateX(0);
   }

   100% {
     transform: translateX(-50%);
   }
 }

 @media (max-width: 768px) {
   .slide-track {
     animation-duration: 45s;
   }

   .slide {
     width: 180px;
   }

   .client-logo {
     max-height: 45px;
   }
 }

 /* ---------- */


 .project-showcase {
   position: relative;
   padding-bottom: 0;
   overflow: hidden;
 }

 .scrolling-wrapper {
   display: flex;
   gap: 20px;
   animation: scroll 80s linear infinite;
   width: max-content;
   will-change: transform;
 }

 .project-card {
   flex-shrink: 0;
   width: 350px;
   height: 300px;
   border-radius: 10px;
   padding: 10px;
   transition: transform 0.3s ease;
 }

 .project-card img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .project-card:hover {
   transform: scale(1.03);
 }

 @keyframes scroll {
   0% {
     transform: translateX(0);
   }

   100% {
     transform: translateX(-50%);
   }
 }

 .view-button {
   margin-bottom: 60px;
   padding: 14px 36px;
   font-weight: 600;
   background-color: #f7943e;
   border: none;
   color: white;
   border-radius: 6px;
   font-size: 1rem;
   z-index: 1;
   position: relative;
   transition: 0.3s ease-in-out;
 }

 .view-button:hover {
   background-color: #e57b18;
   transform: scale(1.05);
 }

 @media (max-width: 768px) {
   .project-card {
     width: 180px;
     height: 180px;
   }

   .view-button {
     padding: 10px 24px;
     font-size: 0.95rem;
   }
 }

 .scrolling-wrapper:hover {
   animation-play-state: paused;
 }






 /* =========== */
 .sota {
   font-weight: 900;
   line-height: 1.4;
 }

 /* ========= */
 .facility-banner {
   background: url("image/1ceb279ac750a86e9b60fd628a6b264e7f748e57.jpg") no-repeat center center/cover;
   height: 70vh;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
 }

 .facility-overlay {
   background-color: rgba(0, 0, 0, 0.4);
   /* dark overlay */
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 2rem;
 }

 .facility-content {
   max-width: 900px;
   text-align: left;
 }

 .facility-content h1 {
   font-size: 2.8rem;
   line-height: 1.4;
   font-weight: 500;
 }

 .facility-btn {
   display: inline-block;
   margin-top: 2rem;
   padding: 12px 24px;
   background-color: #ffa64d;
   color: white;
   text-decoration: none;
   font-weight: 600;
   font-size: 1.1rem;
   border-radius: 4px;
   transition: background 0.3s ease;
 }

 .facility-btn:hover {
   background-color: #e57a1a;
 }

 /* Responsive */
 @media (max-width: 768px) {
   .facility-content h1 {
     font-size: 1.6rem;
   }

   .facility-btn {
     font-size: 1rem;
     padding: 10px 20px;
   }
 }

 @media (max-width: 480px) {
   .facility-content {
     text-align: center;
   }

   .facility-content h1 {
     font-size: 1.3rem;
   }
 }
.testimonial-section1 {
      /* padding: 3rem 1rem; */
      overflow: hidden;
    }

    .slider-wrapper1 {
      display: flex;
      gap: 1.5rem;
      overflow-x: auto;
      scroll-behavior: smooth;
      animation: scroll 30s linear infinite;
    }

    .slider-wrapper1::-webkit-scrollbar {
      display: none;
    }

   /* =========== */

  .testimonial-section1 {
      padding: 3rem 1rem;
      overflow: hidden;
    }

    .slider-wrapper1 {
      display: flex;
      gap: 1.5rem;
      overflow-x: auto;
      scroll-behavior: smooth;
    }

    .slider-wrapper1::-webkit-scrollbar {
      display: none;
    }
/* 
    .testimonial-card1 {
      flex: 0 0 33.33%;
      min-width: 300px;
      max-width: 400px;
      border: 1px solid #f4c08d;
      border-radius: 6px;
      padding: 2rem;
      background-color: #fff;
      text-align: left;
      height: 100%;
      box-sizing: border-box;
    }

    .testimonial-card1 h5 {
      font-weight: 700;
      margin-bottom: 0.3rem;
      font-size: 1.1rem;
    }

    .testimonial-card1 small {
      color: #666;
      font-size: 0.95rem;
      display: block;
      margin-bottom: 1rem;
    }

    .testimonial-card1 p {
      font-size: 1rem;
      line-height: 1.5;
    }

    .testimonial-card1 strong {
      font-weight: 700;
    }

    @media (max-width: 767.98px) {
      .testimonial-card1 {
        flex: 0 0 80%;
      }
    }

    @media (max-width: 576px) {
      .testimonial-card1 {
        flex: 0 0 100%;
      }
    } */

  

    .legacy-title22 {
      color: #f79d34;
      font-weight: 700;
      font-size: 2.5rem;
    }

    .legacy-box22 {
      background-color: #893300;
      color: white;
      padding: 2rem;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 1.25rem;
      font-weight: 500;
    }

    @media (min-width: 768px) {
      .legacy-title22 {
        font-size: 3rem;
      }

      .legacy-box22 {
        font-size: 1.35rem;
        text-align: left;
        padding: 2.5rem;
      }
    }

.border-{
  border-top: 1px solid rgba(0, 0, 0, 0.191);
}

.brd{
  border-bottom: 1px solid rgba(0, 0, 0, 0.191);
}




/*  */
 .t-d {
   text-decoration: none;
 }


 /* ======== */

 /* Animation triggers */

 .fade-left {
   transform: translateX(-50px);
 }

 .fade-right {
   transform: translateX(50px);
 }





 .client-row {
   opacity: 0;
   transform: translateY(50px);
 }

 .reveal-container {
   overflow: hidden;
 }

 .clip-reveal {
   opacity: 0;
   clip-path: inset(0 100% 0 0);
 }

 .clip-reveal {
   opacity: 0;
   clip-path: inset(0 100% 0 0);
 }

 .clip-sub {
   opacity: 0;
   transform: translateY(20px);
 }

 .equipment-row {
   opacity: 0;
   transform: translateY(40px);
 }

 .fade-slide-up {
   opacity: 0;
   transform: translateY(40px);
 }

 /* -------- */
 .fade-in-left,
 .fade-in-right {
   opacity: 0;
   transform: translateY(50px);
 }


 .fade-in-left-1,
 .fade-in-right-1 {
   opacity: 0;
 }

 .box-1:hover,
 .box-2:hover,
 .box-3:hover {
   transform: scale(1.05);
   background-color: #f0f0f0;
 }

 .fade-up-1 {
   opacity: 0;
   transform: translateY(40px);
 }

 /* =========== */
 .box-0031 {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   justify-content: center;
 }

 .box-003 {
   background-color: #3a1c08;
   color: #fff;
   padding: 20px;
   width: calc(20% - 10px);
   min-width: 250px;
   flex-grow: 1;
   font-size: 1.2rem;
   line-height: 1.5;
 }

 .box-003:hover {
   width: calc(20% - 10px);
   border-radius: 15px;
 }

 @media (max-width: 1024px) {
   .box-003 {
     width: calc(33.33% - 10px);
   }
 }

 @media (max-width: 768px) {
   .box-003 {
     width: calc(50% - 10px);
   }
 }

 @media (max-width: 480px) {
   .box-003 {
     width: 100%;
   }
 }

 .ml-333{
  margin-left: -50px;
 }

 .trx{
  width: 80%;
  height: auto;
 }

   .testimonial-marquee {
      overflow: hidden;
      position: relative;
    }

    .testimonial-track {
      display: flex;
      width: max-content;
      animation: scroll-left 30s linear infinite;
      gap: 1.5rem;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    .testimonial-box22 {
      border: 1px solid #f4c08d;
      border-radius: 4px;
      background-color: #fff;
      transition: box-shadow 0.3s ease-in-out;
      padding: 1.5rem;
      width: 350px;
      flex-shrink: 0;
    }

    .testimonial-box22:hover {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    }

    .testimonial-box22 h6 {
      font-weight: 700;
      margin-bottom: 0.3rem;
    }

    .testimonial-box22 p {
      margin-bottom: 0.75rem;
    }

    @media (max-width: 576px) {
      .testimonial-box22 {
        width: 300px;
      }
    }



    /* =========-==== */


    .bt-y-wrap {
      position: relative;
      margin-bottom: 1.5rem;
      font-size: 1.1rem;
      font-weight: 500;
      cursor: pointer;
      display: inline-block;
    }

    .hover-img {
      position: absolute;
      top: 50%;
      left: 110%;
      transform: translateY(-50%);
      width: 180px;
      border-radius: 8px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      z-index: 10;
    }

    .bt-y-wrap:hover .hover-img {
      opacity: 1;
      visibility: visible;
    }

    .mar-t{
      margin-top: -15px;
    }

    .image-last{
      width: 100%;
      height: 12vh;
    }


