:root {
    --color-1: rgba(9, 159, 60, 1);
    --color-1-op: rgba(9, 159, 60, 0.2);
    --color-2: rgba(0, 82, 196, 1);
    --color-3: rgba(108, 179, 47, 1);
    --color-4: rgba(35, 40, 112, 1);
    --color-white: #fff;
}

body {
    font-family: "Mona Sans", sans-serif;
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    background: var(--color-1-op);
    font-weight: 400;
    padding: 15px;
}

a {
    color: var(--color-3);
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #000;
}

.title {
    margin-top: 10px;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Roboto Slab", serif;
}

h1.title {
    font-weight: 400;
    font-weight: 400;
    font-size: 4em;
    position: relative;
    color: var(--color-2);
    padding-left: 25px;
}

h2.title {
    font-weight: 400;
    font-weight: 400;
    font-size: 2.5em;
    position: relative;
    color: var(--color-2);
    padding-left: 25px;
}

h2.title:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-2);
}



h1.title:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-2);
}

h1.title.text-center {
    padding: 0px;
}

h1.title.text-center:before {
    content: '';
    display: block;
    width: 75px;
    height: 5px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-2);
}

h1.title.text-white:before {
    background: #fff;
}

h2.title.text-white:before {
    background: #fff;
}

.title span {
    color: #e30000;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
}

.title span i {
    font-size: 15px;
    color: var(--color-);
    margin-right: 10px;
    margin-left: 10px;
}



/* Button & Icons */
.btn-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    background-color: var(--color-4);
    font-size: 16px;
    font-weight: 600;
    padding: 5px 5px 5px 25px;
    text-align: center;
    border-radius: 50px;
    line-height: 1;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.btn-2 .btn-text {
    color: var(--color-white);
    overflow: hidden;
}

.btn-2 .btn-text span {
    display: flex;
    line-height: 1.3;
    text-shadow: 0 30px 0;
    backface-visibility: hidden;
    transform: translateY(0);
    transition: 0.4s ease-in-out;
}

