/* Outfit Font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=swap');
/* Feather Icons */
@import url('../font/feather-icons/dist/feather-icons.css');


@import url('https://fonts.googleapis.com/css2?family=Birthstone&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');





/* Start By Default Reset */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}



:root {

    --primary: #2b4337;
    --secondary: #c59365;
}



body {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

hr {
    margin: 16px 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.5;
    color: var(--heading-4);
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 0;
    line-height: 1.8;
    color: #333;
    font-size: 16px;
}

img {
    width: 100%;
}

ol,
ul {
    padding-left: 34px;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 14px;
}

b {
    font-weight: 800;
}

strong {
    font-weight: 900;
}

small {
    font-size: 12px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #152A3D;
    text-decoration: none;
}


/* Container */

.container-fluid {
    max-width: calc(100% - 8%) !important;
}



button {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

input,
button,
select,
optgroup,
textarea,
.form-control {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    border: 1px solid #DBDBDB;
    padding: 15px 20px;
}

::-moz-selection {
    background-color: #200468;
    color: #FFF;
    text-shadow: none
}

::selection {
    background-color: var(--bluedark);
    color: var(--white);
    text-shadow: none
}

.owl-carousel {
    z-index: 0 !important;
}


.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
}

.section-heading p {
    color: var(--heading-3);
    font-size: 14px;
}

.section-heading span {
    color: var(--purple);
    font-weight: 700;
    font-size: 16px;
}

.swiper-pagination-bullet {
    background-color: var(--font-color-94);
    height: 4px;
    width: 25px;
    border-radius: 50px;
    opacity: 1;
    transition: 0.5s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bluedark);
    opacity: 1;
    width: 40px;
    transition: 0.5s;
}

/* End By Default Reset */


/* Start Header */
.main-header {
    background-color: #fff;
}

.main-header .top-navbar {
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
    background: var(--primary);
}

.main-header .top-navbar .logo {}

.main-header .top-navbar .logo img {
    height: 70px;
    width: auto;
}

.main-header .top-navbar .support-intro {
    display: flex;
    justify-content: flex-end;
    column-gap: 50px;
}

.main-header .top-navbar .support-intro li {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.main-header .top-navbar .support-intro li i {
    color: #ffffff;
    font-size: 20px;
}

.main-header .top-navbar .support-intro li .supportBody h5 {
    font-size: 14px;
    color: #4A4B4A;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: p;
}

.main-header .top-navbar .support-intro li .supportBody h5 a {
    color: #fff;
    display: grid;
    font-weight: 700;
}

.main-header .top-navbar .support-intro li .supportBody h5 a small {
    font-weight: 500;
    font-size: 12px;
    color: #777777;
    line-height: 1.5;
}

.main-header .nav-bar .nav-bar-links {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.main-header .nav-bar .nav-bar-links .navbar-nav {
    display: inline-flex;
    align-items: stretch;
    flex-direction: row;
    height: 100%;
}

.main-header .nav-bar .nav-bar-links .navbar-nav li {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
    margin: 0 40px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.sticky-inner-header .nav-bar-links .navbar-nav>li>a {
    margin: 0 0 0 30px !important;
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a:hover {
    color: var(--bluedark);
}

.main-header .nav-outer .navbar-nav .menu-item-has-children>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* .menu-item-has-children>a::before {
    content: "";
} */

.menu-item-has-children>a+.sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    padding: 15px 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    border-radius: 10px;
    min-width: 250px;
    z-index: 2;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -ms-box-shadow: 0 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 7px 10px -1px rgba(0, 0, 0, .2);
}

.menu-item-has-children>a+.sub-menu::before {
    position: absolute;
    left: 25px;
    top: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    content: "";
}

.menu-item-has-children>a+.sub-menu .menu-item {
    position: relative;
    display: block;
    z-index: 1;
    margin: 6px 12px;
}

.menu-item-has-children>a+.sub-menu .menu-item a {
    position: relative;
    display: block;
    padding: 10px 15px;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.041vw;
    color: var(--heading-6);
    white-space: nowrap;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: left;
    border-radius: 4px;
}

.menu-item-has-children>a+.sub-menu .menu-item a:hover {
    background-color: var(--secondary);
    color: #fff;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.mobile-header {
    display: none;
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    border-bottom: 2px solid var(--pink) !important;
    background: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.sticky-header .main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.sticky-header .main-box .logo img {
    max-width: 200px;
}

/* End Header */

/* Start Slider */
.mainSwiperSlider .swiper-slide .slider-img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.mainSwiperSlider .swiper-slide .slider-content {
    height: 640px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
    padding-left: 40px;
}

.mainSwiperSlider .swiper-slide .slider-content h5 {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--purple);
    font-size: 16px;
}

.mainSwiperSlider .swiper-slide .slider-content h2 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--font-color-3);
}

.mainSwiperSlider .swiper-slide .slider-content h2 span {
    color: var(--purple);
}

.mainSwiperSlider .swiper-slide .slider-content>p {
    color: var(--heading-3);
    margin-bottom: 30px;
    font-weight: 500;
}

.mainSwiperSlider .swiper-slide .slider-content .subHeading-list {
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.mainSwiperSlider .swiper-slide .slider-content .subHeading-list .list {
    display: inline-flex;
    width: 100%;
    align-items: center;
    column-gap: 20px;
}

.mainSwiperSlider .swiper-slide .slider-content .subHeading-list .list img {
    width: 45px;
}

.mainSwiperSlider .swiper-slide .slider-content .subHeading-list .list>p {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    color: var(--font-color-2);
    transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--heading-1);
    color: var(--white);
}

.main-Slider .swiper-pagination {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 60px;
    z-index: 999;
}

/* End Slider */

.slider-container {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.slider-container .owl-carousel .item {
    position: relative;
}

.slider-container .owl-carousel .item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: brightness(60%);
    border-radius: 40px;

}

.slider-container .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%;
}

