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

.baner-video {
    width: 100%;
    max-width: 100%;
    margin: unset !important;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.baner-section p {
    font-size: 18px !important;
}

.hero-btn a {
    text-transform: none;
    font-weight: 500;
    background-color: #c52d3c;
}

.about-img-2 img {
    width: 280px;
    height: 270px;
    object-fit: cover;
}

.about-img-1 figure {
    width: 448px;
    height: 500px;
}

.about-img-1 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-padding {
    padding: 50px 0;
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1400px;
    }
}

.about-us-content h2 {
    font-weight: 500;
    margin: 0;
    font-size: 30px;
    line-height: 40px;
}
.about-us-content h3{
    font-size: 25px;
    margin: 0;
}

.about-us-content p {
    font-size: 16px;
    color: #272727;
    margin-top: 10px;
}

.section-title-cs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-title-cs h2 {
    font-size: 35px;
    font-weight: 500;
    color: var(--black-color);
    text-align: center;
    margin: 7px 0;
}

.section-title-cs p {
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}
.section-title-cs h6{
    color: #000;
    margin-bottom: 10px;
}

.why-choose-container ul {
    padding: 0;
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
}

.why-choose-container ul li {
    padding: 20px;
    width: 32%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.bg-light-cs {
    background-color: #f0f3f2;
}

.service-item {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px !important;
    border-radius: 30px !important;
}

.service-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.service-body {
    margin: 0;

}

.service-body-inner {
    min-height: 300px;
}

.service-body h3 {
    font-size: 22px;
    margin: 10px 0;
    font-weight: 600;
    color: var(--black-color);
}

.service-body p {
    font-size: 15px;
    color: #272727;
}

.service-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.service-body ul li {
    margin: 10px 0;
    font-size: 15px;
    color: #272727;
    font-weight: 600;
}

.service-body ul li i {
    color: var(--primary-color);
}

.service-body a {
    width: 70%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 40px;
    margin: auto;
    border: 1px solid var(--primary-color);
    transition: 0.5s;
}

.service-body a:hover {
    background-color: transparent;
    color: var(--secondary-color-two);
    border-color: var(--secondary-color-two);
}

.carousel-btn2 .owl-nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btn2 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #95b8ed !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;

}

.carousel-btn2 .owl-nav button span {
    padding-bottom: 5px !important;
    color: #fff;
}


.carousel-btn2 .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -25px;

}

.carousel-btn2 .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -25px;

}

.service-carousel .item {
    padding: 2px;
}





.why_choose_us_section {
    padding-bottom: 50px;
    padding-top: 50px;
}

.whychooseUs-container {
    padding: 30px;
    border: 2px solid #222;
    border-radius: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.whychooseUs-container span {
    width: 60px;
    height: 60px;
    background-color: #e3b517;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    left: -30px;
}

.why-choose-info h3 {
    color: #919191;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.why-choose-info p {
    color: #919191;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.why-choose-left {
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-left img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}

.why-choose-right {
    padding: 30px;
    padding-top: 65px;
}

.why-choose-right-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin: 30px 0;

}

.why-choose-right-box span {
    min-width: 80px;
    border-radius: 10px;
    height: fit-content;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-left: -100px;
    margin-top: 3px;
    padding: 10px;
}

.why-choose-right-box-info {

    /* border-bottom: 1px solid #ccc; */
    height: 100%;
    padding: 10px;
}

.why-choose-right-box-info h3 {
    color: #2a2a2a;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

.why-choose-right-box-info p {
    color: #000;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

/* .why-choose-right-box span.bg-2{
    background-color:#b7920d ;
}
.why-choose-right-box span.bg-3{
    background-color:#9a7a07 ;
}
.why-choose-right-box span.bg-4{
    background-color:#7f660b ;
}
 */

.why-choose-list li {
    font-size: 18px;
    font-weight: 500;
    color: var(--black-color);
    margin: 5px 0;
}

.why-choose-c p {
    font-size: 16px;
    color: #272727;
}

.why-choose-c {
    padding-right: 25px;
}

.intro-video-image-cs {
    padding: 200px 0;
}

.section-title-cs h3 {
    font-size: 15px;
    font-weight: 400;
}

.logofolio-top ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.logofolio-top ul li {
    padding: 7px 20px;
    border: 1px solid #8d8d8d;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 500;

}

.logofolio-img {
    background-color: #fff;
    padding: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    height: 150px;

}

.logofolio-img img {
    height: 80px !important;
    width: unset !important;
}

.logofolio-carousel .item {
    padding: 2px;
}



.hx-widget-title-921 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #ffffff;
    letter-spacing: 1px;
}

.hx-widget-grid-921 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.hx-widget-card-921 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 1px solid rgba(145, 145, 145, 0.766);
    height: 100%;
}

