* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

html {
  scroll-behavior: smooth;
}

/* Remove all default focus/active highlights across the site */
* {
  outline: none !important;
  -webkit-tap-highlight-color: transparent; /* removes the mobile tap highlight */
}

button, a {
  outline: none !important;
  background: none;  /* optional, if some browsers add click highlight */
  -webkit-tap-highlight-color: transparent;
}

.container {
  max-width: 1680px;
  margin-inline: auto;
  padding-inline: 30px;
  background-color: #fff7ec;
  overflow-x: hidden;
}

html {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none;
}

/* Remove all default focus/active highlights across the site */
* {
  outline: none !important;
  -webkit-tap-highlight-color: transparent; /* removes the mobile tap highlight */
}

button, a {
  outline: none !important;
  background: none;  /* optional, if some browsers add click highlight */
  -webkit-tap-highlight-color: transparent;
}

a {
  all: unset;
}

body {
  transition: background-color 0.4s ease;
  font-family: "Poppins", sans-serif;
  background-color: #fff7ec;
  overflow-x: hidden;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h1,
h2,
h3,
h4 {
  font-family: "Kalnia", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

hr {
  border: none;
  height: 0.8px;
  background-color: black;
}

/* loading animation */

.container-load {
  width: 100vw; /* full display width */
  height: 100vh; /* full display height */
  overflow: hidden;
  background-color: #ff0c00;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  transition: all 0.5s ease-out;
  transform: scale(1);
  opacity: 1;
}

.container-load.hidden {
  transform: scale(0.01);
  /* Minimize/shrink effect */
  opacity: 0.6;
  pointer-events: none;
}

.load-ani {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.6s ease-out;
}

.container-load.hidden .load-ani {
  opacity: 0;
}

.text-load-ani p {
  font-size: 4.5em;
  opacity: 0;
  animation: fadeIn 1.5s ease-in forwards;
}

.text-load-ani.active {
  font-family: "Raleway Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* menu-section */

.container-1st {
  position: sticky;
  top: 0vh;
  z-index: 1;
}

.menu-section {
  padding-top: 25px;
  padding-bottom: 25px;
  /* margin-top: -10px; */
  padding-top: 25px;
  padding-bottom: 25px;
  position: fixed;    /* instead of sticky */
  top: 10;
  left: 0;
  width: 100%;
  z-index: 99999;  
}

/* for old menu */

.old-one-menu{
  position: relative;
  top:0px;
}

.old-one-menu .menu-top-right-section{
  background-color: #fff7ec;
}

.old-one-menu .menu-top-right-section p{
  color: #fff7ec;
}

.old-one-menu .menu-bottom-right-section{
  background-color:#fff7ec;
}

.old-one-menu .menu-bottom-right-section p{
  color: #fff7ec;
}

.old-one-second-menu .menu-menu-left-section{
  color: #fff7ec;
}

.new-menu-right{
  margin-left: 30px;
}

.new-menu-left{
  margin-right: 30px;
}


.menu-top-right-section {
  margin-left: 30px;
  padding-left: 3px;
  background-color: #000813;
  border-radius: 1.7px;
  cursor: pointer;
  font-size: 1em;
}

.menu-bottom-right-section {
  display: inline-block;
  margin-top: 10px;
  padding-left: 3px;
  background-color: #000813;
  border-radius: 1.7px;
  cursor: pointer;
  font-size: 1em;
}

.menu-left-section {
  margin-top: -30px;
  cursor: pointer;
  flex-direction: row-reverse;
}


.menu-left-section p {
  font-size: 1em;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.all-option-menu-left-section {
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 1000;
  top: -10px;
  right: 60px;
}

.menu-left-section:hover .all-option-menu-left-section {
  display: block;
  animation: slideDown 0.3s ease-in-out;
}


@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.option-menu-left-section {
  display: flex;
  flex-direction: column;
  margin-top: 37px;
  padding-right: 25px;
  align-items: left;
  padding-left: 5px;

}

.option-menu-left-section a {
  font-size: 1em;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  /*padding-top: 1px;*/
}

/* work */

.option-menu-left-section .work {
  position: relative;
  display: inline-block;
}

.option-menu-left-section .work::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  width: 65%;
  height: 0.6px;
  background-color: #000813;
  transition: width 0.3s ease;
}

.option-menu-left-section .work:hover::after {
  width: 0;
}

/* about */

.option-menu-left-section .about {
  position: relative;
  display: inline-block;
}

.option-menu-left-section .about::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  width: 67%;
  height: 0.6px;
  background-color: #000813;
  transition: width 0.3s ease;
}

.option-menu-left-section .about:hover::after {
  width: 0;
}

/* services */

.option-menu-left-section .services {
  position: relative;
  display: inline-block;
}

.option-menu-left-section .services::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  width: 94%;
  height: 0.6px;
  background-color: #000813;
  transition: width 0.3s ease;
}

.option-menu-left-section .services:hover::after {
  width: 0;
}

/* contact */

.option-menu-left-section .contact {
  position: relative;
  display: inline-block;
}


.option-menu-left-section .contact::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  width: 100%;
  height: 0.6px;
  background-color: #000813;
  transition: width 0.3s ease;
}

.option-menu-left-section .contact:hover::after {
  width: 0;
}

/* faq */

.option-menu-left-section .faq {
  position: relative;
  display: inline-block;
}

.option-menu-left-section .faq::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  width: 40%;
  height: 0.6px;
  background-color: #000813;
  transition: width 0.3s ease;
}

.option-menu-left-section .faq:hover::after {
  width: 0;
}

/* text-center-section */

.center-text-section {
  position: fixed;
  /* background-color: #76726d; */
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0px;
  left: -10px;
  opacity: 0;
  z-index: 3;
}

.center-text-section p {
  width: 46%;
  font-size: 2.5em;
  color: #fff7ec;
}

/* tellAboutUs-section */

.tellAboutUs-section {
  position: fixed;
  left: 0;
  top: 35vh;
  /* background-color: #ff0c00; */
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  opacity: 0;
  z-index: 2;
}

.weAre-section-tellAboutUs-section p {
  font-size: 2.5vw;
  font-weight: 400;
}

.company-name-section-tellAboutUs-section h3 {
  font-size: 14vw;
}

/* text-video-section */

.text-video-section {
  padding-top: 17vh;
  padding-bottom: 60px;
}

.left-text-video-section {
  font-family: "poppins", sans-serif;
  width: 37%;
  font-size: 1.9em;
  font-weight: 500;
}

.video-clip {
  width: 240px;
  height: 135px;
  background-color: bisque;
  border-radius: 4px;
  margin-top:-7vh;
}

.video-clip video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* compony-name-section */

.compony-name-section h1 {
  font-size: 17.5vw;
  padding-left:10px;
  padding-top:4vh;
}

/* come-top-section */

.come-top-section {
  flex-direction: column;
  gap: 10px;
  background-color: #a39b91;
  padding-top: 140px;
  padding-bottom: 140px;
  border-radius: 7px;
  position: sticky;
  z-index: 2;
  height: 115vh;
  width: 100%;
  margin-bottom: 380px;
}

.top-come-top-section {
  padding-top: 20px;
  text-align: center;
  width: 60%;
}

.top-come-top-section p {
  font-size: 2.5em;
  color: #fff7ec;
}

.bottom-come-top-section {
  padding-top: 15px;
  text-align: center;
}

.bottom-come-top-section h3 {
  font-size: 7em;
  color: #fff7ec;
}

/* WORK-SECTION */
.work-section {
  flex-direction: column-reverse;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 180px;
  position: sticky;
  z-index: 2;
}

