*{margin:0;padding:0;outline:0; transition:all 0.3s ease 0s;}

/* transition:all 0.3s ease 0s; */
/****************************************************************************/
/* html{overflow-y:scroll;} */
body {color:rgba(16, 16, 16, 0.7); font-family: 'Roboto', sans-serif; font-size:14px; font-weight:400;line-height:1.5;}
a{text-decoration:none !important;}
.container {padding:0 25px;}
.cmnpad{padding:4rem 0;}
.object-fit{/*object-fit:cover;*/ height:100%; width:100%}
.sub-title{color:#0A82AA; font-size:14px; font-weight:500; text-transform:uppercase; border:1px solid #10101033; border-radius:60px; padding:5px 20px; display:inline-block; margin-bottom:1rem;}
.rounded{border-radius:20px!important;}
.rounded-4{border-radius:1rem!important;}

a.icon-arrow{background:#0A82AA; height:50px; width:50px; line-height:55px; text-align:center; display:block; border-radius:100%; color:#fff;}
a.icon-arrow:hover{background:#101010;}

a.icon-arrow.white{background:#fff; color:#101010; line-height:50px;}
a.icon-arrow.white:hover{background:#d7d7d7; color:#fff;}

h1,h2,h3,h4,h5,h6{color:#101010; font-weight:500;}
h1{font-size:32px;}f
h2{font-size:28px; font-weight:600;}
h3{font-size:22px;}
h4{font-size:18px; font-weight:600;}
h5{font-size:16px;}
h6{font-size:14px;}


/******************Color Theme******************/
.bg-dark {background:#1C2332!important;}
.bg-primary {background:#0A82AA!important;}
.bg-primary2 {background:#3F66A2!important;}
.bg-primary3 {background:#42437C!important;}
.bg-light {background:#EFF3F6!important;}
.bg-secondary {background:#2C3240!important;}


.text-dark {color:#1C2332!important;}
.text-primary {color:#0A82AA!important;}
.text-light {color:#EFF3F6!important;}
.text-secondary {color:#2C3240!important;}


/******************button theme area******************/
.web-btn {position: relative; display: inline-block; width: auto; height: auto; cursor: pointer; overflow:hidden; border-radius: 50px; text-align:center;}
.web-btn::before,.web-btn::after {position: absolute; content: "";}
.web-btn::before {top:0;bottom:0;right:unset; left:0; height:100%; width:0%; border-radius:10px; transition:all ease-in-out 400ms;} 
.web-btn > span {position: relative; display: inline-block; top: 0; left: 0; width: 100%; padding:3px 4px 3px 19px; color:#1A1A1A; font-size:16px; font-weight:500; transition: transform 0.3s ease, background-color 0.3s ease;} 
.web-btn > span > span {background-color: #0A82AA; border-radius:100%; color:#fff; margin-left:5px; height:50px; width:50px; line-height:55px; display:inline-block;} 


/*****button border***********/
.alt.web-btn{background: transparent; border:1px solid #1A1A1A;  transition: 0.3s ease-out;}
.alt.web-btn:hover::before {width: 100%;
  background-image: -moz-linear-gradien(135deg, #1A1A1A 0%,#1A1A1A 100%);
  background-image: -webkit-linear-gradient(135deg, #1A1A1A 0%,#1A1A1A 100%);
  background-image: -ms-linear-gradient(135deg, #1A1A1A 0%,#1A1A1A 100%);}

.alt.web-btn:hover > span {color:#fff;} 


/*****button color1***********/
.alt2.web-btn{background: #fff; transition: 0.3s ease-out;}
.alt2.web-btn:hover::before {width: 100%;
  background-image: -moz-linear-gradien(135deg, #EFF3F6 0%,#EFF3F6 100%);
  background-image: -webkit-linear-gradient(135deg, #EFF3F6 0%,#EFF3F6 100%);
  background-image: -ms-linear-gradient(135deg, #EFF3F6 0%,#EFF3F6 100%);}

.alt2.web-btn:hover > span {color:#000;} 

/*****button color2***********/
.alt3.web-btn{background: #0A82AA; transition: 0.3s ease-out;}
.alt3.web-btn:hover::before {width: 100%;
  background-image: -moz-linear-gradien(135deg, #000 0%,#000 100%);
  background-image: -webkit-linear-gradient(135deg, #000 0%,#000 100%);
  background-image: -ms-linear-gradient(135deg, #000 0%,#000 100%);}

.alt3.web-btn > span {color:#fff;} 
.alt3.web-btn:hover > span {color:#fff;} 
.alt3.web-btn > span > span {background-color: #fff; line-height:50px;} 


/*******************************Header*********************************************/
/* --- 1. Header & General Fixes --- */
header { z-index: 999; position: relative; }
header .top-hdr a { color: #fff; }
header .top-hdr a:hover { color: #0A82AA; }

header .hdr-tel { color: #1A1A1A; margin-right: 15px; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; } 
header .hdr-tel:hover { color: #0A82AA; } 
header .hdr-tel span { background-color: #EFF3F6; border-radius: 100%; color: #0A82AA; margin-right: 10px; height: 50px; width: 50px; line-height: 50px; display: inline-block; text-align: center; } 
.home header .hdr-tel span { background-color: #fff; }

/* --- 1. MAIN NAVBAR LAYOUT --- */
.navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px; /* Spacing between Home, About, Product, etc. */
}

.navbar-nav .menu-item {
    position: relative; /* Anchor for sub-menus */
}

/* Main Menu Links */
.navbar-nav > .menu-item > a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

/* Bold effect on hover/active */
.navbar-nav > .menu-item.current-menu-item > a,
.navbar-nav > .menu-item > a:hover {
    color: #0A82AA;
}

/* --- 2. ARROWS (INDICATORS) --- */

/* Down Arrow for Main Menu items with children */
.navbar-nav > .menu-item-has-children > a:after {
    content: "\f107"; /* FontAwesome Down Arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.3s;
}

/* Right Arrow for 2nd & 3rd level items with children */
.navbar-nav .sub-menu .menu-item-has-children > a:after {
    content: "\f105"; /* FontAwesome Right Arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: auto; /* Pushes arrow to the right edge */
    padding-left: 15px;
    font-size: 12px;
}

/* Rotate main arrow on hover */
.navbar-nav > .menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
}

/* --- 3. SUBMENU STYLING (The Dropdowns) --- */
.navbar-nav ul.sub-menu {
    background: #EFF3F6;
    border: none;
    border-radius: 12px;
    min-width: 13rem;
    padding: 10px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    position: absolute;
    list-style: none;
    margin: 0;
    display: none; /* Hidden by default */
    z-index: 1000;
    
    /* CRITICAL: Allows 3rd/4th level flyouts to be visible */
    overflow: visible; 
}

/* Show Sub-menu on Hover */
.navbar-nav .menu-item:hover > ul.sub-menu {
    display: block;
}

/* --- 4. MULTI-LEVEL POSITIONING (Flyouts) --- */

/* Level 1: Drops down from top bar */
.navbar-nav > li > ul.sub-menu {
    top: 100%;
    left: 0;
}

/* Levels 2, 3, and 4: Fly out to the RIGHT */
.navbar-nav ul.sub-menu li > ul.sub-menu {
    top: -10px; /* Aligns with the padding of the parent */
    left: 100%;
    margin-top: 0;
}

/* Submenu Link Styling */
.navbar-nav ul.sub-menu li a {
    color: #000;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    line-height: normal;
    transition: all 0.3s;
}

.navbar-nav ul.sub-menu li a:hover {
     background: #fff;
    color: #0A82AA;
    padding-left: 22px;
}


/*******************************main*********************************************/
#banner{position:relative;}
#banner:after{content:''; position:absolute; left:0px; right:0px; top:0px; bottom:0px;
  background-image: -moz-linear-gradien(180deg, transparent 0%,#1C2332 100%);
  background-image: -webkit-linear-gradient(180deg, transparent 0%,#1C2332 100%);
  background-image: -ms-linear-gradient(180deg, transparent 0%,#1C2332 100%);}

#banner .carousel-caption {transform: translate(0, -50%); bottom:auto; top:50%; left:0px; right:0px; z-index:99; text-align:left;}
#banner .bnr-sub-title {font-size:18px; font-weight:500; text-transform:uppercase; padding:3px 20px; border:1px solid #fff; border-radius:60px; display:inline-block; margin-bottom:15px;}  
#banner h1 {color:#fff;}  
  
#banner .carousel-control-next, #banner .carousel-control-prev {top: 50%; bottom: auto; width: 1.5%; background: #fff; height: 70px; border-radius: 0 10px 10px 0; transform: translate(0, -50%); z-index:999;}
#banner .carousel-control-next {border-radius: 10px 0 0 10px;}
#banner .carousel-control-prev-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");}
#banner .carousel-control-next-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
#banner .carousel-control-next-icon, #banner .carousel-control-prev-icon {width: 1rem; height: 1rem;}

#banner .carousel-item > img {
    /*height: 768px;*/
    object-fit: cover;
}
.inr-bnr .carousel-item > img{
  height: auto !important;
}

#about .about-text-area .about-fst-img,#about .about-text-area .about-sec-img {width:420px; height:515px; overflow:hidden; border-radius:20px;}
#about .about-text-area .about-sec-img {width:37%; height:332px;}
#about .about-text-area .right-content-area {width:66%;}
#about .about-text-area .right-content-area .about-content {width:59%;}

.counter .count-block {border-top:1px solid #10101033; padding-top:10px; position:relative;}
.counter .count-block:before {background:#10101033; content:''; position:absolute; left:-35px; width:1px; height:99px;}
.counter .count-block:first-child:before {display:none; margin:0px;}
.counter .count-block + .count-block {margin-left:70px;}
.counter .count-numb {color:#101010; font-size:32px; font-weight:500; line-height:100%;}
.counter .count-type {color:#101010; font-size:17px;}


.scroll-logos div {margin:0 3rem;}


#products .card {border-radius:20px; position:relative; padding:3rem 0; text-align:left;}

#products .card:hover{
background: #0A82AA;
    color: #fff;
}

#products .card:hover h3 {
    color: #fff;
    font-size:22px;
}
#products .card h3{
    font-size:22px;
}
#products .card:hover a.icon-arrow {
    transform: rotate(45deg);
    background: #000;
}


#products .card .products-card-img {position:absolute; width:367px; border-radius:20px; overflow:hidden; left:27%; top:-25px; /*display: none*/;}
#products .card:hover .products-card-img {
  display: block;
}
#products .products-content {width:75%;}
#products .bg-primary h3 {color:#fff;}
#products .hm-serv-btn {background:#EFF3F6; display:inline-block; padding:20px 20px 10px; border-radius:30px 30px 0 0;}

#projects .pro-tabs a{border:1px solid #1010104D; border-radius:50px; color:#101010; padding:12px 32px;}
#projects .pro-tabs a:hover,#projects .pro-tabs a.active{background:#0A82AA; border:1px solid #0A82AA; color:#fff;}


#projects .pro-gal-area {border-radius:20px;}
#projects .home-project-thum > img {border-radius:20px; width:100%; /*object-fit: cover;*/}
#projects .pro-gal-area.active-color {background:#0A82AAB2; padding: 16% 10%;}

.home-project-thum{
 overflow: hidden;
}
.home-project-img-1 > img{
    height: 500px;
     width: 350px !important;
}
.home-project-img-4 > img{
  height: 600px;
   width: 350px !important;
}

.home-project-img-5 > img{
  height: 450px;
   width: 350px !important;
}

.home-project-img-6 > img{
  height: 630px;
  width: 350px !important;
}

.hover-project-link {
    position: absolute;
    bottom: -100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    justify-content: center;
    background: #0A82AA !important;
    border-radius: 20px !important;
    transition: 0.3s;
    text-align: center;
    padding:20px;
}

.home-project-thum:hover .hover-project-link {
 bottom: 0px;
}

#why-choose {background:url(https://mount.shekharhans.com/wp-content/uploads/why-choose-bg.jpg) no-repeat center center fixed; background-size:cover; padding-top:7rem;}
#why-choose .content-area {color:#fff; width:43%;}
#why-choose .content-area .sub-title {border-color:#FFFFFF33;}
#why-choose .content-area .quality {border-radius:10px 10px 0 0; color:#555555;}
#why-choose .content-area .quality li {display:flex; align-items:start; margin-bottom:1rem;}



#client-review .swiper-slide {background: #fff; position: relative; min-height:260px; width:100%; border-radius:30px;}
#client-review .swiper-slide .shape-block {position: absolute; bottom: 0;right: 0;width: 70px;height: 70px;background: #EFF3F6; border-top-left-radius: 30px;}
#client-review .swiper-slide .shape-block:before, #client-review .swiper-slide .shape-block:after {content: ""; position: absolute; height: 30px; width: 30px; background: radial-gradient(circle 30px at top left, #0000 98%, #EFF3F6);}
#client-review .swiper-slide .shape-block:before {bottom: 0; left: -30px;}
#client-review .swiper-slide .shape-block:after {top: -30px; right: 0;}
#client-review .swiper-slide .review-block {background: url(https://mount.shekharhans.com/wp-content/uploads/quote.svg) no-repeat 92% 2rem; padding:2rem;}
#client-review .swiper-slide .review-img {position: absolute; bottom: 0;right: 0; width:60px; height:60px;border-radius:100%;}
#client-review .swiper-slide .review-img img {object-fit:cover; width:100%; height:100%;}
#client-review .swiper-slide .rating-stars li {padding:0px; margin:0px; color:#FFCC00;}
#client-review .swiper-slide .name span{font-size:24px; font-weight:600;}

#client-review .swiper-container {margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1;}
#client-review .swiper_wrap {height: 100%; width: 100%; position: relative; display: block; text-align: left;}

#client-review .swiper-button-next,#client-review .swiper-button-prev{margin-top: 0px; position: absolute; top: 50%; width: 45px; height: 45px; transform: translateY(-50%); border:1px solid #101010; border-radius:100%;}
#client-review .swiper-button-next:hover,#client-review .swiper-button-prev:hover{background:#d7d7d7;}
#client-review .swiper-button-next {right: -60px;}
#client-review .swiper-button-prev {left: -60px;}
#client-review .swiper-button-next:after, #client-review .swiper-button-prev:after {font-size: 20px; color: #101010;}

#client-review .quality {display:flex; align-items:center;}
#client-review .quality h2,#client-review .quality a {margin:3rem;}
#client-review .quality img.d-block {margin-top:3rem;}

#client-review .satisfied-customers {padding: 2.8rem 2.5rem;}
#client-review .satisfied-customers span {text-decoration:underline;}


#faq .faq-content-area {padding:6rem 0 6rem 2rem;}
#faq .sub-title {border-color:#FFFFFF33;}


#faq .card {background: transparent; border: 0px; padding: 10px 0; color:#fff; border-bottom:1px solid #FFFFFF33; border-radius:0px;}
#faq .card .card-header{border:0px; padding:0px;}
#faq .card .card-header a{color:#fff; font-size:24px; font-weight:600; padding:0px; margin-bottom:.5rem; display: flex; justify-content: space-between; text-align:left; align-items: center; width: 100%; position: relative;}
#faq .card .card-body{padding:0 0 1rem;}
#faq .card-header .btn::after {content: ""; display: inline-block; width: 10px; height: 10px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); /* Down arrow */ transition: transform 0.3s ease; margin-left: auto;}
#faq .card-header .btn:not(.collapsed)::after {transform: rotate(-135deg);}
#faq .card-header .btn:focus,
#faq .card-header .btn:focus-visible,
#faq .card-header .btn:active,
#faq .card-header .btn:focus:not(:focus-visible) {outline: none !important; box-shadow: none !important; border-color: transparent !important;}


#case-study .card {padding:10px; border-radius:20px; border:0px; box-shadow:0 0 20px #0000001A;}
#case-study .card .card-img {position:relative; overflow: hidden; border-radius: 10px; background-color: #f2f2f2; /*height: 240px;*/}
#case-study .card .card-img img {
    /*height: 100%;*/
    /*object-fit: cover;*/
}
#case-study .card:hover{
  margin-top: -10px;
}
#case-study .card .card-img .category {position:absolute; background:#fff; bottom:0px; right:55px; padding:.3rem 1rem; border-radius:10px 10px 0 0;}

#case-study .card .date {margin-bottom:1rem;}
#case-study .card a {color:#101010; font-weight:500; font-size:16px; vertical-align:middle;}
#case-study .card a span{background:#101010; height:30px; width:30px; line-height:35px; text-align:center; display:inline-block; border-radius:100%; vertical-align:middle; margin-left:1rem;}
#case-study .card a:hover span{background:#0A82AA;}

.blog-gallery-image{
 height: 359px;
 background-color: #f2f2f2;
 object-fit: contain;
}
.blog-detail-full-img{
 /*max-height: 466px;*/
  background-color: #f2f2f2;
 object-fit: contain;
}

#case-study .card h4{
      -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}
#contact{background:url(https://mount.shekharhans.com/wp-content/uploads/contact.jpg) no-repeat center center fixed; background-size:cover; position:relative; z-index:1;}
#contact:after{content:''; position:absolute; left:0px; right:0px; top:0px; bottom:0px; z-index:-1;
  background-image: -moz-linear-gradien(180deg, transparent 0%,#1C2332 80%,#1C2332 100%);
  background-image: -webkit-linear-gradient(180deg, transparent 0%,#1C2332 80%,#1C2332 100%);
  background-image: -ms-linear-gradient(180deg, transparent 0%,#1C2332 80%,#1C2332 100%);}
#contact .contact-info-area {background:url(https://mount.shekharhans.com/wp-content/uploads/bg-contact.png) no-repeat left top; background-size:100% 100%; padding:3rem;}
#contact .contact-info-area .form-control,#contact .contact-info-area .form-select {background:transparent; border:1px solid #10101033; border-radius:40px; height:62px; font-size:17px; color:#101010B2; padding:0 30px;}
#contact .contact-info-area textarea.form-control{padding:20px 30px; height:148px;}

#contact .contact-info-area .cont-btn p .cont-btn br {display:none;}
#contact .contact-info-area .cont-btn p .cont-btn {position: relative; display: inline-block;  width: 100%; padding:6px 6px 6px 22px; color:#1A1A1A; font-size:16px; font-weight:500; transition: transform 0.3s ease, background-color 0.3s ease; border-radius: 50px; text-align:right; border:0px!important;}
#contact .contact-info-area .cont-btn p .cont-btn:hover {background:#1A1A1A; color:#fff;}

#contact .contact-info-area .cont-btn p button.wpcf7-form-control.wpcf7-submit.cont-btn {
    position: static !important;
}

#contact .contact-info-area .cont-btn p .cont-btn span {background-color: #0A82AA; border-radius:100%; color:#fff; margin-left:15px; height:50px; width:50px; line-height:55px; display:inline-block; text-align:center;}

::-webkit-input-placeholder{color:#101010B2 !important;}
::-moz-placeholder{color:#101010B2 !important;}
:-ms-input-placeholder{color:#101010B2 !important;}
:-moz-placeholder{color:#101010B2 !important;}
.contact-info-area {
  position: relative;
}
 .form-check .form-check-input{
  float: none;
  width: 100%;
  background: unset;
  border: 0px;
}
.contact-info-area .wpcf7-response-output {
    position: absolute;
    bottom: 40px;
    margin: 0 !important;
}
.form-check .form-check-input input[type=checkbox]{
    border-radius: .25em;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check .form-check-input input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check .form-check-input input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}



/*******************************Breadcrumb*********************************************/
#breadcrumb {background:#EFF3F6; font-size:14px; font-weight:500;}
#breadcrumb a {color:#1C2332;}
#breadcrumb a:hover {color:#0A82AA;}
#breadcrumb span {margin:0 .3rem;}


/*******************************Supply Network*********************************************/
#network-list .card {border-radius:8px; border:1px solid #ECECEC; box-shadow:0 0 24px #0000001A; overflow:hidden;}
#network-list .card .card-body {padding:.8rem;}
#network-list .card .card-body h4 {font-weight:500;}
#network-list .card a {color:#101010; font-weight:500; font-size:16px; vertical-align:middle;}
#network-list .card a span{background:#101010; height:30px; width:30px; line-height:35px; text-align:center; display:inline-block; border-radius:100%; vertical-align:middle; margin-left:1rem;}
#network-list .card a:hover span{background:#0A82AA;}

#network-loc .loc-list {border-top:1px solid #DDDDDD; width:100%;}
#network-loc .loc-list a {border-bottom:1px solid #DDDDDD; color:#000; font-size:14px; padding:2.5rem 1rem 2.5rem 0; width:50%;position: relative;}
#network-loc .loc-list a:hover {color:#0A82AA; font-size:18px; text-decoration:underline!important;}
#network-loc .loc-list a::after {content: ""; position: absolute; top: 50%; transform:translateY(-50%); left: -20px; height: 60px; width: 1px; background-color: #DDDDDD; display: none;}
#network-list .card-img >img{
 height: 325px;
 object-fit: cover;
}

#application .app-details .icon-block{border-bottom:1px solid #DDDDDD; padding:3rem 1.5rem; margin-bottom:1rem; width:100%;position: relative;}

#revolution .sub-title {border-color:#FFFFFF33;}
#revolution .revo-top {color:#A2A2A2;}
#revolution .revo-content {font-size:14px;}
#revolution .revo-content .bg-primary{font-size:16px;}
#revolution .revo-content h4 {font-weight:500;color:#fff;}
#revolution .revo-content h6 {font-weight:600;color:#fff;}

#roof ul,#solution ul {font-size:16px; padding:0 0 0 15px; margin-top:1rem;}
#roof ul li,#solution ul li {margin-bottom:1rem;}

#industry .ind-block {border:1px solid #ECECEC; border-radius:8px; padding:32px 24px; box-shadow:0 0 24px #0000001A; font-size:16px;}
#industry .showcase {font-size:24px; border-radius:10px;}

#network-faq .card {background: transparent; border: 0px; padding: 10px 0; color:#000; border-bottom:1px solid #FFFFFF33; border-radius:0px;}
#network-faq .card .card-header{border:0px; padding:1rem 0 0; background:transparent; border-top:1px solid #E9E9E9;}
#network-faq .card .card-header a{color:#000; font-size:24px; font-weight:600; padding:0px; margin-bottom:.5rem; display: flex; justify-content: space-between; align-items: center; width: 100%; position: relative;}
#network-faq .card .card-body{padding:0 0 1rem;}
#network-faq .card-header .btn:focus,
#network-faq .card-header .btn:focus-visible,
#network-faq .card-header .btn:active,
#network-faq .card-header .btn:focus:not(:focus-visible) {outline: none !important; box-shadow: none !important; border-color: transparent !important;}


#network-faq .card-header .btn::after {content: ""; display: inline-block; width: 20px; height: 20px; background-image: url('../images/plus.svg'); background-size: contain; background-repeat: no-repeat; transition: transform 0.3s ease; margin-left: auto;}
#network-faq .card-header .btn:not(.collapsed)::after {background-image: url('../images/minus.svg');}

/*******************************Contact Us*********************************************/

#contact-details .contact-block {border:1px solid #ECECEC; border-radius:8px; padding:1rem; margin-bottom:1rem; font-size:20px;}
#contact-details .contact-block a {color:rgba(16, 16, 16, 0.7);}
#contact-details .contact-block h6 {color:#0A82AA; font-weight:600;}

#contact-details .contact-form .form-control,#contact-details .contact-form .form-select {background:transparent; border:1px solid #10101033; border-radius:40px; height:62px; font-size:17px; color:#101010B2; padding:0 30px;}
#contact-details .contact-form textarea.form-control{padding:20px 30px; height:148px;}
#contact-details .contact-form .cont-btn {text-align:center;} 
#contact-details .contact-form .cont-btn button {border:none;} 
#contact-details .contact-form .cont-btn br {display:none;}

#cont-location .cont-location-block{background:#2C3240; border-radius:8px; padding:24px;}
#cont-location .cont-location-block h4{font-weight:500; color:#fff;}
#cont-location .cont-location-block a{color:#0A82AA; text-decoration:underline!important;}
#cont-location .cont-location-block a:hover{color:#fff;}

/*******************************Blog*********************************************/

.pagination a.page-link {background: transparent!important; border: transparent; font-size:16px; border-radius:8px!important; color:#00000099;}
.pagination a.page-link:hover,.pagination .active a.page-link {background: #0A82AA!important; color:#fff;}

.nav-arrow a {background:#fff; border:1px solid #E7E5E4; border-radius:8px; box-shadow:0 0 2px #0A0D120D; color:#00000099; display:inline-block; width:36px; height:36px; text-align:center; line-height:36px;}
.nav-arrow a:hover {background:#0A82AA; color:#fff;}

#blog-details p {margin-bottom:2rem;}
#blog-details ol {padding-left:20px; margin-bottom:2rem;}
#blog-details .share {border-top:1px solid #D1D1D1; border-bottom:1px solid #D1D1D1; color:#000; padding:1rem 0;font-size:20px; margin-top:3rem;}
#blog-details .share a {color:#000; margin:0 1.5rem; text-decoration:underline!important;}



.pagination li span{
      background: transparent !important;
    border: transparent;
    font-size: 16px;
    border-radius: 8px !important;
    color: #00000099;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0A82AA !important;
    border-color: #0A82AA !important;
}
/*******************************About*********************************************/

#miss-viss .card {color:#fff;}
#miss-viss .card .bg-transparent-color {background:#FFFFFF1A; border-radius:8px; font-style:italic; padding:.5rem;}


/*******************************Projects*********************************************/

.btn-tabs {background:#F6F6F6; width:100%;}
.btn-tabs .btn {color:#000; border-radius:8px!important;}
.btn-tabs .btn:hover,.btn-tabs .btn.active {background:#0A82AA; border:0; color:#fff;}

#project-list .row a,#project-list.indus .block {border-radius:10px; display:block; overflow:hidden; position:relative;}
#project-list .row a:before,#project-list.indus .block:before {background:rgba(0,0,0,0.6); content:''; position:absolute; left:0px; top:0px; bottom:0px; right:0px;display:none;}
#project-list .row a span,#project-list.indus .block span {position:absolute; left:1rem; right:1rem; bottom:0;display:none;}
#project-list .row a span p {color:#fff; font-size:12px; text-transform:uppercase;}
#project-list .row a:hover:before,#project-list .row a:hover span {display:block;}

#project-list.indus .block:before,#project-list.indus .block span {display:block; color:#fff;}
.indu-block-content {background:#EFF3F6; padding:1rem; border-radius:8px; margin-bottom:1rem;}


/*******************************Career*********************************************/

#career .card {background: #EFF3F6; border: 0px; padding: 24px; color:#000; border:1px solid #0000000D; border-radius:10px; margin-bottom:1rem;}
#career .card .card-header{border:0px; padding:0rem; margin-bottom:0rem; background:transparent; border-bottom:0px;}
#career .card .card-header ul {font-size:16px; margin-bottom:0px;}
#career .card .card-header a{color:#000; font-size:24px; font-weight:600; padding:0px; margin-bottom:.5rem; display: flex; justify-content: space-between; align-items: center; width: 100%; position: relative;}
#career .card .card-body{padding:2rem 0 1rem; margin-top:1.5rem;  border-top:1px solid #1010101A;}
#career .card .card-body h6 {font-weight:600;}
#career .card .card-body ul {margin-bottom:1rem; padding-left:25px; color:#5B5B5B;}
#career .card .card-footer{padding:1.5rem 0 0; margin-top:0rem; background:transparent; border-top:1px solid #1010101A;}
#career .card-header .btn::after {content: ""; display: inline-block; width: 10px; height: 10px; border-right: 2px solid #000; border-bottom: 2px solid #000; transform: rotate(45deg); /* Down arrow */ transition: transform 0.3s ease; margin-left: auto;}
#career .card-header .btn:not(.collapsed)::after {transform: rotate(-135deg);}
#career .card-header .btn:focus,
#career .card-header .btn:focus-visible,
#career .card-header .btn:active,
#career .card-header .btn:focus:not(:focus-visible) {outline: none !important; box-shadow: none !important; border-color: transparent !important;}

#message p {font-style:italic;}
#message .name {font-size:20px; font-weight:500;}

/*******************************opportunity*********************************************/
#opportunity .alt {border-color:#fff;}
#opportunity .alt span{color:#fff;}

/*******************************peb*********************************************/

#peb .peb-block {background:#EFF3F6; border-radius:8px; padding:1rem; font-size:20px; font-style:italic; margin-top:1rem;}

#steel a {color:#3F66A2; font-weight:800;}
#steel .steel-block {background:#0A82AA; border-radius:8px; padding:1rem; margin-bottom:1rem; color:#fff;}
#steel .steel-block ul {margin:0px;}

.app-details .icon-block.no-bor {border-bottom:0px!important;}


.sub-title2 {background:#0A82AA; border-radius:50px; font-size:16px; font-weight:500; text-transform:uppercase; color:#fff; padding:.3rem 1rem; display:inline-block; margin-bottom:1rem;}
#process h4 {color:#0A82AA; font-size:24px;}
#process .bg-white {font-size:16px;}

.block-content-area{background:#EFF3F6; font-size:16px;}
.steps p {margin-bottom:0px;}


/*******************************Product Details*********************************************/

#project-details .product-detail-img{width:43%;}
#project-details .product-detail-img .product-container {display: flex; max-width: 100%; margin: auto;}
#project-details .product-detail-img .thumbs-wrapper {display: flex; flex-direction: column; align-items: center; margin-right: 20px;}
#project-details .product-detail-img .arrow-btn {background-color: transparent; border:0px; padding: 5px 10px; cursor: pointer; margin-bottom: 5px;}
#project-details .product-detail-img .thumbs {display: flex; flex-direction: column; gap: 10px; max-height: 530px; overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none;}
#project-details .product-detail-img .thumbs::-webkit-scrollbar {display: none;}
#project-details .product-detail-img .thumbs img { width: 60px; height: 60px; object-fit: cover; border: 2px solid #ddd; cursor: pointer; transition: border 0.3s;}
#project-details .product-detail-img .thumbs img:hover,
#project-details .product-detail-img .thumbs img.active {border-color: #000;}

#project-details .product-detail-img .main-image {position: relative; width: 100%; height: 600px; overflow: hidden;}
#project-details .product-detail-img .main-image img {width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease;}
#project-details .product-detail-img .main-image:hover img {transform: scale(1.5); cursor: zoom-in;}



#project-details .product-detail-des{width:55%; margin-left:auto; font-size:14px; color:#808080;}
#project-details .product-detail-des .sub-title2 {font-size:12px; text-transform:capitalize;}
#project-details .product-detail-des h6 {font-weight:600;}

#project-details .product-detail-des .pro-color {border-top:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6; margin:1.5rem 0; padding:1rem 0 .5rem;}
#project-details .product-detail-des .pro-color a {display:inline-block; width:40px; height:40px; border-radius:100%; padding:4px; margin-right:.3rem;}
#project-details .product-detail-des .pro-color a span {display:block; width:100%; height:100%; border-radius:100%;}

#project-details .product-detail-des .pro-color a.color{border-width:0px; border-style:solid;}
#project-details .product-detail-des .pro-color a.color:hover{border-width:2px}

#project-details .product-detail-des .pro-color a.color1 {border-color:#7BB5EB;}
#project-details .product-detail-des .pro-color a.color1 span {background:#7BB5EB;}

#project-details .product-detail-des .pro-color a.color2 {border-color:#3B5D5C;}
#project-details .product-detail-des .pro-color a.color2 span {background:#3B5D5C;}

#project-details .product-detail-des .pro-color a.color3 {border-color:#8B8B8B;}
#project-details .product-detail-des .pro-color a.color3 span {background:#8B8B8B;}

#project-details .product-detail-des .pro-color a.color4 {border-color:#5D3B53;}
#project-details .product-detail-des .pro-color a.color4 span {background:#5D3B53;}

#project-details .product-detail-des ul li {margin-bottom:.3rem;}
#project-details .product-detail-des ul span {color:#000; font-weight:500;}
#project-details .product-detail-des .top-border {border-top:1px solid #E6E6E6; margin:1rem 0 0; padding:1rem 0 0;}


#key {background:url(https://mount.shekharhans.com/wp-content/uploads/bg-key.jpg) no-repeat center center; background-size:cover; font-size:16px;}
#key h4 {font-weight:500;}
#key .box {background:#2C3240; color:#C4C4C4;}

/*******************************Product-list*********************************************/
#listing .applied-filters,#filterAccordion h6 {border-top:1px solid #E6E6E6!important; padding-top: 20px!important;}
#listing .applied-filters h6 {font-size: 14px;}
#listing .applied-filters .badge {margin: 0 5px 5px 0;}
#listing .clear-filters {font-size: 12px; font-weight: 600; color: #0A82AA; text-decoration: underline; cursor: pointer;}	
#listing .badge-filter {background-color: #F2F7FB; color: #0A82AA; border: 1px solid #0A82AA;  position: relative; font-size: 12px; display: inline-flex;  align-items: center; border-radius: 4px; font-weight:600;}
i.clear-individual {
    margin-left: 8px;
    font-weight: bold;
    font-size: 14px;
}
	
#filterAccordion h6 {margin:20px 0;}
#filterAccordion .accordion-item {background:transparent; border:0px;}	
#filterAccordion h6,#filterAccordion h6 .accordion-button {color:#101010;font-size: 14px; font-weight:500; padding:0px; background:transparent; border:0px; box-shadow:none;}
#filterAccordion .accordion-body {color:#101010;font-size: 12px; font-weight:500; padding:0px;}

#filterAccordion h6 .accordion-button:focus,
#filterAccordion h6 .accordion-button:focus-visible,
#filterAccordion h6 .accordion-button:active,
#filterAccordion h6 .accordion-button:focus:not(:focus-visible) {outline: none !important; box-shadow: none !important; border-color: transparent !important;}
#filterAccordion .accordion-button::after {width: 12px; height: 12px; background-size: 12px;}


#listing .pro-list-area .card {border:1px solid #ECECEC; border-radius:8px; overflow:hidden; box-shadow:0 0 20px #EFEFEF;}
#listing .pro-list-area .card .card-img {position:relative;}
#listing .pro-list-area .card .card-img .featured {position:absolute; top:1rem; right:1rem; background:#C0995D; border-radius:4px; padding:3px 15px; color:#fff; font-size: 12px; font-weight:500;}
#listing .pro-list-area .card .card-body {font-size: 14px;}
#listing .pro-list-area .card .card-body h6 {color:#0A82AA; font-size: 12px; font-weight:600;}
#listing .pro-list-area .card .card-body h4 {font-weight:500;}
#listing .pro-list-area .card .card-body p {margin-bottom:0px;}
	

/*******************************Footer*********************************************/


#Footer h4 {margin-bottom:1rem;}
#Footer ul li {margin-bottom:.5rem;}
#Footer ul li a{padding:0rem;}
#Footer a {color:rgba(16, 16, 16, 0.7);}
#Footer a:hover {color:#0A82AA;}

#Footer .subscribe {border-bottom:1px solid #00000033; margin-bottom:2rem; padding-bottom:2rem;}
#Footer .subscribe .input-group {border:1px solid #000000; border-radius:60px; height:60px;}
#Footer .subscribe .input-group p br {
    display: none;
}
#Footer .subscribe .input-group p {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0;
}
#Footer .subscribe .input-group .form-control {background:transparent; border:0px; font-size:17px; color:#101010B2; padding-left:1rem; box-shadow:none;}
#Footer .subscribe .input-group .btn {background:#0A82AA; border-radius:60px; color:#fff; font-size:16px; font-weight:500; padding:0 4rem; height:100%;}
#Footer .subscribe .input-group .btn:hover {background:#101010;}
#Footer .subscribe a {color:#0A82AA;}
#Footer .subscribe a:hover {color:#101010;}

#Footer .cont-info a{display:flex; align-content:start;}
#Footer .cont-info a .fas{margin-right:1rem;margin-top:.3rem;color:#0A82AA;}

#Footer .copyright {border-top:1px solid #00000033; margin-top:2rem; padding-top:2rem;}
.footer-term-of-use-checkbox br{display: none;}
.footer-term-of-use-checkbox .wpcf7-list-item{
  display: block;
  margin: 0px;
}
.footer-term-of-use-checkbox .form-check-input{
  margin: 0px;
}
#Footer .subscribe .input-group .wpcf7-form-control-wrap {
    position: relative;
    width: calc(100% - 251px);
}
#Footer .subscribe .input-group span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    bottom: -6px;
    font-size: 16px;
}
.form-check.footer-term-of-use-checkbox {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2px;
}
.show-more-btn {
  display: block;
  margin: 0 auto;
  min-width: 180px;
}
.btn-outline-primary {
    border-color: #0A82AA;
    background: #0A82AA;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    /* padding: 0 4rem; */
    height: 100%;
}
.btn-outline-primary:hover{
  background-color: #000;
  border-color: #000;
}
#project-list .project-item img {
    height: 289px;
    object-fit: cover;
}



.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  
}

.logo-track {
  display: flex;
  /* display: none; */
  animation: scroll 20s linear infinite;
}

.logo-track img {
  height: 80px;
  max-width: fit-content;
  margin: 0 30px;
  filter: grayscale(0%);
  transition: filter 0.3s;
}

.logo-track img:hover {
  filter: grayscale(50%);
}

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

ul.navbar-nav .active a {
    font-weight: bold;
}
.footer-term-of-use-checkbox span.wpcf7-not-valid-tip {
    position: absolute;
    width: 200px;
    bottom: -30px;
}


 .product-filter-area .form-check .form-check-input{
  float: none;
  width: 16px;
  border:1px solid #B0BABF;
  height: 16px;
  background-color: #fff;
  position: relative;
    top: -2px;
    border-radius: 0px;
}

 .product-filter-area .form-check .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2020%2020'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6%2010l3%203l6-6'/%3E%3C/svg%3E");
}

 .product-filter-area .form-check .form-check-input:checked {
    background-color: #0A82AA !important;
    border-color: #0A82AA !important;
}
.card-img img{
  height: auto;
}

button.see-more-btn {
    background: #fff;
    border: 1px solid #1A1A1A;
    padding: 6px 32px;
    border-radius: 50px;
    font-size: 16px;
}
button.see-more-btn:hover{
   background: #000;
    border: 1px solid #000;
    color: #fff;

}
.color-gallery {
    flex-direction: row-reverse;
}
.gallery-section  .swiper-thumbs {
    height: 600px !important; 
    width: 90px !important;
    padding: 15px 0 !important;
}

.gallery-section  .swiper-thumbs img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    background: #f2f2f2;
}

.gallery-section .swiper-thumbs .swiper-slide {
    width: 60px !important;  
    margin: 4px 0 !important;
    opacity:1;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.gallery-section .swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #000;
}

.gal-slider img {
    height: 600px;
    object-fit: cover;
    border-radius: 0px !important;
}

.gallery-section .swiper-button-next{
top: -16px;
    transform: rotate(-90deg);
    font-size: 10px;
    width: 20px;
    left: -7px;
    right: 0;
    margin: 0 auto;
    z-index: 222;
    background: #fff;
}
.gallery-section .swiper-button-next:after, .gallery-section .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 18px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #000;
    font-weight: bold;
}
.gallery-section .swiper-button-prev{
transform: rotate(-90deg);
    bottom: -8px;
    top: auto;
    /* background: #fff; */
    width: 100%;
    left: -16px;
    right: 0;
    margin: 0 auto;
    height: 47px;
}
.gallery-section .swiper-button-disabled{
  display: none;
}
.product-description-wrap div:empty {
    display: none !important;
}
.product-description-wrap .card, .product-description-wrap .card-body{
 padding: 0px;
 border: 0px;
 border-radius: 0px;
}
.product-description-wrap .card-body p{
  margin:5px 0px;
  font-size: 16px;
}

.color-swatch.active {
    border: 2px solid #000 !important;
}
.color-swatch:hover{
  border-color: #000 !important;
}
.gallery-section  .gal-slider .swiper-slide-active:hover img{
 transform: scale(1.5);
    cursor: zoom-in;
}
.highlights-items-wrap ul{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.highlights-items-wrap ul li{
  width: 47%;
}
.fallback-thumbnail img {
    width: 100%;
}

#career-modal .form-control{
       background: #f2f2f200;
    border: 1px solid #10101033;
    border-radius: 40px;
    /* height: 51px; */
    font-size: 17px;
    color: #101010B2;
    padding: 9px 24px;
    margin: 6px 0px 12px 0;
}
#career-modal input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.form-control {
    padding: 6px 12px;
}

#career-modal button.btn.btn-primary.w-auto {
    background: #0A82AA;
    border-radius: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 4rem;
    height: 100%;
    display: block;
    width: 100% !important;
    border-color: #0A82AA !important;
    margin-top: 30px;
}

#career-modal .modal-title {

    font-size: 22px;
    font-weight: 600;
}

#career-modal .modal-body {
    background: #f2f2f2;
}
#career-modal .modal-content{
  overflow: hidden;
}

#career-modal .form-block label {
    font-size: 14px;
    margin: 0px !important;
    color: #000;
}

div#mega-menu-wrap-header ul li a {
    color: #000 !important;
    font-size: 16px !important;
}
div#mega-menu-wrap-header {
    background: unset !important;
}
.new-cmnpad{
padding:0px 50px 40px 50px;
}
.left-image{
padding: 20px;
}

.form-section-wrap {
    padding: 60px 0;
}

.forl-left-data h1 {
    font-size: 46px;
    font-weight: bold;
    line-height: 57px;
    margin-bottom: 22px;
}
.forl-left-data h1 span{
  color: #0A82AA;
}
.forl-left-data h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 35px;
}



.enquiry-form .form-control, .enquiry-form .form-select {
    background: transparent;
    border: 1px solid #10101033;
    border-radius: 40px;
    height: 62px;
    font-size: 17px;
    color: #101010B2;
    padding: 0 30px;
}
.record-items-wrap-product{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.record-items-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.record-items-wrap img, .record-items-wrap-product img {
    margin: 10px 0 20px;
    border-radius: 20px;
    width: 100%;
}

.record-small-heading {
    font-weight: bold;
    color: #0b82aa;
}
.record-sec{
  padding: 60px 0px;
}
.video-thum{
  border-radius: 20px;
  overflow: hidden;
} 
.video-thum img {
    width: 100%;
}

.play-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.play-video-icon {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #0b82aa;
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
}
#videoModal button.btn-close {
    background-color: #fff;
    opacity: 1;
    padding: 21px;
    right: 0;
    left: auto;
    position: absolute;
}
.word-record-key-features img{
  margin-top: 0px;
}

.video-tabs-sec {
    padding: 60px 0;
}
.timelapse-wrapper {
    display: flex
;
    gap: 20px;
    margin-top: 50px;
}
.timelapse-tabs {
    width: 300px;
}
.timelapse-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.timelapse-tabs li {
    padding: 10px;
    display: flex
;
 color: #000;
    align-items: center;
    gap: 20px;
}
.timelapse-tabs li img {
    width: 100px;
    border-radius: 5px;
}

.timelapse-tabs li span {
    font-size: 16px;
    font-weight: bold;
   
}



.timelapse-tabs li.timelapse-tab.active {
    background: #0A82AA;
    border-radius: 10px;
    color: #fff;
}

.timelapse-video {
    display: none;
}

.timelapse-video.active{
  display: block;
} 

.timelapse-videos {
    border-left: 1px solid #d9d9d9;
    padding-left: 20px;
    width: 100%;
}

.gal-section-wrap {
    margin-top: 50px; 
}

.gal-section-wrap .record-items-wrap h4 {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 29px;
}

.gal-section-wrap img{
  margin-top: 0px;
}
ul.elementor-icon-list-items li {
    font-weight: bold;
    margin: 5px 0;
}
ul.elementor-icon-list-items {
    padding-left: 15px;
}
.social-butn-link {
    margin-top: 30px;
}
.gal-section-wrap .record-items-wrap{
gap: 5px;
}
.common-img-center{
    /*display: flex;*/
    justify-content: center;
}
.common-space{
    padding-top: 50px !important;
}
#box-card .card{
    color: #2a2a2a;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#box-card h3{
    color: #2a2a2a;
    font-weight: bold !important;
    font-size: 23px !important;
}
#box-card h2{
  font-size: 30px !important;
}
.card-first{
    background-color: #fff !important;
}
.forminator-ui {
    display: block !important;
}
.new-btn{
    background: #41cbfb;
    padding: 8px 45px 8px 45px;
    border-radius: 23px;
    height:45px;
    border: 1px solid #fff;
    }
.new-btn a{
  color: #fff;
  font-weight:bold;
  width:105%;
  text-transform: uppercase;
  }
select{
    width: 100%;
    padding: 10px;
}
.landingpage-content{
padding:10px;
}
.main-hero{
background: #bae3f3;
}
#projects{
display:none;
}
.green{
    box-shadow: 0 0 10px 5px #b3efa4;
    padding: 20px;
    margin-top:10px;
}
.red{
    box-shadow: 0 0 10px 5px #efa4a4;
    padding: 20px;
    margin-bottom:10px;
}
.common-image{
    width:100%;
}
.quote-btn{
    display: none;
}
.forminator-button-submit{
    background-color: #0dabe2;
    color:#fff;
}
.select2-results{
    background-color: #fff;
}
.contact-name input[type="text"],
.contact-email input[type="email"],
.contact-phone input[type="text"],
.contact-message textarea,
.contact-select .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    background: transparent !important;
    border: 1px solid #10101033 !important;
    border-radius: 40px !important;
    height: 62px !important;
    font-size: 17px !important;
    color: #101010B2 !important;
    padding: 0 30px !important;
}
.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.location-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.location-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.location-detail {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.location-map iframe {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  border: 0;
}
.acf-gallery-grid {
  column-count: 4;       /* Number of columns */
  column-gap: 15px;
}

.acf-gallery-grid a {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.acf-gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  break-inside: avoid;   /* Prevents image cut-offs */
  transition: transform 0.3s ease;
}

.acf-gallery-grid img:hover {
  transform: scale(1.03);
}
img {
  max-width: 100%;
  height: auto;

}
@media (max-width: 991px) {
  .acf-gallery-grid { column-count: 2; }
}
@media (max-width: 600px) {
  .acf-gallery-grid { column-count: 1; }
}


@media only screen and (min-width: 768px) {
.landingpage-content{
padding:100px;
}
.green{
    box-shadow: 0 0 10px 5px #b3efa4;
    padding: 20px;
    margin-top:0px;
}
.red{
    box-shadow: 0 0 10px 5px #efa4a4;
    padding: 20px;
    margin-bottom:0px;
}
}
@media only screen and (max-width: 767px) {
.record-items-wrap-product{
    display:block;
    margin-top: 40px;
    text-align: center;
}
.new-btn{
    background: #41cbfb;
    padding: 4px 27px 8px 27px;
    border-radius: 23px;
    height:30px;
    border: 1px solid #fff;
    }
    .sgpb-popup-dialog-main-div-theme-wrapper-1{
        left: 73.5px !important;
    }
    #sgpb-popup-dialog-main-div{
            min-width: 246px !important;
    }
    .locations-grid {
    grid-template-columns: 1fr;
  }
  .new-cmnpad {
    padding: 0px 10px 40px 10px;
}
}
/*CSS FOR MENU ANIMATION AND SLEAK MENU*/
/* --- DROPDOWN CONTAINER --- */
.navbar .dropdown-menu {
  background: #EFF3F6;
  border: none;
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  min-width: 200px;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}

/* --- SHOW DROPDOWN ON HOVER --- */
.navbar .dropdown:hover > .dropdown-menu,
.navbar .dropdown:focus-within > .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* --- DROPDOWN LINK STYLE --- */
.navbar .dropdown-menu .nav-link {
  padding: 10px 18px;
  font-size: 14px;
  color: #222;
  font-weight: 500;
  transition: all 0.25s ease;
  white-space: nowrap;
}

/* --- HOVER EFFECTS --- */
.navbar .dropdown-menu .nav-link:hover {
  background: #fff;
  color: #0A82AA;
  padding-left: 22px;
}

/* --- MAIN NAV LINK --- */
.navbar .nav-link {
  padding: 8px 14px;
  font-size: 14px;
  transition: color 0.3s ease;
  position: relative;
}

.navbar .nav-link:hover {
  color: #0A82AA;
}

.navbar .nav-item.dropdown > .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px; /* tighter spacing between text and caret */
}

/* dropdown parent links */
.navbar .nav-item.dropdown > .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-right: 6px;
}

/* small static down arrow (CSS triangle) */
.navbar .nav-item.dropdown > .nav-link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #222; /* default arrow color */
  transform: translateY(1px);
}

/* hover color change only */
.navbar .nav-item.dropdown:hover > .nav-link::after,
.navbar .nav-item.dropdown:focus-within > .nav-link::after {
  border-top-color: #0A82AA;
}

/* non-dropdown items: no arrow */
.navbar .nav-item:not(.dropdown) > .nav-link::after {
  content: none;
}

/* font consistency */
.navbar .nav-link {
  font-size: 16px;
  line-height: 1.2;
}

/* --- FIX GAP ISSUE BETWEEN LINK AND MENU --- */
.navbar .dropdown {
  position: relative;
}

.navbar .dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: 0;
}


/*CSS FOR SMALL SCREEN MENU*/
@media (min-width: 1200px) and (max-width: 1350px) {
  .navbar .navbar-nav .nav-link {
    font-size: 13px;
  }
  .navbar-nav>.menu-item>a{
    font-size: 13px;
  }

  header .hdr-tel {
    font-size: 11px;
  }

  .web-btn > span {
    padding: 2px 2px 2px 13px;
    font-size: 11px;
  }

  .web-btn > span > span {
    height: 39px;
    width: 39px;
    line-height: 42px;
  }

  #products .card .products-card-img {
    width: 316px;
  }

  #products .card h3 {
    font-size: 22px; 
  }
  .new-btn{
    padding: 8px 28px 8px 28px;
    font-size: 10px;
  }
}

/*EXPO PAGES CSS*/
/* ==============================
   Intralogistics Expo Hero Section
   ============================== */

.hero-banner.inner-hero {
    background-color: #e0f8ff;
    padding: 80px 0;
    position: relative;
}

.hero-banner .extra-space {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hero-content {
    padding-right: 20px;
}

.hero-content .expo-badge {
    display: inline-block;
    background: #007b8f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.hero-content .sec-title {
    font-size: 38px;
    font-weight: 700;
    color: #002b49;
    line-height: 1.3;
    margin-bottom: 15px;
}

.hero-content .desc {
    font-size: 17px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.hero-content .visit-info {
    margin-top: 30px;
}

.hero-content .visit-info .sub-title {
    font-size: 18px;
    font-weight: 600;
    color: #007b8f;
}

.visit-info .visit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visit-info .visit-list li {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.visit-info .visit-list li .icon {
    font-size: 18px;
    margin-right: 10px;
    line-height: 1.2;
}

.visit-info .visit-list strong {
    color: #002b49;
    margin-right: 6px;
}
.feature-box{
  box-shadow: inset 0 0 10px #c7c7c7;
    padding: 42px;
}

/* Right side form */
.form-box {
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 40px 35px;
}

.form-box .form-title {
    font-size: 26px;
    color: #002b49;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-box .form-subtext {
    color: #666;
    font-size: 15px;
    margin-bottom: 25px;
}

/* Make Forminator form match theme spacing */
.form-box .forminator-row {
    margin-bottom: 15px;
}

.form-box .forminator-button {
    background-color: #007b8f !important;
    color: #fff !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    padding: 10px 25px !important;
}

.form-box .forminator-button:hover {
    background-color: #005e6d !important;
}
.form-box:empty {
    display: none;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .hero-banner.inner-hero {
        padding: 60px 0;
    }
    .hero-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    .form-box {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .hero-content .sec-title {
        font-size: 28px;
    }
    .hero-content .desc {
        font-size: 15px;
    }
    .form-box {
        padding: 30px 20px;
    }
}

/* PRODUCT POPUP CSS */
/* ===== Popup Overlay ===== */
.popup-box {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 15px;
}

/* ===== Popup Container ===== */
.popup-content {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  max-width: 820px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

/* ===== Close Button ===== */
.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  cursor: pointer;
  color: #777;
  transition: 0.2s ease;
}
.close-popup:hover { color: #000; }

/* ===== Left Section (Product) ===== */
.popup-left {
  flex: 1 1 48%;
  background: #f8f8f8;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid #eee;
}

.popup-product-img {
  max-width: 75%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.popup-info {
  width: 90%;
  text-align: left;
}

.popup-product-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  text-align: center;
}

.popup-specs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-specs li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #444;
}
.popup-specs strong {
  color: #000;
  font-weight: 600;
}

/* ===== Right Section (Form) ===== */
.popup-right {
  flex: 1 1 52%;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-right h4 {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #222;
  text-align: center;
}

/* ===== Forminator Form Cleanup ===== */
.popup-form-wrap .forminator-custom-form {
  margin-bottom: 0;
}
.popup-form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.popup-form-wrap input,
.popup-form-wrap select,
.popup-form-wrap textarea {
  border-radius: 6px !important;
  border: 1px solid #ccc !important;
  padding: 10px 12px !important;
  margin-bottom: 0 !important;
  font-size: 14px;
}
.popup-form-wrap button,
.popup-form-wrap input[type="submit"] {
  margin-top: 5px;
  width: 100%;
  background: #c99a2e !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.3s ease;
}
.popup-form-wrap button:hover,
.popup-form-wrap input[type="submit"]:hover {
  background: #b38827 !important;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .popup-content {
    flex-direction: column;
    max-height: 90vh;
    overflow-y: auto;
  }
  .popup-left, .popup-right {
    flex: 1 1 100%;
    border-right: none;
    padding: 25px;
  }
  .popup-product-img {
    max-width: 60%;
    margin-bottom: 10px;
  }
  .popup-right h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1025px) {
#banner h1{
    /* Your desktop-specific styles here */
    font-size: 60px;
  }
}
.acf-banner-img {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.acf-banner-img img {
  width: 100%;
  height: auto;           /* Auto height = keeps natural aspect ratio */
  display: block;         /* Removes bottom gap */
  object-fit: contain;    /* Ensures full image is visible, no crop */
}
.full-width-video iframe {
    width: 100% !important;
    height: 500px !important;
}
.sub-title-home {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 60px;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
    #about .about-text-area .right-content-area .about-content {
        width: 100%;
        text-align: left !important;
    }

    .logo-slider {
        overflow: hidden;
        width: 100%;
    }

    .logo-track {
        display: flex;
        width: max-content; /* Ensures logos stay in one long line */
        animation: scroll 35s linear infinite; /* Slowed down from 3s to 35s for smoothness */
    }

    .logo-item {
        width: 150px; /* Force a consistent width for mobile */
        flex-shrink: 0;
        padding: 0 15px;
    }
}

/* The Animation Logic */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Scrolls halfway through the duplicated list */
}
#products .products-content {
    width: 100%;
}
a.icon-arrow{
  display: none;
}
#products .card h3, #why-choose .content-area, #client-review .satisfied-customers {
        text-align: left !important;
    }
.cont-info{
    display: grid!important;
    text-align: center !important;
    justify-content: center !important;
}
#Footer .cont-info a {
    display: flex;
    align-content: start;
}
marquee img {
    max-width: max-content;        /* set width */
    height: auto;        /* maintain proportion */
    margin-right: 30px;  /* spacing if needed */
    object-fit: contain; /* optional */
}
#products .card h3{
  font-size:30px;
}
/* Fix footer order on desktop */
@media (min-width: 992px) {
    .copyright {
        display: flex;
        justify-content: space-between;
        align-items: center;
        order: 99;
        width: 100%;
        padding-top: 20px;
        margin-top: 30px;
        border-top: 1px solid #ddd;
        float: none !important;
    }

    .copyright .float-start,
    .copyright .float-end {
        float: none !important;
    }
    .cont-info {
        text-align: left !important;
        justify-content: start !important;
    }
}
.normal-text{
  padding-top:50px !important;
  padding-bottom:50px !important;
}
.gaps{
  padding-top:20px;
  padding-bottom: 20px;
}
.hero-banner.has-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   /* padding: 120px 0; */
    color: #fff;
}

.hero-banner.has-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55); /* overlay */
    z-index: 1;
}

.hero-banner.has-bg .container,
.hero-banner.has-bg .hero-content,
.hero-banner.has-bg .form-box {
    position: relative;
    z-index: 2; /* above overlay */
}
/* When background image exists */
.hero-banner.has-bg .hero-content h1,
.hero-banner.has-bg .hero-content h2,
.hero-banner.has-bg .hero-content h3,
.hero-banner.has-bg .hero-content h4,
.hero-banner.has-bg .hero-content p {
    color: #fff;
}
.hero-banner .form-box label {
    color: #000 !important;
}
@media (max-width: 768px) {
.hero-banner.has-bg .hero-content h1{
font-size: 40px;
}
    }
.new-margin{
  margin-top: -35px;
}
.top-space{
  padding-top:85px !important;
}
.normal-heading{
  font-size: 45px;
}
@media (max-width: 991px) {
    /* Force ALL sub-menus to be capable of showing */
    .navbar-nav .dropdown-menu, 
    .navbar-nav .sub-menu,
    .navbar-nav ul {
        position: static !important;
        float: none !important;
        display: none; /* We will trigger this with JS */
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        border: none !important;
        padding-left: 20px !important; /* Indent */
        margin: 0 !important;
        transform: none !important; /* Disable Bootstrap 5 3D transforms */
    }

    /* Show the menu when it has the .open-active class */
    .open-active {
        display: block !important;
    }

    /* Level 3 & 4 specific indenting */
    .open-active .open-active {
        background-color: rgba(0,0,0,0.02);
        padding-left: 30px !important;
    }
}
.content{
  padding-bottom: 40px !important;
}
.custom-specs-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    border: none;
    margin-bottom: 30px;
}

.custom-specs-table td {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    vertical-align: middle;
}

.custom-specs-table tr:last-child td {
    border-bottom: none;
}

/* The first column (Labels) */
.custom-specs-table .spec-label {
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    width: 25%;
}

/* All other columns (Values) */
.custom-specs-table .spec-value {
    padding-left: 30px;
}
.custom-specs-table td p {
    margin: 0 !important;
    padding: 0 !important;
    display: inline; /* Forces it to behave like plain text */
}

.custom-specs-table td {
    vertical-align: middle;
    padding: 15px 25px;
}
.product-card-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

.product-card-item {
    transition: transform 0.3s ease;
}

.product-card-item:hover {
    transform: translateY(-5px);
}

/* PRODUCT PAGES CSS */
/* Hero Section Background Gradient */
.custom-hero-section {
    padding: 40px 0;
    color: #4e4e4e ; /* White text for contrast */
}

/* Container for Forminator */
.hero-form-container {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
}

/* Force 2 Columns for Inputs */
.hero-form-container .forminator-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* Two equal columns */
    gap: 20px !important;
    margin-bottom: 20px;
}

/* Make full-width rows (like Message/Submit) span both columns */
.hero-form-container .forminator-col-12,
.hero-form-container .forminator-row:last-child {
    grid-column: span 2 !important;
}

/* 5. TIGHT ROW SPACING */
.hero-form-container .forminator-row {
    margin-bottom: 15px !important;
}
/* 1. Force the last row and its column to 100% width */
.hero-form-container .forminator-row.forminator-row-last,
.hero-form-container .forminator-row.forminator-row-last .forminator-col {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

/* 2. Style the button to fill the entire container */
.hero-form-container .forminator-button-submit {
    width: 100% !important;
    display: block !important;
    margin: 10px 0 0 0 !important; /* Top margin for spacing, 0 on sides */
    padding: 15px !important;
    box-sizing: border-box !important;
}

/* 3. Remove any internal field margins that might push the button right */
.hero-form-container .forminator-row-last .forminator-field {
    margin: 0 !important;
    padding: 0 !important;
}
/* Add gap to the right side of the image column */
.hero-left {
    padding-right: 20px !important; 
    text-align: center;/* Adjust this value for more or less gap */
}

/* Alternatively, add gap to the left side of the content column */
.hero-right {
    padding-left: 20px !important; 
    padding-top: 20px;
}

/* Ensure the row doesn't overflow because of the new padding */
.custom-hero-section .row {
    margin-right: -15px;
    margin-left: -15px;
}

.hero-img-full {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This makes the image fill the area without distortion */
    object-position: center;
    border-radius: 10px 0 0 10px; /* Optional: rounds only the left corners */
}

/* Ensure the row has no gap if you want the image to touch the very edge */
.custom-hero-section .row.align-items-center {
    display: flex;
    align-items: stretch; /* Changed from center to stretch for full height */
}

/* Responsive: Back to 1 column on mobile */
@media (max-width: 768px) {
    .hero-form-container .forminator-row {
        grid-template-columns: 1fr !important;
    }
    .hero-form-container .forminator-col-12 {
        grid-column: span 1 !important;
    }
}
.color-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #eee;
    transition: transform 0.2s, border-color 0.2s;
    margin: 0 auto;
}

.swatch-item.active .color-circle {
    border-color: #007bff; /* Highlight color */
    transform: scale(1.1);
}

.variant-image-wrapper img {
    max-height: 500px;
    transition: opacity 0.3s ease-in-out;
}

.variant-image-wrapper.loading img {
    opacity: 0.5;
}

/* .product-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
    height: 100%;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.product-img-box img {
    border-radius: 8px;
    height: 200px;
    object-fit: cover;
}
.product-title {
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
} */
/* Container spacing for arrows */
.swiper-outer-wrapper {
    position: relative;
    padding: 0 50px; /* Room for arrows on left and right */
}

/* Base Carousel Style */
.related-swiper {
    padding-bottom: 50px !important; /* Room for dots at bottom */
}

/* Arrow Customization */
.custom-nav {
    color: #0a82aa !important; /* Your Brand Color */
    top: 50% !important;
    transform: translateY(-100%);
    width: 40px !important;
    height: 40px !important;
}

/* Position Arrows Outside */
.swiper-button-prev.custom-nav {
    left: 0px !important;
}

.swiper-button-next.custom-nav {
    right: 0px !important;
}

/* Arrow Icon Size */
.custom-nav::after {
    font-size: 24px !important;
    font-weight: bold;
}

/* Pagination Dots Color */
.swiper-pagination-bullet {
    background: #ccc !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #0a82aa !important; /* Your Brand Color */
}

/* Product Card Styling (Visual Polish) */
.related-product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

.rel-img-box img {
    border-radius: 8px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.rel-product-title {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
}

.rel-view-link {
    color: #0a82aa;
    font-size: 0.85rem;
    font-weight: 600;
}
/* Styling for when links are disabled */
.product-no-link {
    cursor: default !important;
}

.product-no-link:hover .rel-product-title {
    color: inherit !important; /* Prevents title color change on hover */
}
/* Mobile Responsiveness for Arrows */
@media (max-width: 768px) {
    .swiper-outer-wrapper {
        padding: 0 10px; /* Bring arrows closer on small screens */
    }
    .custom-nav {
        display: none; /* Often best to hide arrows on mobile and rely on touch swiping */
    }
}

    /* Swiper Navigation Customization */
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 18px !important;
        font-weight: bold;
    }
    
    .swiper-pagination-bullet-active {
        background: #0a82aa !important;
    }
    .joints-technical-section {
        padding: 80px 0;
    }

    .joint-blueprint-card {
        background: #ffffff;
        border: 1px solid #eee;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
        position: relative;
        cursor: zoom-in; /* Indicates clickability */
    }

    .card-meta {
        padding: 12px 15px;
        display: flex;
        justify-content: space-between;
        background: #fafafa;
        border-bottom: 1px solid #eee;
        font-size: 11px;
        font-weight: 600;
        color: #888;
        letter-spacing: 0.5px;
    }

    .tech-badge { color: #0a82aa; }

    /* The Viewport Window */
    .joint-viewport {
        position: relative;
        height: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden; /* Clips the zoomed image */
        padding: 30px;
    }

    /* THE ZOOM IMAGE */
    .zoom-target {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: transform;
        transform: scale(1);
        z-index: 1;
    }

    /* THE ZOOMED STATE */
    .joint-blueprint-card.is-zoomed {
        border-color: #0a82aa;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        cursor: zoom-out;
    }

    .joint-blueprint-card.is-zoomed .zoom-target {
        transform: scale(2.2); /* Higher zoom level for click */
    }

    /* Overlay UI */
    .zoom-hint-overlay {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0, 123, 255, 0);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        z-index: 2;
        pointer-events: none; /* Allows click to pass through to card */
    }

    .joint-blueprint-card:hover .zoom-hint-overlay {
        background: rgba(0, 123, 255, 0.05);
    }

    .hint-content {
        text-align: center;
        color: #0a82aa;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }

    .joint-blueprint-card:hover .hint-content {
        opacity: 1;
        transform: translateY(0);
    }

    .hint-content i { font-size: 1.5rem; display: block; margin-bottom: 5px; }
    .hint-content span { font-size: 10px; font-weight: 700; letter-spacing: 1px; }

    /* Hide hint when zoomed */
    .joint-blueprint-card.is-zoomed .zoom-hint-overlay {
        display: none;
    }
    /* Table Section Styling */

.table-responsive {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.custom-data-table {
    width: 100%;
    max-width: 1000px;   /* Control table size */
    margin: 0 auto;      /* Center it */
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
    font-size: 15px;
    border-radius: 12px;
    overflow: hidden; /* IMPORTANT */
}

/* Header Styling */
.custom-data-table thead th {
    background-color: #2c80a8;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 18px 24px;
    border-bottom: 2px solid #edf2f7;
}

/* Body Styling */
.custom-data-table tbody td {
    padding: 16px 24px;
    color: #4a5568;
    border-bottom: 1px solid #5594d3;
    transition: background 0.2s ease;
}

/* Zebra Striping & Hover */
.custom-data-table tbody tr:nth-child(even) {
    background-color: #fcfcfc;
}

.custom-data-table tbody tr:hover td {
    background-color: #f0f7ff;
    color: #007bff;
}

/* Last Row Fix */
.custom-data-table tbody tr:last-child td {
    border-bottom: none;
}
/* Profile Drawing Section Styling */
.profile-drawing-section {

    padding: 80px 0;
}

.profile-description {
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Image Container Logic */
.profile-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-img-wrapper {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 8px;
    justify-content: center;
    width: 50%;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 auto;   /* THIS centers it */
}

.profile-img-wrapper:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: #0a82aa;
}

.profile-draw-img {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px; /* Space inside the border */
}

/* Ensure images in the same row stay aligned */
.profile-drawing-section .row.g-4 {
    display: flex;
    flex-wrap: wrap;
}

/* Zoom Icon Overlay */
.zoom-icon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 130, 170, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.profile-img-wrapper:hover .zoom-icon-overlay {
    opacity: 1;
}

.zoom-icon-overlay i {
    color: #0a82aa;
    font-size: 2rem;
}/* Section Styles */
.applications-section {
    padding: 80px 0;
}

/* Card Styles */
.app-card {
    background: #ffffff;
    border-radius: 15px;
    height: 100%; /* Ensures all cards in a row have equal size */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.app-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Image Wrapper */
.app-card-img {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.app-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Keeps image looking good regardless of original aspect ratio */
    transition: transform 0.5s ease;
}

.app-card:hover .app-card-img img {
    transform: scale(1.1);
}

/* Body Content */
.app-card-body {
    padding: 25px;
    text-align: center;
    flex-grow: 1; /* Ensures text area expands to fill card */
}

.app-card-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    font-size: 1.25rem;
}

.app-card-text {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Header Description width constraint */
.app-section-desc {
    font-size: 1.1rem;
    line-height: 1.6;
}
/* --- Product Page Tabs Custom Styling --- */

/* Basic container spacing */
.tabs-nav-section {
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
}

/* Tab link default state */
.tabs-nav-section .nav-tabs .nav-link {
    color: #0a82aa; /* Primary theme color */
    font-weight: 500;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out;
}
.nav-tabs{
border-bottom: none;
}
/* Hover state */
.tabs-nav-section .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    background-color: #f8f9fa;
}

/* Active tab state (matching your image) */
.tabs-nav-section .nav-tabs .nav-item.show .nav-link, 
.tabs-nav-section .nav-tabs .nav-link.active {
    color: #ffff !important; /* Darker text for active tab */
    background-color: #086a8a !important;
    border-color: #dee2e6 #dee2e6 #fff; /* Border on sides and top, white on bottom to merge */
    border-radius: 20px;
}
.product-heading{
    color:#333;
    font-weight: 700;
    text-align: center;
}
/* Optional: Center the tabs on mobile if needed */
@media (max-width: 768px) {
    .tabs-nav-section .nav-tabs {
        flex-direction: column;
        text-align: center;
    }
}
/* --- Tabs Navigation Styling --- */
.tabs-nav-section .nav-tabs {
    /* border-bottom: 2px solid #dee2e6; */
}

.tabs-nav-section .nav-tabs .nav-link {
    color: #0a82aa;
    font-weight: 600;
    border: none;
    padding: 12px 25px;
    background: transparent;
    transition: color 0.3s ease;
}

/* Active tab style matching your image */
.tabs-nav-section .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #086a8a !important;
    border: 1px solid #dee2e6 !important;
    /* border-bottom-color: #fff !important; Merges with the line below */
}

.tabs-nav-section .nav-tabs .nav-link:hover {
    color: #086a8a;
}

/* --- Features Section Styling --- */
/* --- Features Section Main Container --- */
.features-section {
    padding: 80px 0;
}

/* --- Feature Card Styling --- */
.feature-item-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgb(0 0 0 / 69%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Hover Effect: Lift and Shadow */
.feature-item-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(10, 130, 170, 0.1);
    border-color: rgba(10, 130, 170, 0.2);
}

/* --- Icon Container Styling --- */
.feature-icon-box {
    width: 80px;
    height: 80px;
    /* background-color: rgba(10, 130, 170, 0.08);  */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: background-color 0.3s ease;
}

/* .feature-item-card:hover .feature-icon-box {
    background-color: #0a82aa; 
} */

.feature-icon-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

/* .feature-item-card:hover .feature-icon-box img {
    filter: brightness(0) invert(1); 
} */

/* --- Text Styling --- */
.feature-item-card h5 {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.feature-item-card:hover h5 {
    color: #0a82aa; /* Heading changes to your primary color on hover */
}

.feature-item-card .small {
    color: #6c757d;
    line-height: 1.6;
    font-size: 0.95rem;
}
/* 1. HIDE ON DESKTOP, SHOW ON MOBILE */
@media (min-width: 992px) {
    .hero-quote-btn-wrapper, 
    .custom-modal-overlay {
        display: none !important;
    }
}

/* 2. BUTTON STYLING */
.hero-quote-btn-wrapper {
    margin: 20px 0;
    text-align: center;
}

.quote-trigger-btn {
    background: #2c80a8;
    color: #fff;
    width: 100%; /* Full width on mobile */
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(44, 128, 168, 0.3);
}

/* 3. MODAL OVERLAY (Mobile Optimized) */
.custom-modal-overlay {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Toggle Class for JS */
.custom-modal-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

/* 4. MODAL BOX (Mobile Optimized) */
.custom-modal-content {
    background: #fff;
    width: 90%;
    max-height: 85vh; /* Prevents box from being taller than screen */
    overflow-y: auto; /* Allows scrolling inside form if long */
    padding: 30px 20px;
    border-radius: 15px;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.custom-modal-overlay.is-active .custom-modal-content {
    transform: translateY(0);
}

/* Close Button */
.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 35px;
    color: #333;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
}
.certified-quality-section {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax effect */
    color: #ffffff;
    display: flex;
    align-items: center;
    min-height: 400px;
}

.cq-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.cq-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #f1f1f1;
}

/* Button Container */
.cq-btn-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Shared Button Styles */
.cq-btn {
    padding: 12px 30px;
    border-radius: 50px; /* Pill shape like your screenshot */
    font-weight: 600;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    border: 2px solid #fff;
}

/* Specific Button Styles */
.cq-btn-popup {
    background: #fff;
    color: #333 !important;
}

.cq-btn-popup:hover {
    background: transparent;
    color: #fff !important;
}

.cq-btn-scroll {
    background: transparent;
    color: #fff !important;
}

.cq-btn-scroll:hover {
    background: #fff;
    color: #333 !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .cq-title { font-size: 2.2rem; }
    .cq-btn { width: 100%; justify-content: center; }
}
/* Ensure the overlay is ready to be shown */
.cq-modal-overlay {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    display: none; /* JS will change this to 'flex' */
    align-items: center;
    justify-content: center;
}

/* Modal Content Box */
.cq-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 95%;
    max-width: 500px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.cq-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 35px;
    cursor: pointer;
    color: #333;
    line-height: 1;
}
/* Styling for the Heading inside the Popup */
.modal-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #002b5c; /* Matching your blue brand color */
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 15px;
}

/* Ensure Forminator doesn't overlap the heading */
.cq-modal-body {
    padding-top: 10px;
}
/* 1. Fix the Overlapping Dots */
.swiper-outer-wrapper {
    padding-bottom: 50px; /* Creates dedicated space for the dots */
}

.acc-pagination {
    bottom: 0px !important; /* Positions dots in the padding area */
}

/* 2. Fix Image Overlap & Sizing */
.acc-img-box {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.acc-img-box img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

/* 3. Fix the "p tag" style if it still looks weird */
.section-desc p {
    margin-bottom: 0;
    display: inline-block; /* Helps clean up stray formatting */
}
.acf-timeline-wrapper {
    position: relative;
}

.acf-timeline-line,
.acf-timeline-line-progress {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    transform: translateX(-50%);
    z-index: 1;
}

.acf-timeline-line {
    height: 100%;
    background: #eee;
}

.acf-timeline-line-progress {
    height: 0;
    background: #076A8A;
}

.acf-timeline-item {
    display: grid;
    grid-template-columns: 42% 16% 42%;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
}

.acf-timeline-item.left {
    grid-template-areas: "content center image";
}

.acf-timeline-item.right {
    grid-template-areas: "image center content";
}

.acf-timeline-content {
    grid-area: content;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    z-index: 2;
}

.acf-timeline-image {
    grid-area: image;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.acf-timeline-image img {
    max-width: 340px;
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* CENTER ICON */
.acf-timeline-icon {
    grid-column: 2;
    justify-self: center;
    position: relative;
    z-index: 3;
}
/* CENTER ICON (CRITICAL FIX) */
.acf-timeline-icon {
    grid-area: center;          /* ✅ REQUIRED */
    justify-self: center;
    z-index: 3;
}

.acf-timeline-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background: #fff;
    padding: 12px;
    border-radius: 50%;
    border: 3px solid #eee;
    transition: all 0.3s ease;
}

/* When active */
.acf-timeline-icon.active img {
    border-color: #076A8A;
    box-shadow: 0 10px 30px rgba(241,90,41,0.25);
}

.acf-timeline-image img:hover {
    transform: translateY(-4px);
}

.acf-timeline-year {
    color: #076A8A;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

/* Mobile */
@media (max-width: 768px) {

    .acf-timeline-line,
    .acf-timeline-line-progress {
        left: 24px;
    }

    .acf-timeline-item {
        grid-template-columns: 1fr;
        padding-left: 60px;
        margin-bottom: 70px;
    }

    .acf-timeline-item.left,
    .acf-timeline-item.right {
        grid-template-areas:
            "content"
            "image";
    }

    .acf-timeline-content,
    .acf-timeline-image {
        width: 100%;
    }
}
.why-card {
    background: #eaf6ff;
    border-radius: 16px;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(10,130,170,0.08);
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(10,130,170,0.15);
}

.why-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.why-text p {
    margin-bottom: 10px;
    font-weight: 800 !important;
}
.why-text span {
    font-weight: 800 !important;
}

.why-text ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.why-text li {
    font-size: 14px;
    color: #555;
}

.why-bottom-text p {
    margin-bottom: 10px;
    color: #666;
}
.how-section {
    background: #ffffff;
}

.how-heading {
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.how-card {
    border-radius: 18px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}

.how-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.how-icon img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.how-text p {
    margin-bottom: 10px;
    font-size: 15px;
}

.how-text ul {
    padding-left: 18px;
    margin-bottom: 0;
}

/* ===============================
   BACKGROUND COLOR CLASSES
   Use these in ACF "class" field
   =============================== */

.bg-soft-blue {
    background: #bfe4ff;
}

.bg-soft-green {
    background: #eafaf1;
}

.bg-soft-orange {
    background: #fff4e6;
}

.bg-soft-purple {
    background: #f4f0ff;
}

.bg-soft-gray {
    background: #f5f5f5;
}

/* Optional text colors for contrast */
.bg-soft-blue,
.bg-soft-green,
.bg-soft-orange,
.bg-soft-purple {
    border: 1px solid rgba(0,0,0,0.04);
}
.table-description{
    text-align: center;
}
.advantages-subheading {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
}

.advantages-description p {
    margin-bottom: 15px;
    line-height: 1.7;
}
.advantages-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.advantages-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000; /*#032038*/
    z-index: 1;
}

.advantages-section .container {
    position: relative;
    z-index: 2;
}

.why-subheading {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
}

.why-description p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.why-image {
    max-width: 100%;
    border-radius: 10px;
}
.why-card {
    background: #f3f7fb;
    border-radius: 16px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.why-icon img {
    max-height: 60px;
    object-fit: contain;
}

.why-text {
    margin-top: 10px;
    flex-grow: 1;   /* THIS MAKES TEXT AREA BALANCE HEIGHT */
    display: flex;
    align-items: center;   /* vertical center */
    justify-content: center;
}
.custom-data-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; /* keeps structure intact */
}

.custom-data-table th,
.custom-data-table td {
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 14px;
}

.custom-data-table th {
    background: #f8f9fa;
    font-weight: 600;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Better mobile padding */
@media (max-width: 768px) {

    .custom-data-table th,
    .custom-data-table td {
        padding: 10px;
        font-size: 13px;
    }
}
.faq-padding{
    padding-top:30px;
}
.seo-hidden-img {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.few-products .swiper-wrapper {
    justify-content: center;
}