@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root {
    --darkblue: #0a1825;
    --white: #fff;
    --orange: #fe9d01;
    --blue: #149bd4;
    --font-sm: 1rem;
    --font-md: 1.225rem;
    --sub-head-sm: 1.625rem;
    --sub-head: 2.5rem;
    --font-regular: 400;
    --font-medium: 500;
    --semi-bold: 600;
    --bold: 700;
    --extra-bold: 800;
}

body {
    font-family: "Plus Jakarta Sans", serif!important;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
    color: #000;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0em 0em 1.5em 0em;
    font-size: 1rem;
    font-family: "Plus Jakarta Sans", serif;
    color: #000;
    font-weight: 400;
}

a {
    color: var(--white);
    text-decoration: none;
}

li {
    text-decoration: none;
}

.ls-none li {
    list-style: none!important;
    font-weight: var(--semi-bold);
}

.text-blue {
    color: var(--blue);
}

.ol,
ul {
    padding: 0px;
    margin: 0;
}

label {
    font-size: 13px;
    color: #272727;
    font-weight: normal;
}

input:focus,
select:focus,
.form-control:focus {
    box-shadow: none !important;
    border-color: var(--orange);
}

.form-select {
    font-size: 13px;
    font-weight: 500;
    border-radius: 0px;
}

.form-control {
    font-size: 13px;
    padding: 11px 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", serif;
}

h1 {
    font-size: 3.3rem;
    color: #14213d;
    font-weight: 900;
}

h2 {
    font-size: 2.2rem;
    color: #14213d;
    font-weight: 900;
    margin-bottom: 2rem;
}

h3 {
    font-size: 2rem;
    color: #0a1825;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

h5 {
    font-weight: var(--semi-bold);
}

.sec-name {
    font-size: var(--font-md);
    color: var(--blue);
    text-transform: uppercase;
    font-weight: var(--font-medium);
    letter-spacing: .3rem;
}

.sec-spacing {
    padding: 90px 0px;
}

.sub-head h2 {
    font-size: var(--sub-head);
    color: var(--darkblue);
    font-weight: var(--bold);
    margin: 0px auto 40px auto;
}

.divider-btm {
    border-bottom: 1px solid #a9a9a9;
    padding: 10px 0px;
}

.inner-banner {
    padding: 100px 0px;
    background: rgb(41, 169, 208);
    background: linear-gradient(90deg, rgba(41, 169, 208, 1) 0%, rgba(248, 172, 51, 1) 100%);
    color: var(--white) !important;
    display: flex;
    align-items: center;
    justify-content: start;
}

.inner-banner p {
    max-width: 480px;
    color: var(--white);
}

.inner-banner h3 {
    color: var(--white);
}

.radius-30 {
    border-radius: 30px;
}

.dark-blue-bg {
    background-color: var(--darkblue);
}


/* =============== header sec css here ============ */

.header-top {
    background-color: var(--darkblue);
    padding: 15px 0px;
    color: #fff;
}

.top-head-right ul li {
    list-style: none;
    display: inline;
    font-size: var(--font-sm);
    font-weight: var(--font-medium);
}

.top-head-right ul li:first-child {
    padding-right: 25px;
}

.top-head-right ul i {
    height: 20px;
    width: 20px;
    background-color: var(--white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-right: 10px;
}

.top-head-right ul i::before {
    color: var(--orange);
    font-size: 10px;
}

.nav-sec {
    padding: 15px 0px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.nav-sec .logo {
    width: auto;
    display: flex;
    align-items: center;
}

.nav-sec .logo img {
    max-width: 150px;
}

.nav-sec .main-menu {
    width: auto;
    display: flex;
}

.nav-menu>li>a {
    font-size: var(--font-sm)!important;
    font-family: "Plus Jakarta Sans", serif!important;
    font-weight: var(--font-medium);
}

.nav-menu li a.active {
    color: #fe9d01;
}

.contact-mob {
    width: 100% !important;
    background-color: var(--blue);
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
}

.contact-mob ul li {
    color: var(--white);
    margin-bottom: 10px;
    width: 100%;
    list-style: none;
}

.contact-mob ul li:last-child {
    margin-bottom: 0px;
}

.contact-mob ul li i::before {
    margin-right: 10px;
}

.contact-mob ul li a {
    color: var(--white);
}


/*--------------------banner section css here--------------- */

.banner .carousel-caption {
    left: 15%!important;
    bottom: 8.5rem;
    text-align: left;
    background-color: #ffffff73;
    padding: 20px;
    right: auto;
}

.banner .carousel-caption h1 {
    font-size: 60px;
    font-weight: var(--font-medium);
    color: var(--blue);
}

.banner .carousel-caption h1 span {
    color: var(--orange);
    display: block;
}

.banner .carousel-caption p {
    font-weight: var(--font-regular);
    max-width: 500px;
    padding-top: 30px;
}


/* DESKTOP BANNER */

#desktopBanner .carousel-item img {
    height: 85vh;
    object-fit: cover;
}


/* MOBILE BANNER */

.mobile-banner-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}


/* MOBILE SPACING */

@media (max-width: 767px) {
    #mobileBanner {
        overflow: hidden;
        border-radius: 0;
    }
}


