/* fontawasome-link */
@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');

/* fontawasome-link */


:root {
    --primary-color: #0073a2;
    --deep-black: #000;
    --secondry-color: #4d2512;
    --color-black: #1a1414;
    --color-white: #fff;
    --theme-color: #f5f1ee;
    --footer-color: #05050b;
    --color-red: #b30000;
    --white-bg: #e7effc;
    --dark-bg: #0a0a0a;
    --light-black: #666;
    ---heading-color: #4b7a99;
    --light-white: #F7F7F7;
    --primary-font: "Poppins", sans-serif;
    --secondry-font: "Roboto", sans-serif;
}

html {
    font-size: 62.5%;
}

html,
body {
    overflow-x: hidden !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--secondry-font);
}

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

.ptb {
    padding: 7rem 0;
}

.sec-pt {
    padding-top: 7rem;
}

.sec-pb {
    padding-bottom: 7rem;
}

h2.sec-title,
.abt-fea-lt h2 {
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: 4.1rem;
    margin-bottom: .8rem;
}

.abt-fea-lt,
.abt-dtls-top h2 {
    color: var(--primary-color);
}

span.sub-txt {
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--color-black);
    box-shadow: 0 10px 30px rgb(0 0 0 / 9%);
    background: var(--color-white);
    padding: 1.2rem 2.5rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    border-radius: 1rem;
    position: relative;
    text-align: center;
}

span.sub-txt:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateX(-50%);
    width: 1.4rem;
    background: var(--primary-color);
    height: .3rem;
    left: 7px;
}

span.sub-txt:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateX(-50%);
    width: 1.4rem;
    background: var(--primary-color);
    height: .3rem;
    right: -.6rem;
}

p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.02rem;
}

