@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playwrite+CA:wght@100..400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

:root {
--primary: #ff0a70;
--secondary: #ffe873;
--lightCyan: #DFF6FA;
--gray: #F3F3F3;
--text: #333333;
--white: #ffffff;
--black: #000000;
}

html.wp-admin-bar-gdl-live-site-banner-enabled {
    margin-top: 0px !important;
}

body.home > #wpadminbar {
    display: none !important;
}

body {
font-family: "Mulish", sans-serif !important;
font-size: 18px;
line-height: 1.5;
font-weight: 400;
color: var(--text) !important;
/* background: #ffffff !important; */
background: url('/wp-content/uploads/2025/11/bg-01.jpg') !important;;
background-repeat: repeat;
background-position: center;
}

body > div#wrapper {
    background: rgb(255, 255, 255, 90%) !important;
}

body > div#wrapper > #main {
    margin-top: 0px !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
/*font-family: "Playwrite CA", cursive;*/
/*font-family: "Playfair Display", serif;*/
/*font-family: "Pacifico", cursive;*/
/*font-family: "Great Vibes", cursive;*/
line-height: 1.25;
}

.btn_styleOne {
    background-color: #000000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    background-image: none !important;
    box-shadow: none !important;
}

.btn_styleOne:hover {
    background-color: #ff0a70;
    border: 1px solid #ff0a70 !important;
    color: #ffffff !important;
}

.btn_styleOne.orange:hover {
    background-color: #f06d00 !important;
    border: 1px solid #f06d00 !important;
    color: #ffffff !important;
}

.btn_styleTwo {
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    background-image: none !important;
    box-shadow: 0px 12px 12px -6px rgb(0, 0, 0, 20%) !important;
}

.btn_styleTwo:hover {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
}

.fw-600 {
font-weight: 600 !important;
}

.fw-900 {
font-weight: 900 !important;
}

.page_heading {
font-size: 55px;
font-weight: 700;
}

.heading_styleOne {
font-size: 42px;
font-weight: 700;
color: #484848;
}

.heading_styleTwo {
font-size: 36px;
font-weight: 800;
line-height: 1.25;
}

