/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend+Giga:wght@100..900&family=Oswald:wght@200..700&family=Playwrite+IN&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background-color: white;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: rgb(56, 55, 55);
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.titlepage {
    padding-bottom: 40px;
}

.aobut-title h2 {
    font-size: 38px;
    color: black;
    line-height: 50px;
    font-weight: 500;
    padding: 0;
    display: inline-block;
    font-family: 'Playfair Display', serif;
    position: relative;
}

.titlepage h2 {
    font-size: 38px;
    color: black;
    line-height: 50px;
    font-weight: 500;
    padding: 0;
    display: inline-block;
    font-family: 'Playfair Display', serif;
    position: relative;

}


.titlepage h2::after {
    content: '';
    display: block;
    margin: 10px auto 0; /* space above the line */
    width: 120px; /* width of the line */
    border-bottom: 2px solid #000; /* line style */
}

.titlepage p {
    padding-top: 0px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 16px;
    background: #222222;
    max-width: 204px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    /* height: 40px; */
    padding: 10px 0;
    /* line-height: 61px; */
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    /* font-weight: bold; */
    margin-top: 30px;
}

.read_more:hover {
    background: #fdc001;
    color: #fff;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

.img_responsive {
    max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- header --*/

.header-area {
    background-color: #670D2F;
    position: fixed;
    width: 100%;
    z-index: 99999;
    border-bottom: 1px solid rgb(209, 206, 206);
}

.logo a {
    color: #363636;
    font-size: 41px;
    font-weight: 600;
}

.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: end;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    justify-items: end;
}

.site-navbar ul li a {
    color: #fff;
    font-size: 17px;
    display: block;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-family: DejaVu Sans Mono, monospace;
}

.site-navbar ul li {
    padding: 0px 20px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a:hover {
    color: #fdc001;
}

.site-navbar ul li a.active {
    color: #fdc001;
}

/* navbar regular css end */


/* nav-toggler css start */

.nav-toggler {
    border: 3px solid #fff;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: .3s;
}

.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}


/* nav-toggler css start */


/* intro-area css start */

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}




/* intro-area css end */


/** end header **/


/** banner section **/