.hx-widget-card-921 p {

    margin: 0;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}

.hx-widget-card-921::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -100%;
    left: -100%;
    background: linear-gradient(45deg, #7cbbb6, #1e7770);
    transition: all 0.5s ease;
    transform: rotate(45deg);
    opacity: 0.2;
}

.hx-widget-card-921:hover::before {
    top: -20%;
    left: -20%;
    opacity: 0.25;
}

.hx-widget-card-921:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}

.hx-widget-icon-921 {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-weight: 700;
}

.hx-widget-text-921 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}

@media(max-width:768px) {
    .hx-widget-container-921 {
        padding: 35px 25px;
    }

    .hx-widget-title-921 {
        font-size: 26px;
    }
}


/* SECTION */
.medix-newsletter-section {
    padding: 100px 20px;
    background: linear-gradient(120deg, #f0f9ff, #e0f2fe);
    position: relative;
    overflow: hidden;
}

/* Decorative Floating Circles */
.medix-newsletter-section::before,
.medix-newsletter-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(100, 190, 181, 0.15);
    z-index: 0;
}

.medix-newsletter-section::before {
    width: 300px;
    height: 300px;
    top: -80px;
    left: -80px;
}

.medix-newsletter-section::after {
    width: 250px;
    height: 250px;
    bottom: -80px;
    right: -80px;
}

