:root {

    --black: #4A4A4A;
    --btn-black: #735C57;
    --primary-color: #432D31;
    --secondry-color: #a67c52;
    --light-red: #5E2E31;
    --text-color: #5d4037;
    --text-2-color: #ce954d;
    --radial-gredient: radial-gradient(circle, #FFFFFF 0%, #FDF8F5 50%, #F7EFE9 100%);
    --boby_txt_color: #3E3F3F;
    --white: #fff;
    --button-bvg-color: #BA9765;
    --theme-color: #BA9765;
    --primary-font: "Jost", sans-serif;
    --other-font: "Playfair Display", serif;
    --secondry-font: "Lora", serif;
}

@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
/* ------------------- Bootstrap icon css cdn --------------------------- */
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css');
/* inter-font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
/* inter-font */

html {
    font-size: 62.5%;
}

* {
    padding: 0px;
    margin: 0px;
    outline: none;
    list-style: none;
    text-decoration: none !important;
    font-family: var(--primary-font);
}

ul,
p {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

p {
    font-size: 1.9rem;
    color: var(--black);
    line-height: 2.2rem;
}

h2.sec-title {
    font-size: 3.8rem;
    color: var(--text-color);
    text-transform: capitalize;
    font-weight: 700;
}

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

.ptb {
    padding: 7rem 0;
}

html,
body {
    overflow-x: hidden;
}

.bdr-btm {
    border-bottom: 2.5px solid #a67c5217;
}

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

a:hover,
a:focus {
    text-decoration: inherit !important;
}



a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

.bg-change {
    background-color: #F9F6F0 !important;
}





/* bnr-start */

section.bnr-area {
    background: radial-gradient(circle, rgb(255 255 255 / 61%) 0%, rgb(253 248 245 / 35%) 50%, rgb(247 239 233 / 79%) 100%), url(../images/bnr-main-bg.png);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.bnr-rt-img img {
    margin-left: 14rem;
    width: 100%;
    object-fit: cover;
}

.bnr-lt h1 {
    font-size: 5rem;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 0.01rem;
    font-weight: 600;
}

.bnr-lt .bnr-sub-txt {
    font-size: 3.8rem;
    color: var(--primary-color);
    letter-spacing: 0.01rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.bnr-bt-bg {
    margin-top: 2rem;
    background: url(../images/btn-bg.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2.4rem;
}

.bnr-bt-bg a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bnr-bt-bg a .btn-txt {
    font-size: 2.4rem;
    text-transform: math-auto;
    font-weight: 600;
    font-family: var(--secondry-font);
    color: var(--light-red);
    display: inline-block;
    text-align: center;
}

.bnr-bt-bg a .btn-nmbr {
    font-size: 1.9rem;
    font-weight: 700;
    font-family: var(--secondry-font);
    color: var(--black);
}

/* bnr-start */

/* brnd-slider */
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
    }
}

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

    100% {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
    }
}

section.brand-sldier {
    padding: 3rem 0;
    background: #fffbfb;
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    width: 100%;
}

.slider .slide {
    height: 100px;
    width: 250px;
}

/* brnd-slider */

/* service-start */
.serv-crd-img {
    width: 8rem;
    height: 7rem;
    border-radius: 50%;
    overflow: hidden;
}

.sec-tle {
    font-size: 4.2rem;
    font-weight: 600;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 1rem;
}

.hding-art img {
    width: 19rem;
    object-fit: cover;
}

.hding-art:before {
    content: "";
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    left: 32%;
    width: 10rem;
    height: 100%;
    background: url(../images/hding-art-1.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.hding-art:after {
    content: "";
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    right: 32%;
    width: 10rem;
    height: 100%;
    background: url(../images/hding-art-1.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


.hding-art {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 4.2rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 2rem;
}



.hding-art::before {
    left: -10rem;
}


.hding-art::after {
    right: -10rem;
}

section.services-sec {
    background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(253 248 245 / 35%) 50%, rgb(247 239 233 / 16%) 100%), url(../images/sec-bg.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.service-wrp {
    margin-top: 3rem;
}

.serv-crd {
    padding: 4rem;
    background: linear-gradient(180deg, #fbf1ec 0%, #fdf7f4 50%, #efe4d6c7 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    border-radius: 1rem;
}

.serv-crd h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.01rem;
}


.read-btn a {
    background: linear-gradient(180deg,
            #f8f2e8 0%,
            #e9dccb 100%);
    border: 1px solid #d8c7b2;
    color: var(--primary-color);
    padding: 1.1rem 2.8rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.7rem;
    display: inline-block;
}

.read-btn {
    margin-top: 1.2rem;
}

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

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

.service-sldier .owl-dot.active {
    background: var(--secondry-color) !important;
}


/* service-end */

/* about-start */

section.abt {
    background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(253 248 245 / 35%) 50%, rgb(247 239 233 / 16%) 100%), url(../images/about-bg.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.abt-lt h2 {
    align-items: flex-start;
    text-align: left;
}

.sec-tle img {
    width: 17rem;
    object-fit: cover;
}

.abt-lt p {
    padding: 1.4rem 0;
    text-wrap: balance;
}

/* about-end */

/* why-chse-start */

section.why-chse-sec {
    background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(253 248 245 / 35%) 50%, rgb(247 239 233 / 16%) 100%), url(../images/sec-bg.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.user-img {
    width: 7rem;
    height: 7rem;
    flex-shrink: 0;
}

.why-chse-main-con {
    margin-top: 5rem;
}

p.tle-pra {
    font-size: 2.2rem;
    font-family: var(--other-font);
    line-height: 3.2rem;
    font-weight: 400;
    color: var(--primary-color);
    text-wrap: balance;
}

.why-chse-crd {
    padding: 3rem 4.3rem;
    background: linear-gradient(180deg, #fbf1ec 0%, #fdf7f4 50%, #efe4d6c7 100%);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-chse-crd .chse-user-con {
    display: flex;
    gap: 1.4rem;
}

.why-chse-sldier .owl-dots.disabled,
.why-chse-sldier .owl-nav.disabled {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    width: 100%;
}

.why-chse-sldier .owl-dots.disabled,
.owl-carousel .owl-nav.disabled button i {
    font-size: 2.8rem;
    color: var(--primary-color);
}

.why-chse-sldier .owl-dots.disabled,
.owl-carousel .owl-nav.disabled .owl-prev {
    margin-left: -4rem;
}

.why-chse-sldier .owl-dots.disabled,
.owl-carousel .owl-nav.disabled .owl-next {
    margin-right: -4rem;
}

.star-mrg i {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--secondry-color);
}

.usr-txt p {
    font-size: 1.8rem;
}

.view-btn {
    display: flex;
    justify-content: center;
}

.view-btn a {
    background: var(--secondry-color);
    border: 1px solid #d8c7b2;
    color: var(--white);
    padding: 1.2rem 3.2rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.7rem;
}

/* why-chse-end */

/* gallery-start */

section.glry-sec {
    background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(253 248 245 / 35%) 50%, rgb(247 239 233 / 16%) 100%), url(../images/about-bg.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-top: 7rem;
    padding-bottom: 8rem;
}

.glry-slid-wrp {
    margin-top: 5rem;
}

.glry-img-wrp {
    position: relative;
}

.float-img-item {
    width: 25.4rem;
    height: 13.2rem;
}

.float-img-item {
    width: 25.4rem;
    height: 13.2rem;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 2%);
    margin: .7rem 0;
}

.glry-float-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.glry-main-img {
    max-width: 85%;
}

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

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

.glry-slider.owl-dot.active {
    background: var(--secondry-color) !important;
}


.glry-slider .owl-dot.active {
    background: var(--secondry-color) !important;
}

.glry-slider .owl-dots.disabled,
.glry-slider .owl-nav.disabled {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    width: 100%;
}

.glry-slider .owl-carousel .owl-nav.disabled button i {
    font-size: 2.8rem;
    color: var(--primary-color);
}

.glry-slider .owl-carousel .owl-nav.disabled .owl-prev {
    margin-left: -4rem;
}

.glry-slider .owl-carousel .owl-nav.disabled .owl-next {
    margin-right: -4rem;
}

/* gallery-end */

/* contact-start */

section.contact {
    margin-top: 2rem;
    background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(253 248 245 / 35%) 50%, rgb(247 239 233 / 16%) 100%), url(../images/sec-bg.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.contact-card {
    background-color: #fffaf0;
    border: 1px solid #e0d5c1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
    margin-top: 3rem;
}

.map-pin {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 2.5rem;
    color: var(--primary-color);
}

.info-container {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ct-info-container .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    color: var(--primary-color);
    gap: 1rem;
}

.info-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 20px;
    width: 30px;
    text-align: center;
}

.info-text {
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.social-row {
    border-top: 1px solid #e0d5c1;
    padding-top: 20px;
    display: flex;
    gap: 10px;
}

.social-btn {
    background-color: var(--primary-color);
    color: white;
    width: 50px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

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

.ct-info-container {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(253 248 245 / 35%) 50%, rgb(247 239 233 / 16%) 100%), url(../images/about-bg.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 100%;
}

.social-row a i {
    font-size: 1.7rem;
}

.ct-info-container .info-item i {
    font-size: 2rem;
    outline: 1px solid var(--secondry-color);
    outline-offset: 13px;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    color: var(--secondry-color);
}

/* contact-end */

/* about-sub-page */

.inner-about-sec-wrapper {
    position: relative;
    padding-bottom: 8rem;
    position: relative;
    overflow: hidden;
    padding-top: 3rem;
    background: radial-gradient(circle, rgb(255 255 255 / 96%) 0%, rgb(253 248 245 / 72%) 50%, rgb(247 239 233 / 0%) 100%), url(../images/sec-bg.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

@keyframes rotateAnti {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.inner-about-sec-wrapper .title p {
    margin-bottom: 50px;
}

.sub-hding {
    position: relative;
    font-family: var(--secondry-font);
    font-size: 2.7rem;
    color: var(--primary-color);
    font-weight: 500;
}


.sub-hding::after {
    position: absolute;
    content: '';
    background-image: url(../images/hding-art-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 140px;
    height: 100%;
    transform: translateY(-50%);
    top: 50%;
    right: -172px;
}

.sub-hding::before {
    position: absolute;
    content: '';
    background-image: url(../images/hding-art-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 140px;
    height: 100%;
    left: -171px;
    top: 50%;
    transform: translateY(-50%);
}



.inner-about-sec-wrapper .title {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.inner-about-sec-wrapper .img-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ece7e1;
    left: -27px;
    bottom: -22px;
    z-index: -1;
    backdrop-filter: blur(10px);
    border-left: 4px solid #ddae4a;
    border-bottom: 4px solid #e0b24d;
}


.inner-about-sec-wrapper .img-box {
    width: 100%;
    height: 100%;
    position: relative;
    isolation: isolate;
}

.inner-about-sec-wrapper .img-box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.inner-about-sec-wrapper .text-box {
    padding-left: 37px;
}

.sec-rt-tle {
    align-items: start;
}

.abt-btm-cont {
    margin-top: 7rem;
}

.inner-about-sec-wrapper .text-box .title span {
    font-size: clamp(2.8125rem, 2.625rem + 0.9375vw, 3.75rem);
}

.inner-about-sec-wrapper .text-box .title {
    margin-bottom: 15px;
    text-align: start;
}

.inner-about-sec-wrapper .text-box .title span::before {
    position: initial;
}

.inner-about-sec-wrapper .text-box p:nth-child(2) {
    padding-top: 15px !important;
}

.inner-about-sec-wrapper .text-box p {
    /* color: #fff; */
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--jost-font-font);
}

.inner-about-sec-wrapper .text-box .appoint {
    background: linear-gradient(135deg, #a97327 0%, #e8bb52 100%, #e8bb52);
    display: inline-block;
    color: #fff;
    border-radius: 44px;
    font-size: 1.7rem;
    margin-top: 1rem;
    padding: 1.2rem 2.4rem;
}

.inner-about-sec-wrapper .cta-block {
    margin-top: 35px;
    gap: 10px;
    background-color: #ece7e1;
    padding-inline: 16px;
    padding-block: 21px;
    border-radius: 4px;
    backdrop-filter: blur(10px);
}

.inner-about-sec-wrapper .cta-block .call-icon i {
    background-color: #deb04b;
    color: var(--white);
    padding-block: 10px;
    padding-inline: 10px;
    border-radius: 50px;
    display: inline-block;
    font-size: 2rem;
}

.inner-about-sec-wrapper .cta-block .call-info p {
    font-size: 25px;
}

.inner-about-sec-wrapper .cta-block .call-info a {
    font-size: 23px;
    color: #d6a646;
    font-weight: 600;
    font-family: var(--philosopher-font-font);
}


/* -------------------------- Experties block ------------------- */


.astrology-exprt {
    background: #fdf7f4;
    overflow: hidden;
}

.asto-exprt-lt {
    padding: 0 8rem;
}

.sec-title {
    font-size: 48px;
    font-weight: 600;
    color: #b8823a;
    margin-bottom: 40px;
}

.expertise-item {
    margin-bottom: 30px;
}

.expertise-item h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--btn-black);
    display: flex;
    align-items: center;
}


.bullet {
    width: 1.2rem;
    height: 1.2rem;
    background: #ddaf4a;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

.expertise-item p {
    padding-left: 2.4rem;
    margin-top: .8rem;
}


.astro-rt-img {
    position: relative;
    height: 100%;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.astro-rt-img::before {
    content: "";
    position: absolute;
    left: -150px;
    top: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(to right, #f6f2ec 0%, rgba(246, 242, 236, 0) 100%);
    z-index: 2;
}

.astro-rt-img {
    position: relative;
    height: 100%;
}

.astro-rt-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 200px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #fdf7f4 0%, #fdf7f4 40%, rgb(253 247 244 / 87%) 60%, rgb(253 247 244 / 5%) 100%);
    z-index: 2;
}


@media (max-width: 991px) {

    .asto-exprt-lt {
        padding: 60px 30px;
    }

    .sec-title {
        font-size: 36px;
    }

    .astro-rt-img::before {
        display: none;
    }
}

/* -------------------------- Experties block ------------------- */




/* --------------------- contact-sec------------------- */

.contact-block-wrapper .about-inner {
    /* height: 721px !important; */
    width: 100% !important;
}

.contact-block-wrapper .about-inner img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}


/* ---------------------------------------- CONTACT SECTION -------------------------------------------------- */


.contact-block-wrapper {
    position: relative;
    overflow-x: hidden;
    /* background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(253 248 245 / 35%) 50%, rgb(247 239 233 / 16%) 100%), url(../images/sec-bg.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; */
    background: #ece7e1;
}

.contact-block-wrapper .title {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contact-block-wrapper .title span {
    position: relative;
}

/* .contact-block-wrapper .title span::after,
.awards-1st-hding:after {
    position: absolute;
    content: '';
    background-image: url(../images/service-border-art.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 165px;
    height: 100%;
    right: -170px;
}

.contact-block-wrapper .title span::before,
.awards-1st-hding:before {
    position: absolute;
    content: '';
    background-image: url(../images/service-border-art.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 165px;
    height: 100%;
    left: -170px;
} */


.contact-block-wrapper .form-block-wrap .img-block {
    width: 85%;
    height: 100%;
    overflow: hidden;
    /* border-right: 5px solid #FC8A01;
    border-bottom: 5px solid #FC8A01; */
}

.contact-block-wrapper .form-block-wrap .service-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: clockRotate 25s ease-in-out infinite;
}

/* Keyframes */
@keyframes clockRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.contact-block-wrapper .form-block-wrap {
    margin-top: 6rem;
}

.contact-block-wrapper .form-block-wrap .form-block h3 {
    color: var(--text-color);
    font-weight: 600;
    font-size: 3rem;
    text-transform: math-auto;
}

.contact-block-wrapper .form-block-wrap .form-block p {
    /* color: #ffffffc2; */
    font-weight: 400;
    margin: 1.5rem 0 3.4rem;
}

.contact-block-wrapper .form-block-wrap .form-block .form-label {
    color: var(--text-color);
    font-size: 1.8rem;
}

.contact-block-wrapper .form-block-wrap .form-block .form-control {
    background-color: #bdc3c7;
    padding: 17px;
    border-radius: 4px;
    border: 1px solid #ffffff85;
}

.contact-block-wrapper .form-block-wrap .form-block .form-check-label {
    color: #fff;
    font-family: var(--philosopher-font-font);
}

.contact-block-wrapper .form-block-wrap .form-block .form-check-label span {
    margin-left: -22px;
}

.contact-block-wrapper .form-block-wrap .form-block input::placeholder {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-family: var(--philosopher-font-font);
}

.contact-block-wrapper .form-block-wrap .form-block .form-select {
    background-color: #bdc3c7;
    padding: 17px;
    border-radius: 4px;
    border: 1px solid #ffffff85;
}

.contact-block-wrapper .form-block-wrap .form-block button {
    width: 100%;
    padding-block: 11px;
    background: var(--secondry-color);
    border: 1px solid #ffdf9b8f;
    font-size: 18px;
}

.contact-block-wrapper .form-block-wrap .form-block .row {
    --bs-gutter-y: 15px;
}

.contact-block-wrapper .el-one {
    position: absolute;
    top: 0;
    right: 0;
}

.contact-block-wrapper .el-one img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: shake 2s ease-in-out infinite;
    rotate: 335deg;
}


@keyframes shake {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}


/* Achievements  */


.awards-section {
    position: relative;
    overflow: hidden;
}

.award-card {
    padding: 1.5rem 3rem;
    position: relative;
    transition: 0.4s ease;
}

.award-card img {
    width: 100%;
    display: block;
    overflow: hidden;
    border: 4px solid var(--text-2-color);
    object-fit: cover;
    height: 35rem;
}

.rotate-left {
    transform: rotate(-9deg);
    width: 40rem;
}


.rotate-right {
    transform: rotate(4deg);
    width: 40rem;
    margin-bottom: -9.4rem;
}


.award-card:hover {
    transform: rotate(0deg) scale(1.05);
    z-index: 5;
}


.year-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Pacifico', cursive;
    font-size: 22px;
}

.awards-1st-hding {
    color: var(--primary-color);
    font-size: 2.6rem;
    display: inline-block;
    position: relative;
}

.award-wrper {
    margin: 7rem 0 6rem;
}

.yr-btm-txt {
    bottom: -5.6rem;
}

.yr-top-txt {
    top: -4rem;
}

section.awards-section div .view-btn a {
    margin-top: 10rem;
}


@media(max-width: 991px) {
    .award-card {
        transform: rotate(0deg) !important;
        margin-bottom: 30px;
    }
}


/* Achievements  */

.contact-block-wrapper .form-block-wrap .form-block .form-control {
    font-size: 1.6rem;
    color: var(--white) !important;
}

.contact-block-wrapper .form-block-wrap .form-block .form-check-label {
    color: var(--text-color);
    font-size: 1.7rem;
}

.form-check-input {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 1rem;
}

input.form-control,
select.form-select {
    height: 5.2rem;
}

select.form-select {
    font-size: 1.5rem;
    color: var(--white);
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* experitise */

.abt-serv-crd-img {
    width: 11rem;
    height: auto;
    flex-shrink: 0;
}

.abt-serv-wrpr {
    margin-top: 4rem;
}

.abt-serv-card {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 1rem;
    /* border: 2px solid;
    border-image: linear-gradient(135deg, #a67c52 40%, #ce954d 100%);
    border-image-slice: 1; */
}

/* experitise */

.experties-block-wrap,
.awards-section {
    background: radial-gradient(circle, rgb(255 255 255 / 96%) 0%, rgb(253 248 245 / 72%) 50%, rgb(247 239 233 / 0%) 100%), url(../images/sec-bg.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* about-sub-page */

/* serv-page */

section.abt-serv {
    /* background: radial-gradient(circle, rgb(255 255 255 / 0%) 0%, rgb(253 248 245 / 35%) 50%, rgb(247 239 233 / 16%) 100%), url(../images/sec-bg.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; */
    background: #ece7e1;
}

/* serv-page */

/* -------------------------- Inner Page //  Banner  ------------------- */

.inner-hero-banner {
    background-image: linear-gradient(135deg, rgb(0 0 0 / 64%), rgb(0 0 0 / 67%));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-block: 130px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.inner-hero-banner .inner-banner-el-one img {
    position: absolute;
    top: 44%;
    right: -128px;
    width: 35%;
    animation: rotateClockwise 15s linear infinite;
}

.inner-hero-banner .inner-banner-el-two img {
    position: absolute;
    top: 39%;
    left: 75%;
    width: 35%;
    animation: rotateClockwise 50s linear infinite;
}

.inner-hero-banner .inner-banner-el-three img {
    position: absolute;
    top: 8%;
    right: 90%;
    width: 12%;
    animation: rotateantiClockwise 16s linear infinite;
}

@keyframes rotateantiClockwise {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.inner-hero-banner .inner-hero-text h2,
.faq-bnr .container div h1 {
    font-family: var(--philosopher-font-font);
    font-size: clamp(2.8125rem, 2.375rem + 2.1875vw, 5rem);
    color: #fff;
}


.inner-hero-banner .inner-breadcrumb ul {
    width: max-content;
    margin: 0 auto;
    background-color: #ffffff12;
    backdrop-filter: blur(3px);
    border-radius: 30px;
    padding-block: 8px;
    padding-inline: 35px;
    margin-top: 13px;
}

.inner-hero-banner .inner-breadcrumb ul li a {
    color: #ffffff;
    font-family: var(--jost-font-font);
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding-inline: 5px;
}

.inner-hero-banner .inner-breadcrumb ul li a i {
    font-size: 13px;
}


.inner-hero-banner .inner-banner-content {
    max-width: 551px;
    margin: 0 auto;
    text-align: center;
}

.inner-hero-banner .inner-banner-content h4 {
    color: var(--primary-color);
    font-family: var(--jost-font-font);
    font-size: clamp(1.875rem, 1.6875rem + 0.9375vw, 2.8125rem);
    padding-top: 22px;
    line-height: 1.3;
    font-style: italic;
}

.inner-hero-banner .inner-banner-content p {
    color: #ffffff;
    font-family: var(--jost-font-font);
    font-size: 18px;
    padding-top: 11px;
    line-height: 1.3;
    font-weight: 400;
}

.ct-form {
    background: var(--white);
    box-shadow: 0 25px 60px rgb(0 0 0 / 8%);
    padding: 3rem;
    border-radius: 1rem;
}

/* about-sub-page */

/* appointement-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: 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: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

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


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

.apt-bnr-call-part i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 2rem;
    transform: rotate(22deg);
    margin-top: .5rem;
}


.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);
}

.bok-btn a {
    display: inline-block;
    background: linear-gradient(135deg, #a97327 0%, #a67c52 100%, #e8bb52);
    color: #fff;
    padding: 1.5rem 3rem;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgb(166 124 82 / 45%);
    border: none;
    transition: all 0.3s ease;
    font-size: 1.6rem;
}

.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 {
    margin-bottom: 2rem;
}

/* .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;
    color: var(--primary-color);
}

.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: 4rem;
    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: 3.4rem;
    font-weight: 600;
    color: var(--text-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);
}

.btn-appointment {
    background: linear-gradient(135deg, #a67c52 0%, #ce954d 100%);
    color: #fff;
    padding: 1.4rem 3.2rem;
    border: none;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    border-radius: .7rem;
}

/* appointment-page-end*/


/* appointement-page-end */


/* responsive */
@media (min-width: 768px) and (max-width: 1600px) {

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

    section.glry-sec {
        padding-top: 1rem;
    }
}


@media (max-width: 1199.98px) {

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

    .bnr-lt .bnr-sub-txt {
        font-size: 3.4rem;
        line-height: 4rem;
    }

    .bnr-bt-bg {
        padding: 1.5rem;
    }

    .service-wrp {
        margin-top: 2.5rem;
    }

    .why-chse-sldier .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled .owl-prev {
        margin-left: -3rem;
    }

    .why-chse-sldier .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled .owl-next {
        margin-right: -3rem;
    }

    .contact-card {
        margin-top: 2rem;
    }

    /* apt-page */
    .apt-bnr-lt-txts {
        padding-left: 1.6rem;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .apt-bnr-lt-txts h1 {
        font-size: 4rem;
        margin-bottom: 0.5rem;
    }

    /* apt-page */

}

@media (max-width: 991.98px) {

    section.bnr-area {
        padding-top: 4rem;
    }

    .ptb {
        padding: 4rem 0;
    }

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

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

    .hding-art,
    .abt-lt h2 {
        font-size: 3.6rem;
        margin-bottom: 1.4rem;
    }

    .read-btn {
        margin-top: .4rem;
    }

    .section.bnr-area {
        background-position: center center;
    }

    br.only-desktop {
        display: none;
    }

    /* apt-page */

    .apt-bnr-lt-txts h1 {
        font-size: 3.7rem;
    }

    .abt-apoin-cta-wrap h3 {
        font-size: 3rem;
    }

    /* apt-page */


}


@media (max-width: 575.98px) {

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

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

    .bnr-lt .bnr-sub-txt {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    p {
        font-size: 1.5rem;
    }

    .bnr-bt-bg a .btn-nmbr {
        font-size: 1.6rem;
    }

    .bnr-bt-bg a .btn-txt {
        font-size: 2rem;
    }

    .bnr-bt-bg {
        margin-top: 1.4rem;
    }

    .bnr-bt-bg {
        padding: 1.2rem;
    }

    .slider {
        height: 90px;
    }

    .hding-art,
    .abt-lt h2 {
        font-size: 2.7rem;
        margin-bottom: .5rem;
    }

    .sec-tle img {
        width: 14rem;
    }

    .service-wrp {
        margin-top: 2rem;
    }

    p.tle-pra {
        font-size: 1.7rem;
        line-height: 2.8rem;
    }

    .usr-txt p {
        font-size: 1.6rem;
    }

    .view-btn a {
        padding: 1.2rem 2.6rem;
        font-size: 1.5rem;
    }

    .read-btn {
        margin-top: 1rem;
    }

    .read-btn a {
        padding: 1.1rem 2.4rem;
        font-size: 1.5rem;
    }

    .glry-float-img .float-img-item {
        display: none;
    }

    .glry-main-img {
        max-width: 100%;
        height: 100%;
    }

    .glry-slid-wrp {
        margin-top: 3rem;
    }

    .glry-slider .owl-dots {
        bottom: -38px;
    }

    .glry-slider .owl-dot {
        width: 1rem;
        height: 1rem;
    }

    section.glry-sec {
        padding-top: 1rem;
        padding-bottom: 6rem;
    }

    .info-text {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .ct-info-container .info-item i {
        font-size: 1.8rem;
        width: 1.8rem;
        height: 1.8rem;
    }

    /* apt-page */

    .apt-bnr-lt-txts h1 {
        font-size: 2.8rem;
        line-height: 3.2rem;
        margin-bottom: 1.2rem;
    }

    .apt-bnr-lt-txts span {
        display: inline-block;
        font-size: 2rem;
        margin-bottom: 1.2rem;
        line-height: 2.6rem;
    }

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

    .bok-btn a {
        padding: 1.2rem 2.6rem;
        font-size: 1.5rem;
    }

    .apt-bnr-lt-txts p {
        font-size: 1.5rem;
        line-height: 2.2rem;
        margin-bottom: 0;
    }

    .apt-bnr-call-part {
        padding: 1rem 2.6rem;
    }

    .apt-bnr-lt-txts>p {
        margin-bottom: 2rem;
    }

    .abt-apoin {
        padding: 3.2rem 0;
    }

    .abt-apion-1st-card {
        padding: 4rem;
        padding-bottom: 5rem;
    }

    h2.cmn-sub-title-h2 {
        font-size: 2.2rem;
        margin-bottom: .8rem;
    }

    .apion-rview-txt {
        flex-direction: column;
        gap: .8rem;
    }

    .abt-apion-2nd-card {
        padding: 3.2rem;
        border-bottom-right-radius: 1.2rem;
        border-bottom-left-radius: 1.2rem;
    }

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

    .abt-apoin-cta-wrap h3 {
        font-size: 2.4rem;
    }

    .abt-apoin-cta {
        padding: 2.3rem 0;
    }

    /* apt-page */

}

/* responsive */