* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --heading-color: #262626;
    --text-color-1: #292F36;
    --btn-color: #CDA274;
    --tetx-color-2: #C76904;
    --lh: 1.5;
    --fw: 400;
    --fs: 20px;
    --gutter-width: 15px;
    --bg: linear-gradient(144deg, rgba(255, 255, 255, 1) 0%, rgb(101 131 199 / 5%) 50%, rgb(206 215 234 / 30%) 100%);
}

section {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 50px;
    padding-right: 50px;
}

.sect-rev {
    background: var(--bg);
}

/* .pt {
    padding-top: 3.5rem;
}

.pb {
    padding-bottom: 3.5rem;
} */

.w-1 {
    width: 8.33%;
}

.w-2 {
    width: 16.66%;
}

.w-3 {
    width: 25%;
}

.w-4 {
    width: 33.33%;
}

.w-5 {
    width: 41.66%;
}

.w-6 {
    width: 50%;
}

.w-7 {
    width: 58.33%;
}

.w-8 {
    width: 66.66%;
}

.w-9 {
    width: 75%;
}

.w-10 {
    width: 83.33%;
}

.w-11 {
    width: 91.66%;
}

.w-12 {
    width: 100%;
}

.w-1,
.w-2,
.w-3,
.w-4,
.w-5,
.w-6,
.w-7,
.w-8,
.w-9,
.w-10,
.w-11,
.w-12 {
    padding-left: var(--gutter-width);
    padding-right: var(--gutter-width);
}

body {
    color: var(--secondary-color);
    font-family: var(--font);
    font-size: var(--fs);
    font-weight: var(--fw);
    line-height: var(--lh);
    background: #fff;
}

a {
    text-decoration: none;
    font-family: Jost !important;

}

ul,
ol {
    list-style: none;
    padding-left: 0;
    font-family: poppins !important;
    font-weight: 300;
    font-size: 16px;

}

img {
    max-width: 100%;

}

h1, h2, h3, h4, h6 {
    color: #050404;
    font-family: Jost !important;
}

p {
    color: #000;
    font-family: poppins !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--gutter-width));
    margin-right: calc(-1 * var(--gutter-width));
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-space-around {
    justify-content: space-around;
}

.justify-space-evenly {
    justify-content: space-evenly;
}

.align-item-start {
    align-items: flex-start;
}

.align-item-end {
    align-items: flex-end;
}

.align-item-baseline {
    align-items: baseline;
}

.align-item-stretch {
    align-items: stretch;
}

.align-item-center {
    align-items: center;
}

.self-start {
    align-self: start;
}

.self-start-center {
    align-self: center;
}