.slider-container .slide-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: "Birthstone", cursive;
    letter-spacing: 2px;

}

.slider-container .slide-content p {
    font-size: 18px;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto 35px;
    color: rgba(255, 255, 255, 0.9);
}

.slider-container .btn-appointment {
    background-color: var(--secondary);
    color: #fff;
    padding: 14px 38px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.slider-container .btn-appointment:hover {
    background-color: #7d7b53;
}

/* Owl navigation buttons */
.slider-container .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: #70713e;
    transition: 0.3s;
}

.slider-container .owl-nav button:hover {
    background-color: #9b9a6d;
    color: #fff;
}

.slider-container .owl-nav .owl-prev {
    left: 30px;
}

.slider-container .owl-nav .owl-next {
    right: 30px;
}

.slider-container .owl-dots {
    display: none;
}

.mehandi-blog {
    padding: 80px 0;
    background: radial-gradient(circle at 20% 30%, #f7f7f7 1px, transparent 1px);
    background-size: 20px 20px;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
}

body {
    background: #fff;
    color: #222;
}

.services-section {
    padding: 80px 0;
    background: radial-gradient(circle at 20% 30%, #f7f7f7 1px, transparent 1px);
    background-size: 20px 20px;
    position: relative;
}


.services-left {
    flex: 1 1 45%;
}

.section-title {
    font-size: 42px;
    font-weight: 600;
    color: #111;
    margin-bottom: 25px;
    line-height: 54px;
    font-family: "Birthstone", cursive;
}

.services-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.read-more {
    display: inline-block;
    padding: 16px 40px;
    border: 2px solid #222;
    text-decoration: none;
    color: #222;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.read-more:hover {
    background: #c59365;
    color: #fff;
}

.services-right {
    flex: 1 1 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.services-section .col-lg-5.col-md-12 {
    position: sticky;
    top: 150px;
}

.service-card {
    background-color: #fff;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

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

.service-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
}

.service-card .date {
    font-size: 14px;
    color: #888;
    display: block;
    margin-bottom: 10px;
}

.service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 0px 0 5px 5px;
}

.services-section .content {
    padding: 15px 15px 15px;
}

.services-section::before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 35%;
    height: 80%;
    content: "";
    background-image: url(https://mehndisanskar.com/wp-content/uploads/2025/11/dot-patterns.png);
    background-repeat: repeat;
    top: 60px;
    opacity: .5;
}

.read-more::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    content: "";
    background: #c59365;
}


/* ---------- ABOUT SECTION ---------- */
.about-section {
    padding: 80px 0 50px 0;
    background: radial-gradient(circle at 20% 30%, #f7f7f7 1px, transparent 1px);
    background-size: 20px 20px;
    position: relative;
    background: #c593650f;
}

.about-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT CONTENT */
.about-left {
    flex: 1 1 45%;
}

.section-title {
    font-size: 48px;
    font-weight: 600;
    color: #111;
    margin-bottom: 25px;
}

.about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 50px;
}

.about-text strong {
    color: #111;
    font-weight: 600;
}

/* STATS */
.about-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.stat h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1665;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.425px;
    color: var(--primary);

}