/* COMMON ARROWS */

.carousel-control-prev,
.carousel-control-next {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: #93939361;
    border-radius: 50%;
    opacity: 1;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 25px;
    height: 25px;
}


/* MOBILE ADJUSTMENTS */

@media (max-width:767px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    .carousel-control-prev {
        left: 10px;
    }
    .carousel-control-next {
        right: 10px;
    }
}


/* -------------banner bottom strip css start here---------------- */

.bnr-bottm {
    background-color: var(--orange);
    padding: 40px 0px;
}

.bnr-bottm .grid {
    border-right: 1px solid #fff;
}

.bnr-bottm .grid:last-child {
    border: none;
}

.bnr-bottm h5 {
    color: var(--white);
    font-weight: var(--bold);
    margin: 10px 0px;
}


/* ----------------------about section css start here----------------------*/

.cmn-btn {
    position: relative;
    font-size: 16px;
    font-weight: var(--font-medium);
    background-color: var(--orange);
    padding: 14px 14px 14px 40px;
    height: 48px;
    width: fit-content;
    cursor: pointer;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in;
}

.cmn-btn:hover {
    background-color: var(--orange);
    color: var(--black);
}

.cmn-btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease-out;
}

.cmn-btn:hover::after {
    transform: scaleX(1.2) scaleY(1.6);
    opacity: 0;
    background-color: var(--yellow);
}


/*===============Icon styling=================*/

.cmn-btn i {
    margin-left: 10px;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s, transform 0.3s;
}

.cmn-btn:hover i {
    opacity: 1;
    transform: translateX(-8px);
    transition: opacity 0.3s, transform 0.3s;
}

.btn-text {
    transition: opacity 0.3s, transform 0.3s;
}


/* Text shift on hover */

.cmn-btn:hover .btn-text {
    transform: translateX(-12px);
    transition: transform 0.3s ease;
}

.about-sec p {
    width: 100%;
    max-width: 600px;
}

.about-sec h5 {
    padding-bottom: 10px;
}

.about-sec ul li {
    padding: 5px 10px;
    list-style: inside;
}

.about-sec ul li {
    font-weight: var(--font-medium);
    font-size: 1rem;
}


/* ================= ABOUT TAGS ================= */

.about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.tag-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    /* background: rgba(20, 155, 212, 0.08); */
    color: var(--blue);
    font-size: 1.05rem;
    font-weight: 600;
    transition: all 0.35s ease;
}

.tag-item i {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #149bd4 0%, #fe9d01 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
}


/* ================= MOBILE ================= */

