:root {
  /* Colors: */
  --color-ff5000: #ff5000;
  --color-000000: #000000;
  --color-333333: #333333;
  --color-fbdc37: #fbdc37;
  --color-f1f1f1: #f1f1f1;
  --color-ffffff: #ffffff;
  --color-d9d9d9: #d9d9d9;

  --font-family-plus: "Plus Jakarta Sans", sans-serif;


  --font-style-normal: normal;
  --font-size-12: 12px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-17: 17px;

  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-28: 28px;
  --font-size-33: 33px;

  --font-size-30: 30px;
  --font-size-40: 40px;

  --font-size-50: 50px;
  --font-size-60: 60px;

  --font-size-70: 70px;
  --font-size-85: 85px;
  --font-size-230: 230px;

  --character-spacing-0: 0px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
  body.hidden {
    filter: blur(12px);
  }
   body {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
  }
html,
body {
  overscroll-behavior: none;
}

* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-plus);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-20);
  color: var(--color-333333);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-c18d02);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: normal;
  font-family: var(--font-family-plus);
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}


header,
footer,
section {
  width: 100%;
  float: left;
}

.section-space {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.swiper-pagination {
  display: flex;
  position: absolute;
  margin-top: 0;
  /* display: block; */
  left: -2%;
  bottom: 28%;
  /* bottom: 0; */
  /* align-items: normal; */
  justify-content: right;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: var(--color-ffffff);
  /* light orange */
  opacity: 1;
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 24px;
  height: 6px;
  background-color: var(--color-ff5000);
  /* light orange */
}

/* common css */
p {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 20px;
  font-family: var(--font-family-plus);
  text-align: justify;
}


.main-heading {
  font-size: var(--font-size-50);
  letter-spacing: 0.1px;
  font-weight: var(--font-weight-Bold);
}

.section-heading {
  font-size: var(--font-size-40);
  color: var(--color-333333);
  margin-bottom: 3rem;

}

.sub-heading {
  font-size: var(--font-size-22);
  color: var(--color-333333);
}

.sub-heading-one {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-ExtraBold);
  color: var(--color-333333);
  letter-spacing: 1px;
}

.transpert-heading {
  font-size: var(--font-size-230);
  font-weight: var(--font-weight-ExtraBold);
  color: var(--color-ffffff);
  position: absolute;
  width: 100%;
  line-height: 12rem;
  z-index: 0;
  opacity: 0.5;
}

.button_container {
  position: relative;
  display: inline-flex;
}


.button_su {
  /* overflow: hidden; */
  position: relative;
  display: inline-block;
  border-radius: 3rem;
  /* margin-bottom: 30px; */
  overflow: hidden;
  /* padding: 1rem; */
  height: 50px;
}

.su_button_circle {
  background-color: var(--color-ff5000);
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */

}

.button_su_inner {
  display: inline-block;
  background: var(--color-ff5000);
  color: #F4F4F4;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border-radius: 3rem;
  transition: 400ms;
  text-decoration: none;
  padding: 22px;
  padding: 0.8rem 2rem;
border:none;
}

.button_text_container {
  position: relative;
  z-index: 8;



}

.button_su_inner .button_arrow i {
  margin-left: 1rem;
  will-change: transform;
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.4s ease;

}

.button_su_inner:hover {
  color: var(--color-ffffff);
}

.button_su_inner:hover .button_arrow i {
  position: relative;
  transform: translateX(8px);
  color: var(--color-ffffff);
}

.explode-circle {
  animation: explode 0.5s forwards;
  overflow: hidden;
  transition: ease all 0.5s;

}

.desplode-circle {
  animation: desplode 0.5s forwards;
  overflow: hidden;
  transition: ease all 0.5s;

}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: var(--color-333333);
  }

  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(255, 60, 0, 0.8);
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: var(--color-333333);
  }

  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 60, 0, 0.8);
  }
}

.list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-ExtraBold);
  margin-bottom: 0.8rem;
}

.list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--color-fbdc37);
  font-size: 1rem;
}


/* header */

.header-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  padding: 0 2rem;
  background-color: #ffffff54;
}

.top-header .container-fluid {
  padding: 0;
}

.top-header-right {
  height: 100%;
  font-size: 17px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}


.top-header-right li {
  margin-left: 2.8rem;
}

.top-header-right li:last-child {
  margin-left: 0;

}

.top-header {
  font-family: var(--font-family-plus);
  font-weight: var(--font-weight-Light);
  padding: 10px 0;
  border-bottom: 1px solid #a3a3a347;
}

.top-header a {
  color: var(--color-000000);
}

.top-header a i {
  color: var(--color-ff5000);
  margin-right: 0.3rem;
}

.top-header a i:hover {
  color: var(--color-ff5000);
}

.top-header a:hover {
  color: var(--color-ff5000);
}



header {
  width: 100%;
}

header .button_container {
  float: inline-end;
  margin: 0.5rem 0;
}

.navbar {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.navbar-nav {

  flex-direction: row;

}

.navbar-dark .navbar-nav .nav-link {
  font-size: var(--font-size-14);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  padding: 1rem;
  margin-right: 1rem;
  position: relative;
  transition: color 0.3s ease;
  position: relative;
  transition: ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover {
  background-color: var(--color-ff5000);
  color: var(--color-ffffff);

}

.navbar-dark .navbar-nav .nav-link.active {
  color: var(--color-000000);
}

.navbar-dark .navbar-nav .nav-link.active:hover {
  color: var(--color-ffffff);
}

/* Initial small dot */
.navbar-dark .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 6px;
  height: 6px;
  background-color: var(--color-ff5000);
  border-radius: 50%;
  /* transform: translateX(-50%); */
  /* opacity: 0; */
  transition: ease all 0.5s;


}

/* Hover → dot becomes rectangle line */
.navbar-dark .navbar-nav .nav-link.active:hover::after {
  opacity: 1;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  /* rectangle */
  transform: none;
  z-index: -1;
  color: var(--color-ffffff) !important;
}


.navbar-brand img {
  width: 320px;
}



.navbar-toggler {
  display: none;
}



.g_header.g_shrink {
  background-color: var(--color-ffffff);
  color: var(--color-333333);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  transition: ease all 0.5s;
  position: fixed;
  top: 0;
}

.g_header.g_shrink .navbar-dark .navbar-nav .nav-link {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  color: var(--color-333333);

}

.g_header.g_shrink .navbar-dark .navbar-nav .nav-link:hover {
  color: var(--color-ffffff);

}



.g_header.g_shrink .top-header a {
  color: var(--color-333333);

}

.g_header.g_shrink .top-header a:hover {
  color: var(--color-ff5000);

}

.g_header.g_shrink .navbar-brand img {
  width: 300px;
}

/* =========================
   DROPDOWN BASE
========================= */
.dropdown-menu {
  display: none;
  padding: 0;
  margin-top: 0;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
}

.dropdown-menu.show {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

/* =========================
   DROPDOWN ITEMS
========================= */
.dropdown-item {
  padding: 10px 15px;
  color: var(--color-000000);
}

.dropdown-item:hover {
  background-color: var(--color-ff5000);
  color: var(--color-ffffff);
}

/* =========================
   DESKTOP HOVER
========================= */
@media (min-width: 992px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown:hover>.dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }

  /* Enable hover dropdown */
  .nav-item.dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* Initial hidden state */
  .dropdown-menu {
    display: block;
    /* Required for animation */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    margin-top: 0;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  }

  /* Optional: smoother hover area */
  .nav-item.dropdown {
    position: relative;
  }

}

/* =========================
   SUBMENU
========================= */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  display: none;
  position: absolute;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

/* =========================
   ANIMATION
========================= */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Remove Bootstrap default arrow */
.dropdown-toggle::after {
  display: none !important;
}

/* Add Font Awesome arrow */
.dropdown-toggle::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-left: 6px;
  float: right;
  transition: transform 0.3s ease;
  font-size: 0.8rem;
  top: 4px;
  position: relative;
}





/* main-banner */
.banner {
  position: relative;

}

/* Swiper pagination dots */



.main-slider .swiper-pagination {
  position: absolute;
  top: 69%;
  left: -37px;
  z-index: 1;
}

.banner img {
  width: 100%;
  height: 980px;
  object-fit: cover;
}

/* .banner .swiper-slide::before {
  content: '';
  position: absolute;
  background: #000000;
  background: linear-gradient(90deg, rgb(0 0 0 / 91%) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  top: 0;
  z-index: 1;
  height: 100%;
} */

.banner-slider {
  position: relative;
  /* z-index: -9; */
}

.banner {
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom-right-radius: 8rem;
  overflow: hidden;
}



.banner-home {
  position: relative;
  overflow: hidden;
  z-index: -1;
}

/* swiper full height */
.banner-home .swiper {
  height: 900px;
}



/* optional dark overlay for readability */



.banner-home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

/* Common navigation styles */
.banner-home .swiper-button-prev-h,
.banner-home .swiper-button-next-h {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease;
}

/* Positions */
.banner-home .swiper-button-prev-h {
  left: 20px;
}

.banner-home .swiper-button-next-h {
  right: 20px;
}