.stat p {
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
    line-height: 1.667;
}

/* SMALL IMAGES */
.about-images {
    display: flex;
    gap: 25px;
    margin-bottom: 50px;
}

.about-images img {
    width: 48%;
    border-radius: 5px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

/* BUTTON */
.btn-view {
    display: inline-block;
    border: 2px solid #222;
    color: #222;
    text-decoration: none;
    padding: 15px 40px;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-view:hover {
    background: #222;
    color: #fff;
}

/* RIGHT MAIN IMAGE */
.about-right {
    flex: 1 1 45%;
}

.about-right img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

/* ---------- RESPONSIVE DESIGN ---------- */
@media (max-width: 992px) {
    .about-container {
        flex-direction: column;
        gap: 50px;
    }

    .about-right img {
        width: 100%;
    }

    .about-stats {
        gap: 25px;
    }

    .section-title {
        font-size: 40px;
    }
}

.about-section::before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    content: "";
    background-image: url(https://mehndisanskar.com/wp-content/uploads/2025/11/dot-patterns.png);
    background-repeat: repeat;
    opacity: .6;

}

/* ---------- WHY CHOOSE SECTION ---------- */
.why-choose-section {
    background-color: #e9f0ea;
    padding: 80px 0;
}

.why-choose-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT CONTENT */
.why-choose-left {
    flex: 1 1 60%;
}

/* Basic Row / Col layout */

.why-subtitle {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.why-title {
    font-size: 52px;
    font-weight: 600;
    color: #111;
    margin-bottom: 25px;
    line-height: 54px;
    font-family: "Birthstone", cursive;
}

/* BOXES */
.why-box {
    background: #fff;
    border-radius: 4px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.why-choose-section .why-icon {
    display: flex;
    justify-content: start;
}

.why-icon img {
    width: 45px;
    height: 45px;
    margin-bottom: 25px;
}

.why-box h3 {
    font-size: 22px;
    color: #2b2b2b;
    text-align: end;
}

.why-box p {
    font-size: 14px;
    color: #666;
    text-align: end;
}

/* RIGHT IMAGE */
.why-choose-right {
    height: 512px;
}

.why-choose-right img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
    .why-choose-container {
        flex-direction: column;
        gap: 50px;
    }

    .col-md-6 {
        flex: 0 0 100%;
    }
}

.row.why-box-row {
    row-gap: 20px;
}

/* start video section */

.OurVideo-section {
    padding: 80px 0;
}

.OurVideo-section .video-thumb {
    width: 100%;
    height: 340px;
    object-fit: contain;
    border-radius: 10px;
    position: relative;
}

.OurVideo-section .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.OurVideo-section .watch-video-btn {
    width: 100%;
}

.OurVideo-section .watch-video-btn a {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 100px;
    width: fit-content;
    padding: 6px 20px 6px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--matte-black);
    font-family: "Poppins", sans-serif;
}

.OurVideo-section .watch-video-btn a .bx-play {
    background: #f63c25;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

.OurVideo-section .default-btn {
    width: max-content;
    border-radius: 100px;
    margin: auto;
}



.testimonial-section {
    color: #fff;
    padding: 80px 0;
    /* background: #eeeeee; */
    background: #c5936514;
}

.inner-testimonial {
    position: relative;
}

.section-title {
    font-size: 52px;
    font-weight: 600;
    color: #111;
    margin-bottom: 25px;
    line-height: 54px;
}

.testimonial-item {
    color: #000;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 40px;
    z-index: 1;
    padding-bottom: 0;
}

.testimonial-img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.testimonial-content {
    padding: 20px 30px;
}

.recommend {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.testimonial-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonial-content p {
    color: #333;
    line-height: 1.8;
    font-size: 16px;
}

.author-info h5 {
    font-weight: 600;
    margin-bottom: 3px;
}

.author-info span {
    color: #777;
    font-size: 14px;
}

.google-logo {
    width: 120px;
    margin-top: 15px;
}

.owl-nav {
    position: absolute;
    bottom: 10px;
    left: 55%;
    transform: translateX(-50%);
}

.owl-nav .arrow-left,
.owl-nav .arrow-right {
    font-size: 24px;
    color: #fff;
    background: #000;
    padding: 10px 15px;
    margin: 0 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.owl-nav .arrow-left:hover,
.owl-nav .arrow-right:hover {
    background: #ff6600;
    color: #fff;
}

.testimonial-section {
    position: relative;
}

.inner-testimonial::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 34.75%;
    height: 100%;
    content: "";
    background-color: #0F0F0F;

}



/* 10. Blog Area
/*----------------------------------------*/
.blog-area {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: #f1ebe5;
}

.blog-area .box-area-S {
    margin-bottom: 2em;
    padding: 0 8px;
    border-radius: 0px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.blog-area .box-area-S .blog-thumbnail {
    position: relative;
}

.blog-area .blog-post {
    padding: 0 18px;
}

.blog-area .blog-thumbnail img {
    width: 100%;
    height: 280px;
    transform: scale(1);
    transition: all 1s ease 0s;
    border-radius: 20px;
    object-fit: cover;
}

.blog-area .blog-date {
    position: absolute;
    overflow: hidden;
    padding: 0;
    bottom: -14px;
    width: 100%;
    margin: 0 0 0 24px;
    transition: all 0.3s ease;
}

.blog-area .box-area-S:hover .blog-date {
    bottom: 8px;
    transition: all 0.3s ease;
}

.blog-area .blog-date li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    line-height: 25px;
    background: var(--primary);
    text-transform: capitalize;
    padding: 4px 10px;
    border-radius: 6px;
    color: #fff;
}

.blog-area .blog-date li i {
    padding-right: 8px;
    font-size: 16px;
}

.blog-area .blog-single {
    position: relative;
    overflow: hidden;
    padding: 15px 0 0 0;
}

.blog-area .blog-posts h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 16px 0 10px;
    line-height: 36px;
    text-align: left;
    word-break: break-word;
}

.blog-area .blog-single p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 27px;
    font-weight: 400;
    word-break: break-word;
}

.default-btn {
    position: relative;
    margin-top: 10px;
}

.default-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    word-break: break-word;
    z-index: 1;
    border: none;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 18px;
    background: var(--secondary);
    color: #fff;
    transition: all .7s ease-in-out;
}

.default-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--secondary);
    z-index: -1;
    border-radius: 50px;
}