@media (max-width: 767px) {
    .about-tags {
        gap: 12px;
    }
    .tag-item {
        width: 100%;
        justify-content: flex-start;
        font-size: 1rem;
        padding: 10px 18px;
    }
}


/*-----------------------video section start here------------------- */

.video-sec {
    padding: 160px 0px;
    background-image: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.video-sec p {
    max-width: 650px;
    color: var(--white);
    font-weight: var(--font-medium);
    margin-bottom: 0px;
}

.video-play-button {
    z-index: 10;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #2b3845;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #14213d;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/* ------------------------service section css start here------------------------- */

.service-sec h2 {
    max-width: 1090px;
}

.servce-card-main {
    margin: 0px auto;
}

.service-card {
    border-radius: 50px;
    min-height: 200px;
    height: auto;
    /* padding: 25px 30px;
    margin: 0px 15px; */
    -webkit-box-shadow: 0px 0px 26px -3px rgb(0 0 0 / 0.15);
    -moz-box-shadow: 0px 0px 26px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 26px -3px rgb(0 0 0 / 0.15);
}

.srvc-ico {
    width: 90px;
}

.srvc-ico img {
    z-index: 2;
    position: relative;
}

.srvc-ico::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 15px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(251, 197, 109);
    background: linear-gradient(0deg, rgba(251, 197, 109, 1) 0%, rgba(130, 204, 234, 1) 100%);
}

.service-sec .card-details h4 {
    font-size: var(--sub-head-sm);
    font-weight: var(--semi-bold);
    padding-bottom: 20px;
}

.service-sec .card-details p {
    max-width: 415px;
    /* min-height: 90px; */
    margin-bottom: 0px;
}


/*--------------------brand section start here---------------------- */

.brand-sec {
    background-color: var(--darkblue);
    color: var(--white)!important;
}

.brand-sec h2 {
    color: var(--white);
}

.brand-sec h5 {
    /* width: 83%; */
    margin: 0px auto;
}

.brand-botm {
    /* width: 100%; */
    margin: 0px auto;
}

.brand-botm img {
    width: 100%;
    max-width: 400px;
}

.brand-botm h3 {
    color: var(--white);
}

.brand-botm ul li {
    font-size: 1.2rem;
    font-weight: var(--font-medium);
    padding-bottom: 10px;
    list-style: decimal var(--orange);
    list-style-position: inside;
}

.brand-botm ul li::marker {
    color: var(--orange);
}

.brand-logo {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.brand-logo img {
    /* max-height: 60px; */
    max-width: 100%;
}


/*===================strength section css start here================= */

.strength-sec {
    overflow: hidden;
}

.strength-sec img {
    border-radius: 0px 50px 50px 0px;
    width: 100%;
}

.strghth-card-main {
    width: 100%;
    margin: 0px auto;
    padding: 60px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.strength-img {
    min-height: 100%;
    background-image: url(../images/strength-omg-lft1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    border-radius: 0px 50px 50px 0px;
    background-attachment: fixed;
    width: 100%;
}

.strgnth-card {
    padding: 0px 10px;
}

.strgnth-card .count {
    font-size: 60px;
    line-height: 1;
    font-weight: var(--bold);
    color: #d0d0d0;
    padding-right: 10px;
}

.strgnth-card h5 {
    margin-bottom: 20px;
    max-width: 283px;
}

.strgnth-card p {
    min-height: 80px;
    max-width: 320px;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
}


/* testimonial section start here */

.testimonials-sec {
    padding: 00px 0px;
    position: relative;
    overflow: hidden;
}

.testimonials-main {
    overflow: hidden;
    min-height: 400px;
}

.owl-carousel.testimonial-slider {
    position: absolute;
    top: 280px;
    overflow-x: hidden;
}

.owl-carousel.testimonial-slider .owl-nav {
    position: absolute;
    top: 0;
    right: 220px;
}

.owl-carousel .owl-stage-outer {
    padding: 60px 0px;
    /* margin-left: 84px; */
}

.testimonial-slider .owl-nav i::before {
    border: 2px solid #fff;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    font-weight: 600 !important;
}

.testimonial-slider .owl-nav .owl-prev {
    margin-right: 10px;
}

.testimnl-bg {
    width: 100%;
    background: rgb(41, 169, 208);
    background: linear-gradient(90deg, rgba(41, 169, 208, 1) 0%, rgba(248, 172, 51, 1) 100%);
    padding: 100px 0px 140px 0px;
    color: var(--white)!important;
}

.testimnl-bg .sec-name,
.testimnl-bg .sub-head h2 {
    color: var(--white);
}

.testimnl-bg .sub-head {
    max-width: 1000px;
}

.tstmnl-card {
    border-radius: 50px;
    background-color: var(--white);
    padding: 40px 55px;
    -webkit-box-shadow: 0px 0px 26px -3px rgb(0 0 0 / 0.15);
    -moz-box-shadow: 0px 0px 26px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 26px -3px rgb(0 0 0 / 0.15);
    margin: 0px 10px;
}

.tstmnl-card .user img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    max-width: 65px;
}

.tstmnl-card .quote-ico img {
    width: 20%!important;
    height: auto;
    margin-bottom: 20px;
}

.tstmnl-card .user-details p {
    margin-bottom: 0px;
    font-size: 15px;
}

.tstmnl-card .user-details h5 {
    font-size: 18px;
    font-weight: var(--bold);
}


/* new ccs testimonial */

.testimonial-video-sec {
    background: #f5f5f5;
}


/* LEFT CONTENT */

.testimonial-content {
    background: #efeded;
    border-radius: 35px;
    padding: 70px 50px;
    position: relative;
    height: 100%;
}

.quote-icon i {
    font-size: 6rem;
    color: #f5a000;
    line-height: 1;
}

.testimonial-content p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #111;
    margin: 20px 0 40px;
}


/* CLIENT INFO */

.client-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.client-info .line {
    width: 45px;
    height: 2px;
    background: #149bd4;
}

.client-info h4 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #07152f;
}

.client-info .designation {
    font-size: 1.3rem;
    color: #149bd4;
}


/* ================= VIDEO IMAGE ================= */

.video-thumb {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 35px;
}

.video-thumb img {
    width: 100%;
    object-fit: cover;
    transition: 0.4s ease;
    border-radius: 35px;
}

.video-thumb:hover img {
    transform: scale(1.05);
}


/* PLAY BUTTON */

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
    height: 95px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.play-btn::before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: pulse 1.8s infinite;
}

