@import url(../fonts/fonts.css);
@import url(./resets.css);
@import url(./utils.css);
@import url(./slick.css);


:root {

    --color-white: #fff;
    --color-black: #1D1D1D;
    --background-black: #282828;
    --color-golden: #D7AC67;

}



/*==== header ====*/


.header {
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: fixed;
    align-items: center;
    width: 100%;
    height: auto;
    z-index: 9999 !important;
    transition: all .2s;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    transition: all .2s;
    border: none;
    padding: 10px 0;

}

.fixed-header-blur {
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(50px);
    transition: all .2s;
}

.header .logo-block a {
    width: 150px;
    margin: 0 0 0 0;
    padding: 0;
    transition: all .2s;
}

.fixed-header .logo-block a {
    width: 100px;
    margin: 5px 0 0 0;
    padding: 0;
}

.header .nav-block {
    margin: 0;
    padding: 0 0;
}

.header .nav-block .lt-nav {
    margin: 0;
    padding: 0;
    text-align: right;
}

.header .nav-block .lt-nav ul {
    /* display: flex; */
    margin: 0;
}

.header .nav-block .lt-nav ul li {
    margin: 0 7px;
    display: inline-block;
    text-align: right;
}

.header .nav-block .lt-nav ul li a {
    font-size: 18px;
    line-height: 22px;
    color: var(--color-white);
    margin: 0;
    padding: 10px 15px;
    display: inline-block;
    transition: all 600ms ease-in-out;
}
.header .nav-block .lt-nav ul li a:hover {
    color: var(--color-golden);
}
.header .nav-block .lt-nav ul li a:focus {
    color: var(--color-golden);
}

.header .nav-block .rt-sec {
    margin: 0;
    padding: 0;
    /* display: flex; */
    align-items: center;
    display:block;
    text-align: right;
}

.header .nav-block .rt-sec .demo {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 10px 15px;
    border: none;
    background: var(--color-golden);
    color: var(--color-black);
}



.bg-nav {
    position: fixed;
    z-index: 999999 !important;
    left: 0;
    top: 0;
    height: 100vh;
    /* background: linear-gradient(90deg, var(--color-black) 20%, rgba(0, 0, 0, .95) 20%); */
    background: #1D1D1D;
    padding: 0px;
    /* width: 100vw; */
    width: 300px;
    transform: translateX(-100%);
    transition: 0.3s;
}
    .header .nav-block .lt-nav.bx {
        display: none;
        padding: 10px 0 0 0;
    }

.bg-nav--open {
    transform: translateX(0);
}

.bg-nav ul {
    margin: 0;
    padding: 20px;
}

.bg-nav ul li {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 7px 20px;
    overflow: hidden;
    width: 20vw;
}

.bg-nav ul li a {
    color: var(--color-white);
    margin-left: -42px;
    transition: all 0.6s ease-in-out;

}

.bg-nav ul li a span {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
    border-right: 2px solid var(--color-white);

}

.bg-nav ul li:hover a {
    color: var(--color-golden);
    margin-left: 0;

}

.bg-nav ul li:hover a span {
    border-right: 2px solid var(--color-golden);

}

.hamburger-menu {
    position: relative;
}

.hamburger-menu .btn {
    position: absolute;
    font-size: 30px;
    color: var(--color-white);
    right: 10px;
    top: 5px;
    margin: 0;
    padding: 10px;
}


.header .nav-block .rt-sec #burger-menu-button {
    font-size: 25px;
    margin: 0;
    padding: 0 15px;
    border: none;
    background: none;
    text-decoration: none;
    color: var(--color-white);
}

.log-block {
    background: #333333;
    margin: 0;
    padding: 20px;
}


/*==== header ====*/



/*==== banner ====*/

.banner {
    margin: 0;
    padding: 0;
    position: relative;
    height: 800px;
}

.banner .vdo {
    height: 100%;
}

.banner .overlay-banner {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.30;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1111;
}

.banner .desc {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1111;

}

.banner .desc .box {
    margin: 0 0 0 100px;
    padding: 0;
    width: 70%;
}

.banner .desc .box h2 {
    font-size: clamp(1.25rem, 0.3241rem + 4.9383vw, 6.25rem);
    line-height: 110px;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 800;
    color: var(--color-golden);
    text-shadow: -1px 2px 2px rgba(0,0,0,0.3);
}