.default-btn:hover {
    color: rgb(255, 255, 255);
}

.default-btn::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    width: 0;
    height: 100%;
    background: var(--primary);
    transition: all 700ms ease-in-out;
    border-radius: 50px;
}

.default-btn:hover::after {
    left: unset;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transform: rotate(180deg);
}


/*   Footer Area
/*----------------------------------------*/
.footer-area {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    background-color: var(--primary);
}

.footer-area .f-oly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.8;
    transition: all 0.5s;
}

.footer-area .social-profile-icons {
    position: relative;
}

.footer-area .social-profile-icons ul li:before {
    display: none;
}

.footer-area .social-profile-icons ul li {
    margin: 4px 4px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    list-style: none;
    display: inline-block;
    background: #d33;
    text-align: center;
    border-radius: 50px;
}

.footer-area .social-profile-icons ul li a,
.footer-area li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
}

.footer-area .social-profile-icons ul li i {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

/*=====*/
.footer-area li {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
}

.footer-area i {
    padding-right: 6px;
}

.footer-area .fbox {
    position: relative;
    padding: 50px 40px;
    background: #e7eee8;
    border-radius: 59px;
}

.footer-area li:before {
    content: "";
    font-family: "feather-icons";
    text-transform: none;
    text-rendering: auto;
    font-weight: 400;
    font-style: normal;
    color: var(--pink);
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.footer-area .gallery-item {
    padding-right: 13px;
    padding-bottom: 13px;
}

.footer-area ul {
    margin: 0 0 15px 00px;
}

.footer-area p {
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 18px;
    word-break: break-word;
}

footer#footer.footer-area .widget-title {
    color: var(--secondary);
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 700;
}

.footer-area .widget {
    margin-bottom: 1.1em;
    position: relative;
}

.footer-bottom-area ul li {
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 0;
    position: relative;
}

.footer-area .bottom-area {
    position: relative;
}

.footer-area .bottom-area ul {
    margin-bottom: 0;
}

.footer-text,
.footer-text a {
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0;
}

.footer-area .bottom-area li a:hover,
.social-profile-icons li a:hover {
    border-bottom: 0;
}

.footer-area .bottom-area li:hover a::after,
.footer-area .bottom-area li:hover a:after {
    width: 20px;
}

.footer-area .bottom-area li.current_page_item a:after {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #ff8b00;
    content: "";
    bottom: -5px;
    left: 2px;
    transition: .3s;
}

.footer-area ul {
    list-style: none;
    margin: 10px 0 0 0px;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    display: block;
    z-index: 1;
}

.footer-area .f-form {
    position: relative;
}

#footer .f-form h5 {
    font-size: 24px;
    padding-left: 2.5em;
}