.full_bg {
    background: url(../images/banner.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider_main {
    padding: 80px 0;
}

.relative {
    position: inherit;
    left: 0;
    right: 0;
    text-align: center;
    position: inherit;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

.creative {
    text-align: left;
}

.creative h1 {
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 60px;
    color: #101010;
    font-family: Times, Times New Roman, serif;
    font-weight: 500;
}

.creative p {
    color: #670D2F;
    /* padding: 30px 0 55px 0; */
    line-height: 30px;
    font-weight: 600;
}

.creative .read_more {
    display: inline-block;
    margin-right: 5px;
}

.mar_right {
    margin-right: -90px;
}

.agency figure {
    margin: 0;
}

.agency figure img {
    filter: drop-shadow(4px 6px 5px #0d03034f);
}




/* pulse wave */


.slider_main .carousel-indicators {
    display: none;
}

.slider_main img {
    height: 500px;
    border-radius: 20px;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    width: 76px;
    height: 76px;
    background-color: #fff;
    color: #000;
    font-size: 40px;
    opacity: 1;
    top: 109%;
    box-shadow: 0 0 10px rgba(13, 3, 3, 0.38);
    z-index: 999;
    border-radius: 50px;
}

#banner1 .carousel-control-prev {
    left: 44.7%;
}

#banner1 .carousel-control-next {
    right: 44.7%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
    color: #fff;
    background: #fdc001;
}


/** end banner section **/


/** appointment  **/

.appointment {

    padding-top: 90px;
    padding-bottom: 90px;
}

.appointment .titlepage p {
    padding-top: 10px;
}

.main_form .form_control {
    padding: 0 25px;
    margin-bottom: 20px;
    width: 100%;
    height: 45px;
    background: transparent;
    border: 2px solid rgb(128, 124, 124);
    color:black;
    font-size: 15px;
    font-weight: normal;

    border-radius: 5px;
}

.main_form .textarea {
    padding: 0 25px;
    margin-bottom: 20px;
    width: 100%;
    height: 85px;
    background: transparent;
    border: 2px solid rgb(128, 124, 124);
    color:black;
    font-size: 15px;
    font-weight: normal;

    border-radius: 5px;
}

.main_form .send_btn {
    font-size: 16px;
    transition: ease-in all 0.5s;
    background-color: #363636;
    text-transform: uppercase;
    color: #fff;
    max-width: 204px;
    width: 100%;
    display: block;
    font-weight: bold;
    height: 61px;
    line-height: 61px;
    margin: 0 auto;
    border-radius: 40px;
}

.main_form .send_btn:hover {
    background-color: #fdc001;
    transition: ease-in all 0.5s;
    box-shadow: 0 0 16px 3px #635d5d38;
    color: #fff;
}

::placeholder{
    color: black !important;
}

#request *::placeholder {
    color: #d0d0cf;
    opacity: 1;
}

.datepicker-days {
    padding: 20px;
}


/** end appointment  **/

/* package start */

.box-package {
    width: 100%;
    border: 1px solid #232323;
    border-radius: 20px;
    margin-bottom: 50px;
}

.box-package img {
    z-index: -1;
    border-radius: 20px 20px 0 0;
    height: 430px;
    width: 100%;
    object-fit: cover;
}

.content-div {
    padding: 0 20px 20px 20px;
    margin-top: -20px;
}

.box-package .content-div h3 {
    color: black;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.box-package .content-div h3::after {
    content: '';
    display: block;
    margin: 10px 0 0 0;
    width: 120px;
    border-bottom: 2px solid #000;
}

.price-section {
    background-image: linear-gradient(to right top, #774869, #502946, #4b1c3d, #3d1333, #250223);
    display: flex;
    border-radius: 20px;
    padding: 5px 10px;
    justify-content: space-between;
    z-index: 9999;
    position: relative;
}

.aobut-title {
    text-align: center;
    margin-bottom: 30px;
}



/* package end */




/** blog section **/

.fa-angle-right,
.fa-angle-left {
    font-size: 20px;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next, #banner1 .carousel-control-prev, #banner1 .carousel-control-next {
    width: 46px !important;
    height: 46px !important;
}

.about .titlepage{
    text-align: center;
}

#myCarousel .carousel-control-prev {
    left: 48.7% !important;
}

.latest {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 69px rgba(13, 3, 3, 0.06);
    margin-bottom: 55px;
}



.latest figure {
    margin: 0;
}

.title-custom{
    text-align: center;
    margin-bottom: 40px;
}

.title-custom h2{
    font-size: 40px;
    color: white;
  font-family: cursive;
    font-weight: bold;
}

.latest span {
    display: block;
    background: #121212;
    width: 98px;
    height: 43px;
    margin: 0 auto;
    text-align: center;
    z-index: 999999;
    line-height: 43px;
    color: #fff;
    margin-top: -43px;
    position: relative;
}

.yellow {
    background: #fdc001 !important;
}

.nostrud {
    padding: 20px 20px 0 20px;
}

.nostrud h3 {
    color: #333333;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.nostrud p {
    padding: 10px 0 40px 0;
    color: #272727;
}

.nostrud .read_more {
    margin: 0 auto;
    display: block;
    margin-bottom: -35px;
}


/** end blog section **/


/** schedule section **/


/** about section **/

.about {

    padding-top: 90px;
    padding-bottom: 90px;
}

.container_width {
    padding: 0 15px;
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    max-width: 1380px;
}

.about_img figure {
    margin: 0;
    position: relative;
}

.about_img figure::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.9);
    /* Adjust opacity (0.5 here for 50%) */
    background-image: url('../images/about.jpg');
    background-size: cover;
    /* Ensure the image covers the area */
    background-position: center;
    /* Center the image */
    width: 60%;
    height: 100%;
    left: -30px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    filter: opacity(0.2);
    /* Adjust the opacity of the background image */
}

.about_img figure img {
    position: relative;
    z-index: 9999;
    padding: 30px 0;
    border-radius: 0px 120px;
}

.about .titlepage {
    padding-bottom: 0;
    max-width: 550px;
    width: 100%;
    float: left;
}

.about .titlepage p {
    padding-top: 20px;
}

.about .read_more {
    margin-top: 35px;
}

.about .read_more:hover {
    box-shadow: 0 0 16px 3px #635d5d38;
}


/** end about section **/


/** customers **/

.customers {

    padding-top: 80px;
    padding-bottom: 170px;
}

.clients_banner .relative {
    position: inherit;
    bottom: 0;
    padding: 0;
}

.pro_file i img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: top;
}

.pro_file h4 {
    margin-top: 10px;
    color: black;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.pro_file span {
    display: block;
    line-height: 20px;
    font-size: 15px;
    color: #868683;
}

.test_box p {
    /* color: white; */
    font-size: 17px;
    line-height: 30px;
    border: #bcbcbb solid 1px;
    padding: 60px 30px;
    border-radius: 10px;
}

#myCarousel .carousel-indicators {
    display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: 76px;
    height: 76px;
    background-color: #fff;
    color: #000;
    font-size: 40px;
    opacity: 1;
    top: 119%;
    box-shadow: 0 0 10px rgba(13, 3, 3, 0.38);
    z-index: 999;
    border-radius: 50px;
}

#myCarousel .carousel-control-prev {
    left: 44.7%;
}

#myCarousel .carousel-control-next {
    right: 44.7%;
}

