body, html {
font-family: 'Proxima Nova Condensed', sans-serif !important;
}

.header {
    height: 100vh !important;
}

.abouttop-container {
    height: 60vh;
    background-image: url(/Images/Background\ \(1\).png);

}

.introduction {
    margin-top: 4%;
    /* display: flex; */
    display: grid;
    grid-template-columns: 45% 50%;
    gap: 5%;
}

.jmv-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
    margin-top: 5%;
}

.left-image img {
    width: 100%;
    height: auto;
}

.right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 100px 40px 20px;
}

.right-content h3 {
    font-weight: 700;
    color: #0E314C;
    font-size: 38px;
    margin-bottom: 3%;
}


.right-content p {
    margin-right: 80px;
}

.journey, .mission, .vision{
    padding: 15px;
    border-radius: 15px;
    transition: all 0.5s ease;
   
}

.journey:hover, .mission:hover, .vision:hover {
    transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  
  .journey .mission .vision:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
  }


.right-content p,
.vision p,
.mission p,
.journey p {
    color: #6084A4;
    font-weight: lighter;
    font-size: 16px;
}

.vision,
.mission,
.journey {
    text-align: left;
}

.vision h3,
.mission h3,
.journey h3 {
    color: #0E314C;
    font-size: 18px;
}

.team {
    background-color: #F9F6F6;
}

.teamcontainer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3% 0;
}

.teamcontainer-top p {
    text-align: center;
}

.line {
    height: 5px;
    width: 100px;
    background-color: #03228F;
    margin-bottom: 3%;
}


.scroll-wrapper {
    position: relative;
    overflow: hidden;
}

.scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 20px;
}

.scroll::-webkit-scrollbar {
    display: none;
}

.scroll-card {
    min-width: 300px;
    /* adjust as needed */
    flex-shrink: 0;
    margin-right: 16px;
}

/* Pagination Dots */
.pagination-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.pagination-dots span {
    height: 12px;
    width: 12px;
    background-color: #d3d3d3;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.pagination-dots span.active {
    background-color: #003366;
    /* same as the dark dot */
}








.scroll-wrapper {
    overflow-x: auto;
    padding: 20px 0;
}



.scroll-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px 20px;
    width: 270px;
    flex-shrink: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
}

.card-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

.cardline {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 8px;
    background-color: #f9f6f6;
    border-radius: 10px;
    z-index: 0;
}