.btn-appointment,
.bnr-btn a {
    color: var(--btn-4);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-appointment::before,
.bnr-btn a::before {
    content: "";
    background-color: var(--secondry-color);
    transform: skew(45deg, 0);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: -1;
    transition: all 0.5s ease;
}

.btn-appointment:hover,
.bnr-btn a:hover {
    color: var(--color-white);
}

.btn-appointment:hover::before,
.bnr-btn a:hover::before {
    width: 150%;
}


/* header-start */

i.top-hdr-time-icn {
    color: var(--primary-color) !important;
}

.hdr-logo img {
    width: 16rem;
    filter: brightness(0) saturate(100%) invert(31%) sepia(90%) saturate(5796%) hue-rotate(182deg) brightness(92%) contrast(101%);
}

.top-nav-container {
    background-color: var(--deep-black);
    font-size: 13px;
    overflow: hidden;
}

.top-left-info {
    font-weight: 500;
}

.top-right-section {
    height: 100%;
}

.links-wrapper {
    background: linear-gradient(to right, #0073a2, #070707 100%);
    height: 100%;
    padding: 1.3rem 3rem;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
}

.for-sm-hdr-social {
    display: none;
}

.top-link {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.top-link:hover {
    opacity: 0.8;
    color: var(--color-white);
}

.fixed-hdr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}


.social-wrapper {
    height: 100%;
}

.social-wrapper a {
    color: var(--color-white);
    margin-left: 15px;
    font-size: 14px;
    transition: color 0.3s;
}

.social-wrapper a:hover {
    color: var(--primary-color);
}

.top-bar {
    background-color: var(--dark-bg);
    color: var(--color-white);
    font-size: 14px;
    padding: 8px 0;
}

.top-links a {
    color: var(--color-white);
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s;
}

.top-links a:hover {
    color: var(--primary-color);
}

.social-icons a {
    margin-left: 15px;
}

.main-header .nav-link {
    color: #1a1a1a;
    font-weight: 600;
    padding: 0 1.5rem !important;
}

.btn-appointment {
    background-color: var(--primary-color) !important;
    color: var(--color-white);
    padding: 1.2rem 3rem;
    border: none;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    border-radius: .7rem;
}

.icon-call i {
    --bs-text-opacity: 1;
    color: var(--primary-color) !important;
}

.btn-appointment:hover {
    background-color: var(--primary-color);
    color: var(--color-white);
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

.icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--dark-bg);
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler:not(.collapsed) .top-bar-line {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .middle-bar-line {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar-line {
    transform: translateY(-8px) rotate(-45deg);
}

li.nav-item .nav-link {
    font-size: 1.6rem;
    letter-spacing: 0.03rem;
    text-transform: capitalize;
}

.hdr-dropdown .dropdown-menu {
    min-width: 18rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color-translucent);
    font-weight: 500;
}

.hdr-dropdown .dropdown-menu li a.active,
.hdr-dropdown .dropdown-menu li .dropdown-item:active {
    background: var(--primary-color);
}


.ser-btn button i {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}


.call-text small {
    font-size: 1.4rem;
}

.call-text {
    width: 100%;
    height: 100%;
}

.call-text strong {
    font-size: 1.6rem;
}

.hdr-cl-icon i {
    font-size: 2.5rem;
    margin-right: 1rem;
}

.ser-btn .search-btn {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.ser-btn .search-btn:hover i {
    color: var(--primary-color);
    transition: 0.8s;
}

@media (min-width: 992px) {
    .hdr-dropdown:hover .dropdown-menu {
        display: block;
    }

    .hdr-dropdown .dropdown-menu {
        margin-top: 0;
    }

    .hdr-dropdown>.nav-link::after {
        display: inline-block;
        margin-left: 0.5rem;
        vertical-align: middle;
        content: "";
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
    }
}

@media (max-width: 991px) {

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 255px;
        height: 100vh;
        background: var(--color-white);
        padding: 30px 20px 20px;
        transition: left 0.35s ease-in-out;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
        z-index: 1050;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .nav-item {
        width: 100%;
    }

    .main-header .nav-link {
        width: 100%;
        border-bottom: 1px dotted #666666b3;
        padding: 3rem 0 1rem !important;
    }

    .ser-btn {
        margin-top: 2rem;
        align-items: start !important;
    }

    .contact-box {
        display: none !important;
    }

    .mobile-arrow {
        font-size: 14px;
        margin-left: 10px;
        cursor: pointer;
    }

    .hdr-dropdown .dropdown-menu.show+.mobile-arrow i {
        transform: rotate(180deg);
        transition: 0.3s;
    }

    .dropdown-toggle::after {
        display: none;
    }

}

@media (max-width: 576px) {
    .links-wrapper {
        display: none !important;
    }

    .ser-btn {
        flex-direction: column;
        gap: 1.5rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 1rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 3rem;
        margin: 1rem 0;
    }

    .for-sm-hdr-social a i {
        font-size: 18px;
        color: var(--primary-color);
        outline: 1px solid var(--primary-color);
        outline-offset: 7px;
        border-radius: 50%;
    }
}


/* header-end */

/* baner-start */
h1.bnr-main-txt {
    font-size: 5.4rem;
    font-weight: 600;
    font-family: var(--secondry-font);
}

.bnr-float-txt {
    background-image: url(../images/hero-area-img-shape-1.png);
    padding: 2rem;
}

h1.bnr-main-txt {
    font-size: 4.8rem;
    font-weight: bold;
    font-family: var(--secondry-font);
    position: relative;
    text-transform: uppercase;
    line-height: 6.2rem;
}



/* bnr-fea */

.bnr-fea-txt-cont p img {
    width: 3.4rem;
    height: 3.4rem;
    filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(3811%) hue-rotate(182deg) brightness(90%) contrast(101%);
    object-fit: cover;
}

.bnr-fea-txt-cont {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-top: 2rem;
}

.bnr-fea-txt-cont p {
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.01rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* bnr-fea */

.bnr-float-txt {
    background-image: url(../images/hero-area-img-shape-1.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 20rem;
    font-size: 2rem;
    background-size: auto;
    position: absolute;
    top: -133px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.bnr-btn a {
    padding: 1.5rem 3.2rem;
    margin-top: 2rem;
    display: inline-block;
    text-decoration: none;
    background: var(--primary-color);
    color: var(--color-white);
    font-size: 1.6rem;
    letter-spacing: 0.03rem;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: .7rem;
}

.banner {
    height: 59vh;
    /* background: url(https://delogiswp.pixydrops.com/wp-content/uploads/2023/05/main-slider-three-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center; */
    background-color: var(--light-white);
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 3rem;
    position: relative;
    isolation: isolate;
}

.banner:after {
    content: "";
    background-image: url(../images/about-art-img-2.png);
    background-size: contain;
    background-position: center center;
    height: 52rem;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -7px;
    width: 100%;
    right: 49%;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(23%) sepia(76%) saturate(2492%) hue-rotate(178deg) brightness(99%) contrast(103%);
    opacity: 0.3;
}

.banner:before {
    content: "";
    background-image: url(../images/about-art-img-2.png);
    background-size: contain;
    background-position: center center;
    height: 53rem;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -7px;
    width: 100%;
    left: 36%;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(23%) sepia(76%) saturate(2492%) hue-rotate(178deg) brightness(99%) contrast(103%);
    opacity: 0.3;
}

.hero-sldier .owl-nav .owl-prev,
.hero-sldier .owl-nav .owl-next {
    background: var(--primary-color) !important;
    width: 3.2rem;
    height: 3.2rem;
    color: var(--color-white) !important;
    border-radius: 50%;
    pointer-events: auto;
}

.hero-sldier .owl-nav {
    display: block !important;
    position: absolute;
    top: 1.4rem;
    font-size: 2rem;
    pointer-events: auto;
}


/* baner-end */

/* about-start */
.abt-txt-bx p b {
    font-size: 1.8rem;
    font-style: italic;
    text-wrap: balance;
    letter-spacing: 0.03rem;
    line-height: 2.7rem;
}

.abt-txt-bx p {
    padding: 1.5rem 3rem;
    background: var(--color-white);
    box-shadow: 0 10px 30px rgb(0 0 0 / 9%);
    border-radius: 1rem;
    margin: 2rem 0;
    border-left: .3rem solid var(--primary-color);
    border-right: .3rem solid var(--primary-color);
}

.abt-lft-btm {
    display: flex;
    margin-top: 4rem;
    gap: 8rem;
    align-items: center;
}

.abt-lft h2 {
    margin-bottom: 2rem;
}

.img-merge-contnt {
    width: 11rem;
}

.abt-lft-btm-img-bx {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.abt-lft-btm-txt-contnt {
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    margin-left: 1.8rem;
}

.abt-cal-txt {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.abt-cal-txt .abt-cal-icon i {
    font-size: 4rem;
    color: var(--primary-color);
}

.abt-cal-txt .abt-cal-nmbr {
    font-size: 2.2rem;
    letter-spacing: .05rem;
    color: var(--primary-color);
    font-weight: 600;
    display: inline-block;
}

.abt-rt-icon-1 {
    width: 7rem;
    object-fit: cover;
    margin-bottom: 2rem;
}

.abt-rt-float-bx-1 {
    position: absolute;
    background: var(--primary-color);
    bottom: -2.5rem;
    left: -15rem;
    height: 20rem;
    display: flex;
    flex-direction: column;
    padding: 1rem 4rem;
    border-radius: 1rem;
    max-width: 23rem;
    align-items: center;
}

.abt-rt-float-bx-1 .abt-rt-float-txt {
    color: var(--color-white);
    text-align: center;
    display: inline-block;
    font-size: 1.8rem;
    text-wrap: balance;
    font-weight: 600;
    letter-spacing: 0.03rem;
}

.only-sm-dce-btn {
    display: none;
}

.abt-fixed-img img {
    overflow: hidden;
    border-radius: 1rem;
}

.abt-lft-btm-txt-contnt .txt-1 {
    font-weight: 600;
    color: var(--primary-color);
}

.abt-rt-float-bx-1 {
    animation: floatScroll 3s ease-in-out infinite;
}

@keyframes floatScroll {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2.5rem);
    }

    100% {
        transform: translateY(0);
    }
}

/* about-end */

/* why-choose-us-start */

section.why-chse-us {
    padding: 6rem 0;
    background: var(--light-white);
}

.why-chse-icon {
    width: 7rem;
    height: 7rem;
}

.why-chse-icon img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(90%) saturate(5796%) hue-rotate(182deg) brightness(92%) contrast(101%);
}

.why-chse-icon {
    display: inline-block;
    transition: all 0.4s ease;
    cursor: pointer;
}

.why-chse-icon:hover img {
    animation: pulseRotate 0.6s ease-in-out infinite alternate;
}

@keyframes pulseRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }

    100% {
        transform: scale(1.15) rotate(5deg);
    }
}

.why-chse-contnt {
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    align-items: center;
}

.why-chse-contnt p {
    font-size: 1.4rem;
}

.why-chse-contnt h3 {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.03rem;
    text-transform: capitalize;
}

/* why-choose-us-end */

/* experience-start */

.exper-card-area {
    background: var(--color-white);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 4rem;
    border-radius: 1rem;
}

.exper-sec-btm {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 36rem;
}

.exper-sec-btm h3 {
    font-size: 2.3rem;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 3.1rem;
}

.exper-sec-btm p {
    font-size: 1.4rem;
}

.exper-img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.read-btn a {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--primary-color);
    text-decoration: underline !important;
}

.read-btn a .btn-arw i {
    font-size: 1.4rem;
}

.read-btn a:hover {
    color: var(--secondry-color);
    transition: 0.8s;
}

.exper-card-area {
    background: var(--color-white);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    cursor: pointer;
}


.exper-card-area:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #e0e0e0;
}

.exper-img {
    overflow: hidden;
}

.exper-img img {
    transition: transform 0.7s ease;
}

.exper-card-area:hover .exper-img img {
    transform: scale(1.1);
}

.exper-sec-btm {
    padding: 25px;
}

.exper-sec-btm h3 {
    transition: color 0.3s ease;
}

.exper-card-area:hover h3 {
    color: var(--primary-color);
}

.read-btn a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.read-btn .btn-arw {
    transition: transform 0.3s ease;
}


/* experience-end */

/* testimonial-start */

section.testi-sec {
    background: var(--light-white);
    padding: 8rem;
}

/* g-btn */
.g-btn a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-top: 14px;
}



.testi-btn-merge {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.float-g-btn {
    position: absolute;
    top: -77px;
    right: 0;
    z-index: 99;
}

.float-g-btn {
    display: none;
}

/* g-btn */

.client-img {
    width: 8rem;
    height: 8rem;
}

.testi-rt-card {
    padding: 2rem 3rem;
    background: var(--color-white);
    box-shadow: 0.1px 4px 15px rgba(0, 0, 0, 0.1);
    margin: 1rem;
    border-radius: 1.5rem;
    min-height: 22rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.stars-listing i {
    font-size: 2rem;
    color: var(--primary-color);
}

.client-name {
    font-size: 2.4rem;
    font-weight: 600;
    font-family: var(--secondry-font);
    letter-spacing: 0.02rem;
    text-transform: capitalize;
    color: var(--primary-color);
}


.tesi-slider .owl-nav .owl-prev,
.tesi-slider .owl-nav .owl-next {
    background: var(--primary-color) !important;
    width: 3.2rem;
    height: 3.2rem;
    color: var(--color-white) !important;
    border-radius: 50%;
    pointer-events: auto;
}

.tesi-slider .owl-nav {
    display: flex !important;
    position: absolute;
    bottom: -4rem;
    font-size: 2rem;
    pointer-events: auto;
    left: 50%;
    gap: 1rem;
    transform: translateX(-50%);
}

/* testimonial-end */

/* testimonial-page-start */

.testi-pg-wrap {
    position: relative;
    border-radius: 20px;
    padding: 40px;
    background: linear-gradient(135deg, #c4c7c9f2 0%, #c0c5c740 100%);
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    border: .1rem solid #2196f369;
    overflow: visible;
    margin: 0 2rem 8rem;
    max-width: 55rem;
}

.testi-pg-wrap::before {
    width: 220px;
    height: 220px;
    background: rgb(3 169 244 / 40%);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    z-index: 0;
}


.testi-pg-wrap>* {
    position: relative;
    z-index: 1;
}

.athr-img {
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    outline: .5rem solid #ffe5e5;
    border-radius: 50%;
}

.testi-pg-wrap::after {
    content: "";
    position: absolute;
    top: -2rem;
    left: -1.5rem;
    width: calc(100% + 2.8rem);
    height: calc(100% + 4rem);
    border-radius: 4rem;
    pointer-events: none;
    z-index: 2;

    /* 1. Define your Gradient here */
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.2));

    /* 2. The Magic: Masking creates the 'border' effect */
    /* This says: "Paint everything, but subtract the inner area" */
    --border-thickness: 3px;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: var(--border-thickness);

    /* 3. Your Polygon for the gaps */
    clip-path: polygon(30% 0%, 100% 0%,
            100% 30%, 100% 30%, 100% 100%,
            0% 100%,
            0% 30%, 0% 30%);
}

.testi-athr {
    display: flex;
    justify-content: end;
    text-align: end;
    margin-bottom: 2rem;
}

p.athr-txts {
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
    justify-content: center;
}

.float-quote {
    position: absolute;
    top: -3.6rem;
    left: -3.2rem;
}

.quote-icon {
    width: 14rem;
}

.quote-icon img {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.testi-athr .athr-txts b {
    font-size: 2.4rem;
    color: var(--secondry-color);
}

.stars-area .stars-listing i {
    font-size: 3rem;
    color: #fcb040;
}

.testi-pg-wrap .testi-para {
    font-size: 1.7rem;
    color: var(--color-black);
}

.testi-athr .athr-txts span {
    font-size: 1.8rem;
    margin-top: .5rem;
    color: var(--secondry-color);
    font-weight: 500;
}



/* testimonial-page-end */

/* faq-start */

.faq_accordions .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.faq_accordions .card-body {
    padding: 1.5rem 1rem;
    margin-bottom: 3rem;
}

.faq_accordions .accordion-header .accordion-button {
    border: 0px solid #d2dae1;
    border-radius: 0px;
    font-size: 2.2rem;
}

.faq_accordions .accordion-item {
    border-bottom: 1px solid #d2dae1;
    padding: 1rem .5rem;
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-wraper {
    margin-top: 3rem;
}

.faq_accordions .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.7) !important;
    background-size: 100%;
    width: 1.8rem;
    height: 1.8rem;
}

.faq_accordions div .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: var(--primary-color);
}

/* faq-end */

/* cntct-start */

.contact-section {
    background: var(--white-bg);
}

.badge-custom span {
    width: 10px;
    height: 2px;
    background: var(--primary-color);
    margin: 0 10px;
}

.cont-social a {
    width: 4rem;
    height: 4rem;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    margin-right: 1rem;
    transition: 0.3s;
}

.cont-social a i {
    font-size: 1.6rem;
}

.social-links a:hover {
    background: var(--primary-color);
    color: var(--color-white);
}

.custom-input {
    background-color: var(--light-white) !important;
    border: none !important;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 1.6rem;
    margin-top: 1rem;
}


.custom-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(77, 37, 18, 0.15);
}

