@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

* {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.row>*:first-child {
    padding-left: 0px;
}

.row>*:last-child {
    padding-right: 0px;
}

body.modal-open {
    padding: 0px !important;
}

/* --------- COMMON COMPONENT START --------- */
.round-cst-btn {
    padding: 20px 25px;
    border-radius: 100px;
    background-color: #00a8ff;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    border: none;
    display: inline-block;
}

.small-round-cst-btn {
    padding: 0px 30px;
    border-radius: 12px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
}

.common-head-title {
    color: #3A3A3A;
    font-family: 'Poppins';
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px;
}

.common-head-small-title {
    color: #000;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}

.common-head-title span {
    color: #00a8ff;
}

.common-paragraph {
    color: #3A3A3A;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0px;
}

.common-bold-title {
    color: #000;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}

.common-bold-title-2 {
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}

.common-bold-title-3 {
    color: #000;
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.img-round {
    border-radius: 25px;
}

main {
    position: relative;
    height: 400px;
    overflow: hidden;
}

main img {
    object-fit: cover;
}

main .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: translateX(-50%);
}

main .banner-content .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff !important;
    font-size: 20px;
}

main .banner-content ol.breadcrumb {
    justify-content: center;
}

main .banner-content ol li {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff !important;
}

main .banner-content ol li a {
    text-decoration: none;
    color: #ffffff;
}

main .banner-content .common-head-title {
    text-align: center;
}

.owl-prev {
    height: 35px;
    width: 35px;
    border: none;
    background-color: transparent;
    position: relative;
}

.owl-prev:hover::before {
    content: url(../images/owl-prev-hover-icon.svg);
}

.owl-prev::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: url(../images/owl-prev-icon.svg);
}

.owl-prev span {
    display: none;
}

.owl-next span {
    display: none;
}

.owl-next {
    height: 35px;
    width: 35px;
    border: none;
    background-color: transparent;
    position: relative;
}

.owl-next:hover::after {
    content: url(../images/owl-next-hover-icon.svg);
}

.owl-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: url(../images/owl-next-icon.svg);
}