/* WRAPPER */
.medix-newsletter-wrapper {
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

/* LEFT SIDE */
.medix-newsletter-left {
    flex: 1;
}

.medix-newsletter-heading {
    font-size: 35px;
    font-weight: 500;
    color: #0f172a;
    line-height: 45px;
    margin-bottom: 10px;
}

.medix-newsletter-subheading {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 25px;
    font-weight: 600;
}

.medix-newsletter-text {
    font-weight: 600;
    margin-bottom: 10px;
    color: #1e293b;
}

.medix-newsletter-benefits {
    list-style: none;
    padding: 0;
}

.medix-newsletter-benefits li {
    margin: 15px 0;
    font-size: 18px;
    color: #334155;
    transition: transform 0.3s ease, color 0.3s ease;
}

.medix-newsletter-benefits li:hover {
    transform: translateX(8px);
    color: var(--primary-color);
}

.medix-newsletter-benefits li i {
    color: var(--primary-color);
}

/* RIGHT SIDE */
.medix-newsletter-right {
    flex: 1;
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease;
}

.medix-newsletter-right:hover {
    transform: translateY(-10px);
}

/* FORM */
.medix-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.medix-newsletter-label {
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.medix-newsletter-input {
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    font-size: 15px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.medix-newsletter-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.15);
    outline: none;
}

.medix-newsletter-button {
    padding: 15px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(90deg, #0d7c71, #0b675e);
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 70%;
    border-radius: 40px;
    margin: auto;
}

.medix-newsletter-button:hover {
    background: linear-gradient(90deg, #0b675e, #0d7c71);
    transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .medix-newsletter-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .medix-newsletter-right {
        width: 100%;
    }

    .medix-newsletter-heading {
        font-size: 30px;
    }
}


/* SECTION */
.zenora-contact-section {
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
    /* border-top: 1px solid #ccc; */
}

/* CONTAINER */
.zenora-contact-container {

    margin: auto;
    display: flex;
    gap: 70px;
    align-items: center;
    justify-content: space-between;
}

/* LEFT SIDE */
.zenora-contact-left {
    flex: 1;
}

.zenora-contact-title {
    font-size: 35px;
    font-weight: 500;
    color: #0f172a;
    margin: 0;
    margin-bottom: 7px;
}

.zenora-contact-subtitle {
    font-size: 22px;
    color: var(--primary-color);
    margin: 10px 0 20px;
}

.zenora-contact-description {
    color: #475569;
    margin-bottom: 25px;
    line-height: 1.6;
}

.zenora-contact-info {
    margin-top: 20px;
}

.zenora-contact-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    color: #1e293b;
    transition: 0.3s;
}

.zenora-contact-item:hover {
    transform: translateX(6px);
    color: var(--primary-color);
}

/* RIGHT SIDE FORM */
.zenora-contact-right {
    flex: 1;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #a8a7a7;
}

/* FORM */
.zenora-contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* FLOATING LABEL INPUT */
.zenora-input-group {
    position: relative;
}

.zenora-input-group input,
.zenora-input-group textarea {
    width: 100%;
    padding: 15px 12px;
    border: 1px solid #9b9b9b;
    border-radius: 12px;
    font-size: 14px;
    outline: none;
    background: transparent;
    transition: 0.3s;
}

.zenora-input-group label {
    position: absolute;
    left: 14px;
    top: 15px;
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
    transition: 0.3s;
    background: #fff;
    padding: 0 5px;
}

.zenora-input-group input:focus,
.zenora-input-group textarea:focus {
    border-color: var(--primary-color);
    /* box-shadow: 0 0 0 4px rgba(14,165,233,0.15); */
}

.zenora-input-group input:focus+label,
.zenora-input-group input:valid+label,
.zenora-input-group textarea:focus+label,
.zenora-input-group textarea:valid+label {
    top: -8px;
    font-size: 12px;
    color: var(--primary-color);
    background: #fff;
    z-index: 5;
}

/* BUTTON */
.zenora-contact-btn {
    padding: 15px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(90deg, #0d7c71, #0b675e);
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    width: 70%;
    margin: auto;
}

.zenora-contact-btn:hover {
    background: linear-gradient(90deg, #0b675e, #0d7c71);
    transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .zenora-contact-container {
        flex-direction: column;
    }

    .zenora-contact-title {
        font-size: 30px;
    }

    .zenora-contact-right {
        width: 100%;
    }
}

.bg-section {
    width: 100% !important;
    border-radius: 0;
    margin: unset !important;
    max-width: 100% !important;
}

.zenora-contact-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 20px 0;
    padding-bottom: 15px;
}

.zenora-contact-info i {
    font-size: 30px;
    color: var(--primary-color);
}

.zenora-contact-info div {
    padding-left: 25px;
}

.zenora-contact-info h3 {
    font-size: 18px;
    color: #000;
}

.zenora-contact-info p {
    margin: 0;
    font-size: 15px;
    margin-top: 5px;
}

.baner-video {
    border-radius: 25px !important;
}


/* LATESt */


.main-header {
    /* position: absolute !important; */
    background: rgba(255, 255, 255, 0.519);
    width: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.nav-menu-cs {
    background-color: #fff;
    padding: 0 15px;
    border-radius: 40px;
}

.header-btn a {
    background-color: var(--primary-color);
    color: #fff;
    border: 2px dashed var(--primary);
}

.header-btn a:hover {
    color: var(--white-color);
}



.baner-main-img {
    width: 100%;
    background-color: var(--primary-color);
    /* height: calc(100vh - 130px); */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;

}

.baner-caption-card {
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 20px;
}

.baner-caption-card h1 {
    font-size: 50px;
    color: var(--white-color);
    line-height: 60px;
    font-weight: 600;

}

.baner-caption-card p {
    font-size: 17px;
    color: var(--white-color);
    margin-bottom: 15px;
    margin-top: 10px;
}

.baner-caption-card h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
    font-family: var(--font-sub);
    text-align: center;
}

.hero-btn a {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.hero-btn a:hover {
    color: var(--white-color);
}

.baner-bottom-sec {
    background-color: var(--primary-color);
    padding: 100px 0;
}

.baner-bottom-sec h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: var(--white-color);
}

.service-container {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.service-container-img {
    width: 100%;
    height: 250px;

}

.service-container-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content-cs {
    padding: 10px 15px;
    padding-bottom: 15px;
}

.service-content-cs h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}

.service-content-cs p {
    font-size: 15px;
    color: #2a2a2a;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.service-content-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.service-content-btn a {
    border: 1px solid #dedede;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 7px;
    background-color: #d42f40;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    color: var(--white-color);
    gap: 10px;
}

.service-content-btn a:nth-child(2) {
    background-color: #0d9d33;
}

.service-content-btn a:last-child {
    background-color: #9d770d;
}

.service-content-cs .viewmore {
    border: 1px solid #dedede;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 7px;
    background-color: #0f172a;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    color: var(--white-color);
    margin-top: 5px;
    gap: 10px;
}

.service-content-btn-2 a {
    width: 150px;
}


.service-content-btn-2 a:hover {
    border-radius: 40px;
    transition: 0.5s;
}

.service-content-cs a:hover {
    border-radius: 40px;
}

.widget-services {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.widget-services h3 {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    color: var(--accent-color-two);
}

.widget-services p {
    font-size: 14px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.widget-services-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.widget-services-btn a {
    width: 48%;
    height: 40px;
    border: 1px solid #353535;
    color: #353535;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 16px;
    gap: 5px;
    font-weight: 600;
    transition: 0.5s;
}

.widget-services-btn a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 40px;
}


.widget-services-btn a:last-child {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}



.blog-section {
    background-color: #094842;
    padding: 80px 0;

}

.blog-section h2 {
    font-size: 35px;
    font-weight: 500;
    color: var(--white-color);
}

.blog-section h6 {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    margin: 15px 0;
    line-height: 30px;
    margin-bottom: 20px;
}

.blog-section p {
    font-weight: 400;
    color: #ccc;
}


.blog-section a {
    padding: 15px 30px;
    background-color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    color: var(--black-color);
    border-radius: 40px;
    border: 1px solid var(--white-color);
    transition: 0.5s;
}

.blog-section a:hover {
    background-color: transparent;
    color: var(--white-color);
}

.cta-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.cta-section h1 {
    font-size: 40px;
    font-weight: 500;
    color: var(--white-color);
}

.cta-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.cta-btns a {
    padding: 15px 30px;
    background-color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;

    color: var(--black-color);
    border-radius: 40px;
    border: 1px solid var(--white-color);
    transition: 0.5s;
    gap: 10px;
}

.cta-btns a:hover {
    background-color: transparent;
    color: var(--white-color);
}



/* CARD */
.vx-testimonial-card {
    position: relative;
    max-width: 100%;
    padding: 40px;
    border-radius: 28px;
    background: var(--vx-card);
    backdrop-filter: blur(18px);
    border: 1px solid var(--vx-border);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



/* BACKGROUND GLOW */
/* .vx-card-bg {
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(127,124,255,0.25), transparent 60%);
  z-index: 0;
} */

/* CONTENT */
.vx-testimonial-content {
    position: relative;
    z-index: 1;
}

/* QUOTE ICON */
.vx-quote-icon {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 12px;
}

/* QUOTE ICON */
.vx-quote-icon i {
    color: var(--primary-color) !important;
}

/* TEXT */
.vx-testimonial-text {
    font-size: 16px;
    line-height: 1.75;
    color: var(--black-color);
    margin-bottom: 22px;
}

/* CLIENT ROW */
.vx-client-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* PHOTO */
.vx-client-photo {
    max-width: 56px;
    max-height: 56px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    background: var(--primary-color);
}

/* META */
.vx-client-meta {
    flex-grow: 1;
}

.vx-client-name {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: var(--vx-text);
}

.vx-client-role {
    font-size: 13px;
    color: var(--vx-muted);
}

/* LOGO */
.vx-company-logo {

    opacity: 0.85;
    filter: grayscale(100%);
    transition: opacity 0.3s ease, filter 0.3s ease;
    width: 80px !important;
}

.vx-testimonial-card:hover .vx-company-logo {
    opacity: 1;
    filter: grayscale(0%);
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .vx-testimonial-card {
        padding: 28px;
    }

    .vx-testimonial-text {
        font-size: 15px;
    }
}

.testimonial-carousel .item {
    padding: 2px;
}

.testimonial-sec-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-sec-left h2 {
    font-size: 40px;
    color: var(--white-color);
    font-weight: 500;
}

.testimonial-sec-left p {
    text-align: center;
    font-size: 17px;
    color: var(--white-color);
    margin: 0;
}

.testimonial-sec {
    background-color: #38968d;
}

.top-language-switcher span.nav-link{
    color: #fff;
    font-size: 14px !important;
}

.dropdown-custom {
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-width: 200px;
}

.dropdown-custom ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    position: static !important;
    opacity: 1 !important;
    width: 100% !important;
    transform: unset !important;
    visibility: unset !important;
}

.dropdown-custom ul li {
    margin: 5px 0 !important;

}

.dropdown-custom ul li a {
    font-size: 14px !important;
    color: var(--black-color) !important;
    padding: 4px !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    text-decoration: none !important;
    border-radius: 5px !important;
}

.dropdown-custom ul li a:hover {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.dropdown-pos {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 10px;
    z-index: 5000;
    display: none;
    border-radius: 10px;
}

.dropDisplay {
    display: block !important;
}

.menu-relative {
    position: relative;
}


.top-language {
    cursor: pointer;
}

.top-language img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

li span.nav-link {
    font-size: 15px !important;
}

.service-home-container {
    width: 100%;
}

.service-home-container .row {
    width: 100%;
}

.service-home-container {
    border-radius: 400px;
    padding: 40px;
    background-color: #f7f7f7;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.service-home-img {
    width: 430px;
    height: 430px;

}

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

.services-carousel .item {
    padding: 2px;
}

.service-home-content {
    padding: 10px;
}

.service-home-content h3 {
    font-size: 28px;
    color: #000;
    font-weight: 500;
}

.service-home-content h6 {
    color: #000;
    margin: 5px 0;
    font-size: 17px;
    font-weight: 600;
}

.service-home-content p {
    font-size: 15px;
    margin: 0;
    color: #282727;

}

.service-home-content ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.service-home-content ul li {
    margin: 10px 0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}

.service-home-content ul li h5 {
    font-size: 18px;
}

.service-home-content ul li p {
    font-size: 15px;
    margin: 5px 0;
}

.services-inner-scroll {
    max-height: 320px;
    overflow: auto;
    padding-right: 10px;
}


.services-inner-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
.services-inner-scroll::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    border-radius: 10px;
}

/* Handle */
.services-inner-scroll::-webkit-scrollbar-thumb {
    background: #95b8ed;
    border-radius: 10px;
}



.pages-baner {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #ccdbf6;
    width: 100%;


}

.pages-baner h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.pages-baner p {
    margin: 0;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.our-approach-img img {
    width: 100%;
    height: 300px;
}

.mission-vision-item p {
    font-size: 17px;
    line-height: 30px;
    color: #000;
}



.mission-vision-item ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.mission-vision-item ul li {
    margin: 10px 0;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 18px;
    background-color: #fff;
}

.mission-vision-item ul li h5 {
    font-size: 18px;
    color: #000;
}

.mission-vision-item ul li p {
    font-size: 15px;
    margin: 5px 0;
}

.work-step-content p {
    font-size: 15px;
    line-height: 28px;
    color: #000;
}




.investment-img-box {
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 20px;

}

.investment-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.investment-box-overlay {
    position: absolute;
}

.investment-box-overlay {
    position: absolute;
    background: #000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.09) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px;
    gap: 10px;
}

.investment-box-overlay h5 {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 55px;
    max-width: 1000px;
}

.investment-box-overlay a {
    width: 200px;
    background-color: var(--theme-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.5s;
}

.investment-box-overlay a:hover {
    border-radius: 40px;
}

.investment-box-overlay span {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
}

.investment-img-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.investment-img-box:hover .investment-box-overlay span {
    opacity: 1;
}

.investment-img-box p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.partner-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.partner-btns a {
    width: fit-content;
    padding: 5px 15px;
    background-color: var(--secondary-color-two);
    color: #fff;
    min-width: 150px;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
}

.our-facility-item .icon-box {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


.service-info-left {
    position: sticky;
    top: 15px;
}

.service-info-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-info-left ul li {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.service-info-left ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight:500;
    color: #000;
    gap: 10px;
    line-height: 20px;
}

.service-info-left ul li span {
    min-width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.serviceinfo-right {
    padding: 25px;
    background-color: #d4f0ed;
    margin-bottom: 15px;
    border-radius: 15px;
}

.serviceinfo-right img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 10px;
}

.serviceinfo-right h3 {
    font-size: 23px;
    color: #000;
}

.serviceinfo-right p {
    font-size: 16px;
    margin: 0;
    color: #434343;
}

.serviceinfo-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}



.serviceinfo-right ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.serviceinfo-right ul li {
    margin: 10px 0;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.serviceinfo-right ul li h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.serviceinfo-right ul li p {
    font-size: 15px;
    margin: 5px 0;
}



/* Decorative Gradient Shapes */
.background-blob-one {
    position: absolute;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #60a5fa, #38bdf8);
    border-radius: 50%;
    top: -150px;
    left: -150px;
    filter: blur(120px);
    opacity: 0.4;
    display: none;
}

.background-blob-two {
    position: absolute;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #818cf8, #22d3ee);
    border-radius: 50%;
    bottom: -150px;
    right: -150px;
    filter: blur(120px);
    opacity: 0.4;
    display: none;
}

/* Hero Section */
.physio-hero-section {
    padding: 100px 8% 60px 8%;
    text-align: center;
    position: relative;
}

.physio-hero-title {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.physio-hero-sub {
    font-size: 18px;
    color: #475569;
}

/* Section Container */
.physio-main-wrapper {
    position: relative;
    z-index: 2;
}

/* Service Card */
.physio-glass-card {
    display: flex;
    gap: 30px;
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(18px);
    border-radius: 25px;
    padding: 40px;
    margin-bottom: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    transition: .4s ease;
}

.physio-glass-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 80px rgba(37, 99, 235, 0.2);
}

/* Image */
.physio-card-image {
    flex: 1;
}

.physio-card-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

/* Content */
.physio-card-content {
    flex: 1.2;
}

.physio-card-title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.physio-card-desc {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #000;
}

.physio-card-list {
    list-style: none;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.physio-card-list li {
    margin-bottom: 18px;
    padding-left: 22px;
    position: relative;
    font-size: 15.5px;
    color: #363535;
    line-height: 25px;
}

.physio-card-list li strong {
    font-weight: 600;
    color: #000;
}

.physio-card-list li::before {
    content: "✔";
    position: absolute;
    left: -20px;
    color: #fff;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background-color: #0d9d33;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* Responsive */
@media(max-width:900px) {
    .physio-glass-card {
        flex-direction: column;
    }
}



/* Decorative Shapes */
.iv-shape-one {
    position: absolute;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #6366f1, #06b6d4);
    border-radius: 50%;
    top: -120px;
    left: -120px;
    filter: blur(120px);
    opacity: 0.4;
    display: none;
}

.iv-shape-two {
    position: absolute;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #22d3ee, #818cf8);
    border-radius: 50%;
    bottom: -120px;
    right: -120px;
    filter: blur(120px);
    opacity: 0.4;
    display: none;
}

/* Hero Section */
.iv-hero-section {
    padding: 120px 8% 80px 8%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.iv-hero-title {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(90deg, #6366f1, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.iv-hero-sub {
    font-size: 18px;
    color: #475569;
}

/* Main Container */
.iv-section-wrapper {
    padding: 40px 8% 100px 8%;
    position: relative;
    z-index: 2;
}

/* Section Block */
/* .iv-section-block {
    margin-bottom: 40px;
} */

.iv-section-banner {
    height: 220px;
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.iv-section-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.2));
}

.iv-banner-title {
    position: absolute;
    bottom: 25px;
    left: 30px;
    font-size: 24px;
    font-weight: 600;
    color: white;
    z-index: 2;
}

/* Glass Widget */
.iv-glass-widget {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(18px);
    padding: 30px;
    border-radius: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .4s ease;
    height: 100%;
}

.iv-glass-widget:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(99, 102, 241, 0.25);
}

.iv-widget-desc {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
}

.iv-widget-list {
    list-style: none;
    font-size: 14px;
    line-height: 1.8;
}

.iv-widget-list li {
    margin-bottom: 18px;
    padding-left: 22px;
    position: relative;
    font-size: 15px;
    color: #363535;
    line-height: 25px;
}

.iv-widget-list li strong {
    font-weight: 600;
    color: #000;
}


.iv-widget-list li::before {
    content: "✔";
    position: absolute;
    left: -20px;
    color: #fff;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background-color: #0d9d33;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* Responsive */
@media(max-width:768px) {
    .iv-hero-title {
        font-size: 36px;
    }
}



/* Background Glow */
.ltx-ambient-orb-a {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #3b82f6, #1e3a8a);
    filter: blur(200px);
    opacity: 0.25;
    top: -200px;
    left: -200px;
    display: none;
}

.ltx-ambient-orb-b {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #6366f1, #312e81);
    filter: blur(200px);
    opacity: 0.25;
    bottom: -200px;
    right: -200px;
    display: none;
}

/* Header */
.ltx-main-wrapper {
    position: relative;
    z-index: 2;
    padding: 100px 8% 60px;
}

.ltx-main-heading {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(90deg, #60a5fa, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.ltx-main-subtext {
    color: #94a3b8;
    font-size: 18px;
    margin-bottom: 60px;
}

/* Timeline Layout */
.ltx-timeline-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
    padding-left: 40px;
    border-left: 2px solid rgba(17, 119, 97, 0.4);
}

/* Individual Block */
.ltx-module-block {
    position: relative;
    padding: 35px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(32, 34, 138, 0.3);
    transition: .4s ease;
}

.ltx-module-block:hover {
    transform: translateX(10px);
    box-shadow: 0 0 50px rgba(6, 96, 95, 0.3);
    border-color: #6366f1;
}

/* Timeline Dot */
.ltx-module-block::before {
    content: "";
    position: absolute;
    left: -52px;
    top: 40px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #60a5fa, #818cf8);
    box-shadow: 0 0 15px #6366f1;
}

/* Title */
.ltx-module-title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

/* Description */
.ltx-module-description {
    font-size: 16px;
    color: #3f3f3f;
    margin-bottom: 15px;
}

/* List */
.ltx-module-list {
    list-style: none;
    font-size: 16px;
    line-height: 1.8;

}

.ltx-module-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 18px;
    font-size: 15.5px;
    color: #000;
}



.ltx-module-list li strong {
    font-weight: 600;
    color: #000;
}
.ltx-module-list li::before {
    content: "▹";
    position: absolute;
    left: 0;
    color: #60a5fa;
}

/* Responsive */
@media(max-width:768px) {
    .ltx-main-heading {
        font-size: 32px;
    }

    .ltx-timeline-container {
        padding-left: 20px;
    }

    .ltx-module-block::before {
        left: -32px;
    }
}
h3.title-cs{
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}




.cms-container h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}

.cms-container p {
    font-size: 15px;
    color: #222222;
}

.cms-container ul li {
    font-size: 15px;
    color: #222222;
    margin: 10px 0;
}

.cms-container {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 15px;
}


.partners-license {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;

}
.partners-license img{
    height: 80px !important;
    width: unset !important; 
}
.partners-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners-license h3{
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.partners-license h6 {
    color: #4a4a4a;
    font-size: 16px;
    text-align: center;
}
.partners-license h6 span {
    color: #b23939;
}



.carousel-btn2 .owl-nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btn2 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #95eddd !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;

}

.carousel-btn2 .owl-nav button span {
    padding-bottom: 5px !important;
    color: #fff;
}


.carousel-btn2 .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -25px;

}

.carousel-btn2 .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -25px;

}





.consultant-modal-content {
    border-radius: 20px !important;
    overflow: hidden;
}

.consultant-modal-content .modal-header {
    background-color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consultant-modal-content .modal-header h1 {
    font-size: 20px;
    color: var(--color-white);
}

.consultant-modal-content .modal-header button {
    min-width: 35px;
    width: 35px;
    max-width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff8a;
    color: var(--primary-color);
    font-size: 16px;
    border: 3px solid #fff
}

.consultant-modal-content .modal-header button:hover {
    background-color: #fff;

}

.consultant-modal-content .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 0 !important;
    padding: 10px !important;
    padding-top: 0 !important;
}

.consultant-modal-content .modal-footer .consultant-next-btn {
    width: 200px;
    height: 40px;
    background-color: var(--primary-color);
    color: #fff;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 5px;
    font-size: 15px;
}

.consultant-modal-content .modal-footer .consultant-next-btn:hover {
    background-color: var(--primary-color);
    border-radius: 40px;
}

.consultant-modal-field label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #000;

}

.consultant-modal-field input,
.consultant-modal-field select {
    height: 50px;
    border: 1px solid #a5a5a5;
    font-size: 14px;
    font-weight: 500;

    color: #000;
    border-radius: 7px;
}

.consultant-modal-field input:focus,
.consultant-modal-field select:focus,
.consultant-modal-field textarea:focus {
    border: 1px dashed var(--primary-color);
}

.consultant-modal-field textarea {
    height: 100px;
    border: 1px solid var(--primary-color);
    font-size: 14px;
    font-weight: 400;

    color: #000;
    border-radius: 7px;
}

.modal.fade {
    background: #021333a7;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.consultant-modal-title h3{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.post-item-content h2 a{
    color: #000;
}
.providing-services h2{
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.providing-services p{
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
}


.careers-top h3 {
    font-size: 40px;
    line-height: 62px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    margin: 0;

}

.careers-top p {
    font-size: 16.5px;
    line-height: 27px;
    text-align: center;

    margin-bottom: 0;
}

.careers-dt h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}

.careers-dt p {
    font-size: 16.5px;
    line-height: 27px;

    margin-bottom: 0;

}

.careers-img {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.careers-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-pos-img {
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;



}

.career-pos-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-pos-dt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;


}

.career-pos-dt-2 {
    width: 100%;
    height: 70%;
    background-color: #f2f2f2;
}

.career-pos-dt-3 {
    width: 100%;
    height: 200px;
    background-color: #fff;
    position: absolute;
    top: 20%;
    left: -20%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.career-pos-dt-3 p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.career-pos-dt-3 h3 {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 0;
    color: #000;
}

.c-h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
}
/* 
.row-col-5 .col-lg-3{
    width: 20%;
} */

.nxgc-feature-card {
    background: rgba(175, 175, 175, 0.162);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 15px;
    transition: 0.4s ease;
    border: 1px solid rgba(169, 168, 168, 0.768);
    position: relative;
    height: 100%;
}

.nxgc-feature-card:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 40px rgba(0, 245, 160, 0.3);
}

.nxgc-icon-box {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0b675e, #094842);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 25px;
    color: #fff;
}


.nxgc-icon-box svg {
    width: 32px;
    height: 32px;
    stroke: #0f2027;
}

.nxgc-feature-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
}

.nxgc-feature-card p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
    color: #000;
}

/* Floating Shapes */

.nxgc-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
}