.banner .desc .box h2 span {
    display: block;
    color: var(--color-white);
    font-weight: 200;
}

.banner .desc .box p {
    font-size: clamp(0.75rem, 0.5995rem + 0.8025vw, 1.5625rem);
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 48px 0;
    padding: 0;
    color: var(--color-white);
}

.banner .desc .box a {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    background: url(../images/Arrow1.png) no-repeat 80% center, var(--color-golden);
    margin: 0;
    padding: 13px 60px 13px 28px;
    color: var(--color-black);
    transition: all 600ms ease-in-out;
    text-transform: uppercase;
}

.banner .desc .box a:hover {
    background: url(../images/Arrow1.png) no-repeat 95% center, var(--color-golden);
}


.banner #diseable-sec {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

.slick-arrow {
    position: absolute;
    bottom: -140px;
    font-size: 22px;
    line-height: 25px;
    color: var(--color-golden);
    background: none;
    border: none;
}

.banner .slick-prev {
    right: 14%;
}

.banner .slick-next {
    right: 10%;

}


/*==== banner ====*/

/*==== stats-section milestones ====*/


.stats-section {
    background: #3d3d3d;
    padding: 40px 20px;
    color: #d2a85a;

}

.milestones .stat-box {
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

/* .milestones .box .stat-box {
    width: 23%;
} */

.milestones .stat-box .icon-box {
    position: relative;
    margin: 0;
    padding: 0;
    width: 20%;
    height: 60px;
}

.milestones .stat-box .icon-box img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all 6s;
}

.milestones .stat-box .icon-box img.active {
    display: none;
    transition: all 6s;
}

.milestones .stat-box:hover .icon-box img.active {
    display: block;
    transition: all 6s;
}

.milestones .stat-box .icon-box img.default {
    display: block;
    transition: all 6s;
}

.milestones .stat-box:hover .icon-box img.default {
    display: none;
    transition: all 6s;
}

.milestones .stat-box .value-box {
    width: 80%;
    margin: 0;
    padding: 0;

}

.milestones .stat-box .value-box h2 {
    font-size: 29px;
    line-height: 32px;
    font-weight: 800;
    color: var(--color-golden);
    margin: 0;
    padding: 0;
        user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.milestones .stat-box .value-box p {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
    color: var(--color-white);
    margin: 0;
    padding: 0;
        user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/*==== stats-section milestones ====*/




/*==== product ====*/


.product {
    background: url(../images/product-back.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    padding: 70px 0;
}

.heading-sec {
    text-align: center;
}

.product .heading-sec h2 {
    font-weight: 700;
    text-transform: uppercase;
    background: url(../images/text-back.jpg) center/cover no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(1.875rem, 0.4745rem + 7.4691vw, 9.4375rem);
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    background-size: cover;
    /* For Firefox */
    background-clip: text;
    color: transparent;
}

.product .heading-sec p {
    font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
    line-height: 30px;
    color: var(--color-white);
    width: 50%;
    margin: 0 auto 20px auto;
}

.product .slider-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 650px;
    margin: 0 auto;
    overflow: hidden;
}


.card {
    position: absolute;
    width: 360px;
    height: 400px;
    background: rgba(255, 255, 255, .2);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(50px);

    border-radius: 10px;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.25);
    top: 50%;
    left: 50%;
    padding: 30px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .6s ease;
    cursor: pointer;
    color: var(--color-white);
    text-align: center;
    border: 1px solid var(--color-white);
}

.product .slider .card .imgblock {
    width: 80%;
    margin: 0 auto;
}

.product .slider .card .text-block {
    margin: 0;
    padding: 0;
}

.product .slider .card .text-block h2 {
    font-size: 25px;
    line-height: 33px;
    color: var(--color-golden);
    margin: 20px 0 20px 0;
    font-weight: 800;
    padding: 0;
    text-transform: uppercase;
    text-shadow:-1px 1px rgba(0, 0, 0, .2 );
}

.product .slider .card .text-block p {
    font-size: 12px;
    line-height: 18px;
    color: var(--color-white);
    margin: 0;
    padding: 0;
}
.product .slider .card .read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color:  var(--color-golden);
  font-size: 12px;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}



/* Center */
.product .slider .card.center {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
    z-index: 5;
}

