
/* Add styles for loading screen */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f15523;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
}

#loading-text {
    width: 163px;
    aspect-ratio: 1;
    display: grid;
    position: relative;
}

    #loading-text:before,
    #loading-text:after {
        content: '';
        grid-area: 1/1;
        --c: #0000 calc(100% / 3), #fff 0 calc(2 * 100% / 3), #0000 0;
        --c1: linear-gradient(90deg, var(--c));
        --c2: linear-gradient(0deg, var(--c));
        background: var(--c1), var(--c2), var(--c1), var(--c2);
        background-size: 300% 6px, 6px 300%;
        background-repeat: no-repeat;
        animation: l11 1s infinite linear;
    }

    #loading-text:after {
        margin: 20px;
        transform: scaleX(-1);
        animation-delay: -0.25s;
    }

    #loading-text img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90px;
        height: 92px;
    }

@keyframes l11 {
    0% {
        background-position: 50% 0, 100% 100%, 0 100%, 0 0;
    }

    25% {
        background-position: 0 0, 100% 50%, 0 100%, 0 0;
    }

    50% {
        background-position: 0 0, 100% 0, 50% 100%, 0 0;
    }

    75% {
        background-position: 0 0, 100% 0, 100% 100%, 0 50%;
    }

    75.01% {
        background-position: 100% 0, 100% 0, 100% 100%, 0 50%;
    }

    100% {
        background-position: 50% 0, 100% 0, 100% 100%, 0 100%;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.br_c {
    border: 1px solid red;
}
/* For modern browsers */
html,
body {
    /* overflow: auto; */
    /* Allows scrolling */
    scrollbar-width: none;
    touch-action: manipulation;
    /* For Firefox */
}

    /* For Chrome, Safari, and Edge */
    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none;
    }

html {
    scroll-behavior: smooth;
}

.container_body {
    /* display: none; */
    position: relative;
    width: 100%;
    height: 100%;
    /* display: none; */
}

.container_body_scroll {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    will-change: transform;
    /* background: #000000; */
}

/* ----------------------------section 1------------------------------ */

.contact_topSection {
    position: relative;
    padding: 1rem;
    background: linear-gradient(to bottom, #f4f4f4, #dddcdc);
    /* height: 400px; */
}

.topSectionSideImgStyle {
    position: absolute;
    left: 0;
    bottom: 0;
}

    .topSectionSideImgStyle img {
        width: 150px;
        /* display: none; */
    }

.contact_topSection_row {
    margin: 8rem 0 !important;
    padding-top: 2rem;
}

.topSectionContent1Text {
    font-size: 2rem;
    font-weight: bold;
    /* padding-top: 15%; */
    color: #565656;
    line-height: 1.2;
}

#topSectionContent1TextSpan {
    color: #f15523;
}

.topSectionContent3Text {
    color: #5c5c5c;
    width: 90%;
    font-size: 0.9rem;
}

.topSectionContent3TextSpan {
    color: #565656;
    font-weight: 700;
}

.contact_topSection .container {
    position: relative;
}

.laptopSection {
    position: absolute;
    /* display: flex; */
    top: 120%;
    height: 200px;
    width: 100%;
    /* left: 5rem; */
    /* justify-content: center; */
}

.laptopSection_bg {
    position: relative;
}

    .laptopSection_bg img {
        width: 80%;
        height: 200px;
    }

.laptopSection_laptop {
    position: absolute;
    width: 100%;
    top: 0;
}

.laptopSection_bg_details {
    /* width: 80%; */
    align-items: center;
    height: 200px;
    width: 100%;
    margin-left: 3rem;
    justify-content: center;
    display: flex;
}

    .laptopSection_bg_details svg {
        margin-bottom: 2rem;
        margin-left: 1rem;
    }

.laptopSection_bg_details_title {
    text-align: center;
    line-height: 1;
    color: #ffff;
}

    .laptopSection_bg_details_title p {
        font-size: 2rem;
        font-weight: bold;
    }

    .laptopSection_bg_details_title span {
        font-size: 1rem;
    }

.laptopSection_laptop_video_wraper {
    position: relative;
}

.laptopSection_laptop_video {
    position: absolute;
    right: 20%;
    width: 550px;
    height: 300px;
    top: -50px;
}

    .laptopSection_laptop_video img {
        width: 100%;
        height: 100%;
    }

#videoPlayer {
    -webkit-filter: grayscale(100%); /* For older Safari and Chrome */
    filter: grayscale(100%); /* Standard */
    background: linear-gradient(to top, #000 15%, transparent 20%);
    position: absolute;
    width: 74%;
    height: 80%;
    /* border-radius: 10px; */
    left: 13%;
    top: 7%;
}

@media (max-width: 991px) {
    .contact_topSection {
        margin-bottom: 30rem;
    }

    .laptopSection_bg_details {
        margin-left: 0.1rem;
        padding-right: 3rem;
    }

    .laptopSection_bg_details_title p {
        font-size: 1.6rem;
    }

    .our_team_container_title {
        margin-top: 3rem;
    }

    .laptopSection_laptop_video {
        margin: auto;
        /* right: none; */
        left: 0;
    }
}

@media (max-width: 1200px) {
    .laptopSection_laptop_video {
        position: absolute;
        right: 0%;
        width: 550px;
        height: 300px;
        top: -50px;
    }
}

@media (max-width: 488px) {
    .laptopSection_laptop_video {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 320px !important;
        height: 180px !important;
    }

    #videoPlayer {
        border-radius: 10px;
        left: 13%;
        top: 5%;
    }
}