.self-start-end {
    align-self: end;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

html,
body {
    scroll-behavior: smooth;
    background-color: #FFFFFF;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
a {
    font-family: "Inter", sans-serif;
} */
.wh {
    color: #FFFFFF;
}

/* header */
/* Base Styles */
.get-in a {
    border: 1px solid white;
    color: white;
    border-radius: 30px;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 19px;
    margin-left: 15px;
    transition: 0.3s all ease-in-out;
}

.get-in a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.get-in a:hover {
    border: 1px solid #2E52A3;
}

.get-in a:hover {
    color: #2E52A3;
}

.h2-heading {
    font-size: 42px;
    font-weight: 500;
    padding-bottom: 15px;

}

.h3-heading {
    font-size: 26px;
    font-weight: 400;
    padding-top: 15px;

}

.navbar {
    background-color: #6395ED;
    color: white;
    /* padding: 1rem 0; */
    position: relative;
    z-index: 99999;
    display: flex;
    position: fixed;
    width: 100%;
}

.navbar-container {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-brand img {
    width: 90px;
}

.navbar-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

.navbar-nav {
    list-style: none;
    flex-direction: row;
}

.nav-item {
    position: relative;
    margin-left: 20px;
    display: flex;
    color: white;
}

.nav-link {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    font-size: 18px;
}

/* .nav-link:focus{
    color: #FFFFFF !important;
} */

.nav-link:hover,
.nav-item.active .nav-link {
    color: #FFFFFF !important;
}

.nav-link i {
    font-size: 0.8rem;
    /* transition: transform 0.3s ease, color 0.3s; */
    transition: all 0.5s ease-in-out;

}

.nav-item.mega-dropdown:hover .nav-link i,
.nav-item.active .nav-link i {
    transform: rotate(180deg);
    color: #FFFFFF !important;
}

.mega-dropdown {
    position: static !important;
}

.mega-menu {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background-color: #6395ED;
    color: #333;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
    display: none;
    z-index: 1000;
}

.mega-menu-content {
    display: block;
    flex-direction: start;
    align-items: center;
    gap: 60px;
}

.mega-menu-content:hover h2,
.menu-item {
    font-size: 19px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    padding-top: 30px;
    font-weight: 400;
}

.menu-item i {
    font-size: 1.2rem;
    transition: transform 0.3s ease, color 0.3s ease;
    transition: all 0.5s ease-in-out;

}

.menu-item:hover {
    color: #2E52A3;
}

.menu-item:hover i {
    transform: translateX(5px);
    color: #2E52A3;
}

.mega-menu-column {
    flex: 1;
    padding: 0 15px;
}

.mega-menu-column h3 {
    margin-bottom: 15px;
    color: #2c3e50;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.mega-menu-column ul {
    list-style: none;
}

.mega-menu-column ul li {
    margin-bottom: 8px;
}

.mega-menu-column a {
    text-decoration: none;
    transition: color 0.3s;
}

.mega-menu-column a:hover {
    /* color: #3498db; */
}

.nav-item.mega-dropdown:hover .mega-menu,
.nav-item.active .mega-menu {
    display: flex;
}



/* banner */
.banner-main {
    display: flex;
}

.banner-head {
    padding-top: 20%;
}

.banner-head span {
    color: #2E52A3;
}

.banner-head h1 {
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    filter: drop-shadow(2px 4px 6px black);

}

.banner-para p {
    font-size: 20px;
    color: #757E92;
    font-weight: 400;
}

.buttons {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 400px;
    /* height: 300px; */
}

.btn {
    cursor: pointer;
    width: fit-content;
    height: 50px;
    /* padding: 17px; */
    border: none;
    /* margin: 0 10px 40px; */
    color: #fff;
    font-weight: 500;
    flex: 0 0 auto;
    border-radius: 30px;
    padding: 5px 25px;
    font-family: Jost !important;
}

.btn-3 {
    color: #2E52A3;
    border: 1px solid #2E52A3;
    transition: all 0.3s ease;
}

.btn-3:hover {
    /* width: 160px; */
    background: #2E52A3;
    color: white;
}


/* marquee-section */
/* Marquee container */
.marquee-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.marquee-img {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding: 20px;
    background-color: transparent;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 50px;
    /* Space between images */
    animation: marquee-scroll 15s linear infinite;
    min-width: 200%;
    /* Ensures seamless transition */
}

.marquee-content img {
    width: 200px;
    /* height: 75px; */

}

/* Grayscale transition */
.marquee-content img {
    width: 120px;
    /* height: 75px; */
    /* filter: grayscale(100%); */
    transition: filter 0.5s ease-in-out;
}

.marquee-content img:hover {
    filter: grayscale(0%);
}

/* Pause animation on hover */
.marquee-img:hover .marquee-content {
    animation-play-state: paused;
}

/* Keyframes for infinite scrolling */
@keyframes marquee-scroll {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Adjust for responsiveness */
@media (max-width: 768px) {
    .marquee-content {
        gap: 50px;
        animation-duration: 10s;
    }
}

@media (max-width: 480px) {
    .marquee-content {
        gap: 15px;
        animation-duration: 8s;
    }
}



/* new-section */
.heading-2x h2 {
    font-size: 42px;
    font-weight: 500;
    text-align: center;
}

.heading-2x p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    /* padding-top: 20px; */
    color: #000000;
}

.btn-box {
    color: #2E52A3;
    border: 1px solid #2E52A3;
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* width: 400px; */
    /* height: 300px; */
}

.btn-blue-hover {
    background-color: white;
    color: #2E52A3;
    border: 2px solid #2E52A3;
    transition: all 0.3s ease;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
}

/* Hover effect triggered when hovering over the entire strategy-box */
.strategy-box:hover .btn-blue-hover {
    background-color: #2E52A3;
    color: white;
}



.box-sec-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.strategy-box {

    padding: 50px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    background: #2e52a3;
}



.strategy-box:hover .btn-3 {
    background-color: #2E52A3;
    color: white;
    transition: all 0.3s ease-in-out;
}

.strategy-box a {
    color: #FFF;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.strategy-img img {
    height: 100px;
    width: 100%;
}

.strategy-para p {
    text-align: center;
    padding-top: 25px;
    font-size: 19px;
    font-weight: 00;
    text-align: center;
    color: #FFFFFF;
}

.strategy-head h4 {
    text-align: center;
    padding-top: 25px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}



/* new-section */
.who-relief h2 {
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    /* padding-bottom: 15px; */
}

.who-relief p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #000000;
}


/* new-section */
.agility-main {
    display: flex;
}

.agility-head h2 {
    font-size: 42px;
    font-weight: 500;
}

.agility-para p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    color: #000000;
}



/* accordin */
.accordion-main {
    width: 100%;
    /* max-width: 600px; */
    margin: 10px auto;
    border-radius: 5px;
    background: transparent;
}

.w {
    position: relative;
    padding-right: 20px;
    border-right: 2px solid #2E52A3;
}

.w:last-child {
    border-right: none;
}

.accordion_head {
    color: white;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #2E52A3;
}

.accordion_head h6 {
    color: #2E52A3;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}


.accordion_head_2 {
    background: linear-gradient(270deg, #282828 0%, #323232 25%, #151515 75%, #151515 100%);
    color: white;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
}

.plusminus i {
    font-size: 18px;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    color: white;
}

.plusminus i:hover {
    color: #2E52A3;
}

.accordion_body {
    display: none;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #2E52A3;
    margin-top: 10px;
    border-radius: 20px;
    border: 1px solid #2E52A3;
}

.plusminus i {
    font-size: 18px;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    color: #2E52A3;
}

.accordion_head:hover .plusminus i,
.accordion_head_2:hover .plusminus i {
    color: #2E52A3;
    /* Icon turns #2E52A3 on hover */
}

.inside-item {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
}

.inside-item h5 {
    color: #2e52a3;
    font-weight: 700;
    font-size: 20px;
    font-family: "Inter", sans-serif;
}

.inside-item p {
    color: #212121;
    font-size: 18px;
}

.custom-list {
    list-style: none;
    padding: 0;
}

.custom-list li {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    padding: 10px;
}

.icon-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #2E52A3;
    border-radius: 50%;
    margin-right: 10px;
}

.icon-bg i {
    color: white;
    /* Icon color */
    font-size: 14px;
}

/* slider-section */
/* Slider Container */
.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    overflow: visible;
    position: relative;
}

/* Each Slide */
.slide {
    flex: 0 0 calc(100% / 3.5);
    /* 3 full + 1 half visible */
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* Stack image and content vertically */
    align-items: center;
    /* Center content */
    margin-left: 20px;
    border-radius: 20px;
    padding: 10px 10px;
    /* box-shadow: 00px 1px 2px #2E52A3; */
    border: 1px solid #c2c2c2;

}

.slide img {
    width: 100%;
    /* Make the image fill the width */
    height: 300px;
    /* Adjust as needed */
    object-fit: cover;
    border-radius: 20px;
}

.text-content {
    text-align: left;
    /* margin-top: 10px; */
    width: 100%;
    color: white;
}

.text-content h4 {
    margin: 0;
    font-size: 23px;
    font-weight: 500;
    color: #2e52a3;
    padding-top: 5px;
}

.text-content p {
    margin: 5px 0;
    font-size: 18px;
    padding-top: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.slide button {
    background-color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    color: black;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-top: 25px;
}

.slide button:hover {
    background-color: #2E52A3;
    color: white;
}

/* Navigation Arrows inside Dots */
.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    width: 100%;
    /* Ensure container stretches full width */
}

.dot-container {
    display: flex;
    /* Arrange dots horizontally */
    justify-content: center;
    gap: 10px;
    /* Add spacing between dots */
    z-index: 99;
    margin-top: 40px;
}

.dot {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: lightgray;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #2E52A3;
    /* Active dot color */
    width: 40px;
    height: 16px;
    border-radius: 50px;
}

.insight-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.insight-head h2 {
    font-size: 42px;
    font-weight: 500;
    padding-bottom: 15px;
}

.insight-para p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.buttonssss {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    /* width: 400px; */
    /* height: 300px; */
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* color: white; */
    border: none;
    padding: 13px 20px;
    cursor: pointer;
    font-size: 25px;
    z-index: 10;
    border: 1px solid #2e52a3;
    border-radius: 50%;
    margin-top: 20px;
    background-color: #ffffff;
    color: #2e52a3;
    transition: 0.3s all ease-in-out;
}

.slider-nav:hover {

    background-color: #2e52a3;
    color: #ffffff;
    border: 1px solid #2e52a3;
}

.slider-nav.prev {
    left: 700px;
}

.slider-nav.next {
    right: 700px;
}

/* Full-width slider and positioning */
.slider-track {
    width: 100%;
}

/* Responsive adjustments */
/* Responsive adjustments */
@media (max-width: 1441px) {
    .slide {
        flex: 0 0 calc(100% / 2);
        /* border: 1px solid #dbdbdb24; */
        /* margin-left: 20px; */
        /* border-radius: 20px; */
        /* padding: 20px 10px; */
        /* box-shadow: 00px 1px 2px white; */
    }

    .slider-nav.prev {
        left: 450px;
        z-index: 9999;
    }

    .slider-nav.next {
        right: 450px;
        z-index: 9999;
    }

    .slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /* color: white; */
        border: none;
        padding: 13px 20px;
        cursor: pointer;
        font-size: 25px;
        z-index: 10;
        border: 1px solid #2e52a3;
        border-radius: 50%;
        margin-top: 20px;
        background-color: #ffffff;
        color: #2e52a3;
        transition: 0.3s all ease-in-out;
    }

    .slider-nav:hover {

        background-color: #2e52a3;
        color: #ffffff;
        border: 1px solid #2e52a3;
    }
    .slide {
                flex: 0 0 calc(100% / 3);
        margin-left: 3px;
    }
}