.btn-2 .btn-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-color: var(--color-2);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.btn-2 .btn-icon i {
    color: var(--color-white);
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

.btn-2:hover .btn-text span {
    transform: translateY(-30px);
}

.btn-2:hover .btn-icon i {
    transform: rotate(0);
}


/* Button & Icons */
.btn-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    background-color: var(--color-1);
    font-size: 16px;
    font-weight: 600;
    padding: 5px 5px 5px 25px;
    text-align: center;
    border-radius: 50px;
    line-height: 1;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.btn-1 .btn-text {
    color: var(--color-white);
    overflow: hidden;
}

.btn-1 .btn-text span {
    display: flex;
    line-height: 1.3;
    text-shadow: 0 30px 0;
    backface-visibility: hidden;
    transform: translateY(0);
    transition: 0.4s ease-in-out;
}

.btn-1 .btn-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-color: var(--color-3);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.btn-1 .btn-icon i {
    color: var(--color-white);
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

.btn-1:hover .btn-text span {
    transform: translateY(-30px);
}

.btn-1:hover .btn-icon i {
    transform: rotate(0);
}




i.fi {
    vertical-align: middle;
    line-height: 1;
}

.bg-color-1 {
    background-color: var(--color-1);
    color: #fff;
}

.bg-color-1-op {
    background-color: var(--color-1-op);
    color: #fff;
}

.bg-color-2 {
    background-color: var(--color-2);
    color: #fff;
}

.bg-color-2-op {
    background-color: var(--color-2-op);
    color: #fff;
}

.modal-backdrop {
    background: rgba(255, 255, 255, .1);
}

.modal-backdrop.show {
    opacity: .3;
}

.modal {
    backdrop-filter: blur(15px);

}

#achievements .modal-content {
    background: rgba(71, 110, 33, 1);
    border: 0px;
    border-radius: 0px;
    color: #fff;
}

.bdr-radius {
    border-radius: 15px;
}



/*-----============= Header =============---------*/

header {
    /* background: var(--color-3); */
    backdrop-filter: blur(15px);
    position: absolute;
    margin: 0 auto;
    z-index: 99;
    left: 0;
    right: 0;
    width: calc(100% - 2px);
    animation: slideout .8s;
    border-bottom: 1px solid #fff;
    max-height: 125px;
}

header.fixed-top {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    animation: slidein .8s;
    animation-fill-mode: forwards;
}

@keyframes slidein {
    from {
        transform: translateY(-100px);
    }

    to {
        transform: translateY(0px);
    }

}

@keyframes slideout {
    from {
        transform: translateY(-100px);
    }

    to {
        transform: translateY(0px);
    }

}

header.fixed-top .navbar-nav li .nav-link {
    color: #fff;
}

.social ul li {
    color: #000;
    display: inline-block;
    list-style: none;
}

.logo {
    position: relative;
}

.logo img {
    max-width: 200px;
    display: inline-flex;
    height: 100%;
    object-fit: contain;
    margin-left: 10px;
}

.logo p {
    line-height: 1.3em;
    margin-top: 20px;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    display: inline-flex;
}

.logo,
.social {
    width: 290px;
}

.social ul {
    margin-bottom: 0px;
    padding: 0px;
}

.social ul li i,
.social a i {
    font-weight: bold;
    font-size: 20px;
    color: var(--color-white);
}


.btn-hdr {
    font-size: 20px;
    background: rgba(255, 255, 255, .3);
    border: 1px solid var(--color-white);
    border-radius: 40px;
    padding: 8px 15px;
    margin: 0px 5px;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
    color: var(--color-2);
    display: block;
    width: auto;
    height: 48px;
    text-wrap: nowrap;
}

.btn-hdr:hover {
    color: var(--color-1);
    border: 1px solid var(--color-1);
}

.btn-hdr:hover i {
    color: var(--color-1);
}

/* .btn-hdr:before{
    content: "Call Now";
    display: block;
    width: 100%;
    height: auto;
} */

.btn-srvc {
    font-size: 14px;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 15px;
    margin: 0px 5px;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    width: auto;
    height: 40px;
}

.btn-srvc:after,
.btn-srvc:before {
    display: none;
}

.navbar {
    flex-wrap: nowrap;
}


.navbar-toggler {
    color: #fff;
    background: var(--color-1);
    border: 0px;
    min-height: 60px;
    /* height: fit-content; */
    /* height: -webkit-fill-available; */
    border-radius: 0px;
    max-height: 79px;
    display: block;
    height: 100%;
    align-self: flex-start;
}

.navbar-toggler-icon {
    height: 1em;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:before {
    content: '\f0c9';
    display: block;
    font-family: "Font Awesome 5 Pro";
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    content: '\f00d';
    display: block;
    font-family: "Font Awesome 5 Pro";
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav {
    margin: 0 auto;
}


.navbar-nav li {
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 6px;
}

.navbar-nav li .nav-link {
    color: var(--color-white);
    letter-spacing: .02rem;
    position: relative;
    white-space: nowrap;
}


.navbar-nav li:hover .nav-link {
    color: var(--color-1);
}

.navbar-nav li .nav-link:after {
    content: '';
    background: #fff;
    width: 0%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease-in-out 0s;
}

.navbar-nav li:hover .dropdown-toggle::after {
    color: var(--color-1);
}

.navbar-nav li:hover .nav-link:after {
    width: 80%;
    background: var(--color-1);
}

.dropdown-toggle::after {
    color: #fff;
}

.navbar-nav li a.dropdown-toggle {
    position: absolute !important;
    top: 75%;
    right: 50%;
    transform: translateX(50%);
    line-height: 0;
}


.dropdown-menu[data-bs-popper] {
    left: auto;
    margin-top: 0rem;
}

.dropdown-menu {
    border: 0px;
    border-radius: 0px;
    background: var(--color-1);
    min-width: 200px;
    top: 100%;
}

.dropdown-menu li {
    padding: 0px;
}

.dropdown-menu li a {
    padding: 15px 15px;
    color: #fff;
    letter-spacing: .1rem;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out 0s;
}

.dropdown-menu li a:hover {
    background: transparent;
    color: var(--color-1);
    transition: all .4s ease-in-out 0s;
}

.dropdown-menu li a:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: var(--color-2);
    color: #fff;
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    transition: all .4s ease-in-out 0s;

}

.dropdown-item.active {
    background-color: transparent;
}

.dropdown-menu li a.active:before,
.dropdown-menu li a:hover:before {
    background: var(--color-2) !important;
    width: 100%;
    transition: all .4s ease-in-out 0s;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    top: 100%;
}


.rev_slider .overlay {
    background: rgb(0 0 0 / 30%);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 22;
}


.rev_slider .tp-caption li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rev_slider .tp-caption ul {
    padding: 0px;
    list-style: inherit;
}

.rev_slider .tp-caption li:before {
    content: '';
    height: 15px;
    width: 15px;
    border: 2px solid #fff;
    border-radius: 20px;
    display: inline-block;
    margin-right: 10px;
}

.rev_slider .tp-caption li:first-child:before {
    display: none;
}


#rev_slider_54_1_wrapper {
    overflow: hidden !important;
    border-radius: 20px;
}

#main-slide {
    position: relative;
    overflow: hidden;
    padding: 10px 0 10px 0;
}