.scroll-card-img {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.scroll-card-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.teamname-info {
    text-align: center;
    margin: 10px 0;
}



.teamname-info {
    color: #fff;
    background: linear-gradient(to right, #082248, #1352AE);
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-top: 5px;
}

.teaminfo-outerlayer {
    display: flex;
    justify-content: center;
}

.socialmedia {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 15px 0;
    font-size: 18px;
    color: #be8fd6;
}

.description {
    text-align: center;
    color: #557;
    font-size: 14px;
}


.scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.scroll-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}







/* ---------------------------------------------- */

.teamname {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

.teamname-info {
    background-image: linear-gradient(#082248, #1352AE);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    border-radius: 50px;
    padding: 5px;
}

.scroll-card:hover .scroll-card-img img {
    border: 2px solid #3466AF;
    transition: all 0.1s ease-in-out;

}

.scroll-card:hover .cardline {
    background-color: #ffffff;
    transition: all 0.1s ease-in-out;

}

.scroll-card:hover .teamname-info {
    width: 100%;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    border-radius: 0px;
}

.socialmedia {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}

.socialmedia a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialmedia i {
    font-size: 16px;
}

.discription {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #6084A4;
}


/* scroll end */



/* textimonial */
/* .testimonial{
    margin: 100px 0;
}
.testimonial-test{
    display: grid;
    grid-template-columns: 35% 60%;
    gap: 5%;
    margin-top: 5%;
}
.img-side{
display: flex;
align-items: center;
justify-content: center;
}
.img-side img{
    height: 258px;
    width: 258px;
}
.testimonial-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonial-head h2{
    text-align: center;
}
.testimonial-head p{
    text-align: center;
    margin-bottom: 2%;
}
.review-side{
    text-align: start;
}
.stars{
    margin-bottom: 3%;
    color: #082248;
}
.review p{
    margin-bottom: 3%;
}
.reviewer-name{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    color: #082248;
}
.review span{
    font-size: 18px;
    font-weight: lighter;
    color: #B3B3B3;
} */

/*-----------------------------------*/

.testimonial-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-head h2 {
    text-align: center;
}

.testimonial-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 40px;
}

.testimonial-test {
            cursor: grab;
            user-select: none;
        }

        .testimonial-test:active {
            cursor: grabbing;
        }

        .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(8, 34, 72, 0.8);
            color: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .nav-button:hover {
            background: rgba(8, 34, 72, 1);
        }

        .nav-button.prev {
            left: 10px;
        }

        .nav-button.next {
            right: 10px;
        }





.testimonial-scroll {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 2rem;
  cursor: grab;
}

.testimonial-scroll:active {
  cursor: grabbing;
}

.testimonial-scroll::-webkit-scrollbar {
  display: none;
}



/* FIX: Each testimonial gets fixed width for consistent scroll */
.testimonial-test {
    min-width: 615px;
    margin: 0 auto;
    scroll-snap-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    align-items: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    gap: 10%;
    height: 50vh;
    display: grid;
    grid-template-columns: 25% 65%;
}


.img-side {
    justify-content: end;
    display: flex;
}

.img-side img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #082248;
}

.review-side {
    flex: 1;
    text-align: start;
    align-items: center;
}

.review-side .stars {
    margin-bottom: 10px;
    color: #082248;
}



.reviewer-name {
    font-weight: bold;
    font-size: 18px;
    color: #082248;
    margin-bottom: 5px;
}

.review span {
    font-size: 16px;
    color: #777;
}







.testimonial-wrapper {
    display: inline-block;
    padding-left: 10%;
    animation-name: slide;
    animation-duration: var(--duration-double);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.testimonial-wrapper {
    animation-delay: var(--duration);
}

@keyframes slide-then-hide {
    0% {
        transform: translate(0, 0);
    }

    100% {
        display: none;
        transform: translate(-100%, 0);
    }
}

@keyframes slide {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}


/* ============testimonial end=============== */
.contentP {
    padding: 3% 15%;
    text-align: center;
}

.connections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 25%; */
    padding: 0 10%;
}

.user-experience {
    background-color: #F9F6F6;
    /* padding: 60px 30px; */
    padding: 100px 0;
    background-image: url(/Images/aboutimg/map.11ebaeab.png.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5%;

}

.ex-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 100px;
}

/* common */
.ex-text h2,
.testimonial-head h2,
.teamcontainer-top h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0E314C;
    margin-bottom: 1.5%;
}

.ex-text .line,
.testimonial-head .line,
.teamcontainer-top .line {
    margin-bottom: 1.5%;
}

.ex-text p,
.testimonial-head p,
.teamcontainer-top p {
    font-size: 16px;
    color: #6084A4;
    padding: 10px 250px;
}

.ex-text p {
    margin-bottom: 5%;
}

/* common end */

.connections-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: start;
}

.connections-text h4 {
    color: #0E314C;
}

.connections-text span {
    color: #6084A4;
}