@media (max-width: 1025px) {
    .slide {
        flex: 0 0 calc(100% / 2);
        margin-left: 3px;
    }

    .slider-nav.prev {
        left: 250px;
    }

    .slider-nav.next {
        right: 250px;
    }

    .slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /* color: white; */
        border: none;
        padding: 13px 20px;
        cursor: pointer;
        font-size: 25px;
        z-index: 10;
        border: 1px solid #2e52a3;
        border-radius: 50%;
        margin-top: 20px;
        background-color: #ffffff;
        color: #2e52a3;
        transition: 0.3s all ease-in-out;
    }

    .slider-nav:hover {

        background-color: #2e52a3;
        color: #ffffff;
        border: 1px solid #2e52a3;
    }
}

@media (max-width: 768px) {
    .slide {
                flex: 0 0 calc(100% / 2);
        margin-left: 3px;
    }

    .slider-nav.prev {
        left: 30px;
    }

    .slider-nav.next {
        right: 30px;
    }

    .slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /* color: white; */
        border: none;
        padding: 13px 20px;
        cursor: pointer;
        font-size: 25px;
        z-index: 10;
        border: 1px solid #2e52a3;
        border-radius: 50%;
        margin-top: 20px;
        background-color: #ffffff;
        color: #2e52a3;
        transition: 0.3s all ease-in-out;
    }

    .slider-nav:hover {

        background-color: #2e52a3;
        color: #ffffff;
        border: 1px solid #2e52a3;
    }
}

