
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background: #fff;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

img {
    max-width: 100%;
    display: block;
}

section {
    padding: 100px 0;
}

/* HEADER */

.main-header {
    padding: 20px 0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    text-decoration: none;
    font-size: 34px;
    color: #111;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
}

.menu {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.menu li a:hover {
    color: #c39b88;
}

.btn-primary {
    background: #d7b6a5;
    color: #fff;
    padding: 14px 30px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    border: none;
}

.btn-primary:hover {
    background: #c39b88;
}

/* HERO SLIDER */

.hero-slider-section {
    background: #ead2ca;
    overflow: hidden;
    padding: 0;
}

.hero-slider,
.hero-slide {
    position: relative;
}

.hero-slide {
    min-height: 750px;
    display: flex !important;
    align-items: center;
}

.hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

.hero-content {
    width: 50%;
}

.hero-image {
    width: 50%;
}

.hero-image img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 10px;
}

.hero-content h1 {
    font-size: 72px;
    line-height: 1.1;
    margin: 0px;
    color: #111;
    font-family: 'Cormorant Garamond', serif;
}

.hero-content p {
    line-height: 1.9;
    margin-bottom: 30px;
    font-size: 16px;
}

.sub-heading {
    color: #cc6a6f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 15px;
    display: inline-block;
	font-weight:bold;
}

a.r-more{ color: #cc6a6f; text-decoration:none;}
a.r-more:hover{text-decoration:underline;}
/* SLICK FIX */

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-slide > div {
    width: 100%;
}

/* HERO ARROWS */

.hero-slider .slick-prev,
.hero-slider .slick-next {
    width: 50px;
    height: 50px;
    background: #d7b6a5 !important;
    border: none;
    border-radius: 50%;
    z-index: 999;
}

.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
    display: none;
}

.hero-slider .slick-prev {
    left: 30px;
}

.hero-slider .slick-next {
    right: 30px;
}

/* SECTION HEADINGS */

.section-heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.section-heading {
    margin-bottom: 60px;
}

.section-heading h2,
.section-heading-wrapper h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #111;
    margin-top: 10px;
    font-family: 'Cormorant Garamond', serif;
}

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

/* ABOUT */

.about-section {
    background: #fff;
}

.about-heading {
    max-width: 700px;
    margin: auto;
}

.about-heading p {
    line-height: 1.8;
}

/* SERVICES */

.services-section {
    background: #fafafa;
}

.service-top-arrows {
    display: flex;
    gap: 10px;
}

.service-prev,
.service-next {
    width: 45px;
    height: 45px;
    border: none;
    background: #d7b6a5;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.service-prev:hover,
.service-next:hover {
    background: #c39b88;
}

.services-slider {
    margin: 0 -15px;
}

.service-card {
    padding: 0 15px;
    text-align: center;
    display: block !important;
}

.service-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    margin-bottom: 25px;
    border-radius: 10px;
}

.service-card h3 {
    margin-bottom: 10px;
    font-size: 28px;
    font-family: 'Cormorant Garamond', serif;
}

.service-card p {
    line-height: 1.8;
}

/* ABOUT DETAILS */

.about-details-section {
    background: #fff;
}

.about-wrapper {
    display: flex;
    gap: 70px;
    align-items: center;
}

.about-image,
.about-content {
    width: 50%;
}

.about-image img {
    border-radius: 10px;
}

.about-content h2 {
    font-size: 50px;
    line-height: 1.2;
    font-family: 'Cormorant Garamond', serif;
}

.about-content p {
    line-height: 1.9;
}

.about-content ul {
    padding-left: 20px;
    margin-bottom: 35px;
}

.about-content ul li {
    margin-bottom: 12px;
}

/* TESTIMONIAL */

.testimonial-section {
    background: #f7f7f7;
}

