@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* General Styles */
body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-35 {
  font-size: 35px;
}
.fs-40 {
  font-size: 40px;
}
.fs-45 {
  font-size: 45px;
}
.fs-50 {
  font-size: 50px;
}
.fs-55 {
  font-size: 55px;
}
.fs-60 {
  font-size: 60px;
}
 :root {
  --white-color: #ffffff;
  --black-color: #000000;
  --primary-blue: #3f51b5;
  --transition-speed: 0.4s;
  --collapsed-width: 133px;
  --expanded-width: 866px;
  --bg-dark: #1f1f1f;
  --panel-dark: #2b2b2b;
  --muted: #9aa0a6;
  --accent: #3566f6;
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.pt-7 {
  padding-top: 7rem!important;
}
.pt-8 {
  padding-top: 8rem!important;
}
.pt-9 {
  padding-top: 9rem!important;
}
.pt-10 {
  padding-top: 10rem!important;
}
.pt-11 {
  padding-top: 11rem!important;
}
.pb-6 {
  padding-bottom: 6rem;
}
.pb-7 {
  padding-bottom: 7rem;
}
.pb-8 {
  padding-bottom: 8rem;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.bg-blue {
  background-color: #2222de;
}
.bg-black {
  background-color: black;
}
.border-radius-10 {
  border-radius: 10px;
}
.border-radius-20 {
  border-radius: 20px;
}
.nav-link {
  color: #000000;
}
.nav-link:hover {
  color: #000000;
  font-weight: 600;
}
.footer-link {
  text-decoration: none;
  color: #ffffff;
}
.footer-link:hover {
  text-decoration: underline;
  color: #ffffff;
}
.highlight-color {
  color: #2222de !important;
}
a.navbar-brand {
    outline: none;
}
.navbar-brand img {
  min-width: 140px;
  width: 100%;
  height: auto;
}
.nav-link-style {
  color: #2222de !important;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 8px;
}
.nav-link-style:hover {
  background-color: #2222de !important;
  color: #ffffff !important;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 8px;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
  font-weight: 600;
}
.navbar-sty {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.navbar-sty:hover {
  color: black;
  font-size: 18px;
  font-weight: 600;
}
.nav-link {
  color: black;
}
.shedVisBtn {
    border: none;
    padding: 10px 30px;
    border-radius: 7px;
    background-color: #2222de;
    color: #ffffff;
    letter-spacing: 0.03rem;
    font-weight: 400;
}
.shedVisBtn:hover {
    background-color: #1818c3;
    color: #ffffff;

}

/* .nav-item a .nav-icon-con {
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 7px;
}
.whbg {
    background-image: url(../../img/version4/icons/warehousing-nav-icon.svg);
}
.tspbg {
    background-image: url(../../img/version4/icons/transportation-nav-icon.svg);
}
.techbg {
    background-image: url(../../img/version4/icons/technology-nav-icon.svg);
}

.nav-item a:hover .nav-icon-con.whbg {
    background-image: url(../../img/version4/icons/warehousing-nav-blueicon.svg);
    transition: all 0.5s;
}

.nav-item a:hover .nav-icon-con.whbg, .nav-item a:active .nav-icon-con.whbg {
    background-image: url(../../img/version4/icons/warehousing-nav-blueicon.svg);
    transition: all 0.5s;
}
.nav-item a:hover .nav-icon-con.tspbg, .nav-item a:active .nav-icon-con.tspbg {
    background-image: url(../../img/version4/icons/transportation-nav-blueicon.svg);
    transition: all 0.5s;
}
.nav-item a:hover .nav-icon-con.techbg, .nav-item a:active .nav-icon-con.techbg {
    background-image: url(../../img/version4/icons/technology-nav-blueicon.svg);
    transition: all 0.5s;
} */


/* Default icons */
.nav-item a .nav-icon-con {
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 7px;
}
.whbg {
    background-image: url(../../img/version4/icons/warehousing-nav-icon.svg);
}
.tspbg {
    background-image: url(../../img/version4/icons/transportation-nav-icon.svg);
}
.techbg {
    background-image: url(../../img/version4/icons/technology-nav-icon.svg);
}

/* Hover blue icons */
.nav-item a:hover .nav-icon-con.whbg,
.nav-item a.active .nav-icon-con.whbg {
    background-image: url(../../img/version4/icons/warehousing-nav-blueicon.svg);
    transition: all 0.5s;
}
.nav-item a:hover .nav-icon-con.tspbg,
.nav-item a.active .nav-icon-con.tspbg {
    background-image: url(../../img/version4/icons/transportation-nav-blueicon.svg);
    transition: all 0.5s;
}
.nav-item a:hover .nav-icon-con.techbg,
.nav-item a.active .nav-icon-con.techbg {
    background-image: url(../../img/version4/icons/technology-nav-blueicon.svg);
    transition: all 0.5s;
}
.navbar-nav .nav-link:hover {
  color: #2222de
}
.navbar-nav .nav-link.active {
    color: #2222de !important;
}
.nav-icon-con img {
  max-width: 27px;
  width: 100%;
  height: auto;
  margin-right: 5px;
  margin-top: -2px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.675rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.login-botton {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2222de;
  color: #ffffff;
  border-radius: 10px;
  gap: 5px;
  padding: 3px 20px;
  margin-left: 40px;
}
.login-botton i {
  font-size: 22px;
}
.btn-schedule {
  background: #2222de;
  color: #ffffff;
}
.btn-schedule:hover {
  color: #2222de;
  border: 1px solid #000000;
}
.stickyEffect {
  -webkit-box-shadow: 0 8px 8px -12px #000000;
  -moz-box-shadow: 0 8px 8px -12px #000000;
  box-shadow: 0 8px 8px -12px #000000;
  transition: all 0.5s;
}
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #000000 !important;
}
.text-black-color-secondry {
  color: #4b5563;
}
.mt-7 {
  margin-top: 120px;
}
.mb-6 {
  margin-bottom: 6rem;
}
.mb-7 {
  margin-bottom: 7rem;
}
.secondryFillButton {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s linear;
}
.secondryFillButton:hover {
  box-shadow: 0 0 5px lightgray;
}
.secondryBorderButton {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s linear;
}
.secondryBorderButton:hover {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 5px lightgray;
}
.bg-color-sec-blue {
  background-color: #f2faff;
}
.bg-color-lightblack {
  background-color: #3f3f3f;
}
/* Sidebar Animation */
.sidebar {
  position: fixed;
  top: 0;
  left: -260px;
  width: 250px;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
  padding: 20px;
  transition: all 0.4s ease;
  z-index: 1050;
}

.sidebar.active {
  left: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.sidebar ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.close-btn {
  font-size: 28px;
  border: none;
  background: transparent;
  color: #333;
  float: right;
}

/* Overlay for background fade */
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1040;
}

#overlay.active {
  display: block;
}
/* Hero section start */
.hero-section {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff, #ffffff);
  padding-top: 140px;
  padding-bottom: 90px;
  overflow: hidden;
}
.hero-left-sec {
  padding-top: 20px;
}
.hero-left-sec h1 {
  font-family: "Libre Caslon Display", serif !important;
  /* font-size: 58px; */
  font-size: clamp(2rem, 10vw, 3.7rem);
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 70px;
}
.hero-left-sec p {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  color: #4b5563;
  letter-spacing: 0.02rem;
  margin-top: 30px;
  margin-bottom: 50px;
}
.index-hero-section-img {
  max-width: 950px;
}
.warehouse-hero-section-img {
  max-width: 1280px;
}
.transportation-hero-section-img {
  max-width: 950px;
  position: relative;
  right: 49px;
}
.technology-hero-section-img {
  max-width: 950px;
}
.main-button-bg {
  min-width: 210px;
  width: auto;
  flex: 1 1 auto;
  height: 68px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 0.04rem;
  background-size: 200% auto;
  color: white;
  cursor: pointer;
  border: none;
  box-shadow: 8px 5px 10px #c1e2f9;
  border-radius: 10px;
  background-image: linear-gradient(
    to right,
    #0000ff 0%,
    #000099 51%,
    #000099 100%
  );
}
.main-button-bg:hover {
  background-position: right center;
  background-image: linear-gradient(
    to right,
    #a1c4fd 0%,
    #0000ff 51%,
    #000099 100%
  );
}
.mbg-btn {
    display: inline-block!important;
    line-height: 51px!important;
    text-decoration: none!important;
}

.main-button-without-bg {
  background-color: transparent;
  border: none;
  letter-spacing: 0.04rem;
  color: #2222de;
  font-weight: 500;
    border-radius: 10px;
}
.main-button-without-bg:hover {
  min-width: 210px;
  width: auto;
  flex: 1 1 auto;
  height: 68px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 0.04rem;
  background-size: 200% auto;
  color: white;
  cursor: pointer;
  border: none;
  box-shadow: 8px 5px 10px #c1e2f9;
  border-radius: 10px;
  background-image: linear-gradient(to right, #0000ff 0%, #000099 51%, #000099 100%);
}
/* Hero section end */

/* Warehouse Transport Technoloies Section start */

.wtt-seciton {
  background-image: linear-gradient(
    to right,
    #314f7b 0%,
    #02388b 51%,
    #94b2e1 100%
  );
}
.wtt-card {
  text-align: left;
  text-decoration: none!important;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.wtt-card:hover {
  transform: translateY(-10px);
}

.image-box {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.badge-title {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 8px;
}

.circle-btn {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 70px;
  height: 70px;
  background: #fff;
  color: #0033a0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.circle-btn:hover {
  background: #0033a0;
  color: #fff;
  transform: rotate(45deg) scale(1);
}

.desc {
  font-size: 17px;
  line-height: 1.6;
  color: #e5e5e5;
  max-width: 320px;
}
.section-title {
  font-family: "Libre Caslon Display", serif !important;
  font-size: 50px;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 70px;
}
.sm-section-title {
  font-family: "Libre Caslon Display", serif !important;
  font-size: 30px;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 38px;
}
.sub-text {
  color: #d1d5db;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.sub-text-light-black {
  color: #4b5563;
}
/* Warehouse Transport Technoloies End */

/* Why Choose Section Start */
.why-section {
  background-color: #ffffff !important;
}
.why-choose-item {
  background-color: #edf9ff;
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 130px;
  margin-bottom: 1rem;
}
.why-choose-item > div:first-child {
  max-width: 182px;
  width: 100%;
  text-align: start;
  font-size: 21px;
  color: #111827;
  line-height: 28px;
}
.why-choose-odwen-transport-sec p.sub-text-light-black {
    min-height: 50px;
}
/* Why Choose Section End */

/* Fulfilment Step Section start */

.process-flow-container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* .process-flow-container:before {
    content: '';
    display: block;
    width: 1310px;
    height: 1px;
    background: #2222DE;
    position: absolute;
    top: 50%;
  } */
.process-step {
  position: relative;
  height: 280px;
  background-color: white;
  margin: 0 5px;
  border: 1px solid #2222de;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all var(--transition-speed) ease-in-out,
    box-shadow 0.2s ease-in-out;
  /* overflow: hidden; */
  z-index: 9;
}

.process-step:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.process-step:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #3f51b4;
  position: absolute;
  z-index: 999;
  right: -11px;
  bottom: 50%;
}

.process-flow-container .process-step:last-child::after {
  display: none;
}

.card-content {
  padding: 20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity var(--transition-speed) ease-in-out,
    transform var(--transition-speed) ease-in-out;
}
.fullfilment-inner-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.card-title {
  color: var(--primary-blue);
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-description {
  color: #6c757d;
  font-size: 0.9rem;
}
.icon-main {
  font-size: 3rem;
  color: var(--primary-blue);
}
.icon-collapsed,
.step-label {
  position: absolute;
  color: #6c757d;
  opacity: 1;
  transition: opacity var(--transition-speed) ease-in-out;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.icon-collapsed {
  top: 50px;
  font-size: 1.5rem;
}
.step-label {
  font-weight: 600;
  text-orientation: upright;
  letter-spacing: 1px;
  margin-top: -12px;
}

/* Fulfilment Step Section End */

/* Tailored industry Section start */
.tailored-industry-sec {
  background-color: #2222de;
}
.tailored-for-industry-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  grid-gap: 0.2rem;
  margin: 0.5rem;
}
.tailored-for-industry-item {
  text-align: center;
  padding: 20px 0;
}
.tailored-for-industry-item figure img {
  max-width: 44px;
  width: 100%;
  height: auto;
}
.tailored-for-industry-item p {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

/* Marquee section */

/* .marquee-columns {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.marquee-wrapper {
  flex: 1;
  height: 630px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.marquee-inner {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  animation: scrollVertical 30s linear infinite;
}

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

.marquee-item {
  margin-bottom: 10px;
  box-sizing: border-box;
  width: fit-content;
}
.marquee-item {
  margin-bottom: 10px;
  box-sizing: border-box;
}
.marquee-item p {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  text-align: center;
}

.marquee-itemBox {
  height: auto;
  padding: 0px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.marquee-itemBox img {
  max-width: 260px;
  width: 100%;
  height: auto;
}
@keyframes scrollVertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollVerticalDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
} */

                            
        .__ISO_certified_marqueSec{
            height: auto;
            overflow: hidden;
        }

        .marquee-wrapper {
          display: flex;
          gap: 20px;
          justify-content: space-between;
          flex: 1;
          height: 630px;
          overflow: hidden;
          position: relative;
          border-radius: 10px;
        }

        .marquee-block{
            width: 47%;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .marquee-inner{
            position: absolute;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .marquee-inner span{
            display: flex;
            flex-direction: column;
        }

        .marquee-item{
            margin-bottom: 10px;
        }
        .marquee-itemBox{
            width: 100%;
            height: auto;
            padding: 0;
            border-radius: 20px;
        }
        .marquee-itemBox img {
            max-width: 100%;
            width: 100%;
            height: auto;
            border-radius: 20px;
        }

        .marquee-inner.to-top{
            animation: marqueeTop 20s linear infinite;
        }

        .marquee-inner.to-bottom{
            animation: marqueeBottom 20s linear infinite;
        }

        .marquee-inner:hover{
            animation-play-state: paused;
        }

        @keyframes marqueeTop{
            0%{
                transform: translateY(0%);
            }
            100%{
                transform: translateY(-50%);
            }
        }

        @keyframes marqueeBottom{
            0%{
                transform: translateY(-50%);
            }
            100%{
                transform: translateY(0%);
            }
        }











/* Marque section end */

/* Tailored industry Section end */

/* Accross India section start */

.accross-india-sec {
  background-color: #1d1d1d;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
}
.accross-india-header-sec {
  position: absolute;
  left: 5%;
  top: 1%;
  z-index: 9;
  padding-top: 6rem!important;
  padding-bottom: 6rem!important;
}
.withoutMap {
    position: relative!important;
    width: 90%!important;
    padding-bottom: 0 !important;
}
.accross-india-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.accross-india-footer-item-sec h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
.accross-india-footer-item-sec figure {
  margin-bottom: 10px;
}
.accross-india-footer-item-sec figure img {
  max-width: 186px;
  width: 100%;
  height: auto;
}
.accross-india-footer-item-sec p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #a9b0b8;
}
.accross-footer-list-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  margin-top: 60px;
}
.accross-footer-list-item div:last-child h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.accross-footer-list-item div:last-child p {
  font-size: 16px;
  font-weight: 400;
  color: #cdcdcd;
  margin-bottom: 0;
}
.accross-india-reliability img {
  position: relative;
  top: 5%;
  right: -19%;
}
.accross-india-header-sec-margin-bottom {
  margin-bottom: 350px;
}
.map-section {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: transparent;
}
.i-mapH {
  height: 1150px;
}
.w-mapH {
  height: 850px;
  position: relative;
  right: -20%;
  top: 20%;
}
.accross-india-footer-sec {
  min-height: 650px;
  height: 100%;
}
.accross-india-reliability {
    max-height: 650px;
    height: auto;
}
/* Accross India section end */

/* trusted section start */
.trusted-enterprises-sec {
  overflow: hidden;
}
section.trusted {
  background: #ffffff;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
}

.trusted .logos img {
  max-width: 190px;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.logos h3 {
  width: 15%;
  font-size: 25px;
  position: relative;
  font-weight: 600;
  color: #8c8a8a;
  letter-spacing: 0.05rem;
}

.logos h3::after {
  content: "";
  display: block;
  width: 143px;
  height: 59px;
  position: absolute;
  top: -15px;
  right: -127px;
  z-index: 2;
  background-image: linear-gradient(
    271deg,
    transparent 0 30%,
    #ffffff 80% 100%
  );
}
/* marquee.__trusted_partners {
  width: 100%;
  display: block;
  text-align: left;          
  white-space: nowrap;
}
marquee.__trusted_partners div {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px 25px;
}
marquee.__trusted_partners div img {
  max-width: 280px;
  width: 100%;
  height: auto;
} */
 .__trusted_by_marquee {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}
.logos h3::after {
  content: '';
  display: block;
  width: 143px;
  height: 65px;
  position: absolute;
  top: -15px;
  right: -127px;
  z-index: 9999;
  background-image: linear-gradient(271deg, transparent 0 30%, #ffffff 80% 100%);
}

.__trusted_by_marquee-content {
  display: flex;
  animation: __trusted_by_marquee 40s linear infinite;
  animation-play-state: running; 
}
.__trusted_by_marquee-content div {
  width: 280px;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin: 10px 10px;
}
.__trusted_by_marquee-item {
  flex-shrink: 0;
  width: 230px;
  height: 80px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}
@keyframes __trusted_by_marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.__trusted_by_marquee-content div img {
    max-width: 230px;
    height: auto;
}
/* trusted section end */
/* Testimonial start */

.testimonial-slider {
  max-width: 900px;
  width: 100%;
  padding: 20px!important;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* .testimonial-slider {
    max-width: 900px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    margin: 0 auto;
} */
/* ===== SLIDES CONTAINER ===== */
.slides-container {
  display: flex;
  transition: transform 0.6s ease;
}

/* ===== TESTIMONIAL ITEM ===== */
.testimonial-item {
  min-width: 100%;
  text-align: center;
  padding: 20px;
}

/* ===== QUOTE STYLING ===== */
.testimonial-item q {
    font-family: "Libre Caslon Display", serif !important;
    font-size: 36px;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 42px;
    color: #111827;
    position: relative;
    display: inline-block;
    max-width: 670px;
    min-height: 210px;
    height: auto;
}

/* Hide quotes by default */
.testimonial-item q::before,
.testimonial-item q::after {
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 160px;
  color: #2222de;
  position: absolute;
}

/* Quote positions */
.testimonial-item q::before {
  content: "“";
  left: -60px;
  top: 30px;
}

.testimonial-item q::after {
  content: "”";
  right: -35px;
  bottom: -20px;
}

/* Show quotes only on active slide */
.testimonial-item.active q::before,
.testimonial-item.active q::after {
  opacity: 1;
}

/* ===== AUTHOR ===== */
.author-com {
    font-size: 1.9rem;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 30px;
    color: #4b5563;
}

.author {
    font-size: 22px;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 30px;
    color: #4b5563;
}

/* ===== NAV BUTTONS ===== */
.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #2222de;
    color: white;
    border: none;
    padding: 1rem 1rem;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s, opacity 0.3s;
    opacity: 0.7;
    border-radius: 40px;
    font-size: 1.5rem;
    line-height: 1;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

/* Testimonial end */
/* Ready to Connect section start */

.ready-to-connect-sec {
  background: url("../../img/version4/ready-to-connect-sec-bg-img.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.group-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
/* Ready to Connect section end */

/* Find Warehouse Form Section start */
.find-warehouses-seciton {
  background-color: #edf9ff;
  padding: 5%;
}
.search-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: transparent;
    border-radius: 7px;
    border: 1px solid #6b7280;
    transition: all 0.3s ease;
    position: relative;
    max-width: 1120px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
input#search-input::placeholder {
  font-size: 21px;
}
.form-control-main {
    padding: 1rem 1.1rem !important;
    font-size: 1.25rem !important;
    border-radius: 5px;
    border: none;
    background-color: transparent;
    transition: all 0.3s ease;
}
.form-control-main:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  background-color: white;
  border-radius: 5px;
}
.dropdown-toggle-custom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: #495057;
  border: none;
  padding: 1.1rem 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border-right: 1px solid black;
  border-radius: 0;
}

.find-warehouse-items {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.find-warehouse-item {
  min-width: 16%;
  width: 100%;
}
.btn-circular {
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: -8px;
    width: 3rem;
    height: 3rem;
    border-radius: 11px;
    background-color: #2222de;
    color: #ffffff;
    padding: 0 80px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    margin: 0 auto;
}

.btn-circular:hover {
  background-color: #0b5ed7;
  /* transform: scale(1.1); */
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
}

.filter-dropdown-menu {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease, padding-top 0.3s ease;
  position: absolute;
  z-index: 1000;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  margin-top: 0.5rem;
  padding: 0;
  width: 100%;
}

.filter-dropdown-menu.show {
  opacity: 1;
  max-height: 200px;
  padding: 0.5rem;
}

.filter-dropdown-item {
  padding: 0.5rem 1rem;
  display: block;
  color: #212529;
  text-decoration: none;
  border-radius: 0.3rem;
  text-align: left;
}
.filter-dropdown-item:hover {
  background-color: #f0f8ff;
  color: #0d6efd;
}
/* img list section start */
.itemBox {
  box-shadow: 2px 2px 10px #a5c5ef;
  margin: 0;
  padding: 15px;
  padding-bottom: 20px;
  border-radius: 32px;
  background: #ffffff;
}

/* Mouse hover start */

.imgHover {
  font-size: 16px;
  line-height: 1.2em;
  position: relative;
  overflow: hidden;
  margin: 0;
  max-height: 240px;
  height: auto;
  border-radius: 20px;
}

.imgHover *,
.imgHover *:before,
.imgHover *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.imgHover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #292828;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 5px 5px 0 0;
}

.imgHover img {
  max-width: 100%;
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  vertical-align: top;
  border-radius: 5px 5px 0 0;
}

.imgHover .icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgHover a {
  margin: 2px;
  opacity: 0;
  text-decoration: none;
  z-index: 999;
}

.imgHover a h4 {
  font-size: 23px;
  font-weight: 500;
  outline: none !important;
  padding: 7px 15px !important;
  color: var(--white-color);
  cursor: pointer;
  position: relative;
}

.imgHover a i:hover {
  color: var(--white-color);
  cursor: pointer;
}

.imgHover a:first-of-type {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 999;
}

.imgHover a:last-of-type {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 999;
}

.imgHover:hover:before,
.imgHover.hover:before {
  opacity: 0.5;
}

.imgHover:hover a,
.imgHover.hover a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 999;
}

.fancybox-image {
  border-radius: 5px;
}

.popularSearch {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.popularSearch span {
  display: none;
}

.collapse.dont-collapse-sm {
  display: block;
  height: auto !important;
  visibility: visible;
}

.popularSearch span {
  font-size: 25px;
  font-weight: 600;
  color: var(--white-color);
}

.itemFooter {
  padding: 15px;
}

.siteNameSec {
  width: 100%;
  text-align: left;
}

.siteNameSec p {
  color: #868686;
  font-weight: 400;
  font-size: 11px;
  margin-top: -4px;
  margin-left: 19px;
  margin-bottom: 0;
  letter-spacing: 0.02rem;
}

.itemFooter header {
  position: relative;
  margin: 10px 0;
}

.itemFooter header h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--blue-color);
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

.itemFooter header span {
  position: absolute;
  left: 0;
  top: -85px;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: var(--white-color);
}

.main-inner {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  vertical-align: middle;
  height: 45px;
}

.main-inner img {
  margin-top: -6px;
  width: 25px;
}

.main-inner .main-item:nth-child(1) {
  min-width: 30px;
  width: 10%;
  min-height: 30px;
  padding-top: 5px;
  margin-right: 11px;
  background: #dff4fe;
  border-radius: 6px;
}

.main-inner .main-item:nth-child(2) {
  width: 55%;
  font-size: 14px;
  font-weight: 700;
  color: #414141;
  text-align: left;
}

.main-inner .main-item:nth-child(3) {
  min-width: 30px;
  width: 10%;
  min-height: 30px;
  padding-top: 5px;
  margin-right: 11px;
  background: #dff4fe;
  border-radius: 6px;
}

.main-inner .main-item:nth-child(4) {
  width: 30%;
  font-size: 13px;
  font-weight: 700;
  color: #414141;
  text-align: left;
}
.main-item-hdr {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #575757;
  margin-bottom: -3px;
}
.itemFooter footer {
  background: none;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 0;
}

.itemFooter footer button:first-child {
  background: var(--orange-color);
  color: var(--white-color);
  padding: 8px;
  float: left;
  border: none;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  background-color: #2222de;
  width: 100%;
}

.itemFooter footer button:first-child:hover {
  color: var(--white-color);
  transition: all 0.5s;
  box-shadow: 2px 3px 5px var(--orange-color);
  transition: all 0.5s;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(196 196 196);
  -moz-box-shadow: 0px 5px 10px 2px rgb(196 196 196);
  box-shadow: 0px 5px 10px 2px rgb(196 196 196);
}

.itemFooter footer button:last-child {
  background: var(--black-color);
  color: var(--white-color);
  padding: 8px;
  float: right;
  border: none;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.itemFooter footer button:last-child:hover {
  background: var(--black-color);
  color: var(--white-color);
  box-shadow: 2px 3px 5px var(--orange-color);
  transition: all 0.5s;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(196 196 196);
  -moz-box-shadow: 0px 5px 10px 2px rgb(196 196 196);
  box-shadow: 0px 5px 10px 2px rgb(196 196 196);
}

/* img list section end */

/* Find Warehouse Form Section end */

/* Why Choose Us section start */

.feature-section {
  padding: 80px 0;
  text-align: left;
  position: relative;
}

.feature-slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
  gap: 30px;
}

.feature-card {
  flex: 0 0 100%;
  background-color: #f2faff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: left;
  transition: all 0.3s ease;
  min-height: 250px;
}

.feature-card i {
  font-size: 30px;
  color: #0047ff;
  margin-bottom: 20px;
}

.feature-card h5 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

.feature-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.5;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0.45rem 1.25rem !important;
}

.match-settle {
  color: #5a827e;
  background-color: #e7efc7;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
}

.view-btn {
  background-color: #285688;
}

.action-btns {
  width: 100% !important;
  display: flex;
}
.m-form.m-form--label-align-right .m-form__group > label {
  text-align: left;
}

/*  New design css */
.add_warehouse_details_item_sec h4 {
  font-size: 14px;
}
form.m-form--fit .m-form__group {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.m-form .m-form__group {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
h4#slider_label {
  vertical-align: text-bottom;
  display: inline-block;
}
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 17px;
}
/* Hide default HTML checkbox */

.switch input {
  display: none;
}
/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #28a745;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(16px);
  transform: translateX(14px);
}
/* Rounded sliders */
.form-control:disabled {
  background-color: #ffffff;
  opacity: 1;
  padding: 0.345rem 0.75rem;
  border-radius: 5px;
  font-size: 15px;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider-container {
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
  position: relative;
}
.slider-btn:disabled {
  background-color: #cfd6e6;
  cursor: not-allowed;
  opacity: 0.6;
}
.slider-nav {
  margin-top: 40px;
  display: flex;
  justify-content: start;
  gap: 20px;
}

.slider-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #0047ff;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  transition: 0.3s ease;
}

.slider-btn:hover {
  transform: scale(1);
  background-color: #0036d1;
}

/* Why Choose Us section end */

/* Similar Property section start */

.similar-pro-container {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}

.similar-pro-section {
  padding: 80px 0;
  text-align: left;
  position: relative;
}

.similar-pro-slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
  gap: 30px;
  padding: 10px 10px;
}

.similar-pro-card {
  flex: 0 0 31%;
  border-radius: 20px;
  text-align: left;
  transition: all 0.3s ease;
  min-height: 250px;
}

.similar-pro-nav {
  margin-top: 40px;
  display: flex;
  justify-content: start;
  gap: 20px;
}

.similar-pro-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #0047ff;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  transition: 0.3s ease;
}

.similar-pro-btn:hover {
  transform: scale(1.1);
  background-color: #0036d1;
}

/* Similar Property section end */

/* AI - Powered Product Suite Section start */
.owns-card {
  background: #e9f4fb;
  border-radius: 12px;
  padding: 25px;
  height: 100%;
  transition: 0.3s;
  cursor: pointer;
}

.owns-card:hover {
  transform: translateY(-3px);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
}

.learn-link {
  font-weight: 600;
  text-decoration: none;
}
.top-tabs {
  background: #eaf7ff;
}
li.nav-item.under-tab a.nav-link{
  color: #2356ff;
  font-weight: 500;
  padding: 1rem 1.65rem;
  border-radius: 0;
  position: relative;
  letter-spacing: 0.02rem;
  border-bottom: 4px solid transparent;
}
li.nav-item.under-tab a.nav-link:hover {
  background-color: #2356ff;
  color: #ffffff;
}
li.nav-item.under-tab a.nav-link.active {
  background: transparent;
  border: none;
  border-bottom: 4px solid #2356ff;
  color: var(--accent);
}
.tab-content-box {
  background: #1c1c1c;
  color: white;
  border-radius: 0;
  padding: 40px;
  min-height: 250px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}


.tab-pane {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.feature-list {
  padding-left: 0;
}
.hero {
  padding: 4.5rem 2rem;
  min-height: 72vh;
}
.label-small {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}
h1.title {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-size: 3.6rem;
  margin-bottom: 0.8rem;
  color: #f5f5f7;
}
p.lead-desc {
  color: var(--muted);
  max-width: 680px;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}

/* bullets */
.feature-list li {
  margin: 0.8rem 0;
  color: #d4d9de;
  list-style: none;
  display: flex;
  gap: 0.85rem;
  align-items: center;
}
.feature-list .dot {
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  flex: 0 0 10px;
}
.f-list {
  padding: 30px 0;
  margin-bottom: 0;
}

.f-list li {
    font-size: 24px;
    margin: 0.8rem 0;
    color: #4b5563;
    list-style: none;
    display: flex;
    gap: 0.85rem;
    align-items: center;
    letter-spacing: 0.02rem;
}
.f-list .doted {
  width: 15px;
  height: 15px;
  background: var(--accent);
  border-radius: 50%;
}
/* Stats cards */
.stats-row .card {
  background: var(--panel-dark);
  border: none;
  border-radius: 12px;
  padding: 1.25rem;
  min-height: 100px;
  color: #e7e7e7;
}
.stat-number {
  font-size: 1.8rem;
  font-weight: 700;
}
.stat-label {
  color: var(--muted);
  font-size: 0.95rem;
}

/* Right image area */
.laptop-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  position: relative;
  top: 0;
  right: -5%;
}
.laptop-wrap > img {
  max-width: 1560px;
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.6));
  border-radius: 6px;
  position: relative;
  z-index: 99;
  right: -20%;
}

/* AI - Powered Product Suite Section end */

/* Final Warehouse Listing data on map start */
    #map { height: 1000px; width: 100%; position: relative; }

    .highcharts-tooltip {
        pointer-events: auto !important;
        z-index: 21000 !important;
    }
    .tooltip-card {
        width: 220px;
         height: 280px;
        overflow: hidden;
        justify-content: center;  
        align-items: center;      
        overflow: hidden;
        position: relative;
        z-index: 21001;
        background: #ffffff !important;
        pointer-events: auto;
        color: #000;
        border-radius: 6px;
    }

    .tooltip-card img {
        width: 100%;
        min-height: 160px;
        height: 160px;
        object-fit: cover;
        overflow: hidden;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .tooltip-card-content {
        padding: 10px;
        background-color: transparent;
    }

    .tooltip-card-content h4 {
        margin: 0 0 10px 0;
        font-size: 17px;
        font-weight: 700;
        color: #000000ff;
    }

    .tooltip-card-content p.size {
        font-size: 15px;
        font-weight: 500;
        color: #505050ff;
        margin-bottom: 10px;
    }

    .tooltip-card-content>a {
        display: inline-block;
        padding: 6px 0;
        color: #2222de;
        font-size: 16px;
        font-weight: 600;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;

    }
    .tooltip-card-content>a:hover {
        color: #ffffff;
        background-color: #2222de;
        padding: 6px 15px;
        transition: all 0.9s;

    }
    #map .highcharts-container { cursor: grab; user-select: none; touch-action: pan-y; position: relative; }
    #map .highcharts-container.grabbing { cursor: grabbing; }

    .highcharts-button-box {
        position: absolute!important;
        top: 5%!important;
        right: 5%!important;

    }
    .highcharts-legend, .highcharts-credits {
        display: none;
    }

    .highcharts-button-box {
        position: absolute!important;
        top: 5%!important;
        right: 5%!important;

    } 
    .highcharts-legend, .highcharts-credits {
        display: none;
    } 



/* Final Warehouse Listing data on map end */

/* Tech enabled warehousing start */

.tech-enabled-warehousing-section {
  padding: 50px 0;
}

.tech-enabled-warehousing-card {
  background-color: #1a1a1a;
  border-radius: 16px;
  padding: 35px;
  position: relative;
  height: 100%;
  transition: all 0.4s ease;
}

.tech-enabled-warehousing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.08);
}