.nxgc-shape-one {
    width: 300px;
    height: 300px;
    background: #00f5a0;
    top: -80px;
    left: -80px;
}

.nxgc-shape-two {
    width: 350px;
    height: 350px;
    background: #00d9f5;
    bottom: -100px;
    right: -100px;
}

/* Responsive */

@media (max-width: 768px) {
    .nxgc-title {
        font-size: 28px;
    }
}

.knowledge-left{
    width: 100%;
    height: 400px;
    border-radius: 15px;
}
.knowledge-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.knowledge-right h3{
    font-size:28px;
    font-weight: 500;
    color: #000;
}
.knowledge-right h6{
    margin:8px 0 10px 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}
.knowledge-right p{
    margin: 10px 0;
    font-weight: 400;
    color: #000;
}

.knowledge-widget{
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.knowledge-widget span{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
}
.knowledge-widget h3{
    margin: 10px 0;
    font-weight: 600;
    color: #000;
    font-size: 20px;

}
.knowledge-widget ul{
    margin: 0;
    list-style: none;
    padding: 0;
    padding-left: 25px;
}
.knowledge-widget ul li{
    margin: 10px 0;
    font-size: 16px;
    color: #000;
    position: relative;
}
.knowledge-widget ul li::before{
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    content: '';
    position: absolute;
    left: -20px;
    top: 10px;
    rotate: 50deg;
}
.about-us-content .section-title h2,.about-us-content .section-title p{
    text-align: left;
}
.post-featured-image a,.post-featured-image a img{
    border-radius: 10px;
}

.family-nex-left img{
    width: 100%;
    height:400px;
    object-fit: cover;
    border-radius: 20px;
}
.family-nex-right h3{
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    color: #000;
}
.family-nex-right p{
    font-size: 15.5px;
    color: #000;
    margin: 10px 0;
}
.family-features {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.family-features h4{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.family-features p{
    margin-bottom: 0;
    font-size: 14.5px;
}
.family-nex-right .row .col-lg-4{
    padding: 0 8px;
}

.family-img {
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 15px;
}
.family-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.family-minus-container{
    background-color: #fff;
    padding: 30px;
    margin-top: -100px;
    border-radius: 20px;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.family-minus-container h3{
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 25px;

}
.family-minus-container p{
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #000;
}

.inner-fm{
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #ccc;
    height: 100%;
   
}
.inner-fm h5{
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}
.inner-fm p{
    font-size: 15px;
}

.family-third-left img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}
.family-third-right h3{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom:5px;
}
.family-third-right p{
    font-size: 15.8px;
    color: #000;
}
.family-third-right ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.family-third-right ul li{
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 10px;
}
.family-third-right ul li h4{
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}
.family-third-right ul li p{
    margin: 0;
}
.family-fourth-left h3{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom:5px;
}
.family-fourth-left h6{
    font-size: 17px;
    font-weight: 500;
    margin-bottom:5px;
}

.family-fourth-left p{
   font-size: 15.8px;
    color: #000;
}
.family-fourth-left img{
    height: 250px;
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
}


.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0px !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
.goog-te-gadget {
    height: 30px;
}
.skiptranslate select{
    background-color: transparent;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 !important;
    font-size: 15px;
    color: #fff;
    width: fit-content;
}
.skiptranslate select option{
    color: #000;
}

.section-title h3{
    padding: 0 !important; 
}




.whatspp-home {
    position: fixed;
    bottom: 12%;
    right: 30px;
    display: flex;
    justify-content:center;
    align-items: center;
    width: fit-content;
    height: 55px;
    width: 55px;
    border-radius: 40px;
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
   z-index: 5000;
    gap: 10px;
    font-size: 23px;
    font-weight: 600;
    background-color: #25D366;
    transition: 0.5s;
}

.whatspp-home:hover {
    border-color: #25D366;
    color: #25D366;
    background-color: #fff;
}
.topbar-contact-info ul li a:hover{
    color: #ccc;
}
.topbar-contact-info ul li a:hover i{
    color: #ccc !important;
}

.flex-input{
    display:flex;
    
}

.zenora-input-group.input-group span{
    background-color:transparent;
    border: 1px solid #9b9b9b;
    border-radius:12px 0 0 12px;
}

.zenora-input-group.input-group  input{
    border-radius:0 12px 12px 0 !important;
    
}

.radius-s span{
  background-color: var(--secondary-color);
  border:0 !important;
    border-right: 1px solid #9b9b9b !important;
    border-radius:12px 0 0 12px;
}

.radius-s  input{
    border-radius:0 12px 12px 0 !important;
    
}