/* Near left / right */
.product .slider .card.left1 {
    transform: translate(-110%, -50%) scale(1.3) rotate(0deg);
    opacity: .9;
    z-index: 4;
}

.product .slider .card.right1 {
    transform: translate(10%, -50%) scale(1.3) rotate(0deg);
    opacity: .9;
    z-index: 4;
}

/* Far left / right */
.product .slider .card.left2 {
    transform: translate(-148%, -50%) scale(1) rotate(0deg);
    opacity: .3;
    z-index: 3;
}

.product .slider .card.right2 {
    transform: translate(48%, -50%) scale(1) rotate(0deg);
    opacity: .3;
    z-index: 3;
}

/* Hidden */
.card.hidden {
    opacity: 0;
    z-index: 1;
}

/* Nav buttons */
.nav {
    position: absolute;
    bottom: 0px;
    font-size: 22px;
    line-height: 25px;
    color: var(--color-golden);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.product .prev {
    right: 5%;
}

.product .next {
    right: 0%;

}

/*==== product ====*/



/*==== feature-section ====*/

.feature-section {
    background: #222;
    padding: 60px 0;
    overflow: hidden;
}

/* Feature box */
.feature-section .feature-box {
    color: var(--color-white);
    opacity: 0;
    transform: translateX(-80px);
    transition: all 0.7s ease;
}

.feature-section .feature-box.active {
    opacity: 1;
    transform: translateX(0);
}

.feature-section .img-box {
    position: relative;
    margin-bottom: 15px;
}

.feature-section .img-box img {
    width: 40px;
}

/* underline */
.feature-section .img-box::after {
    content: "";
    width: 25px;
    height: 2px;
    background: var(--color-golden);
    display: block;
    margin: 12px auto 0;
    border-radius: 10px;
}

.feature-section .feature-box p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
}

/*==== feature-section ====*/


/*==== Industries We Serve ====*/

.industries-section {
    background: url(../images/industries-back.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    padding: 70px 0 140px 0;
}


.industries-section .top-sec {
    margin: 0 0 50px 0;
    padding: 0;
    width: 45%;
}

.industries-section .top-sec h6 {
    color: var(--color-white);
    font-size: 35px;
    font-weight: 300;
    line-height: 52px;
    text-transform: uppercase;
}

.industries-section .top-sec h6 span {
    color: var(--color-golden);
    font-weight: 700;
}

.industries-section .top-sec p {
    color: var(--color-white);
    font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
    font-weight: 400;
    line-height: 27px;
}


.slider-wrapper {
    position: relative;
    height: 460px;
}

.depth-slider {
    position: relative;
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

.industry-card {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px;
    transition: all .6s ease;
    opacity: 0;
}

.industry-card:nth-child(1) {
    transform: translate(50px, 0) scale(1.1) rotate(0deg);
    z-index: 3;
    opacity: 1;
}

.industry-card:nth-child(2) {
    transform: translate(-70px, 0px) scale(1) rotate(0deg);
    z-index: 2;
    opacity: .6;
}

.industry-card:nth-child(3) {
    transform: translate(-180px, 0px) scale(.9) rotate(0deg);
    z-index: 1;
    opacity: .3;
}

.industry-card h3 {
    color: var(--color-golden);
    font-size: 31px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;
}

.industry-card p {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 20px 0;
    padding: 0;
}


.industry-card a.explore {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    background: url(../images/gold-arrow.png) no-repeat 80% center;
    margin: 0;
    padding: 13px 60px 13px 0;
    color: var(--color-golden);
    transition: all 600ms ease-in-out;
}

.industry-card a.explore:hover {
    background: url(../images/gold-arrow.png) no-repeat 95% center;
}

.industry-card .image-box {
    height: 378px;
    overflow: hidden;
}

.image-box img {
    border-radius: 14px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-wrapper #prev {
    position: absolute;
    bottom: -80px;
    right: 5%;
    font-size: 22px;
    line-height: 25px;
    color: var(--color-golden);
    background: none !important;
    border: none !important;
    cursor: pointer;
}

.slider-wrapper #next {
    position: absolute;
    bottom: -80px;
    right: 0%;
    font-size: 22px;
    line-height: 25px;
    color: var(--color-golden);
    background: none !important;
    border: none !important;
    cursor: pointer;

}

/*==== Industries We Serve ====*/



/*==== partners ====*/

.partners {
    margin: 0;
    padding: 50px 0;
    background: var(--background-black);
}


.partners h6 {
    color: var(--color-white);
    font-size: 35px;
    font-weight: 300;
    line-height: 52px;
    text-transform: uppercase;
}

.partners h6 span {
    color: var(--color-golden);
    font-weight: 700;
}

.partners p {
    color: var(--color-white);
    font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
    font-weight: 400;
    line-height: 27px;
}

.partners .slider-logo {
    margin: 0;
    padding: 0;
}

.partners .slider-logo .box {
    width: 80%;
    margin: 0 auto;
}

.partners .slider-logo .box img {
    width: 100%;
}

/*==== partners ====*/


/*==== clients ====*/

.clients {
    background: url(../images/client.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    padding: 70px 0;
}

.clients .top-text h2 {
    font-weight: 700;
    text-transform: uppercase;
    background: url(../images/client-2.jpg) center/cover no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(1.875rem, 0.4745rem + 7.4691vw, 9.4375rem);
    line-height: 1;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    background-size: cover;
    /* For Firefox */
    background-clip: text;
    color: transparent;
}

.clients .top-text {
    margin: 0;
    padding: 0 0 70px 0;
}

.clients .top-text .desc {
    margin: 0;
    padding: 10px 0 0 0;
}

.clients .top-text .desc p {
    font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
    line-height: 27px;
    color: var(--color-white);
    margin: 0 auto 10px auto;
}

.clients .top-text .desc a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    background: url(../images/gold-arrow.png) no-repeat 78% center;
    margin: 0;
    padding: 13px 60px 13px 0;
    color: var(--color-golden);
    transition: all 600ms ease-in-out;
    text-transform: uppercase;
      letter-spacing: 1px;
}

.clients .top-text .desc a:hover {
    background: url(../images/gold-arrow.png) no-repeat 95% center;
}






.clients .box {
    width: 80%;
    margin: 0 auto;
}

.clients .box img {
    width: 100%;
}

/*==== clients ====*/



/* ===about=== */
.about-section {
  background: #1e1e1e;
  padding: 80px 0;
  color: var(--color-white);
  overflow: hidden;
}
.about-section .text-sec{
    padding-left:30px ;
}


/* BACKGROUND TEXT */
.about-bg {
  position: absolute;
  top: -40px;
  left: 30px;
  font-size: 140px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.05);
  z-index: 0;
  pointer-events: none;
}