/* Hover */
.banner-home .swiper-button-prev-h:hover,
.banner-home .swiper-button-next-h:hover {
  background: linear-gradient(135deg, #ff9100, #f04400);
  color: #000;
  transform: translateY(-50%) scale(1.1);
}


.banner-home .swiper-container-h {
  position: relative;
  height: 100vh;
}

.banner-home .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fixed content */

.banner-home .carousel-caption h1 {
  margin-bottom: 20px;
}

.banner-home .carousel-caption h2 {
  font-size: var(--font-size-25);
}

.banner-home .carousel-caption .button_su_inner {
  color: var(--color-ff5000);
  background-color: var(--color-ffffff);


}

.banner-home .carousel-caption .button_su_inner:hover {
  color: var(--color-ffffff);
  background-color: var(--color-333333);


}

.carousel-caption {
  color: #ffffff;
  text-align: left;
  width: 550px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 2.5%;
  z-index: 99;
  font-family: var(--font-family-plus);
}


/* Orange background shape */
.carousel-caption::after {
    content: "";
    position: absolute;
    left: -25%;
    width: 137%;
    height: 500px;
    z-index: -1;
    border-top-right-radius: 6rem;
    border-bottom-right-radius: 4rem;
    transform: skewX(343deg);
    transform-origin: right center;
    background-color: #ff5000d4;
}

.carousel-caption p {
  text-align: left;
  margin-bottom: 2rem;
}

.carousel-caption h6 {
  font-size: 18px;
  font-weight: 600;
}

.carousel-caption small {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

/* .swiper-wrapper{
  display:  !important;
} */

.about-box {
  padding: 2.5rem;
  background-color: var(--color-ffffff);
  border-radius: 2rem;
  padding-bottom: 0;
}

.about-box p {
  border-top: 1px solid var(--color-f4f4f4);
  overflow: hidden;
  color: rgba(0, 0, 0, 0.7);
  font-family: var(--font-family-plus);
  margin-bottom: 2rem;
  text-align: left;
  height: 140px;
}

.about-section {
  position: relative;
  z-index: -1;
}


.about-section .about-box {
  background-color: var(--color-f1f1f1);
  position: relative;
}

.about-section .about-box .icon {
  position: absolute;
  z-index: 9;
  padding: 1rem;
  background-color: var(--color-ff5000);
  bottom: 0;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin: 1rem;
  left: 37px;
}

.about-img .about-img-main img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.about-img-main {
  width: 111%;
  left: -5%;
  position: relative;
}

.journey-section {
  border-radius: 3rem;
  color: var(--color-ffffff);
  border-bottom-left-radius: 8rem;
  background-color: var(--color-ffffff);
  position: relative;
}

.journey-section .container {
  position: relative;
}

.journey-section .transpert-heading {
  opacity: 0.1;
  z-index: 1;
  left: 9%;
  position: absolute;
  top: -2%;
  width: auto;
}


.journey-right {
  position: relative;
  width: 134%;
  margin-left: 4rem;
}

.journey-right img {
  /* padding-left: 3rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100%;
  /* left: 0; */
  object-fit: cover;
  z-index: 1;
  margin-top: 0;
}

.journey-left p {
  margin-bottom: 3rem;
}

.journey-left .common-btn {
  margin-top: 3rem;
}

.journey-section .journey-box {
  /* background-image: url(../images/journey-bg.jpg); */
  padding: 6rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3rem;
  width: 91%;
  position: relative;
  background-color: #2E2E2E;
}



#counter span.percent:after {
  content: "+";
  display: inline-block;
}

#counter span.percent.establish:after {
  display: none;
}

.counter-section {
  background-color: var(--color-ff5000);
  color: var(--color-ffffff);

}

.digit-box {
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: center;
  color: var(--color-ff5000);
  font-size: 2.5rem;
  border: 2px solid #000;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 1rem;
  font-weight: var(--font-weight-ExtraBold);
}

.quality-circle {
  position: absolute;
  width: 215px;
  height: 215px;
  bottom: 57px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-ffffff);
  border-radius: 100%;
  margin-left: 128px;

}



.count-area-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.count-area-content h5 {
  margin-top: 1rem;
}

.count-area-content span {
  font-size: var(--font-size-85);
  font-weight: var(--font-weight-Light);
  line-height: 6rem;
}

.count-area-content .icon img {
  width: auto;
}

.count-area-content p {
  color: var(--color-8c8c8c);
  font-weight: var(--font-weight-Bold);
}

.emblem {
  margin: 0 auto;
  border-radius: 50%;
  animation: spinZ 20s linear infinite;
  text-align: center;
  z-index: 2;
  width: 245px;
  height: 245px;
}


.emblem text {
  font-size: 16px;
  font-weight: 700;
  fill: #000;
  letter-spacing: 1px;
}

.emblem span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1.5rem;
  font-weight: var(--font-weight-ExtraBold);
  font-size: var(--font-size-25);
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  color: var(--color-000000);
}

@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}



.product-section {
  overflow-x: hidden;
  position: relative;
  background-color: var(--color-f1f1f1);
  border-top-right-radius: 8rem;
  overflow: hidden;
  border-bottom-left-radius: 8rem;

}

.product-slider {
  direction: ltr;
  overflow: hidden;
}

.product-slider-wrapper {
  direction: ltr;
  overflow: hidden;
}


.product-box {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin: 2rem;
  position: relative;

}

.product-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* Image slider */
.product-img {
  position: relative;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Zoom image on hover */
.product-box .product-img:hover img {
  transform: scale(1.08);
}

/* Pagination dots */
.product-img .swiper-pagination {
  bottom: 12px !important;
}

.product-img .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.product-img .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 20px;
  background: var(--color-ff5000);
}

/* Content */
.product-content {
  padding-bottom: 3rem;
  text-align: center;
  position: relative;
  padding-top: 1rem;
}

/* Arrow link */

.product-box .arrow-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 0;
  right: 0;
}

.product-box .arrow-link i {
  background-color: var(--color-ff5000);
  padding: 1rem;
  position: absolute;
  bottom: -27px;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  /* left: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-ffffff);
  /* width: 100%; */
  font-size: 0.8rem;
  right: 0;
  top: 0;
  margin: 1rem;
  transform: rotate(316deg);
  transition: ease all 0.5s;
}



/* Hover effects */
.product-box:hover .arrow-link {
  background: #000;
  color: #fff;
}

.product-box:hover .arrow-link i {
  transform: translateX(4px);
}



.product-box:hover::after {
  opacity: 1;
}


.product-left .common-btn {
  position: absolute;
  bottom: 45px;
}

.product-left .button_container {
  position: absolute;
  bottom: 0;
}

/* Navigation button base */
.product-prev, .product-next {
  width: 45px;
  height: 45px;
  background-color: var(--color-333333);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -110px;
}

/* Remove Swiper default arrows */
.product-prev::after,
.product-next::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: var(--font-size-14);
}

/* Left arrow */
.product-prev::after {
  content: "\f104";
  /* fa-angle-left */
}

/* Right arrow */
.product-next::after {
  content: "\f105";
  /* fa-angle-right */
}

/* Hover effect */
.product-prev:hover,
.product-next:hover {
  background-color: var(--color-ff5000);
}

.product-left {
  margin-top: 2rem;
  margin-right: 2rem;
  margin-left: 2rem;
}



.navigation-button {
  position: relative;
  margin-top: 16%;
  width: fit-content;
  left: -10px;
}

.swiper-button-prev, .swiper-button-next {
  transition: ease all 0.5s;
  background-image: none;
}

.arrow-link {
  position: relative;
  /* bottom: 22px; */
  /* left: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.arrow-link i {
  background-color: var(--color-fbdc37);
  padding: 1rem;
  position: absolute;
  bottom: -88px;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  /* left: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-ff5000);
  /* width: 100%; */
  font-size: 0.8rem;
}



@media (min-width: 992px) {
  .product-section .col-lg-8 {
    margin-right: calc(50% - 50vw);
    padding-right: 0;
  }
}

/* testinomal */
.testimonial-section {
  background-color: var(--color-f1f1f1);
  border-top-right-radius: 8rem;
  border-bottom-left-radius: 8rem;
  position: relative;
  overflow: hidden;
}

.testimonial-section .button_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  margin: auto;
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}

.testimonial-section .button_su {
  text-align: center;

}

.testimonial-section::before {
  width: 100%;
  height: 45%;
  background-color: var(--color-f1f1f1);
  position: absolute;
  content: '';
  top: -45%;
  z-index: -1;
}

.testimonial-section::after {
  width: 100%;
  height: 45%;
  background-color: var(--color-f1f1f1);
  position: absolute;
  content: '';
  bottom: -45%;
  z-index: -1;
}

.testimonial-section h2 {
  z-index: 0;
  position: absolute;
}




.testimonial-img img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 2rem;
}

.testimonial-name {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
}

.testimonial-person-details {
  display: flex;
  align-items: center;
  font-family: var(--font-family-plus);
  margin-top: 2rem;
}

.testimonial-person-details h3 {
  font-size: var(--font-size-20);
  margin-bottom: 0;
  font-weight: var(--font-weight-ExtraBold);

}