.contact-info .sub-txt {
    font-size: 1.6rem;
}

.sbmit-btn {
    padding: 1.4rem 3rem;
    margin-top: 2rem;
    display: inline-block;
    background: var(--primary-color);
    color: var(--color-white);
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 4rem;
}

.sbmit-btn:hover {
    background: var(--secondry-color);
    transition: 0.8s;
}

.cnct-rt-title {
    color: var(--primary-color);
    font-size: 1.8rem;
    text-transform: uppercase;
}

/* cntct-end */

/* team-start */

.team-img {
    width: 20rem;
    height: 20rem;
    overflow: hidden;
    border-radius: 50%;
}

.team-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
}

.team-txts h4 {
    font-size: 2.3rem;
    line-height: 3.4rem;
    text-align: center;
    color: var(--primary-color) !important;
    display: flex;
    flex-direction: column;
}

.team-txts h4 b {
    color: var(--primary-color) !important;
}

.team-txts span {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--light-black);
}

.team-slider-con {
    margin-top: 5rem;
}

.team-slider .owl-nav .owl-prev,
.team-slider .owl-nav .owl-next {
    background: var(--primary-color) !important;
    width: 3.2rem;
    height: 3.2rem;
    color: var(--color-white) !important;
    border-radius: 50%;
    pointer-events: auto;
}

.team-slider .owl-nav {
    display: flex !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    pointer-events: auto;
    left: 0;
    justify-content: space-between;
    width: 100%;
}

section.team {
    background: var(--light-white);
}

.team-slider .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    position: absolute;
    bottom: -49px;
    left: 50%;
    transform: translateX(-50%);
}

.team-slider .owl-dot {
    width: 12px;
    height: 12px;
    background: #ccc !important;
    border-radius: 50%;
    border: none;
    outline: none;
    opacity: 1 !important;
}

.team-slider .owl-dot.active {
    background: var(--primary-color) !important;
    /* your theme color */
}

/* team-end */


/* cta-start */

.cta-sec {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    height: 35rem;
}

/* cta-end */



/* service-details-sub-page-start */
/* bnr */
section.sub-bnr {
    position: relative;
    height: 60vh;
}

.video-area .sub-bnr-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-bnr-wrper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #00000091, #0073a24d);
}

.sub-bnr-txts h1 {
    font-size: 4rem;
    color: var(--color-white);
    font-weight: 600;
    line-height: 5rem;
}

.sub-bnr-txts .sub-bnr-txt-1 {
    color: var(--primary-color) !important;
}

/* bnr */

/* help */

/* .help-lt-txts h2 {
    font-size: 3rem;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 1rem;
} */

ul.help-rt-lst {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem 0 !important;
}

.help-rt-content .help-rt-lst li {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.7rem;
    align-items: center;
    flex: 1 0 48%;
}

.help-rt-icon {
    width: 3rem;
    height: 3rem;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.help-rt-icon i {
    font-size: 1.5rem;
    color: var(--color-white);
}

.help-rt-content .help-rt-lst li>span {
    font-size: 1.6rem;
    letter-spacing: 0.02rem;
}

.help-rt-brnd-lsting {
    gap: 1rem;
}

.call-help-sec div i {
    font-size: 3rem;
    color: var(--primary-color);
}

.call-help-sec .icon-circle {
    width: 5rem;
    height: 5rem;
    border-color: var(--primary-color) !important;
}

.help-cnct-txts small {
    font-size: 1.7rem;
    margin-left: 1rem;
}

.help-cnct-txts span {
    font-size: 3.2rem;
    color: var(--primary-color);
}

.help-rt-form {
    padding: 3rem;
    background: var(--color-white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 2rem;
}

/* help */

/* hw-its-wrk */

section.how-it-works {
    background: var(--light-white);
}


.wrks-icon {
    width: 9rem;
    height: 9rem;
    z-index: 2;
    position: relative;
    background: var(--primary-color);
}

.vertical-line {
    width: 2px;
    height: 100%;
    background-color: #eee;
    margin: 0 auto;
    border-left: 2px dotted #ccc;
}

.wrks-icon i {
    font-size: 5rem;
}

.how-it-wraper {
    display: flex;
    margin-bottom: 8rem;
    gap: 2rem;
}

.how-it-lt-txts {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hw-it-heding {
    font-size: 2.4rem;
    font-weight: 600;
}

.how-it-wek-rt-img {
    height: 60rem;
    object-fit: cover;
}

/* hw-its-wrk */

/* video */

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--dark-bg);
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: none;
}

.video-poster {
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6rem;
    height: 6rem;
    background: var(--primary-color);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite;
}

.play-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 1.8rem solid var(--color-white);
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 115, 162, 0.7);
    }

    70% {
        box-shadow: 0 0 0 25px rgba(0, 115, 162, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 115, 162, 0);
    }
}



.video-dtls-rt h4 {
    font-size: 1.5rem;
    position: relative;
    letter-spacing: 0.02rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
}

.video-dtls-rt h4:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    width: 5rem;
    height: 0.12rem;
    background: var(--primary-color);
}

ul.vido-dtls-lst li .video-dtls-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.vido-dtls-lst li .video-dtls-icon i {
    font-size: 1.8rem;
    color: var(--color-white);
}

ul.vido-dtls-lst li {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.8rem;
}

ul.vido-dtls-lst li .video-dtls-lst-txts {
    font-size: 1.6rem;
    letter-spacing: .02rem;
}

ul.vido-dtls-lst li {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.8rem;
}

.video-dtls-rt {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-left: 20rem;
}

/* video */


/* get-tch-sec */

.info-box h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}


.info-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.8rem;
    font-size: 2.2rem;
}

.info-box .info-icon i {
    color: var(--primary-color) !important;
    outline: 2px solid var(--primary-color) !important;
    outline-offset: 1.2rem;
    border-radius: 50%;
}

.info-box::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    height: 60%;
    border-right: 2px dashed var(--primary-color);
}

.info-box:last-child::after {
    display: none;
}

.direction-link {
    color: var(--secondry-color);
    text-decoration: none;
    font-weight: 500;
}

.direction-link:hover {
    text-decoration: underline;
}

.con-ifo-btm {
    font-size: 1.5rem;
    color: var(--light-black);
}

.con-ifo-btm a {
    color: var(--secondry-color);
    font-weight: 600;
    text-decoration: none;
}

.con-ifo-btm a:hover {
    text-decoration: underline;
}


/* get-tch-sec */

/* service-details-sub-page-end*/