.play-btn i {
    color: #fff;
    font-size: 3.5rem;
    margin-left: 5px;
}

.video-thumb:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}


/* PULSE ANIMATION */

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}


/* ================= MODAL ================= */

.modal-content {
    border-radius: 25px;
    overflow: hidden;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
    .testimonial-content {
        padding: 50px 35px;
        margin-bottom: 30px;
    }
    .video-thumb img {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .testimonial-content {
        padding: 35px 25px;
        border-radius: 25px;
    }
    .quote-icon i {
        font-size: 4rem;
    }
    .testimonial-content p {
        font-size: 1rem;
        line-height: 1.8;
    }
    .client-info h4 {
        font-size: 1.5rem;
    }
    .client-info .designation {
        font-size: 1rem;
    }
    .video-thumb,
    .video-thumb img {
        border-radius: 25px;
    }
    .video-thumb img {
        height: 320px;
    }
    .play-btn {
        width: 75px;
        height: 75px;
    }
    .play-btn i {
        font-size: 2.5rem;
    }
}


/*===================contact section start here==========================*/

.contact-sec {
    overflow: hidden;
}

.contact-sec .sub-head {
    max-width: 680px;
}

.contact-bg {
    background-color: var(--darkblue);
}

.contact-left {
    padding: 60px 30px 60px 30px;
    max-width: 700px;
    margin: 0px auto;
}

.contact-left .form-control {
    border-radius: 10px;
    background-color: transparent;
    color: var(--white);
}

.contact-left .form-control::placeholder {
    color: #fff;
}

.contct-right {
    background-image: url(../images/contact-rght.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 428px;
}


/*====================about us inner page css start here============== */

.abt-sec1 span {
    color: var(--blue);
}

.abt-sec1 .sub-head h2,
.abt-sec1 p {
    margin: 0px 0px;
}

.mission-vission-sec {
    background-color: #e7f7fc;
}

.border-md-end {
    border-right: 1px solid #ddd;
}

.m-v-main {
    padding: 30px 40px;
    background-color: var(--white);
}

.m-v-main h4 {
    /* max-width: 275px; */
    margin-bottom: 25px;
}

.m-v-main h5 {
    color: var(--orange);
}

.lite-blue {
    background-color: #dfecf7;
}

.founders-sec .sub-head h2 {
    margin: 0px 0px 20px 0px;
}

.founders-sec p {
    margin: 0px;
}

.founders-sec .card,
.founders-sec .card-img-top {
    border-radius: 0px;
}


/* overlay icon modal */

.founder-card {
    cursor: pointer;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-overlay i {
    color: #fff;
    font-size: 2rem;
}

.founder-card:hover .image-overlay {
    opacity: 1;
}


/*=====================contact page=========================== */

.contact_page .background-size-cover {
    background-size: cover !important;
}

.contact_page .background-position-center {
    background-position: 50% !important;
}

.contact_page .forms_box {
    padding: 2rem;
}

.contact_page .card {
    border: none;
    -webkit-box-shadow: 0px 0px 26px -3px rgb(0 0 0 / 0.15);
    -moz-box-shadow: 0px 0px 26px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 26px -3px rgb(0 0 0 / 0.15);
}

.contact-info-wrapper h5 {
    font-size: var(--font-medium);
}

.faq_bg {
    background: #e7f7fc;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    background-color: transparent;
    border-color: var(--darkblue);
}


/*=========================contatc page close======================== */


/*==========================testimonials page=========================*/

.testimonials_bg .testi_bg {
    border-radius: 1.5rem 0 0 1.5rem;
    padding: 2.5rem;
    background: #f1efef;
    position: relative;
}

.testimonials_bg .testi_bg::before {
    position: absolute;
    right: -20%;
    width: 40%;
    height: 100%;
    background: #f1efef;
    content: "";
    top: 0;
    z-index: -1;
}

.testimonials_bg .curstomer_name {
    font-size: 1.3rem;
    font-weight: 600;
    padding-left: 2.5rem;
    position: relative;
}

.testimonials_bg .curstomer_name::before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 2px;
    background: var(--blue);
    top: 50%;
    left: 0;
}

.testimonials_bg .curstomer_name span {
    font-size: 0.938rem;
    font-weight: 400;
    padding-left: .5rem;
    color: var(--blue);
}

.testimonials_bg .customer_pic {
    border-radius: 2rem;
}

.testimonials_bg .customer_pic img {
    border-radius: 2rem;
    border: 5px solid #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.testimonials_bg .testi_boxes {
    background: rgb(255, 248, 236) url(/images/shape01.png) no-repeat right bottom;
    border-radius: 2rem 0 2rem 0;
    padding: 2rem;
    display: flex;
    border: 3px solid #fff;
    justify-content: space-between;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    margin-bottom: 2rem;
}

.testimonials_bg .testi_boxes .pic {
    width: 12%;
    border-radius: 50%;
}

.testimonials_bg .testi_boxes .pic img {
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.testimonials_bg .testi_boxes .content {
    width: 85%;
}

.testimonials_bg .accordion {
    --bs-accordion-border-color: #fff !important;
}

@media (max-width:767px) {
    .testimonials_bg .testi_boxes {
        flex-direction: column;
        padding: 1.2rem;
    }
    .testimonials_bg .testi_boxes .pic {
        width: 30%;
        border-radius: 50%;
        margin-bottom: 1rem;
    }
    .testimonials_bg .testi_boxes .content {
        width: 100%;
    }
    .customer_pic {
        margin-bottom: 1.5rem;
    }
    .testimonials_bg .testi_bg {
        border-radius: 1.5rem;
    }
    .testimonials_bg .testi_bg::before {
        display: none;
    }
    .testimonials_bg .mt-5 {
        margin-top: 1rem !important;
    }
    .user svg {
        width: 60px;
        height: 60px;
    }
    .border-md-end {
        border-right: none;
        /* Remove border in mobile stacked view */
        border-bottom: 1px solid #ddd;
        /* Optional: horizontal divider in mobile */
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}


/* ================= BRAND CARD ================= */

.brand-card {
    background: #fff;
    height: 150px;
    border-radius: 6px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
    border: 1px solid #ccc;
}


/* HOVER EFFECT */

.brand-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
}


/* TOP BORDER ANIMATION */

.brand-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #149bd4, #fe9d01);
    transition: 0.4s ease;
}

.brand-card:hover::before {
    width: 100%;
}


/* IMAGE */

.brand-card img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    transition: 0.4s ease;
    filter: grayscale(100%);
    opacity: 0.85;
}

.brand-card:hover img {
    transform: scale(1.05);
    filter: grayscale(0%);
    opacity: 1;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
    .associated-brands .sub-head h2 {
        font-size: 2.4rem;
    }
    .brand-card {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .associated-brands .sub-head h2 {
        font-size: 2rem;
    }
    .associated-brands .sub-head p {
        font-size: 1rem;
    }
    .brand-card {
        height: 120px;
        padding: 20px;
    }
    .brand-card img {
        max-height: 60px;
    }
}

@media (max-width: 575px) {
    .brand-card {
        height: 110px;
    }
    .associated-brands .sub-head h2 {
        font-size: 1.7rem;
    }
}


/*=========================testimonials page close=========================  */


/* ====================associates page=================== */

.associates-sec {
    position: relative;
}

.associates-sec .sub-head {
    width: 100%;
    max-width: 60%;
    margin: 0px auto 40px;
}

.asoctes-dtls p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.assctes-cntcts {
    font-size: .8rem;
}

.assctes-cntcts i::before {
    margin-right: 10px;
    color: #ffffff;
    background-color: var(--blue);
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.associates-img img {
    border-radius: 30px 0px 0px 30px;
    width: 100%;
}

.asoctes-dtls {
    background-color: var(--white);
    border-radius: 0px 30px 30px 0px;
    -webkit-box-align: 0px 0px 26px -3px rgb(0 0 0 / 0.15);
    -moz-box-shadow: 0px 0px 26px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 26px -3px rgb(0 0 0 / 0.15);
    height: 100%;
}


/* service page css */

.service-page-sec .card,
.product-page-sec .card {
    border: none;
    border-radius: 0px 0px 30px 30px;
    -webkit-box-align: 0px 0px 26px -3px rgb(0 0 0 / 0.15);
    -moz-box-shadow: 0px 0px 26px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 26px -3px rgb(0 0 0 / 0.15);
    height: auto;
}

.service-page-sec img,
.product-page-sec img {
    border-radius: 30px 30px 0px 0px;
}


/* =====================product page css========================== */

.product-page-sec .card {
    min-height: 225px;
}


/*=========================projects page css============================*/


/* ================= INTRO SECTION ================= */

.intro-section {
    background: #fff;
}

.section-tag {
    color: var(--blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    display: block;
}

.main-heading {
    font-size: 2.7rem;
    font-weight: 800;
    color: var(--darkblue);
    margin-bottom: 30px;
    line-height: 1.3;
}

.intro-content {
    max-width: 900px;
    margin: auto;
}


/* ================= INDUSTRY SECTION ================= */

.industry-section {
    background: var(--light-bg);
}

.industry-card {
    background: #fff;
    border-radius: 35px;
    padding: 50px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    height: 100%;
}

.industry-card:hover {
    transform: translateY(-5px);
}

.industry-icon {
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, var(--blue), var(--orange));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.industry-icon i {
    color: #fff;
    font-size: 2rem;
}

.industry-card h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--darkblue);
    margin-bottom: 20px;
}

.industry-card p {
    margin-bottom: 30px;
}

.project-list {
    columns: 2;
    column-gap: 40px;
}

.project-list li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 14px;
    font-weight: 500;
    color: #222;
    break-inside: avoid;
}

.project-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, var(--blue), var(--orange));
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}