.testimonial-slider {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  padding-top: 8rem;
}

/* Default slide */
.testimonial-slider .swiper-slide {
  opacity: 1;
  transition: all 0.4s ease;
}

/* Active (center) slide */
.testimonial-slider .swiper-slide-active {
  opacity: 1;
  z-index: 2;
  top: -7rem;
}

.testimonial-slider .swiper-slide-active .testimonial-items {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 40px;
}

@media (max-width: 767px) {
  .testimonial-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Prevent slide overflow cut */
.testimonial-slider .swiper-wrapper {
  align-items: stretch;
}

.testimonial-slider .swiper-slide {
  transition: all 0.3s ease;
}

/* Testimonial card */
.testimonial-items {
  background-color: var(--color-ffffff);
  padding: 3rem 2rem;
  border-radius: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0.5rem;
}

.testimonial-items p {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-333333);
}

.testimonial-person-details small {
  font-size: var(--font-size-12);
  color: #9b9b9b;
}

.testimonial-right {
  margin-left: 2rem;
}

.testimonial-wrapper {
  width: 80%;
  margin: revert;
  display: flex;
  flex-direction: column-reverse;
}

/* Navigation arrows */
.testimonial-prev,
.testimonial-next {
  width: 51px;
  height: 51px;
  background: var(--color-333333);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.testimonial-prev {
  left: 0;
}

.testimonial-next {
  right: 0;
}

.testimonial-prev::after,
.testimonial-next::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: var(--font-size-14);
}

.testimonial-prev::after {
  content: "\f104";
}

.testimonial-next::after {
  content: "\f105";
}

.testimonial-prev:hover,
.testimonial-next:hover {
  background: var(--color-ff5000);
}

.review-stars {
  margin-bottom: 2rem;
}

.presence-banner {
  background-image: url(../images/banner/presence-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 100vh !important; */
  background-position: center;
}


.presence-section {
  background-color: var(--color-ffffff);
  border-top-right-radius: 8rem;
}

.presence-slider {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}



.presence-slider .swiper-pagination {
  position: relative;
  /* text-align: center; */
  z-index: 10;
  margin-top: 0;
  display: block;
  left: 0;
  bottom: 48px;
  bottom: 0;
}



#places-map {
  background-color: var(--color-f1f1f1);
  padding: 2rem;
  border-radius: 1rem;
}

#places-map .map.india {
  width: 540px;
  margin: auto;
}

#places-map .map.world {
  width: 100%;
  margin: auto;
}

.map.world img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

/* Navigation base */
#places-map .swiper-button-prev-h,
#places-map .swiper-button-next-h {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  transition: all 0.3s ease;
}

/* Positions */
#places-map .swiper-button-prev-h {
  left: 25px;
}

#places-map .swiper-button-next-h {
  right: 25px;
}

/* Hover */
#places-map .swiper-button-prev-h:hover,
#places-map .swiper-button-next-h:hover {
  background: linear-gradient(135deg, #e67e22, #d35400);
  /* orange */
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

/* Hide on small screens (optional) */
@media (max-width: 767px) {

  #places-map .swiper-button-prev-h,
  #places-map .swiper-button-next-h {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.contact-left .small-heading {
  font-size: var(--font-size-18);
}

.copyright-section {
  background-color: var(--color-ffffff);
  border-top-right-radius: 8rem;
  position: relative;
}

.copy-right .right {
  display: flex;
  justify-content: end;
}



/* footer */

.social-links {
  margin-top: 1.5rem;
}

.social-links ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Social icon container */
.social-links ul li {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  background-color: var(--color-ffffff);
}

/* Icon link */
.social-links ul li a {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

/* Hover effect */
.social-links ul li a:hover {
  transform: scale(1.2);
}

/* Brand colors */
.social-links ul li a.facebook {
  color: #1877F2;
}

.social-links ul li a.twitter {
  color: #1DA1F2;
}

.social-links ul li a.linkedin {
  color: #0A66C2;
}

.social-links ul li a.whatsapp {
  color: #25D366;
}

.social-links ul li a.youtube {
  color: #FF0000;
}

/* Instagram gradient */
.social-links ul li a.instagram {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.contact-top-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-section {
  background-color: #1a1818;
  color: var(--color-ffffff);
  border-top-right-radius: 8rem;
  /* overflow: hidden; */
  border-bottom-left-radius: 8rem;
  position: relative;
}

.footer-section p {
  font-size: var(--font-size-14);
  margin-top: 1rem;
  padding-right: 5rem;
}

.footer-section::before {
  width: 48%;
  height: 45%;
  background-color: var(--color-ff5000);
  position: absolute;
  content: '';
  top: -36%;
  z-index: -1;
  left: 0;
  display: none;
}

.footer-section h2 {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-ExtraBold);
}

.footer-section .logo img {
  width: 260px;
}

.footer-section .contact-box {
  margin-bottom: 1rem;
  font-size: var(--font-size-14);
  display: flex;
}

.footer-section .contact-box a {
  font-size: var(--font-size-14);
  color: var(--color-ffffff);
}

.footer-section .contact-box p {
  font-size: var(--font-size-14);
  margin-bottom: 0;
}

.footer-section .contact-box a:hover {
  color: var(--color-ff5000);

}

footer .social-links ul {
  display: flex;
}

.footer-links {
  margin-bottom: 1rem;
}

.footer-links li {
  line-height: 16px;
  margin-bottom: 0.5rem;
}


.footer-links a {
  color: var(--color-ffffff);
  font-size: var(--font-size-14);
}



.footer-links a:hover {
  color: var(--color-ff5000);
  margin-right: 2rem;
}


.footer-logo img {
  width: 250px;
}

.footer-arrow {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 20%;
}

.footer-box {
  width: 15%;
  margin-bottom: 50px;
}

.footer-contact p span {
  display: block;
}

.footer-contact p {
  padding-right: 100px;
  font-size: var(--font-size-14);
}

.footer-contact a {
  color: var(--color-ffffff);
  display: block;
}

.footer-contact a:hover {
  color: var(--color-c18d02);
}

.footer-social ul {
  display: flex;
  margin-top: 80px;
}

.footer-social ul li {
  float: left;
  margin-right: 30px;
}

.footer-social ul li i {
  font-size: 24px;
  border-radius: 50%;
  color: var(--color-c18d02);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.footer-social ul li i:hover {
  color: var(--color-c18d02);
}

.footer-menu ul li {
  margin: 10px 0;
}

.footer-menu ul li a:hover i {
  color: var(--color-c18d02);
}

.footer-menu ul li a:hover {
  color: var(--color-c18d02);
}

.footer-menu ul li i {
  font-size: 14px;
  margin-right: 10px;
  color: var(--color-ffffff);
  transition: 0.5s;
}

.footer-menu ul li a {
  color: var(--color-014b7e);
  display: flex;
  font-weight: var(--font-weight-SemiBold);
  align-items: center;
  font-size: 16px;
}

.footer-contact ul li i {
  font-size: 25px;
  color: var(--color-c18d02);
  margin-right: 20px;
}

.footer-contact ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.footer-contact ul li a,
.footer-contact ul li p {
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  font-size: var(--font-size-17);
  display: block;
  margin-bottom: 0;
}

.footer-contact ul li a:hover {
  color: var(--color-c18d02);
}

.contact-box i {
  color: var(--color-fbdc37);
  top: 6px;
  position: relative;
  margin-right: 1rem;
}

/* copy-right  */


.copy-right p {
  margin-bottom: 0;
  font-family: var(--font-family-plus);
  font-size: var(--font-size-14);

}

.copy-right p a {
  margin-bottom: 0;
  font-family: var(--font-family-plus);
  font-size: var(--font-size-14);

}



.copy-right a:hover {
  color: var(--color-ff5000);
}



/* back to top */

#button {
  display: inline-block;
  background-color: var(--color-333333);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 23px;
  right: 35px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ff5000);
  text-decoration: none;
  opacity: 0;
}

#button i {
  font-style: normal;
  font-size: var(--font-size-20);
  line-height: 50px;
  color: var(--color-ffffff);
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-c18d02);
  background-color: var(--color-ff5000);
}

#button:hover:after {
  color: var(--color-f26b28);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;

}


.whatsapp-btn {
  position: fixed;
  bottom: 86px;
  right: 35px;
  z-index: 999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: var(--color-ffffff);
  font-size: 24px;
  text-decoration: none;
  line-height: 0px;
}







/* lets-connect */



.contact-section {
  overflow: visible;
  font-size: var(--font-size-16) !important;
  background-color: #f2f2f2;
}

.contact-section .social-links a {

  margin-right: 1rem;
}

.contact-section.section-space.footer-inside {
  padding: 1.5rem 0;
}

.contact-banner {
  height: 450px;
  background-image: url(../images/banner/contact-banner.jpg);
  justify-content: center;
  display: flex;
  align-items: center;
}



.contact-section .container {
  background-color: var(--color-c18d02);
  overflow: hidden;
  position: relative;
  z-index: 99;
  transform: none;
}