.tech-enabled-warehousing-card i {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 1.6rem;
  color: #f5f5f5;
}

.tech-enabled-warehousing-card h5 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 0.02rem;
}

.tech-enabled-warehousing-card p {
  color: #cfcfcf;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.02rem;
  padding-right: 100px;
}
/* Tech enabled warehousing end */

/* Own a warehouse section start */
.own-a-warehouse-card-sec {
  border: 1px solid #4b5563;
  border-radius: 10px;
  padding: 30px;
}
/* Own a warehouse section end */

/* Partner onboarding process section start */

.partner-onboarding-process-innersec {
  display: block;
  width: 100%;
  text-align: center;
}
.partner-onboarding-process-innersec:before {
    content: "";
    display: block;
    width: 3px;
    min-height: 656px;
    height: auto;
    background: #ddecf4;
    position: absolute;
    left: 50%;
    right: 50%;
    z-index: 9;
}
.partner-onboarding-process-innersec-item {
  background-color: #edf9ff;
  padding: 30px 0;
  margin: 50px 0;
  position: relative;
  z-index: 9;
}
.partner-onboarding-process-innersec-item h3 {
  color: #0d0300;
  letter-spacing: 0.03rem;
}
.partner-onboarding-process-innersec-item p {
  color: #0d0300;
  letter-spacing: 0.03rem;
}
/* Partner onboarding process section end */