/* 
#main-slide {
    position: relative;
    overflow: hidden;
    padding: 20px 0 100px 0;
    background-color: #ecd3fc;
    opacity: 1;
    background-image: linear-gradient(135deg, #312035 25%, transparent 25%), linear-gradient(225deg, #312035 25%, transparent 25%), linear-gradient(45deg, #312035 25%, transparent 25%), linear-gradient(315deg, #312035 25%, #ecd3fc 25%);
    background-position: 13px 0, 13px 0, 0 0, 0 0;
    background-size: 13px 13px;
    background-repeat: repeat;
    z-index: 1;
}

#main-slide::before {
    content: '';
    background-color: var(--color-1);
    background-size: 50%;
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
} */

/* #main-slide {
    position: relative;
    padding: 20px 0 100px 0;
    background-image: url(../img/bg-pattern.png);
    background-repeat: repeat-x;
    background-position: right bottom ;
    background-size: 75%;
} */




/*-----------------------------------------------------------------------------------
    ABOUT SECTION (INTEGRATED FROM BEXON DEMO)
-----------------------------------------------------------------------------------*/

/* Base variables & styles used by Bexon components */
.about-section {
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 15px;
    padding-bottom: 15px;
    z-index: 1;
}

.about-section h1,
.about-section h2,
.about-section h3,
.about-section h4,
.about-section h5,
.about-section h6 {
    color: var(--color-1);
    line-height: 1.25;
    margin-top: 0;
    letter-spacing: -0.03em;
}

.about-section p {
    line-height: 1.6;
    margin-bottom: 1rem;
}



.text-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.text-btn .btn-text {
    color: var(--color-1);
    overflow: hidden;
}

.text-btn .btn-text span {
    display: flex;
    line-height: 1;
    text-shadow: 0 30px 0;
    backface-visibility: hidden;
    transform: translateY(0);
    transition: 0.4s ease-in-out;
}

.text-btn .btn-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: var(--color-4);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.text-btn .btn-icon i {
    color: var(--color-white);
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

.text-btn:hover .btn-text span {
    transform: translateY(-30px);
}

.text-btn:hover .btn-icon {
    background-color: var(--color-t4);
}

.text-btn:hover .btn-icon i {
    transform: rotate(0);
}

/* Headings style-2 style-7 */
.sec-heading {
    margin-bottom: 52px;
    width: 100%;
}

.sec-heading .sec-title {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .sec-heading .sec-title {
        font-size: 30px;
    }
}

.sec-heading .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-4);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px dashed var(--color-4);
    padding: 2px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.sec-heading .sub-title i {
    color: var(--color-4);
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
}

.sec-heading.style-2 .sub-title {
    color: var(--color-4);
    background-color: var(--color-white);
    border: 0;
    padding: 7px 10px;
}

.sec-heading.style-7 .sub-title {
    color: var(--color-4);
    padding: 4px 8px;
}

/* Home 7 About Layout Styling */


.h7-about .sec-heading.style-7 {
    margin-bottom: 100px;
}

@media (max-width: 1199px) {
    .h7-about .sec-heading.style-7 {
        margin-bottom: 60px;
    }
}

.h7-about .sec-heading.style-7 .sec-title {
    margin-bottom: 35px;
}

.h7-about .sec-heading.style-7 .sub-title {
    margin-top: 12px;
}

.h7-about-content-inner {
    max-width: 755px;
}