.heading_styleThree {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.heading_styleFour {
font-size: 24px;
font-weight: 600;
line-height: 1.25;
}

.heading_styleFour.styleTwo {
font-size: 28px;
}

.heading_styleFive {
font-size: 21px;
font-weight: 600;
line-height: 1.25;
}

.font_12px {
font-size: 12px !important;
}

.font_14px {
font-size: 14px !important;
}

.font_16px {
font-size: 16px !important;
}

.font_18px {
font-size: 18px !important;
}

.font_20px {
font-size: 20px !important;
}

.txt_white {
color: var(--white) !important;
}

.txt_primary {
color: var(--primary) !important;
}

.txt_secondary {
color: var(--secondary) !important;
}

.txt_gray {
color: #757575 !important;
}

.txt_black {
color: #000000 !important;
}

.bg_primary {
background-color: var(--primary) !important;
}

.bg_secondary {
background-color: var(--secondary) !important;
}

.bg_green {
background-color: #27ae60 !important;
}

.hr_styleOne {
    opacity: 1;
    border-color: var(--primary);
    margin: 15px 0px;
}

.heading_styleOne,
.text_styleOne {
    display: block;
    /* font-family: "Great Vibes", cursive; */
    font-size: 42px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    color: var(--primary);
}

.list_styleOne,
.list_styleTwo,
.list_styleThree {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.list_styleTwo,
.list_styleThree {
    gap: 0px;
}

.list_styleTwo {
    gap: 0px;
}

.list_styleOne::before {
    content: "";
    width: 70%;
    height: 1px;
    display: block;
    border: 1px dashed #ff0a70;
    position: absolute;
    top: 50px;
    left: 15%;
    z-index: 0;
}

.list_styleOne > li {
    position: relative;
    flex: 0 0 100%;
    max-width: calc(33.33% - 20px);
    padding: 20px;
}

.list_styleOne > li > h2 {
    font-family: "Great Vibes", cursive;
    font-size: 32px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--primary);
    background: var(--secondary);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 20px;
    box-shadow: 0px 10px 10px -5px rgb(0, 0, 0, 25%);
}

.list_styleOne > li > h5,
.list_styleTwo > li > h5 {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.list_styleOne > li > p,
.list_styleTwo > li > p,
.list_styleThree > li > p {
    font-size: 18px;
    margin: 0px;
}

.list_styleTwo > li,
.list_styleThree > li {
    position: relative;
    flex: 0 0 100%;
    max-width: calc(33.33% - 30px);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 12px -3px;
    padding: 30px;
    background: rgb(249, 249, 249);
    border-bottom: 3px solid #fe3070;
    border-radius: 10px;
    margin: 15px;
    overflow: hidden;
}

.list_styleThree > li {
    padding: 0px !important;
    max-width: 100%;
    border-left: 4px solid #fe3070;
    border-bottom: 0px solid #fe3070;
    margin: 0px;
}

.list_styleThree > li + li {
    margin-top: 30px;
}

.list_styleThree > li > .img_container {
    height: 600px;
}

.list_styleThree > li > .img_container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.list_styleThree > li > .content {
    padding: 40px 40px 100px;
    position: absolute;
    top: 0px;
    width: 30%;
    min-width: 350px;
    height: 100%;
    text-align: left;
    background: rgb(0 0 0 / 44%);
    color: #fff;
}

.list_styleThree > li > .content > .bottom_content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
}

.list_styleThree > li > .content > .bottom_content > a.btn_styleOne {
    background-color: #ffe873;
    color: #000000;
}

.list_styleThree > li > .content > .bottom_content > a.btn_styleOne:hover {
    background-color: #ff0a70;
    color: #ffffff;
    border: 1px solid #ff0a70 !important;
}

.list_styleThree > li > .content > .top_content > h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.list_styleThree > li > .content > .top_content > p {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 16px;
}

.list_styleThree > li > .content > .top_content > .price {
    font-size: 16px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #fff;
    background: #ff0a70;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
}

.list_styleThree > li > .content > .top_content > h6 {
    font-size: 16px;
    font-weight: 700;
    color: #dddddd;
    margin-bottom: 15px;
}

.star_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    gap: 3px;
}

.star_list > li > i {
    font-size: 14px;
    color: #e9ca00;
}

header > nav.bg-light {
    background: transparent !important;
    padding: 20px 0px 20px !important;
}

header > nav.bg-light > .container {
    flex-direction: column !important;
}

header > nav#header .navbar-brand {
margin: 0px !important;
padding: 0px !important;
}

header > nav#header .navbar-brand img {
    height: 180px !important;
}

header > nav#header .navbar-collapse {
    width: 100%;
}

header > nav#header .navbar-collapse ul.navbar-nav {
    background-color: #ff0a70;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    background: linear-gradient(90deg, rgb(255 232 115) 0%, rgb(255 10 112) 40%, rgb(255 10 112) 60%, rgb(255 232 115) 100%);
    padding: 5px;
    border-radius: 100px;
}

header > nav#header .navbar-collapse ul.navbar-nav > li + li {
margin-left: 20px;
}

header > nav#header .navbar-collapse ul.navbar-nav > li > a {
font-size: 16px;
color: #ffffff;
font-weight: 600;
border-radius: 50px;
padding: 8px 16px;
}

header > nav#header .navbar-collapse ul.navbar-nav > li > a:hover {
    color: #000000;
    background-color: #ffe573;
}


section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li.ms-image {
    position: relative !important;
    border-radius: 20px;
    overflow: hidden;
}

section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li.ms-image::before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    background: #000 !important;
    position: absolute !important;
    top: 0% !important;
    left: 0% !important;
    opacity: 0.25 !important;
    z-index: 0 !important;
}

section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap {
    background: transparent !important;
    text-align: center !important;
    z-index: 1 !important;
    opacity: 1 !important;
    width: calc(100% - 180px) !important;
    left: 50% !important;
    top: 60% !important;
    transform: translate(-50%, -50%);
}