.sub-bnr-tle-1 {
    font-size: 4rem;
    color: var(--color-white);
    text-transform: capitalize;
    letter-spacing: 0.03rem;
}

/* service-listing-sub-page-start*/

section.sub-bnr-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 40vh;
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
}

section.sub-bnr-sec:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0073a2b0, #00000099);
    z-index: -1;
}

.service-lsting-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 3rem 6rem;
    background: var(--secondry-color);
    min-height: 66rem;
}

.service-lsting-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 2.5rem 4rem;
    background: var(--light-white);
    min-height: 30rem;
    border-radius: 1.3rem;
    box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.service-lsting-card::before {
    content: "";
    position: absolute;
    opacity: 0;
    inset: 0;
    background: var(--primary-color);
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}


.service-lsting-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.service-lsting-card:hover::before {
    opacity: 1;
}


.service-lsting-card * {
    transition: color 1s ease;
}

.service-lsting-card:hover i,
.service-lsting-card:hover h3,
.service-lsting-card:hover p {
    color: var(--color-white) !important;
}

.service-lsting-card:hover::before {
    transform: translateX(0);
    transition: 0.8s;
}

.service-lsting-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}


.srvice-crd-icon i {
    color: var(--primary-color);
    font-size: 5rem;
}

.service-card-top h3 {
    font-size: 2.4rem;
    color: var(--color-black);
    margin-top: .3em;
    letter-spacing: 0.03rem;
    font-weight: 600;
}

.service-lst-btm-text {
    margin-top: 3rem;
}

/* service-details-sub-page-end*/

/* contact-sub-page-start*/
.cont-txt-content-lsting {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
    margin: 2.4rem 0;
}

.txt-cont {
    display: flex;
    column-gap: 1.5rem;
}

.txt-cont i {
    font-size: 3rem;
    color: var(--primary-color);
}

.txt-cont .txt-wrapr h4 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
}

section.ct-map {
    background: var(--light-white);
}

section.ct-map {
    background: var(--light-white);
    padding-top: 3rem;
}

select.custom-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='gray' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 26px;
    padding-right: 40px;
}

select.custom-input:active {
    background-color: var(--primary-color);
}

.cont-rt-frm {
    padding: 3rem;
    background: var(--color-white);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    border-radius: 1.4rem;
}

/* contact-sub-page-end*/

/* about-sub-page-start*/

.about-dtls {
    background: var(--light-white);
}

.abt-dtls-rt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt-dtls-bg {
    position: absolute;
    top: 67%;
    left: 96%;
    transform: translate(-50%, -50%);
    width: 100%;
    flex-shrink: 0;
    z-index: 1;
    transition: opacity 0.1s linear;
    pointer-events: none;
}

.abt-dtls-bg img {
    width: 97rem;
}


.abt-dtls-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
}


.btn-teal {
    background-color: #1a7e8c;
    color: #fff;
    padding: 1.2rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}

.abt-dtls-img img {
    width: 54rem;
}

.abt-dtls-top h2 {
    font-size: 5rem;
}


.about-dtls {
    background: var(--white-bg);
    border-bottom-right-radius: 20rem;
}

.brand-slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt-brnad-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9rem;
}

.abt-brnad-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

section.abt-brand {
    padding: 4rem 0;
}

.abt-fea-lt p {
    text-wrap: balance;
}

section.abt-fea {
    background: var(--white-bg);
}