@media (max-width: 480px) {
    .slide {
        flex: 0 0 calc(100% / 1);
        /* Full-width slides on small screens */
    }
    .slide {
    margin-left: 2px;
}

    .slider-nav.prev {
        left: 10px;
        z-index: 9999;
    }

    .slider-nav.next {
        right: 10px;
        z-index: 9999;
    }

    .slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /* color: white; */
        border: none;
        padding: 13px 20px;
        cursor: pointer;
        font-size: 25px;
        z-index: 10;
        border: 1px solid #2e52a3;
        border-radius: 50%;
        margin-top: 20px;
        background-color: #ffffff;
        color: #2e52a3;
        transition: 0.3s all ease-in-out;
    }

    .slider-nav:hover {

        background-color: #2e52a3;
        color: #ffffff;
        border: 1px solid #2e52a3;
    }
}

@media (max-width: 340px) {
    .slide {
        flex: 0 0 100%;
        /* Full-width slides on small screens */
    }

    .slider-nav.prev {
        left: 10px;
        z-index: 9999;
    }

    .slider-nav.next {
        right: 0px;
        z-index: 9999;
    }

    .slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /* color: white; */
        border: none;
        padding: 13px 20px;
        cursor: pointer;
        font-size: 25px;
        z-index: 10;
        border: 1px solid #2e52a3;
        border-radius: 50%;
        margin-top: 20px;
        background-color: #ffffff;
        color: #2e52a3;
        transition: 0.3s all ease-in-out;
    }

    .slider-nav:hover {

        background-color: #2e52a3;
        color: #ffffff;
        border: 1px solid #2e52a3;
    }
}



/* new-section */
.unlock-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.unlock-head h2 {
    font-size: 42px;
    font-weight: 500;
}

.unlock-para p {
    font-size: 15px;
    color: #000000;
}

.unlock-img img {
    /* height: 270px; */
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: 50% 10%;
    position: relative;
    /* left: 18%; */
}

.circle-img img {
    height: 350px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: 50% 10%;
    position: relative;
    /* left: 18%; */
}

.customs-list {
    list-style: none;
    padding: 0;
    vertical-align: middle;
}

.customs-list li {
    display: flex;
    align-items: baseline;
    font-size: 16px;
}

.custom-list p {
    color: #ffffff;
    font-size: 20px;
}

.icons-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #2E52A3;
    border-radius: 50%;
    margin-right: 10px;
}

.icons-bg i {
    color: white;
    font-size: 14px;
}


/* slider-testinomal */
/* Adjustments for Testimonial Slider */
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-button-prev {
    left: 30% !important;
    margin-bottom: 50px !important;
    display: none !important;

}

.swiper-button-next {
    right: 30% !important;
    margin-bottom: 50px !important;
    display: none !important;

}

.swiper-pagination-bullet {
    height: 16px !important;
    width: 16px !important;
    display: inline-block !important;
    border-radius: 50% !important;
    background-color: #212121 !important;
    opacity: .2 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #2E52A3 !important;
    width: 40px !important;
    height: 16px !important;
    border-radius: 50px !important;
}

.testimonial-slide {
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
}

.testimonial-text {
    padding-left: 20px;
    max-width: 1000px;
}

.testimonial-text h3 {
    font-size: 25px;
    font-weight: 700;
    color: #212121;
    text-align: left;
}

.testimonial-text p {
    font-size: 20px;
    font-weight: 700;
    color: #2E52A3;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

.swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-top: 20px;
}

.swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #ff5733;
    border-radius: 50%;
    margin: 0 5px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #ff3b3b;
    transform: scale(1.3);
}

.swiper-button-prev {
    color: #ff5733;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    position: relative;
    left: 38%;
}

.swiper-button-next {
    color: #ff5733;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    position: relative;
    right: 38%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: 40%;
    left: 0;
    width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .swiper-controls {
        gap: 10px;
        /* #2E52A3uce space */
    }

    .swiper-pagination-bullet {
        width: 10px;
        /* Smaller dots */
        height: 10px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        font-size: 18px;
        /* Adjust arrow size */
        padding: 6px;
    }

    .testimonial-slide {
        display: block;
    }
}

@media (max-width: 480px) {
    .swiper-controls {
        flex-direction: column;
        /* Stack arrows and dots on smaller screens */
        gap: 8px;

    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        font-size: 16px;
        padding: 5px;
    }

    .testimonial-slide {
        display: block;
    }
}

/* slider */
.splide {
    width: 100%;
    max-width: 100%;
    /* height: 100vh; */
    position: relative;
}

.splide__track {
    overflow: visible !important;
}

.splide__list {
    display: flex;
    gap: 30px;
}

.splide__slide {
    position: relative;
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: brightness(0.6);
}

.splide__slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50px;
    transition: transform 0.3s ease;
    margin: 0 30px;
}

.splide__slide.is-active {
    filter: brightness(1);
    transform: scale(1.03);
    z-index: 5;
}

.slide-content {
    position: absolute;
    top: 46%;
    left: 9%;
    /*transform: translate(-50%, -50%);*/
    /*text-align: left;*/
    color: white;
    opacity: 0;
    transition: opacity 0.5s;
    /* font-size: 35px; */
    /* font-family: "Inter",sans-serif; */
}

.splide__slide.is-active .slide-content {
    opacity: 1;
}

.slide-content h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 2%;
}

.slide-content p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
}

.slide-content a {
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 30px;
    transition: background 0.3s, color 0.3s;
}