/* IMAGE BOX */
.about-image-box {
  border-radius: 18px;
  overflow: hidden;
}

.about-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}

/* HOVER ZOOM (NO FRAME CHANGE) */
.about-image-box:hover img {
  transform: scale(1.12);
}

/* CONTENT */
.small-title {
  color: #bdbdbd;
  font-size: 21px;
  margin: 120px 0 12px 0;
  position: relative;
  z-index: 1;
}

.main-title {
  color: var(--color-golden);
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.about-text {
  color: var(--color-white);
  font-size: clamp(0.75rem, 0.7037rem + 0.2469vw, 1rem);
  line-height: 1.7;
  max-width: 520px;
  position: relative;
  z-index: 1;
}

/* READ MORE */
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color:  var(--color-golden);
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

.read-more span {
  transition: transform 0.3s ease;
}

.read-more:hover span {
  transform: translateX(6px);
}



/* ===about=== */




/* footer */

.footer-section {
  background: #0f0f0f;
  color: var(--color-white);
  padding: 60px 0 0;
  font-size: 14px;
}

/* LOGO */
.footer-section .ftr-logo{
    width: 100px;
}
.footer-section .ftr-logo img{width: 100%;
    height: 100%;
    width: 100px;
    object-fit: cover;
}

.footer-section .footer-tagline {
  color: var(--color-white);
  font-size: 24px;
  line-height: 1.6;
  margin: 10px 0 30px 0;
}

/* SOCIAL */
.social-icons a {
  margin-right: 12px;
  color: var(--color-white);
  text-decoration: none;
  font-size: 18px;
color: var(--color-white);
transition: all 0.3s ease-in-out;
}

.social-icons a:hover {
color: var(--color-golden);
}

/* DIVIDER */
.footer-divider {
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.2);
}

/* TITLES */
.footer-title {
  font-size: 32px;
  margin-bottom: 34px;
  font-weight: 200;
}

.footer-title span {
  color:  var(--color-golden);
  font-weight: 600;
}