.footer-area input[type="text"],
.footer-area input[type="email"],
.footer-area input[type="url"],
.footer-area input[type="password"],
.footer-area input[type="search"],
.footer-area input[type="number"],
.footer-area input[type="tel"],
.footer-area input[type="range"],
.footer-area input[type="date"],
.footer-area input[type="month"],
.footer-area input[type="week"],
.footer-area input[type="time"],
.footer-area input[type="datetime"],
.footer-area input[type="datetime-local"],
.footer-area input[type="color"],
.footer-area textarea,
.footer-area select {
    border: none;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 12px 10px 12px 30px;
    font-style: normal;
    font-weight: 400;
    word-break: break-all;
    border-radius: 50px;
    background: #d33;
}

.single-footer .wpcf7 {
    margin: 0;
    padding: 0;
    position: relative;
}

.footer-area textarea {
    height: 80px !important;
}

.footer-area input[type="submit"] {
    box-shadow: none;
    display: inline-block;
    background: #e1e1e1;
    padding: 6px 28px;
    font-size: 22px;
    font-weight: 600;
    background-color: #fff;
    color: #1d62b8;
    position: relative;
    /* text-indent: -999px; */
    border-radius: 0;
    transition: all 0.5s;
    border-radius: 50px;
}

.footer-area input[type="submit"]:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
    z-index: 999;
}

.footer-area .top-area {
    padding: 0 0 0.5em;
}

.footer-area label {
    font-weight: 400;
}

.footer-area div.wpcf7 input[type="file"] {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 30px;
}

.footer-area select option {
    font-weight: 400;
}

.footer-area .tagcloud a {
    font-size: 15px !important;
    font-weight: 400;
}

.footer-area .single-footer {
    position: relative;
}

.single-footer-2,
.single-footer-3,
.single-footer-4 {
    padding-top: 2em;
}

.footer-area table tr {
    text-align: center;
    line-height: 28px;
}

.footer-area table td {
    font-size: 15px;
    padding: 5px;
}

.footer-area .widget_calendar table thead tr th {
    text-align: center;
}

.footer-area fieldset {
    padding-top: 0;
}

footer#footer .widget_calendar thead {
    background: transparent;
    box-shadow: 0 0px 3px 0 #88828252;
}

.footer-area figure.gallery-item img {
    transition: all .5s;
}

.footer-area figure.gallery-item img:hover {
    opacity: 0.8;
    border-radius: 20px;
    transition: all .5s;
}

.footer-area .widget_recent_entries ul li {
    line-height: 25px;
}



.page-main-header {
    padding-top: 18em;
    margin-bottom: 30px;
}

.page-main-header {
    padding-bottom: 0em
}

.page-main-header .headinnbxmain {
    position: relative;
}

.page-main-header .headinnbox {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 14px 10px 24px 10px;
    text-align: center;
    border-radius: 21px;
    margin-bottom: 0em;
    bottom: 0;
    width: 100%;
}

.page-main-header .overlay1 {
    background: #6D6C40;
}

.ht-main-title {
    font-size: 28px;
    font-weight: 500;
    padding: 2px 1px;
    margin: 8px 8px 1px 0;
    color: #fff;
}

.breadcrumbbox {
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0px 4px;
    z-index: 1;
    margin: 4px 0 0 0px;
    border-radius: 11px;
    background-color: var(--secondary);
}