.contact-right {
  padding: 3rem;
  text-align: center;
  background-color: var(--color-ffffff);
  border-radius: 2rem;
  text-align: left;
}

.contact-left {
  width: 100%;
}

.contact-left p {
  color: var(--color-000000);
  font-size: var(--font-size-16) !important;

}

.contact-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-section hr {
  color: #ffffff;
  margin: 5rem 0;

}

.lets-connect {
  position: relative;
  background: var(--color-000000);
}

.contact-page-left {
  background: var(--color-333333);
  position: relative;
  padding: 4rem;
  border-radius: 2rem;
  color: var(--color-ffffff);

}

.contact-page-left .section-heading {
  color: var(--color-ffffff);

}

.contact-page-left .sub-heading {
  color: var(--color-ffffff);
}

.contact-page-left .contact-box i {
  color: var(--color-ff5000);
  top: 0;
  position: relative;
  margin-right: 0.5rem;
}

.contact-page-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.contact-page-left .social-links li {
  margin-right: 1rem;
}

.contact-page-left .sub-heading {
  font-weight: 600;
}

.contact-flex {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-top: 50px;
}


.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
}

input,
textarea {
  background-color: transparent;
  border: 1px solid #27262533;
  padding: 20px;
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-272625);
  width: 100%;
  font-size: var(--font-size-16);

}

textarea {
  min-height: 120px;
  resize: none;
}

.submit-box {
  text-align: right;
}

.submit-box button {
  background: transparent;
  border: 1px solid var(--color-d2a800);
  color: var(--color-d2a800);
  padding: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: var(--font-size-20);
  width: 100%;
  margin-top: 1.3rem;
}

.submit-box button:hover {
  /* box-shadow: inset 10em 0 0 0 var(--color-d2a800), inset -10em 0 0 0 var(--color-d2a800); */
  border-color: var(--color-d2a800);
  color: black;
  background-color: var(--color-d2a800);

}


.video-section {
  border-bottom-left-radius: 8rem;
  border-top-right-radius: 8rem;

  background-color: var(--color-ffffff);
}

.video-section .button_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  margin: auto;
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}

.video-section .common-btn {
  text-align: center;
  justify-content: center;
  margin: auto;
  display: flex;
  margin-top: 4rem;
}

.video-home-wrapper {
  max-width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
  object-fit: cover;
}

.video-home-wrapper iframe {
  max-width: 100%;
  height: 600px;
  object-fit: cover;
}

.video-home-cover {
  position: relative;
  cursor: pointer;
}

.video-home-cover img {
  width: 100%;
  display: block;
  border-radius: 2rem;
  height: 600px;
}

/* Play button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, background 0.3s ease;
}

.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 14px 0 14px 20px;
  border-color: transparent transparent transparent #fff;
}

/* Hover effect */
.video-home-cover:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(0, 0, 0, 0.9);
}
















.service-section {
  background-color: var(--color-ffffff);
  position: relative;
}

.service-section .container {
  position: relative;

}

.service-section .swiper-container {
  width: 100%;
  height: auto;
}


.service-section .small-heading {
  margin-left: 5px;
  position: absolute;
}

.service-section .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* override swipers transition */
.service-section .swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.service-section .service-content {
  bottom: 0;
  height: 150px;
  position: absolute;
  bottom: 0;
  padding: 2rem;
  width: 100%;
  z-index: 9;
  word-break: break-word;
}

.service-section .service-content .sub-heading {
  font-weight: var(--font-weight-Bold) !important;
  line-height: normal;
  color: var(--color-ffffff);
  text-transform: uppercase;
}

.service-section .service-box {
  position: relative;
  transition: ease all 0.5s;

}

.service-section .service-box:hover {
  transform: scale(1.01);
}

.service-section .service-box:hover i {

  rotate: 360deg;
}

.service-section .service-box:hover .link-arrow {
  color: var(--color-ffffff);
}

.service-section .service-box:hover .arrow {
  color: var(--color-ffffff);
}

.service-section .service-box .link-arrow:hover {
  color: var(--color-ffffff);
}

.service-section .service-box .link-arrow:hover .arrow {
  color: var(--color-ffffff);
}

.service-section .service-box::after {
  position: absolute;
  content: '';
  background-color: #0000004d;
  top: 0;
  left: 0;
  width: 100%;
  height: 1900%;
}

.service-section .service-img {
  height: 500px;
}

.service-section .service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.inside-banner-space {
  background-color: var(--color-d4d7d7);
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  overflow: hidden;
  position: relative;
  height: 90vh;
}

.inside-banner-space img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.inside-banner-space h3 {
  font-size: var(--font-size-150);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: auto;
  color: aliceblue;
  justify-items: center;
  width: 100%;
}

.inside-banner-space .container {
  z-index: 9;
}



.about-first-section {
  background-color: var(--color-f5f5f5);
}


.about-right-page {
  padding: 3rem;
}

.about-right-page p {
  color: var(--color-272625);
}

.about-left-page {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
}

.about-left-page img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-right-page .section-heading {
  display: flex;
  align-items: center;
}


.contact-page-form {
  border-radius: 1rem;
  background-color: var(--color-ffffff);
  text-align: left;
}




.contact-form-section {
  background-color: var(--color-ffffff);
  overflow: hidden;
}


.service-page .service-mb {
  margin-bottom: 1.5rem;
}

.service-page .service-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 1rem;
}

.service-page .service-content strong {
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 1rem;
}


.service-page.bg-dark .service-content {
  color: var(--color-ffffff);
}

.service-page1 {
  position: relative;
}

.service-page1::after {
  position: absolute;
  width: 30%;
  height: 100%;
  content: '';
  top: 0;
  background-color: var(--color-f5f5f5);
  z-index: -1;
}

.service-page2 {
  position: relative;
}

.service-page2::after {
  position: absolute;
  width: 30%;
  height: 100%;
  content: '';
  top: 0;
  right: 0;
  background-color: var(--color-ff5000);
  z-index: 0;
}

.service-left {
  position: relative;
  z-index: 9;
}

.sectors-section {
  background-color: var(--color-ff5000);
}




.process-right {
  margin-left: 2rem;
  color: var(--color-ffffff);

}

.process-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}

.process-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.process-right img {
  width: 2rem;
}

.process-right .accordion {
  color: var(--color-ff5000);
}

.process-right .accordion-item {
  margin-bottom: 1rem;
  background-color: transparent;
  border: transparent;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.process-right .accordion-item img {
  width: 3rem;
  margin-right: 3rem;
}

.process-right .accordion-button {
  background-color: transparent !important;
  padding: 0;
  border-bottom: none;
  color: var(--color-ffffff) !important;
  box-shadow: transparent !important;

}

.accordion-button:not(.collapsed) {
  color: var(--color-ffffff) !important;

}

.process-right .accordion-header .sub-heading-two:hover {
  color: var(--color-ff5000) !important;
}

.process-right .accordion-header .accordion-button {
  box-shadow: none !important;
}

.process-right .accordion-body {
  color: var(--color-ffffff) !important;

}

.process-right .accordion-body p {
  color: var(--color-ffffff) !important;
  padding-left: 5rem;
  margin-bottom: 0;
}




.sub-heading.content img {
  margin-right: 1rem;

}


.map-container {
  padding: 3.2rem 0.8rem;
  position: relative;
  display: inline-block;
}

.map-container img {
  width: 100%;
  filter: grayscale(1);
}

.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--color-ff5000);
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(121, 48, 0, 0.4);
  animation: pulse 3s infinite;
}

.map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.map-container .india {
  top: 45%;
  left: 69%;
}

.map-container .maldives {
  top: 55%;
  left: 70%;
}

.map-container .singapore {
  top: 55%;
  left: 78%;
}

.map-container .saudiarabia {
  top: 47%;
  left: 60%;
}

.map-container .uae {
  top: 43%;
  left: 57%;
}

.map-container .qatar {
  top: 42%;
  left: 60%;
}

.map-container .uk {
  top: 27%;
  left: 44%;
}

.map-container .portugal {
  top: 34%;
  left: 42%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 72, 0, 0.5);
  }

  70% {
    box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}

.dogras-world-map span {
  padding: 0.8rem;
  margin: 0.8rem;
  border-radius: 0.5rem;
  background-color: var(--color-ff5000);
  color: var(--color-ffffff);
  line-height: 4rem;
}

.map-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.point {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  cursor: pointer;
}

/* Tooltip style */
.point::after {
  content: attr(title);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 10;
}

.point:hover::after {
  opacity: 1;
}


.vision-mission-section .row {
  display: flex;
}

.vision-left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 2rem;
}

.vision-mission-section .service-mb {
  margin-bottom: 1.5rem;
}

.vision-mission-section .col-12 .service-page-box {
  margin-bottom: 1.5rem;
}

.why-section {
  background-color: var(--color-f1f1f1);
}

.marquee-section {
  position: relative;
  overflow: hidden;
}

.marquee-section::before {
  width: 100%;
  height: 83%;
  background-color: var(--color-333333);
  position: absolute;
  content: '';
  top: -81%;
  z-index: -1;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  /* height: 70px; */
  overflow-x: hidden;
  display: flex;
  align-items: center;
  background-color: var(--color-333333);
  color: var(--color-ffffff);
  padding: 6rem 0;
  font-weight: var(--font-weight-ExtraBold);
  overflow: hidden;
  font-family: var(--font-family-plus);
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 4s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-10%);
  }
}