.splide__slide:hover .slide-content a {
    background: #2E52A3;
    color: white;
    border: 1px solid #2E52A3;

}

.slide-content button {
    color: #2E52A3;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #2E52A3;
    border-radius: 30px;
    transition: background 0.3s, color 0.3s;
    font-family: Jost;
}

.splide__slide:hover .slide-content button {
    background: #2E52A3;
    color: white;
}

.splide__pagination__page {
    /* background: #212121 !important ; */
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 16px !important;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 16px !important;
    margin-left: 20px !important;
}

.splide__pagination {
    bottom: 3% !important;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.splide__pagination__page.is-active {
    background: #2E52A3 !important;
    width: 40px !important;
    height: 16px !important;
    transform: scale(1.4);
    z-index: 1 !important;
    border-radius: 50px !important;
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: transparent !important;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 60% !important;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
    transition: 0.5s all ease-in-out !important;
}

.splide__arrow:hover {
    -ms-flex-align: center;
    align-items: center;
    background: #2E52A3 !important;
}

.splide__arrow svg {
    fill: white !important;
    height: 1.2em;
    width: 1.2em;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    .splide__list {
        gap: 20px;
        /* Adjust gap for medium screens */
    }

    .splide__slide img {
        height: 400px;
        /* Smaller images on medium screens */
    }

    .slide-content h2 {
        font-size: 22px;
        /* Adjust text size for medium screens */
    }

    .slide-content p {
        font-size: 14px;
        /* Adjust text size for medium screens */
    }
}

@media (max-width: 768px) {
    .splide__list {
        gap: 10px;
        /* Adjust gap for small screens */
    }

    .splide__slide img {
        height: 300px;
        /* Smaller images on small screens */
    }

    .slide-content h2 {
        font-size: 20px;
        /* Adjust text size for small screens */
    }

    .slide-content p {
        font-size: 12px;
        /* Adjust text size for small screens */
    }

    .slide-content button {
        font-size: 14px;
        /* Adjust button text size */
        padding: 8px 16px;
        /* Adjust button padding */
    }
}

@media (max-width: 480px) {
    .splide__slide img {
        height: 250px;
        /* Further #2E52A3uce image size on extra small screens */
    }

    .slide-content h2 {
        font-size: 18px;
        /* Adjust text size for extra small screens */
    }

    .slide-content p {
        font-size: 12px;
        /* Adjust text size for extra small screens */
    }

    .slide-content button {
        font-size: 14px;
        /* Adjust button text size */
        padding: 6px 14px;
        /* Adjust button padding */
    }
}


/* Style for image in the slider */
.testimonial-image {
    height: 60px;
    width: 100px;
    object-fit: cover;
}

footer {
    padding-top: 100px;
    padding-bottom: 50px;
}

/* footer */
.btn-red {
    display: inline-flex;
    align-items: center;
    color: #2e52a3;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #2E52A3;
    border-radius: 30px;
    transition: transform 0.3s ease-in-out;
    margin-top: 14px;
}

.btn-red i {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.btn-red:hover {
    transform: translateX(2px);
    /* Moves button to the right */
    background-color: #2e52a3;
    color: #ffffff;
}

.btn-red:hover i {
    transform: translateX(5px);
    /* Moves icon to the right */
}

/* button inverse */

.btn-white {
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 30px;
    transition: transform 0.3s ease-in-out;
    margin-top: 14px;
}

.btn-white i {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.btn-white:hover {
    transform: translateX(2px);
    /* Moves button to the right */
    background-color: #fff;
    color: #2e52a3;
}

.btn-white:hover i {
    transform: translateX(5px);
    /* Moves icon to the right */
}


/* end */

.footer-main {
    display: flex;
}

.footer-side {
    display: flex;
    /* gap: 30px; */
}

.footer-head h4 {
    font-size: 26px;
    font-weight: 400;
}

.footer-para p {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
}

.form-container {
    /* padding: 20px; */
    border-radius: 8px;
    width: 100%;
    max-width: 550px;
    padding-top: 20px;
}

.form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.input-container {
    position: relative;
    width: 100%;
    font-family: "inter", sans-serif;
    color: #9DA3AF;
}

.input-field {
    width: 100%;
    border: 1px solid #ccc;
    border: 1px solid #2e52a3;
    border-radius: 1.5rem;
    padding: 0.5em 1.2em;
    font-size: 19px;
    color: #151515;
    transition: all 0.3s ease;
    padding-left: 50px;
    font-family: "Montserrat", sans-serif;

}

.message-box textarea {
    height: 50px;
    resize: none;
    width: 100%;
}

/* Hover Image Inside Input */
.hover-img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.input-container:hover .hover-img {
    opacity: 1;
}

/* Active Class (#2E52A3 Border for Clicked Inputs) */
.active-input {
    border: 1px solid #2E52A3 !important;
}


/* Footer styling */
.footer-sec-head h3 a {
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease-in-out;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    /* letter-spacing: 0.08em; */
    font-weight: 700;
    padding-bottom: 15px;
    color: #212121;
    font-family: "Montserrat", sans-serif;
}

.footer-sec-head h4 {
    text-decoration: none;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    /* letter-spacing: 0.08em; */
    font-weight: 700;
    padding-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}

/* Add arrow icon */
.footer-sec-head h3 a::after {
    content: "→";
    /* Unicode right arrow */
    margin-left: 8px;
    font-size: 20px;
    color: #212121;
    transition: margin-left 0.3s ease-in-out;
}

/* Hover effect on h3 */
.footer-sec-head h3 a:hover {
    color: #2E52A3;
}

.footer-sec-head h3 a:hover::after {
    margin-left: 12px;
    /* Moves the arrow slightly on hover */
}

/* Styling for list items */
.footer-sec-head ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.footer-sec-head ul li {
    margin: 5px 0;
}

.footer-sec-head ul li a {
    color: #212121;
    text-decoration: none;
    transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
}

/* Hover effect on list items */
.footer-sec-head ul li a:hover {
    /* color: #2E52A3; */
    /* text-decoration: underline; */
}

.justify-content-between {
    justify-content: end !important;
}

.links-with-hov a {
    text-decoration: none;
    color: #212121;
    margin-right: 10px;
    position: relative;
    padding-right: 15px;
    font-size: 14px;
}

.links-with-hov a strong {
    font-weight: bold;
    color: #212121;
    transition: color 0.3s ease-in-out;
    /* Smooth transition */
}

.links-with-hov a:hover strong {
    color: #2E52A3;
    /* White to #2E52A3 on hover */
}

.links-with-hov a:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0px;
    color: #212121;
}

.links-with-hov-p p {
    color: #2c52a3;
    font-size: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #2c52a3;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    border: 2px solid #2c52a3;
}

.icon:hover {
    background-color: #2E52A3;
    color: white;
    border-color: #2E52A3;
}



/* for-swiper */
/* .swiper-button-prev {
    position: relative !important;
    right: -67% !important;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next {
    position: relative !important;
    left: 7% !important;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
} */

.slider-heading h5 {
    margin: 70px 0 40px 0;
    font-weight: 700;
    font-size: 23px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 0 !important;
    /* width: calc(var(--swiper-navigation-size)/ 44 * 27); */
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.btn-white {
    display: inline-flex;
    align-items: center;
    background-color: white;
    color: #2E52A3;
    padding: 7px 25px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #2E52A3;
    border-radius: 20px;
    transition: transform 0.3s ease-in-out;
    margin-top: 14px;
}

.btn-white i {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.btn-white:hover {
    transform: translateX(2px);
    color: white;
    background-color: #2E52A3;
}

.btn-white:hover i {
    transform: translateX(5px);
    /* Moves icon to the right */
}


.btn-white-rev {
    display: inline-flex;
    align-items: center;
    background-color: white;
    color: #2E52A3;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #2E52A3;
    border-radius: 30px;
    transition: transform 0.3s ease-in-out;
    margin-top: 15px;
    font-family: Jost !important;
}

.btn-white-rev i {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.btn-white-rev:hover {
    transform: translateX(2px);
    color: white;
    background-color: #2E52A3;
}

.btn-white-rev:hover i {
    transform: translateX(5px);
    /* Moves icon to the right */
}


/* bottom-to-top */

.bottom-to-top a i {
    background-color: #2e52a3;
    color: #ffffff;
    padding: 20px;
    font-size: 25px;
    border-radius: 15px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

.bottom-to-top a i:hover {
    background-color: #212121;
    color: #ffffff;
}

/* Trigger Button */
.consent-btn {
    position: fixed;
    bottom: 25px;
    left: 3px;
    padding: 12px 18px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

/* Modal Background */
.modal {
    display: none;
    /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

/* Modal Box */
.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 25px;
    border-radius: 12px;
    width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: sans-serif;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

/* List styling */
.modal-content ul {
    list-style: none;
    padding: 0;
}

.modal-content li {
    margin: 5px 0;
    font-size: 16px;
}

/* Show details */
.show-details {
    color: #5700ff;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: none;
}

/* Buttons */
.modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.outline-btn {
    padding: 10px 15px;
    border: 2px solid #5700ff;
    background: none;
    color: #5700ff;
    border-radius: 5px;
    cursor: pointer;
}

.filled-btn {
    padding: 10px 15px;
    border: none;
    background-color: #5700ff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

/* cursor */
#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #2e52a3;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
}

#cursor-border {
    --size: 50px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #2e52a3;
    pointer-events: none;
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
        height 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 9999;
}




.blog-background {
    background-image: url(../images/global-network-technology.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 80vh;
}

.blog-data h2 {
    padding: 50px 0;
    text-align: center;
    font-weight: 500;
    font-size: 42px;
}

.blog-part {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
    padding: 50px 0;
}

.blog-section- h3 {
    padding: 0px 0 15px;
    font-weight: 500;
    font-size: 26px;
}

.blog-part ul {
    font-family: Montserrat !important;
    font-size: 16px;
    padding-left: 20px;
    list-style-type: disc;
}

.blog-section- ul {
    font-family: Montserrat !important;
    font-size: 16px;
    padding-left: 20px;
    list-style-type: disc;
}

.blog-part img {
    border-radius: 20px;
}

.blog-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    align-items: center;
    padding: 20px 0;
}

.blog-section- {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 50px;
}

.blog-section- h4 {
    font-size: 20px;
    font-weight: 500;
}

/* .blog-content div{
    border: 1px solid #d4d4d4;
    padding: 10px;
  } */

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 50px 0;
    align-items: center;
}

.ser-images img {
    width: 100%;
    /* border-radius: 20px; */
    padding-top: 15px;
}

.cover {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 9999;
    position: relative;
    margin: auto;
    top: 50%;
}

.service-con h2 {
    font-size: 42px;
    padding-bottom: 15px;
    font-weight: 500;
}

.service-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/crm.png");
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.bb-1 {
    border-bottom: 1px solid #d4d4d4;
}

.sec_approach {
    padding: 150px 50px 100px;
    position: relative;
    /* top: 100px; */
}

.aproach {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: anchor-center;

}


.aproach p {
    /* max-width: 650px; */
}

.stretegy-sec {
    padding: 100px 50px;
}

.our-stre {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.approch-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0px 0 50px;
}

.approach-data {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* align-items: center; */
    /* text-align: center; */
    border: 1px solid #d4d4d4;
    padding: 20px 30px;
    border-radius: 30px;
}

.approach-data img {
    width: 64px;
    text-align: center;
}


.about-section {
    padding: 150px 50px 50px;
}

.about-sec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: anchor-center;
    padding: 0px 0 50px;
}

.phylosopy {
    padding: 50px 50px 50px;

}

.philosopy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: anchor-center;
}

.piloshopy-g h2 {
    /* font-size: 40px; */
    /* font-weight: 600; */
    padding-bottom: 20px;
}

.phylosopy-g {
    padding: 0px 50px 50px;
}

.piloshopy-g li {
    color: #000;
    font-family: Montserrat !important;
    /* padding-left: 15px; */
    font-size: 16px;
}

.piloshopy-g ul {
    list-style-type: disc;
    padding-left: 35px;
}

.news-full {
    padding: 150px 50px 50px;
}

.news-full h2 {
    text-align: center;
    /* font-size: 42px; */
}

.br-30 {
    border-radius: 50px;
}

.our-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 50px 0 0;
}

.news-data {
    /* padding: 10px; */
    border: 1px solid #d4d4d4;
    border-radius: 20px;
}

.news-data img {
    border-radius: 20px 20px 0 0;
}

.news-data .text-content {
    padding: 0px 20px 20px;
}

.news-data .text-content h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
    line-height: 30px;
}

/* award */

.awards {
    padding: 150px 50px 50px;
}

.awards h2 {
    text-align: center;
    /* font-size: 42px; */
}

.our-awards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 50px 0 0;
}

.award-detail {
    /* padding: 10px; */
    border: 1px solid #d4d4d4;
    border-radius: 20px;
}

.award-detail img {
    border-radius: 20px 20px 0 0;
    padding: 10px;
}

.award-detail .text-content {
    padding: 0px 20px 20px;
}

.award-detail .text-content h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding-top: 10px;
    line-height: 30px;
}