.h7-about-card {
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.h7-about-card-icon {
    border-radius: 100%;
    background-color: var(--color-white);
    color: var(--color-4);
    font-size: 32px;
    max-width: 80px;
    width: 100%;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.h7-about-card:hover .h7-about-card-icon {
    background-color: var(--color-4);
    color: var(--color-white);
    transform: translateY(-5px);
}

.h7-about-card .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.h7-about-card .desc {
    margin-bottom: 0;
    font-size: 15px;
}

.h7-about-banner {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.h7-about-banner img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.8s ease-out;
}

.h7-about-banner:hover img {
    transform: scale(1.05);
}

/* Counters & Statistics Cards inside About */
.h7-about-counter-wrapper {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .h7-about-counter-wrapper {
        margin-top: 30px;
    }
}

.h7-about-counter-wrapper .style-2 {
    border-radius: 10px;
    overflow: hidden;
    min-height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.h7-about-counter-wrapper .style-2:hover {
    transform: translateY(-5px);
}

.h7-about-counter-wrapper .style-2.countup-item {
    background-color: var(--color-white);
    position: relative;
}

.h7-about-counter-wrapper .style-2.countup-item .counter-title {
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-1);
    color: var(--color-1);
}

.h7-about-counter-wrapper .style-2.countup-item .steps {
    position: absolute;
    top: 28px;
    right: 30px;
    color: var(--color-3);
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}

.h7-about-counter-wrapper .style-2.countup-item .count-inner {
    padding-top: 60px;
}

.h7-about-counter-wrapper .style-2.countup-item .inline-content {
    display: flex;
    align-items: baseline;
    color: var(--color-1);
    margin: 11px 0 10px;
}

.h7-about-counter-wrapper .style-2.countup-item .inline-content .odometer {
    font-size: 56px;
    font-weight: 700;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 1;
}

.h7-about-counter-wrapper .style-2.countup-item .inline-content .count-plus {
    font-size: 32px;
    font-weight: 700;
    margin-left: 2px;
}

.h7-about-counter-wrapper .style-2.countup-item .count-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.44;
    color: var(--color-1);
}

.h7-about-counter-wrapper .style-2.img-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.h7-about-counter-wrapper .style-2.customers-box {
    background-color: var(--color-3);
    position: relative;
    z-index: 1;
}

.h7-about-counter-wrapper .style-2.customers-box .customers-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: luminosity;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    z-index: -1;
}

.h7-about-counter-wrapper .style-2.customers-box .customers-text {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
    max-width: 320px;
    letter-spacing: -0.03em;
    color: var(--color-white);
    margin-bottom: 20px;
}

.h7-about-counter-wrapper .style-2.customers-box .text-btn {
    justify-content: flex-start;
}

.h7-about-counter-wrapper .style-2.customers-box .text-btn .btn-text {
    color: var(--color-white);
}

.h7-about-counter-wrapper .style-2.customers-box .text-btn .btn-icon {
    background-color: var(--color-2);
}

/* Background Shapes positioning */
.about-section .bg-shape-1,
.about-section .bg-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 370px;
    width: 100%;
    z-index: -1;
    mix-blend-mode: difference;
    pointer-events: none;
    opacity: 0.8;
}

@media (max-width: 767px) {

    .about-section .bg-shape-1,
    .about-section .bg-shape-2 {
        max-width: 200px;
    }
}

.about-section .bg-shape-2 {
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
}


/*-----============= Services Section =============---------*/


/* Section heading */
.sub-title-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: var(--color-1-op);
    color: var(--color-2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px dashed var(--color-2);
}

.svc-section-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--color-1);
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.svc-section-desc {
    color: #555;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Service card */
.svc-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    padding: 40px 32px 36px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.svc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

/* Accent / highlighted middle card */
.svc-card--accent {
    background: var(--color-2);
    border-color: var(--color-2);
}

.svc-card--accent .svc-card-title,
.svc-card--accent .svc-card-desc,
.svc-card--accent .svc-card-link {
    color: #fff;
}

.svc-card--accent .svc-card-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.svc-card--accent .svc-card-number {
    color: rgba(255, 255, 255, 0.08);
}

/* Icon circle */
.svc-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--color-1-op);
    color: var(--color-2);
    font-size: 26px;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease;
}

.svc-card:not(.svc-card--accent):hover .svc-card-icon {
    background: var(--color-2);
    color: #fff;
}

/* Text */
.svc-card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-1);
    margin: 0;
    letter-spacing: -0.02em;
}

.svc-card-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0;
    flex-grow: 1;
}