section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap::before {
    content: "";
    width: 80%;
    height: 80%;
    display: block;
    background: #000;
    position: absolute;
    top: 10%;
    left: 10%;
    opacity: 0.5;
    filter: blur(100px);
    border-radius: 50%;
    z-index: 0;
}

section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption {
    position: relative;
}

section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > h1 {
    /* font-family: "Great Vibes", cursive !important; */
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase !important;
    text-shadow: 2px 2px 6px rgb(0, 0, 0, 75%);
}

section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > h2 {
    font-size: 18px;
    line-height: 1;
    background: #ff0a70;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px;
    letter-spacing: 2px;
    margin: 10px 0px !important;
}

section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0px 0px 10px !important;
    text-transform: none !important;
    text-shadow: 2px 2px 6px rgb(0, 0, 0, 75%);
}

section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > .hero_btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: row;
    margin-top: 20px;
}

section.hero-section .metaslider .flexslider > .flex-control-nav {
    width: auto !important;
    padding: 12px 24px;
    bottom: 15px !important;
    left: 50%;
    transform: translateX(-50%) !important;
    background: #ffffff !important;
    border-radius: 50px;
    line-height: 1 !important;
    box-shadow: 0px 12px 12px -6px rgb(0, 0, 0, 20%);
}

section.hero-section .metaslider .flexslider > .flex-direction-nav > li > .flex-prev {
    left: 30px !important;
    background: transparent !important;
    outline: none !important;
}

section.hero-section .metaslider .flexslider > .flex-direction-nav > li > .flex-next {
    right: 30px !important;
    background: transparent !important;
    outline: none !important;
}

section.myApproach-section {
    position: relative;
    background: #F3F3F3;
    padding: 60px 0px;
}

section.myApproach-section .list_styleOne::before {
	display: none !important;
}

section.myApproach-section .list_styleOne > li {
    background-color: #d6f9ff !important;
}

section.myApproach-section .list_styleOne > li:first-child {
    background-color: #fdece4 !important;
}

section.myApproach-section .list_styleOne > li:last-child {
    background-color: #fff9dd !important;
}

section.myApproach-section .list_styleOne > li > h2 {
	background-color: #5ac0d2 !important;
    color: #fff !important;
}

section.myApproach-section .list_styleOne > li:first-child > h2 {
	background-color: #ee8f62 !important;
}

section.myApproach-section .list_styleOne > li:last-child > h2 {
	background-color: #ffe156 !important;
}

section.services-section {
    position: relative;
    margin: 60px 0px;
}

section.gallery-section {
    position: relative;
    padding: 60px 0px;
    background: rgb(255 232 115 / 50%);
}

section.myCredentials-section {
    position: relative;
    background-image: url('/wp-content/uploads/2025/12/nicol-02.jpg');
    background-size: cover;
    padding: 60px 0px;
    overflow: hidden;
    z-index: 0;
}

section.myCredentials-section::before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    background: #ffffff !important;
    position: absolute !important;
    top: 0% !important;
    left: 0% !important;
    opacity: 0.75 !important;
    z-index: 0 !important;
}

section.myCredentials-section > .container {
    position: relative;
    z-index: 1;
}

section.package-section,
section.testimonial-section {
    position: relative;
    margin: 60px 0px;
}

section.package-section .row,
section.retreat-section .row {
    border-radius: 10px;
    overflow: hidden;
    margin: 0px;
}

section.package-section .row > .col-12,
section.retreat-section .row > .col-12 {
    background-color: #fcd2e4;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.retreat-section .row > .col-12 {
    background-color: #f5ecbd;
}

section.package-section .row > .col-12 > .img_container,
section.retreat-section .row > .col-12 > .img_container {
    height: 100%;
}

section.package-section .row > .col-12 > .img_container > img.img-fluid,
section.retreat-section .row > .col-12 > .img_container > img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.package-section .package_content,
section.retreat-section .retreat_content {
    padding: 50px;
}


section.retreat-section .retreat_content > .heading_styleOne {
    color: #f06d00;
}

section.package-section .package_content span.badge {
    background: #ff0a70;
    color: #ffffff;
    padding: 8px 24px;
    font-size: 14px;
    border-radius: 50px;
    margin-bottom: 15px;
}