/* ================= INDUSTRY CARD ================= */


/* top row */

.industry-top {
    display: flex;
    align-items: center;
    gap: 35px;
}


/* icon */

.industry-icon {
    min-width: 110px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, #23b7ea 0%, #f0b022 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.industry-icon i {
    font-size: 3rem;
    color: #fff;
}


/* content */

.industry-content {
    flex: 1;
}


/* project list */

.project-list {
    columns: 2;
    column-gap: 40px;
    margin-top: 45px;
}

.project-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 1rem;
    font-weight: 500;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
    .industry-top {
        gap: 25px;
    }
    .industry-icon {
        width: 95px;
        height: 95px;
        min-width: 95px;
    }
    .industry-icon i {
        font-size: 2.4rem;
    }
    .industry-content h3 {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .industry-card {
        padding: 30px 20px;
    }
    .industry-top {
        align-items: center;
        gap: 18px;
        flex-direction: column;
    }
    .industry-icon {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    .industry-icon i {
        font-size: 2rem;
    }
    .industry-content h3 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .industry-content p {
        font-size: 1.05rem;
        line-height: 1.7;
    }
    .project-list {
        columns: 1;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .industry-top {
        gap: 0px;
    }
    .industry-icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
        margin-bottom: 15px;
    }
    .industry-icon i {
        font-size: 1.7rem;
    }
    .industry-content h3 {
        font-size: 1.7rem;
    }
    .industry-content p {
        font-size: 0.95rem;
    }
}


/* ================= CLOSING SECTION ================= */

.closing-section {
    background: var(--darkblue);
    color: #fff;
    text-align: center;
}

.closing-section h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 25px;
}