/* CTA link */
.svc-card-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-2);
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: gap 0.3s ease, opacity 0.3s ease;
    gap: 6px;
}

.svc-card-link:hover {
    gap: 10px;
    opacity: 0.85;
}

/* Large watermark number */
.svc-card-number {
    position: absolute;
    bottom: -16px;
    right: 16px;
    font-size: 96px;
    font-weight: 900;
    line-height: 1;
    color: rgba(0, 0, 0, 0.04);
    pointer-events: none;
    user-select: none;
}

@media (max-width: 767px) {
    .svc-section-title {
        font-size: 28px;
    }

    .svc-card {
        padding: 32px 24px 28px;
    }
}


/*-----============= Schedule Form =============---------*/


@keyframes sf-scroll-left {
    0% {
        transform: translateX(0);
    }

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


#schedule-form {
    position: relative;
    overflow: hidden;
    background: var(--color-2);
}

/* Absolutely-positioned marquee layer that fills the section */
.sf-marquee-bg {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
    opacity: 0.12;
}

/* Each scrolling row */
.sf-marquee-track {
    display: flex;
    white-space: nowrap;
    width: max-content;
    animation: sf-scroll-left 80s linear infinite;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-white);
    line-height: 1;
}

/* Second row scrolls the opposite direction */
.sf-marquee-track.sf-marquee-reverse {
    animation: sf-scroll-right 28s linear infinite;
}

/* Space between each word/dot */
.sf-marquee-track span {
    display: inline-block;
    padding: 0 18px;
    font-size: 4em;
}

/* Dot separators — slightly smaller */
.sf-marquee-track span:nth-child(even) {
    font-size: 14px;
    opacity: 0.6;
    padding: 0 6px;
    vertical-align: middle;
}

#schedule-form select {
    border-radius: 50px;
    padding: 13px;
}


/*-----============= Form =============---------*/

footer form input,
footer form select,
footer form textarea {
    color: #0b0a0a;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    border: 1px solid var(--color-1);
    background: rgba(255, 255, 255, .4);
    border-radius: 50px !important;
}


form.consult input:focus,
form.consult input:active,
form.consult select:focus,
form.consult select:active,
form.consult textarea:focus,
form.consult textarea:active {
    /* background: rgba(0, 0, 0, .2); */
    color: #1a1919;
    outline: none;
    box-shadow: none;
}

::placeholder {
    color: #fff;
}


footer .social ul li a {
    width: 40px;
    height: 40px;
    margin: 5px;
    border: 1px solid #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social ul li a i {
    line-height: 0;
    font-size: 20px;
}


footer a:hover {
    color: #fff;
}




/*-----============= Testimonial =============---------*/


figure {
    margin: 10px;
    color: #333;
    text-align: left;
    display: flex;
    align-items: center;
    background: #9cc673;
    border: 2px solid #9cc673;
    position: relative;
}

figure * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure figcaption {
    display: flex;
    align-items: center;
    width: 70%;
    background-color: #ffffff;
    min-height: 150px;
}

figure blockquote {
    position: relative;
    padding: 25px 50px 25px 50px;
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
}

figure blockquote:before,
figure blockquote:after {
    font-family: 'FontAwesome5';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

figure blockquote:before {
    top: 25px;
    left: 20px;
}

figure blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0px;
}

figure .arrow {
    bottom: 10px;
    left: 28%;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
}

figure .author {
    top: 100%;
    width: 30%;
    padding: 10px 15px;
    float: left;
    text-align: center;
}

figure .author h5 {
    margin: 0;
    font-weight: 800;
    color: #fff;
}

figure .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-top: 8px;
    display: block;
    font-size: .8em;
}

figure .stars {
    display: block;
    list-style: none;
    margin: 10px 0px;
    padding: 0;
}

figure .stars li {
    display: inline-block;
    font-size: .7em;
    color: #fff;
}


/*====================================== Internal Pages =================================*/
















/*=============== Media Query ==============*/

@media only screen and (max-width: 1300px) {
    .logo img {
        max-width: 120px;
    }

    .navbar-nav li {
        padding: 20px 2px;
    }

    .dropdown-menu li {
        padding: 0px 2px;
    }

}