.testimonial-box {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.testimonial-box p {
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 20px;
}

.testimonial-box h4 {
    font-size: 24px;
    font-family: 'Cormorant Garamond', serif;
}


/* FOOTER */

.main-footer {
    background: #111;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.main-footer h2 {
    font-size: 42px;
    margin-bottom: 15px;
    font-family: 'Cormorant Garamond', serif;
}

.main-footer p {
    line-height: 1.8;
}

.footer-socials {
    margin: 25px 0;
}

.footer-socials a {
    color: #fff;
    margin: 0 12px;
    text-decoration: none;
}


.testimonial-slider {
    max-width: 800px;
    margin: auto;
}

.testimonial-item {
    padding: 20px;
}

.testimonial-box {
    background: #fff;
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.testimonial-box p {
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 25px;
}

.testimonial-box h4 {
    font-size: 24px;
    font-family: 'Cormorant Garamond', serif;
}

.testimonial-slider .slick-dots {
    bottom: -40px;
}

.testimonial-slider .slick-dots li button:before {
    font-size: 12px;
    color: #c39b88;
}





.packages-section {
    background: #f9f9f9;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    margin-top: 50px;
}

.package-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

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

.package-price {
    background: #d7b6a5;
    color: #fff;
    text-align: center;
    padding: 25px 20px;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 1px;
}

.package-content {
    padding: 40px 35px;
    text-align: center;
}

.package-content h3 {
    font-size: 32px;
    margin-bottom: 25px;
    font-family: 'Cormorant Garamond', serif;
    color: #111;
}

.package-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.package-content ul li {
    padding: 12px 0;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
}

.package-content ul li:last-child {
    border-bottom: none;
}


/* =========================
   DROPDOWN MENU
========================= */

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li.menu-item-has-children > a::after {
    content: '\25BE';
    font-size: 18px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: -1px;
}
/* SUB MENU */

.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #fff;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-radius: 6px;
}

/* SHOW ON HOVER */

.main-menu ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* SUB MENU ITEMS */

.main-menu .sub-menu li {
    width: 100%;
}

.main-menu .sub-menu li a {
    display: block;
    padding: 12px 25px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 1px solid #f3f3f3;
}

.main-menu .sub-menu li:last-child a {
    border-bottom: none;
}

.main-menu .sub-menu li a:hover {
    background: #d7b6a5;
    color: #fff;
    padding-left: 30px;
}
/* BLOG PAGE */

.blog-page-section {
    padding: 100px 0;
    background: #fff;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.blog-card {
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

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

.blog-image {
    overflow: hidden;
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: 0.4s;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}
.blog-content {
    padding: 25px;
}

.blog-date {
    color: #c39b88;
    font-size: 13px;
    margin-bottom: 12px;
    display: inline-block;
}

.blog-card h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-family: 'Cormorant Garamond', serif;
}

.blog-card h3 a {
    text-decoration: none;
    color: #111;
}

.blog-card p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.single-blog-section {
    padding: 100px 0;
}

.single-blog-image {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 40px;
}

.single-blog-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.single-blog-post h1 {
    font-size: 52px;
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
}

.single-blog-content {
    line-height: 1.9;
}



/* HEADER IMPROVEMENT */

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.main-menu {
    margin-left: auto;
    margin-right: 20px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* HEADER RIGHT */

.header-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* PHONE */

.header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #111;
    font-weight: 600;
    font-size: 15px;
}

.header-phone svg {
    width: 18px;
    height: 18px;
    fill: #d7b6a5;
}

/* BUTTON */

.header-btn .btn-primary {
    padding: 12px 24px;
}

/* WHATSAPP FLOAT */

.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.08);
}

.whatsapp-float img {
    width: 32px;
    height: 32px;
}

/* CONTACT PAGE */

.contact-banner {
    background: url('../images/contact-banner.jpg') center center/cover no-repeat;
}

/* CONTACT SECTION */

.contact-section {
    background: #fff;
}

.contact-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-info,
.contact-form-wrapper {
    width: 50%;
}

.contact-info h2,
.contact-form-wrapper h2 {
    font-size: 52px;
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
}

.contact-box {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}

.contact-box h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #111;
    font-family: 'Cormorant Garamond', serif;
}

.contact-box p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.contact-box a {
    color: #333;
    text-decoration: none;
}

/* CONTACT FORM */

.contact-form {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
}

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

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #ddd;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
}

.contact-form textarea {
    height: 180px;
    resize: none;
}

.contact-form input[type="submit"] {
    background: #d7b6a5;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.contact-form input[type="submit"]:hover {
    background: #c39b88;
}

/* MAP */

.map-section iframe {
    display: block;
}
.map-section{padding:0px 0px!important;}
/* RESPONSIVE */

@media(max-width:991px) {

    .contact-wrapper {
        flex-direction: column;
    }

    .contact-info,
    .contact-form-wrapper {
        width: 100%;
    }

}

@media(max-width:767px) {

    .contact-info h2,
    .contact-form-wrapper h2 {
        font-size: 38px;
    }

    .contact-form {
        padding: 25px;
    }

}


/* MOBILE */