.closing-section p {
    color: #d9d9d9;
    max-width: 900px;
    margin: auto;
    font-size: 1.1rem;
}


/* ================= RESPONSIVE ================= */

@media(max-width:991px) {
    .main-heading,
    .inner-banner h1 {
        font-size: 2.4rem;
    }
    .industry-card {
        padding: 35px;
    }
}

@media(max-width:767px) {
    .sec-spacing {
        padding: 60px 0;
    }
    .main-heading,
    .inner-banner h1 {
        font-size: 2rem;
    }
    .industry-card h3 {
        font-size: 1.4rem;
    }
    .project-list {
        columns: 1;
    }
    .industry-card {
        padding: 30px 25px;
        border-radius: 25px;
    }
    .inner-banner {
        padding: 90px 0;
    }
}


/*====================footer sec start here====================== */

.footer-sec {
    padding: 60px 0px 0px 0px;
    background-color: #e2e8ed;
}

.footer-sec p {
    font-size: 1rem;
    margin: 0px 0px;
    max-width: 445px;
}

.footer-sec h4 {
    font-weight: var(--semi-bold);
    margin-bottom: 25px;
}

.footer-sec h5 {
    font-weight: var(--semi-bold);
    font-size: var(--font-md);
}

.footer-sec ul li a {
    font-size: 1rem;
    color: var(--darkblue);
    line-height: 1.5;
}