.marquee__seperator {
  margin-right: 2rem;
  position: relative;
  font-size: var(--font-size-33);

}

.marquee__seperator::after {
  margin-right: 2rem;
  position: absolute;
  content: '';
  top: 16px;
  left: -27px;
  background-image: url(../images/icons/star.png);
  width: 1rem;
  height: 1rem;
}

.client-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.client-section {
  padding: 60px 0;
  overflow: hidden;
  border-bottom-left-radius: 8rem;
  background-color: var(--color-ffffff);
}

.client-img {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
  transition: 0.3s;
}

.client-img:hover {
  filter: grayscale(0%);
}

.client-slider {
  width: 100%;
}

.client-slider .swiper-slide {
  width: auto !important;
  /* allow auto width */
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-slider .swiper-slide img {
  height: 183px;
  /* same height for all */
  width: auto;
  /* width as per image ratio */
  max-width: none;
  object-fit: contain;
}

.client-slider img {
  max-width: 100%;

}

.specialties-section {
  background-color: var(--color-ff5000);
  color: var(--color-ffffff);
  border-top-right-radius: 8rem;
  /* overflow: hidden; */
  border-bottom-left-radius: 8rem;
  position: relative;
}

.specialties-section::before {
  width: 100%;
  height: 45%;
  background-color: var(--color-ff5000);
  position: absolute;
  content: '';
  top: -45%;
  z-index: -1;
  right: 0;
}

.specialties-section::after {
  width: 100%;
  height: 45%;
  background-color: var(--color-ff5000);
  position: absolute;
  content: '';
  bottom: -45%;
  z-index: -1;
  right: 0;
}

.special-box .icon {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 7rem;
  height: 7rem;
  margin: auto;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.special-box p {
  text-align: center !important;

}

.special-box {
  padding: 0 3rem;
  text-align: center;
}

.review-box {
  display: flex;
}

.presence-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3rem;
}

/* Presence Slider Arrows */
.presence-slider .swiper-button-prev-h,
.presence-slider .swiper-button-next-h {
  width: 46px;
  height: 46px;
  background: rgba(255, 80, 0, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 80, 0, 0.35);
}

/* Position */
.presence-slider .swiper-button-prev-h {
  left: -60px;
}

.presence-slider .swiper-button-next-h {
  right: -60px;
}

/* Hover effect */
.presence-slider .swiper-button-prev-h:hover,
.presence-slider .swiper-button-next-h:hover {
  background: #e04800;
  transform: translateY(-50%) scale(1.1);
}

/* Disabled state */
.presence-slider .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.gallery-section {
  background-color: var(--color-ffffff);
  border-bottom-left-radius: 8rem;
}

.gallery-section::after {
  width: 48%;
  height: 102%;
  background-color: var(--color-ff5000);
  position: absolute;
  content: '';
  bottom: 0;
  z-index: -1;
  right: 0;
}

.gallery-img {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  display: inline-block;
  margin: 0.5rem;
}

.gallery-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}

/* Size variants */
.gallery-img.small {
  width: 19%;
  padding: 0;
}

.gallery-img.big {
  width: 39%;
  padding: 0;
}

/* Overlay */
.gallery-img .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Icon */
.gallery-img .icon {
  color: #fff;
  font-size: 2.5rem;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

/* Hover effects */
.gallery-img:hover .overlay {
  opacity: 1;
}

.gallery-img:hover .icon {
  transform: scale(1);
}

.gallery-img a {
  cursor: zoom-in;
}

.gallary-section {
  background-color: var(--color-ffffff);
  border-bottom-left-radius: 8rem;
}

.gallary-section .transpert-heading {
  color: #f0f0f0;
  margin-top: -8rem;
}

/* Toggle dropdown on click */
#navbarNav .nav-item.dropdown.show>.dropdown-menu {
  display: block;
}




.ag-photo-gallery_list {
  column-count: 4;
  column-gap: 16px;
}

.ag-photo-gallery_item {
  margin-bottom: 16px;
  break-inside: avoid;
  position: relative;
}

.ag-photo-gallery_img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
  position: relative;
}

.ag-photo-gallery_img .plus-sign {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .3s;
  font-size: 3rem;
  pointer-events: none;
  border-radius: 0.5rem;
}

.ag-photo-gallery_img .plus-sign .arrow-icon {
  color: var(--color-ffffff) !important;
}

.ag-photo-gallery_item:hover .plus-sign {
  opacity: 1;
}

.ag-photo-gallery_item figure {
  margin-bottom: 0;
  position: relative;
}

.ag-photo-gallery_item figure .content {
  position: absolute;
  padding: 2rem;
  color: var(--color-f1f1f1);
  bottom: 0;
  margin-bottom: 0;
  font-size: var(--font-size-20);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .ag-photo-gallery_list {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .ag-photo-gallery_list {
    column-count: 2;
  }
}

/* @media (max-width: 480px) {
  .ag-photo-gallery_list {
    column-count: 1;
  }
} */

/* Filter Wrapper */
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

/* Default Filter Button */
.gallery-filters .filter-btn {
  background: #f5f5f5;
  color: #333;
  border-radius: 30px;
  padding: 10px 26px;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover Effect */
.gallery-filters .filter-btn:hover {
  background: var(--color-ff5000);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(244, 124, 32, 0.3);
}

/* Active Filter */
.gallery-filters .filter-btn.active {
  background: linear-gradient(135deg, #ff5000, #ffae42);

  color: #fff;
  box-shadow: 0 8px 20px rgba(244, 124, 32, 0.4);
  border-color: transparent;
}

/* Remove focus outline */
.gallery-filters .filter-btn:focus {
  outline: none;
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .gallery-filters {
    gap: 10px;
  }

  .gallery-filters .filter-btn {
    padding: 8px 20px;
    font-size: 14px;
  }
}

.inner-banner {
  display: flex;
  position: relative;
  /* object-fit: cover; */
  width: 100%;
  height: 350px;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.inner-banner::after {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #49484899;
  content: '';
  top: 0;
}

.inner-banner img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.inner-banner-text {
  position: absolute;
  z-index: 9;
  bottom: 0;
  padding: 3rem;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
}

.inner-banner .banner-img {
  object-position: center;
  object-fit: cover;
  height: 100%;
}

.inner-banner .banner-img img {
  object-position: center;
  object-fit: cover;
  height: 100%;

}

.inner-banner-content {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  /* left: 0; */
  margin: 0 auto;
  align-items: center;
  z-index: 1;
  top: -2%;
}


.inner-banner-content h1 {
  color: var(--color-ffffff);
}

.inner-banner-content p {
  color: var(--color-ffffff);
}



.contact-page-form {
  /* max-width: 900px; */
  margin: auto;
  background-color: var(--color-f1f1f1);
  padding: 3rem;
}

.contact-form label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
}

.contact-form .form-control {
  width: 100%;
  padding: 12px 0px;
  font-size: 1rem;
  outline: none;
  transition: border-color .3s, box-shadow .3s;
  background: var(--color-f1f1f1);
  border: transparent;
  border-bottom: 2px solid var(--color-d9d9d9);
  border-radius: 0;
  margin-bottom: 1rem;
}

.contact-form .form-control:focus {
  border-color: var(--color-ff5000);
  box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.08);
}

.contact-form textarea {
  min-height: 100px;
  resize: vertical;
}

.contact-form .row>div {
  margin-bottom: 18px;
}


.contact-form .common-btn:hover {
  background: #222;
  transform: translateY(-1px);
}

.contact-form .arrow i {
  font-size: 0.85rem;
}

.contact-box a {
  font-size: var(--font-size-17);
  color: var(--color-ffffff);

}

.contact-box a:hover {
  color: var(--color-ff5000);
}

/* Error & success */
.ajax-error {
  font-size: 0.8rem;
  color: #e63946;
  margin-top: 4px;
  display: block;
}

#ajax-msg {
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form .common-btn {
    width: 100%;
    justify-content: center;
  }
}

.contact-page {
  position: relative;
overflow:hidden;
}

.map-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 87%;
  overflow: hidden;
}

.map-box iframe {
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.map-box iframe:last-child {
  margin-bottom: 0;
}

.map-section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}

.presence-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
  display: grid;
  gap: 10px;
}

.presence-list li {
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 0.95rem;
  background: #f7f7f7;
  border-left: 4px solid transparent;
  cursor: default;
  transition: all .3s ease;
  border-left-color: #d1d1d1;

}

.presence-list li:hover {
  background: #000;
  color: #fff;
  transform: translateX(4px);
  border-left-color: #ff7b00;

}

/* Optional small dot */
.presence-list li::before {
  content: "●";
  color: #ff7b00;
  margin-right: 10px;

  font-size: 0.6rem;
  vertical-align: middle;
}


.product-right {
  background-color: #f1f1f163;
  padding: 3rem;
  height: 100%;
}