/* top-work-section */
.top-work-section {
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-text-work-section {
  font-size: 1.9em;
  padding-bottom: 10px;
}

.top-button-arrow-work-section {
  background-color: #000813;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
}

.arrow-icon {
  color: #ffff;
  padding: 10px;
  font-size: 1.3em;
}



/* middle-work-section */


.middle-company-name-work-section h2 {
  font-size: 9em;
}

/* bottom-work-section */

/* work images section */

.bottom-images-work-section {
  display: flex;
  flex-direction: column;
  /* stack vertically */
  align-items: center;
  gap: 15px;
  /* smaller gaps for mobile */
  padding: 15px 5px;
}

.new-image {
  display: flex;
  flex-direction: column-reverse;
}

.bottom-left-images-work-section,
.bottom-right-images-work-section,
.bottom-bottom-images-work-section {
  width: 95vw;
  /* almost full width */
  height: auto;
  /* maintain aspect ratio */
  margin: 0;
  /* remove desktop negative margins */
  border-radius: 4px;
  overflow: hidden;
}

.bottom-left-images-work-section {
  width: 30vw;
  margin-top: 20px;
  margin-left: -47vw;
}

.bottom-right-images-work-section {
  width: 45vw;
  height: 60vh;
  margin-right: -55vw;
  margin-bottom: -10vh;
  margin-left: 2vw;
}

.bottom-bottom-images-work-section {
  width: 40vw;
  margin-top: -15vh;
  margin-right: -45vw;
}

.bottom-left-images-work-section img,
.bottom-right-images-work-section img,
.bottom-bottom-images-work-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

/* testmonial section */



/* service-section */

.service-section {
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  position: relative;
  z-index: 13;
  background-color: #fff7ec;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 80vh;
}

.middle-service-section {
  gap: 20px;
  flex-wrap: nowrap;
  width: 100%;
  padding: 20px 0;
  white-space: nowrap;
  animation: runSingleLine 20s linear infinite;
}

.middle-service-section:hover {
  animation-play-state: paused;
}

.top-service-section {
  justify-content: start;
  gap: 40px;
  padding-bottom: 12vh;
}

.top-service-section h4 {
  font-size: 6vw;
  font-weight: 400;
}

.top-service-section p {
  margin-top: -40px;
  font-size: 1.2vw;
  color: #e0d8cc;
}

.service-box {
  padding-top: 30px;
  padding: 35px;
  background-color: #e0d8cc;
  border-radius: 7px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

.service-box p {
  font-size: 1em;
  font-weight: 400;
}

@keyframes runSingleLine {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .middle-service-section {
    animation: none;
  }
}

/* bottom-service-section */

.bottom-service-section {
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: end;
}

.btn-box-bottom-service-section {
  background-color: #fff7ec;
  border: 0.002px solid rgb(230, 223, 223);
  width: 240px;
  border-radius: 3px;
  cursor: pointer;
}

.left-btn-box-bottom-service-section {
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.left-btn-box-bottom-service-section p {
  font-size: 0.89em;
}

.right-btn-box-bottom-service-section {
  background-color: #000813;
  margin: 5px;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 10px;
}

.service-arrow {
  color: white;
  padding: 10px;
  padding-left: 11px;
  padding-right: 11px;
}

/* SERVING CLIENTS SECTION */

.serving-clients-section {
  /* padding-top: 25px; */
  flex-direction: column;
  position: relative;
  left: 0;
  transform: translateX(0);
  z-index: 20;
  margin: 0;
  padding: 0;
  width: 100vw;
  /* Full viewport width */
  max-width: none;
  /* Override .container max-width */
  background-color: transparent;
}

.top-serving-clients-section h4 {
  font-size: 4em;
  font-weight: 500;
  align-items: center;
  text-align: center;
  padding-bottom: 25px;
}

.swiper {
  width: 100vw;
  /* Full viewport width */
  height: 100vh;
  /* Full viewport height */
  position: relative;
  z-index: 21;
  /* Ensure Swiper is above other elements */
  /* Full viewport height */
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* Stack image and text vertically */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 22;
  /* Ensure slides are visible */
}

/* hide arrow kay */

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

/* Change cursor when hovering the slider */
.swiper {
  cursor: pointer;
}

/* custom cursor */

/* Hide default cursor inside swiper */
.swiper {
  cursor: none !important;
  position: relative;
}

/* Custom text cursor */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /* background: rgba(0,0,0,0.8); */
  color: #fff;
  font-size: 2.4vw;
  font-style: oblique;
  font-family: monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.slider-second-new .frist-center-images-bottom-serving-clients-section{
  /* background-color: #ff0c00; */
  position: relative;
  top:-8px;
  height: 57vh;
  width: 42vw;
}

.slider-thrid-new .frist-center-images-bottom-serving-clients-section{
  position: relative;
  top:-8px;
  height: 57vh;
  width: 42vw;
}

.slider-one-new .frist-center-images-bottom-serving-clients-section {
  position: relative;
  top:0px;
  height: 57vh;
  width: 42vw;
}

.frist-center-images-bottom-serving-clients-section {
  width: 40vw;
  height: 30vw;
  border-radius: 7px;
  cursor: pointer;
  z-index:23;
  /* Ensure image is above background */
}

.frist-center-images-bottom-serving-clients-section img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.frist-center-images-name-bottom-serving-clients-section {
  padding-top: 10px;
  text-align: center;
  z-index: 23;
}

.frist-center-images-name-bottom-serving-clients-section p {
  font-size: 1.5em;
  color: #fff7ec;
}

.sl-1{
  justify-content: space-between;
  /* gap:50px; */
  margin-top:-11px;
  width: 40vw;
}

.sl-1 .left-text {
  width: 40%;
  text-align: left;
}

.sl-1 .left-text h5{
  font-size: 2.7vw;
  color: #fff7ec;
}



.sl-1 .right-text p{
  font-size: 1.3vw;
  margin-top: -3vw;
}

.sl-2{
  justify-content: space-between;
  width:40vw;
  text-align: left;
  margin-top:-11px;
}

.sl-2 .left-text h5{
  font-size: 2.7vw;
  width: 95%;
  color: #fff7ec;
}

.sl-2 .right-text p{
  font-size: 1.3vw;
  margin-top: -3vw;
}

.sl-3{
  justify-content: space-between;
  width:40vw;
  text-align: left;
  margin-top:-11px;
}

.sl-3 .left-text h5{
  font-size: 2.7vw;
  width: 95%;
  color: #fff7ec;
}

.sl-3 .right-text p{
  font-size: 1.3vw;
  margin-top: -3vw;
}

/* Slide-specific background images */
.service-client-section-slide{
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}


.frist-images-bottom-serving-clients-section-new {
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url('../Images/slider/pic-17.jpg');
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: 1;
  inset: 0;
}

.service-client-contet{
  position: relative;
  z-index: 2;
}

.second-images-bottom-serving-clients-section {
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), 
    url('../Images/slider/pic-13.jpg');
  background-size: cover;
  background-position: center;
}

.thrid-images-bottom-serving-clients-section {
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), 
    url('../Images/slider/pic-7.jpg');
  background-size: cover;
  background-position: center;
}

.fourth-images-bottom-serving-clients-section {
  background-image: url('../Images/homeImg/servingRealEstateBgImg.png');
}

.swiper-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 24;
  /* Ensure pagination is above slides */
}

.swiper-pagination-bullet {
  background: #fff7ec;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: #fff7ec;
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff7ec;
  z-index: 24;
  /* Ensure arrows are above slides */
  width: 50px;
  height: 50px;
  background-color: rgba(0, 8, 19, 0.5);
  /* Semi-transparent background for visibility */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 24px;
  /* Increase arrow size */
}

.swiper-scrollbar {
  background: rgba(255, 247, 236, 0.3);
  z-index: 24;
}
/* testmonial-design */

.left-top-section-testmonial-design{
  padding-bottom: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}