.footer-sec ul li a:hover {
    color: var(--orange);
}

.footer-sec ul {
    padding-left: 15px;
    /* padding-bottom: 20px; */
}

.footer-sec ul li {
    padding: 3px 0px;
    list-style: none;
}

.footer-sec .social-ico li {
    display: inline;
    padding: 0px 5px;
    list-style-position: inside;
}

.footer-sec .social-ico li i::before {
    font-size: 25px;
}

.footer-sec .social-ico li i:hover {
    color: var(--blue);
}

.footr-btm {
    margin-top: 20px;
    padding: 10px 0px;
    background-color: #ced7de;
}

.footr-btm .footr-right ul li {
    display: inline;
    padding-right: 15px;
}

.footr-btm .footr-right ul li:last-child {
    padding-right: 0px;
}

.footr-btm p {
    margin: 10px 0px;
}

.footr-btm .dsgnd-by a {
    color: var(--orange);
}

.footr-btm .dsgnd-by a:hover {
    text-decoration: underline;
    transition: .3s easein;
}


/*===========================media queries start here==================== */

@media (max-width:1399.98px) {
    .strghth-card-main {
        width: 100%;
    }
    .banner .carousel-caption {
        bottom: 1.5rem;
    }
    .banner .carousel-caption h1 {
        font-size: 30px;
    }
    .banner .carousel-caption p {
        max-width: 400px;
        padding-top: 15px;
    }
}