.abt-fea-card {
    padding: 2rem 3rem;
    background: var(--color-white);
    border-radius: 1rem;
    box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
    cursor: pointer;
    height: 37rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.abt-fea-card:hover {
    transform: translateY(-.3rem);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #e0e0e0;
}

.abt-fea-card h3 {
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.abt-fea-icon {
    width: 5rem;
    height: 5rem;
    margin-bottom: .8rem;
}

.abt-fea-icon img {
    filter: brightness(0) saturate(100%) invert(33%) sepia(63%) saturate(1185%) hue-rotate(163deg) brightness(91%) contrast(101%);
}


.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2.6rem;
    margin-top: 3rem;
}

.service-box {
    background: #ffffff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgb(0 0 0 / 32%);
    font-weight: 500;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.services-grid .service-box a {
    color: var(--primary-color);
    font-size: 1.4rem;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.01rem;
    text-transform: capitalize;
}

.service-box:hover {
    transform: translateY(-5px);
}

.services-grid a:hover {
    color: var(--secondry-color) !important;
    transition: 0.8s;
}

.abt-pge-video .sec-title {
    letter-spacing: 0.04rem;
    color: var(--primary-color);
    font-weight: 600;
}

.abt-pg-video-wrap .video-wrapper {
    overflow: hidden;
    border-radius: 2rem;
}


/* about-sub-page-end*/

/* appointment-page-start*/

.aptmnt-abt-txt-wrap h2 {
    font-size: 3rem;
    text-transform: capitalize;
    line-height: 3.6rem;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(top, var(--primary-color), #000) text;
}


.form-container {
    max-width: 100rem;
    background: var(--light-white);
    padding: 4rem;
    border-radius: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.apnt-frm-rt .form-container .form-title {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.01rem;
    text-transform: capitalize;
    color: var(--primary-color);
}

.apnt-frm-rt .form-container .form-subtitle {
    font-size: 1.6rem;
}

.form-container .frm-cont-wrap .section-title {
    border-left: 5px solid var(--primary-color);
    padding-left: .6rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.7rem;
    text-transform: capitalize;
}

.form-control,
.form-select {
    border-radius: 10px;
    padding: 10px;
}

textarea {
    border-radius: 10px !important;
}

section.apotmnt-main-cont {
    background: var(--white-bg);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.frm-cont .form-select,
.frm-cont label,
.frm-cont input,
.frm-cont textarea {
    font-size: 1.5rem;
    min-height: 3rem;
}

.frm-cont {
    margin-top: 1.5rem;
}

.frm-cont label {
    font-weight: 500;
    letter-spacing: 0.01rem;
    position: relative;
}


input.form-check-input {
    min-height: auto;
    border: 1.2px solid #ccc;
    border-radius: .5rem;
}

.form-check-inline {
    display: inline-block;
    margin-right: 2rem;
    margin-top: .8rem;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.apt-bnr {
    background: #f4f8fb;
    position: relative;
    overflow: hidden;
}

.bnr-right-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to right, #f4f8fb 10%, rgba(244, 248, 251, 0) 100%);
    z-index: 1;
}

.apt-bnr-lt-txts {
    padding-left: 9.5rem;
}

.apt-bnr-lt-txts h1 {
    font-size: 4.5rem;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 4.4rem;
    margin-bottom: 1.5rem;
}



.apt-bnr-lt-txts span {
    display: inline-block;
    font-size: 2rem;
    color: var(--color-black);
    margin-bottom: 1rem;
}

.apt-bnr-lt-txts p {
    font-size: 16px;
    color: #5f6f7f;
    line-height: 1.7;
    margin-bottom: 30px;
}


.apt-bnr-call-part {
    display: inline-flex;
    align-items: center;
    background: var(--color-white);
    padding: 1.5rem 3rem;
    border-radius: 8px;
    margin-top: 1.4rem;
    box-shadow: 0 10px 30px rgb(0 0 0 / 9%);
}

.apt-bnr-call-part i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 16px;
}

.apt-bnr-call-part p {
    margin: 0;
    color: var(--color-black);
    font-weight: 500;
}

.bnr-right-img {
    position: relative;
    text-align: right;
    z-index: 454;
}


.apt-bnr::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(to left, rgba(238, 244, 249, 0.9), rgba(238, 244, 249, 0));
    pointer-events: none;
}


.abt-apoin {
    padding: 80px 0;
    background: linear-gradient(135deg, #e9eef5 0%, #d7e1ee 50%, #e8edf4 100%);
}

.abt-apion-1st-card {
    padding: 5rem;
    box-shadow: 0 15px 40px rgb(0 0 0 / 27%);
    background: linear-gradient(135deg, #e9edf399 0%, #dfe6ee 40%, #d4dde7 70%, #cfd8e3 100%);
    border-top-right-radius: 1.6rem;
    border-top-left-radius: 1.6rem;
    padding-bottom: 8rem;
}


.abt-apion-1st-card p {
    color: var(--color-black);
    margin-bottom: 2.2rem;
}

.abt-apion-1st-card ul {
    padding: 0;
    list-style: none;
}

.abt-apion-1st-card ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1.6rem;
    color: var(--color-black);
}

.abt-apion-1st-card ul li i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 1.9rem;
}

.abt-apion-1st-card ul li span {
    font-size: 1.6rem;
}

.apion-1st-card-box {
    background: var(--color-white);
    padding: 2rem 3rem;
    border-radius: 1.2rem;
    margin-top: 4rem;
    box-shadow: 0 15px 40px rgb(0 0 0 / 7%);
}

.str-listing i {
    color: #f5b301;
    margin-right: .03rem;
    font-size: 1.5rem;
}

.apion-rview-txt {
    display: flex;
    align-items: center;
}

.apion-1st-card-box b {
    font-size: 2rem;
    margin-left: .8rem;
    color: var(--color-black);
}

.apion-1st-card-box span {
    color: var(--light-black);
    margin-left: .6rem;
    font-size: 1.5rem;
}

.apion-1st-card-box p {
    margin-top: 10px;
    color: #4b5563;
}

.abt-apion-2nd-card {
    padding: 30px 10px;
}


.abt-apion-2nd-card ul {
    padding-left: 18px;
    margin-bottom: 25px;
}

.abt-apion-2nd-card ul li {
    margin-bottom: 10px;
    color: #374151;
}


.abt-apion-2nd-card {
    background: linear-gradient(135deg, #e9edf399 0%, #dfe6ee 40%, #d4dde7 70%, #cfd8e3 100%);
    padding: 5.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-bottom-right-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
}

.abt-apion-2nd-card h2,
.abt-apion-1st-card h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
    color: var(---heading-color);
}

.abt-apion-2nd-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.abt-apion-2nd-card ul li {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    padding-left: 2rem;
    position: relative;
}

.abt-apion-2nd-card .apt-pg-bnr {
    margin-bottom: 2rem;
}

.abt-apion-2nd-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    top: 0;
    height: 100%;
}

.abt-apion-2nd-card p {
    margin: 5px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}


p.apt-rt-frm-cl-txt,
.apt-cta-cl-txt {
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    color: var(--light-black);
    margin-top: 1.5rem;
}

p.apt-rt-frm-cl-txt span,
.apt-cta-cl-txt span {
    color: var(--primary-color);
}

p.apt-rt-frm-cl-txt:before {
    content: "";
    position: absolute;
    background: #0000006e;
    top: 50%;
    left: 11.8rem;
    width: 5rem;
    height: .1rem;
    transform: translateY(-50%);
}

p.apt-rt-frm-cl-txt:after {
    content: "";
    position: absolute;
    background: #0000006e;
    top: 50%;
    right: 11.8rem;
    width: 5rem;
    height: .1rem;
    transform: translateY(-50%);
}

.abt-apoin-cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, #e9eef5 0%, #d7e1ee 50%, #e8edf4 100%);
}

.abt-apoin-cta-wrap {
    padding: 4rem;
    background: linear-gradient(135deg, #e9edf399 0%, #dfe6ee 40%, #d4dde7 70%, #cfd8e3 100%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 40%);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.abt-apoin-cta-wrap h3 {
    font-size: 2.6rem;
    font-weight: 600;
    color: var(---heading-color);
}

.apt-cta-cl-txt:before {
    content: "";
    position: absolute;
    background: #0000006e;
    top: 50%;
    left: 20.8rem;
    width: 5rem;
    height: .1rem;
    transform: translateY(-50%);
}

.apt-cta-cl-txt:after {
    content: "";
    position: absolute;
    background: #0000006e;
    top: 50%;
    right: 20.8rem;
    width: 5rem;
    height: .1rem;
    transform: translateY(-50%);
}

.apt-bnr-call-part p span {
    font-size: 1.6rem;
    color: var(--primary-color);
}

.reveal-number {
    cursor: pointer;
    transition: color 0.3s ease;
    display: inline-block;
    color: var(--primary-color);
}

/* appointment-page-end*/

/* 404-page-start*/

.er-4-0-4-sec {
    padding-top: 4rem;
    padding-bottom: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.er-text-1 {
    font-size: 3.4rem;
    margin-top: 4rem;
    text-align: center;
}

.er-text-1 span {
    font-weight: bold;
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 1.6rem;
}

/* 404-page-end*/



/* footer-start */

.footer-section {
    background-color: var(--footer-color);
    color: #ffffff;
    padding: 8rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.footer-section::before {
    content: "Bcalm";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    z-index: 0;
    pointer-events: none;
    letter-spacing: 1rem;
}

.footer-title {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
    position: relative;
}

.footer-title::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: var(--primary-color);
}


.footer-socials a i {
    font-size: 1.5rem;
}

.footer-info-list,
.footer-links {
    list-style: none;
    padding: 0;
    color: var(--light-black);
    font-size: 1.6rem;
}

ul.footer-info-list {
    margin: 3.2rem 0;
}

.footer-info-list li,
.footer-links li {
    margin-bottom: 1.1rem;
}

.footer-links li a {
    color: var(--light-black);
    text-decoration: none;
    transition: 0.3s;
}

.footer-links li::before {
    content: "•";
    color: var(--primary-color);
    margin-right: 10px;
}

.footer-links li a:hover {
    color: var(--color-white);
    padding-left: 5px;
}


.footer-socials a {
    width: 4rem;
    height: 4rem;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-white);
    margin-right: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-socials a:hover {
    background: var(--primary-color);
}


.newsletter-form {
    position: relative;
    max-width: 400px;
}

.newsletter-form input {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 30px;
    color: var(--color-white);
    outline: none;
}

.newsletter-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color);
    border: none;
    color: var(--color-white);
}


.promo-box {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
}

.promo-box h3 {
    font-size: 2.4rem;
    max-width: 30rem;
    font-weight: 700;
}

.trending-post a {
    color: var(--color-white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.trending-post .author {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-top: .8rem;
}

.ftr-nmbr,
.ftr-mail {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 1rem;
}

.newsletter-text span {
    font-size: 3.5rem;
    margin-right: 1rem;
}

.newsletter-text {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.03rem;
}

.trending-post a {
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0.03rem;
}


.newsletter-form input::placeholder {
    font-size: 1.4rem;
    opacity: 1;
}

.newsletter-form input {
    font-size: 1.5rem;
    color: #ffffffdb;
}

.ftr-cpyrt-ara {
    text-align: center;
    margin-top: 3rem;
    border-top: 1px solid #ffffff30;
    padding-top: 3rem;
    font-size: 1.5rem;
    color: #ffffffad;
}

.ftr-cpyrt-ara span {
    color: var(--color-white);
}

.ftr-cpyrt-ara b {
    color: var(--primary-color);
}

/* footer-end */


/* float-btn-sec */

.floating-buttons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.floating-buttons a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 55px;
    height: 55px;
    margin: 1rem 0;
    color: #fff;
    text-decoration: none;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    transition: all 0.4s ease;
    gap: 1rem;
    position: relative;
}

.floating-buttons a span {
    font-size: 1.6rem;
    font-weight: 600;
}

.floating-buttons a i {
    text-align: center;
    font-size: 3rem;
    padding-right: 12px;
}

.floating-buttons a span {
    position: absolute;
    height: 100%;
    display: flex;
    font-size: 1.7rem;
    font-weight: 600;
    align-items: center;
    padding: 0 20px;
    white-space: nowrap;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.4s ease;
    right: 0;
    height: 100%;
    background: inherit;
    display: flex;
    align-items: center;
    padding: 0 15px 0 20px;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 8px 0 0 8px;

}

.floating-buttons a:hover span {
    transform: translateX(0);
    opacity: 1;
}


.floating-buttons a:hover {
    width: 24rem;
}


.floating-buttons a:hover span {
    opacity: 1;
}


.btn-call {
    background: #28a745;
}

.btn-email {
    background: #007bff;
}

.btn-whatsapp {
    background: #25D366;
}


.floating-buttons a i {
    z-index: 5;
}

.floating-buttons a span {

    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
    z-index: 4;
}

.floating-buttons a:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateX(-100%);
}


.floating-buttons a:hover {
    filter: brightness(1.1);
}

/* float-btn-sec */


/* modal */

.emgncy-mdl-scal .contact-icon {
    background-color: var(--primary-color);
    color: white;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 15px;
}

.contact-link {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
}

.emgncy-mdl-scal .contact-icon i {
    font-size: 1.7rem;
    transform: scale(-1) rotate(283deg);
}

p.emgncy-mdl-pra {
    margin-bottom: 2rem;
}

.emgncy-mdl-scal a {
    font-size: 1.7rem;
}

.emgncy-mdl-scal {
    margin-bottom: 2rem;
}

.mdal-emrgncy-box {
    background-color: #f1f7f9;
    padding: 15px;
    border-radius: 12px;
}

.mdal-emrgncy-box h4 {
    font-size: 1.9rem;
    font-weight: 500;
    color: var(--primary-color);
}

.btn-emergency {
    background-color: var(--primary-color);
    color: var(--color-white);
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 1.6rem;
    display: inline-block;
    height: 5rem;
    cursor: pointer;
}



.btn-emergency:hover {
    background: var(--secondry-color);
    color: var(--color-white);
    transition: 0.6s;
}

.mdal-emrgncy-box p {
    font-size: 1.5rem;
    margin-top: 1rem;
}

button.btn-close {
    font-size: 1.8rem;
    outline: 1px solid var(--primary-color);
    outline-offset: .6rem;
    border-radius: 50%;
    position: relative;
}

.emgncy-mdl-tle {
    font-size: 2.4rem;
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 1.2rem;
}

/* modal */

/* carrer */

.job-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 10px 30px rgb(0 115 162 / 5%);
}

