/* 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');



/* 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;
    }
}

* {
    font-family: "Poppins", sans-serif;
}

: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: 2;
    color: #333;
}

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

.default-btn {
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 200px;
    column-gap: 10px;
    transition: 0.5s;
}

.default-btn:hover {
    background-color: var(--heading-1);
    color: var(--white);
}

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

.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: 14px;
    font-weight: 500;
    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(--bluedark);
    color: var(--white);
}

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

.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: #9b9a6d;
    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: 'Rubik', sans-serif;
}

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

.services-section {
    padding: 100px 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: 300;
    color: #111;
    margin-bottom: 25px;
    line-height: 54px;
}

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

.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: 5px;
}

.services-section .content {
    padding: 20px 20px 0;
}

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

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


/* ---------- ABOUT SECTION ---------- */
.about-section {
    padding: 100px 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: 300;
    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: 20px;
    font-weight: 600;
    line-height: 1.1665;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 0.425px;
    color: #818181;

}

.stat p {
    font-size: 18px;
    color: #818181;
    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;

}

/* ---------- WHY CHOOSE SECTION ---------- */
.why-choose-section {
    background-color: #e9f0ea;
    padding: 100px 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: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.why-title {
    font-size: 42px;
    font-weight: 300;
    color: #111;
    margin-bottom: 25px;
    line-height: 54px;
}

/* 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;
    line-height: 1.6;
    text-align: end;
}

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

.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: 60px 0;
}

.OurVideo-section .video-thumb {
    width: 100%;
    height: 300px;
    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; */
}

.inner-testimonial {
    position: relative;
}

.section-title {
    font-size: 42px;
    font-weight: 300;
    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 {
    letter-spacing: 5px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}

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

.testimonial-content p {
    color: #333;
    line-height: 1.7;
    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;
}

.blog-area .blogbtn {
    position: relative;
    margin-top: 10px;
}

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

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

.blog-area .blogbtn a:hover {
    color: rgb(255, 255, 255);
}

.blog-area .blogbtn a::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;
}

.blog-area .blogbtn a: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: 14px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
}

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

.footer-area .fbox {
    position: relative;
    padding: 5em 3em;
    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: 100px;
}

.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: -3.4em;
    width: 100%;
    background: var(--secondary);
}

.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: 1px solid #FFFFFF;
    border-radius: 11px;
}

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

.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: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-weight: 600;
}

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

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

@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: 350px;
    position: relative
}

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


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

.blog.logged-in {
    background: #dac8b85e;
}

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

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

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

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