@media (max-width:1199.98px) {
    .associates-img img,
    .asoctes-dtls {
        border-radius: 0px;
        height: auto;
    }
}

@media (max-width:991.98px) {
    .associates-sec .sub-head {
        max-width: 100%;
    }
}

@media (max-width:767.98px) {
    h3 {
        font-size: 1.6rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    p {
        font-size: 1rem;
    }
    .sec-name {
        font-size: var(--font-sm);
    }
    .sub-head h2 {
        font-size: var(--sub-head-sm);
        margin: 0px auto 20px auto;
    }
    .sec-spacing {
        padding: 40px 0px;
    }
    .nav-sec .logo img {
        max-width: 100px;
    }
    /* ==================banner media query============= */
    .banner .carousel-caption {
        padding: 10px 10px;
        text-align: center;
        position: static;
    }
    .banner .carousel-caption h1 {
        font-size: 20px;
    }
    .banner .carousel-caption p {
        max-width: 100%;
        padding-top: 0px;
        font-size: 15px;
        margin: 0px auto;
    }
    .banner .carousel-caption h1 span {
        display: inline;
    }
    .bnr-bottm .grid img {
        max-width: 95px;
    }
    .bnr-bottm {
        padding: 0px 0px;
    }
    .bnr-bottm .grid {
        border: none;
        border-bottom: 1px solid #fff;
    }
    /* ==================banner media query end============= */
    .strength-img {
        background-position-y: 0px!important;
        min-height: 400px;
    }
    .video-sec {
        padding: 40px 0px;
    }
    .brand-sec h5 {
        width: 100%;
    }
    .brand-botm ul {
        margin-bottom: 20px;
    }
    .strghth-card-main {
        padding: 40px 0px 0px 0px;
    }
    .strgnth-card {
        margin-bottom: 20px;
    }
    .strgnth-card:last-child {
        margin-bottom: 0px;
    }
    .strgnth-card p {
        min-height: auto;
        max-width: 100%;
        margin-bottom: 0px;
    }
    .strgnth-card h5 {
        max-width: 100%;
    }
    .strgnth-card .count {
        font-size: var(--sub-head);
    }
    .service-card {
        border-radius: 30px;
    }
    .service-sec .card-details h4 {
        font-size: var(--font-md);
        padding-bottom: 5px;
    }
    .contact-left {
        padding: 40px 0px 40px 0px;
    }
    .m-v-main {
        padding: 0px 0px;
    }
    .associates-sec .sub-head {
        margin: 0px auto 20px;
    }
    .product-page-sec .card {
        min-height: auto;
    }
}

@media (max-width:575.99px) {}

@media (min-width: 1400px) {}