.job-card .job-title {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 3rem;
    color: var(---heading-color);
}


.job-meta {
    margin-top: .7rem !important;
    margin-bottom: 2rem !important;
    display: flex;
    gap: 1rem;
}

.job-meta li {
    font-size: 1.7rem;
    color: var(--secondry-color);
    font-weight: 500;
}

.job-meta i {
    color: var(--primary-color);
    margin-right: 5px;
}

.hiring-badge {
    display: inline-block;
    background: var(--primary-color);
    color: var(--color-white);
    font-size: 1.6rem;
    padding: .8rem 1.2rem;
    border-radius: 3rem;
    font-weight: 500;
}

.hiring-badge i {
    margin-right: 5px;
}

.job-desc,
.job-desc-para-2 {
    font-size: 1.6rem;
    color: var(--light-black);
    line-height: 2.3rem;
    text-wrap: balance;
}

.job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.job-tags .tag {
    font-size: 1.6rem;
    padding: 1rem 1.7rem;
    border-radius: 3rem;
    margin-right: 8px;
    display: inline-block;
    font-weight: 500;
}

.tag.fulltime {
    background: #e7fff6;
    color: #14b789;
}

.tag.freelance {
    background: var(--secondry-color);
    color: var(--color-white);
}

.tag.urgent {
    background: var(--primary-color);
    color: var(--color-white);
}

.job-footer .apply-btn {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 1.8rem;
}

.apply-btn i {
    margin-left: 5px;
}

.apply-btn:hover {
    text-decoration: underline;
}


.job-desc-2 p {
    font-size: 1.8rem;
    margin-top: 2rem;
}

.job-wrpr-2 {
    margin-top: 3rem;
}

.job-footer .apply-btn:hover {
    color: var(--secondry-color);
    transition: 0.7s;
}

.job-wrpr .job-card:hover,
.job-wrpr-2 .job-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 11px 20px rgb(0 0 0 / 13%);
    border-color: #0073a270;
    transition: 0.8s linear;
}


@media (max-width: 991.98px) {

    .job-vancy br {
        display: none;
    }

}

@media (max-width: 575.98px) {
    .job-card .job-title {
        margin-bottom: 1rem;
        font-size: 2.2rem;
    }

    .job-meta li {
        font-size: 1.6rem;
    }

    .job-meta {
        margin-top: 1.2rem !important;
        margin-bottom: 2rem !important;
        flex-direction: column;
    }

    .hiring-badge {
        font-size: 1.5rem !important;
        padding: .8rem 1rem;
    }

    .job-desc,
    .job-desc-para-2 {
        font-size: 1.5rem;
    }

    .job-tags .tag {
        font-size: 1.5rem;
        padding: .7rem 1.2rem;
        margin-right: .7rem;
        margin-bottom: 2rem;
    }

    .job-footer {
        margin-top: 1.4rem;
    }

    .job-footer .apply-btn {
        font-size: 1.7rem;
    }

    .job-desc-2 p {
        font-size: 1.5rem;
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
    }




}


/* carrer */

/* faq */
.faq-left {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    box-shadow: 0 18px 45px rgb(0 0 0 / 7%);
    padding: 3rem;
    border-radius: 1rem;
}

.faq-left h3 {
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--primary-color);
}

/* faq */



/* responsive-start */

@media (min-width: 1200px) and (max-width: 1440px) {

    .bnr-rt-img img {
        height: 45rem;
    }

    h1.bnr-main-txt {
        font-size: 4.4rem;
        line-height: 56px;
    }

    .abt-rt-float-bx-1 {
        left: -5rem;
    }

    .banner {
        height: 70vh;
        padding-top: 5rem;
    }

    .banner:after {
        bottom: 0;
        right: 50%;
        opacity: 0.1;
    }




}

@media (max-width: 1199.98px) {
    h1.bnr-main-txt {
        font-size: 3.7rem;
        line-height: 49px;
    }

    .banner:before {
        height: 26rem;
        bottom: -7px;
        width: 100%;
        left: 38%;
    }

    .banner:after {
        height: 31rem;
        bottom: -36px;
        width: 100%;
        right: 49%;
        opacity: 0.14;
    }

    .banner {
        height: 64vh;
        padding-top: 95px;
    }

    .abt-txt-bx p b {
        font-size: 1.6rem;
    }

    .abt-rt-float-bx-1 {
        bottom: -3.7rem;
        left: -2rem;
    }

    .abt-lft-btm {
        margin-top: .5rem;
    }

}