section.package-section .package_content > h4,
section.retreat-section .retreat_content > h4 {
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #ff0a70;
    border-bottom: 1px solid #ff0a70;
    padding: 10px 0px;
}

section.retreat-section .retreat_content > h4 {
    border-color: #f06d00;
}

section.package-section .package_content > ul,
section.retreat-section .retreat_content > ul {
    padding: 0px;
    list-style: none;
}

section.package-section .package_content > ul > li,
section.retreat-section .retreat_content > ul > li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}

section.package-section .package_content > ul > li + li {
    margin-top: 10px;
}

section.package-section .package_content > ul > li:before {
    content: "\f178";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 0;
    color: #ff0a70;
}

#testimonials_slider .owl-stage-outer {
    padding: 0px 0px 20px;
}

#testimonials_slider > .owl-stage-outer > .owl-stage {
    display: flex;
    height: 100%;
}

.testimonial_item {
    border: 1px solid #eeeeee;
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 10%);
    height: 100%;
    min-height: 100%;
    border-top: 4px solid #ff0a70;
}

.testimonial_item > i {
    font-size: 40px;
    color: #ff0a70;
}

.testimonial_item > h4 {
    font-size: 21px;
    font-weight: 700;
    margin: 15px 0px 5px;
}

.testimonial_item > p {
    margin-top: 10px;
    font-size: 16px;
}

section.contact-section {
    position: relative;
    padding: 60px 0px 40px;
    background-color: rgb(255 10 112 / 15%);
}

section.contact-section .wpcf7 > form.wpcf7-form p {
    margin-bottom: 20px;
}

section.contact-section .wpcf7 > form.wpcf7-form label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: left;
    color: #000000;
}

section.contact-section .wpcf7 > form.wpcf7-form .wpcf7-form-control {
    padding: 10px 20px;
    width: 100%;
    height: 46px;
    color: #1d1d1d;
    background-color: #ffffff;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
}

section.contact-section .wpcf7 > form.wpcf7-form textarea.wpcf7-form-control {
    height: auto;
}

section.contact-section .wpcf7 > form.wpcf7-form .wpcf7-submit {
    background: #000000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 46px;
    border: 0px;
    padding: 10px;
}

section.contact-section .wpcf7 > form.wpcf7-form .wpcf7-submit:hover {
    background: #ff0a70;
}

#footer {
    position: relative;
    overflow: hidden;
    padding: 60px 0px 0px;
    background-image: url('/wp-content/uploads/2025/12/footer_bg-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    color: var(--white);
}

#footer::before {
    content: "";
    background: #000000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

#footer .container {
    position: relative;
    z-index: 1;
}

#footer .heading_styleOne {
    margin: 40px 0px 16px;
}

#footer p {
    margin: 0px 0px 25px;
}

#footer a {
    color: #ffffff;
}

.f_logo {
    height: 140px;
    padding: 0px;
}

ul.f_menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 20px 0px;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 5%, rgb(255 255 255 / 20%) 50%, rgba(255, 255, 255, 0) 98%);
    border: 1px solid rgb(255 255 255 / 20%);
    border-width: 1px 0px 1px 0px;
}

#footer ul.f_menu > li.menu-item > a.nav-link:hover {
    color: #ec2029;
}

ul.contact_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