/* career */
.career-cont {
    padding: 150px 50px 50px;
}

.career-con {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 0px;
}

.culture {
    background-color: #fff;
    padding: 25px;
    margin: 25px;
    border-radius: 30px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.career {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 0px 0 0;
    /* align-items: center; */
}

.career h2 {
    /* font-size: 42px; */
}

.our-values {
    padding: 50px 50px 50px;
}

.life-role {
    /* padding: 50px 50px 0px; */
}

.our-values {}

.values {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 50px 0 0;
    /* align-items: center; */
}

.value-sub {
    padding: 20px;
    /* border: 1px solid #d4d4d4; */
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    text-align: center;
}

.value-sub img {
    width: 90px;
}

.roles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    /* padding: 50px 0 0; */
    align-items: center;
}

.lifeat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 50px 0 0;
    align-items: center;
}




/* animation */
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.5deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.5deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

[data-animation] {
    opacity: 0;
    -webkit-animation-timing-function: var(--animation-timing-function);
    animation-timing-function: var(--animation-timing-function);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: var(--animation-duration);
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.slideInLeft {
    -webkit-animation-name: slideInleft;
    animation-name: slideInleft;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.zoomReverseIn {
    -webkit-animation-name: zoomReverseIn;
    animation-name: zoomReverseIn;
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-direction: reverse;
}

.cus-ser {
    padding: 100px 50px;
    margin-top: 20px;
}

.splide__slide- {
    position: relative;
}

.splide__slide- .slide-content {
    position: absolute;
    top: 48%;
    left: 5%;
    /* transform: translate(-50%, -50%); */
    /* text-align: left; */
    color: white;
    opacity: 1;
    transition: opacity 0.5s;
    /* font-size: 35px; */
    /* font-family: "Inter",sans-serif; */
}


.splide__slide- h3 {
    color: #fff;
}

.tems {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

.cservice {
    padding: 100px 50px 100px;
}

.ttems-img img {
    border-radius: 50px;
}

.join-team-vise {
    padding: 50px 50px 0;
}

.join-team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 50px 0;
}

.req-list {
    padding: 25px;
    border-radius: 30px;
    border: 1px solid #d4d4d4;
    background: #2c52a3;
}

.req-list h3 {
    padding-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
}
.req-list p{
    color: #fff;
}

.steps- {
    padding: 50px;
}

.steps-sim {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 50px 0 0;
}

.sugest-step {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 30px;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.sugest-step img {
    width: 80px;
}

.team-img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: center;
}

.form-d {
    padding: 50px 50px 70px;
}

/* .contact-deta{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 100px;
    align-items: center;
} */
form {
    font-family: jost;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#floatingTextarea {
    height: 150px;
}

.contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.contact-form a {
    color: #0e0e0e;
}

.contact-form {
    border-bottom: 1px solid #d4d4d4;
    padding: 25px 0px;
}

.contact-form p {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.team-con {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: top;
}

.insight {
    padding: 150px 50px 50px;
}

.btn0m {
    border: none;
    background: linear-gradient(to bottom, #3498db, #2980b9);
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    margin: 5px;
}

/* .active {
  background: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
} */
/* .box {
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  padding: 10px;
  height: 100px;
  width: calc(25% - 10px);
  float: left;
  margin: 5px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
} */

.life-d img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: top;
}

.new-padd {
    padding-top: 50px;
}




.footer-sec-head ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c9c9c9;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.footer-sec-head ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
    color: #2e52a3;
}

.marqu-content h6 {
    font-size: 35px;
}

.splide__pagination__page {
    background-color: #c4c4c4 !important;
}

.filter {
    filter: invert(1);
}

.sect {
    padding: 20px 30px !important;
}


.unlvok-bg {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/unlock-effect.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    text-align: center;
    color: #fff;
    /* border-radius: 20px; */
}

.unlvok-bg h2 {
    color: #fff;
}

.unlvok-bg p {
    color: #fff;
}

.unlock-sec {
    /* padding: 80px 45px 0px; */
}

.unlock-head {
    max-width: 800px;
}

.customs-list {
    list-style-type: circle;
}

.unlock-para {
    max-width: 750px;
}

.unlock-para h2 {
    font-size: 42px;
}

.core-service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* align-self: start */
    gap: 25px;


}

.service-tel {
    padding: 20px;
    border: 1px solid #c2c2c2;
    border-radius: 20px;
}

.core-service {
    padding-top: 20px;
}

.service-tel li {
    /* list-style: disc; */
    padding-top: 10px;
    /* padding-left: 10px; */
}

.field-ser {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* align-self: start */
    gap: 25px;
}

.field-ser-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* align-self: start */
    gap: 25px;
}