.breadcrumbbox .button {
    padding: 2px 4px !important;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.breadcrumbbox .button span {
    font-size: 20px;
    font-weight: 500;
    padding: 4px 2px;
    margin: 0px 2px;
}

.breadcrumbbox .button span {
    font-size: 20px;
    font-weight: 500;
    padding: 4px 2px;
    margin: 0px 2px;
}

.breadcrumbbox .button svg {
    margin-bottom: 4px;
}

.contact-section {
    /* background: #fff; */
    border-radius: 20px;
    padding: 50px;
    margin: 60px auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.contact-info-box {
    background-color: #6e6b45;
    border-radius: 12px;
    padding: 50px 40px;
    color: #fff;
    height: 100%;
}

.contact-info-box h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-info-box p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    font-weight: 600;
}

.contact-info-box i {
    font-size: 16px;
    margin-right: 12px;
    color: #fff;
    margin-top: 10px;
}

.contact-form h3 {
    font-size: 24px;
    font-weight: 600;
    color: #6e6b45;
    margin-bottom: 25px;
}

.form-control {
    background-color: #f3f0ef;
    border: none;
    border-radius: 25px;
    padding: 12px 18px;
    font-size: 15px;
    color: #555;
    box-shadow: none;
}

textarea.form-control {
    height: 130px;
    resize: none;
}

.btn-submit {
    display: inline-block;
    background-color: #6e6b45;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 12px;
    width: 100%;
    font-weight: 500;
    transition: 0.3s;
}

.btn-submit:hover {
    background-color: #5e5b3b;
    color: #fff;
}

.mobile-wrapper{
        position: relative;
}
.mobile-wrapper .country-code {
    position: absolute;
    z-index: 2;
    left: 18px;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    font-weight: 600;
    max-height: 51px;
}

.mobile-wrapper .mobile-input.form-control {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .contact-section {
        padding: 30px;
    }


}

.page-id-37 {
    background-color: #e7e7e7;
}

.page-id-37 .contact-form {
    padding-left: 100px;
}

.page-id-37 .contact-section.container .row.g-4.align-items-stretch {
    position: relative;
}

.page-id-37 .contact-section.container .row.g-4.align-items-stretch::before {
    position: absolute;
    z-index: -1;
    top: -30px;
    right: -30px;
    width: 92%;
    height: 120%;
    content: "";
    background-color: #ffffff;
    border-radius: 30px;
}


.gallery .galleryCard {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 14px rgb(0 0 0/.05);
    overflow: hidden;
    height: 340px;
    position: relative
}

.gallery .galleryCard .galleryName {
    display: block;
    color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9
}

.gallery-sec {
    padding: 60px 0;
}

.gallery .galleryCard .overlayer {
    width: 100%;
    height: 100%;
    background-color: #00000042;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    padding: 15px;
    transform: scale(.5);
    transition: all .4s ease-in-out
}

.gallery .galleryCard .overlayer h5 {
    text-align: center;
}

.gallery .galleryCard img {
    height: 100%;
    object-fit: cover;
}

.gallery .galleryCard .overlayer i {
    font-size: 50px;
    color: #fff;
    rotate: 45deg;
    margin-bottom: 10px
}

.gallery .galleryCard .overlayer .content {
    background: #222;
    padding: 12px;
    border-radius: 5px;
    display: none
}

.gallery .galleryCard .overlayer .content h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px
}

.gallery .galleryCard .overlayer .content p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5
}

.gallery .galleryCard:hover .overlayer {
    opacity: 1;
    transform: scale(1)
}


.social-contact li:before {
    display: none;
}

.about-section .social-contact {
    margin-bottom: 10px !important;
}

.social-contact li {
    padding-left: 0;
}

.social-contact li img {
    width: 30px;
}

.footer-text,
.footer-text a {
    color: #fff;
}


.about-section {
    background-color: rgba(242, 153, 74, .08);
    padding: 80px 0
}

.about-section .doctor-image {
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: auto;
}

.about-section .doctor-image img {
    width: 100%;
    height: 100%;
    transform: scalex(-1)
}

.about-section .doctor-content h1 {
    color: #233645;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5
}

.about-section .doctor-content p {
    margin-bottom: 10px;
}

.about-section .doctor-content span {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5
}

.about-section .doctor-content .social-icon ul li img {
    width: 30px
}

.about-section .doctor-content .social-icon ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    margin: 10px 0
}

.service-banner h1 {
    font-family: "Birthstone", cursive;
    line-height: 50px;
    font-weight: 700;
}

.service-banner {
    padding: 30px 0 80px 0;
    background: #c5936517;
}