ul.contact_list > li {
    flex: 0 0 100%;
    max-width: calc(28% - 20px);
    border: 1px solid rgb(255 255 255 / 30%);
    padding: 50px 15px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.contact_list > li:nth-child(2) {
    max-width: calc(44% - 20px);
}

ul.contact_list > li > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    background-color: #ffffff;
    color: #ff0a70;
    border-radius: 50%;
    margin: 0 auto 15px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

ul.contact_list > li > h6 {
    margin: 0px;
    font-size: 18px;
    line-height: 1.5;
}

.copyRight_txt {
    margin: 20px 0px 0px !important;
    padding: 30px 0px;
    border-top: 1px solid rgb(255 255 255 / 30%);
}



@media screen and (min-width: 1400px) {



}



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

    body,
    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > h2 {
        font-size: 16px;
    }

    header > nav#header .navbar-brand img {
        height: 160px !important;
    }

    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li.ms-image > img {
        height: 510px;
        object-fit: cover;
        object-position: center;
    }

    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap {
        top: 50% !important;
    }

    ul.contact_list {
        gap: 50px 50px;
    }
    
    ul.contact_list > li {
        max-width: calc(50% - 25px);
    }

    ul.contact_list > li:nth-child(2) {
        max-width: calc(100% - 0px);
        order: 1;
    }

    
}

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

    .btn_styleOne,
    .btn_styleTwo {
        padding: 8px 24px;
        font-size: 14px;
    }

    .list_styleOne::before {
        top: 40px;
    }

    .list_styleOne > li {
        padding: 10px;
    }

    .list_styleTwo > li,
    .list_styleThree > li {
        max-width: calc(33.33% - 20px);
        padding: 20px;
        margin: 10px;
    }

    body,
    header > nav#header .navbar-collapse ul.navbar-nav > li > a,
    .list_styleOne > li > p,
    .list_styleTwo > li > p,
    .list_styleThree > li > p,
    .list_styleThree > li > .content > .top_content > p,
    .list_styleThree > li > .content > .top_content > .price,
    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > h2,
    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > p,
    section.package-section .package_content > ul > li,
    section.retreat-section .retreat_content > ul > li,
    section.contact-section .wpcf7 > form.wpcf7-form label {
        font-size: 14px;
    }

    ul.contact_list > li > h6 {
        font-size: 16px;
    }

    section.hero-section .metaslider .flexslider {
        margin-bottom: 0px !important;
    }

    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > h1 {
        font-size: 36px;
    }

    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li.ms-image > img {
        height: 410px;
    }

    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > h2 {
        padding: 8px 16px;
    }
    
    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > p {
        line-height: 1.25;
    }

    section.hero-section .metaslider .flexslider > .flex-control-nav {
        padding: 8px 16px;
    }

    .metaslider.ms-theme-default-base .flexslider .flex-control-nav li a {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }

    .list_styleThree > li > .content {
        padding: 20px 10px 60px;
    }

    section.package-section .row > .col-12:first-child {
        order: 1;
    }

    section.package-section .row > .col-12 > .img_container,
    section.retreat-section .row > .col-12 > .img_container {
        height: 400px;
        width: 100%;
    }

    header > nav#header .navbar-brand img,
    .f_logo {
        height: 100px !important;
    }

    section.contact-section .wpcf7 > form.wpcf7-form .wpcf7-form-control {
        padding: 8px 16px;
        height: 40px;
    }

    section.contact-section .wpcf7 > form.wpcf7-form p {
        margin-bottom: 15px;
    }        

    ul.contact_list > li > i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        top: -25px;
    }

    section.myCredentials-section {
        margin: 60px 0px 40px;
    }

    section.services-section {
        margin: 30px 0px 0px;
    }

}

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

    button.navbar-toggler {
        position: relative;
        border: 1px solid #ffe873;
        background-color: #ffe873;
        height: 50px;
        padding-bottom: 10px;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler-icon {
        position: relative;
        background-image: none;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        display: inline-block;
        height: 2px;
        background-color: #000000;
        vertical-align: middle;
        width: 30px;
        border-radius: 5px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        content: "";
        position: absolute;
        right: 0px;
        top: -10px;
        width: 30px;
        height: 2px;
        background: #000000;
        border-radius: 5px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .navbar-toggler-icon:after {
        top: 10px;
    }

    button[aria-expanded="true"] .navbar-toggler-icon {
        height: 0px;
        background-color: transparent;
    }

    button[aria-expanded="true"] .navbar-toggler-icon::before {
        top: 0px;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    button[aria-expanded="true"] .navbar-toggler-icon::after {
        top: 0px;
        -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(-225deg);
    }
    
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .heading_styleOne,
    .text_styleOne {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .heading_styleThree {
        font-size: 21px;
    }

    .list_styleOne::before {
        width: 1px;
        height: 79%;
        top: 20px;
        left: 20px;
    }

    .list_styleOne > li {
        max-width: calc(100% - 0px);
        text-align: left;
        padding: 10px 10px 10px 56px;
    }

    .list_styleOne > li > h2 {
        position: absolute;
        left: 0px;
        text-align: center;
        font-size: 20px;
        line-height: 42px;
        width: 40px;
        height: 40px;
    }

    .list_styleOne > li > h5,
    .list_styleTwo > li > h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .list_styleTwo > li,
    .list_styleThree > li {
        max-width: calc(100% - 0px);
        padding: 20px;
        margin: 0px;
    }

    .list_styleTwo > li + li,
    .list_styleThree > li + li {
        margin-top: 20px;
    }

    .list_styleThree > li > .content {
        padding: 20px 15px 60px;
    }


    header > nav#header .navbar-brand img,
    .f_logo {
        height: 80px !important;
    }
    
    header > nav#header .navbar-collapse {
        width: calc(100% - 30px);
        z-index: 9;
        background-color: #ff0a70;
        position: absolute;
        left: 15px;
        top: calc(100% + 0px);
        padding: 10px 20px;
        border-radius: 0px 0px 5px 5px;
    }

    header > nav.bg-light > .container {
        flex-direction: row !important;
    }
    
    header > nav#header .navbar-collapse ul.navbar-nav {
        background: transparent;
        border: 0px;
        margin: 0px;
    }

    header > nav#header .navbar-collapse ul.navbar-nav > li + li {
        margin-left: 0px;
        border-top: 1px solid #ffffff;
    }
    
    header > nav#header .navbar-collapse ul.navbar-nav > li > a.nav-link {
        padding: 10px;
    }

    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li.ms-image > img {
        height: 350px;
    }

    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap {
        width: calc(100% - 100px) !important;
    }

    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > .hero_btns,
    section.hero-section .metaslider .flexslider > .flex-direction-nav {
        display: none !important;
    }
    
    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > h1 {
        font-size: 28px;
    }

    section.hero-section .metaslider .flexslider > .flex-control-nav {
        padding: 5px 10px;
    }

    .metaslider.ms-theme-default-base .flexslider .flex-control-nav li a {
        margin: 0 3px;
    }

    section.myCredentials-section,
    section.package-section, 
    section.testimonial-section {
        margin: 50px 0px;
    }

    section.package-section .package_content,
    section.retreat-section .retreat_content {
        padding: 30px;
    }

    section.package-section .row > .col-12 > .img_container,
    section.retreat-section .row > .col-12 > .img_container {
        height: 320px;
    }

    #footer > .container {
        border: 0px solid #000;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        max-width: 100%;
    }
    
    #footer > .container .row > .col-md-6:last-child {
        background: #000000;
        color: #fff;
    }
    
    #footer p {
        margin: 10px 0px 30px;
    }
    
    #footer > .container .row > .col-md-6:last-child > p {
        margin: 15px 0px 20px;
    }

    #footer .heading_styleOne {
        margin: 20px 0px 8px;
    }

    ul.f_menu {
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px 15px;
    }
    
    ul.contact_list {
        gap: 50px 20px;
    }

    ul.contact_list > li {
        max-width: calc(50% - 10px);
        padding: 40px 10px 25px;
    }

    ul.contact_list > li > h6 {
        font-size: 14px;
    }


}

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

    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap {
        width: calc(100% - 30px) !important;
        top: 65% !important;
    }

    section.hero-section .metaslider .flexslider > .flex-viewport > .slides > li > .caption-wrap > .caption > p {
        display: none !important;
    }

    .list_styleOne::before {
        height: 73%;
    }

    section.package-section .package_content,
    section.retreat-section .retreat_content,
    .testimonial_item {
        padding: 20px;
    }

    section.package-section .row > .col-12 > .img_container,
    section.retreat-section .row > .col-12 > .img_container {
        height: 250px;
    }

    #footer {
        padding: 50px 0px 0px;
    }

    ul.contact_list > li {
        max-width: calc(100% - 0px);
    }
    

}