.product-right .capacity {
  padding: 0.5rem;
  border-radius: 2.5rem;
  color: #ff7900;
  background-color: #ffffff;
  /* padding: 0; */
  font-size: 0.9rem;
  width: max-content;
}

/* Gallery */
.product-gallery .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #eee;
}

.product-gallery .thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.product-gallery .thumbs img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.25s;
}

.product-gallery .thumbs img.active,
.product-gallery .thumbs img:hover {
  opacity: 1;
  border: 2px solid #c9a24d;
}

/* Text */
.product-title {
  font-weight: 700;
  line-height: 1.5;
  font-size: var(--font-size-30);
}

.product-title span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #6c757d;
}


.product-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.product-desc.expanded {
  -webkit-line-clamp: unset;
  /* show full text */
}


.read-more-btn {
  background: none;
  border: none;
  color: var(--color-333333);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  font-size: 1rem;

  text-decoration: underline;
}

.read-more-btn:hover {
  text-decoration: underline;
}

.key-points {
  list-style: none;
  padding: 0;
  margin: 30px 0;

}

.key-points li {
  position: relative;
  border-radius: 12px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-ExtraBold);
  color: #333;
  transition: all 0.3s ease;
  margin-left: 1rem;
}

/* Icon */
.key-points li::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: linear-gradient(135deg, #232323, #7b7b7b);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.product-right h4 {
  font-size: var(--font-size-18);
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-left: 14px;
  color: #878787;
}

.product-right h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, #ff5100, #fd7a00);
  border-radius: 2px;
}

/* Responsive */
@media (max-width: 576px) {
  .key-points {
    grid-template-columns: 1fr;
  }
}

.ideal-for {
  margin-top: 40px;
  padding-left: 0.8rem;
}


/* Items container */
.ideal-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  /* margin-bottom: 12px; */
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: default;
}



/* Icon style */
.ideal-item i {
  font-size: 15px;
  /* width: 32px; */
  /* height: 32px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(135deg, #c9a14a, #f2d27c); */
  color: #ff9340;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  top: 6px;
}

/* Text */
.ideal-item span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}


/* Buttons */
.btn-group {
  display: flex;
  gap: 16px;
}

.enquire-btn {
  padding: 12px 26px;
  border-radius: 40px;
  border: none;
  font-weight: 600;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.enquire-btn:hover {
  background: #c9a24d;
}

.enquire-btn.whatsapp {
  background: #25D366;
}

/* Mobile UX */
@media (max-width: 768px) {
  .product-card {
    padding: 24px;
  }

  .product-gallery .main-img {
    height: 280px;
  }

  .key-points {
    grid-template-columns: 1fr;
  }

  .ideal-for {
    flex-direction: column;
    gap: 12px;
  }

  .btn-group {
    flex-direction: column;
  }
}

.machine-menu-wrapper {
  position: sticky;
  top: 155px;
  z-index: 9;
  background: #ffffff;
}

.machine-menu {
  display: flex;
  justify-content: center;
  background: #f9f9f9;
  padding: 15px 0;
}

/* Tabs Wrapper */
.nav-pills {
  display: flex;
  justify-content: center;
  gap: 14px;
}

/* Default Tab */
.nav-pills .nav-link {
  background: #f5f5f5;
  color: #333;
  border-radius: 30px;
  padding: 10px 26px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

/* Hover Effect */
.nav-pills .nav-link:hover {
  background: var(--color-ff5000);
  /* your orange */
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(244, 124, 32, 0.3);
}

/* Active Tab */
.nav-pills .nav-link.active {
  background: linear-gradient(135deg, #ff5000, #ff9a44);
  color: #fff;
  box-shadow: 0 8px 20px rgba(244, 124, 32, 0.4);
  border-color: transparent;
}

/* Remove Bootstrap focus outline */
.nav-pills .nav-link:focus {
  box-shadow: none;
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .nav-pills {
    flex-wrap: wrap;
    gap: 10px;
  }

  .nav-pills .nav-link {
    padding: 8px 20px;
    font-size: 14px;
  }
}


.testmonial-page .testimonial-items {
  background-color: var(--color-ffffff);
  padding: 3rem 2rem;
  border-radius: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0.5rem;
}

.youtube-video {
  position: relative;
  display: inline-block;
  width: 100%;
  /* thumbnail width */
  max-width: 100%;
  /* responsive */
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}



.youtube-video img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.youtube-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  /* click passes through */
  transition: transform 0.3s;
}

.youtube-video:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.2);
}


.ag-photo-gallery_item {
  margin-bottom: 1rem;
}





.product-banner {
  background-image: url(../images/banner/product-banner.jpg);
  background-attachment: fixed;
  background-size: auto;
}

.product-gallery {
  /* max-width: 800px; */
  margin: auto;
  height: 100%;
  position: relative;
}

.product-details-slider .swiper-slide img {
  height: 550px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 7%;
  position: relative;
}

.product-details-slider .swiper-pagination {
  justify-content: center;
}

.product-details-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-d9d9d9);

}

.product-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-ff5000);

}

.product-details-slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

.product-card {
  border: 1px solid var(--color-d9d9d9);
  border-radius: 0rem 1rem;
  overflow: hidden;
}

/* Modal container */
.custom-quote-modal {
  border-radius: 0;
  border: none;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  overflow: hidden;
}

/* Header */
.custom-quote-modal .modal-header {
  border-bottom: none;
  padding: 1.2rem 1.5rem 0;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
}

/* Close button */
.custom-quote-modal .btn-close {
  background-size: 14px;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 9;
}



.custom-quote-modal .btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

/* Body */
.custom-quote-modal .modal-body {
  padding: 2.5rem;
}


/* Responsive */
@media (max-width: 575px) {
  .custom-quote-modal .modal-body {
    padding: 1.5rem 1.25rem;
  }
}



.photogallery-banner {
  background-image: url(../images/banner/photo-gallery-banner.jpg);
  background-attachment: fixed;
  background-size: auto;
}

.testimonial-page .testimonial-items {

  padding: 2rem;

}

.testimonial-page .testimonial-items .gallery-item {

  padding: 2rem;

}

.testimonial-page .ag-photo-gallery_img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.testimonial-banner {
  background-image: url(../images/banner/testimonial-banner.jpg);
  background-attachment: fixed;
  background-size: auto;
}


#page-loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;

  /* Moving gradient background */
  background: linear-gradient(-45deg, #ff6c45, #ff5e00, #ffb347, #fa6400);
  background-size: 400% 400%;
  animation: moveBg 6s ease infinite;
}

/* Gradient animation keyframes */
@keyframes moveBg {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


.loader-inner {
  text-align: center;
  width: 90%;
  max-width: 520px;
}

/* Text */
.loader-text {
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--color-ffffff);
  letter-spacing: 2px;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
  font-family: var(--font-family-plus);
}

/* Bar background */
.loader-bar {
  position: relative;
  height: 6px;
  width: 100%;
  background: var(--color-ffffff);
  border-radius: 10px;
  overflow: hidden;
}

/* Orange shine */
.shine-bar {
  position: absolute;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      #fa6400,
      #ffb347,
      #fa6400,
      transparent);
  filter: drop-shadow(0 0 12px rgba(238, 128, 29, 0.9));
  animation: shineMove 1.4s infinite ease-in-out;
}

/* Percentage */
.loading-percent {
  margin-top: 1.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}

/* Animations */
@keyframes shineMove {
  from {
    left: -40%;
  }

  to {
    left: 110%;
  }
}





/* Product Card */
.product-list-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  transform: scale(1);
  opacity: 1;
  width: 100%;
}

.product-list-info p {
  margin-bottom: 1rem;
}

.product-list-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.product-list-info .button_su_inner {
  font-size: 14px;

  padding: 0.5rem 1rem;
}

.product-list-info .button_su {
  height: 37px;
}

.product-list-image img:hover {
  transform: scale(1.1);
}

/* Product Image */
.product-list-image img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  display: block;
  display: flex;
  align-items: center;
  transition: ease all 0.5s;
}

/* Product Info */
.product-list-info {
    padding: 1rem 0;
    text-align: center;
    position: relative;
    top: -10px;
}

.product-list-info h3 {
  font-size: 1.2rem;
  margin-bottom: 0rem;
}


.product-search {
  max-width: 420px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 40px;
  padding: 6px;
  transition: box-shadow 0.3s ease;
  border: 1px solid var(--color-d9d9d9);
}

.product-search:focus-within {
  box-shadow: 0 0 0 4px rgba(255, 80, 0, 0.2);
}

.product-search input {
  border: none;
  outline: none;
  padding: 10px 16px;
  flex: 1;
  font-size: 14px;
  border-radius: 40px;
}

.product-search input::placeholder {
  color: #999;
}

.product-toolbar {
  display: flex;
  justify-content: flex-end;
}

/* Search Button */
.product-search button {
  background: var(--color-ff5000);
  border: none;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.2s ease;
}

.product-search button:hover {
  background: #e04800;
  transform: scale(1.05);
}

.product-search i {
  font-size: 14px;
}

.product-range-content h4 {
  margin-bottom: 8px;
  font-weight: 600;
  margin: 0;
}