/* Need Warehouse Space section start */

.need-warehouse-space-inner-sec {
  display: block;
  margin: 0 auto;
  max-width: 414px;
  width: 100%;
  height: auto;
}

/* Need Warehouse Space section end */
/* List Page Carausel End */

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-height: calc(60vh - 0px) !important;
}

.gallerySec {
  display: block !important;
}

.galleryInnerSec {
  border-radius: 10px !important;
  overflow-y: hidden !important;
}

.gallery__item {
  display: flex;
  justify-content: center;
  height: 100%;
}

.gallery__item > img {
  height: -webkit-fill-available;
  object-fit: cover;
  width: 100%;
  border-radius: 0;
}

.gallery__item--hor {
  grid-column: span 4;
  grid-row: span 2;
}

.gallery__item--vert {
  grid-row: span 2;
}

.gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}

.detail-header {
  margin-bottom: 24px;
}

.detail-header h2 {
  font-size: 24px;
  font-weight: 600;
}

.detail-header .sub-title-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.detail-header .sub-title-wrap .review {
  font-size: 13px;
  color: #73787d;
  display: flex;
  align-items: center;
}

.detail-header .sub-title-wrap .review i {
  color: #efa63f;
}

.detail-info-wrap {
  box-sizing: border-box;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.detail-info-wrap .basic-information .content {
  font-size: 16px;
  color: #4b4b4d;
}

.detail-info-wrap .basic-information .content p {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4d;
  margin-bottom: 16px;
}

.detail-info-wrap .basic-information .highlighted-list {
  margin: 0 0 24px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.detail-info-wrap .basic-information .highlighted-list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.detail-info-wrap .basic-information .highlighted-list li img {
  width: 24px;
  height: 24px;
}

.detail-info-wrap .owner-details {
  display: flex;
  align-items: center;
  border-bottom: 1px #ddd solid;
  padding: 16px 0;
  gap: 8px;
  margin-bottom: 24px;
}

.detail-info-wrap .owner-details .user-pic {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  overflow: hidden;
}

.detail-info-wrap .owner-details .user-info {
  font-size: 32px;
}

.detail-info-wrap .owner-details .user-info .user-name {
  font-weight: 700;
  font-size: 18px;
  color: #252931;
}

.detail-info-wrap .owner-details .user-info .property-info {
  font-size: 18px;
  color: #73787d;
}

.gallery a:nth-child(1) {
  max-height: 360px;
  height: auto;
}

.gallery a:nth-child(2) {
  max-height: 180px;
  height: 100%;
  overflow: hidden;
}

.gallery a:nth-child(3) {
  max-height: 180px;
  height: 100%;
  overflow: hidden;
}

.gallery a:nth-child(4) {
  max-height: 180px;
  height: 100%;
  overflow: hidden;
}

.gallery a:nth-child(5) {
  max-height: 180px;
  height: 100%;
  overflow: hidden;
}

/* Enquiry form start */

/* Page details section start */

.warehose-details-header-sec {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.details-hero-overlay h2 {
  font-size: 25px;
  font-weight: 700;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 4px;
}
.details-hero-overlay h2 img {
  max-width: 26px;
  margin-right: 5px;
}
.custom-card {
  background-color: var(--bg-card);
  border: none;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; /* Ensure equal height in grid */
  overflow: hidden;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

/* --- Icon Styling --- */
.icon-box {
  width: 48px;
  height: 48px;
  background-color: #2222de;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.icon-box svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --- Owner Card Specifics --- */

:root {
  --bg-card: #ffffff;
  --text-primary: #0f172a;
  --text-secondary: #6b7280;
  --accent-blue-soft: #e6f0fb;
  --accent-blue-strong: #4a90e2;
  --shadow-soft: 0 8px 20px rgba(15, 23, 42, 0.06);
  --shadow-hover: 0 12px 25px rgba(15, 23, 42, 0.1);
  --radius-card: 16px;
  --radius-btn: 50px;
}
.owner-card {
  text-align: center;
  position: sticky;
  top: 2rem;
  z-index: 10;
}

.avatar-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.avatar-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.verified-badge {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  background-color: #2222de;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
}

.owner-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

/* --- Button Styling --- */
.btn-contact {
  width: 100%;
  border-radius: var(--radius-btn);
  padding: 12px 20px;
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid #e2e8f0;
  color: var(--text-primary);
  background: transparent;
  transition: all 0.2s ease;
}

.btn-contact:hover {
  border-color: var(--accent-blue-strong);
  color: var(--accent-blue-strong);
  background-color: var(--accent-blue-soft);
}

.btn-contact:focus {
  box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.2);
  outline: none;
}
.custom-card .text-label {
  color: #636a77;
  font-size: 14px;
}
.custom-card .text-value {
  font-size: 16px;
  font-weight: 700;
}
/* Page details section end */
/* List your warehouse start */
.listWarehouseSec {
  margin-top: 110px;
  padding-top: 50px;
}
.whContatSec {
  display: block;
}
.form-container {
  display: block;
  gap: 30px;
  padding: 20px;
  box-shadow: 0 0 5px #e7e7e7;
  border-radius: 5px;
}
.left-form {
  flex: 1.5;
  min-width: 300px;
}
.left-form label {
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  display: inline-grid;
  margin-top: 6px;
  margin-bottom: 6px;
}
.left-form input {
  width: 100%;
  padding: 9px 10px;
  font-size: 14px;
  border: 1px solid lightgray;
  border-radius: 3px;
}
.error-message {
  font-weight: 400;
  font-size: 0.85rem;
  color: #f4516c;
  margin-top: 0.2rem;
}
.add_warehouse_details_sec {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1rem;
  padding: 15px 0;
  margin: 0 3px;
}
.add_warehouse_details_item_sec {
  border-radius: 5px;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #e7e7e7;
}
.add_warehouse_details_item_sec > div:first-child {
  border-bottom: 1px solid lightgray;
}
.add_warehouse_details_item_sec label {
  padding: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  display: inline-grid;
  margin-top: 10px;
  margin-bottom: 5px;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 17px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round {
  border-radius: 34px;
}
h4#slider_label {
  vertical-align: text-bottom;
  display: inline-block;
}
.add_warehouse_details_item_sec h4 {
  font-size: 15px;
  font-weight: 400;
  color: #f16136;
  margin-top: 4px;
  margin-bottom: 5px;
  text-align: left;
  padding-bottom: 5px;
  padding-left: 5px;
}
/* List your warehouse end */
/* Footer section start */
footer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.footer-address {
  margin-bottom: 50px;
}
.footer-logo-sec {
  padding-bottom: 0;
  letter-spacing: 0.03rem;
  padding-left: 0;
}
.footer-logo-sec figure a {
  outline: none;
}
.footer-logo-sec p {
  width: 100%;
  height: auto;
  line-height: 30px;
  letter-spacing: 0.03rem;
}
/* footer button display on scroll start */
.scrollTopBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 1px 12px;
  font-size: 37px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  background: #0000a5;
  color: #fff;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.scrollTopBtn.show {
  display: block;
}
.cin-class {
  color: #919191;
}
.add-pra {
  font-weight: 300;
  margin-bottom: 100px;
}
.copyrightsec {
  border-top: 1px solid #555758;
  padding: 30px 0;
}

.footer-bg-img {
  background-image: url(../../img/version4/footer-bg-img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 520px;
  height: auto;
  padding-top: 50px;
}

.__cta_linkSec {
  position: relative;
  width: 100%;
}

.__cta_linkSec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 400px;
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: 125px;
}
.__cta_linkSec ul li a {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #a6a6a6;
  text-decoration: none;
  letter-spacing: 0.05rem;
  padding: 2rem 3.5rem;
  border-bottom: 3px dotted #424242;
  position: relative;
}
.__cta_linkSec ul li a:hover {
  text-decoration: underline;
}
.__cta_linkSec ul li a:hover {
  text-decoration: underline;
}
.__cta_linkSec ul li a span {
  float: right;
}
.__cta_linkSec ul li:last-child a {
    border-bottom: none;
}
.footerWNicon {
  max-width: 26px;
  width: 100%;
  margin-top: -2px;
  margin-right: 25px;
}
.rotate-icon {
  transform: rotate(310deg);
  display: inline-block;
  font-size: 47px;
  position: relative;
  top: -16px;
  right: -12px;
  color: blue;
}
.__cta_linkSec ul li a:hover .rotate-icon {
  transform: rotate(360deg);
  display: inline-block;
  font-size: 47px;
  position: relative;
  top: -16px;
  right: -12px;
  color: blue;
  transition: all 0.3s;
}
.__hero_getintuchSec {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  padding: 0;
  padding-top: 4rem;
}
.__hero_getintuchSec .form-container {
  width: 100%;
  max-width: 400px;
  text-align: center;
  position: relative;
  margin: 0;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  float: right;
}
.main-fields .form-group {
  margin-bottom: 8px;
  text-align: left;
}
.main-fields .form-group label {
  color: black;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
  text-align: left;
}
.main-fields .form-group input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
.main-fields .__btn {
  padding: 10px 15px;
  background: #2222de;
  font-size: 14px;
  color: #fff;
  border: none;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
/* Footer section end */

/* Responsive Tweaks */
@media (min-width: 992px) {
  .process-step {
    flex: 0 0 var(--collapsed-width);
    min-width: var(--collapsed-width);
  }
  .process-step.active {
    flex: 0 0 var(--expanded-width);
    min-width: var(--expanded-width);
    border-color: var(--primary-blue);
    background-color: #f7f9ff;
  }
  .process-step.active .card-content {
    opacity: 1;
    transform: translateX(0);
  }
  .process-step.active .icon-collapsed,
  .process-step.active .step-label {
    opacity: 0;
    visibility: hidden;
  }
  .feature-card {
    flex: 0 0 31%;
  }
  /* Footer start */
  .add-pra {
    font-weight: 300;
    margin-bottom: 50px;
  }
  .__cta_linkSec ul li a {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #a6a6a6;
    text-decoration: none;
    letter-spacing: 0.05rem;
    padding: 2rem 0.5rem;
    border-bottom: 3px dotted #424242;
    position: relative;
  }
  .rotate-icon {
      transform: rotate(310deg);
      display: inline-block;
      font-size: 40px;
      position: relative;
      top: -16px;
      right: -12px;
      color: blue;
  }
  
  /* Footer end */
}

@media (max-width: 991px) {
  .hero-img-sec img {
    position: relative;
    right: 0;
    top: 0;
    max-width: 870px;
    width: 100%;
  }
  .__hero_getintuchSec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 4rem;
    padding-bottom: 5%;
  }
  h1.title {
    font-size: 2.6rem;
  }
    .f-list {
    min-width: 300px!important;
    width: 100%!important;
    height: auto!important;
    padding: 30px 0!important;
    margin: 0 auto!important;
    margin-bottom: 0!important;
    display: inline-grid!important;
    grid-gap: 0!important;
    justify-content: center!important;
    align-items: center!important;
  }
  .f-list li {
    font-size: 24px;
    margin: 0.1rem 0;
    color: #4b5563;
    list-style: none;
    display: flex;
    gap: 0.85rem;
    align-items: center;
    letter-spacing: 0.02rem;
  }
  .laptop-image {
    width: 420px;
  }
  .process-flow-container {
    flex-direction: column !important;
  }
  .process-step {
    width: 100%;
    margin: 10px 0;
    height: 80px;
    display: flex;
    align-items: center;
    border-left: 5px solid #e0e0e0;
  }
  .process-step:after {
    content: "";
    display: block;
    width: 2px;
    height: 19px;
    background: #3f51b4;
    position: absolute;
    z-index: 999;
    right: 50% !important;
    bottom: -25% !important;
  }

  .process-flow-container .process-step:last-child::after {
    display: none;
  }
  .card-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    opacity: 1;
    transform: none;
    overflow: hidden;
  }
  .step-label,
  .icon-collapsed {
    display: none !important;
  }
  .icon-main {
    font-size: 2rem;
    margin-right: 15px;
    flex-shrink: 0;
  }
  .card-title {
    margin: 0;
    font-size: 2.25rem;
  }
  .card-description {
    display: none;
  }
  .process-step.active {
    height: auto;
    border-color: var(--primary-blue);
    background-color: #f7f9ff;
    border-left: 5px solid var(--primary-blue);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  .process-step.active .card-content {
    display: block;
    padding: 20px;
  }
  .process-step.active .card-description {
    font-size: 1.9rem;
    display: block;
    margin-top: 10px;
  }
  .process-step.active .card-content .fullfilment-inner-sec {
    flex-direction: column !important;
    text-align: center;
  }
  .fullfilment-inner-sec {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translate(0%);
  }
  .fullfilment-inner-sec div {
    display: flex;
    flex-direction: column;
  }
  .fullfilment-inner-sec div:nth-child(2) {
    padding: 50px 20px;
  }

  .navbar-collapse {
    display: none !important;
  }
  .accross-india-reliability img {
    max-width: 100%;
    position: static;
    right: 0;
    margin-top: 70px;
  }
  .tailored-for-industry-items {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .footer-logo-sec p {
    max-width: 100%;
  }
  .__cta_linkSec {
    position: static;
  }
  .accross-india-sec {
    padding: 100px 0;
  }
  .__cta_linkSec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: static;
}
.__cta_linkSec ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #a6a6a6;
    text-decoration: none;
    letter-spacing: 0.05rem;
    padding: 2rem 0rem;
}
.rotate-icon {
    transform: rotate(310deg);
    display: inline-block;
    font-size: 39px;
    position: relative;
    top: -14px;
    right: -12px;
    color: blue;
}
  .laptop-wrap {
    right: 0;
  }
  .laptop-wrap > img {
    max-width: 680px;
    width: 100%;
    right: auto;
    margin: auto;
  }

  .add-pra {
    font-weight: 300;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .feature-card {
    flex: 0 0 31%;
  }
}
@media (max-width: 767.98px) {
  .hero {
    padding: 2rem 1rem;
  }
  h1.title {
    font-size: 2rem;
  }
  .laptop-image {
    width: 100%;
  }
  .section-title {
    font-size: 38px;
    line-height: 53px;
  }
  .top-tabs .nav-link {
    color: #2356ff;
    font-weight: 600;
    padding: 1rem 1.05rem;
    border-radius: 0;
    position: relative;
  }
  /* Hero section start */
  .hero-section {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .hero-left-sec h1 {
    font-size: 38px;
    line-height: 53px;
  }
  .hero-left-sec p {
    font-size: 20px;
    color: #4b5563;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 34px;
  }
  .f-list {
    min-width: 300px!important;
    width: 100%!important;
    height: auto!important;
    padding: 30px 0!important;
    margin: 0 auto!important;
    margin-bottom: 0!important;
    display: inline-grid!important;
    grid-gap: 0!important;
    justify-content: center!important;
    align-items: center!important;
  }
  .f-list li {
    font-size: 24px;
    margin: 0.1rem 0!important;
    color: #4b5563;
    list-style: none;
    display: flex;
    gap: 0.85rem;
    align-items: center;
    letter-spacing: 0.02rem;
  }
  .hero-img-sec {
    padding-top: 60px;
  }
  .circle-btn {
    position: absolute;
    bottom: 7px;
    right: 4px;
    width: 55px;
    height: 55px;
  }
  /* Hero section end */
  /* Accross India section start */


  .accross-india-sec {
    padding: 0 5% !important;
    position: relative;
    z-index: 1;
    padding-bottom: 80px !important;
  }
   .accross-india-header-sec {
      position: relative;
      display: flex;
      justify-content: start;
      align-items: start;
      text-align: left;
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .accross-footer-list-item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    margin-top: 25px;
  }
  .w-mapH {
      height: 850px;
      position: relative;
      right: 0;
      top: 20%;
  }
  .accross-india-header-sec-margin-bottom {
    margin-bottom: 10px;
  }
  .accross-india-footer-item-sec {
    width: 90%;
    background-color: #383837;
    padding: 5%;
    border-radius: 5px;
    display: block;
    text-align: center;
    align-items: center;
    margin-bottom: 10%;
  }
  .accross-india-reliability img {
    max-width: 100%;
    position: static;
    right: 0;
    margin-top: 70px;
  }
  #map {
    height: 500px;
    width: 100%;
    position: relative;
  }
  /* Accross India section end */
  /* slider show container start */
  .mySlides {
    padding: 0;
  }
  .mySlidesContainer q {
    font-size: 27px;
    line-height: 34px;
    min-height: 260px;
  }
  .mySlidesContainer q:before {
      font-size: 110px;
      display: block;
      width: 60px;
      height: 60px;
      position: absolute;
      top: 0px;
      left: -38px;
      float: left;
  }
    .mySlidesContainer q:after {
      font-size: 110px;
      display: block;
      width: 60px;
      height: 60px;
      bottom: -40px;
      right: -28px;

  }
  .slideshow-container {
    position: relative;
    width: 60rem;
    max-width: 93%;
    margin: 0 auto;
  }
  marquee.__trusted_partners div img {
    max-width: 180px;
  }
  .author {
    font-size: 19px;
  }
  .prev,
  .next {
    width: 45px;
    height: 45px;
    line-height: 27px;
    font-size: 1.5rem;
  }
  /* slider show container end */
  /* Find Warehouse Form Section start */
  .find-warehouse-items {
    display: inherit;
  }
  .dropdown-toggle-custom {
    border-right: none;
  }
  .find-warehouse-item {
    border-bottom: 1px solid black;
  }
  .find-warehouse-item:last-child {
    padding: 10px 0;
  }

  /* Find Warehouse Form Section end */
  /* Key Features & Numbers start */
  .accross-india-sec.key-features-no-sec {
    padding: 90px 0 !important;
  }
  .tech-enabled-warehousing-section.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .feature-section {
    padding-bottom: 0;
    margin-bottom: 70px;
  }
  /* Key Features & Numbers end */
  /* Partner onboarding process section start */
  .partner-onboarding-process-innersec-item {
    padding: 40px;
  }
  /* Partner onboarding process section end */
  /* Tech enabled warehousing start */
  .tech-enabled-warehousing-section {
    padding: 0px 0;
    padding-top: 50px;
  }
  .tech-enabled-warehousing-card p {
    padding-right: 0;
  }
  /* Tech enabled warehousing end */
  /* Fleet Options Section start */
  .fleet-options-sec {
    padding: 5rem 0 !important;
  }
  /* Fleet Options Section start */
  /* Tesitimonial start */
  .testimonial-item {
    padding: 30px 20px;
  }
  .testimonial-text {
    font-size: 1rem !important;
  }
  .nav-button {
    padding: 0.75rem 0.75rem;
    font-size: 1.2rem;
  }
  .prev-button {
    left: 5px;
  }
  .next-button {
    right: 5px;
  }
  /* Testimonial end */
  /* List Page Carausel start */
  .gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
  /* List Page Carausel end */
  /* Fulfilment Step Section start */
  .group-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
    width: 100%;
  }
  .fullfilment-inner-sec {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translate(0%);
  }
  .fullfilment-inner-sec div {
    display: flex;
    flex-direction: column;
  }
  .fullfilment-inner-sec div:nth-child(2) {
    padding: 50px 20px;
  }
  .process-step:after {
    content: "";
    display: block;
    width: 2px;
    height: 19px;
    background: #3f51b4;
    position: absolute;
    z-index: 999;
    right: 50% !important;
    bottom: -25% !important;
  }
  .process-flow-container .process-step:last-child::after {
    display: none;
  }
  .card-title {
    margin: 0;
    font-size: 1.7rem;
  }
  .process-step.active .card-description {
    display: block;
    margin-top: 10px;
    font-size: 22px;
  }
  /* Fulfilment Step Section end */

  /* AI - Powered Product Suite Section start */
  .top-tabs .nav-link {
    padding: 1rem 1rem;
  }
  .tab-content-box {
    padding: 50px 10px;
  }
  .tab-content-box ul {
    padding-left: 0;
  }
  /* AI - Powered Product Suite Section end */
  .group-buttons a {
    width: 80%;
  }
  .accross-india-footer-item-sec figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  /* Similar Property section start */
  .similar-pro-card {
    flex: 0 0 100%;
  }
  /* Similar Property section end */
  /* Search box start  */
    .search-card {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      border-radius: 7px;
      border: none;
      transition: all 0.3s ease;
      position: relative;
      max-width: 1120px;
      width: 100%;
      height: auto;
  }
  .form-control-main {
    border: 1px solid #6b7280;
    border-radius: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .btn-circular {
    font-size: 18px;
    position: static;
    width: 3rem;
    height: 3rem;
    border-radius: 11px;
    background-color: #2222de;
    color: #ffffff;
    padding: 0 80px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    margin: unset!important;
  }
  /* Search box end */
  /* Page details section start */
  .details-hero-overlay h2 {
    font-size: 23px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .details-hero-overlay h2 img {
    display: none;
  }
  .warehose-details-header-sec {
    flex-direction: column;
  }
  .details-hero-overlay p span {
    font-size: 19px;
    flex-wrap: wrap;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .warehose-details-header-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  /* Page details section end */
  /* Footer start */
  footer {
    padding: 15% 5% !important;
  }
  .footer-logo-sec {
    padding-bottom: 0;
    letter-spacing: 0.03rem;
    padding-left: 0;
}
  .__hero_getintuchSec {
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
  }
  .add-pra {
    font-weight: 300;
    margin-bottom: 30px;
  }
  .__cta_linkSec {
    padding: 0rem;
  }
  .__cta_linkSec ul li a {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #a6a6a6;
    text-decoration: none;
    letter-spacing: 0.05rem;
    padding: 1rem 0rem;
    border-bottom: 1px dotted #424242;
  }
  .rotate-icon {
    font-size: 38px;
    position: relative;
    top: -16px;
    right: -12px;
    color: blue;
  }
  /* Footer end */
  .partner-onboarding-process-innersec:before {
    content: "";
    display: block;
    width: 3px;
    min-height: 816px;
    height: 0%!important;
    background: #c5e2f1;
    position: absolute;
    left: 50%;
    right: 50%;
    z-index: 9;
  }
  li.nav-item.under-tab a.nav-link { padding: 1rem 1.2rem; }
}

/* Contact Modal */
.contact-card {
  position: relative;
  padding: 2rem;
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  border: 1px solid #e9ecef;
  height: 100%;
}
.contact-card:hover {
  border-color: #c1d4e8;
}
.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.contact-card:hover .contact-icon {
  background: #0000a5;
  /* transform: rotate(5deg) scale(1.05); */
}
.contact-icon svg {
  width: 24px;
  height: 24px;
  stroke: #000;
  transition: stroke 0.3s ease;
}
.contact-card:hover .contact-icon svg {
  stroke: #fff;
}
.contact-label {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #6c757d;
  margin-bottom: 0.5rem;
}
.contact-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.email-link {
  font-size: 1.1rem;
  font-weight: 500;
  color: #495057;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.email-link:hover {
  color: #000;
}
.arrow-icon {
  display: inline-block;
  margin-left: 8px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}
.email-link:hover .arrow-icon {
  opacity: 1;
  transform: translateX(0);
}
.btn-close{
  width: 0.5rem;
  height: 0.5rem;
}