@media(max-width:991px) {

    .header-right {
        gap: 12px;
    }

    .header-phone span {
        display: none;
    }

}

@media(max-width:767px) {

    .main-menu {
        margin: 0;
        width: 100%;
    }

    .header-right {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .header-phone span {
        display: inline-block;
    }

}


@media(max-width:991px) {

    .blog-grid {
        grid-template-columns: repeat(2,1fr);
    }

}

@media(max-width:767px) {

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .single-blog-post h1 {
        font-size: 36px;
    }

}
/* =========================
   MOBILE MENU
========================= */

@media(max-width:767px) {

    .main-menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f7f7f7;
        border-radius: 0;
        display: none;
        padding: 0;
        margin-top: 10px;
    }

    .main-menu ul li.menu-item-has-children.active > .sub-menu {
        display: block;
    }

    .main-menu .sub-menu li a {
        padding: 12px 15px;
    }

}



@media(max-width:991px) {

    .packages-grid {
        grid-template-columns: 1fr;
    }

}

@media(max-width:767px) {

    .package-price {
        font-size: 28px;
        padding: 20px 15px;
    }

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

    .package-content h3 {
        font-size: 26px;
    }

}

/* RESPONSIVE */

@media(max-width: 991px) {

    section {
        padding: 80px 0;
    }

    .hero-wrapper,
    .about-wrapper {
        flex-direction: column;
    }

    .hero-content,
    .hero-image,
    .about-image,
    .about-content {
        width: 100%;
    }

    .hero-slide {
        min-height: auto;
        padding: 80px 0;
    }

    .hero-content h1 {
        font-size: 54px;
    }

    .hero-image img {
        height: auto;
    }

    .blog-grid {
        grid-template-columns: repeat(2,1fr);
    }

}


/* MOBILE MENU */

.menu-toggle {
    width: 35px;
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;
}