.product-range-slider .swiper-pagination {
  justify-content: center;
  margin-top: 2rem;
  position: relative;
}


.product-range {
  background-color: var(--color-f1f1f1);
  overflow: hidden;
}

.product-range .container-fluid {
  padding: 0 3rem;
}

.product-range-box {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  transition: ease all 0.5s;
  background-color: var(--color-ffffff);

}

.product-range-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 18px;
  /* spacing around heading */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.3));
  color: #fff;
}



/* Optional hover description */
.product-range-content p {
  margin-top: 10px;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease;
  text-align: left;
  color: var(--color-333333) !important;

}

.product-range-box:hover .product-range-content p {
  opacity: 1;
  max-height: 100px;
}


.product-range-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* Image slider */
.product-range-img {
  position: relative;
}

.product-range-img img {
  width: 100%;
  height: 450px;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Zoom image on hover */
.product-range-box:hover .product-range-img img {
  transform: scale(1.02);
}



/* Hover Content Overlay */
.product-range-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -330px;
  height: 100%;
  background: var(--color-ffffff);
  padding: 2rem;
  transition: all 0.5s ease;
  z-index: 2;
  text-align: center;
}

/* Show content on hover */
.product-range-box:hover .product-range-content {
  bottom: -200px;
  background: var(--color-f1f1f1);

}

.product-range-box:hover .sub-heading-one {
  color: var(--color-333333);

}

.product-range-box .product-desc {
  opacity: 0;
}

.product-range-box:hover .product-desc {
  opacity: 1;
  color: var(--color-333333);

}

/* Arrow link */

.product-range-box .arrow-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 0;
  right: 0;
}

.product-range-box .arrow-link i {
  background-color: var(--color-ff5000);
  padding: 1rem;
  position: absolute;
  bottom: -27px;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  /* left: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-ffffff);
  /* width: 100%; */
  font-size: 0.8rem;
  right: 0;
  top: 0;
  margin: 1rem;
  transform: rotate(316deg);
  transition: ease all 0.5s;
}



/* Hover effects */
.product-range-box:hover .arrow-link {
  background: #000;
  color: #fff;
}

.product-range-box:hover .arrow-link i {
  transform: translateX(4px);
}



.product-range-box:hover::after {
  opacity: 1;
}


.product-range-left .common-btn {
  position: absolute;
  bottom: 45px;
}

/* ===============================
   CATEGORY BOX – STICKY
================================ */
.category-box {
    background:var(--color-f1f1f1);
    border-radius: 16px;
    padding: 24px 22px;
    width: 93%;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.category-box--sticky {
  position: sticky;
  top: 184px;
  z-index: 1;
}

/* ===============================
   TITLE
================================ */
.category-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-333333);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-d9d9d9);
  letter-spacing: 0.3px;
}

/* ===============================
   LIST
================================ */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 6px;
  transition: ease all 0.5s;
}

.category-item {
  display: inline-block;
  /* or block */

  word-wrap: break-word;
  /* allow long text wrap */
}

/* ===============================
   LINKS
================================ */
.category-item,
.category-list a {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  background-color: #f0f0f0;
  font-size: var(--font-size-18);
  font-weight: 500;
  color: var(--color-333333);
  transition: all 0.25s ease;
  position: relative;
  word-wrap: break-word;

}

/* Hover effect */
.category-item:hover,
.category-list a:hover {
  background: var(--color-ff5000);
  color: var(--color-ffffff);
  padding-left: 18px;
}

/* Active state */
.category-item.active {
  background: linear-gradient(135deg, #ff5000, #ffae42);
  color: var(--color-ffffff);
  font-weight: 600;
  /* box-shadow: 0 6px 18px rgba(247, 148, 29, 0.35); */
}

/* Active left indicator */
.category-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: #ffffff;
  border-radius: 4px;
}

/* ===============================
   SMOOTH SCROLL FEEL
================================ */


/* ===============================
   MOBILE
================================ */
@media (max-width: 991px) {
  .category-box--sticky {
    position: static;
    margin-bottom: 30px;
  }
}

.category-select {
  width: 100%;
  white-space: normal;
  /* allow wrapping */
  word-wrap: break-word;
}

.product-list-card .button_su_inner {
  font-size: 14px;

  padding: 0.5rem 1rem;
}

.product-list-card .button_su {
  height: 37px;
}

.product-list-slider {
  position: relative;

}

.product-list-slider .swiper-pagination {
  justify-content: center;
}

.product-list-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-d9d9d9);
}

.product-list-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-ff5000);
}

.product-description {
  background: #ffffff;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  /* font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif; */
  color: #333;
  line-height: 1.7;
}

.product-description h2 {
  font-size: 28px;
  color: var(--color-ff5000);
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 5px;
}

.product-description h3 {
  font-size: 22px;
  color: #444;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.product-description p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}

.features-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.features-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #444;
}

.features-list li::before {
  content: "\f00c";
  /* checkmark */
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-ff5000);
  font-weight: bold;
  font-family: "Font Awesome 6 Free";

}

/* General form styling */
.quoteForm {
  color: #333;
}

/* Input wrapper with orange dot */
.input-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.input-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ff6b00;
  /* Orange dot */
  border-radius: 50%;
}

/* Inputs and textarea */
.quoteForm .form-control,
.quoteForm textarea,
.quoteForm .form-select {
  width: 100%;
  padding: 10px 12px 10px 0px;
  /* left padding for dot */
  font-size: var(--font-size-14);
  border: none;
  border-bottom: 2px solid #ccc;
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 0;
}

.quoteForm .form-control::placeholder,
.quoteForm textarea::placeholder {
  color: #999;
  font-style: italic;
}

/* Focus effect */
.quoteForm .form-control:focus,
.quoteForm textarea:focus,
.quoteForm .form-select:focus {
  outline: none;
  border-bottom-color: #ff6b00;
  /* Orange on focus */
  box-shadow: 0 2px 0 rgba(255, 107, 0, 0.2);
  background: transparent;
}

/* Labels - subtle modern look */
.quoteForm .form-label {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-333333);
  margin-bottom: 5px;
  display: block;
}

/* Textarea styling */
.quoteForm textarea {
  min-height: 100px;
  resize: vertical;
}

/* Select dropdown */
.quoteForm .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L5 7L10 0H0Z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 7px;
}

/* Button styling */
.quoteForm .button_su_inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff6b00;
  color: #fff;
  font-weight: 600;
  padding: 14px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 15px;
}

.quoteForm .button_su_inner:hover {
  background: #e55a00;
  transform: translateY(-2px);
}

.quoteForm .button_arrow i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.quoteForm .button_su_inner:hover .button_arrow i {
  transform: translateX(5px);
}

/* Responsive tweaks */
@media (max-width: 576px) {

  .quoteForm .form-control,
  .quoteForm textarea,
  .quoteForm .form-select {
    padding-left: 20px;
  }
}


.about-page-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}

.about-page-right {
  padding: 3rem;
  height: 100%;
  align-items: center;
  overflow: hidden;
}

/* Button */
.shine-btn {
  position: relative;
  padding: 0.7rem 1.2rem;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-ffffff);
  background: linear-gradient(to right, #0077B5, rgb(76, 171, 235));
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
  font-size: 0.8rem;
  width: fit-content;
  transition: ease all 0.5s;
}

.shine-btn:hover {
  background: linear-gradient(to right, #249bdb, #0077B5);
  color: var(--color-ffffff);

}

.shine-btn i {
  font-size: 1.2rem;
  padding: 0.5rem 8px;
  background-color: aliceblue;
  border-radius: 3rem;
  color: #0976b3;
}

/* Shine effect */
/* .shine-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
    );
    transform: skewX(-20deg);
    animation: shine 2.5s infinite;
}

@keyframes shine {
    0% { left: -75%; }
    100% { left: 125%; }
} */

/* YouTube Red Play Arrow */
.linkedinicon {
  width: 0;
  height: 0;
  border-left: 14px solid #0f7fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.linkedinicon::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -10px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}


.text-crusive {
  font-style: italic;
  font-family: system-ui;
  font-size: 1.2rem;
}

.vision-page-section {
  background-color: var(--color-f1f1f1);
  color: var(--color-333333);
  border-top-right-radius: 8rem;

  border-bottom-left-radius: 8rem;
  overflow: hidden;
}

.vision-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}

.value-section {
  background-color: var(--color-ef7d18);
  color: var(--color-ffffff);
  border-bottom-right-radius: 8rem;
  overflow: hidden;
  background-color: #fdfcfb;
}

.value-feature {
  display: flex;
  padding-right: 1rem;
  /* background-color: #f0f8ff45; */
  /* padding: 1rem; */
  margin-bottom: 4rem;
  align-items: center;
}

.value-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.value-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.value-section .small-heading {
  color: var(--color-ffffff);

}

.value-feature .sub-heading {

  color: #ffffff;
  line-height: 24px !important;
}

.value-icon {
  width: 100px;
  height: 100%;
  object-fit: cover;

}

.value-icon img {
  width: 70px;
  height: 70px;
  padding: 1rem;
  object-fit: cover;
  background-color: var(--color-ffffff);
  border-radius: 100%;
}

.value-content {
  width: 80%;

  color: var(--color-ffffff) !important;

}

.value-box {
  padding: 1rem;
  display: flex;
  flex-direction: unset;
}

.value-box .icon {
  width: 20%;
}

.value-box .content {
  width: 80%;
}

.value-right {
  /* margin-left: 3rem; */
  background-color: var(--color-333333);
  padding: 3rem;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.value-content p {
  color: var(--color-ffffff);
  margin-bottom: 0;
}



.why-left {
  padding-right: 3rem;
}

.why-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.why-content li {
  border-bottom: 1px solid var(--color-f1f1f1);
  padding: 2rem 0;
  color: var(--color-333333);
  display: flex;

}

.why-content li i {
  margin-right: 1rem;
  font-size: 1.5rem;
  color: var(--color-228fe3);
  top: 5px;
  position: relative;
}



.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 0;
  justify-content: space-evenly;
  justify-items: center;

  text-align: center;
  padding: 6rem;
  padding-top: 0;
  padding-bottom: 0;
}

.card-item {
  margin-right: 1rem;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.card-icon img {
  color: var(--color-ffffff);
  position: relative;
  width: 6rem;
  padding: 1rem;
}

.card-icon {
  background-color: var(--color-333333);
  border-radius: 100%;
  padding: 1rem;
  height: 110px;
  display: flex;
  align-items: center;
  color: var(--color-ffffff);
  width: 100px;
  text-align: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
}

.card-icon::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background-color: var(--color-333333);
  top: 46px;
  z-index: -1;
}

.timeline::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--color-d9d9d9);
  top: 46px;
  z-index: 0;
}

