/* -------------------------------------software services pages--------------------------------------------- */
/*----free call container----*/
.free-call-row {
    background-color: #e1e5ed;
    border-radius: 2rem;
}



p{
    text-align: justify;
}





.form-control {
    border: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    background: 0 0;
    font-size:15px !important;
    line-height: 130%;
    letter-spacing: .005em;
    color: #fff;
    border-radius: 0;
}

.free-cal-head {
    color: #1f1f23;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .45px;
    margin-bottom: 16px;
}

.free-cal-img-cont {
    position: relative;
    margin-top: -7rem;
}

.free-cal-desc {
    color: #1f1f23;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .17px;
    margin-bottom: 36px;
}
/* -------------------------------------About PAGE--------------------------------------------- */
.team-content-container h4 {
    color: #1f1f23;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1.396px;
}

.team-content-container p {
    color: #1f1f23;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .15px;
    margin-bottom: 2rem;
}


@media screen and (max-width: 768px) {
    .navbar {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px;
    }

        /* Navbar Image Fix */
        .navbar img {
            max-width: 120px; /* Adjust width */
            height: auto;
            margin-bottom: 10px;
        }

    .nav-links {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

        .nav-links li {
            display: block;
            width: 100%;
            position: relative;
        }

        .nav-links a {
            display: block;
            padding: 10px;
            width: 100%;
        }

    /* Dropdown menu styling */
    .dropdown {
        position: relative;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: black !important; /* Ensure Black Background */
        display: grid;
        grid-template-rows: repeat(3, auto); /* 3 Lines */
        gap: 5px;
        padding: 10px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 100;
        display: none;
    }

    /* Dropdown Click Functionality */
    .dropdown.active .dropdown-menu {
        display: grid;
        background-color: black !important; /* Force Black Background */
    }

    /* Dropdown links styling */
    .dropdown-menu a {
        display: block;
        padding: 10px;
        text-align: left;
        width: 100%;
        color: white !important; /* Ensure White Text */
    }
}



@media (max-width: 768px) {
    .navbar-collapse {
        background-color: black !important;
        padding: 10px;
        margin-top: 22%;
        margin-left: -32%;
    }

    .navbar-nav .dropdown-menu {
        background-color: black !important;
    }

    .navbar-nav .nav-item .nav-link {
        color: white !important;
        margin-left: -28%;
    }
}




@media (max-width: 768px) {
    .metalogo {
        height: auto !important; /* Height ko auto rakho */
        max-height: 60px; /* Max height set kar do taki zyada na ho */
        width: auto !important; /* Width auto rakho taki compress na ho */
    }
}




.a_btn_arrow_anime, .btn_arrow_anime {
    padding: 16px 40px;
    background: black !important;
    color: white !important;
}










.team-content-container a {
    color: #5d81ff;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .15px;
    text-decoration: none;
}

    .team-content-container a:hover {
        text-decoration: underline;
    }

.staff-desc h4 {
    color: #1f1f23;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.750px;
    margin-bottom: 0;
}

.staff-desc p {
    color: #606063;
    font-size: 17px;
    line-height: 173.5%;
    font-weight: 600;
}

.facts-number {
    margin-bottom: 16px;
}

.facts-num {
    color: #363636;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 123.5%;
    letter-spacing: -.205px;
}

    .facts-num span {
        color: #5d81ff;
    }

.fact-title {
    font-style: normal;
    font-weight: 500;
    color: #606063;
    font-size: 17px;
    line-height: 173.5%;
}
/* -------------------------------------OUR work PAGE--------------------------------------------- */
.my-reg-dis-sel-con {
    width: 85% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

    .my-reg-dis-sel-con .nav-link {
        font-size: 20px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0;
        text-align: center;
        color: #6b7280;
        cursor: pointer;
    }

.my-reg-dis-sel .nav-link:hover {
    border-color: transparent !important;
    color: #1f1f23;
}

.my-reg-dis-sel .nav-link.active {
    background-color: transparent !important;
    border-color: transparent !important;
    border-bottom: 2px solid #1f1f23 !important;
}

.soft-proc-dis-sel {
    width: 45% !important;
    border-bottom: none !important;
    border-radius: 1rem;
}

    .soft-proc-dis-sel:hover {
        background-color: #f0f3f5;
    }

    .soft-proc-dis-sel li {
        width: 100%;
        justify-items: start;
    }

        .soft-proc-dis-sel li a:hover {
            border-bottom: none !important;
        }

.my-reg-dis-sel.soft-proc-dis-sel li a.active {
    border-bottom: none !important;
    color: #1f1f23 !important;
}

.soft-proc-dis-sel li:hover a {
    color: #abb8c3 !important;
}

.soft-proc-dis-sel li a {
    padding: 1rem 1rem 1rem 1rem;
    width: 100%;
    text-align: left !important;
    font-size: 16px !important;
    color: #abb8c3 !important;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e3e3 !important;
}

    .soft-proc-dis-sel li a:focus {
        border-color: transparent !important;
    }

.my-reg-dis-sel.soft-proc-dis-sel li a.active:focus-within {
    color: #1f1f23 !important;
    border-bottom: none !important;
}

.my-reg-dis-sel.soft-proc-dis-sel li a:focus-within {
    border-bottom: 1px solid #e3e3e3 !important;
}

    .my-reg-dis-sel.soft-proc-dis-sel li a:focus-within:hover {
        border-bottom: none !important;
    }

.soft-proc-dis-sel li a i.fa-arrow-right-long {
    transition: 0.3s;
}

.soft-proc-dis-sel li a.active i.fa-arrow-right-long {
    transform: rotate(90deg);
    font-size: 16px;
}

.soft-proc-dis-sel li i {
    margin-right: 1rem;
}

.soft-proc-dis-sel li span {
    color: #1f1f23;
    font-weight: 500;
    text-align: left;
    font-size: 22px;
}

.soft-proc-dis-sel-body .team-content-container p {
    margin-left: 2.5rem;
}

.soft-proc-dis-sel-body .services-card-lay {
    margin-top: -4.5rem;
}

.fa-arrow-right-long {
    font-size: 22px;
}

.aim-dis-sel li {
    width: 33%;
}

.aim-dis-sel a {
    font-size: x-large !important;
    text-align: center;
}

.aim-dis-sel .nav-link:hover i {
    color: #5d81ff !important;
}

.aim-dis-sel .nav-link.active i {
    color: #5d81ff !important;
}

.aim-dis-sel-body .team-content-container h4 {
    color: #1f1f23;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 1.396px;
}

.aim-dis-sel-body .team-content-container p {
    font-size: 15px;
}

.aim-dis-sel i {
    margin-right: 1rem;
    margin-bottom: 0.8rem;
}

.aim-dis-sel span {
    font-weight: 600;
    letter-spacing: 0.06rem;
}

.reg-dis-sel-heading {
    color: #6b7280;
    font-size: x-large;
}

/* -------------------------------------HOME PAGE--------------------------------------------- */
/* --------------INNER CONTENT------------ */
.inner-content-body {
    background-color: #f5f7f8;
}



a {
    text-decoration: none;
}

/* START form MENU */



.cus-sup-mail i {
    font-size: 1.8rem;
    vertical-align: middle;
}

.cus-sup-mail span {
    font-size: 1.4rem;
    vertical-align: middle;
}

.my-form-check-input:checked {
    background-color: transparent !important;
    border: 1px solid black !important;
}

    .my-form-check-input:checked[type=checkbox] {
        filter: grayscale(100%) brightness(0%);
    }

.my-form-check-input:focus {
    box-shadow: none !important;
}

.my-form-control:focus {
    box-shadow: none !important;
    border-color: black !important;
}

.work-together-cus-sport-lay a {
    text-decoration: none;
}

    .work-together-cus-sport-lay a:hover span {
        text-decoration: underline;
    }

    .work-together-cus-sport-lay a span {
        color: #1f1f23 !important;
    }

.cus-care-person-post {
    color: #6b7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.cus-care-person-name {
    margin-bottom: 8px;
    color: #1f1f23;
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
}

.policy-para {
    color: #8d96a6;
    font-size: 12px;
    padding: 0.2rem;
}

    .policy-para a {
        font-weight: bold;
        text-decoration: none;
        color: #8d96a6;
    }

        .policy-para a:hover {
            text-decoration: underline;
        }

input[type="file"] {
    display: none;
}

.form-check-label {
    font-size: 15px;
    font-weight: 400;
    color: #1f1f23;
    font-weight: 400;
}

/* end NAVIGATION MENU */

/* START NAVIGATION MENU */
.nav-contact-btn {
    /* background-image: linear-gradient(148deg, #3244bc, #9ce08e); */
    color: black;
    border: 2px solid black;
    padding: .4rem .8rem .4rem .8rem;
    border-radius: 5rem;
    text-align: center;
    margin-left: 164px;
    white-space: nowrap;
    font-size: inherit;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.navbar {
    min-height: 3.25rem;
    position: relative;
    z-index: 30;
    max-width: 101vw;
}

.brand-name {
    color: white;
    background-image: linear-gradient(90deg, #0081ff, #2cff00);
    font-family: 'Font Awesome 6 Free';
    vertical-align: middle;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: larger;
    letter-spacing: .1rem;
}

/*.navbar-brand img {
    height: 3rem;
}*/

.navbar-brand {
    color: #e1e5ed;
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        color: #b4f00a;
    }

.navbar-expand-md .nav-link:focus,
.navbar-expand-md .nav-link:hover {
    background-image: linear-gradient(148deg, #518eeb, #9ce08e);
    color: #518eeb;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent; 
    text-shadow: none;
    font-style: normal;
    letter-spacing: .1rem;
}



.navbar-expand-md .nav-link,
.navbar-expand-md .nav-link {
    color: #e1e5ed;
    font-weight: 600;
/*    transition: 0.2s;*/
}

.navbar-nav .nav-link.show {
    background-image: linear-gradient(90deg, #0081ff, #2cff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.navbar .container-fluid {
/*    background: #202025;
*/}




.navbar-expand-md {
    background: #202025;
    width: 101%;
}

.nav-chief-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.62px;
    letter-spacing: .01em;
    text-align: center;
    margin-bottom: 20px;
    color: #8e8e93;
}

.nav-chief-sub-head {
    font-size: 10px;
    font-weight: 500;
    line-height: 13.02px;
    text-align: center;
    color: #1f1e23;
    margin-bottom: 20px;
}

.nav-chief-head {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.83px;
    text-align: center;
    color: #1f1e23;
    margin-bottom: 4px;
}

.drop-nav-icon {
    font-size: 14px;
    align-self: flex-start;
    padding-top: 0.3rem;
}

.sub-men-heading {
    color: #1f1f23;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.sub-men-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.62px;
    letter-spacing: .01em;
    text-align: left;
    color: #8e8e93;
}



.ul-heading {
    font-size: 12px;
    line-height: 15.62px;
    text-align: left;
    margin-bottom: 20px;
    color: #1f1f23;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
}

/* ggsgdfsgfdgfdgf */
.det-li-cntainer {
    width: 80%;
}

.dropdown-menu a {
    text-decoration: none;
    color: #000000;
}

    .dropdown-menu a .d-flex {
        transition: all 0.5s;
    }

.dropdown-menu .col-sm-6 a:hover .d-flex {
    background-color: var(--bs-secondary-bg-subtle);
}
/*.dropdown-menu .col-sm-6:nth-child(1) a:hover .d-flex {
    background-color: var(--bs-warning-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(2) a:hover .d-flex {
    background-color: var(--bs-danger-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(3) a:hover .d-flex {
    background-color: var(--bs-success-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(4) a:hover .d-flex {
    background-color: var(--bs-secondary-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(5) a:hover .d-flex {
    background-color: var(--bs-tertiary-bg);
}

.dropdown-menu .col-sm-6:nth-child(6) a:hover .d-flex {
    background-color: var(--bs-info-bg-subtle);
}*/


.dropdown-menu {
    background-color: #f5f7f8;
    margin-top: 2rem;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown:focus .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.dropdown-toggle.show::after {
    transform: rotate(180deg);
    color: #518eeb !important;
}





/* less then small */
@media only screen and (max-width: 575px) {

    .dropdown-menu {
        background-color: transparent !important;
    }

    .sub-men-heading {
        color: #e1e5ed;
        margin-left: 0.5rem;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 0.1rem;
    }

    .drop-nav-icon {
        padding-top: 0.2rem;
    }

        .drop-nav-icon i {
            color: #e1e5ed;
            font-size: 10px;
        }
}
/* end less then small */

/* start less then lg */
@media only screen and (max-width: 992px) {
    .free-cal-img-cont {
        position: unset;
        margin-top: auto !important;
    }

}

/* end less then lg */

/* start less then xl */
@media only screen and (max-width: 1200px) {
    .free-call-det .get-in-lnk-btn {
        margin-bottom: 1rem;
    }
    .free-cal-img-cont {
        margin-top: -5rem;
    }
}
    /* end less then xl */



    /* greater then medium */
    @media only screen and (min-width: 768px) {
        /* service menu */
        .dropdown-menu.service-nav-drop {
            width: 104vw;
            margin: 0;
            left: -21rem;
            background-color: #f5f7f8;
        }

        .dropdown:hover .dropdown-menu.service-nav-drop {
            display: flex;
            border-radius: 0 !important;
        }

        .dropdown-menu.service-nav-drop.show {
            display: flex;
            width: 104vw;
            margin: 0;
            left: -21rem;
            border-radius: 0 !important;
            top: 135%;
        }

        /* industry menu */
        .dropdown-menu.industry-nav-drop {
            width: 104vw;
            margin: 0;
            left: -27rem;
            background-color: #f5f7f8;
        }

        .dropdown:hover .dropdown-menu.industry-nav-drop {
            display: flex;
            border-radius: 0 !important;
        }

        .dropdown-menu.industry-nav-drop.show {
            display: flex;
            width: 104vw;
            margin: 0;
            left: -27rem;
            border-radius: 0 !important;
            top: 53px;
        }
    }

    /* end greater then medium */


    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    .slideIn {
        -webkit-animation-name: slideIn;
        animation-name: slideIn;
    }

    @keyframes slideIn {
        0% {
            transform: translateY(1rem);
            opacity: 0;
        }
    }

    /* END NAVIGATION MENU */


    /* footer */
    .ft-com-desc p {
        color: #9E9E9E;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
    }

    .ft-option-li {
        margin-bottom: 1rem;
    }

    .ft-options-ul a {
        text-decoration: none;
        font-size: 15px;
        line-height: 20.83px;
        text-align: left;
        color: #e5e8ed;
        letter-spacing: 0.03rem;
        font-weight: 500;
    }

        .ft-options-ul a:hover {
            color: #828388;
        }

    .ft-options-ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .ft-help-mail-contain a {
        text-decoration: none;
        color: #e5e8ed;
        border-bottom: 1px solid #e5e8ed;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -.2045454532px;
        text-align: right;
    }

    .ft-soc-icon-lay a {
        text-decoration: none;
    }

    .ft-soc-icon-container i {
        color: #737373;
        font-size: 1rem;
    }

    .ft-soc-icon-container {
        background-color: rgba(229, 232, 237, .1019607843);
        padding: 1rem;
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .ft-soc-icon-container:hover i {
            color: #fff;
        }

    .ft-title {
        color: #828388;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .ft-contact-det {
        margin-left: 0.5rem;
    }

        .ft-contact-det span {
            text-decoration: none;
            color: #828388;
        }

        .ft-contact-det a {
            text-decoration: none;
            color: #e5e8ed;
            margin-left: 0.5rem;
        }

            .ft-contact-det a:hover {
                color: #828388;
            }

    .ft-review-img {
        padding: 1rem 0rem 1rem 0rem;
    }

    .left-contain {
        color: #ECEFF1;
    }

    /* testinomials */
    .testo-card .carousel-control-prev,
    .testo-card .carousel-control-next {
        width: max-content;
    }



    .testo-card {
        border-radius: 24px;
        background-color: #fff;
        padding: 1.5rem;
        transition: transform 0.3s ease;
    }

    .testo-comment p {
        font-weight: 400;
        letter-spacing: .4px;
        font-size: 1.2rem;
        line-height: 2.6rem;
        pointer-events: none;
        font-family: sans-serif;
        color: #6b6b6c;
    }





@media (max-width: 768px) { /* Mobile screens ke liye */
    .col-lg-4 {
        width: 100% !important; /* Mobile par full width */
    }
}















@media (max-width: 768px) {
    .work-together-content-container {
        flex-direction: column;
    }

    .col-lg-8, .col-lg-4 {
        width: 100%;
    }

    .work-tog-form {
        padding: 1rem;
    }

    .form-check {
        display: block;
    }

    .get-in-lnk-btn {
        width: 100%;
        justify-content: center;
    }
}


    .testo-information p {
        color: #888;
        letter-spacing: .1px;
        font-weight: 500;
        line-height: 24px;
        font-size: 1.2rem;
        text-align: center;
    }

    .testo-heading span {
        color: #18181d;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: .9px;
        font-style: normal;
        text-align: center;
        font-size: 1.4rem;
    }

    /* certificate image */
    .certificate-image-lay img {
        width: 100%;
    }

    /* WHY US */
    .us-image-col img {
        width: 100%;
        display: none;
    }

    .us-image-col.display-content-cust img {
        display: block;
    }

    .us-image-col-first {
        background-image: url("C:/Users/Haseeb Raza/Desktop/metasage/images/work-us/first.png");
    }

    .us-image-col-second {
        background-image: url("C:/Users/Haseeb Raza/Desktop/metasage/images/work-us/second.png");
    }

    .us-image-col-third {
        background-image: url("C:/Users/Haseeb Raza/Desktop/metasage/images/work-us/third.png");
    }

    .why-us-headng {
        color: #1f1f23;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 173.5%;
        letter-spacing: 1px;
        margin-bottom: 16px;
        position: relative;
        z-index: 1;
        max-width: max-content;
    }




@media (max-width: 768px) {
    .services-card-link {
        flex-direction: column;
    }

    .service-card-image-contn {
        order: 2; /* Image neeche ayegi */
        justify-content: center;
        margin-top: 1rem;
    }

    .service-card-detail {
        order: 1; /* Content upar ayega */
    }

    .service-card-image-contn img {
        width: 100%;
        height: auto;
    }
}



    .why-us-header-desc p {
        color: #37373c;
        font-size: 1rem;
        font-weight: 500;
        line-height: 173.5%;
        letter-spacing: -.205px;
    }

    .why-us-anim {
        transform: translateX(-64%) translateY(0%) rotate(45deg);
        background-color: #ECEFF1;
        width: 46.213px;
        height: 46.213px;
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: cover;
        transition: all .2ms ease;
        border-radius: .7rem;
    }




    .blue-filter {
        filter: brightness(0) saturate(100%) invert(90%) sepia(26%) saturate(3388%) hue-rotate(184deg) brightness(122%) contrast(98%);
    }

    .green-filter {
        filter: brightness(0) saturate(100%) invert(87%) sepia(30%) saturate(148%) hue-rotate(68deg) brightness(107%) contrast(91%);
    }

    .orange-filter {
        filter: brightness(0) saturate(100%) invert(90%) sepia(24%) saturate(373%) hue-rotate(314deg) brightness(107%) contrast(96%);
    }

    .pink-filter {
        filter: brightness(0) saturate(100%) invert(87%) sepia(20%) saturate(179%) hue-rotate(223deg) brightness(102%) contrast(95%);
    }


    /*---------SLIDER CONTAINER---------*/
    .carousel-btn {
        width: 10px !important;
        height: 10px !important;
        border-radius: 100%;
        background-color: #1900ff !important;
    }

    .service-card-image-contn.work-with-img img {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

.service-card-desc.work-on-card-desc {
    font-size: 110%;
    line-height: 2.4rem;
    letter-spacing: 0.05rem;
    font-weight: 400;
    font-family: 'D-DIN', sans-serif;
}
    .service-card-button-contn.work-on-card-button-contn {
        position: relative;
        bottom: 0;
    }

    .bus-con-name {
        color: grey;
        margin-left: 0.5rem;
        letter-spacing: 3px;
    }

    .bus-con-flag img {
        height: 1.2rem;
        border-radius: .2rem;
    }



    .bus-type {
        border-radius: .4rem;
        padding: 0.1rem 0.5rem 0.1rem 0.5rem;
        font-weight: 600;
        letter-spacing: 1.1px;
        
    }

    .bus-type-red-clr {
        color: #37373c;
        margin-top: 3%;
        font-size: 126%;
        margin-left: -2% !important;
    }


        .bus-type-red-clr i {
            align-content: center;
            color: #ef5d5d;
            margin-right: 0.5rem;
        }

.bus-type-purple-clr {
    color: #37373c;
    margin-top: 3%;
    margin-left: -4%;
    font-size: 126%;
}

        .bus-type-purple-clr i {
            align-content: center;
            color: #ac23ec;
            margin-right: 0.5rem;
        }

.bus-type-blue-clr {
    color: #37373c;
    margin-top: 3%;
    margin-left: -2% !important;
    font-size: 126%;
}

        .bus-type-blue-clr i {
            align-content: center;
            color: #5d81ff;
            margin-right: 0.5rem;
        }

    .bus-name {
        background-color: #f5f7f8;
        color: black;
        border-radius: .4rem;
        padding: 0.1rem 0.5rem 0.3rem 0.5rem;
        font-weight: 600;
        letter-spacing: 1.1px;
        TEXT-ALIGN: CENTER;
        text-wrap: nowrap;
    }



    .bus-type-name {
        text-wrap: nowrap;
    }

    .carousel-control-prev-icon {
        background-color: #d1d1d1;
        border-radius: 0.3rem;
        margin-left: .5rem;
        padding: 1rem;
    }

    .carousel-control-next-icon {
        background-color: #d1d1d1;
        border-radius: 0.3rem;
        margin-right: .5rem;
        padding: 1rem;
    }

    /*.carousel-control-prev-icon img {
    height: 100%;
    transform: rotate(180deg);
    background-color: #d1d1d1;
    border-radius: 0.3rem;
    margin-left: .5rem;
    padding: 1rem;
}

.carousel-control-next-icon img {
    height: 100%;
    background-color: #d1d1d1;
    border-radius: 0.3rem;
    margin-left: .5rem;
    padding: 1rem;
}*/

    /*---------SERVICES CARDS---------*/
.services-card-lay {
    display: flex;
    align-items: stretch;
}

    .service-card-detail {
        display: flex;
        /* height: 40%; */
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .service-card-button-contn {
        position: absolute;
        bottom: 1.2rem;
    }

    .right-to-position {
        width: 300px;
        height: 100px;
        background-color: #4CAF50;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -300px; /* Start from off-screen on the right */
        animation: slideIn 1s ease-out forwards; /* Add animation */
    }

    @keyframes slideIn {
        from {
            right: -300px; /* Initial position */
        }

        to {
            right: 0; /* Final position */
        }
    }


.bottom-to-position {
    opacity: 1;
    transform: translateY(100px);
    transition: all 0.5s ease;
    transition-property: opacity, transform;
}

            .bottom-to-position.show {
                opacity: 1;
                transform: translateY(0);
                border-radius: 24px;
                padding: 1.5rem;
            }


    .bottom-to-pos {
        opacity: 0;
        transform: translateY(100px);
        /* Initially positioned 100px below */
        transition: all 0.5s ease;
        /* Smooth transition */
        transition-property: opacity, transform;
    }

        .bottom-to-pos.show {
            opacity: 1;
            transform: translateY(0);
            /* Moves back to its original position */
        }

    .services-container {
        margin-left: auto;
        margin-right: auto;
    }

    .services-card a {
        text-decoration: none;
    }

.service-card-heading {
    color: #1f1f23;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    font-family: 'D-DIN', sans-serif;
}

.service-card-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    font-family: 'D-DIN', sans-serif;
    color: #37373c;
}

    .services-card:hover .service-card-button {
        color: #1f1f23;
    }


    .services-card:hover {
        transform: scale(1.1);
    }

    .services-card.no-hover:hover {
        transform: none;
    }



    .service-card-button {
        color: #888;
    }

        .service-card-button i {
            margin-left: 0.5rem;
        }

    .services-title {
        font-style: normal;
        font-weight: 500;
        letter-spacing: .9px;
        font-weight: 500 !important;
        font-size: 1.8rem !important;
    }

    .services-card {
        box-shadow: 10px 10px 1px 0 rgba(0, 0, 0, .05), 0 4px 8px 0 rgba(0, 0, 0, .1);
        border-radius: 24px;
        background-color: #fff;
        padding: 1.5rem;
        transition: transform 0.3s ease;
    }

    .service-card-image-contn {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }

        .service-card-image-contn img {
            width: 100%;
        }

        .service-card-image-contn.work-on-img-contn img {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }



    /*---------BRAND CUSTOMER SLIDER------------*/

    .brand-customers-heading {
        justify-content: center;
    }

    .brand-customers-heading-text {
        color: #37373c;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: .35px;
        text-align: center;
    }

    .slider {
        width: 100%;
        height: var(--height);
        overflow: hidden;
        mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
    }

        .slider .list {
            display: flex;
            width: 100%;
            min-width: calc(var(--width) * var(--quantity));
            position: relative;
        }

            .slider .list .item {
                width: var(--width);
                height: var(--height);
                position: absolute;
                left: 100%;
                animation: autoRun 10s linear infinite;
                transition: filter 0.5s;
                animation-delay: calc((10s / var(--quantity)) * (var(--position) - 1) - 10s) !important;
            }

                .slider .list .item img {
                    width: 100%;
                    filter: grayscale(1);
                }

    @keyframes autoRun {
        from {
            left: 100%;
        }

        to {
            left: calc(var(--width) * -1);
        }
    }

    .slider:hover .item {
        filter: grayscale(1);
    }

    .slider .item:hover {
        filter: grayscale(0);
    }

    .slider[reverse="true"] .item {
        animation: reversePlay 10s linear infinite;
    }

    @keyframes reversePlay {
        from {
            left: calc(var(--width) * -1);
        }

        to {
            left: 100%;
        }
    }

    /* HEADER SECTION */
    .top-header {
        height: 2.8rem;
    }

    /* BANNER SECTION */
    .banner-section {
        padding: 1rem 1.5rem 0rem 0rem;
        background-color: #efeff1;
    }

    .banner-content-container {
        display: flex;
        align-items: center;
    }

    .banner-content-container-box {
        max-width: 87%;
        margin-left: auto;
    }

    .banner-heading {
        font-size: 42px;
        font-weight: 500;
        letter-spacing: 1.22px;
    }



    /* .banner-image-container {
    min-height: 480px;

}

.banner-image {
    background-image: url('C:/Users/Haseeb Raza/Desktop/metasage/images/banner.png');
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;

} */

    .get-in-link {
        text-decoration: none;
        display: contents;
    }

    .get-in-link-btn {
        background: #2d2d32;
        width: max-content;
        min-width: 197px;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        height: 50px;
        justify-content: center;
        align-items: center;
        color: #e1e5ed;
        display: flex;
        position: relative;
        border-radius: 54px;
        box-sizing: border-box;
        padding: 16px 32px;
    }

    .get-in-lnk-btn {
        background: transparent;
        width: max-content;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        height: 50px;
        justify-content: left;
        align-items: center;
        color: black;
        display: flex;
        position: relative;
        border-radius: 54px;
        box-sizing: border-box;
        padding: 0px;
        border: 2px solid black;
        transition: ease-in-out 0.4s;
    }

.fa-arrow-right {
    border-radius: 100%;
    color: #888;
    padding: 8px;
}

    .get-in-lnk-btn:hover {
        box-shadow: inset 300px 0 0 0 black;
        color: white;
    }


    .typing-text::after {
        content: '';
        position: absolute;
        right: 0;
        width: 2px;
        height: 100%;
        animation: blink 0.7s steps(1) infinite;
    }

    /*----------- FOR FULL WEB ----------------*/

    body {
        overflow-x: hidden;
    }

        /* SCROLL BAR */
        body::-webkit-scrollbar {
            width: 8px;
            /* Scrollbar width */
        }

        body::-webkit-scrollbar-thumb {
            background-color: #9ce08e;
            /* Scrollbar thumb color */
            border-radius: 10px;
            /* Rounded corners */
        }

        body::-webkit-scrollbar-track {
            background-color: black;
            /* Scrollbar track color */
        }





/*        chatbox style
*/


.chatbox-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.chatbox-toggle {
    width: 60px;
    height: 60px;
    background: linear-gradient(148deg, #3244bc, #9ce08e);
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.chatbox {
    width: 350px;
    height: 490px;
    background: linear-gradient(148deg, #3244bc, #9ce08e);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: fixed;
    bottom: 90px;
    right: 20px;
    transform: scale(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

    .chatbox.open {
        transform: scale(1);
    }

.chatbox-header {
    background: linear-gradient(148deg, #3244bc, #9ce08e);
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.chatbox-messages {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    background-color: #f9f9f9;
}

.message {
    margin: 10px 0;
    max-width: 80%;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
}

    .message.user {
        background-color: #e0f7fa;
        align-self: flex-end;
    }

    .message.bot {
        background-color: #d1c4e9;
        align-self: flex-start;
    }

.chatbox-input {
    display: flex;
    padding: 10px;
    background-color: #f0f0f0;
}

    .chatbox-input input {
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 14px;
    }

    .chatbox-input button {
        margin-left: 10px;
        padding: 10px 15px;
        background: linear-gradient(148deg, #3244bc, #9ce08e);
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
    }

.question {
    background-color: #e1f5fe;
    padding: 8px;
    margin: 5px 0;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

    .question:hover {
        background-color: #81d4fa;
    }








@media (min-width: 768px) {
    .navright-col {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .nav-det-right-side {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }

    .menu-button-col {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .main-col {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .nav-det-right-side {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }
}



@media only screen and (min-width: 768px) {
    .dropdown-menu.service-nav-drop {
        width: 107vw !important;
        margin: 0 !important;
        left: -21rem !important;
        background-color: #f5f7f8;
    }
}


@media only screen and (min-width: 500px) {
    .navigation-portrait li {
        display: flex;
        flex-direction: column !important;
        align-items: baseline;
    }
}



@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}



@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }
}



@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}


@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
}




.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid #74787b !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}





.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #74787b !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.policy-para {
    color: #1f1f23 !important;
    font-size: 12px;
    padding: 0.2rem;
}






@media (min-width: 2560px) {
    .service-card-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; /* Spacing between cards */
        justify-content: center; /* Cards ko center align karega */
        align-items: flex-start; /* Cards vertically top pe align rahenge */
    }

    .service-card {
        flex: 0 1 calc(33.33% - 20px); /* Har row mein 3 cards dikhaye */
        max-width: calc(33.33% - 20px); /* Extra width ko prevent karega */
        box-sizing: border-box; /* Padding/margin ko handle karega */
    }

    .service-card-iimage-contn img {
        width: 100%;
        height: 40vh; /* Image ka consistent height */
        object-fit: cover; /* Stretching ko prevent karega */
        border-radius: 8px; /* Optional: Rounded corners */
    }
}



.service-card-button {
    color: #888;
    font-size: 65%;
    font-family: 'D-DIN', sans-serif;
}


.service-card-buttonn {
    color: #888;
    font-size: 98%;
}




.message.bot {
    background-color: #d1c4e9;
    color: black;
}


.message.user {
    background-color: #e0f7fa;
    color: black;
    align-self: flex-end;
}





.nav-item dropdown .dropdown-menu {
    display: block !important;
}



.hamburger-icon {
    width: 30px;
    height: 30px;
}

/* Mobile View: Icon Small Ho */
@media (max-width: 768px) {
    .hamburger-icon {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 480px) {
    .hamburger-icon {
        width: 20px;
        height: 20px;
    }
}











@media (max-width: 768px) {
    .nav-det-right-side {
        width: 100%;
        padding: 10px;
    }

    .menu-button-col {
        width: 100%;
        margin-bottom: 10px;
    }

    .det-li-cntainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background-color: black; /* Dropdown ka background black */
        padding: 10px;
        border-radius: 8px;
    }

    .drop-nav-icon {
        margin-bottom: 8px;
    }

    .text {
        text-align: left;
        color: white;
    }

    .sub-men-heading {
        font-size: 16px;
        font-weight: bold;
    }

    .sub-men-desc {
        font-size: 14px;
    }
}






@media (max-width: 768px) {
    .nav-ul-container {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: self-start;
        margin-left: 23%;
    }

    .nav-item {
        width: 100%;
        text-align: center;
    }

    .dropdown-menu {
        width: 100%;
        text-align: center;
    }

    .det-li-cntainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}








@media (max-width: 768px) {
    .dropdown-menu.service-nav-drop {
        width: 50% !important; /* Full width dropdown */
        left: 0 !important; /* Ensure it starts from left */
        right: 0 !important; /* Ensure it covers full width */
        text-align: center;
        padding: 10px 15px;
    }

    .dropdown-menu .row {
        margin: -3px !important;
        padding: 0px !important;
        width: 118%;
        margin-top: -1%;
    }
    .nav-det-right-side {
        width: 100% !important;
        padding: 10px !important;
    }

    .menu-button-col {
        width: 100% !important; /* Columns take full width */
        text-align: center;
        margin-bottom: 10px;
    }

    .det-li-cntainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .drop-nav-icon {
        margin-bottom: 5px; /* Ensure proper spacing */
    }

    .sub-men-heading {
        font-size: 16px; /* Adjust heading size for mobile */
    }

    .sub-men-desc {
        font-size: 14px; /* Adjust description size */
    }
}









@media (max-width: 768px) {
    .dropdown-menu.service-nav-drop {
        display: none; /* Hide dropdown by default */
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        background-color: white;
        z-index: 1000;
    }

        .dropdown-menu.service-nav-drop.show {
            display: block; /* Show when class 'show' is added */
        }
}





@media (max-width: 768px) {
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #fff; /* Apni theme ke mutabiq change kar lo */
        transition: transform 0.3s ease-in-out;
    }

    /* Default navbar menu hidden */
    #navbarSupportedContent {
        display: none;
    }

        /* Jab navbar open ho */
        #navbarSupportedContent.show {
            display: block;
        }

    /* Jab menu open ho to scroll disable */
    body.no-scroll {
        overflow: hidden;
    }
}









@media (max-width: 768px) {
    .get-in-lnk-btn {
        width: 89%;
        margin-left: 5%;
        max-width: 250px;
        padding: 14px 74px;
        text-align: center;
        border-radius: 8px;
    }

    .get-in-lnk-btn-text {
        font-size: 0.85rem; /* Slightly bigger text for better visibility */
    }
}







@media (max-width: 768px) {
    .bus-type {
        flex-wrap: wrap; /* Wrap content properly */
        max-width: 100%; /* Prevent it from overflowing */
        overflow: hidden; /* Hide any overflow */
        padding: 8px; /* Add padding for spacing */
        text-align: center; /* Center text for better alignment */
    }

    .bus-type-name {
        font-size: 0.8rem;
        word-break: break-word;
    }



    .bus-type-namee {
        font-size: 0.8rem; /* Reduce font size for mobile */
        word-break: break-word; /* Ensure long words wrap */
    }
}






@media (max-width: 768px) {
    .section-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* Center align */
    }

    .info-box {
        width: 50%; /* Two cards per row */
        padding: 5px; /* Adjust padding */
        margin: 0; /* No margin */
    }
}

/* Extra small screens: Full width for better readability */
@media (max-width: 480px) {
    .info-box {
        width: 163%;
        margin-left: 28%;
    }
}









@media (max-width: 768px) {
    .bottom_account_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: -63%;
    }

    .contact-content, .contact-info {
        width: 100%; /* Full width in mobile */
    }

        .contact-info .contact {
            margin-bottom: 10px; /* Adds spacing between items */
        }
}



@media (max-width: 768px){
    .navbar {
        min-height: 3.25rem;
        position: relative;
        z-index: 30;
        max-width: 106vw;
    }


    .px-lg-5 {
        padding-right: 5rem !important;
        position: fixed !important;
        top: 0;
        left: 0;
        width: 104% !important;
        z-index: 1000;
        background: black;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding-left: 3rem !important;
    }
}







@media (max-width: 768px) {
    .nav-btn-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; /* Ensures full width */
    }

    .nav-contact-btn {
        width: 185%;
        padding: 12px;
        font-size: 16px;
        margin-left: -32%;
    }
}









@media (max-width: 768px) {
    .service-card-desc.work-on-card-desc {
        text-align: justify;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 98%;
        padding: 10px;
        font-size: 14px;
    }
}




@media (max-width: 768px) {
    .info-description p {
        font-size: 1rem;
        color: #555;
        margin-top: 10px;
        text-align: justify; /* Center align text */
        display: flex;
        justify-content: center;
        align-items: center;
    }
}



@media (max-width: 768px) {
    .section-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1100px;
        gap: 50px !important;
    }
}




@media (max-width: 768px) {
    .services-card {
        box-shadow: 10px 10px 1px 0 rgba(0, 0, 0, .05), 0 4px 8px 0 rgba(0, 0, 0, .1);
        border-radius: 24px;
        margin-bottom: -4%;
        background-color: #fff;
        padding: 2.5rem;
        transition: transform 0.3sease;
    }
}




@media (max-width: 768px){
    .service-card-desc {
        font-size: 14px;
        text-align: justify;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.25px;
        font-family: 'D-DIN', sans-serif;
        color: #37373c;
    }
}



@media (max-width: 768px) {
    .contact-card {
        height: auto !important; /* Let the height adjust dynamically on mobile */
        padding: 15px;
    }
}



@media (max-width: 768px){
    .dropdown-menu.industry-nav-drop {
        width: 81vw !important;
        margin: 0;
        margin-top: 10%;
        left: -26rem !important;
        background-color: #f5f7f8;
    }
}


@media (max-width: 768px){
    .bottom_account_info {
        background: #fff;
        padding: 30px 15px 0px 22px;
        border-radius: 10px;
        margin-top: 5%;
        box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
        width: 100%;
        max-width: 600px !important;
        min-height: 103vh !important;
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}



.service-card-desc{
    text-align:justify;
}


.service-card-desc {
    text-align: justify;
}



.light-theme .achievements__text-content .achievements__description {
    font-size: 15px;
    color: #37373c;
    line-height: 1.8;
    text-align: justify;
}


p {
    text-align: justify !important;
}


/*.redesign_hero_services .is_carousel_container .hero_content .desc_services, .redesign_hero_services .is_img_big_container .hero_content .desc_services, .redesign_hero_services .is_img_container .hero_content .desc_services {
    color: #37373c;*/
/*    font-family: "DM Sans", "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;*/
/*    line-height: 28px;
    letter-spacing: .01em;
    text-align: justify !important;
    text-align: left;
    margin-bottom: 42px;*/
/*}*/



.light-theme .features__description {
    color: #37373c;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    font-weight: 400;
}


.light-theme .services .service-item__content__description {
    color: #37373c;
    font-family: "DM Sans", "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    line-height: 28px;
    letter-spacing: .15px;
}



.light-theme p {
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    color: #37373c;
}



.technology_section .technology_section--wrapper .content-head .desc {
    font-family: "DM Sans", "Open Sans", sans-serif;
    color: #37373c;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .01em;
    text-align: justify;
    margin-bottom: 42px;
}



.faq-light .faq-singular p:not(:last-child), .faq-light .faq-singular:not(:last-child), .faq-singular p:not(:last-child), .faq-singular:not(:last-child) {
    margin-bottom: 24px;
    text-align: justify;
}



.light-theme .faq-light .faq-singular p {
    font-size: 16px;
    text-align: justify !important;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: .01em;
}



.light-theme .faq-light .faq-singular .faq-answer li {
    color: #37373c;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: .18px;
}



@media (max-width: 768px){
    .img88 {
        width: 95% !important;
        margin-top: -3% !important;
    }
}



@media (max-width: 1024px) {
    .cases_studies_single--img {
        margin-left: -10%;
        width: 110%;
    }
}

/* Adjustments for mobile devices */
@media (max-width: 768px) {
    .hero_content--right {
        padding: 10px;
    }

    .cases_studies_single--img {
        margin-left: 0;
        width: 100%;
    }
}




@media (max-width: 768px){
    .navbar .container-fluid {
        background: #202025 !important;
    }
}



/*.container {
     max-width: 0px !important; 
    padding: 0 !important;
}*/





.bottom_account_info {
    background: #fff !important;
    padding: 30px 23px 0px 30px !important;
    border-radius: 24px !important;
    width: 133% !important;
    min-height: 676px !important;
    max-height: 62vh !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    margin-left: -18% !important;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .05), 0 4px 8px 0 rgba(0, 0, 0, .1) !important;
}





.reasonsIndustriesPage__text, .reasonsIndustriesPage__text p {
    color: #babfc9 !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 173.5%;
    letter-spacing: -.205px;
}



@media (max-width: 768px) { 
    .nav-contact-btn-cntn {
        display: none;
    }
}



@media (max-width: 768px){
    .navbar-collapse {
        position: absolute;
        top: -1rem;
    }
}


@media (max-width: 768px) {
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
        margin-left: -23% !important;
    }
}


@media (max-width: 768px){
    .dropdown-menu .row {
        margin: -3px !important;
        padding: 0px !important;
        width: 110%;
        margin-top: -1%;
    }
}



html {
    overflow-y: scroll !important;
}

/*
.navbar {
    height: 80px !important;  Adjust according to your design 
}
*/



























