.connect-with-us {
    background-image: linear-gradient(#082248, #1352AE);
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    width: 40%;
    color: #ffffff;
}

.connections-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.connections {
    margin: 0 100px;
}

.left-image {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .testimonial */





@media only screen and (min-width:2304px) {

    .right-content h3,
    .teamcontainer-top h2,
    .testimonial-head h2,
    .ex-text h2 {
        font-size: 50px;
    }

    .right-content p,
    .vision p,
    .mission p,
    .journey p,
    .testimonial-head p,
    .testimonial-top p,
    .ex-text p {
        font-size: 26px;
    }

    .teamcontainer-top p {
        font-size: 26px;
    }

    .vision h3,
    .mission h3,
    .journey h3 {
        font-size: 32px;
    }

    .left-image img {
        width: 95%;
    }

    .img-side img {
        height: 300px;
        width: 300px;
    }

    .stars i {
        font-size: 32px;
    }

    .reviewer-name,
    .review span {
        font-size: 26px;
    }

    .review p {
        font-size: 23px;
    }

    .connect-with-us {
        background-image: linear-gradient(#082248, #1352AE);
        border: none;
        padding: 15px 25px;
        font-size: 28px;
        border-radius: 5px;
        width: 40%;
        color: #ffffff;
    }

    .connections-text h4 {
        font-size: 36px;
    }

    .connections-text span {
        font-size: 32px;
    }

    /* scroll-card */
    .scroll-card {
        background-color: #ffffff;
        border-radius: 15px;
        padding: 40px 20px;
        width: 25vw;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        position: relative;
        height: 45rem;
    }

    .scroll-card-img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .teaminfo-outerlayer {
        display: flex;
        justify-content: center;
        height: 8vh;
    }

    .name {
        font-size: 25px;
    }

    .position {
        font-size: 20px;
        font-weight: lighter;
    }

    .socialmedia {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 7% 0%;
    }

    .scroll-card:hover .teamname-info {
        width: 100%;
        border-radius: 50px;
        transition: all 0.5s ease-in-out;
        border-radius: 0px;
    }


    .socialmedia i {
        font-size: 29px;
    }

    .card-contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-bottom: 30px;
    }

    .description {
        text-align: center;
        color: #557;
        font-size: 25px;
        padding: 0% 3%;
    }

    .pagination-dots {
        display: flex;
        justify-content: center;
        gap: 13px;
        margin-top: 36px;
    }

    .pagination-dots span {
        height: 15px;
        width: 15px;
        background-color: #d3d3d3;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.3s ease;
    }



    .testimonial-test {
        min-width: 850px;
        padding: 30px;
        gap: 0%;
        grid-template-columns: 40% 60%;
    }

    .img-side {
        display: flex;
        justify-content: center;
    }

    .img-side img {
        height: 20vh;
        width: 9vw;
    }

}

@media only screen and (max-width:2304px) {

    /* scroll-card */
    .scroll-card {
        background-color: #ffffff;
        border-radius: 15px;
        padding: 40px 20px;
        width: 25vw;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        position: relative;
        height: 45rem;
    }

    .scroll-card-img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .teamname-info {
        background-image: linear-gradient(#082248, #1352AE);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
        border-radius: 50px;
        padding: 5px;
    }

    .scroll-card:hover .teamname-info {
        width: 100%;
        border-radius: 50px;
        transition: all 0.5s ease-in-out;
        border-radius: 0px;
    }

    .teaminfo-outerlayer {
        display: flex;
        justify-content: center;
        height: 11vh;
    }

    .name {
        font-size: 25px;
    }

    .position {
        font-size: 20px;
        font-weight: lighter;
    }

    .socialmedia {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 8% 0%;
    }


    .socialmedia i {
        font-size: 29px;
    }

    .card-contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-bottom: 35px;
    }

    .description {
        text-align: center;
        color: #557;
        font-size: 25px;
        padding: 0% 3%;
    }

    .pagination-dots {
        display: flex;
        justify-content: center;
        gap: 13px;
        margin-top: 36px;
    }

    .pagination-dots span {
        height: 15px;
        width: 15px;
        background-color: #d3d3d3;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

    .scroll-card:hover .scroll-card-img img {
        border: 3px solid #3466AF;
        transition: all 0.1s ease-in-out;

    }

    .testimonial-test {
        min-width: 850px;
        padding: 30px;
        gap: 0%;
        grid-template-columns: 40% 60%;
    }

    .img-side {
        display: flex;
        justify-content: center;
    }

    .img-side img {
        height: 20vh;
        width: 10vw;
    }
}


@media only screen and (max-width:2303px) {

    .right-content h3,
    .teamcontainer-top h2,
    .testimonial-head h2,
    .ex-text h2 {
        font-size: 48px;
    }

    .right-content p,
    .vision p,
    .mission p,
    .journey p,
    .testimonial-head p,
    .testimonial-top p,
    .ex-text p {
        font-size: 24px;
    }

    .vision h3,
    .mission h3,
    .journey h3 {
        font-size: 30px;
    }

    .left-image img {
        width: 95%;
    }

    .img-side img {
        height: 280px;
        width: 280px;
    }

    .stars i {
        font-size: 30px;
    }

    .reviewer-name,
    .review span {
        font-size: 28px;
    }

    .review p {
        font-size: 22px;
    }

    .connect-with-us {
        background-image: linear-gradient(#082248, #1352AE);
        border: none;
        padding: 15px 25px;
        font-size: 26px;
        border-radius: 5px;
        width: 40%;
        color: #ffffff;
    }

    .connections-text h4 {
        font-size: 34px;
    }

    .connections-text span {
        font-size: 30px;
    }


    .testimonial-test {
        min-width: 850px;
        padding: 30px;
        gap: 0%;
        grid-template-columns: 40% 55%;
    }

    .img-side {
        display: flex;
        justify-content: center;
    }

    .img-side img {
        height: 20vh;
        width: 10vw;
    }
}


@media only screen and (max-width:2000px) {

    .right-content h3,
    .teamcontainer-top h2,
    .testimonial-head h2,
    .ex-text h2 {
        font-size: 44px;
    }

    .right-content p,
    .vision p,
    .mission p,
    .journey p,
    .testimonial-head p,
    .testimonial-top p,
    .ex-text p {
        font-size: 22px;
    }

    .vision h3,
    .mission h3,
    .journey h3 {
        font-size: 26px;
    }

    .left-image img {
        width: 95%;
    }

    .stars i {
        font-size: 26px;
    }

    .reviewer-name,
    .review span {
        font-size: 24px;
    }

    .review p {
        font-size: 20px;
    }

    .connect-with-us {
        background-image: linear-gradient(#082248, #1352AE);
        border: none;
        padding: 15px 25px;
        font-size: 22px;
        border-radius: 5px;
        width: 40%;
        color: #ffffff;
    }

    .connections-text h4 {
        font-size: 30px;
    }

    .connections-text span {
        font-size: 26px;
    }

    .discription {
        font-weight: 300;
        font-size: 20px;
        text-align: center;
        color: #6084A4;
        padding: 0% 10%;
    }

    /* .teamname-info .small {
        font-size: 17px;
        color: #FFFFFF;
    } */

    .scroll-card {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 35px 0;
        height: 30rem;
        width: 24.4%;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .scroll-card {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 35px 0;
        height: 36rem;
        width: 24.7%;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .socialmedia i {
        font-size: 25px;
    }

    .scroll-card-img {
        width: 170px;
        height: 170px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .card-contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-bottom: 30px;
    }

    .teaminfo-outerlayer {
        display: flex;
        justify-content: center;
        height: 12vh;
    }

    .socialmedia {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5% 0%;
    }

    .testimonial-test {
        min-width: 800px;
        padding: 30px;
        gap: 3%;
        grid-template-columns: 40% 57%;
    }
}

@media only screen and (max-width:1849px) {
    .scroll-card {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 35px 0;
        height: 28rem;
        width: 22%;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    /* .teamname-info {
        background-image: linear-gradient(#082248, #1352AE);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 60%;
        border-radius: 40px;
        padding: 6px;
        font-size: 1.3em;
    }

    .teamname-info .small {
        font-size: 16px;
        color: #FFFFFF;
    } */

    .discription {
        font-weight: 300;
        font-size: 19px;
        text-align: center;
        color: #6084A4;
        padding: 0% 10%;
    }

    .teaminfo-outerlayer {
        display: flex;
        justify-content: center;
        height: 10vh;
    }

    .scroll-card {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 35px 10px;
        height: 36rem;
        width: 25%;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .name {
        font-size: 24px;
    }

    .position {
        font-size: 19px;
        font-weight: lighter;
    }

    .img-side img{
        height: 20vh;
        width: 12vw;
    }
}

@media only screen and (max-width:1750px) {
    .socialmedia i {
        font-size: 19px;
    }

    /* .teamname-info {
        background-image: linear-gradient(#082248, #1352AE);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 60%;
        border-radius: 40px;
        padding: 6px;
        font-size: 1.2em;
    }

    .teamname-info .small {
        font-size: 15px;
        color: #FFFFFF;
    } */

    .scroll-card {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 30px 0;
        height: 33rem;
        width: 24%;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .scroll-card-img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .discription {
        font-weight: 300;
        font-size: 17px;
        text-align: center;
        color: #6084A4;
        padding: 0% 8%;
    }

    .position {
        font-size: 18px;
        font-weight: lighter;
    }

    .name {
        font-size: 22px;
    }

    .description {
        text-align: center;
        color: rgb(85, 85, 119);
        font-size: 24px;
    }

    .teaminfo-outerlayer {
        display: flex;
        justify-content: center;
        height: 10.5vh;
    }

    .scroll-card:hover .scroll-card-img img {
        border: 2px solid #3466AF;
        transition: all 0.1s ease-in-out;
    }

    .review p {
        font-size: 19px;
    }

    .review span {
        font-size: 21px;
    }

    .reviewer-name {
        font-size: 23px;
    }

    .testimonial-test {
        min-width: 700px;
    }

    .img-side img {
        height: 20vh;
        width: 9vw;
    }
}


@media only screen and (max-width:1550px) {
    .scroll-card {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 30px 10px;
        height: 30rem;
        width: 24%;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .socialmedia i {
        font-size: 18px;
    }

    .name {
        font-size: 19px;
    }

    /* .teamname-info {
        background-image: linear-gradient(#082248, #1352AE);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 58%;
        border-radius: 40px;
        padding: 5px;
        font-size: 1.1em;
    }

    .teamname-info .small {
        font-size: 14px;
        color: #FFFFFF;
    } */

    .scroll-card-img img {
        height: 95%;
        width: 95%;
        border-radius: 50%;
        object-fit: cover;
    }

    .position {
        font-size: 15px;
        font-weight: lighter;
    }

    .description {
        text-align: center;
        color: rgb(85, 85, 119);
        font-size: 20px;
    }

    .teaminfo-outerlayer {
        display: flex;
        justify-content: center;
        height: 11vh;
    }

    .review p {
        font-size: 17px;
    }

    .review span {
        font-size: 19px;
    }
}

@media only screen and (max-width:1440px) {

    .right-content h3,
    .teamcontainer-top h2,
    .testimonial-head h2,
    .ex-text h2 {
        font-size: 30px;
    }

    .right-content p,
    .vision p,
    .mission p,
    .journey p,
    .testimonial-head p,
    .ex-text p {
        font-size: 14px;
    }

    .vision h3,
    .mission h3,
    .journey h3 {
        font-size: 20px;
    }

    .line {
        height: 5px;
        width: 100px;
        background-color: #03228F;
        margin-bottom: 3%;
    }


    .teamcontainer-top p {
        font-size: 18px;
    }

    /* cards */


    .scroll-card-img img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

    .card-contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-bottom: 10px;
    }


    .review p {
        font-size: 17px;
    }

    .stars i {
        font-size: 18px;
    }

    .reviewer-name,
    .review span {
        font-size: 16px;
    }

    .img-side img {
        height: 22vh;
        width: 10vw;
    }

    .connections-text h4 {
        font-size: 24px;
    }

    .connections-text p {
        font-size: 18px;
    }

    .connect-with-us {
        background-image: linear-gradient(#082248, #1352AE);
        border: none;
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 5px;
        width: 40%;
        color: #ffffff;
    }

    .connections-text h4 {
        font-size: 20px;
    }

    .connections-text span {
        font-size: 14px;
    }

    .scroll-card {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 20px 0;
        height: 26rem;
        width: 24vw;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    /* .teamname-info {
    background-image: linear-gradient(#082248, #1352AE);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55%;
    border-radius: 40px;
    padding: 6px;
    font-size: 0.9em;
} */

    .socialmedia i {
        font-size: 16px;
    }

    .description {
        font-weight: 300;
        font-size: 16px;
        text-align: center;
        color: #6084A4;
        padding: 0% 8%;
    }

    .scroll-card-img img {
        height: 93%;
        width: 93%;
        border-radius: 50%;
        object-fit: cover;
    }

    .name {
        font-size: 17px;
    }

    /* .teamname-info .small {
    font-size: 13px;
    color: #FFFFFF;
} */

    .teaminfo-outerlayer {
        display: flex;
        justify-content: center;
        height: 12vh;
    }

    .pagination-dots span {
        height: 12px;
        width: 12px;
        background-color: #d3d3d3;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

    .pagination-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 36px;
    }

    .testimonial-test {
        min-width: 650px;
    }
}

@media only screen and (max-width:1350px) {

    .img-side img {
        height: 24vh;
        width: 12vw;
    }

    .review p{
        font-size: 15px;
    }
}

@media only screen and (max-width:1200px) {

    .right-content h3,
    .teamcontainer-top h2,
    .testimonial-head h2,
    .ex-text h2 {
        font-size: 30px;
    }

    .right-content p,
    .vision p,
    .mission p,
    .journey p,
    .testimonial-head p,
    .ex-text p {
        font-size: 17px;
    }

    .vision h3,
    .mission h3,
    .journey h3 {
        font-size: 19px;
    }


    .scroll-card-img img {
        height: 85%;
        width: 85%;
        border-radius: 50%;
        object-fit: cover;
    }

    .scroll-card-img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .scroll-card {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 20px 0;
        height: 23rem;
        flex-shrink: 5;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }


    .socialmedia i {
        font-size: 13px;
    }

    .description {
        font-weight: 300;
        font-size: 14px;
        text-align: center;
        color: #6084A4;
        padding: 0% 9%;
    }

    .name {
        font-size: 16px;
    }

    .position {
        font-size: 13px;
        font-weight: lighter;
    }

    .scroll-card {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 20px 0;
        height: 23rem;
        flex-shrink: 5;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .pagination-dots span {
        height: 9px;
        width: 9px;
        background-color: rgb(211, 211, 211);
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.3s;
    }

    .pagination-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 36px;
    }

    /* .img-side img {
        height: 20vh;
        width: 14vw;
    } */
}

@media only screen and (max-width:1150px) {
    .scroll-card-img img {
        height: 80%;
        width: 80%;
        border-radius: 50%;
        object-fit: cover;
    }

    .scroll-card {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 15px 0;
        height: 21rem;
        width: 20vw;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .scroll-card-img {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .teaminfo-outerlayer {
        display: flex;
        justify-content: center;
        height: 10vh;
    }

    .name {
        font-size: 14px;
    }

    .position {
        font-size: 11px;
        font-weight: lighter;
    }

    /* .teamname-info {
        background-image: linear-gradient(#082248, #1352AE);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 55%;
        border-radius: 40px;
        padding: 4px;
        font-size: 0.8em;
    }

    .teamname-info .small {
        font-size: 10px;
        color: #FFFFFF;
    } */

    .discription {
        font-weight: 300;
        font-size: 13px;
        text-align: center;
        color: #6084A4;
        padding: 0% 5%;
    }

    .scroll-card {
        margin-right: 10px;
        height: 22rem;
    }

    .card-contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-bottom: 10px;
    }

    .img-side img {
        height: 24vh;
        width: 14vw;
    }

    .review p{
        font-size: 14px;
    }

    .reviewer-name, .review span{
        font-size: 15px;
    }
}



@media only screen and (max-width:1080px) {

    .right-content h3,
    .teamcontainer-top h2,
    .testimonial-head h2,
    .ex-text h2 {
        font-size: 28px;
    }

    .right-content p,
    .vision p,
    .mission p,
    .journey p,
    .testimonial-head p,
    .ex-text p {
        font-size: 16px;
    }

    .vision h3,
    .mission h3,
    .journey h3 {
        font-size: 18px;
    }

    .introduction {
        gap: 3%;
    }

    .connections-text h4 {
        font-size: 24px;
    }

    .connections-text span {
        font-size: 22px;
    }

    .right-content {
        padding: 10px;
    }

    .connections-text h4 {
        font-size: 22px;
    }

    .connections-text span {
        font-size: 20px;
    }

    .scroll-card-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5%;
        z-index: 1;
    }

    .description {
        font-weight: 300;
        font-size: 14px;
        text-align: center;
        color: #6084A4;
        padding: 0% 5%;
    }

    .scroll-card {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        padding: 15px 0px;
        height: 22rem;
        width: 24%;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .card-contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-bottom: 0px;
    }

    .testimonial-test{
        min-width: 600px;
    }

    /* .teamname-info {
        background-image: linear-gradient(#082248, #1352AE);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 61%;
        border-radius: 40px;
        padding: 4px;
        font-size: 0.8em;
    } */

    /* .img-side img {
        height: 28vh;
        width: 15vw;
    } */
}



@media only screen and (max-width:992px) {

    .right-content h3,
    .teamcontainer-top h2,
    .testimonial-head h2,
    .ex-text h2 {
        font-size: 27px;
    }

    .right-content p,
    .vision p,
    .mission p,
    .journey p,
    .testimonial-head p,
    .ex-text p {
        font-size: 15px;
    }

    .vision h3,
    .mission h3,
    .journey h3 {
        font-size: 17px;
    }

    .right-content {
        padding: 10px;
    }

    .ex-text p {
        padding: 20px;
    }

    .connections {
        margin: 0 10px;
    }

    .connections-text h4 {
        font-size: 20px;
    }

    .connections-text span {
        font-size: 18px;
    }

    .cardline {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        height: 8px;
        background-color: #f9f6f6;
        border-radius: 10px;
        z-index: 0;
    }

    .name {
        font-size: 14px;
    }

    .position {
        font-size: 10px;
        font-weight: lighter;
    }

    .pagination-dots {
        display: flex;
        justify-content: center;
        gap: 6px;
        margin-top: 36px;
    }

    .img-side img {
        height: 24vh;
        width: 13vw;
    }
}

@media only screen and(max-width:899px) {
    /* .teamname-info {
        background-image: linear-gradient(#082248, #1352AE);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 61%;
        border-radius: 40px;
        padding: 4px;
        font-size: 0.8em;
    }

    .teamname-info .small {
        font-size: 9px;
        color: #FFFFFF;
    } */

    .card-contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-bottom: 0px;
    }

    .socialmedia i {
        font-size: 12px;
    }

    .discription {
        font-weight: 300;
        font-size: 11px;
        text-align: center;
        color: #6084A4;
        /* padding: 0% 5%; */
    }

    .scroll-card-img {
        width: 116px;
        height: 116px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4%;
        z-index: 1;
    }


    .scroll-card {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        padding: 10px 0px;
        height: 19rem;
        width: 23%;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }



}



@media only screen and (max-width:768px) {
    .introduction {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .right-content h3,
    .teamcontainer-top h2,
    .testimonial-head h2,
    .ex-text h2 {
        font-size: 28px;
    }

    .right-content p,
    .vision p,
    .mission p,
    .journey p,
    .testimonial-head p,
    .ex-text p,
    .teamcontainer-top p {
        font-size: 14px;
    }

    .right-content p {
        text-align: justify;
    }

    .vision h3,
    .mission h3,
    .journey h3 {
        font-size: 18px;
    }

    .right-content {
        padding: 20px;
    }

    .right-content p {
        margin-right: 0;
    }

    .jmv-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .journey,
    .mission,
    .vision {
        padding: 5% 10%;
    }

    .right-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .jmv-container {
        gap: 0;
    }

    .left-image img {
        width: 80%;
        display: flex;
        align-self: center;
        justify-content: center;
    }

    .left-image {
        display: flex;
        align-self: center;
        justify-content: center;
    }

    .ex-text {
        margin: 0 0;
    }


    .ex-text p,
    .testimonial-head p,
    .teamcontainer-top p {

        padding: 10px 50px;
    }

    .review p {
        font-size: 15px;
    }

    .img-side img {
        height: 22vh;
        width: 23vw;
    }

    .stars i {
        font-size: 16px;
    }

    .reviewer-name,
    .review span {
        font-size: 15px;
    }





    .connections {
        padding: 0;
        margin: 0 50px;
    }

    .connections-btn {
        align-items: end;
    }

    .connect-with-us {
        padding: 10px 20px;
        font-size: 14px;
        width: 50%;
    }

    .connections-text h4 {
        font-size: 18px;
    }

    .connections-text {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .connections-text span {
        font-size: 16px;
    }

    .user-experience {
        padding: 60px 0;
    }

    .right-content p {
        padding: 0 50px;
    }

    .scroll-wrapper {
        overflow-x: hidden;
        padding: 10px 0;
    }

    .scroll {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        padding: 15px 30px;
        /* gap on left and right */
        gap: 25px;
        /* space between cards */
    }

    .scroll-card {
        scroll-snap-align: center;
        min-width: 45vw;
        /* LESS than 100vw to show side gaps */
        max-width: 85vw;
        flex-shrink: 0;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 16px;
        margin: 0 auto;
    }

    .scroll-card-img {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .teamname-info {
        font-size: 14px;
    }

    .teaminfo-outerlayer {
        display: flex;
        justify-content: center;
        height: 11vh;
    }

    .description {
        font-size: 14px;
        text-align: center;
        line-height: 1.4;
        padding: 0 10px;
    }

    .socialmedia {
        justify-content: center;
        margin: 10px 0;
        gap: 10px;
    }

    .pagination-dots {
        justify-content: center;
        margin-top: 12px;
    }

    .pagination-dots span {
        height: 10px;
        width: 10px;
    }

    .review p{
        font-size: 14px;
    }


}


@media only screen and (max-width:576px) {

    .right-content h3,
    .teamcontainer-top h2,
    .testimonial-head h2,
    .ex-text h2 {
        font-size: 22px;
    }

    .right-content p,
    .vision p,
    .mission p,
    .journey p,
    .testimonial-head p,
    .ex-text p,
    .teamcontainer-top p {
        font-size: 14px;
    }

    .vision h3,
    .mission h3,
    .journey h3 {
        font-size: 16px;
    }


    .stars i {
        font-size: 14px;
    }

    .reviewer-name,
    .review span {
        font-size: 16px;
    }

    .testimonial {
        margin: 50px 0;
    }

    .connect-with-us {
        padding: 10px 20px;
        font-size: 14px;
        width: 52%;
    }

    .connections-text h4 {
        font-size: 16px;
    }

    .connections-text span {
        font-size: 14px;
    }

    .scroll-card {
        scroll-snap-align: center;
        min-width: 85vw;
        max-width: 85vw;
        flex-shrink: 0;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 16px;
        margin: 0 auto;
    }

    .scroll-card-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0%;
        z-index: 1;
    }

    .testimonial-test{
        min-width: 530px;
        height:40vh;
    }

    .img-side img {
        height: 16vh;
        width: 23vw;
    }
}

@media only screen and (max-width:480px) {

    .right-content h3,
    .teamcontainer-top h2,
    .testimonial-head h2,
    .ex-text h2 {
        font-size: 20px;
    }

    .right-content p,
    .vision p,
    .mission p,
    .journey p,
    .testimonial-head p,
    .ex-text p,
    .teamcontainer-top p {
        font-size: 13px;
    }

    .vision h3,
    .mission h3,
    .journey h3 {
        font-size: 14px;
    }





    .stars i {
        font-size: 13px;
    }

    .reviewer-name,
    .review span {
        font-size: 15px;
    }

    .testimonial {
        margin: 50px 0;
    }

    .connect-with-us {
        padding: 5px 10px;
        font-size: 12px;
        width: 65%;
    }

    .connections-text h4 {
        font-size: 14px;
    }

    .connections-text span {
        font-size: 13px;
    }

    .testimonial-test {
        min-width: 450px;
        gap: 2%;
    }

    .connections {
        grid-template-columns: 60% 40%;
        margin: 0 30px;
    }

    .left-image img {
        width: 70%;
    }

    .ex-text p,
    .testimonial-head p,
    .teamcontainer-top p {
        padding: 5px 30px;
    }

    .right-content p {
        padding: 0 30px;
    }

    .scroll-card-img img {
        height: 90%;
        width: 90%;
        border-radius: 50%;
        object-fit: cover;
    }

    .discription {
        font-weight: 300;
        font-size: 10px;
        text-align: center;
        color: #6084A4;
        padding: 0% 3%;
    }



    .scroll {
        display: flex;
        gap: 10%;
        width: 100%;
        transition: transform 0.5s ease;
    }

    .socialmedia i {
        font-size: 14px;
    }

    /* .teamname-info .small {
        font-size: 8px;
        color: #FFFFFF;
    } */

    .slider-nav {
        display: flex;
        justify-content: center;
        margin-top: 7%;
        gap: 10px;
    }

    .scroll-card {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        padding: 15px 0px;
        height: 22rem;
        width: 40%;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .img-side{
        justify-content: center;
    }

    .img-side img{
        height: 13vh;
        width: 26vw;
    }

    .testimonial-test{
        min-width: 350px;
        height: 47vh;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0%;
        padding: 25px;
    }

    .stars, .review{
        text-align: center;
    }

    .review p{
        text-align: justify;
        margin-bottom: 0px;
    }
}



@media only screen and (max-width:390px){
    .img-side{
        justify-content: center;
    }

    .img-side img{
        height: 13vh;
        width: 26vw;
    }

    .testimonial-test{
        min-width: 350px;
        height: 50vh;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0%;
        padding: 25px;
    }

    .stars, .review{
        text-align: center;
    }

    .review p{
        text-align: justify;
        margin-bottom: 0px;
    }

}

@media only screen and (max-width:370px) {

    .scroll-card {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        padding: 15px 0px;
        height: 21rem;
        width: 23vw;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin: 0%;
    }

    .pagination-dots {
        display: flex;
        justify-content: center;
        gap: 6px;
        margin: 15px 0;
    }

    .img-side img{
        height: 13vh;
        width: 30vw;
    }


}


@media only screen and (max-width:360px) {

    .right-content h3,
    .teamcontainer-top h2,
    .testimonial-head h2,
    .ex-text h2 {
        font-size: 16px;
    }

    .right-content p,
    .vision p,
    .mission p,
    .journey p,
    .testimonial-head p,
    .ex-text p,
    .teamcontainer-top p {
        font-size: 11px;
    }

    .vision h3,
    .mission h3,
    .journey h3 {
        font-size: 12px;
    }

    .review p {
        font-size: 14px;
    }

    .right-content p {
        padding: 0 10px;
    }



    .stars i {
        font-size: 10px;
    }

    .reviewer-name,
    .review span {
        font-size: 15px;
    }

    .stars {
        margin-bottom: 1%;
    }

    .testimonial {
        margin: 30px 0;
    }

    .connect-with-us {
        padding: 5px 10px;
        font-size: 10px;
        width: 70%;
    }

    .connections-text h4 {
        font-size: 12px;
    }

    .connections-text span {
        font-size: 11px;
    }


    .connections {
        grid-template-columns: 60% 40%;
        margin: 0 10px;
    }

    .left-image img {
        width: 60%;
    }

    .ex-text p,
    .testimonial-head p,
    .teamcontainer-top p {
        padding: 5px 10px;
    }


}

@media only screen and (max-width:320px) {
    .scroll-card {
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        padding: 15px 0px;
        height: 21rem;
        width: 65%;
        flex-shrink: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .img-side img{
        height: 13vh;
        width: 34vw;
    }

    .testimonial-test {
        min-width: 300px;
        height: 47vh;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0%;
        padding: 25px;
    }

    .review p{
        font-size: 12px;
    }
}