.card-icon .sub-heading {
  color: var(--color-ffffff);

}



.subcard {
  position: relative;
  padding: 1.5em;
  background: var(--color-ff5000);
  color: var(--color-ffffff);
  /* box-shadow: 1px 4px 12px #d9d9d9fc; */
  width: -webkit-fill-available;
  margin-top: 1rem;
  border-radius: 1rem;
  height: 57%;
  text-align: center;
  margin: 1rem;
}

.subcard strong {
  margin-bottom: 1rem;
  color: var(--color-ffffff);

}




.why-accordion .accordion-button i {
  color: #f7941d;
  margin-right: 1rem;
}

.why-accordion .accordion-body {
  line-height: 1.7;
  color: var(--color-333333);
  font-size: var(--font-size-17);
}

.why-accordion .accordion-item {
  border: none;
  margin-bottom: 2rem;
  border-radius: 1rem;
}

.why-accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #ff7300;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.why-accordion .accordion-button {
  font-weight: 600;
  font-size: 25px;
  background-color: var(--color-ffffff);
  border-radius: 1rem !important;

}

.why-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  overflow: hidden;
}

.vision-text {
  display: flex;
}

.vision-img img {
  width: 200px;
  border-radius: 1rem;
  height: 200px;
  object-fit: cover;
}

.vision-left-content .nav-tabs .nav-item.show .nav-link {
  color: var(--color-ffffff);
  background-color: var(--color-ff5000);
  /* border-color: #dee2e6 #dee2e6 #fff; */
  border-radius: 1.5rem;
  margin-right: 1rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
}

.vision-left-content .nav-tabs .nav-link.active {
  color: var(--color-ffffff);
  background-color: var(--color-ff5000);
  /* border-color: #dee2e6 #dee2e6 #fff; */
  border-radius: 1.5rem;
  margin-right: 1rem;
  font-weight: 600;
}

.vision-left-content .nav-tabs .nav-link:hover {
  color: var(--color-ffffff);
  background-color: var(--color-ff5000);

}

.nav-tabs {
  border-bottom: transparent;
}

.vision-img img {
  margin-right: 3rem;
}

.vision-left-content .nav-tabs .nav-link {
  color: var(--color-333333);
  background-color: var(--color-ffffff);
  border-radius: 1.5rem;
  margin-right: 1rem;
  padding: 0.5rem 1.5rem;
}



.presence-page-world .map img {
  width: 580px;
  display: block;
  height: 600px;

}

.presence-page-world {
  width: 100%;
  object-fit: cover;
}

.presence-page-world .map img {
  width: 100%;
  display: block;
  height: 600px;
  object-fit: cover;
}

.presence-page-india .map {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  width: 90%;
  height: 100%;
}

.presence-page-world .map {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
}



.md-content-section {
  padding-right: 2rem;
  overflow: hidden;
}

.managing-director {
  display: flex;
  height: 100%;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding-right: 2rem;
}

/* ===============================
   VARIATION BOX (CATEGORY STYLE)
================================ */
.variation-box--sticky {
  position: sticky;
  top: 184px;
  z-index: 1;
}

.variation-box {
  background: #f6f6f6;
  border-radius: 14px;
  padding: 24px 22px;
  /* box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08); */
  border: 1px solid #f1f1f1;
  width: 93%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* ===============================
   TITLE
================================ */
.variation-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-333333);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-d9d9d9);
  letter-spacing: 0.3px;
}

/* ===============================
   LIST
================================ */
.variation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.variation-list li {
  margin-bottom: 6px;
  transition: ease all 0.5s;
  width: 100%;
}

/* ===============================
   LINKS
================================ */
.variation-item {
  border: transparent;
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  transition: all 0.25s ease;
  position: relative;
  width: 100%;
  text-align: left;
}

.variation-list a {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;

  font-size: 14px;
  font-weight: 500;
  color: #444;

  transition: all 0.25s ease;
  position: relative;
}

/* Hover effect */
.variation-item:hover,
.variation-list a:hover {
  background: var(--color-ff5000);
  color: var(--color-ffffff);
}

/* Active state */
.variation-item.active {
  background: linear-gradient(135deg, #ff5000, #ffae42);
  color: var(--color-ffffff);
  font-weight: 600;
  /* box-shadow: 0 6px 18px rgba(247, 148, 29, 0.35); */
}

/* Active left indicator */
.variation-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: #ffffff;
  border-radius: 4px;
}

/* ===============================
   SMOOTH SCROLL FEEL
================================ */


/* ===============================
   MOBILE
================================ */
@media (max-width: 991px) {
  .variation-box--sticky {
    position: static;
    margin-bottom: 30px;
  }
}


/* Select Wrapper */
.variation-select-wrapper {
  position: relative;
}

/* Custom Arrow */
.variation-select-wrapper::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #ff5000;
  font-size: 1rem;
}

/* Select Box */
.variation-select {
  width: 100%;
  padding: 0.85rem 3rem 0.85rem 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  background-color: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.variation-select:hover {
  background-color: #f1f1f1;
}

/* Focus */
.variation-select:focus {
  outline: none;
  border-color: #ff5000;
  box-shadow: 0 0 0 3px rgba(255, 80, 0, 0.15);
  background-color: #ffffff;
}

/* Option */
.variation-select option {
  font-weight: 500;
  padding: 0.75rem;
}

/* Mobile spacing */
@media (max-width: 767px) {
  .variation-box {
    padding: 1rem;
  }

}

/* Common button base */
.capacity-tabs li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.capacity-btn {
  border-radius: 10rem !important;
  padding: 0.8rem 1.5rem !important;
  font-size: 0.95rem;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  background: #f6f6f6 !important;
  color: #333;
  margin-right: 1rem !important;
  width: 100%;
}

/* Hover */
.capacity-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  color: #ffffff !important;
  border-color: transparent;
  background-color: #FF5722 !important;

}

/* Active tab */
.capacity-btn.active {
  color: #fff !important;
  border-color: transparent;
  background-color: #FF5722 !important;
  /* border-radius: 7rem; */
  border: transparent;
}

/* Mobile friendly */
@media (max-width: 767px) {
  .capacity-btn {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
}

.nav-tabs {
  border-bottom: transparent;
  margin-bottom: 1rem;
}


.back-btn a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-ff5000);
  font-weight: var(--font-weight-Bold);
  transition: color 0.3s;
  font-size: var(--font-size-12)
}

.back-btn a i {
  margin-right: 8px;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.3s ease;
}



/* Optional: text color change on hover */
.back-btn a:hover {
  color: var(--color-333333);
}


footer .accordion-button {
    color: #ffffff;
    background-color: #1a1818;
    padding: 0.5rem;
    font-size: 1rem;
}
footer .accordion-body {
    padding: 0.6rem
;
}
footer .accordion-button:not(.collapsed) {
    color: #e4490c;
    background-color: #1a1818;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

footer .accordion-item {
    background-color: #1a1818;
    border-bottom: 1px solid rgb(197 197 197 / 13%);
}
footer .accordion-button:not(.collapsed)::after {
  filter: none;
}
footer .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.catalog-btn-fixed {
    position: fixed;
    right: 38px;
    bottom: 149px;
    width: 55px;
    height: 55px;
    background: var(--color-ff5000);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 2px solid #ffff;
}

.catalog-btn-fixed:hover {
  background: #e06a10; /* Dark Orange */
  transform: translateY(-4px);
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.25);
}

.catalog-btn-fixed i {
  color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
        height: 100%;
}