/* QUICK LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 18px;
}

.footer-links a {
    font-size: 15px;
    line-height: 20px;
  color:  var(--color-white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color:  var(--color-golden);
}

/* LOCATION TABS */
.location-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.location-tabs label {
  cursor: pointer;
  color: var(--color-white);
  font-weight: 600;
  position: relative;
}

.location-tabs label::after {
  content: "";
  height: 2px;
  width: 0;
  background:  var(--color-golden);
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: width 0.3s ease;
}








/* hide all location boxes */
.location-box{
  display:none;
  height: 190px;
}

/* show only selected tab content */
#kolkata:checked ~ .location-content .kolkata{
  display:block;
}

#london:checked ~ .location-content .london{
  display:block;
}

#colombo:checked ~ .location-content .colombo{
  display:block;
}









/* RADIO HIDE */
input[type="radio"] {
  display: none;
}

/* ACTIVE TAB LINE */
#kolkata:checked ~ .location-tabs label[for="kolkata"]::after,
#london:checked ~ .location-tabs label[for="london"]::after,
#colombo:checked ~ .location-tabs label[for="colombo"]::after {
  width: 100%;
}

/* CONTENT ANIMATION */
.location-content {
  position: relative;
  min-height: 160px;
}

.location-box {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.location-box .img-box{
    width: 50px;
    margin: 30px 0 10px 0;
    padding: 0;
}
.location-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SHOW CONTENT */
#kolkata:checked ~ .location-content .kolkata,
#london:checked ~ .location-content .london,
#colombo:checked ~ .location-content .colombo {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

/* BOTTOM BAR */
.footer-bottom {
  background: #3a3a3a;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
  font-size: 13px;
}


.location-box p{
    font-size: clamp(0.75rem, 0.7037rem + 0.2469vw, 1rem);
    line-height: 22px;
    margin: 0 0 15px 0;
    padding: 0;
}
/* .location-box p span{
    font-size: 15px;
    margin: 0 10px 0 0;
    padding: 0;
    color: var(--color-golden);
} */
.location-box a{
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 15px 0;
    padding: 0;
    color: var(--color-white);
    display: block;
}
.location-box a span{
    font-size: 15px;
    margin: 0 10px 0 0;
    padding: 0;
    color: var(--color-golden);
}

footer.footer-section {
    text-align: left;
}

.footer-section .ftr-logo {
    width: 100px;
    margin: 0;
}
.location-tabs {
    justify-content:left;
}
.location-box .img-box {
    margin: 20px 0 20px 0;
}
.inner-banner .desc-cont .text h2 {
    line-height: 1.5;
}









/* product-page */

.inner-banner{
    position: relative;
    margin: 0;
    padding: 0;
}
.inner-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner .desc-cont{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    
}

.inner-banner .desc-cont .text{
    width: 30%;
}
.inner-banner .desc-cont .text.sub{
    width: 60%;
}

.inner-banner .desc-cont .text h2{
    font-size: clamp(1.875rem, 1.0648rem + 4.321vw, 6.25rem);
    line-height: 1.6;
    color: var(--color-white);
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 20px 0;
    padding: 0;
}
.inner-banner .desc-cont .text p{
    font-size: clamp(0.75rem, 0.6574rem + 0.4938vw, 1.25rem);
    line-height: 1.3;
    color: var(--color-white);
    font-weight: 400;
}




.product-body{
    background: var(--background-black);
    margin: 0;
    padding: 80px 0;
}

.product-body .btn-sec{
    position: relative;
    margin: 0;
    padding: 0;
    height: 80px;
}
.product-body .btn-sec::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #ffffff;
background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

.product-body .btn-sec .middle-phone{
    position: absolute;
    left: 0 ;
    right: 0;
    top: 0;
    margin: 0 auto;
    padding: 15px;
    width: 80px;
    height: 80px;
    background: #5f5f5f;
    border: 1px solid var(--color-white);
    border-radius: 100px;
    z-index: 999;
}

.product-body .btn-sec button{
    position: absolute;
    top: 5px;
    margin: 0 auto;
    padding: 0;
    width: 0px;
    height: 70px;
    background: #5f5f5f;
    border: 1px solid var(--color-white);
    text-align: center;
    align-items: center;
    border-radius: 100px;
    opacity: 0;
    z-index: 9;
    font-size: 17px;
    line-height: 1.4;
    color: var(--color-white);
    font-weight: 400;
    transition: all 0.6s ease-in;
    padding: 0 22px;
}

.product-body .btn-sec .btn-lt{
    left: 50%;
    transform: translateX(-50%);
}
.product-body .btn-sec .btn-rt{
    right: 50%;
    transform: translateX(50%);
}

/* .product-body .btn-sec .btn1{
    left: 0;
}
.product-body .btn-sec .btn2{
    left: 16%;
}
.product-body .btn-sec .btn3{
    left: 32%;
}
.product-body .btn-sec .btn4{
    right: 32%;
}
.product-body .btn-sec .btn5{
    right: 16%;
}
.product-body .btn-sec .btn6{
    right: 0;
} */



.product-body .btn-sec .middle-phone img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.product-section {
    margin: 0;
    padding: 50px 0 0 0;
}

.product-item {
  background: transparent;
}



.feature-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.feature-list li {
  position: relative;
  padding:0px 0 0 25px;
  margin: 0 0 5px 0;
  color: var(--color-white);
  font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
  line-height: 1.7;
}

.feature-list li::before {
    content: "\F586";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    /* background-color: var(--color-golden); */
    color: var(--color-golden);
}

.rounded-img {
  border-radius: 0px 16px 16px 0px ;
  width: 100%;
}


.content h5.title {
  color: var(--color-golden);
  font-size: clamp(1.5625rem, 1.4468rem + 0.6173vw, 2.1875rem);
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.content h5.title span{
  color: var(--color-white);
  font-weight: 400;
}

.content p {
  color: var(--color-white);
  font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
  line-height: 1.7;
  max-width: 520px;
}


.full-sec {
    background: #ffffff08;
    margin: 0;
    padding: 0;
}   

.text-block-product{
    padding: 0 50px;
}





























.open-btn {
  padding: 12px 25px;
  background: #d6ad6b;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

/* Overlay */
.form-sec .overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: flex;
    z-index: 9999!important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/* Show popup */
.form-sec .overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Popup */
.form-sec .popup-form {
  width: 650px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 48px 30px 30px 30px;
  color: #fff;
  position: relative;
  transform: scale(0.8);
  transition: 0.3s;
}

.form-sec .overlay.active .popup-form {
  transform: scale(1);
}

/* Close */
.form-sec .close-btn {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 26px;
  cursor: pointer;
}

/* Grid */
.form-sec .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

.form-sec .input-box {
  position: relative;
}

.form-sec .input-box i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.form-sec .input-box input {
  width: 100%;
  padding: 12px 12px 12px 12px;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 6px;
  color: #fff;
  outline: none;
}

/* Textarea */
.form-sec textarea {
  width: 100%;
  height: 120px;
  padding: 12px;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 6px;
  resize: none;
  margin-bottom: 20px;
  color: #fff;
}















/* Checkbox */
.form-sec .checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 25px;
}

.form-sec .checkbox-group label {
  font-size: 14px;
  align-items: center;
  display: inline-flex;
}
.form-sec h4 {
  font-size: 22px;
  line-height: 1.3;

  margin: 0 0 20px 0;
  padding: 0;
}

.form-sec .chk{width: 20px; height: 20px; margin: 0 10px 0 0;}

/* Button */
.form-sec .send-btn {
  width: 100%;
  padding: 14px;
  background: #d6ad6b;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}




.thank-you-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.thank-you-modal.active {
  display: flex;
}

.thank-you-box {
  background: rgba(255, 255, 255, .2);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(50px);
  padding: 30px;
  width: 90%;
  max-width: 600px;
  text-align: center;
  border-radius: 12px;
  animation: scaleIn 0.3s ease;
}
.thank-you-box img{
    width: 30%;
    height: auto;
}

.thank-you-box h2 {
    font-size: 70px;
    line-height: 1.5;
    font-weight: 600;
  margin-bottom: 10px;
  color:var(--color-golden);
}

.thank-you-box p {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 50px;
  color: var(--color-white);
}

.thank-you-box button {
  padding: 10px 60px;
  border: none;
  background:var(--color-golden);
  color: #000000;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

@keyframes scaleIn {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}




.privacy-content{
    margin: 0;
    padding: 60px 0;
}

.privacy-content h3{
    font-size: clamp(1.25rem, 1.0764rem + 0.9259vw, 2.1875rem);
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    padding: 0 0 20px  0;
}
.privacy-content h2{
    font-size: clamp(1.25rem, 1.0764rem + 0.9259vw, 2.1875rem);
    line-height: 1.4;
    font-weight: 600;
    color:var(--color-golden);
    margin: 0;
    padding: 0 0 20px  0;
}

.privacy-content h6{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    padding: 0 0 20px  0;
    color: var(--color-golden);
}
.privacy-content p{
    font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    padding: 0 0 25px  0;
}
.privacy-content ul li{
    position: relative;
    list-style: none;
    font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    padding: 0 0 25px  30px;
}
.privacy-content ul li::after{
    content: "\F586";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    /* background-color: var(--color-golden); */
    color: var(--color-golden);
}




.modal.show .modal-dialog {
    /* transform: none; */
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.modal-title{
    font-size: 25px !important;
    line-height: 1.4;
    color: var(--color-golden);
    font-weight: 600;
}
.dis p{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}










/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .industry-card:nth-child(3) {
        display: none;
    }
}







@media screen and (max-width: 768px) {

    /* header */

    .header {
        padding: 16px 0;
        position: inherit;
        background: var(--color-black);
    }

    .header .logo-block a {
        width: 100px;
    }
    .logo-block {
        margin: 6px 0 0 0;
    }
    .header .nav-block {
        text-align: right;
    }

    .header .nav-block .lt-nav {
        display: none;
    }
    .header .nav-block .lt-nav.bx {
        display: block;
        padding: 10px 0 0 0;
    }
    .header .nav-block .lt-nav ul li a {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 0;
}

    .header .nav-block .rt-sec {
        margin: 0;
        padding: 0;
        display: inline-flex;
        align-items: center;
    }

    .bg-nav ul li {
        width: 80vw;
    }

    .header .nav-block .rt-sec .demo {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
        margin: 0;
        padding: 4px 15px;
        border: none;
        background: var(--color-golden);
        color: var(--color-black);
    }


    /* banner */

    .banner {
        margin: 0;
        padding: 0;
        position: relative;
        height: 50vh;
    }

    .banner .desc .box {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .banner .desc .box h2 {
        line-height: 30px;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .banner .desc .box p {
        margin: 0 0 30px 0;
        line-height: 1.8;
    }

    .banner .desc .box a {
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        background: url(../images/Arrow1.png) no-repeat 80% center, var(--color-golden);
        background-size: 15px;
        margin: 0;
        padding: 5px 35px 5px 10px;
        color: var(--color-black);
        transition: all 600ms ease-in-out;
    }

    .slick-arrow {
        bottom: -20px;
        font-size: 12px;
        line-height: 16px;
    }

    .banner .slick-prev {
        right: 30%;
    }

    .banner .slick-next {
        right: 10%;

    }


    .milestones .stat-box {
        max-width: 100%;
        margin: 0 0 20px 0;
        display: flex;
        align-items: center;
    }

    .stats-container {
        flex-direction: column;
        gap: 25px;
    }


    .features {
        flex-direction: column;
        gap: 30px;
    }

    .feature-box {
        width: 100%;
    }

    .divider {
        width: 60px;
        height: 1px;
    }




    .product {
        padding: 50px 0;
    }

    .product .heading-sec p {
        font-size: 12px;
        line-height: 19px;
        color: var(--color-white);
        width: 90%;
        margin: 0 auto 20px auto;
    }


    .product .slider-container {
        position: relative;
        width: 100%;
        height: 400px;
    }


    /* Center */
    .product .slider .card.center {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
        z-index: 5;
    }

    /* Near left / right */
    .product .slider .card.left1 {
        transform: translate(-80%, -50%) scale(0.6) rotate(0deg);
        opacity: .9;
        z-index: 4;
    }

    .product .slider .card.right1 {
        transform: translate(-20%, -50%) scale(0.6) rotate(0deg);
        opacity: .9;
        z-index: 4;
    }

    .nav {
        position: absolute;
        bottom: 0px;
        font-size: 12px;
        line-height: 16px;
        color: var(--color-golden);
        background: none;
        border: none;
        cursor: pointer;
        z-index: 10;
    }
    .product .heading-sec p {
        margin: 0 auto 0px auto;
    }
    .product .prev {
    right: 10%;
    }


    /* industries-section */


    .industries-section {
        padding: 50px 0;
    }
    .industry-card {
        min-height: 470px;
    }
    .industry-card .p-4 {
    padding: .5rem !important;
    }

    .industries-section .top-sec {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .industries-section .top-sec h6 {
        font-size: 18px;
        line-height: 22px;
    }

    .industries-section .top-sec h6 span {
        color: var(--color-golden);
        font-weight: 700;
    }

    .industries-section .top-sec p {
        font-size: 12px;
        line-height: 18px;
    }

    .industry-card {
        padding: 5px;
    }

    .image-box {
        order: 1;
        /* image first */
    }

    .text-box {
        order: 2;
        /* text second */
    }

    .industry-card h3 {
        color: var(--color-golden);
        font-size: 18px;
        line-height: 21px;
    }

    .industry-card p {
        color: var(--color-white);
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 10px 0;
    }

    .industry-card a.explore {
        font-size: 12px;
        line-height: 15px;
        font-weight: 600;
        background: url(../images/gold-arrow.png) no-repeat 80% center;
        margin: 0;
        padding: 13px 60px 13px 0;
        color: var(--color-golden);
        transition: all 600ms ease-in-out;
    }

    .depth-slider {
        width: 100%;
    }

    .industry-card .image-box {
        height: 200px;
        overflow: hidden;
    }

    .slider-wrapper #prev {
        position: absolute;
        bottom: -20px;
        right: 10%;
        font-size: 12px;
        line-height: 25px;
        cursor: pointer;
    }

    .slider-wrapper #next {
        position: absolute;
        bottom: -20px;
        right: 0%;
        font-size: 12px;
        line-height: 25px;
        cursor: pointer;

    }


    .partners h6 {
        color: var(--color-golden);
        font-size: 18px;
        line-height: 21px;
    }

    .partners p {
        font-size: 12px;
        line-height: 18px;
    }


    .clients .top-text .desc p {
        font-size: 12px;
        line-height: 18px;
        margin: 0 auto 10px auto;
    }

    .clients .top-text .desc a {
        font-size: 12px;
        line-height: 18px;
        padding: 8px 60px 8px 0;
    }

    .clients .top-text {
        margin: 0;
        padding: 0 0 30px 0;
    }







  .about-bg {
    font-size: 70px;
    top: 0px;
    padding: 0;
    margin: 0;
  }

  .main-title {
    font-size: 26px;
  }

  .about-section {
    padding: 60px 0;
  }
  .small-title {
    color: #bdbdbd;
    font-size: 17px;
    margin: 100px 0 12px 0;

}


    .footer-divider {
    display: none;
  }

  .location-content {
    min-height: auto;
  }

  .product-banner .desc-cont .text{
    width: 100%;
}
.product-banner .desc-cont .text h2{
    margin: 0 0 25px 0;
}
.product-body .btn-sec {
    display: none;
}

  .popup-form {
    width: 90%;
  }
  .form-grid,
  .checkbox-group {
    grid-template-columns: 1fr;
  }


.inner-banner .desc-cont .text {
    width: 70%;
}
.feature-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px 20px;
}

.img-fluid {
    padding: 0 0 20px 0;
}
.text-block-product {
    padding: 0 20px 20px 20px;
}
.inner-banner .desc-cont .text h2 {
    margin: 0 0 0 0;
    padding: 0;
}
.product-body {
    margin: 0;
    padding: 0;
}
footer.footer-section {
    text-align: center;
}

.footer-section .ftr-logo {
    width: 100px;
    margin: 0 auto;
}
.location-tabs {
    justify-content: center;
}
.location-box .img-box {
    margin: 0 auto 20px auto;
}
.inner-banner .desc-cont .text h2 {
    line-height: 1.3;
}



.form-sec textarea {
  height: 80px;
}
.form-sec .form-grid {
  grid-template-columns: repeat(1, 1fr);
}
.form-sec .input-box input {
  padding: 8px 12px 8px 12px;
}

.form-sec .checkbox-group {
    grid-template-columns: repeat(1, 1fr);
}



}







@media (max-width: 576px) {
    .slider-wrapper {
        height: auto;
    }

    .industry-card {
        position: relative;
        transform: none !important;
        opacity: 1;
        margin-bottom: 20px;
    }

    .slider-nav {
        position: relative;
        text-align: center;
        bottom: 0;
    }
}