.service-banner .banner-img {
    height: 350px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.service-banner .banner-img img {
    object-position: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.service-banner .default-btn {
    width: max-content;
    margin-top: 10px;
}

.why-card {
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    padding: 15px 15px 15px 40px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
    min-height: 150px;
    display: flex;
    align-items: center;
}

.why-card::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    bottom: 14px;
    width: 4px;
    background: var(--secondary);
    border-radius: 12px;
}


.icon-wrap {
    position: absolute;
    left: 36px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 26px;
    line-height: 1;
}

.why-text {
    font-size: 18px;
    line-height: 1.55;
    color: #000000;
}


.why-grid .col {
    margin-bottom: 26px;
}

.section-wrap {
    padding: 60px 0;
    background: #c593651c;
}

.feature-grid {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

.content-sec {
    padding: 50px 0;
}

.feature-card {
    position: relative;
    background: #ffffff;
    /* soft light like screenshot */
    border-radius: 24px;
    padding: 15px 15px 15px 30px;
    /* room for strip + icon */
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
    border-radius: 20px;
    border-left: 4px solid var(--secondary);
}

/* left rounded vertical accent */


.feature-icon {
    position: absolute;
    left: 34px;
    top: 22px;
    font-size: 28px;
    line-height: 1;
}


.feature-title {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.feature-text {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0;
}

.feature-text b {
    color: #111;
    font-weight: 700;
}

.blog .blog-area {
    background: #fff;
    padding: 0;
}

#goTopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    background-color: #000;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 20px;
    width: 55px;
    transition: all 0.3s ease;
}

#goTopBtn:hover {
    background-color: var(--secondary);
    /* hover color */
    transform: translateY(-5px);
}

.page-id-62 .about-section.second {
    background-color: #fff;
}

.faq-section .accordion {
    box-shadow: 0px 8px 24px 0px #959DA533;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
}

.faq-section .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #0000000D;
}

.faq-section .accordion .accordion-item .accordion-button {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    background-color: transparent;
}

.faq-section .accordion .accordion-item:last-child {
    border: 0;
}

.faq-section {
    padding: 80px 0;
    background-color: #f4f4f4;
}

.footer-area .menu-item-has-children {
    display: none;
}

.single.single-post .blog-area {
    background-color: transparent;
}

.blog-details {
    padding: 80px 0 60px
}

.blog-single-post {
    position: relative;
    margin-bottom: 40px
}

.blog-single-post p {
    margin-bottom: 20px
}

.blog-single-post.blog-salah .image img {
    width: auto;
    height: 500px
}

.blog-single-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-single-post .image img {
    width: 100%
}

.blog-single-post .lower-content {
    position: relative;
    padding: 30px;
    border: 1px solid #ebf2f3;
    border-top: 0;
    border-radius: 5px
}

.blog-single-post ul.post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 13px
}

.blog-single-post .post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-right: 1px solid #ddd
}

.blog-single-post .post-meta li i {
    margin-right: 8px;
    color: var(--primary-color)
}

.blog-single-post .post-meta li:last-child {
    border-right: 0
}

.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post h3 {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post .text {
    margin-bottom: 40px
}

.blog-single-post .text ul {
    padding-left: 0
}

.blog-single-post .text ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #3f3f3f;
    position: relative;
    padding-left: 25px
}