#myCarousel .carousel-control-next:focus,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-prev:hover {
    color: #000;
    background: #fdc001;
}


/** end clients **/


/** footer **/
.footer .footer-logo {
    width: 70px;
    margin-bottom: 20px;
} 


.footer {
   
    padding: 60px 40px;
    text-align: center;
    background-color: black;
    color: white;
}

.logo_footer {
    color: #fff !important;
    font-size: 30px;
    padding-bottom: 20px;
    display: block;
    line-height: 23px;
    font-weight: bold;
    text-align: left;
}

.hedingh3 h3 {
    color: #fff;
    font-size: 23px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: bold;
    text-align: left;
}

.footer .menu_footer span {
    font-weight: bold;
    padding-bottom: 100px;
}

.hedingh3 p {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer {
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer li a {
    color: #979793;
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block;
}


#colof *::placeholder {
    color: #c9c7c7;
    opacity: 1;
}

.footer .menu_footer li {
    padding-bottom: 15px;
}

/** end footer **/


/**  inner page css **/

.blog_page .footer {
    margin-top: 0px;
}

.inner_page .full_bg {
    height: 100%;
}

.inner_page .about {
    margin-top: 90px;
}

.inner_page .appointment {
    margin-top: 90px;
}

.portfolio_page .footer {
    margin-top: 60px;
}

/* logo */
.logo-header div img {
    width: 50px;
    height: 50px;
    margin: 10px 0;
}

.logo-header span {
    color: white;
    line-height: 22px;
    font-size: 30px;
    margin-top: 25px;
    padding-left: 10px;
    font-family: Apple Chancery, cursive;
    /* font-family: "Oswald", serif !important; */
    font-optical-sizing: auto;
    font-style: normal;
}

.logo-header {
    display: flex;

}


.gallery_wrap img {
    height: 500px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 2px solid white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.gallery_wrap img:hover {
    transform: scale(0.9);
    /* Shrinks the element slightly */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    /* Adjust shadow for hover effect */
}

.mobile-none{
    display: block;
}


/* fixed icon */

.fixed-icon{
    position: fixed;
    z-index: 99999;
    top: 70%;
    left: 0;
    margin-left: 5px;
}

.fixed-icon a img{
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    background-color: white;
    border-radius: 50%;
}

.swiper-slide img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none !important;
}

.insta{
    width: 40px;
    border-radius: 10px;
}

.contact-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/aboout-banner.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    margin-bottom: 50px;
}

/* .form-control:focus {
    border-color: #d4a373;
    box-shadow: 0 0 0 0.25rem rgba(212, 163, 115, 0.25);
} */

.btn-mehndi {
    background-color: #d4a373;
    color: white;
    border: none;
}

.btn-mehndi:hover {
    background-color: #c08a5c;
    color: white;
}

.contact-icon {
    color: #d4a373;
    font-size: 2rem;
    margin-bottom: 15px;
}


.gallery-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1590179575111-5ae3b029f5d0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    margin-bottom: 50px;
}

.gallery-filter {
    margin-bottom: 30px;
}

.filter-btn {
    border: 1px solid #d4a373;
    color: #d4a373;
    background: transparent;
    margin: 5px;
    transition: all 0.3s;
}

.filter-btn:hover, .filter-btn.active {
    background-color: #d4a373;
    color: white;
}

.gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    transition: transform 0.5s;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-caption {
    background: white;
    padding: 15px;
    text-align: center;
}

.gallery-caption h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #333;
}

.gallery-caption p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
    color: #d4a373;
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #d4a373;
}



.about-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/aboout-banner.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
    margin-bottom: 60px;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
    color: #d4a373;
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #d4a373;
}

.about-icon {
    color: #d4a373;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.team-member {
    text-align: center;
    margin-bottom: 30px;
}

.team-member img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #f8f9fa;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #d4a373;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: white;
    border: 4px solid #d4a373;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.left {
    left: 0;
}

.right {
    left: 50%;
}

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #f8f9fa;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f8f9fa;
}

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #f8f9fa;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f8f9fa transparent transparent;
}

.right::after {
    left: -12px;
}

.timeline-content {
    padding: 20px 30px;
    background-color: #f8f9fa;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

@media screen and (max-width: 768px) {
    .timeline::after {
        left: 31px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    
    .timeline-item::before {
        left: 60px;
        border: medium solid #f8f9fa;
        border-width: 10px 10px 10px 0;
        border-color: transparent #f8f9fa transparent transparent;
    }
    
    .left::after, .right::after {
        left: 18px;
    }
    
    .right {
        left: 0%;
    }
}

.btn-mehndi {
    background-color: #d4a373;
    color: white;
    border: none;
}

.btn-mehndi:hover {
    background-color: #c08a5c;
    color: white;
}