.field-test-ser {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
}

.field-test-ser img {
    width: 60px;
    overflow: inherit;
}

.field-test-ser h3 {
    font-size: 18px;
}

.field-test-ser p {
    font-size: 12px !important;
}


.max-w-cen {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.grid-three-st {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding-top: 50px;
}

.staff {
    padding: 50px;
    background: #2e52a3;
    border-radius: 50px;
    color: #fff;
}

.staff h3 {
    color: #fff;
    padding-bottom: 10px;
}

.staff p {
    color: #fff;
}

.grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    /* align-items: center; */
    /* padding-top: 50px; */
}

.grid-two-new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    /* padding-top: 50px; */
}

.oran-key {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.service-blue {
    padding: 20px;
    background: #2e52a3;
    border-radius: 20px;
    color: #fff;
}

.fixe-img img {
    height: 500px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.unlock-img img {
    /* height: 270px; */
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: 50% 10%;
    position: relative;
    /* left: 18%; */
}

.vis-mis-sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 50px 0px;
}

.philosopy-sec {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/phylosopy.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 50px 25px;
    /* border-radius: 20px; */
}

.philosopy-sec h2 {
    color: #fff;
    max-width: 850px;
    margin: auto;
    text-align: center;
}

.philosopy-sec h3 {
    color: #fff;
    max-width: 850px;
    margin: auto;
    text-align: center;
}

.phy-sec {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/phylosopy.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    align-items: center;
}

.phy-sec img {
    width: min-content;
}

.phy-sec p {
    color: #fff;
    padding-top: 20px;
}

.phy-sec h4 {
    color: #fff;
    padding-top: 20px;
}

.join {
    /* max-width: 900px; */
    margin: auto;
    text-align: center;
}


.about-grid-t {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.about-grid-r {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 20px 0 10px;
}

.about-grid-r h3 {
    font-size: 32px;
}

.about-grid-t h5 {
    font-family: jost;
    background-color: #f5f5f5;
    padding: 15px;
    margin: 0;
}

.footer-t-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.ser-img img {
    border-radius: 20px;
}

.counter-sec {
    background-color: #2c52a3;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 50px 0px;
}

.counter- {
    border: 1px solid #f5f5f56b;
    padding: 50px;
    border-radius: 20px;
}

.counter- h2 {
    font-size: 50px;
}

.counter- h5 {
    color: #fff;
    text-align: center;
    font-family: jost;
    padding-top: 20px;

}

.br-20 {
    border-radius: 20px;
}

.app-unlock-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
    padding-bottom: 50px;
}

.app-unlock-main img {
    border-radius: 0px;
}

.app-content {
    padding-left: 100px;
}

.cont-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.faq-ser-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.box-faq{
    border-radius: 30px;
    border: 1px solid #2E52A3;
    padding: 15px;
    transition: all .5s ease-in-out;
}
.box-faq:hover{
    border-radius: 30px;
    border: 1px solid #2E52A3;
    padding: 15px;
    background: #2E52A3;
    transition: all .5s ease-in-out;

}
.box-faq:hover h3{
    color: #fff;
}
.box-faq h3{
   margin-bottom: 0px; 
    color: #2c52a3;
    text-align: center;
}
.testing{
    padding: 0px 0px 0px 50px;
}

.service-blue h3{
    color: #fff;

}
.service-blue p{
    color: #fff;
}
.service-c img{
    width: 80px;
    padding-bottom: 15px;
}


.splide__lists {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    padding: 50px;
}

.splide__slide- img {
    width: 100%;
    height: 45vh;
    object-fit: cover;
    border-radius: 50px;
    transition: transform 0.3s ease;
}

.splide- {
    padding: 150px 50px 100px;
}