.left-top-section-testmonial-design h5{
  font-size: 1.2em;
  /* font-weight: 400; */
  text-align: left;
}

.middle-section-testmonial-design{
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
  
}

.middle-section-testmonial-design p{
  font-size: 1.4em;
  width: 85%;
}

.middle-section-testmonial-design b{
  font-weight: 500;
}

.star-section-testmonial-design{
  justify-content: center;
  align-items: center;
  text-align: center;
}

.star-section-testmonial-design p{
  font-size: 1.1em;
}

.bottom-section-testmonial-design{
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  line-height: 1.1em;
}

.middile-bottom-section-testmonial-design{
  justify-content: center;
  align-items: center;
  text-align: center;
  gap:10px;
}


.text-info-client-bottom-section-testmonial-design{
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.text-info-client-bottom-section-testmonial-design span{
  font-size: 0.7em;
  color: #9d9d9d;
}

.criclie-right-bottom-section-testmonial-design{
  height: 40px;
  width: 40px;
  /* background-color: yellow; */
  border-radius: 20px;
  border: 1.5px solid #2e2d2d;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.testimonial-arrow{
  color: #000000;
}

.testimonial-page-go-btn-bottom-section-2-testmonial-design{
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-top: 30px;
}


.testmonial-design {
  background-color: #fff7ec;
  z-index: 10000;
  position: relative;
  padding: 50px 30px 70px 30px;
  border-top: 1px solid #000813;
  border-bottom: 1px solid #000813;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.testimonial-heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 3vw;
  padding-bottom: 40px;
  color: #000813;
}

.testimonial-heading h4 {
  font-weight: 600;
  font-size: 4vw;
  color: #000813;
}

/* Top section (optional intro text) */
.left-top-section-testmonial-design {
  padding-bottom: 30px;
}

.left-top-section-testmonial-design h5 {
  font-size: 1.3em;
  text-align: left;
  color: #333333;
}


/* Heading */
.testimonial-heading {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 50px;
}

.testimonial-heading h4 {
  font-size: 3.5vw;
  font-weight: 600;
  color: #FF6B00; /* Warm orange color */
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Top section container */
.top-section-testmonial-design {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

/* Left top section (highlighted quote or text) */
.left-top-section-testmonial-design {
  flex: 1;
  min-width: 250px;
}

.left-top-section-testmonial-design h5 {
  font-size: 1.3em;
  font-weight: 500;
  color: #1a1a1a; /* dark text */
  line-height: 1.5em;
  border-left: 4px solid #FF6B00; /* warm orange accent */
  padding-left: 15px;
}

/* Right top section (optional, e.g., client image or icon) */
.right-top-section-testmonial-design {
  flex: 0 0 80px; /* fixed width for small icon or image */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Example for image/icon in right-top-section */
.right-top-section-testmonial-design img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #FF6B00;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonial-heading h4 {
    font-size: 5vw;
  }

  .left-top-section-testmonial-design h5 {
    font-size: 1.1em;
  }

  .top-section-testmonial-design {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .right-top-section-testmonial-design {
    justify-content: flex-start;
  }
}



/* Middle section: actual testimonial text */
.middle-section-testmonial-design {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
}

.middle-section-testmonial-design p {
  font-size: 1.4em;
  line-height: 1.8em;
  width: 85%;
  color: #1a1a1a;
}

.highlight {
  font-weight: 600;
  background: linear-gradient(90deg, #FFA43A, #FF6B00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Star section */
.star-section-testmonial-design {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.star-section-testmonial-design p {
  font-size: 1.1em;
  color: #FF6B00; /* Orange star color */
}

/* Bottom section: client info */
.bottom-section-testmonial-design {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  gap: 15px;
  flex-wrap: wrap;
}

.middile-bottom-section-testmonial-design {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.img-bottom-section-testmonial-design {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #FF6B00;
  overflow: hidden;
}

.img-bottom-section-testmonial-design img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #FF6B00;
}

.text-info-client-bottom-section-testmonial-design {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.text-info-client-bottom-section-testmonial-design span {
  font-size: 0.75em;
  color: #9d9d9d;
}

/* Navigation dots / arrows */
.criclie-right-bottom-section-testmonial-design {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1.5px solid #FF6B00;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.testimonial-arrow {
  color: #FF6B00;
  font-size: 1.1em;
}

.testimonial-page-go-btn-bottom-section-2-testmonial-design {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  gap: 15px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .middle-section-testmonial-design p {
    width: 95%;
    font-size: 1.2em;
  }

  .testimonial-heading,
  .testimonial-heading h4 {
    font-size: 5vw;
  }

  .left-top-section-testmonial-design h5 {
    font-size: 1.1em;
  }

  .star-section-testmonial-design p {
    font-size: 1em;
  }
}


.star-section-testmonial-design i {
  color: #FF6B00;
  font-size: 1.5em; 
  margin: 0 3px;   
}

.testimonial-section {
  min-height: 500px; /* or whatever fits your longest testimonial */
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically center content */
  overflow: hidden;
}


/* footer-section */


.footer-section {
  background-image: url('../Images/homeImg/fotterBgImg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  z-index: 30;
  position: sticky;        
  flex-direction: column;
  position: relative;
}

.compony-name-top-footer-section {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.top-footer-section h3 {
  font-size: 18vw;
  padding-bottom: 5vh;
  padding-top:5vh;
  color: #fff7ec;
  margin: 0;
  margin-top: -30px;
  margin-bottom: -20px;
  justify-content: center;

}

/* middle-footer-section */

.middle-footer-section {
  padding-bottom: 30px;
}

.left-middle-footer-section {
  background-color: #fff7ec;
  flex-direction: column;
  border-radius: 5px;
  padding-top: 25px;
  padding-left: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  width: 45%;
  padding-right: 20px;
  cursor: pointer;
  transform: background-color 0.5 ease-in;
}

.left-middle-footer-section:hover{
  background-color: #ff0c00;
}

.top-left-middle-footer-section p {
  font-size: 1.7em;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 80%;
  line-height: 1.3em;
}

.left-text-bottom-top-left-middle-footer-section {
  background-color: #000813;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 13px;
  padding-left: 13px;
  border-radius: 3px;
}

.middle-arrow {
  color: #fff7ec;
}

/* right-middle-footer-section */

.right-middle-footer-section {
  display: flex;
  justify-content: space-between;
  align-items: center;

  justify-content: last baseline;
  gap: 60px;
  margin-right: 50px;
  margin-top: 80px;
}


.left-right-middle-footer-section p {
  color: #fff7ec;
  font-size: 0.7em;
  line-height: 1.8em;
  margin: 0;
  /* background-color: rgb(97, 207, 24); */
  cursor: pointer;
}

.right-right-middle-footer-section p {
  color: #fff7ec;
  font-size: 0.7em;
  line-height: 1.8em;
  margin: 0;
  /* background-color: rgb(97, 207, 24); */
  cursor: pointer;
}

/* bottom-footer-section */

.bottom-footer-section {
  padding-bottom: 5px;
}

.copyright {
  color: #fff7ec;
  font-size: 3em;
  padding-left: 20px;
}

.middle-bottom-footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* height: 50px; */
}

.middle-bottom-footer-section hr {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #fff7ec;
}

.right-bottom-footer-section p {
  color: #fff7ec;
  font-size: 3em;
  padding-right: 40px;
}

.last-footer-section p {
  color: #76726d;
  padding-bottom: 10px;
  font-size: 0.58em;
  padding-left: 19px;
}

.old-menu-section {
  display: none !important;
}

/* Responsive */

/* MOBILE FIRST (max 479px) */
@media (max-width: 479px) {
  .container {
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: 20px;
    background-color: #fff7ec;
    overflow-x: hidden;
  }

  /* Prevent horizontal scroll */
  html,
  body {
    overflow-x: hidden;
  }

  .container,
  .container-load,
  .footer-section,
  .menu-section {
    max-width: 100vw;
    box-sizing: border-box;
    /* ensures padding doesn't break width */
  }

  .container-1st,
  .come-top-section {
    min-height: 100vh;   
    height: auto;        
    overflow: hidden;    
  }

  .menu-section,
  .option-menu-left-section,
  .faq-section,
  .bottom-section,
  .footer-section {
    user-select: none;
    /* prevents text highlight/selection */
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .padding-inline-up {
    padding-inline: 15px;
  }

  /* loding */

  .container-load {
    width: 100vw;
    height: 100vh;
  }

  .load-ani {
    width: 90vw;
    height: 90vh;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .text-load-ani p {
    font-size: 9vw;
    /* scales text on mobile */
  }

  
  .new-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    z-index: 1000;
    padding: 0 0px;
    display: flex;
    align-items: center;
    background: transparent;
  }

  .menu-right-section {
    padding-top: 20px;
    margin-left:20px;
  }
  
  .menu-top-right-section {
    margin-left: 30px;
    padding-left: 3px;
    background-color: #000813;
    border-radius: 1.7px;
    cursor: pointer;
    font-size: 0.89em;
  }

  .menu-bottom-right-section {
    display: inline-block;
    margin-top: 10px;
    padding-left: 3px;
    background-color: #000813;
    border-radius: 1.7px;
    cursor: pointer;
    font-size: 0.89em;
  }

  .menu-left-section {
    margin-top: -20px;
    cursor: pointer;
    flex-direction: row-reverse;
  }

  .menu-left-section p {
    font-size: 3.5vw;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }

  .option-menu-left-section {
    display: flex;
    flex-direction: column;
    margin-top: 31px;
    padding-right: 25px;
    align-items: left;
    padding-left: 5px;

  }

  .option-menu-left-section a {
    font-size: 3.5vw;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding-top: 1.5px;
  }

  /* work */

  .option-menu-left-section .work::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 65%;
    height: 0.8px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  /* about */

  .option-menu-left-section .about::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 74%;
    height: 0.8px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  /* services */

  .option-menu-left-section .services::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 99%;
    height: 0.8px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  /* contact */

  .option-menu-left-section .contact::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 0.8px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  /* faq */

  .option-menu-left-section .faq::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 48%;
    height: 0.8px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  .option-menu-left-section .faq:hover::after {
    width: 0;
  }

  /* 1st container section */

  /* container-1st takes full viewport width */
  .container-1st {
    width: 100%;
    height: 100vh; /* height adjusts with content */
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Text + video wrapper stacked vertically */
  .text-video-section {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5vw 0; /* vertical spacing */
    padding-top: 60px;

  }

  /* Text on top */
  .left-text-video-section {
    width: 90%;
    text-align: left;
    margin-bottom: 4vw;
    margin-top: 13vh;
  }

  .left-text-video-section p {
    font-size: 6vw;      /* scales nicely on small screens */
    line-height: 1.3em;
    margin: 0 auto;
  }

  /* Video below text, centered */
  .right-text-video-section {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 5vh;
  }

  .video-clip {
    width: 50vw;           /* full width of viewport */
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0; 
    margin-right: 15px;
  }

  .video-clip video {
    width: 100%;
    height: auto;
    object-fit: cover;      /* fill width, maintain aspect ratio */
    display: block;
  }

  /* Company name centered below video */
  .compony-name-section {
    width: 100%;
    text-align: center;
    margin-top: 5vw;
    padding: 0 5vw;
  }

  .compony-name-section h1 {
    font-size: 17vw;        /* scales for small screens */
    line-height: 1.1em;
    margin: 0;
    padding-top: 18vh;
    padding-left:0px;
  }

  /* come top section */

  .come-top-section {
    display: flex;
    flex-direction: column; /* stack top and bottom */
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 5vw; /* responsive horizontal padding */
    box-sizing: border-box;
    gap: 10px;
    margin-top: 20vh;
    padding-top: 160px;
    height: 100vh;
  }

  .top-come-top-section {
    width: 100%;
    text-align: center;
    font-size: 4vw; /* scales with screen width */
    line-height: 1.3em;
  }

  .bottom-come-top-section {
    width: 100%;
    text-align: center;
    font-size: 6vw; /* slightly larger */
    font-weight: 600;
    margin-top: 5px;
  }

  /* text-center-section */

  .center-text-section {
    position: fixed;
    /* background-color: #76726d; */
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 3;
  }

  .center-text-section p {
    width: 70%;
    font-size: 5.7vw;
    color: #fff7ec;
  }


  /* tellAboutUs-section */

  .tellAboutUs-section {
    position: fixed;
    left: 0;
    top: 0px;
    /* background-color: #ff0c00; */
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    z-index: 2;
  }

  .weAre-section-tellAboutUs-section p {
    font-size: 5vw;
    font-weight: 400;
  }

  .company-name-section-tellAboutUs-section h3 {
    font-size: 16vw;
  }

  /* work images section */

  .bottom-images-work-section {
    display: flex;
    flex-direction: column; /* stack vertically */
    align-items: center;
    gap: 15px; /* smaller gaps for mobile */
    padding: 15px 5px;
  }

  .new-image{
    display: flex;
    flex-direction: column-reverse;
  }

  .bottom-left-images-work-section,
  .bottom-right-images-work-section,
  .bottom-bottom-images-work-section {
    width: 95vw; /* almost full width */
    height: auto; /* maintain aspect ratio */
    margin: 0; /* remove desktop negative margins */
    border-radius: 4px;
    overflow: hidden;
  }

  .bottom-left-images-work-section{
    width: 55vw;
    margin-top:20px;
    margin-left: -12vw;
  }

  .bottom-right-images-work-section{
    width: 80vw;
    margin-right: -10vw;
    margin-bottom: 30px;
  }

  .bottom-bottom-images-work-section{
    width: 75vw;
    margin-top: 30px;
    margin-right: -10vw;
  }

  .bottom-left-images-work-section img,
  .bottom-right-images-work-section img,
  .bottom-bottom-images-work-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  /* service section */

   .service-section {
    padding: 20px 0;
    height: 70vh; /* as you requested */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .top-service-section {
    text-align: center;
  }
  
  .top-service-section {
    justify-content: start;
    gap: 20px;
    padding-bottom: 12vh;
  }

  .top-service-section h4 {
    font-size: 3.5em;
    font-weight: 400;
  }

  .top-service-section p {
    margin-top: -50px;
    font-size:1em;
    padding-bottom: 0px;
    color: #e0d8cc;
  }

  .middle-service-section {
    width: 100vw;          /* ✅ Take full mobile width */
    display: flex;
    /* overflow-x: scroll; */
    gap: 12px;
    /* scroll-snap-type: x mandatory; */
    padding: 10px 0;
    animation: runSingleLine 20s linear infinite;
  }

  @keyframes runSingleLine {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .middle-service-section {
      animation: none;
    }
  }

  .middle-service-section::-webkit-scrollbar {
    display: none; /* Hide scroll bar */
  }

  .service-box {
    min-width: 60vw;          /* Controls box width */
    flex-shrink: 0;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    scroll-snap-align: start;
    text-align: center;
    /* background: #0a0a0a;       same as your desktop theme */
  }

  .bottom-service-section {
    padding-top: 10px;
  }

  .btn-box-bottom-service-section {
    width: 50%;
    /* margin: 0 auto; */
    justify-content: flex-end;
  }

  /* bottom-service-section */

  .bottom-service-section {
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: end;
  }

  .btn-box-bottom-service-section {
    background-color: #fff7ec;
    border: 0.002px solid rgb(230, 223, 223);
    width: 230px;
    border-radius: 3px;
    cursor: pointer;
    justify-content: space-between;
  }

  .left-btn-box-bottom-service-section {
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .left-btn-box-bottom-service-section p {
    font-size: 0.99em;
  }

  .right-btn-box-bottom-service-section {
    background-color: #000813;
    margin: 5px;
    border-radius: 3px;
    cursor: pointer;
  }

  .service-arrow {
    color: white;
    padding: 10px;
    padding-left: 11px;
    padding-right: 11px;
  }

  /* testimoni section */


   /* Testimonial Heading */
  .testmonial-design {
    padding: 30px 15px 50px 15px;
  }

  /* Heading */
  .testimonial-heading h4 {
    font-size: 6vw; /* smaller for tiny screens */
    line-height: 1.2em;
    padding-bottom: 25px;
  }

  /* Top section */
  .top-section-testmonial-design {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 20px;
  }

  .left-top-section-testmonial-design h5 {
    font-size: 1.1em;
    border-left-width: 3px;
    padding-left: 10px;
    width: 80%;
  }

  .right-top-section-testmonial-design {
    flex: 0 0 auto;
    justify-content: flex-start;
  }

  .right-top-section-testmonial-design img {
    width: 50px;
    height: 50px;
  }

  /* Middle testimonial text */
  .middle-section-testmonial-design p {
    font-size: 1.1em;
    width: 100%;
    line-height: 1.6em;
  }

  .middle-section-testmonial-design b {
    font-size: 1.1em;
  }

  /* Star section */
  .star-section-testmonial-design {
    gap: 3px;
  }

  .star-section-testmonial-design i {
    font-size: 1.2em;
    margin: 0 2px;
  }

  /* Bottom section (client info) */
  .bottom-section-testmonial-design {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
  }

  .img-bottom-section-testmonial-design {
    height: 40px;
    width: 40px;
  }

  .text-info-client-bottom-section-testmonial-design span {
    font-size: 0.65em;
  }

  .criclie-right-bottom-section-testmonial-design {
    height: 50px;
    width: 50px;
    font-size: 1.1em;
    margin-top:20px;
  }

  /* Page navigation buttons */
  .testimonial-page-go-btn-bottom-section-2-testmonial-design {
    flex-direction: row;
    gap: 10px;
  }

  middle-section-testmonial-design {
  max-height: 120px;     /* fixed height */
  overflow: hidden;
  position: relative;
}

  .middle-section-testmonial-design.expanded {
    max-height: none;      /* allows expansion */
  }

  .see-more-btn {
    background: none;
    border: none;
    color: #ff6600; /* your brand orange */
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
  }

  .see-more-btn:hover {
    text-decoration: underline;
  }

  /* testmonial control */


  /* testmonil section end here */

  /* Common container styling */
  .slider-one-new .frist-center-images-bottom-serving-clients-section,
  .slider-second-new .frist-center-images-bottom-serving-clients-section,
  .slider-thrid-new .frist-center-images-bottom-serving-clients-section {
    width: 90vw;
    height: auto;
    max-height: 30vh; /* Still maintains original feel */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Text wrapper - instead of negative margins */
  .sl-1, .sl-2, .sl-3 {
    display: flex;
    justify-content: space-between;
    width: 90vw;
    margin: 2vh auto 0 auto;  /* Small gap under image instead of forced overlaps */
    padding: 5px;
    align-items: center;
  }

  /* Titles */
  .sl-1 .left-text h5,
  .sl-2 .left-text h5,
  .sl-3 .left-text h5 {
    font-size: 6vw;
    color: #fff7ec;
    margin: 0;
  }

  /* Categories (Right text) */
  .sl-1 .right-text p,
  .sl-2 .right-text p,
  .sl-3 .right-text p {
    font-size: 3.5vw;
    margin: 0;
    opacity: 0.85;
    margin-top: -9vw;
  }


  
  /* Footer container */
  .footer-section {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 20px;
  }

  /* Top footer text */
  .top-footer-section .compony-name-top-footer-section h3 {
    font-size: 17vw;
    padding-top: 4vh;
    /* scale with screen height */
    padding-bottom: 23vh;
    /* bigger on tall phones, smaller on short ones */
    text-align: center;
    align-items: center;
  }

  /* Middle footer box */
  .middle-footer-section {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .left-middle-footer-section,
  .right-middle-footer-section {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
    text-align: left;
    margin-right: 0px;
  }

  .right-middle-footer-section {
    display: flex;
    justify-content: unset;
    align-items: left;
    text-align: left;
    gap: 60px;
    margin-right: 0px;
    margin-top: 25px;
  }

  .left-middle-footer-section {
    background-color: #ff0c00;
    width: 100%;
    border-radius: 5px;
    padding-top: 25px;
    padding-left: 20px;
    margin-left: 0px;
    margin-top: 5vh;
    padding-bottom: 25px;
    padding-right: 20px;
  }

  .left-middle-footer-section a,
  .right-middle-footer-section a {
    width: 100%;
    text-align: left;
    font-size: 4.5vw;
    padding: 10px 0;
  }

  .top-left-middle-footer-section p {
    font-size: 1.4em;
    padding-right: 30px;
    padding-bottom: 30px;
    width: 80%;
    line-height: 1.3em;
    text-align: left;
  }

  .right-text-bottom-top-left-middle-footer-section p {
    font-size: 0.78em;
  }

  /* Bottom footer line & copyright */
  .bottom-footer-section {
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
    /* padding:5px; */
  }

  .left-bottom-footer-section,
  .middle-bottom-footer-section,
  .right-bottom-footer-section {
    width: 100%;
    text-align: center;
  }

  .last-footer-section p {
    font-size: 2.5vw;
    text-align: left;
    margin-top: -15px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .copyright {
    color: #fff7ec;
    font-size: 9vw;
    padding-left: 0px;
    padding-right: 2vw;
  }

  .right-bottom-footer-section p {
    color: #fff7ec;
    font-size: 8vw;
    padding-right: 0px;
    padding-left: 2vw;
  }

  .middle-bottom-footer-section hr {
    margin: 0 auto;
    border: 1px solid #fff7ec;
    width: 45vw;
  }
}

/* tablet version */

@media (min-width: 479px) and (max-width: 767px) {
  .container {
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: 20px;
    background-color: #fff7ec;
    overflow-x: hidden;
  }
  
  /* Prevent horizontal scroll */
  html,
  body {
    overflow-x: hidden;
  }

  .container,
  .container-load,
  .footer-section,
  .menu-section {
    max-width: 100vw;
    box-sizing: border-box;
    /* ensures padding doesn't break width */
  }

  .container-1st,
  .come-top-section {
    min-height: 100vh;   /* instead of rigid height */
    height: auto;        /* allow natural growth */
    overflow: hidden;    /* stop scrollbars inside */
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* Container Load */
  .container-load {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Loading Animation */
  .load-ani {
    width: 80vw;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  /* Loading Text */
  .text-load-ani p {
    font-size: 6vw;
    /* scale smaller than mobile */
    line-height: 1.2;
    color: #000813;
  }

  .new-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    z-index: 1000;
    padding: 0 0px;
    display: flex;
    align-items: center;
    background: transparent;
  }

  .menu-right-section {
    padding-top: 20px;
    margin-left:20px;
  }
  
  .menu-top-right-section {
    margin-left: 30px;
    padding-left: 3px;
    background-color: #000813;
    border-radius: 1.7px;
    cursor: pointer;
    font-size: 0.89em;
  }

  .menu-bottom-right-section {
    display: inline-block;
    margin-top: 10px;
    padding-left: 3px;
    background-color: #000813;
    border-radius: 1.7px;
    cursor: pointer;
    font-size: 0.89em;
  }

  .menu-left-section {
    margin-top: -20px;
    cursor: pointer;
    flex-direction: row-reverse;
  }

  .menu-left-section p {
    font-size: 1em;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }

  .option-menu-left-section {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-right: 25px;
    align-items: left;
    padding-left: 5px;

  }

  .option-menu-left-section a {
    font-size: 1em;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding-top: 1px;
  }

  /* work */

  .option-menu-left-section .work::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 61%;
    height: 0.6px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  /* about */

  .option-menu-left-section .about::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 74%;
    height: 0.6px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  /* services */

  .option-menu-left-section .services::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 99%;
    height: 0.6px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  /* contact */

  .option-menu-left-section .contact::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 0.6px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  /* faq */

  .option-menu-left-section .faq::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 48%;
    height: 0.6px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  .option-menu-left-section .faq:hover::after {
    width: 0;
  }

  /* Container */
  .container-1st {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  /* Text + Video wrapper */
  .text-video-section {
    display: flex;
    flex-direction: row; /* stack text and video */
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px; /* space between text and video */
    padding: 40px 0;
    padding-top: 10vh;
  }

  /* Left text */
  .left-text-video-section {
    width: 100%; /* almost full width */
    text-align: left; /* center for tablet readability */
    margin: 0 auto;
  }

  .left-text-video-section p {
    font-size: 3.3vw; /* smaller than mobile but readable */
    line-height: 1.4;
    color: #000813;
  }

  /* Right video */
  .right-text-video-section {
    width: 100%;
    display: flex;
    justify-content: right; /* center video */
  }

  .video-clip {
    width: 65%; /* responsive width for tablet */
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0;
    margin-top:-40px;
  }

  .video-clip video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  /* Company Name below video */
  .compony-name-section {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .compony-name-section h1 {
    font-size: 17vw;
    line-height: 1.1em;
    margin: 0;
    color: #000813;
    margin-top:10vh;
  }

  /* come top section */

  .come-top-section {
    display: flex;
    flex-direction: column; /* stack top and bottom */
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 5vw; /* responsive horizontal padding */
    box-sizing: border-box;
    gap: 10px;
    margin-top: 20vh;
    padding-top: 160px;
    height: 100vh;
  }

  .top-come-top-section {
    width: 100%;
    text-align: center;
    font-size: 4vw; /* scales with screen width */
    line-height: 1.3em;
  }

  .bottom-come-top-section {
    width: 100%;
    text-align: center;
    font-size: 6vw; /* slightly larger */
    font-weight: 600;
    margin-top: 5px;
  }

  /* text-center-section */

  .center-text-section {
    position: fixed;
    /* background-color: #76726d; */
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 3;
  }

  .center-text-section p {
    width: 70%;
    font-size: 2em;
    color: #fff7ec;
  }


  /* tellAboutUs-section */

  .tellAboutUs-section {
    position: fixed;
    left: 0;
    top: 5vh;
    /* background-color: #ff0c00; */
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    z-index: 2;
  }

  .weAre-section-tellAboutUs-section p {
    font-size: 4vw;
    font-weight: 400;
    padding-top: 4vh;
  }

  .company-name-section-tellAboutUs-section h3 {
    font-size: 16vw;
  }

  /* work images section */

  .bottom-images-work-section {
    display: flex;
    flex-direction: column; /* stack vertically */
    align-items: center;
    gap: 15px; /* smaller gaps for mobile */
    padding: 15px 5px;
  }

  .new-image{
    display: flex;
    flex-direction: column-reverse;
  }

  .bottom-left-images-work-section,
  .bottom-right-images-work-section,
  .bottom-bottom-images-work-section {
    width: 95vw; /* almost full width */
    height: auto; /* maintain aspect ratio */
    margin: 0; /* remove desktop negative margins */
    border-radius: 4px;
    overflow: hidden;
  }

  .bottom-left-images-work-section{
    width: 35vw;
    margin-top:20px;
    margin-left: -31vw;
  }

  .bottom-right-images-work-section{
    width: 60vw;
    margin-right: -31vw;
    margin-bottom: 30px;
  }

  .bottom-bottom-images-work-section{
    width: 45vw;
    margin-top: -15vh;
    margin-right: -45vw;
  }

  .bottom-left-images-work-section img,
  .bottom-right-images-work-section img,
  .bottom-bottom-images-work-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  /* service section */

   .service-section {
    padding: 20px 0;
    height: 70vh; /* as you requested */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .top-service-section {
    text-align: center;
  }
  
  .top-service-section {
    justify-content: start;
    gap: 20px;
    padding-top: 4vh;
    padding-bottom: 12vh;
  }

  .top-service-section h4 {
    font-size: 4em;
    font-weight: 400;
  }

  .top-service-section p {
    margin-top: -50px;
    font-size:1em;
    padding-bottom: 0px;
    color: #e0d8cc;
  }

  .middle-service-section {
    width: 100vw;          /* ✅ Take full mobile width */
    display: flex;
    /* overflow-x: scroll; */
    gap: 12px;
    /* scroll-snap-type: x mandatory; */
    padding: 10px 0;
    animation: runSingleLine 20s linear infinite;
  }

  @keyframes runSingleLine {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .middle-service-section {
      animation: none;
    }
  }

  .middle-service-section::-webkit-scrollbar {
    display: none; /* Hide scroll bar */
  }

  .service-box {
    min-width: 40vw;          /* Controls box width */
    flex-shrink: 0;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    scroll-snap-align: start;
    text-align: center;
    /* background: #0a0a0a;       same as your desktop theme */
  }

  .bottom-service-section {
    padding-top: 10px;
  }

  .btn-box-bottom-service-section {
    width: 50%;
    /* margin: 0 auto; */
    justify-content: flex-end;
  }

  /* bottom-service-section */

  .bottom-service-section {
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: end;
  }

  .btn-box-bottom-service-section {
    background-color: #fff7ec;
    border: 0.002px solid rgb(230, 223, 223);
    width: 230px;
    border-radius: 3px;
    cursor: pointer;
    justify-content: space-between;
  }

  .left-btn-box-bottom-service-section {
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .left-btn-box-bottom-service-section p {
    font-size: 0.99em;
  }

  .right-btn-box-bottom-service-section {
    background-color: #000813;
    margin: 5px;
    border-radius: 3px;
    cursor: pointer;
  }

  .service-arrow {
    color: white;
    padding: 10px;
    padding-left: 11px;
    padding-right: 11px;
  }

  /* testimonil section */

  .testmonial-design {
    padding: 40px 25px 60px 25px;
  }

  /* Heading */
  .testimonial-heading h4 {
    font-size: 5vw; /* slightly smaller than desktop */
    line-height: 1.2em;
    padding-bottom: 30px;
  }

  /* Top section */
  .top-section-testmonial-design {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 25px;
  }

  .left-top-section-testmonial-design h5 {
    font-size: 1.2em;
    border-left-width: 3px;
    padding-left: 12px;
  }

  .right-top-section-testmonial-design {
    flex: 0 0 auto;
    justify-content: flex-start;
  }

  .right-top-section-testmonial-design img {
    width: 55px;
    height: 55px;
  }

  /* Middle testimonial text */
  .middle-section-testmonial-design p {
    font-size: 1.2em;
    width: 95%;
    line-height: 1.7em;
  }

  .middle-section-testmonial-design b {
    font-size: 1.2em;
  }

  /* Star section */
  .star-section-testmonial-design {
    gap: 4px;
  }

  .star-section-testmonial-design i {
    font-size: 1.4em;
    margin: 0 2.5px;
  }

  /* Bottom section (client info) */
  .bottom-section-testmonial-design {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
  }

  .img-bottom-section-testmonial-design {
    height: 45px;
    width: 45px;
  }

  .text-info-client-bottom-section-testmonial-design span {
    font-size: 0.7em;
  }

  .criclie-right-bottom-section-testmonial-design {
    height: 38px;
    width: 38px;
    font-size: 1em;
  }

  /* Page navigation buttons */
  .testimonial-page-go-btn-bottom-section-2-testmonial-design {
    flex-direction: row;
    gap: 12px;
  }


  /* Common container styling */
  .slider-one-new .frist-center-images-bottom-serving-clients-section,
  .slider-second-new .frist-center-images-bottom-serving-clients-section,
  .slider-thrid-new .frist-center-images-bottom-serving-clients-section {
    width: 40vw;
    height: auto;
    max-height: 40vh; /* Still maintains original feel */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Text wrapper - instead of negative margins */
  .sl-1, .sl-2, .sl-3 {
    display: flex;
    justify-content: space-between;
    width: 40vw;
    margin: 2vh auto 0 auto;  /* Small gap under image instead of forced overlaps */
    padding: 5px;
    align-items: center;
  }

  /* Titles */
  .sl-1 .left-text h5,
  .sl-2 .left-text h5,
  .sl-3 .left-text h5 {
    font-size: 3vw;
    color: #fff7ec;
    margin: 0;
  }

  /* Categories (Right text) */
  .sl-1 .right-text p,
  .sl-2 .right-text p,
  .sl-3 .right-text p {
    font-size: 1.5vw;
    margin: 0;
    opacity: 0.85;
    margin-top: -4vw;
  }

    /* Footer container */
  .footer-section {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 20px;
  }

  /* Top footer text */
  .top-footer-section .compony-name-top-footer-section h3 {
    font-size: 17vw;
    padding-top: 4vh;
    padding-bottom: 0;
    text-align: center;
    align-items: center;
  }

  /* Middle footer box */
  .middle-footer-section {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .left-middle-footer-section,
  .right-middle-footer-section {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
    text-align: left;
    margin-right: 0px;
  }

  .right-middle-footer-section {
    display: flex;
    justify-content: unset;
    align-items: left;
    text-align: left;
    gap: 60px;
    margin-right: 0px;
    margin-top: 25px;
  }

  .left-middle-footer-section {
    background-color: #ff0c00;
    width: 100%;
    border-radius: 5px;
    padding-top: 15px;
    padding-left: 15px;
    margin-left: 0px;
    margin-top: 5vh;
    padding-bottom: 10px;
    padding-right: 15px;
  }

  .left-middle-footer-section a,
  .right-middle-footer-section a {
    width: 100%;
    text-align: left;
    font-size: 4.5vw;
    padding: 10px 0;
  }

  .left-right-middle-footer-section p {
    color: #fff7ec;
    font-size: 0.4em !important;
    line-height: 1.8em;
    margin: 0;
    /* background-color: rgb(97, 207, 24); */
    cursor: pointer;
  }

  .right-right-middle-footer-section p {
    color: #fff7ec;
    font-size: 0.4em !important;
    line-height: 1.8em;
    margin: 0;
    /* background-color: rgb(97, 207, 24); */
    cursor: pointer;
  }

  .top-left-middle-footer-section p {
    font-size: 0.95em;
    padding-right: 30px;
    padding-bottom: 30px;
    width: 80%;
    line-height: 1.3em;
    text-align: left;
  }

  .right-text-bottom-top-left-middle-footer-section p {
    font-size: 0.45em;
  }

  /* Bottom footer line & copyright */
  .bottom-footer-section {
    /* flex-direction: column; */
    align-items: center;
    gap: 30px;
    /* padding:5px; */
  }

  .left-bottom-footer-section,
  .middle-bottom-footer-section,
  .right-bottom-footer-section {
    width: 100%;
    text-align: left;
  }

  .last-footer-section p {
    font-size: 2vw;
    text-align: left;
    margin-top: -15px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .copyright {
    color: #fff7ec;
    font-size: 6.5vw;
    padding-left: 0px;
    padding-right: 0vw;
  }

  .right-bottom-footer-section p {
    color: #fff7ec;
    font-size: 5vw;
    padding-right: 0px;
    padding-left: 0vw;
  }

  .middle-bottom-footer-section hr {
    margin: 0 auto;
    border: 1px solid #fff7ec;
    width: 60vw;
    margin-left: -60px;
  }

  .left-text-bottom-top-left-middle-footer-section {
    background-color: #000813;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 3px;
  }

  .middle-arrow {
    color: #fff7ec;
    font-size: 0.79em;
  }

  .container-1st,
  .footer-section {
    transform: translateZ(0);
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  /* Prevent horizontal scroll */
  html, body {
    overflow-x: hidden;
  }

  .container, .container-load, .footer-section, .menu-section {
    max-width: 100vw;
    box-sizing: border-box; /* ensures padding doesn't break width */
  }

  .container-1st,
  .come-top-section {
    min-height: 100vh;   /* instead of rigid height */
    height: auto;        /* allow natural growth */
    overflow: hidden;    /* stop scrollbars inside */
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* loding */

  .container-load {
    width: 100vw; 
    height: 100vh;
  }

  .load-ani {
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .new-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    z-index: 1000;
    padding: 0 0px;
    display: flex;
    align-items: center;
    background: transparent;
  }

  .menu-right-section {
    padding-top: 20px;
  }

  .menu-left-section {
    margin-top: -20px;
    cursor: pointer;
    flex-direction: row-reverse;
  }

  .menu-left-section p {
    font-size: 1.2em;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }

  .option-menu-left-section {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-right: 25px;
    align-items: left;
    padding-left: 5px;

  }

  .option-menu-left-section a {
    font-size: 1.1em;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding-top: 1px;
  }

  /* work */

  .option-menu-left-section .work::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 61%;
    height: 0.6px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  /* about */

  .option-menu-left-section .about::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 74%;
    height: 0.6px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  /* services */

  .option-menu-left-section .services::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 99%;
    height: 0.6px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  /* contact */

  .option-menu-left-section .contact::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 0.6px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  /* faq */

  .option-menu-left-section .faq::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 48%;
    height: 0.6px;
    background-color: #000813;
    transition: width 0.3s ease;
  }

  .option-menu-left-section .faq:hover::after {
    width: 0;
  }

  /* Company Name below video */
  .compony-name-section {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .compony-name-section h1 {
    font-size: 17vw;
    line-height: 1.1em;
    margin: 0;
    color: #000813;
    margin-top:10vh;
  }

  /* come top section */

  .come-top-section {
    display: flex;
    flex-direction: column; /* stack top and bottom */
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 5vw; /* responsive horizontal padding */
    box-sizing: border-box;
    gap: 10px;
    margin-top: 20vh;
    padding-top: 160px;
    height: 100vh;
  }

  .top-come-top-section {
    width: 100%;
    text-align: center;
    font-size: 4vw; /* scales with screen width */
    line-height: 1.3em;
  }


  /* text-center-section */

  .center-text-section {
    position: fixed;
    /* background-color: #76726d; */
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 10px;
    left: 0px;
    opacity: 0;
    z-index: 3;
  }

  .center-text-section p {
    width: 70%;
    font-size: 2em;
    color: #fff7ec;
  }

  
  /* work images section */

  .bottom-images-work-section {
    display: flex;
    flex-direction: column; /* stack vertically */
    align-items: center;
    gap: 15px; /* smaller gaps for mobile */
    padding: 15px 5px;
  }

  .new-image{
    display: flex;
    flex-direction: column-reverse;
  }

  .bottom-left-images-work-section,
  .bottom-right-images-work-section,
  .bottom-bottom-images-work-section {
    width: 95vw; /* almost full width */
    height: auto; /* maintain aspect ratio */
    margin: 0; /* remove desktop negative margins */
    border-radius: 4px;
    overflow: hidden;
  }

  .bottom-left-images-work-section{
    width: 35vw;
    margin-top:20px;
    margin-left: -31vw;
  }

  .bottom-right-images-work-section{
    width: 60vw;
    margin-right: -31vw;
    margin-bottom: 30px;
  }

  .bottom-bottom-images-work-section{
    width: 45vw;
    margin-top: -15vh;
    margin-right: -45vw;
  }

  .bottom-left-images-work-section img,
  .bottom-right-images-work-section img,
  .bottom-bottom-images-work-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  /* service section */

   .service-section {
    padding: 20px 0;
    height: 70vh; /* as you requested */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .top-service-section {
    text-align: center;
  }

  .middle-service-section {
    width: 100vw;          /* ✅ Take full mobile width */
    display: flex;
    /* overflow-x: scroll; */
    gap: 12px;
    /* scroll-snap-type: x mandatory; */
    padding: 10px 0;
    animation: runSingleLine 20s linear infinite;
  }

  @keyframes runSingleLine {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .middle-service-section {
      animation: none;
    }
  }

  .middle-service-section::-webkit-scrollbar {
    display: none; /* Hide scroll bar */
  }

  .service-box {
    min-width: 40vw;          /* Controls box width */
    flex-shrink: 0;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    scroll-snap-align: start;
    text-align: center;
    /* background: #0a0a0a;       same as your desktop theme */
  }

  .bottom-service-section {
    padding-top: 10px;
  }

  .btn-box-bottom-service-section {
    width: 50%;
    /* margin: 0 auto; */
    justify-content: flex-end;
  }

  /* bottom-service-section */

  .bottom-service-section {
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: end;
  }

  .btn-box-bottom-service-section {
    background-color: #fff7ec;
    border: 0.002px solid rgb(230, 223, 223);
    width: 230px;
    border-radius: 3px;
    cursor: pointer;
    justify-content: space-between;
  }

  .left-btn-box-bottom-service-section {
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .left-btn-box-bottom-service-section p {
    font-size: 0.99em;
  }

  .right-btn-box-bottom-service-section {
    background-color: #000813;
    margin: 5px;
    border-radius: 3px;
    cursor: pointer;
  }

  .service-arrow {
    color: white;
    padding: 10px;
    padding-left: 11px;
    padding-right: 11px;
  }

  /* testimonial section */

   .testmonial-design {
    padding: 50px 40px 70px 40px;
  }

  /* Heading */
  .testimonial-heading h4 {
    font-size: 3.5vw;
    padding-bottom: 45px;
  }

  /* Top section */
  .top-section-testmonial-design {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
  }

  .left-top-section-testmonial-design h5 {
    font-size: 1.2em;
    line-height: 1.5em;
    border-left-width: 4px;
    padding-left: 12px;
  }

  .right-top-section-testmonial-design {
    flex: 0 0 70px;
    justify-content: flex-end;
  }

  .right-top-section-testmonial-design img {
    width: 55px;
    height: 55px;
  }

  /* Middle testimonial text */
  .middle-section-testmonial-design p {
    font-size: 1.3em;
    width: 90%;
    line-height: 1.7em;
  }

  .middle-section-testmonial-design b {
    font-size: 1.3em;
  }

  /* Star section */
  .star-section-testmonial-design i {
    font-size: 1.4em;
    margin: 0 3px;
  }

  /* Bottom section */
  .bottom-section-testmonial-design {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
  }

  .img-bottom-section-testmonial-design {
    height: 45px;
    width: 45px;
  }

  .text-info-client-bottom-section-testmonial-design span {
    font-size: 0.7em;
  }

  .criclie-right-bottom-section-testmonial-design {
    height: 38px;
    width: 38px;
    font-size: 1em;
  }

  .testimonial-page-go-btn-bottom-section-2-testmonial-design {
    gap: 12px;
  }

  /* Common container styling */
  .slider-one-new .frist-center-images-bottom-serving-clients-section,
  .slider-second-new .frist-center-images-bottom-serving-clients-section,
  .slider-thrid-new .frist-center-images-bottom-serving-clients-section {
    width: 40vw;
    height: auto;
    max-height: 40vh; /* Still maintains original feel */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Text wrapper - instead of negative margins */
  .sl-1, .sl-2, .sl-3 {
    display: flex;
    justify-content: space-between;
    width: 40vw;
    margin: 2vh auto 0 auto;  /* Small gap under image instead of forced overlaps */
    padding: 5px;
    align-items: center;
  }

  /* Titles */
  .sl-1 .left-text h5,
  .sl-2 .left-text h5,
  .sl-3 .left-text h5 {
    font-size: 3vw;
    color: #fff7ec;
    margin: 0;
  }

  /* Categories (Right text) */
  .sl-1 .right-text p,
  .sl-2 .right-text p,
  .sl-3 .right-text p {
    font-size: 1.5vw;
    margin: 0;
    opacity: 0.85;
    margin-top: -4vw;
  }


  /* Footer container */
  .footer-section {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 20px;
  }

  /* Top footer text */
  .top-footer-section .compony-name-top-footer-section h3 {
      font-size: 18vw;
      padding-top: 4vh;        
      padding-bottom: 4vh; 
      text-align: center;
      align-items: center;
  }

  /* Middle footer box */
  .middle-footer-section {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .left-middle-footer-section,
  .right-middle-footer-section {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
    text-align: left;
    margin-right: 0px;
  }

  .right-middle-footer-section {
    display: flex;
    justify-content: unset;
    align-items: left;
    text-align: left;
    gap: 60px;
    margin-right: 0px;
    margin-top: 25px;
  }

  .left-middle-footer-section {
    background-color: #ff0c00;
    width: 100%;
    border-radius: 5px;
    padding-top: 15px;
    padding-left: 15px;
    margin-left: 0px;
    margin-top: 5vh;
    padding-bottom: 10px;
    padding-right: 15px;
  }

  .left-middle-footer-section a,
  .right-middle-footer-section a {
    width: 100%;
    text-align: left;
    font-size: 4.5vw;
    padding: 10px 0;
  }

  .left-right-middle-footer-section p {
    color: #fff7ec;
    font-size: 0.4em !important;
    line-height: 1.8em;
    margin: 0;
    /* background-color: rgb(97, 207, 24); */
    cursor: pointer;
  }

  .right-right-middle-footer-section p {
    color: #fff7ec;
    font-size: 0.4em !important;
    line-height: 1.8em;
    margin: 0;
    /* background-color: rgb(97, 207, 24); */
    cursor: pointer;
  }

  .top-left-middle-footer-section p {
    font-size: 0.95em;
    padding-right: 30px;
    padding-bottom: 30px;
    width: 80%;
    line-height: 1.3em;
    text-align: left;
  }

  .right-text-bottom-top-left-middle-footer-section p {
    font-size: 0.45em;
  }

  /* Bottom footer line & copyright */
  .bottom-footer-section {
    /* flex-direction: column; */
    align-items: center;
    gap: 30px;
    /* padding:5px; */
  }

  .left-bottom-footer-section,
  .middle-bottom-footer-section,
  .right-bottom-footer-section {
    width: 100%;
    text-align: left;
  }

  .last-footer-section p {
    font-size: 2vw;
    text-align: left;
    margin-top: -15px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .copyright {
    color: #fff7ec;
    font-size: 6.5vw;
    padding-left: 0px;
    padding-right: 0vw;
  }

  .right-bottom-footer-section p {
    color: #fff7ec;
    font-size: 5vw;
    padding-right: 0px;
    padding-left: 0vw;
  }

  .middle-bottom-footer-section hr {
    margin: 0 auto;
    border: 1px solid #fff7ec;
    width: 60vw;
    margin-left: -60px;
  }

  .left-text-bottom-top-left-middle-footer-section {
    background-color: #000813;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 3px;
  }

  .middle-arrow {
    color: #fff7ec;
    font-size: 0.79em;
  }

}  