@media only screen and (max-width: 1170px) {
    header .social {
        width: auto;
        position: absolute;
        right: 10px;
        top: 15px;
    }

    .logo img {
        max-width: 120px;
    }

    .navbar-nav {
        margin-left: auto;
        margin-right: 0;
    }

    .navbar-expand-lg .navbar-collapse {
        align-self: end;
    }

    .navbar-nav.m-auto {
        margin-left: auto !important;
    }


    .dropdown-menu[data-bs-popper] {
        left: -25px;
    }


}

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

    .logo {
        width: 130px;
    }

}


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

    header {
        display: grid;
        max-height: 80px;
    }

    .logo p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .logo p.fs-2 {
        font-size: 20px !important;
        align-items: center;
    }

    .navbar-collapse {
        position: absolute;
        display: block;
        top: 86px;
        left: 0;
        right: 0;
        text-align: center;
        background: var(--color-2);
        z-index: 1;
    }

    .dropdown-menu li a {
        text-align: center;
    }

    .navbar-nav li {
        padding: 10px 2px;
    }

    .navbar-nav li .nav-link:hover:after,
    .navbar-nav li .nav-link.active:after {
        width: 150px;
    }

    .navbar-nav a.dropdown-toggle {
        right: 15px !important;
        top: 10px !important;
        width: 40px;
        height: 40px;
        background: #6f6f6f;
        /* padding: 20px 0px; */
        align-content: center;
    }

    .dropdown-menu li a {
        padding: 5px;
    }

    header .social {
        position: static;
    }

    #highlight .boxes {
        transform: translateY(-30%);
    }

    .inside-page .pl-40 {
        padding-left: 15px;
        padding-top: 15px;
    }

    .inside-page .sidebar.p-40 {
        padding: 20px 40px;
    }


    #page_header.about-header {
        height: 50vh;
        min-height: auto;
        background-position: center top 80px;
    }

}


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

    .partners-list li {
        width: 50%;
    }


    .partners-list li:hover img {
        transform: scale(1);
        transition: all 0.4s ease-in-out 0s;
    }


    .partners-list a:nth-child(3) li,
    .partners-list a:nth-child(9) li {
        border-right: .5px solid var(--color-2);
        ;
    }

    .partners-list a:nth-child(2) li,
    .partners-list a:nth-child(4) li,
    .partners-list a:nth-child(6) li,
    .partners-list a:nth-child(8) li,
    .partners-list a:nth-child(10) li,
    .partners-list a:nth-child(12) li {
        border-right: 0px solid var(--color-2);
        ;
    }


    .partners-list a:nth-child(10) li {
        border-bottom: .5px solid var(--color-2);
        ;
    }



    #page_header.about-header {
        height: 50vh;
        min-height: auto;
        background-position: center top 80px;
        background-size: contain;
    }

    /* .tp-slide-img img {
        width: 100% !important;
        height: auto !important;
    }

    #services-tabs .tabs.d-flex {
        display: inline-block !important;
    }

    .srvc-tab-btn {
        min-height: 60px;
    }

    .srvc-tab-btn span.srvc-num {
        top: 50%;
        transform: translateY(-50%);
    }

    .srvc-tab-btn.active:after {
        right: 0px;
        top: 100%;
        border-width: 25px 30px 0px 30px;
        border-color: #9cc673 transparent transparent transparent;
    }

    #highlight .boxes {
        transform: translateY(0%);
        margin-top: 40px;
    }

    #highlight .icon-box:nth-child(odd):after {
        display: none;
    }

    .wow {
        animation-name: none !important;
        visibility: visible !important;
    } */
}



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


    .partners-list li {
        width: 100%;
        border-right: 0px;
    }



    .partners-list a:nth-child(3) li,
    .partners-list a:nth-child(6) li,
    .partners-list a:nth-child(9) li,
    .partners-list a:nth-child(12) li {
        border-right: 0px solid var(--color-2);
        ;
    }


    .partners-list a:nth-child(10) li,
    .partners-list a:nth-child(11) li {
        border-bottom: .5px solid var(--color-2);
    }

    header {
        max-height: 80px;
    }


    #healthcare-btns.ptb-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* 
    #highlight .icon-box:after {
        display: none;
    }

    #testimonial .plr-80 {
        padding-left: 30px;
        padding-right: 30px;
    }

    #about.ptb-60,
    #services-tabs.ptb-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .srvc-tab-btn span.srvc-num {
        left: 50px;
    } */

}