form label {
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

input {
    padding: 10px 18px;
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 12px;
    border: 1px solid #CCC;
    background: #F6F5F5;
    width: 100%;
    height: 60px;
}

input::placeholder {
    color: #A4A4A4;
}

input:focus {
    border: 1px solid #00a8ff;
    outline: none;
}

input:focus-visible {
    border: 1px solid #00a8ff;
    outline: none;
}

textarea {
    padding: 10px 18px !important;
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 12px;
    border: 1px solid #CCC;
    background: #F6F5F5;
    width: 100%;
    height: 100px;
    resize: none;
}

textarea:focus {
    border: 1px solid #00a8ff;
    outline: none;
}

textarea:focus-visible {
    border: 1px solid #00a8ff;
    outline: none;
}

textarea::placeholder {
    color: #A4A4A4;
}

select {
    padding: 10px 18px !important;
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 12px;
    border: 1px solid #CCC;
    background: #F6F5F5;
    width: 100%;
    height: 60px;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: window;
    position: relative;
    background-image: url("../images/select-dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
}

select:focus {
    border: 1px solid #00a8ff;
    outline: none;
}

select:focus-visible {
    border: 1px solid #00a8ff;
    outline: none;
}

select option {
    padding: 30px;
}

.navbar .offcanvas {
    --bs-offcanvas-width: 320px;
}

.form-handle {
    position: relative;
}

.form-handle.success input {
    border-color: #2ecc71;
}

.form-handle.success textarea {
    border-color: #2ecc71;
}

.form-handle.error input {
    border-color: #e74c3c;
}

.form-handle.error textarea {
    border-color: #e74c3c;
}

.form-handle i {
    visibility: hidden;
    position: absolute;
    top: 60px;
    right: 10px;
}

.form-handle.success i.fa-check-circle {
    color: #2ecc71;
    visibility: visible;
}

.form-handle.error i.fa-exclamation-circle {
    color: #e74c3c;
    visibility: visible;
}

.form-handle small {
    color: #e74c3c;
    position: absolute;
    bottom: -22px;
    left: 0;
    visibility: hidden;
}

.form-handle.error small {
    visibility: visible;
}

.toast-header {
    background-color: #00A8FF;
}

.toast-header strong {
    color: #ffffff;
}

.toast-body {
    background-color: #ffffff;
}

/* --------- COMMON COMPONENT START --------- */

/* --------- HEADER START --------- */
header {
    position: fixed;
    top: 0;
    left: 9%;
    z-index: 99;
    width: 80%;
    transition: 1s;
}

header.cst-fixed {
    transition: 1s;
    opacity: 0;
    visibility: hidden;
    display: none;
}

header .head-top {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .head-top .hstack .head-top-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

header .head-top .hstack .head-top-link span {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    line-height: 13px;
}

header nav.navbar .mobile-logo {
    display: none;
}

header nav.navbar {
    border-radius: 70px;
    background-color: #ffffff;
    padding: 10px 15px;
}

header nav.navbar .navbar-brand {
    padding: 0px;
}

header nav.navbar .navbar-brand img {
    height: 60px !important;
}

header .navbar-nav {
    align-items: center;
}

header .navbar-nav a.nav-link {
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 13px 25px !important;
}

header .navbar-nav a.nav-link:hover {
    color: #00A8FF !important;
}

header .navbar-nav .nav-link.round-cst-btn:hover {
    color: #fff !important;
}

header .navbar>.container-fluid {
    padding: 0px;
}

.navbar-nav .nav-link.active {
    color: #00a8ff !important;
}

/* --------- HEADER END --------- */

/* --------- SLIDER SECTION START --------- */
.home-slider-section {
    position: relative;
}

.home-slider-section .carousel-item {
    position: relative;
}

.home-slider-section .carousel {
    height: 800px;
    z-index: 10;
}

.home-slider-section .carousel .carousel-inner {
    height: 100%;
}

.home-slider-section .carousel .carousel-inner .carousel-item {
    height: 100%;
}

.home-slider-section .carousel .carousel-caption {
    bottom: unset;
    top: 30%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}

.home-slider-section .carousel .carousel-caption .carousel-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 80px;
}

.home-slider-section .carousel .carousel-caption .common-head-title {
    color: #fff;
}

.home-slider-section .carousel .carousel-caption .common-head-title span {
    color: #93D5FA;
}

.home-slider-section .carousel .carousel-caption p {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
    margin-bottom: 0px;
    display: none;
}

.home-slider-section .carousel-caption .valve-imgs {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 10;
    list-style: none;
    margin-bottom: 0px;
}

.home-slider-section .carousel-caption .valve-imgs img {
    max-width: 100%;
}

.home-slider-section .carousel .carousel-control-next-icon,
.home-slider-section .carousel .carousel-control-prev-icon {
    border-radius: 50%;
    border: 1px solid white;
    padding: 5px;
    width: 56px;
    height: 56px;
    background-size: 70% 70%;
}

.home-slider-section .carousel .carousel-control-next-icon {
    background-image: url(../images/carousel-control-next-icon.svg);
}

.home-slider-section .carousel .carousel-control-prev-icon {
    background-image: url(../images/carousel-control-previous-icon.svg);
}

.home-slider-section .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    h1 {
        font-size: 24px;
    }
}

/* --------- SLIDER SECTION END --------- */

/* --------- VALVE PRODUCT CAROUSEL START --------- */
.valls-carousel {
    padding-block: 120px;
}

.valls-carousel ul.nav {
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    background-color: #254D89;
    align-items: center;
    border-radius: 12px;
    overflow-x: scroll;
    justify-content: space-between;
}

.valls-carousel ul.nav::-webkit-scrollbar {
    height: 0px;
}

.valls-carousel ul.nav .vr {
    width: 5px;
    background-color: #fff;
    opacity: 1;
    flex: 1 0 5px;
}

.valls-carousel ul.nav .nav-link {
    background-color: transparent;
    color: #FFF;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    opacity: 0.6;
    padding: 20px 20px;
    border-radius: 0px;
}

.valls-carousel ul.nav .nav-link.active {
    opacity: 1;
}

.valls-carousel .product-carousel {
    margin-top: 50px;
}

.valls-carousel .product-card {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    background: #fff;
    overflow: hidden;
    height: 98%;
    width: 100%;
    display: inline-block;
    transition: all 0.2s;
    text-decoration: none;
}

.valls-carousel .product-card .product-img {
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    position: relative;
    padding: 25px;
}

.valls-carousel .product-card .product-img img {
    transition: all 0.2s;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.valls-carousel .product-card h4.common-bold-title {
    font-size: 16px;
    line-height: 28px;
    padding: 14px;
    opacity: 1;
    /* position: absolute;
    bottom: 0px; */
    width: 100%;
    transition: 0.5s all;
    background-color: #ffffffd2;
}

.valls-carousel .product-carousel .owl-stage {
    display: flex;
}

.valls-carousel .product-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.valls-carousel .product-card:hover .product-img img {
    transform: scale(1.05);
    mix-blend-mode: multiply;
}

.valls-carousel .product-card:hover h4 {
    opacity: 1;
}

.valls-carousel-2 {
    padding-block: 120px;
}

.valls-carousel-2 .valls-slider .owl-stage {
    display: flex;
    align-items: center;
    /* gap: 30px; */
}

.valls-carousel-2 .valls-slider .owl-item {
    background-color: #f8f8f8;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    height: 100px !important;
    width: 100px !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;
}

.valls-carousel-2 .valls-slider .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

/* --------- VALVE PRODUCT CAROUSEL END --------- */

/* --------- HOME SECTION-1 START --------- */
.home-section-1 {
    background-image: url(../images/service-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 100px 0px;
    position: relative;
    z-index: 19;
}

.home-section-1 .container {
    z-index: 19;
}

.home-section-1 .top-section {
    margin-bottom: 100px;
    margin-top: 50px;
}

.home-section-1 .home-section-1-bg-wall-1 {
    position: absolute;
    top: 23%;
}

.home-section-1 .home-section-1-bg-wall-2 {
    position: absolute;
    top: 38%;
    right: 0;
}

.home-section-1 .img-round {
    border-radius: 25px;
    /* height: 400px; */
    width: 100%;
}

/* --------- HOME SECTION-1 END --------- */

/* --------- HOME SECTION-2 START --------- */
.home-section-2 {
    background-image: url(../images/about-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
}

/* --------- HOME SECTION-2 END --------- */

/* --------- HOME SECTION-3 START --------- */
.home-section-3 {
    margin: 100px 0px;
    position: relative;
}

.home-section-3 .home-section-3-bg-wall-1 {
    position: absolute;
    top: 22%;
}

.home-section-3 .row>div:last-child {
    margin-top: 0px;
}

/* --------- HOME SECTION-3 END --------- */

/* --------- HOME SECTION-4 START --------- */
.home-section-4 {
    padding: 100px 0px 100px 100px;
    background-color: #EDF9FF;
    overflow: hidden;
}

.home-section-4 .row {
    flex-wrap: nowrap;
}

.home-section-4 .pdf-carousel .owl-stage {
    align-items: stretch;
    display: flex;
}

.home-section-4 .pdf-carousel .item {
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    padding: 30px;
    height: 100%;
}

.home-section-4 .pdf-carousel .item h5 {
    color: #000;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin: 0px;
    text-align: center;
}

.home-section-4 .pdf-carousel .item a {
    color: #00A8FF;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 11px;
    margin-top: auto;
}

.home-section-4 .pdf-carousel .item img {
    width: 115px;
}

/* --------- HOME SECTION-4 END --------- */

/* --------- HOME SECTION-5 START --------- */
.home-section-5 {
    padding: 100px 0px;
    position: relative;
}

.home-section-5 .blog-img {
    background-color: #EEF3F6;
    width: 63px;
    height: 63px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-section-5 .blog-img img {
    height: 32px;
    width: 32px;
}

.home-section-5 .row.blog-details {
    gap: 50px;
    margin-top: 60px;
    justify-content: space-between;
}

.home-section-5 .row.blog-details .blog-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px;
}

.home-section-5 .row .vr {
    padding: 0px;
    margin: 50px 0px;
}

.home-section-5 .home-section-5-bg-wall-1 {
    position: absolute;
    top: 13%;
    right: 0;
}

/* --------- HOME SECTION-5 END --------- */

/* --------- HOME SECTION-6 START --------- */
/* .home-section-6 {
    padding: 100px 0px 150px 0px;
    position: relative;
    background-color: #F8F8F8;
}

.home-section-6 .testimonial-carousel {
    gap: 30px;
    margin-top: 60px;
}

.home-section-6 .testimonial-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.home-section-6 .testimonial-carousel .testimonial-card {
    border-radius: 25px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    z-index: 1;
    height: 100%;
}

.home-section-6 .testimonial-carousel .owl-item img {
    width: unset;
}

.home-section-6 .testimonial-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.home-section-6 .home-section-6-bg-wall-1 {
    position: absolute;
    top: 13%;
    left: 0;
} */

.home-section-6 {
    padding: 90px 0px 230px;
    background-color: #F6F5F5;
    position: relative;
}

.home-section-6 .client-brand {
    margin-top: 50px;
    display: flex;
    align-items: center;
    /* position: relative; */
}

.home-section-6 .client-brand .owl-stage-outer {
    margin: 0px 50px;
}

.home-section-6 .client-brand .owl-stage {
    display: flex;
    align-items: center;
}

.home-section-6 .client-brand .owl-stage img {
    aspect-ratio: 3/2;
    object-fit: contain;
}

.home-section-6 .client-brand .client-brand-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #DEDDDD;
}

.home-section-6 .home-section-6-bg-wall-1 {
    position: absolute;
    top: 13%;
    left: 0;
}

.home-section-6 .home-section-6-bg-wall-1 {
    position: absolute;
    top: 13%;
    left: 0;
}

/* --------- HOME SECTION-6 END --------- */

/* FOOTER START */
footer {
    position: relative;
    margin-top: -100px;
    padding: 150px 0px 0px 0px;
    background-image: url(../images/footer-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

footer .product-details {
    margin-top: 30px;
    gap: 50px;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .product-details .vr {
    padding: 0px;
    margin: 0px 0px;
    background-color: #615F5F;
}

footer .product-details .product-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    margin-top: 0px;
}

footer .product-details .product-list a {
    text-decoration: none;
    line-height: 25px;
    font-size: 14px;
    opacity: 0.3;
    transition: 0.2s;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    transition: 0.5s all;
}

footer .product-details .product-list a:hover {
    opacity: 0.8;
}

footer .product-details .product-list a img {
    transition: 0.5s all;
}

footer .product-details .product-list a:hover img {
    transform: translatex(10px);
}

footer hr {
    border: 2px solid #00A8FF;
    opacity: 1;
    color: #00A8FF;
    margin: 50px 0px;
}

footer .footer-details {
    /* gap: 40px; */
    justify-content: space-between;
}

footer .footer-details.row>* {
    padding: 0px 20px;
}

footer .footer-details .footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

footer .footer-details .footer-content a {
    text-decoration: none;
}

footer .footer-details .footer-content .common-paragraph {
    opacity: 0.6;
}

footer .footer-details .footer-content .common-paragraph:hover {
    opacity: 1;
}

footer .footer-details .footer-content p.common-paragraph:hover {
    opacity: 0.6;
}

footer .footer-details .footer-content .common-paragraph span {
    opacity: 0.6;
}

footer .footer-details .footer-content .common-paragraph:hover span {
    opacity: 1;
}

footer .footer-details .footer-content .service-24-7 {
    color: #00A8FF;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    opacity: 0.6;
}

footer .footer-details .footer-content .footer-social-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    opacity: 0.6;
}

footer .footer-details .footer-content .footer-social-link img {
    flex: 0 0 30px;
    height: 22px;
}

footer .footer-details .footer-content .footer-social-link:hover {
    opacity: 1;
}

footer .footer-details .footer-content .footer-social-link span {
    opacity: 1;
}

footer .footer-copyright {
    background-color: #F4F4F4;
    margin-top: 50px;
}

footer .footer-copyright .container {
    gap: 10px;
    padding: 28px 0px;
}

footer .footer-copyright .row {
    margin: 0px;
}

/* FOOTER END */


/* ================= ABOUT-US PAGE START ================= */

/* --------- ABOUT-US SECTION 1 START --------- */
.about-section-1 {
    padding: 100px 0px;
    position: relative;
}

.about-section-1 .about-valls {
    position: absolute;
    bottom: -40%;
    right: 0;
}

/* --------- ABOUT-US SECTION 1 END --------- */

/* --------- ABOUT-US SECTION 3 START --------- */
.about-section-3 {
    margin: 100px 0px;
}

/* --------- ABOUT-US SECTION 3 END --------- */

/* --------- ABOUT-US SECTION 4 START --------- */
.about-section-4 {
    padding: 50px 0px 60px;
    background-color: #F6F5F5;
}

.about-section-4 .client-brand {
    margin-top: 50px;
    display: flex;
    align-items: center;
    /* position: relative; */
}

.about-section-4 .client-brand .owl-stage-outer {
    margin: 0px 50px;
}

.about-section-4 .client-brand .owl-stage {
    display: flex;
    align-items: center;
}

.about-section-4 .client-brand .owl-stage img {
    aspect-ratio: 3/2;
    object-fit: contain;
}

.about-section-4 .client-brand .client-brand-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #DEDDDD;
}

/* --------- ABOUT-US SECTION 4 END --------- */

/* --------- ABOUT-US SECTION 5 START --------- */
.about-section-5 {
    padding: 0px 0px 100px;
}

.about-section-5 .our-team {
    margin-top: 50px;
}

.about-section-5 .our-team .owl-stage {
    display: flex;
}

.about-section-5 .our-team>div {
    padding: 0px 10px !important;
    margin-top: 20px;
}

.about-section-5 .our-team .team-box {
    background-color: #faf8f8;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    padding: 30px 30px;
    height: 100%;
}

.about-section-5 .our-team .team-box ul {
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-section-5 .our-team .team-box .team-img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 1px solid #ddd;
}

.about-section-5 .our-team .team-box .common-bold-title {
    color: #254d89;
    margin-bottom: 10px;
}

.about-section-5 .our-team .team-box .common-paragraph {
    color: #000;
}

.about-section-5 .our-team .team-box .common-paragraph.team-detail-para {
    text-align: justify;
    margin-top: 10px;
    color: #3A3A3A;
    text-transform: lowercase;
}

/* --------- ABOUT-US SECTION 5 END --------- */

/* --------- ABOUT-US SECTION 6 START --------- */
.about-section-6 {
    padding: 50px 0px;
    background-image: url(../images/card-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-section-6 .card-content {
    margin-top: 50px;
    padding-left: 0px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    align-items: center;
    gap: 25px;
}

.about-section-6 .card-content li {
    background-color: #ffffff;
    padding: 20px 18px 0px 18px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.about-section-6 .card-content li h5 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin: auto 0px;
    padding: 10px 0px;
}

/* --------- ABOUT-US SECTION 6 END --------- */

/* --------- ABOUT-US SECTION 7 START --------- */
.about-section-7 {
    padding: 100px 0px;

}

.about-section-7 .card-content {
    margin-top: 50px;
    padding-left: 0px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 25px;
}

.about-section-7 .card-content li {
    background-color: #ffffff;
    padding: 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #CBC5C5;
}

.about-section-7 .card-content li .number-badge {
    border-radius: 50%;
    height: 53px;
    width: 53px;
    background-color: #DFF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3A3A3A;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 2px;
    flex: 0 0 auto;
}

/* --------- ABOUT-US SECTION 7 END --------- */

/* --------- ABOUT-US SECTION 8 START --------- */
.about-section-8 {
    padding: 60px;
    background-color: #EDF9FF;
    border-radius: 25px;
    margin-bottom: 100px;
}

.about-section-8 .our-client {
    margin-top: 50px;
}

.about-section-8 .our-client .row {
    gap: 30px;
    margin: 0px;
}

.about-section-8 .our-client .row>* {
    height: 100%;
}

.about-section-8 .our-client .row .out-client-details {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.about-section-8 .our-client .out-client-details h5.common-bold-title {
    color: #254d89;
    margin-top: 15px;
}

.about-section-8 .our-client .out-client-details .nav-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
}

.about-section-8 .our-client .owl-item .col-auto {
    border-radius: 25px;
    overflow: hidden;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section-8 .our-client .owl-item img {
    mix-blend-mode: multiply;
    border-radius: 25px;
}

/* --------- ABOUT-US SECTION 8 END --------- */

/* --------- ABOUT-US SECTION 9 START --------- */

.about-section-9 .certicate-caroucel {
    margin-top: 50px;
}

.about-section-9 .certificate-nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;
    gap: 30px;
}

/* --------- ABOUT-US SECTION 9 END --------- */

/* --------- ABOUT-US SECTION 10 START --------- */

.about-section-10 {
    margin: 50px 0px 150px 0px;
    border-radius: 25px;
    background: linear-gradient(92deg, #00A8FF 0.24%, #74CDFB 91.89%);
    padding: 60px;
}

.about-section-10 .row {
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.about-section-10 .round-cst-btn {
    background-color: #fff !important;
    color: #000 !important;
}

.about-section-10 .row h3.common-head-title span {
    color: #FFE1B4;
}


/* --------- ABOUT-US SECTION 10 END --------- */


/* ================= ABOUT-US PAGE END ================= */

/* ================= MODAL PAGE START================= */
/* SEND INQUARY MODAL */

.inquirymodal .modal-dialog {
    max-width: 50%;
}

.inquirymodal.inquiryproductmodal .modal-dialog {
    max-width: 30%;
}

.inquirymodal .modal-content {
    border-radius: 25px;
    background: #FFF;
}

.inquirymodal .modal-content .modal-title {
    color: #000;
    font-family: 'Poppins';
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.inquirymodal .modal-content .modal-btn {
    background-color: transparent;
    border: none;
}

.inquirymodal .modal-content .modal-header {
    padding: 30px 50px 20px;
}

.inquirymodal .modal-content .modal-body {
    padding: 30px 50px;
}

.inquirymodal .modal-content .modal-footer {
    padding: 20px 50px 30px;
}

.inquirymodal .modal-content .modal-body .form-heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}

.inquirymodal .modal-content .modal-body .form-heading h3.common-bold-title {
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
}

.inquirymodal .modal-content .modal-body .form-heading span {
    color: #254D89;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.inquirymodal .modal-content .modal-body .row {
    gap: 30px;
    margin: 0px;
}

.inquirymodal .modal-content .modal-body .row>* {
    padding: 0px;
}

/* SEND INQUARY MODAL */
/* ================= MODAL PAGE END ================= */

/* ================= PRODUCT PAGE START ================= */
/* PRODUCTS SECTION-1 START */
.product-section-1 {
    margin: 100px 0px;
}

.product-section-1 .product-container {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.product-section-1 .product-card {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    background: #fff;
    overflow: hidden;
    height: 100%;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block;
}

.product-section-1 .product-card .product-img {
    background-color: #F4F4F4;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.product-section-1 .product-card .product-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all 0.2s;
    mix-blend-mode: multiply;
}

.product-section-1 .product-card h3.common-bold-title {
    font-size: 16px;
    line-height: 28px;
    margin: 14px;
}

.product-section-1 .product-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.product-section-1 .product-card:hover .product-img img {
    transform: scale(1.05);
}

/* PRODUCTS SECTION-1 END */


/* PRODUCTS SECTION-2 START */
.product-section-2 {
    border-radius: 25px;
    background: linear-gradient(92deg, #00A8FF 0.24%, #74CDFB 91.89%);
    padding: 60px;
}

.product-section-2.cst-mg {
    margin-bottom: 150px;
}

.product-section-2 .row {
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.product-section-2 .round-cst-btn {
    background-color: #fff !important;
    color: #000 !important;
}

.product-section-2 .row h3.common-head-title span {
    color: #FFE1B4;
}

.product-section-2 .row p.common-paragraph {
    text-align: justify;
    margin-top: 10px;
}

/* PRODUCTS SECTION-2 END */

/* PRODUCTS SECTION-3 START */

.product-section-3 {
    margin: 100px 0px 150px 0px;
    position: relative;
    overflow: hidden;
}

.product-section-3-bg-1 {
    position: absolute;
    right: -100px;
    bottom: -100px;
}

.product-section-3 .product-head {
    align-items: flex-end;
}

.product-section-3 .product-carousel {
    margin-top: 50px;
}

.product-section-3 .product-card {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    background: #fff;
    overflow: hidden;
    height: 98%;
    width: 100%;
    display: inline-block;
    transition: all 0.2s;
    text-decoration: none;
}

.product-section-3 .product-card .product-img {
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    padding: 25px;
}

.product-section-3 .product-card .product-img img {
    max-height: 200px;
    transition: all 0.2s;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-section-3 .product-card h3.common-bold-title {
    font-size: 16px;
    line-height: 28px;
    margin: 14px;
}

.product-section-3 .product-nav-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.product-section-3 .product-carousel .owl-stage {
    display: flex;
}

.product-section-3 .product-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.product-section-3 .product-card:hover .product-img img {
    transform: scale(1.05);
}

/* PRODUCTS SECTION-3 END */

/* ================= PRODUCT PAGE END ================= */

/* ================= PRODUCT DETAIL PAGE START ================= */
/* PRODUCTS DETAILS SECTION-1 START */
.product-details-section-1 {
    margin: 100px 0px;
    position: relative;
}

.product-details-section-1 .product-details-section-1-bg-1 {
    position: absolute;
    right: 0px;
    top: 37px;
}

.product-details-section-1 .product-details-section-1-bg-1 img {
    width: 300px;
    height: 305px;
}

.product-details-section-1 .product-details-section-1-bg-2 {
    position: absolute;
    left: -30px;
    bottom: 100px;
}

.product-details-section-1 .product-details-section-1-bg-2 img {
    width: 250px;
}

.product-details-section-1 h2.common-bold-title {
    font-size: 25px;
    width: 50%;
    color: #254D89 !important;
}

.product-details-section-1 .inquiry-cst-btn {
    background-color: #00A8FF;
}

.product-details-section-1 .download-cst-btn {
    background-color: #254D89;
}

.product-details-section-1 .product-details-container {
    margin-top: 50px;
}

.product-details-section-1 .product-details-container>.col-xl-6:first-child {
    padding-right: 15px;
}

.product-details-section-1 .product-details-container>.col-xl-6:last-child {
    padding-left: 15px;
}

.product-details-section-1 .product-details-left {
    position: sticky;
    top: 20px;
    height: max-content;
}

.product-details-section-1 .gallery-main {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 12px;
    border: 2px solid #cbcbcb;
}

.product-details-section-1 .gallery-main .swiper-slide {
    height: 50vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
}

.product-details-section-1 .gallery-main .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.product-details-section-1 .gallery-thumbs {
    width: 100%;
    height: 130px;
    padding: 0px 65px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 12px;
    margin: 30px 0px 0px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-details-section-1 .gallery-thumbs .swiper-wrapper {
    height: 70%;
}

.product-details-section-1 .gallery-thumbs .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.product-details-section-1 .gallery-thumbs .swiper-slide {
    height: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E3E3E3;
    padding: 10px;
}

.product-details-section-1 .gallery-thumbs .swiper-slide-thumb-active {
    border-radius: 2px;
    background-color: white;
    outline: 1px solid #CBCBCB;
    border-radius: 12px;
}

.product-details-section-1 .gallery-thumbs .swiper-button-prev {
    width: 60px;
    height: 100%;
    margin: 0px 5px;
    padding: 10px;
    position: unset;
    background: #F5F5F5;
    display: block;
    content: url(../images/owl-prev-icon.svg);
}

.product-details-section-1 .gallery-thumbs .swiper-button-prev:hover {
    content: url(../images/owl-prev-hover-icon.svg);
}

.product-details-section-1 .gallery-thumbs .swiper-button-next {
    width: 60px;
    height: 100%;
    margin: 0px 5px;
    padding: 10px;
    position: unset;
    background: #F5F5F5;
    display: block;
    content: url(../images/owl-next-icon.svg);
}

.product-details-section-1 .gallery-thumbs .swiper-button-next:hover {
    content: url(../images/owl-next-hover-icon.svg);
}

.product-details-section-1 .product-deep-details {
    padding: 30px;
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 12px;
}

.product-details-section-1 .product-deep-details ul {
    list-style: none;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    padding: 0px;
    margin-bottom: 0px;
}

.product-details-section-1 .product-deep-details ul li {
    list-style: none;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    margin: 0px;
}

/* PRODUCTS DETAILS SECTION-1 END */

/* PRODUCTS DETAILS SECTION-2 START */
.product-details-section-2 {
    margin: 50px 0px;
    position: relative;
    overflow: hidden;
}

.product-details-section-2-bg-1 {
    position: absolute;
    right: -180px;
    top: 37px;
}

.product-details-section-2-bg-2 {
    position: absolute;
    left: -35px;
    bottom: 0px;
}

.product-details-section-2 .product-details-table {
    border-radius: 12px;
}

.product-details-section-2 .product-details-table .common-bold-title-2 {
    margin-top: 35px;
}

.product-details-section-2 .product-details-table ul.product-details-table-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px;
    background-color: #254D89;
    border-radius: 12px 12px 0px 0px;
    margin-bottom: 0px;
    gap: 50px;
    flex-wrap: nowrap;
}

.product-details-section-2 ul.product-details-table-head .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 16px;
    border: none;
    font-style: normal;
    font-weight: 400;
    opacity: 0.6;
    padding: 0px;
    background: none;
    white-space: nowrap;
}

.product-details-section-2 ul.product-details-table-head .nav-link.active {
    opacity: 1;
}

.product-details-section-2 .product-details-table .tab-pane {
    padding: 50px;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    /* border-top: 1px solid #D9D9D9; */
    border-radius: 0px 0px 12px 12px;
}

.product-details-section-2 .product-details-table .tab-pane .tab-pane-img-grid {
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 10px;
    margin-top: 30px;
}

.product-details-section-2 .product-details-table .tab-pane .tab-pane-img-grid>* {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    margin: auto;
    gap: 0;
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab table {
    width: 100%;
    border: 1px solid #D0D0D0;
    border-radius: 12px;
    margin-bottom: 0px;
    overflow: hidden;
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab table tr th {
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000;
    background-color: #E5F1F8;
    white-space: nowrap;
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab table tr td {
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
    border: 1px solid #D0D0D0;
    white-space: nowrap;
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab .table-responsive {
    border: 1px solid #D0D0D0;
    margin: -1px;
    border-radius: 12px;
    background-color: #E5F1F8;
    margin-top: 35px;
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab table tr:nth-child(2n+1) td {
    background: rgba(194, 211, 219, 0.19);
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab table tr:nth-child(odd) {
    background-color: #C2D3DB30;
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab table tr th {
    border-top: none !important;
    border-width: 1px;
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab table tr th:first-child {
    border-left: none !important;
    border-top-left-radius: 12px;
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab table tr th:last-child {
    border-right: none !important;
    border-top-right-radius: 12px;
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab table tr:nth-child(n+2) td:first-child {
    border-left: none !important;
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab table tr:nth-child(n+2) th:last-child {
    border-right: none !important;
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab table tr:last-child td {
    border-bottom: none !important;
}

.product-details-section-2 .product-details-table .tab-pane.torque-charge-tab table tr td:last-child {
    border-right: none !important;
}

.product-details-section-2 .product-details-table .feature-list-head {
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    margin-top: 35px;
}

.product-details-section-2 .feature-list-head .feature-list {
    margin-top: 30px;
    padding-left: 30px;
}

.product-details-section-2 .feature-list-head .feature-list li {
    margin-bottom: 15px;
}

.product-details-section-2 .product-details-table .feature-list-table {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    padding: 10px;
    margin: 30px 0px;
    overflow: auto;
}

.product-details-section-2 .feature-list-table table.table {
    overflow: hidden;
    margin-bottom: 0px;
}

.product-details-section-2 .feature-list-table tr {
    height: 60px;
    background-color: #fff;
}

.product-details-section-2 .feature-list-table td {
    background-color: #fff;
    color: #4F4F4F;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    /* white-space: nowrap; */
}

.product-details-section-2 .feature-list-table th {
    background-color: #fff;
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    width: 20%;
}

.product-details-section-2 .feature-list-table tr:last-child td {
    border: none;
}

.product-details-section-2 .feature-list-table tr:last-child th {
    border: none;
}

.product-details-section-2 .product-details-table .feature-list-table-2 {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    /* padding: 10px; */
    margin: -1px;
    overflow: auto;
    text-align: center;
    margin-top: 35px;
}

.product-details-section-2 .feature-list-table-2 table.table {
    overflow: hidden;
    margin-bottom: 0px;
}

.product-details-section-2 .feature-list-table-2 tr {
    height: 60px;
    background-color: #fff;
}

.product-details-section-2 .feature-list-table-2 table.table tr th {
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    background-color: #E5F1F8;
    border: 1px solid #D9D9D9;
    vertical-align: middle;
}

.product-details-section-2 .feature-list-table-2 table.table tr td {
    color: #4F4F4F;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #D9D9D9;
    vertical-align: middle;
}

.product-details-section-2 .feature-list-table-2 table.table tr:nth-child(n+2) td:first-child {
    color: #254D89;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
}

.product-details-section-2 .feature-list-table-2 tr th {
    border-top: none !important;
}

.product-details-section-2 .feature-list-table-2 tr th:first-child {
    border-left: none !important;
    border-top-left-radius: 12px;
}

.product-details-section-2 .feature-list-table-2 tr th:last-child {
    border-right: none !important;
    border-top-right-radius: 12px;
}

.product-details-section-2 .feature-list-table-2 tr:nth-child(n+2) td:first-child {
    border-left: none !important;
}

.product-details-section-2 .feature-list-table-2 tr:nth-child(n+2) th:last-child {
    border-right: none !important;
}

.product-details-section-2 .feature-list-table-2 tr:last-child td {
    border-bottom: none !important;
}

.product-details-section-2 .feature-list-table-2 tr td:last-child {
    border-right: none !important;
}

.product-details-section-2 .product-details-table .diagram-tab img {
    width: 100%;
    padding-top: 35px;
}

.product-details-section-2 .product-details-table .diagram-tab .diagram-img-grid {
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 10px;
    margin-top: 30px;
}

.product-details-section-2 .product-details-table .diagram-tab .diagram-img-grid>* {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    margin: auto;
    gap: 0;
}

.product-details-section-2 .product-details-table .diagram-tab .cst-table .table-responsive {
    overflow-x: unset;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab .cst-table table tr td {
    white-space: unset;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab table {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 0px;
    overflow: hidden;
    border: 1px solid #D0D0D0;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab table tr th {
    text-align: center;
    font-family: 'Poppins';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000;
    background-color: #E5F1F8;
    vertical-align: middle;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab table tr td {
    text-align: center;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
    border: 1px solid #D0D0D0;
    white-space: nowrap;
    vertical-align: middle;
}

.table>:not(caption)>*>* {
    padding: 0.3rem 0.3rem;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab .table-responsive {
    border: 1px solid #D0D0D0;
    margin: -1px;
    border-radius: 12px;
    background-color: #E5F1F8;
    margin-top: 35px;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab table tr:nth-child(2n+1) td {
    background: rgba(194, 211, 219, 0.19);
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab table tr:nth-child(odd) {
    background-color: #C2D3DB30;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab table tr th {
    border-top: none !important;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab table tr th:first-child {
    border-left: none !important;
    border-top-left-radius: 12px;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab table tr th:last-child {
    border-right: none !important;
    border-top-right-radius: 12px;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab table tr:nth-child(n+2) td:first-child {
    border-left: none !important;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab table tr:nth-child(n+2) th:last-child {
    border-right: none !important;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab table tr:last-child td {
    border-bottom: none !important;
}

.product-details-section-2 .product-details-table .tab-pane.diagram-tab table tr td:last-child {
    border-right: none !important;
}

.product-details-section-2 .product-details-table .tab-pane .feature-img {
    display: flex;
    gap: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    margin: 0px 0px 35px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

/* PRODUCTS DETAILS SECTION-2 END */

/* PRODUCTS DETAILS SECTION-3 START */
.product-details-section-3 .inquiry-cst-btn {
    background-color: #00A8FF;
}

.product-details-section-3 .download-cst-btn {
    background-color: #254D89;
}

/* PRODUCTS DETAILS SECTION-3 END */
/* ================= PRODUCT DETAIL PAGE END ================= */

/* ================= CONTACT PAGE START ================= */
/* CONTACT DETAILS SECTION-1 START */
.contact-section-1 {
    margin: 100px 0px;
    position: relative;
}

.contact-section-1 .company-details {
    width: 100%;
}

.contact-section-1 .company-details .company-details-card {
    width: 100%;
    padding: 30px;
    border-radius: 25px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex-direction: column;
}

.contact-section-1 .company-details .company-details-card h2.common-bold-title-3 {
    margin-bottom: 15px;
}

.contact-section-1 .company-details .company-details-card p.common-paragraph {
    margin-bottom: 15px;
}

.contact-section-1 .company-details .company-details-card h3.common-bold-title-3 {
    color: #254D89;
}

.contact-section-1 .company-details .company-details-card .contact-info {
    width: 100%;
}

.contact-section-1 .company-details .company-details-card .contact-info a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    gap: 15px;
    text-decoration: none;
}

.contact-section-1 .company-details .company-details-card .contact-info hr {
    color: #DFDFDF;
    opacity: 1;
    margin: 0px;
}

.contact-section-1 .map-img {
    border-radius: 25px;
    height: 100%;
    border: 1px solid #D9D9D9;
    overflow: hidden;
}

.contact-section-1 .map-img {
    border-radius: 25px;
}

.contact-section-1 .contact-section-1-bg-wall-1 {
    position: absolute;
    top: 13%;
    right: 0;
}

/* CONTACT DETAILS SECTION-1 END */

/* CONTACT DETAILS SECTION-2 START */
.contact-section-2 {
    position: relative;
    padding: 100px 0px 200px;
}

.contact-section-2 .team-details {
    margin-top: 60px;
    gap: 30px;
    display: grid;
    align-items: center;
    justify-content: flex-start;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.contact-section-2 .team-details .team-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 30px;
    border-radius: 25px;
    background-color: #EDF9FF;
    height: 100%;
}

.contact-section-2 .team-img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.contact-section-2 .team-img img {
    height: 100%;
    width: 100%;
}

.contact-section-2 .team-details .team-card .contact-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.contact-section-2 .team-details .team-card .contact-info a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    text-decoration: none;
}

.contact-section-2 .team-details .team-card h6.common-head-small-title {
    font-weight: 600;
    color: #254D89;
    margin: 0px;
}

.contact-section-2 .contact-section-2-bg-wall-1 {
    position: absolute;
    top: 13%;
    left: 0;
}

/* CONTACT DETAILS SECTION-2 END */

/* CONTACT DETAILS SECTION-3 START */
.contact-section-3 {
    margin: 100px 0px;
}

.contact-section-3 form {
    padding: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.contact-section-3 form .row {
    gap: 30px;
    width: 100%;
}

.contact-section-3 form .row>* {
    padding: 0px;
}


.cst-sticky {
    position: sticky;
    top: 0;
}

/* CONTACT DETAILS SECTION-3 END */

/* ================= CONTACT PAGE END ================= */

@keyframes slide1Animation {
    from {
        opacity: 0;
        transform: perspective(1200px) rotateY(-45deg);
    }

    to {
        opacity: 1;
        transform: perspective(1200px) rotateY(0deg);
    }
}

@keyframes slide2Animation {
    from {
        opacity: 0;
        transform: perspective(1200px) rotateX(90deg);
    }

    to {
        opacity: 1;
        transform: perspective(1200px) rotateX(0deg);
    }
}

@keyframes slide3Animation {
    from {
        opacity: 0;
        transform: rotate(-45deg);
    }

    to {
        opacity: 1;
        transform: rotate(0deg);
    }
}

@keyframes slide4Animation {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slide5Animation {
    from {
        opacity: 0;
        transform: skewX(-30deg);
    }

    to {
        opacity: 1;
        transform: skewX(0);
    }
}

@keyframes slide6Animation {
    from {
        opacity: 0;
        transform: perspective(1200px) rotateY(-45deg);
    }

    to {
        opacity: 1;
        transform: perspective(1200px) rotateY(0deg);
    }
}

/* Apply the animation classes to the respective slides */
.carousel-content[data-bs-slide="0"] {
    animation: slide1Animation 1s ease-in-out;
}

.carousel-content[data-bs-slide="1"] {
    animation: slide2Animation 1s ease-in-out;
}

.carousel-content[data-bs-slide="2"] {
    animation: slide3Animation 1s ease-in-out;
}

.carousel-content[data-bs-slide="3"] {
    animation: slide4Animation 1s ease-in-out;
}

.carousel-content[data-bs-slide="4"] {
    animation: slide5Animation 1s ease-in-out;
}

.carousel-content[data-bs-slide="5"] {
    animation: slide6Animation 1s ease-in-out;
}


/* .home-section-6 .client-brand .owl-prev {
    display: none;
}

.home-section-6 .client-brand .owl-next {
    display: none;
} */

.product-section-1 .product-tabs {
    display: flex;
    list-style: none;
    align-items: stretch;
    transition: 0.3s;
    margin-bottom: 30px;
}

.product-section-1 .product-tabs:hover {
    box-shadow: 0 8px 15px #e0e0e0;
}

.product-section-1 .product-tabs .product-deta {
    width: 130px;
    height: 100px;
    background-color: #00A8FF;
    padding: 10px;
}

.product-section-1 .product-tabs .product-deta p {
    font-size: 18px;
    text-align: center;
    margin: 0px;
    color: #ffff;
    font-weight: 400;
    line-height: 40px;
    width: 100%;
}

.product-section-1 .product-tabs .product-deta hr {
    opacity: 1;
    background-color: #FFFFFF;
    border-top: 1px solid #ffffff;
    margin: 0px;

}

.product-section-1 .product-tabs .product-details a {
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    white-space: wrap;
    width: 100%;
}

.product-section-1 .product-tabs .product-details {
    padding: 10px 15px;
    background-color: #F6F6F6;
    width: calc(100% - 110px);
}

.product-section-1 .product-tabs .product-details a:hover {
    color: #00A8FF;
}

.product-section-1 .product-tabs .product-details p {
    margin-top: 5px;
    color: #555;
    font-size: 15.2px;
    margin-bottom: 0px;
    white-space: wrap;
    width: 100%;
}