.blog-single-post .text ul li:before {
    background-image: url(https://mehndisanskar.com/wp-content/uploads/2026/01/vsbxm5i7sr8mkli6evm.svg);
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-position: center;
    opacity: 1
}

.blog-single-post .text ol li {
    list-style: inherit;
    margin-bottom: 10px;
    color: #3f3f3f
}

.blog-single-post .text h2 {
    position: relative;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h3 {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h4 {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h5 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h6 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text table tr th,
.blog-single-post .text table tr td {
    border: 2px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500
}

.blog-single-post .text table tr th {
    font-weight: 700
}

.blog-single-post blockquote {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #565872;
    margin-bottom: 30px
}

.blog-single-post blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    width: 8px;
    bottom: 0;
    background: var(--primary-color);
    left: 0;
    border-radius: 5px
}

.widget {
    position: relative;
    margin-bottom: 50px
}

.widget_popular_post {
    position: relative;
    max-width: 350px;
    margin-left: auto
}

.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 20px;
    font-weight: 600
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden
}

.widget_popular_post .post-thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(16 34 53/59%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all .3s ease-in
}

.widget_popular_post .post-thumb:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.widget_popular_post .post-thumb img {
    border-radius: 5px;
    float: left;
    height: 60px;
    width: 60px;
    object-fit: cover
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding-bottom: 17px;
    padding: 14px;
    border-radius: 5px
}

.widget_popular_post .post:last-child {
    margin-bottom: 0
}

.widget_popular_post .content {
    position: relative;
    width: calc(100% - 75px)
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit
}

.widget_popular_post .content h5 a {
    color: #3f3f3f;
    transition: .5s
}

.widget_popular_post .content h5 a:hover {
    color: var(--primary-color)
}

.widget_popular_post .content .post-info {
    font-size: 14px;
    color: #3f3f3f
}

.widget_popular_post .content .post-info i {
    margin-right: 4px;
    color: var(--primary-color)
}


.error-section {
    position: relative;
    padding: 60px 0 60px
}

.error-section .content {
    position: relative;
    text-align: center
}

.error-section h1 {
    position: relative;
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px
}

.error-section h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px
}

.error-section .default-btn {

    width: max-content;
    margin: auto;
    margin-top: 20px;
}

.hero-wrap {
    padding: 64px 16px;
}

.cta-card {
    position: relative;
    margin: 0 auto;
    border-radius: 28px;
    background: var(--primary);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
    overflow: hidden;
    padding: 70px 48px 78px;
    text-align: center;

}

.cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 60%;
    height: 64%;
    margin: 0 auto;
    top: 78px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .06);
    filter: blur(0.5px);
    border-radius: 28px;
    clip-path: polygon(12% 0, 88% 0, 76% 40%, 24% 40%);
    pointer-events: none;
}

.cta-title {
    color: #ffffff;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: .2px;
    font-size: clamp(28px, 4.2vw, 52px);
    margin-bottom: 10px;
}

.cta-sub {
    color: #a7b0c2;
    font-size: clamp(15px, 1.4vw, 20px);
    line-height: 1.65;
    max-width: 980px;
    margin: 0 auto 34px;
}

.cta-form {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    align-items: baseline;
}

.hero-wrap .wpcf7 form .wpcf7-response-output {
    color: #fff;
    width: max-content;
    margin: auto;
    margin-top: 40px;
}

.hero-wrap .input-wrap {
    height: 56px;
}

.wpcf7-not-valid-tip {
    color: #ff6464;
}

.input-wrap {
    position: relative;
    display: inline-block;
    width: clamp(260px, 35vw, 520px);
}

.input-wrap input {
    height: 56px;
    width: 100%;
    border-radius: 14px;
    border: none;
    background: #ffffff;
    padding: 0 16px 0 44px;
    font-size: 16px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
    outline: none;
}

.input-wrap .icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    opacity: .6;
    z-index: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    width: max-content;
    margin: auto;
    margin-top: 20px;
}

.cta-btn {
    height: 56px;
    padding: 0 28px;
    border: none;
    border-radius: 14px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: var(--secondary);
    transition: all .12s ease;
    white-space: nowrap;
}

.cta-btn:hover {
    transform: translateY(-1px);
    opacity: .98;
}



.contact-section .wpcf7 .screen-reader-response {
    overflow: visible;
    width: auto;
    clip-path: inset(0%);
    height: auto;
    position: absolute;
    bottom: -40px;
    z-index: 1111;
    clip: auto;
    color: green;
    padding: 0px 20px;
    border-radius: 10px;

    margin-top: 20px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
}

.contact-section .col-md-7 {
    position: relative;
}

.mm-panels>.mm-panel {
    background-color: #383c3a;
}

.mm-navbar {
    background-color: var(--secondary);
}

.contact-section .wpcf7 .screen-reader-response ul li:nth-child(2),
.contact-section .wpcf7 .screen-reader-response ul li:nth-child(3) {
    display: none;
}


.s-footer .contact-footer p {
    display: flex;
    align-items: normal;
}

.s-footer .contact-footer p a {
    display: inline-block;
}

.s-footer .contact-footer p i {
    padding-right: 6px;
    margin-top: 5px;
}

/* SECOND LEVEL MENU OPEN ON HOVER */
.main-menu ul li .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Second level submenu proper position */
.main-menu ul li .sub-menu li .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 9999;
}

.menu-item-has-children>a+.sub-menu::before {
    display: none;
}

.whatsapp-icon .btn-whatsapp-pulse {
    z-index: 111;
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 30px;
    left: 50px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.whatsapp-icon .btn-whatsapp-puls:hover {
    color: #ffff;
}