.menu-toggle span {
    width: 100%;
    height: 3px;
    background: #111;
    display: block;
    transition: 0.3s;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* ABOUT PAGE */

/* PAGE BANNER */

.page-banner {
    position: relative;
    background: url('../images/about.jpg') center center/cover no-repeat;
    padding: 140px 0;
    text-align: center;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.page-banner-content {
    position: relative;
    z-index: 2;
}

.page-banner-content h1 {
    color: #fff;
    font-size: 70px;
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
}

/* ABOUT CONTENT */

.about-page-section {
    background: #fff;
}

.about-page-wrapper {
    display: flex;
    align-items: center;
    gap: 70px;
}

.about-page-image,
.about-page-content {
    width: 50%;
}

.about-page-image img {
    width: 100%;
    border-radius: 10px;
}

.about-page-content h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
}

.about-page-content p {
    line-height: 1.9;
    margin-bottom: 20px;
}

.about-page-content ul {
    padding-left: 20px;
    margin-top: 20px;
}

.about-page-content ul li {
    margin-bottom: 12px;
}

/* CTA BANNER */

.cta-banner {
    position: relative;
    background: url('../images/about-image-2.jpg') center center/cover no-repeat;
    padding: 120px 0;
    text-align: center;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    color: #fff;
    font-size: 54px;
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
}





/* SERVICES PAGE */

.services-banner {
    background: url('../images/services-banner.jpg') center center/cover no-repeat;
}

.services-page-section {
    background: #fff;
}

.services-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.service-page-card {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

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

.service-page-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.service-page-content {
    padding: 30px;
}

.service-page-content h3 {
    font-size: 32px;
    margin-bottom: 15px;
    font-family: 'Cormorant Garamond', serif;
}

.service-page-content p {
    line-height: 1.8;
    margin-bottom: 25px;
}

/* WAX SERVICES PAGE */

.wax-services-banner {
    background: url('../images/wax-services-banner.jpg') center center/cover no-repeat;
}

/* BODY CARE PAGE */

.body-care-banner {
    background: url('../images/body-care-banner.jpg') center center/cover no-repeat;
}
/* FACIAL CARE PAGE */

.facial-care-banner {
    background: url('../images/facial-care-banner.jpg') center center/cover no-repeat;
}

/* NAIL CARE PAGE */

.nail-care-banner {
    background: url('../images/nail-care-services-banner.jpg') center center/cover no-repeat;
}

/* OTHER TREATMENTS PAGE */

.other-treatments-banner {
    background: url('../images/other-treatments.jpg') center center/cover no-repeat;
}
/* RESPONSIVE */


/* PRICE LIST PAGE */

.price-list-banner {
    background: url('../images/price-list-banner.jpg') center center/cover no-repeat;
}

.pricing-category {
    margin-bottom: 70px;
}

.pricing-category-title {
    font-size: 36px;
    margin-bottom: 25px;
    font-family: 'Cormorant Garamond', serif;
    color: #111;
}

.pricing-table {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.pricing-row {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.pricing-row:last-child {
    border-bottom: none;
}

.pricing-heading {
    background: #888;
    color: #fff;
    font-weight: 600;
}

.pricing-col {
    width: 50%;
    padding: 18px 20px;
    font-size: 16px;
}

.pricing-col:first-child {
    border-right: 1px solid #e5e5e5;
}

.pricing-category-title {
    font-size: 42px;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    text-align: center;
    background: #d7b6a5;
    padding: 22px 20px;
    margin-bottom: 35px;
    margin-top: 0;
    border-radius: 8px 8px 0 0;
    letter-spacing: 1px;
    position: relative;
}

/* OPTIONAL SMALL LINE UNDER TITLE */

.pricing-category-title::after {
    content: '';
    width: 80px;
    height: 2px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

/* CATEGORY SPACING */

.pricing-category {
    margin-bottom: 80px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

/* TABLE IMPROVEMENT */

.pricing-table {
    width: 100%;
    border: 1px solid #ececec;
    border-top: none;
    background: #fff;
}

/* PACKAGES PAGE */

.packages-banner {
    background: url('../images/packages-banner-image.jpg') center center/cover no-repeat;
}

/* RESPONSIVE */

@media(max-width:767px) {

    .pricing-category-title {
        font-size: 30px;
        padding: 18px 15px;
    }

}

@media(max-width:767px) {

    .pricing-row {
        flex-direction: row;
    }

    .pricing-col {
        width: 50%;
        padding: 15px;
        font-size: 14px;
    }

    .pricing-category-title {
        font-size: 28px;
    }

}

@media(max-width: 991px) {

    .services-page-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width: 767px) {

    .services-page-grid {
        grid-template-columns: 1fr;
    }

    .service-page-image img {
        height: 280px;
    }

}




/* RESPONSIVE */

@media(max-width: 991px) {

    .about-page-wrapper {
        flex-direction: column;
    }

    .about-page-image,
    .about-page-content {
        width: 100%;
    }

}


@media(max-width: 991px) {

    .menu-toggle {
        display: flex;
    }

    .main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px 0;
        display: none;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }

    .main-menu.active {
        display: block;
    }

    .menu {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .header-wrapper {
        position: relative;
    }

    .header-btn {
        display: none;
    }

}

@media(max-width: 767px) {

    .page-banner {
        padding: 100px 0;
    }

    .page-banner-content h1 {
        font-size: 46px;
    }

    .about-page-content h2,
    .cta-content h2 {
        font-size: 36px;
    }

    .cta-banner {
        padding: 90px 0;
    }

}


/* INNER SERVICE PAGE HAIR STYLING */

.hair-styling-banner {
    background: url('../images/hair-styling-banner.jpg') center center/cover no-repeat;
}

/* INNER CONTENT */

.inner-service-section {
    background: #fff;
}

.inner-service-wrapper {
    display: flex;
    align-items: center;
    gap: 70px;
}

.inner-service-image,
.inner-service-content {
    width: 50%;
}

.inner-service-image img {
    width: 100%;
    border-radius: 10px;
}

.inner-service-content h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
}

.inner-service-content p {
    line-height: 1.9;
    margin-bottom: 20px;
}

/* PRICING */

.pricing-section {
    background: #fafafa;
}

.pricing-table {
    max-width: 900px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.pricing-row {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.pricing-heading {
    background: #999;
    color: #fff;
    font-weight: 600;
}

.pricing-col {
    width: 50%;
    padding: 20px 30px;
    background: #fff;
    color: #111;
}

.pricing-heading .pricing-col {
    background: transparent;
    color: #fff;
}

/* RESPONSIVE */

@media(max-width: 991px) {

    .inner-service-wrapper {
        flex-direction: column;
    }

    .inner-service-image,
    .inner-service-content {
        width: 100%;
    }

}

@media(max-width: 767px) {

    .inner-service-content h2 {
        font-size: 36px;
    }

    .pricing-table {
        overflow-x: auto;
    }

    .pricing-row {
        display: flex;
        flex-direction: row;
    }

    .pricing-col {
        width: 50%;
        padding: 18px 15px;
        font-size: 14px;
        word-break: break-word;
    }

}