@media (max-width: 372px) {
    .laptopSection_laptop_video {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 320px !important;
        height: 180px !important;
        left: -10px !important;
    }
}

.weDoSec {
    display: flex;
    margin-top: 20rem;
    /* height: 700px; */
    position: relative;
    align-items: center;
    z-index: 1;
    background: linear-gradient(to right, #d3d3d3, #ffffff 50%, #d3d3d3);
}

.weDoSec_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    z-index: -1;
}

    .weDoSec_bg img {
        width: 100%;
    }

.weDoSec_leftSide {
    position: relative;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.weDoSec_bg_side {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    z-index: -1;
}

    .weDoSec_bg_side img {
        width: 100%;
    }

.weDoSec_leftSide img {
    width: 90%;
}

.weDoSec_leftSide_container {
    margin-top: 8rem !important;
    position: relative;
}

.weDoSec_leftSide_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0px;
    top: 30px;
}

    .weDoSec_leftSide_bg img {
        width: 500px;
    }

.weDoSec_rightSide {
    margin-top: 6rem;
}

.weDoSec_rightSide_details_title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #565656;
}

.weDoSec_rightSide_details_dec_parent {
    font-weight: 500;
    font-size: 1rem;
    color: #6c7176;
}

.weDoSec_rightSide_details_dec_child {
    font-size: 0.9rem;
    color: #6c7176;
}