@media (max-width: 991.98px) {

    .banner:before {
        height: 22rem;
        bottom: -1px;
        width: 100%;
        left: 38%;
    }

    .banner:after {
        height: 26rem;
        bottom: 55%;
        width: 100%;
        right: 49%;
    }

    .abt-rt-float-bx-1 {
        left: 0;
        top: 3.3rem;
    }

    .abt-lft {
        margin-top: 3.8rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .abt-rt {
        display: flex;
        justify-content: center;
        margin-top: 7rem;
        flex-direction: column;
        align-items: center;
    }

    .only-sm-dce-btn {
        display: block;
        margin-top: 19px;
    }

    h1.bnr-main-txt {
        font-size: 3.7rem;
        line-height: 5rem;
    }

    br.only-desktop {
        display: none;
    }

    .bnr-lft {
        text-align: center;
    }

    h1.bnr-main-txt {
        font-size: 3.5rem;
        line-height: 4rem;
    }

    .bnr-rt-img {
        display: flex;
        justify-content: center;
        margin-bottom: 4rem;
    }

    .bnr-rt-img img {
        width: 20rem;
        margin: auto;
        display: inline-block;
    }

    .bnr-float-txt {
        display: none;
    }


    .testi-rt-card {
        margin-top: 3rem;
        align-items: center;
        text-align: center;
    }

    section.about-sec {
        padding-top: 0rem !important;
        position: relative !important;
    }

    section.about-sec .row {
        flex-direction: column-reverse;
    }

    .abt-lft .bnr-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }

    section.testi-sec {
        position: relative;
        padding-bottom: 10rem !important;
    }

    .exper-img img {
        width: 100%;
    }

    .testi-lt {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-bottom: 3rem;
    }

    section.testi-sec.ptb {
        position: relative;
    }

    .testi-lt .bnr-btn {
        position: absolute;
        bottom: 3rem;
    }

    .tesi-slider .owl-nav {
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        padding: 1rem 0;
    }

    section.contact-section .container .row .border-start {
        border: none !important;
    }

    .ftr-cont-wrpr {
        margin-bottom: 4rem;
    }

    h2.sec-title,
    .abt-fea-lt h2 {
        font-size: 3.2rem;
    }

    p {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .abt-lft h2 {
        margin-bottom: 1rem;
        line-height: 3.5rem;
    }

    .exper-sec-btm {
        min-height: auto !important;
    }

    .client-name {
        font-size: 2.2rem;
    }

    .stars-listing i {
        font-size: 1.8rem;
    }

    .faq_accordions .accordion-header .accordion-button {
        font-size: 2rem;
    }

    .why-chse-contnt h3 {
        font-size: 2.1rem;
    }

    .exper-sec-btm h3 {
        letter-spacing: 0.01rem;
    }

    .ptb {
        padding: 5.2rem 0 !important;
    }

    .cta-sec {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 16%;
        width: 100%;
        background-attachment: fixed;
        height: 30rem;
    }

    .bnr-lft .bnr-btn a {
        padding: 1.4rem 2.8rem;
        font-size: 1.6rem;
    }

    span.sub-txt {
        font-size: 1.6rem;
    }

    .banner {
        height: 64vh;
        padding-top: 26px;
    }

}

@media (max-width: 575.98px) {

    h1.bnr-main-txt {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }

    .bnr-btn a {
        padding: 1.2rem 3rem;
        font-size: 1.4rem;
        margin-top: 1rem;
    }

    .hdr-logo img {
        width: 14rem;
    }

    .banner:after {
        height: 24rem;
        bottom: 81%;
        width: 100%;
        right: 48%;
        opacity: 0.4;
    }

    .banner:before {
        height: 20rem;
        bottom: -1px;
        width: 100%;
        left: 25%;
        opacity: 0.5;
    }

    span.sub-txt {
        font-size: 1.5rem;
    }

    h2.sec-title,
    .abt-fea-lt h2 {
        font-size: 2.7rem;
        letter-spacing: 0.01rem;
        line-height: 3.2rem;
    }

    section.about-sec {
        padding-top: .8rem;
    }

    .abt-txt-bx p b {
        font-size: 1.6rem;
    }

    .abt-lft-btm {
        display: flex;
        margin-top: 1rem;
        gap: 2rem;
        align-items: center;
        flex-direction: column;
    }

    .abt-cal-txt .abt-cal-icon i {
        font-size: 3.2rem;
    }

    .abt-lft-btm-img-bx {
        flex-direction: column;
    }

    .abt-lft-btm-txt-contnt {
        font-size: 1.7rem;
        flex-direction: column;
        gap: 0.4rem;
        margin-left: 0;
        margin-top: .5rem;
    }

    .abt-rt {
        margin-top: 2rem;
    }

    section.about-sec {
        padding-bottom: 7.6rem;
    }

    .abt-lft .bnr-btn {
        bottom: 1rem;
    }

    .abt-rt-float-bx-1 {
        display: none;
    }

    section.why-chse-us {
        padding: 4rem 0;
        margin-top: 1rem;
    }

    .why-chse-contnt {
        margin-top: 3rem;
    }

    .why-chse-contnt p {
        text-wrap: balance;
    }

    .ptb {
        padding: 4rem 0 !important;
    }

    .exper-sec-btm h3 {
        font-size: 2.23rem;
        line-height: 3rem;
    }

    .exper-card-area {
        margin-top: 2rem;
    }

    .testi-lt p {
        text-wrap: balance;
    }

    section.testi-sec {
        padding-bottom: 8rem !important;
    }

    .faq_accordions .accordion-header .accordion-button {
        font-size: 1.8rem;
    }

    .faq_accordions .card-body p {
        font-size: 1.4rem;
    }

    .sbmit-btn {
        padding: 1.2rem 2.8rem;
    }

    .cta-sec {
        background-position: unset;
    }

    .promo-box h3 {
        font-size: 1.8rem;
    }

    .footer-section {
        padding-left: 1rem;
    }

    /* bnr */
    h1.bnr-main-txt {
        font-size: 2.6rem;
        line-height: 3.4rem;
    }




    .banner:before {
        display: none;
    }

    .bnr-fea-txt-cont {
        display: flex;
        margin-top: 2rem;
        flex-direction: column;
    }

    .banner {
        height: auto;
        padding-top: 26px;
    }

    .bnr-rt-img {
        margin-bottom: 0;
    }

    .bnr-fea-txt-cont p {
        font-size: 1.6rem;
    }


}

/* responsive-end */

/* responsive-start */

@media (max-width: 1199.98px) {

    .abt-dtls-top h2,
    .abt-fea-lt h2 {
        font-size: 3.5rem;
    }

    .wrks-icon {
        width: 7rem;
        height: 7rem;
    }

    .wrks-icon i {
        font-size: 4rem;
    }

    .service-lsting-card {
        min-height: 36.5rem;
        margin-top: 1rem;
    }

    /* apt-page-respo */

    .apt-bnr-lt-txts h1 {
        font-size: 3rem;
        line-height: 3.4rem;
        margin-bottom: .8rem;
    }

    .apt-bnr-lt-txts span {
        font-size: 1.7rem;
    }

    .apt-bnr-lt-txts {
        padding-left: 8rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    /* apt-page-respo */

}

@media (max-width: 991.98px) {
    .abt-dtls-top {
        text-align: center;
        margin-top: 3rem;
    }

    .abt-dtls-top h2,
    .abt-fea-lt h2 {
        font-size: 3.2rem;
    }

    .abt-fea-card-wrapper .abt-fea-card {
        margin-top: 3rem;
    }

    .info-box::after {
        display: none;
    }

    .sub-bnr-txts h1 {
        font-size: 3.5rem;
        line-height: 4.2rem;
        margin-top: .5rem;
    }

    .help-cnct-txts span {
        font-size: 2.8rem;
    }

    .video-dtls-rt {
        margin-top: 3rem;
        margin-left: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-lsting-card {
        min-height: 32rem;
    }

    /* apt-pge-reso */

    .apt-bnr-lt-txts p {
        text-wrap: balance;
    }

    .apt-bnr-lt-txts {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .apnt-frm-rt {
        margin-top: 3rem;
    }

    .abt-apion-2nd-card {
        margin-top: 2rem;
    }

    /* apt-pge-reso */


}

@media (max-width: 575.98px) {

    .abt-dtls-top h2,
    .abt-fea-lt h2 {
        font-size: 2.7rem;
        line-height: 3.2rem;
    }

    .about-dtls {
        border-radius: 0;
    }

    .sub-bnr-txts h1 {
        font-size: 2.8rem;
        text-wrap: balance;
        line-height: 3.2rem;
    }

    .sub-bnr-txts .sub-bnr-txt-1 {
        padding: 0;
        background: transparent;
        color: var(--color-white) !important;
        font-size: 1.4rem;
    }

    .sub-bnr-txts .sub-bnr-txt-1::after {
        display: none;
    }

    .sub-bnr-txts .sub-bnr-txt-1::before {
        display: none;
    }

    .help-cnct-txts span {
        font-size: 2.4rem;
    }

    .wrks-icon {
        width: 6rem;
        height: 6rem;
    }

    .wrks-icon i {
        font-size: 3.5rem;
    }

    .how-it-wek-rt-img {
        height: auto;
    }

    .sub-bnr-wrper {
        background: linear-gradient(to right, #000000f0, #0073a23d);
    }

    .video-dtls-rt {
        text-align: left;
    }

    .call-help-sec {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .sub-bnr-txts {
        display: none;
    }

    section.how-it-works .container .row>.col-lg-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    section.how-it-works .container .row>.col-lg-6>p {
        text-wrap: balance;
    }

    .how-it-wraper {
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .vertical-line {
        display: none;
    }

    section.how-it-works .container .row>.col-lg-6>.bnr-btn {
        margin-top: 1rem !important;
    }

    section.how-it-works .container .row>.col-lg-6>h2 {
        line-height: 3.01rem;
    }

    .hw-it-heding {
        font-size: 2rem;
    }

    .sub-bnr-tle-1 {
        font-size: 3.4rem;
    }

    .service-lsting-card {
        min-height: auto;
    }

    .contact-info .sub-txt {
        font-size: 1.5rem;
    }

    /* apt-pge-reso */

    .apt-bnr {
        background: transparent;
    }

    .apt-bnr::after {
        display: none;
    }


    .apt-bnr-lt-txts span {
        text-wrap: balance;
    }

    .apt-bnr-call-part {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
    }

    .abt-apoin-cta-wrap {
        text-align: center;
    }

    .abt-apoin-cta-wrap h3 {
        font-size: 2.4rem;
        letter-spacing: 0;
        line-height: 3rem;
    }

    p.apt-rt-frm-cl-txt:before,
    p.apt-rt-frm-cl-txt:after {
        display: none;
    }

    /* apt-pge-reso */

}

/* responsive-end */



/* blog-sec */

.blog-text-conten,
.blog-text-conten .container,
.blog-text-conten .row {
    overflow: visible;
}


.blog-text-conten .row {
    position: relative;
}


.blog-bnr-wrp {
    padding: 0 8rem;
}

.blog-sub-bnr {
    background: #f6f6f6;
    padding: 4rem 0;
}

.blg-bnr-lt {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blg-bnr-lt h1 {
    font-size: 5.6rem;
    font-weight: 400;
    letter-spacing: 0 !important;
    text-transform: capitalize;
    color: var(--primary-color);
    font-family: 'Playfair Display', serif;
    line-height: 6.6rem;
}

.bnr-blog-date {
    font-size: 2.3rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
    color: var(--bs-dark-text-emphasis);
    font-weight: 400;
    padding-left: 1rem;
    border-left: 2px solid var(--bs-dark);
}

.bnr-blog-athr .athr-2-img img {
    width: 7rem;
    height: 7rem;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.bnr-blog-athr {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.bnr-blog-athr p {
    font-size: 2.2rem;
    line-height: 32px;
}


.blog-text-conten {
    padding: 6rem 0;
    overflow: visible;
}

.left-sidebar,
.right-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 11rem;
    height: auto;
    align-self: flex-start;
    margin-bottom: 2rem;
}


.toc {
    border-left: 0.2rem solid #e0e0e0;
    padding-left: 2rem;
}



.toc a.active {
    color: #1a4d44;
    font-weight: 700;
}

.sidebar-card {
    background: #f8fcfb;
    padding: 2.5rem;
    border-radius: 1.2rem;
}

.related-links li {
    margin-bottom: 2rem;
}

.related-links span {
    display: block;
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a4d44;
    margin-bottom: 0.5rem;
}

.related-links a {
    font-size: 1.7rem;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}


.blog-txt-cont-wrp {
    padding: 0 6rem;
}


.toc {
    position: relative;
    padding-left: 2rem;
}


.toc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.2rem;
    background-color: #f0f0f0;
    z-index: 1;
}

.blg-rt-tle,
.left-sidebar .toc h5 {
    font-size: 2.8rem;
    color: var(--primary-color);
    font-family: 'Playfair Display', serif;
    margin-bottom: 3rem;
    text-transform: capitalize;
}

.left-sidebar .toc a {
    position: relative;
    display: block;
    font-size: 1.8rem;
    color: #6c757d;
    text-decoration: none;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    line-height: 1.4;
}


.toc a.active::before {
    content: '';
    position: absolute;
    left: -2.1rem;
    top: 0;
    height: 100%;
    width: 0.3rem;
    background-color: var(--primary-color);
    z-index: 2;
}

.blg-bnr-rt-img img {
    border-radius: 2.1rem;
}

.toc a.active {
    color: var(--secondry-color);
    font-weight: 500;
}


.toc a:hover {
    color: var(--secondry-color);
}

.left-sidebar {
    margin-left: 5rem;
}

.content-section h2 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 4.1rem;
    margin-bottom: 1.7rem;
    text-transform: capitalize;
    color: var(--primary-color);
    margin-top: 4.5rem;
}

.content-section h3 {
    font-size: 2.7rem;
    color: #232426;
    font-weight: 500;
}

.content-section em {
    font-size: 1.7rem;
}

.content-section b {
    font-size: 1.8rem;
    color: var(---heading-color);
    display: inline-block;
}

ul.blog-text-list {
    margin-left: 3rem !important;
}

ul.blog-text-list li {
    margin-bottom: 1.4rem;
    font-size: 1.65rem;
    text-transform: capitalize;
    font-family: var(--secondry-font);
    list-style-type: disc;
}

.content-section p a {
    color: var(--primary-color);
    font-size: 1.8rem;
}

.content-section h3~p {
    margin-left: 1.5rem;
}

.content-section h3 {
    font-size: 2.5rem;
    color: #4d251285;
    font-weight: 600;
    margin-left: 1.5rem;
}


.right-sidebar {
    padding-left: 2rem;
}



.blg-rt-crd {
    margin-bottom: 4rem;
}

.blg-rt-crd span {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.1rem;
}

.blg-rt-crd h4 {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--light-black);
    margin-bottom: 1rem;
    line-height: 1.3;
    transition: 0.3s;
    cursor: pointer;
}

.blg-rt-crd h4:hover {
    color: #1a4d44;
    text-decoration: underline;
}

.blog-rt-btm {
    background-color: #fcf8f1;
    padding: 3rem 2rem;
    border-radius: 2.5rem;
    margin-top: 2rem;
}

.blg-rt-img img {
    border-radius: 2rem;
    margin-bottom: 2rem;
    width: 100%;
}

.blg-btm-txt h5 {
    font-size: 2rem;
    color: #1a4d44;
    font-weight: 700;
    margin-bottom: 1.5rem;
}


.bk-btn-2 a {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1.2rem 2.5rem;
    border-radius: 0.8rem;
    text-decoration: none;
    transition: 0.3s;
}

.bk-btn-2 a:hover {
    background-color: #1a4d44;
    transform: translateY(-2px);
}


.blg-rt-crd {
    margin-bottom: 2rem;
    background: #f6f6f6;
    padding: 2rem;
    border-radius: 1rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}





.blog-social-area {
    padding: 2.4rem 0;
    border-top: 1px solid #00000024;
    border-bottom: 1px solid #00000024;
    margin: 2rem;
}

ul.blog-social-listing {
    display: flex;
    gap: 2.4rem;
    justify-content: end;
    align-items: center;
}

.blog-social-listing li .share-btn a {
    padding: 1.2rem 2rem;
    background: #0073a226;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    gap: 1rem;
    font-weight: 500;
    border-radius: 1rem;
}

ul.blog-social-listing li a i,
ul.blog-social-listing li i {
    font-size: 2.2rem;
    color: var(--primary-color);
}

/* responsive */

@media (min-width: 992px) and (max-width: 2000px) {

    .blg-bnr-lt h1 {
        font-size: 4rem;
    }

    .bnr-blog-date {
        font-size: 2rem;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .bnr-blog-athr p {
        font-size: 2rem;
        line-height: 30px;
    }

    .blg-bnr-lt h1 {
        font-size: 4rem;
        line-height: 4rem;
    }

    .left-sidebar .toc a {
        font-size: 1.6rem;
        line-height: 1.4;
    }

}

@media(max-width:1199px) {

    .bnr-blog-athr p {
        font-size: 1.7rem;
        line-height: 22px;
    }

    .blg-bnr-lt h1 {
        font-size: 3.7rem;
        line-height: 4.3rem;
    }

    .bnr-blog-athr .athr-2-img img {
        height: 5rem;
    }

    .blog-bnr-wrp {
        padding: 0 5rem;
    }

    .left-sidebar {
        margin-left: 0;
    }

    .content-section h2 {
        font-size: 3.2rem;
        line-height: 3.8rem;
        margin-bottom: 0rem;
        margin-top: 2rem;
    }

    .right-sidebar {
        padding-left: 0;
    }

    .blg-rt-crd h4 {
        font-size: 1.8rem;
    }

    .bk-btn-2 a {
        font-size: 1.4rem;
        padding: 1.2rem 2rem;
    }
}

@media(max-width:991px) {

    .bnr-blog-athr .athr-2-img img {
        height: 5rem;
        width: 5rem;
    }

    .blg-bnr-lt {
        gap: 0;
    }

    .blg-bnr-lt {
        gap: .4rem;
        margin-bottom: 1.6rem;
    }

    .bnr-blog-athr {
        margin-top: .5rem;
    }

    .right-sidebar {
        margin-top: 3rem;
    }

    .blg-rt-tle,
    .left-sidebar .toc h5 {
        font-size: 2.7rem;
        margin-bottom: 1.8rem;
    }


    ul.blog-social-listing {
        justify-content: left;
    }


}

@media(max-width:575px) {

    .blog-bnr-wrp {
        padding: 0 2rem;
    }

    .blg-bnr-lt h1 {
        font-size: 2.7rem;
        line-height: 3.2rem;
    }

    .bnr-blog-date {
        font-size: 1.8rem;
        margin-bottom: .5rem;
    }

    .bnr-blog-athr p {
        font-size: 1.5rem;
        line-height: 20px;
        margin-top: .5rem;
    }

    .bnr-blog-athr .athr-2-img img {
        height: auto;
        width: 9rem;
    }

    .blog-text-conten {
        padding: 4rem 0;
    }

    .blog-txt-cont-wrp {
        padding: 0 2rem;
    }

    .left-sidebar .toc a {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .content-section h2 {
        font-size: 2.7rem;
        line-height: 36px;
        margin-bottom: 0rem;
        margin-top: 2.4rem;
    }

    .content-section h3 {
        font-size: 2.3rem;
        margin-left: 1.2rem;
        margin-top: 1.5rem !important;
    }

    .blg-rt-tle,
    .left-sidebar .toc h5 {
        font-size: 2.5rem;
        margin-bottom: 1.4rem;
    }


    .blog-social-listing li .share-btn a {
        padding: 1.2rem 1.8rem;
        font-size: 1.4rem;
        gap: 1rem;
        font-weight: 500;
        border-radius: 1rem;
    }

    ul.blog-social-listing li a i,
    ul.blog-social-listing li i {
        font-size: 2rem;
    }

    .blog-scal-wrpr {
        padding: 0;
    }

}

/* responsive */

/* blog-sec */