.weDo_SecSection_NumberStyle {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.achivmentSection {
    width: 100%;
    display: flex;
    gap: 12px;
}

.achivmentBox_container {
    width: 160px;
}

.achivmentBox {
    padding: 0.4rem;
    width: 100%;
    border: 0.5px solid #808080;
    border-radius: 15px;
    background-color: #faebe5;
    /* height: 8.5rem; */
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.achivmentBoxNumber {
    color: #f15523;
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.achivmentBoxTitle {
    text-align: center;
    font-size: 0.7rem;
}

.our_mission {
    width: 100%;
    position: relative;
    background: linear-gradient( to bottom left, #d3d3d3, #ffffff 50%, transparent 50% );
    padding-top: 2%;
    z-index: 1;
}

.our_mission_title {
    text-align: center;
}

.our_mission_bg_ani {
    position: absolute;
    top: -5%;
    left: 0;
}

.our_mission_bg_right_ani {
    position: absolute;
    bottom: 5%;
    right: 0;
    z-index: -1;
}

.our_mission_bg_ani img {
    width: 250px;
}

.our_mission_bg_right_ani img {
    width: 250px;
}

.visionStyle1 {
    font-size: 3rem;
    font-weight: 500;
    color: #535353;
}

.our_mission_title #weDoFirstImg {
    width: 100%;
}

.our_mission_container {
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
}

.our_mission_container_left {
    justify-content: end;
    display: flex;
    flex-direction: column;
    height: 50%;
    width: 49%;
}

.our_mission_container_left_details {
    position: relative;
    width: 80%;
    margin: 0 0 0 auto;
}

.our_mission_container_left .text2Style {
    text-align: right;
    padding-right: 2rem;
}

.our_mission_container_left_details p {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    color: #fff;
    align-items: center;
    display: flex;
    font-size: 2.2rem;
    font-weight: bold;
    justify-content: center;
}

.our_mission_container_left_details img {
    width: 100%;
    border-left: 8px solid #000;
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    box-shadow: 12px 12px 22px rgba(0, 0, 0, 0.6);
}

.our_mission_container_center {
    width: 0.8%;
}

    .our_mission_container_center img {
        width: 100%;
        height: 100%;
    }

.our_mission_container_right {
    justify-content: start;
    display: flex;
    flex-direction: column;
    /* height: 300px; */
    width: 49%;
}
.our_mission_container_right .text2 span{
    padding-left:0.6rem;
}
.our_mission_container_right_details {
    margin-top: 8rem;
    width: 80%;
    position: relative;
}

.our_mission_container_right .text2Style {
    text-align: left;
    padding-left: 2rem;
}
.our_mission_container_left_details_text p {
    padding-right: 1rem;
}
.our_mission_container_right_text p {
    padding-left: 0.8rem;
}
.our_mission_container_right_details p {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    color: #fff;
    align-items: center;
    display: flex;
    font-size: 2.2rem;
    font-weight: bold;
    justify-content: center;
}

.our_mission_container_right_details img {
    width: 100%;
    border-right: 8px solid #000;
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    box-shadow: 12px 12px 22px rgba(0, 0, 0, 0.6);
}
/* <!----------------------------------------------------------------------- 4th section  ---------------------------------------------- --> */
.out_team {
    position: relative;
    /* height: 400px; */
    background-color: #d3d3d3;
}

    .out_team .out_team_bg {
        position: absolute;
        z-index: 1;
    }

.out_team_bg img {
    width: 800px;
    max-width: 90%;
}

.out_team .our_team_container_details {
    display: flex;
}

.our_team_container {
    height: 100%;
}

.our_team_container_title {
    margin-top: 5rem;
}
/* <!----------------------------------------------------------------------- slider css  ---------------------------------------------- --> */

.swiper {
    /* width: 100%; */
    width: 70%;
    height: 100%;
}

.card-wrapper {
    max-width: 100%;
    margin: 0 60px 35px;
    padding: 60px 10px 10px 10px;
    overflow: hidden;
    height: 100%;
}

.card-list .card-item {
    list-style: none;
}

.card-list {
    padding-left: 0px !important;
}

.card-item {
    /* width: 300px !important; */
    height: 360px !important;
}

.card-link {
    width: 300px;
    cursor: pointer !important;
    position: relative;
    user-select: none;
    display: block;
    text-decoration: none;
    border-radius: 25px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
    height: 100%;
}

.card-list .card-item .card-link:active {
    cursor: grabbing;
}

.card-list .card-item .card-link:hover {
    border-color: #5372f0;
}

.card-list .card-link:hover .card-button {
    color: #fff;
    background: #5372f0;
}

.card-wrapper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #5372f0;
}

.card-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.card-wrapper .swiper-slide-button {
    color: #5372f0;
    margin-top: -35px;
}

.card_item_details {
    border-radius: 25px;
    background-color: #414345;
}

.card_item_details_img {
    position: relative;
    height: 80%;
    /* background-color: #414345; */
}

.card_item_details_img_abs {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 120%;
    left: 0;
}

    .card_item_details_img_abs img {
        width: 100%;
        height: 100%;
    }

.card_item_details_content {
    padding: 1rem;
    height: 20%;
    background-color: #fff;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

    .card_item_details_content p {
        margin-bottom: 0;
    }

.card_item_details_content_title {
    font-size: 1rem;
    font-weight: 600;
    color: #f15523;
}

.card_item_details_position {
    font-size: 0.8rem;
    color: #6c7176;
}

@media (max-width: 1200px) {
    .card-link {
        width: 100% !important;
    }

    .card-item {
        height: 500px !important;
    }
}

@media screen and (max-width: 768px) {
    .card-wrapper {
        margin: 0 10px 25px;
    }

    .card-link {
        height: 400px;
        width: 95% !important;
        justify-content: center;
        margin: auto;
    }

    .card-wrapper .swiper-slide-button {
        display: none;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .contact_topSection {
        margin-bottom: -10rem !important;
    }
}

/*.card-wrapper .swiper-pagination-bullet {
    background: #3b3c40 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem !important;
    color: #f16529 !important;
    font-weight: bold;
}*/

.swiper-pagination-bullet {
    background: #3b3c40 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem !important;
    color: #faac8b !important;
    font-weight: bold;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: #f16529 !important;
}

/* <!----------------------------------------------------------------------- slider css end  ---------------------------------------------- --> */

.modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn 0.5s ease forwards;
}

    .modal.show {
        display: flex; /* Show modal when class "show" is added */
    }

    /* Video Animation */
    .modal video {
        width: 80%;
        max-width: 800px;
        border-radius: 8px;
        transform: scale(0.8); /* Initial scale for zoom-in effect */
        opacity: 0;
        animation: zoomIn 0.5s ease forwards;
    }

    .modal .close {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
    }

/* Fade-in Animation for the modal background */
@keyframes fadeIn {
    from {
        background-color: rgba(0, 0, 0, 0);
    }

    to {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

/* Zoom-in Animation for the video */
@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.visionStyle2 {
    color: #f04e23;
}

h1 {
    font-size: 36px;
    font-weight: 400;
    color: #333;
}

    h1 span {
        color: #f05a22;
    }

.teamText {
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    color: #535353;
}

.borderLine {
    margin: auto;
    width: 1px;
    height: 9rem;
    background-color: #c0c0c0;
    margin-top: 5%;
}

@media (max-width: 760px) {
    .borderLine {
        display: none;
    }

    .topSectionContent3Text {
        font-size: 0.9rem;
    }

    .contact_topSection_row {
        margin: 6rem 0 !important;
        padding-top: 2rem;
    }

    .laptopSection_bg_details {
        display: none;
    }

    #laptopSection_bg {
        display: none;
    }

    .laptopSection_laptop_video {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 450px;
        height: 240px;
        top: -50px;
        left: -30px;
    }

    .our_mission_container {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .our_mission_container_center {
        display: none;
    }

    .our_mission_container_left {
        width: 100%;
    }

    .our_mission_container_right {
        width: 100%;
    }

    .our_mission_container_left .text2Style {
        text-align: justify;
        padding-left:1rem !important;
    }

    .our_mission_container_left_details {
        width: 100%;
        margin: auto;
    }

        .our_mission_container_left_details img {
            width: 100%;
            border: 8px solid #000;
            border-radius: 45px;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            box-shadow: 12px 12px 22px rgba(0, 0, 0, 0.6);
        }

    .our_mission_container_right_details {
        margin: auto;
        position: relative;
        width: 100%;
    }

    .our_mission_container_right {
        flex-direction: column-reverse;
        display: flex;
    }

        .our_mission_container_right .text2Style {
            text-align: justify;
            padding-left: 1rem !important;
        }

    .our_mission_container_right_details img {
        margin-bottom: 2rem;
        width: 100%;
        border: 8px solid #000;
        border-radius: 45px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        box-shadow: 12px 12px 22px rgba(0, 0, 0, 0.6);
    }
}

@media (max-width: 1408px) {
    .achivmentSection {
        display: flex;
        /* flex-wrap: wrap; */
    }

    .achivmentBox_container {
        margin-bottom: 2rem;
        width: 120px;
        height: 130px;
    }

    .achivmentBox {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .achivmentSection {
        display: flex;
        margin: auto;
        flex-wrap: wrap;
        width: 90%;
    }

    .achivmentBox_container {
        margin-bottom: 2rem;
        width: 100%;
    }
}

@media (min-width: 350px) and (max-width: 575.98px) {
    .our_mission_text2 {
        width: unset;
        text-align: center;
        margin-left: 0rem;
        padding: 3%;
    }

    /* <! ----------------------------------------------------------------------- 1st section  ---------------------------------------------- --> */

    .topSectionContent1Text {
        /* text-align: center; */
        font-size: 2rem;
    }

    .borderLine {
        display: none;
    }

    .teamText {
        font-size: 8vw;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .topSectionContent1Text {
        margin-bottom: 1rem;
        font-size: 1.8rem;
    }
}

@media (max-width:600px) {
    .social_section {
        width: 35px;
    }

    .social_images img {
        width: 20px;
        height: 20px;
    }

    .social_images {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
}

/* ------------------------------------ ripon Chnages ------------------------------------ */



.blogbxo {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

    .blogbxo:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

.boximg img {
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.boxcontent {
    padding: 20px;
}

    .boxcontent h3 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 15px;
    }

    .boxcontent p {
        color: #666;
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 20px;
    }

.readMore a {
    display: inline-block;
    background-color: #e6572e;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

    .readMore a:hover {
        background-color: #e6572e;
        text-decoration: none;
    }