*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: "Poppins", sans-serif;

}


a
{
text-decoration: none;
color: #000000;
}

html{
scroll-behavior: smooth;
}


p{
color: #000000;

}

/* HEADER */
header{
    padding: 0px 50px;
    background: #fff;
    color: #000000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 0.4s ease;
    z-index: 9999;
}



.hide-header{
    transform: translateY(-175px);
}



.header-inner {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 0px 0;
    position:relative;
    z-index: 999;
        height: 65px;
}

/* LEFT & RIGHT MENU */
.nav-left, .nav-right{
    display:flex;
    gap:40px;
    list-style:none;
    margin: 0;
    padding: 0;
}

.nav-left li, .nav-right li{
    cursor:pointer;
}

ul.nav-left li a {
    color: #000000;
    font-weight: 500;
}

ul.nav-right li a {
    color: #000000;
    font-weight: 500;
}

/* LOGO */
.logo{
    /* font-size:24px;
    font-weight:bold;
    color: #fff; */
    position: relative;
    top: 50px;
    width: 170px;
}


/* 
.logo img {
    width: 100%;
} */

/* TOGGLE BUTTON */
.toggle{
    display:none;
    font-size:28px;
    cursor:pointer;
}

/* MOBILE SIDEBAR */
.sidebar{
    position:fixed;
    top:0;
    left:-100%;
    width:280px;
    height:100%;
    background:#222;
    padding:20px;
    transition:0.4s;
    z-index:999;
}

.sidebar.active{
    left:0;
     z-index:9999;
}

.sidebar .close-btn{
    font-size:25px;
    text-align:right;
    cursor:pointer;
    color: #fff;
}

.sidebar ul{
    list-style:none;
    margin-top:30px;
    padding: 0;
}

.sidebar ul li{
    padding:15px 0;
    border-bottom:1px solid #444;
    cursor:pointer;
    color: #fff;
}

.sidebar ul li a {
    color: #fff;
}


/* OVERLAY */
.overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    display:none;
}

.overlay.active{
    display:block;
}


header.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    display: none;
}


.video-wrapper {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.video-wrapper video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.shape-bottom-video {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
}

.shape-bottom-video img {
    width: 100%;
    display: block;
    height: 100px;
}

.banner-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 960px;
}

.video-wrapper:before {
    position: absolute;
    content: '';
    background: #00031161;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* opacity: 0.64; */
}


.banner-text h1 {
    color: #fff;
    font-size: 60px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.header-button a {
    padding: 14px 34px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    border-radius: 15px;
    background: #FFFFFF24 0% 0% no-repeat padding-box;
}



.header-shape {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 99;
}
 
.header-shape img {
    width: 100%;
    display: block;
    /* height: 100px; */
}    


.txt-camelmen {
    text-align: center;
}

.txt-camelmen b {
    font-weight: 600;
}

.txt-camelmen h2 {
    font-weight: 400;
    font-size: 32px;
}

.txt-camelmen h2 {
    font-size: 28px;
    font-weight: 300;
    color: #000000;
    line-height: 42px;
}

section.bg-camelmen {
    position: relative;
    background: url('../../assets/image/bg-camelmen.png');
    background-repeat: no-repeat;
    background-size: cover;
}


section.bg-camelmen:before {
    position: absolute;
    content: '';
    bottom: -120px;
    background: url('../../assets/image/camel.png');
    height: 253px;
    width: 505px;
    background-repeat: no-repeat;
    right: 31px;
    z-index: 999;
    background-size: cover;
    background-position: left;
}



.flex-button {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.flex-button a {
    background: #C2B280;
    padding: 10px 30px;
    border-radius: 5px;
        font-weight: 600;
}

.flex-button a:nth-child(2) {
    color: #000000;
    /* background-color: #fff; */
    background: #3FD0D400 0% 0% no-repeat padding-box;
    border: 1px solid #222;
}


.rev-bottom {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 99;
}

.rev-bottom img {
    width: 100%;
    display: block;
    height: 85px;
}


.about-bg {
    padding: 90px;
    position: relative;
    background: url('assets/image/about-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    background: #f1ede1;
}

.about-bg:before {
    position: absolute;
    content: '';
    /* background: #00000047; */
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    /* background: #f1ede1; */
    /* opacity: 0.13; */
    background: url(../../assets/image/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.aboyt-txt span {
    font-size: 20px;
    font-weight: 600;
}

.aboyt-txt h2 {font-size: 36px;font-family: 'Playfair Display';font-weight: 800;}

.aboyt-txt p {
    width: 80%;
    margin: 0 auto;
    line-height: 28px;
}

.aboyt-txt img {
    padding: 10px 0;
}

.about-detail ul li {
    list-style: none;
    position: relative;
    color: #505050;
    display: flex;
    align-items: flex-start;
    line-height: 28px;
    padding: 5px 8px;
}

.about-detail ul li:before {
    font-family: "Font Awesome 5 Free"; 
    content: "\f005"; 
    font-weight: 900; 
    margin-right: 13px;
    color: #000;
    font-size: 14px;
}

.about-detail ul {
    /* margin: 0; */
    padding: 0;
}

.about-detail h4 {
    font-style: italic;
    font-size: 18px;
}

.signature-txt h3 {
    font-size: 36px;
    font-family: 'Playfair Display';
    font-weight: 800;
    padding-top: 30px;
}

.signature-txt span {
    font-weight: 600;
    padding: 10px 0;
    display: inline-block;
}

.signature-txt p {
    line-height: 30px;
        padding: 10px 0;
}



.signature-card {
    background: #F1EDE1;
    padding: 30px;
    border-radius: 15px;
}

.signature-card h4 {
    font-size: 18px;
    font-weight: 600;
}

.signature-card p {
    font-style: italic;
        margin: 0;
}

.signature-image img {
    width: 100%;
}


.owl-carousel .owl-item .testmonial-image img {
    width: 60px;
    margin: 0 auto;
}

.testimonial-detail p {
    padding-top: 10px;
        line-height: 30px;
}

.testimonial-detail span {
    font-weight: 700;
        padding-top: 10px;
    display: inline-block;
}
span.ucity {
    font-size: 13px;
}

.owl-carousel .owl-item .testimonial-detail img {
    width: 60px;
    margin: 0 auto;
}


.bg-culture {
    background: url('../../assets/image/indian-culture.png');
    /* height: 100%; */
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 520px;
    position: relative;
    /* padding: 300px 0px; */
}

.heading-culture {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.heading-culture h3 {
    font-size: 36px;
    font-family: 'Playfair Display';
    font-weight: 800;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}


.gallery-image {
    margin-top: -170px;
}

.gallery-image img {
    width: 100%;
}


.bg-cycling {
    position: relative;
       background: url(../../assets/image/bg-expedition.png);
    background-repeat: no-repeat;
    background-size: cover;
        padding: 100px 0px;
}

/* .bg-cycling:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background: url(../../assets/image/bg-expedition.png);
    background-repeat: no-repeat;
    background-size: cover;
} */




.about-detail.flex-starts ul {
    display: flex;
    gap: 30px;
    margin-left: 20px;
}

.about-detail.flex-starts ul li {
    font-weight: 600;
    color: #222;
}


.about-detail.flex-starts p {
    display: flex;
    align-items: center;
    gap: 8px;
}




.expedition-image img {
    width: 100%;
}

.shape-top {
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
}

.shape-top img {
    width: 100%;
    display: block;
    height: 100px;
}

.expedition-heading h3 {
    font-size: 58px;
    font-family: 'Playfair Display';
    font-weight: 800;
    width: 82%;
    /* margin-top: 60px; */
	    margin-bottom: 35px;
}



.heading-card.text-center {
    position: relative;
    z-index: 999;
}

.expedition-heading p {
    font-size: 22px;
    font-weight: 500;
        padding: 10px 15px;
		    background: #fff;
			    border-radius: 5px;
}

.expedition-image {
    position: relative;
    top: -40px;
}


.about-image img {
    width: 100%;
}


.shape-bottom {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
}

.shape-bottom img {
    width: 100%;
    display: block;
    height: 100px;
}


.accordion-header button div {
    font-weight: 600;
    color: #1B1B1C;
}


button.accordion-button.collapsed {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
   background: transparent;
   box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    position: absolute;
    right: 20px;
    color: #000;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 400;
    background: #c2b28040;
}



.accordion-button::after {
    background-image: none;
    content: '+';
    position: absolute;
    right: 20px;
    color: #222;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #c2b28040;
    font-weight: 400;
}

.accordion-item {
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #C2B28091;
}

.accordion-header {
    margin-bottom: 5px;
    border-top: 1px solid #dee2e6;
}

.faq-heading h3 {
    font-size: 36px;
    padding: 0;
    font-family: 'Playfair Display';
    font-weight: 800;
}

.faq-heading {
    padding: 50px 0px;
}


.footer-txt p {
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    padding-top: 10px;
}



footer.bg-footer {
    background: #F1EDE1;
    /* padding: 50px; */
    position: relative;
    z-index: 9;
}


footer.bg-footer:before {
    position: absolute;
    content: '';
    background: url('../../assets/image/footer-bg.png');
    background-repeat: no-repeat;
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 340px;
    width: 100%;
    background-size: cover;
    background-position: center;
}


.copyright-txt p {
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
}

.copyright-txt {
    padding-top: 40px;
    position: relative;
}

.copyright-txt:before {
    position: absolute;
    content: '';
    background: #000;
    top: 30px;
    left: 0;
    width: 100%;
    height: 1px;
}

.logo-footer img {
    padding-top: 40px;
    width: 110px;
}


.footet-txt p {
    padding-top: 10px;
}

.footer-links h4 {
    font-size: 20px;
    font-family: 'Playfair Display';
    font-weight: 800;
    padding-bottom: 10px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
}

.footer-links ul li a {
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
}

.footer-links ul li {
    list-style: none;
}

.footer-links p {
    font-size: 14px;
    display: flex;
    padding-top: 3px;
    align-items: baseline;
    gap: 10px;
}


.footer-links.pl-80 {
    padding-left: 80px;
}

.accordion-body p {
    position: relative;
}

.accordion-body p:before {
    position: absolute;
    content: '';
    background: #C2B28091;
    height: 1px;
    width: 100%;
    top: -20px;
}



.process-wrapper {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    gap: 30px;
    /* flex-wrap: wrap; */
}


/* .process-card {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 10px solid #cfe7fb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f9fcff;
    box-shadow: 0px 0px 10px #8AB2D275;
} */


.step-1 {
    margin-top: 0px;
}

.step-2 {
    margin-top: 155px;
}

.step-3 {
    margin-top: 0px;
}

.step-4 {
    margin-top: 155px;
}

.step-5 {
    margin-top: 0px;
}


.icon h4 {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 600;
    width: 70%;
    margin: 0 auto;
}

.process-card {
    text-align: center;
    /* border: 1px solid #222; */
    width: 240px;
    height: 240px;
    /* border-radius: 50%; */
    /* border: 10px solid #cfe7fb; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: #f9fcff; */
    /* box-shadow: 0px 0px 10px #8AB2D275; */
}


.bg-ling {
    position: relative;
    z-index: 99;
}

.bg-ling::before {
    position: absolute;
    content: '';
    background: url('../../assets/image/line.png');
    top: 25px;
    left: 0;
    height: 334px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    min-height: unset;
}

.ride-txt h3 {
    font-size: 36px;
    font-family: 'Playfair Display';
    font-weight: 800;
}

.bg-ride {
    position: relative;
    background: #F1EDE1;
    padding: 100px;
    z-index: 99;
}


.bg-ride::before {
    position: absolute;
    content: '';
    background: url(../../assets/image/bg-ride.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    width: 100%;
    height: 517px;
    left: 0;
    z-index: -1;
}



.ride-txt img {
    margin-bottom: 30px;
}






.rides-slider {
    position: relative;
}

.rides-slider img {
    width: 100%;
    display: block;
  /*  height: 500px;*/
}

/* Overlay Text */
.rides-overlay {
    position: absolute;
    right: -60px;
    bottom: 50px;
    max-width: 430px;
    animation: slideUp 1s ease forwards;
}

/* Shape Image */
.shape-img {
    position: absolute;
    top: -30px;
    right: 70px;
    width: 420px;
    /* z-index: -1; */
}

/* Text Style */
.rides-overlay h4 {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    padding: 40px;
    z-index: 2;
    width: 80%;
        text-align: center;
    font-family: 'Playfair Display';
}



.rides-carousel button.owl-prev {
    position: absolute;
    top: 42%;
    left: -50px;
}


 .rides-carousel button.owl-prev span {
            width: 85px;
            height: 60px;
            font-size: 52px;
            color: #000000;
            border-radius: 50%;
            /* background: #ffffff85; */
            display: flex;
            justify-content: center;
            align-items: center;
            /* border: 1px solid #4b7a02; */
            background: url('../../assets/image/arrow-path.png');
            background-repeat: no-repeat;
            /* padding: 69px; */
        }


  .rides-carousel.owl-theme .owl-dots .owl-dot {
            display: none;
        }




.rides-carousel button.owl-next {
    position: absolute;
    top: 42%;
    right: -50px;
}


 .rides-carousel button.owl-next span {
            width: 85px;
            height: 60px;
            font-size: 52px;
            color: #000000;
            border-radius: 50%;
            /* background: #ffffff85; */
            display: flex;
            justify-content: center;
            align-items: center;
            /* border: 1px solid #4b7a02; */
            background: url('../../assets/image/arrow-path.png');
            background-repeat: no-repeat;
            /* padding: 69px; */
        }


    .rides-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}



.service-carousel button.owl-prev {
    position: absolute;
    top: 42%;
    left: -50px;
}


 .service-carousel button.owl-prev span {
            width: 85px;
            height: 60px;
            font-size: 52px;
            color: #000000;
            border-radius: 50%;
            /* background: #ffffff85; */
            display: flex;
            justify-content: center;
            align-items: center;
            /* border: 1px solid #4b7a02; */
            background: url('../../assets/image/arrow-path.png');
            background-repeat: no-repeat;
            /* padding: 69px; */
        }


  .service-carousel.owl-theme .owl-dots .owl-dot {
            display: none;
        }




.service-carousel button.owl-next {
    position: absolute;
    top: 42%;
    right: -50px;
}


 .service-carousel button.owl-next span {
            width: 85px;
            height: 60px;
            font-size: 52px;
            color: #000000;
            border-radius: 50%;
            /* background: #ffffff85; */
            display: flex;
            justify-content: center;
            align-items: center;
            /* border: 1px solid #4b7a02; */
            background: url('../../assets/image/arrow-path.png');
            background-repeat: no-repeat;
            /* padding: 69px; */
        }


    .service-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}



.slider-section {
    position: relative;
    padding: 30px 0;
}

/* Slider Image */
.slider-img {
    width: 100%;
    border-radius: 30px;
    height: 100%;

}

/* Full Width Overlap Image */
.cycle-image {
    position: absolute;
    bottom: -122px;   /* yaha adjust karo */
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;   /* NAV FIX */
}

.cycle-image img {
    width: 100%;
}



.contact-form {
    /* padding-top: 100px; */
    width: 100%;
}

.contact-form .field input {
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
    padding: 0 20px;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #F1EDE1;
}

.contact-form .field-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}



.field {
    width: 100%;
}

.contact-form .field textarea {
    width: 100%;
    height: 99px;
    margin-bottom: 16px;
    padding: 15px 20px;
    outline: none;
    border-radius: 10px;
    border: none;
    background: #F1EDE1;
}




.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #888;   /* Grey placeholder */
  opacity: 1;
}


.contact-form .field-button input {
    background: #C2B280;
    padding: 10px 35px;
    outline: none;
    border: none;
    color: #2B2B2C;
    border-radius: 5px;
    font-weight: 500;
}

.form-txt h3 {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 36px;
}

.bg-form {
    position: relative;
    background: url('../../assets/image/image-73.png');
    padding: 100px 0px;
    position: relative;
    top: 40px;
    z-index: 99;
}

.box-form
{
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0px 15px 22px #00000033;
}


.w-lg-50.mx-auto {
    position: relative;
    z-index: 9;
}

.w-lg-50.mx-auto::before {
    /* position: absolute; */
    /* content: ''; */
    /* background: url('assets/image/faq-bg.png'); */
    left: 0;
    height: 530px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.bg-city {
    position: relative;
}

.bg-city::before {position: absolute;content: '';background: url(../../assets/image/faq-bg.png);left: 0;height: 100%;width: 100%;background-repeat: no-repeat;background-size: 100% 100%;top: 0;z-index: 9;}


.rides-overlay img {
    height: auto;
}


.banner-tour {
    text-align: center;
    padding: 120px 0;
    color: #fff;
    background-position: center;
    background: #C2B280;
    position: relative;
    z-index: 9;
}

.banner-tour::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url('../../assets/image/tour-banner.png');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: -1;
}

.banner-tour h1 {
    font-size: 52px;
    font-weight: 700;
    font-family: 'Playfair Display';
    padding-top: 80px;
}

.not-found h2 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 20px;
    font-family: 'Playfair Display';
    width: 40%;
    margin: 0 auto;
     padding-bottom: 15px;
}

.not-found {
    position: relative;
    z-index: 9;
}

.not-found p {
    width: 58%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.not-found a {
    background: #C2B280;
    color: #222;
    padding: 12px 40px;
    border-radius: 8px;
    font-weight: 600;
}

img.arrow {
    padding-right: 5px;
}



.privacy-policy-txt {
    position: relative;
    z-index: 99;
}

.privacy-policy-txt p {
    line-height: 26px;
	margin: 7px 0;
}


.privacy-policy-txt h3 {
      font-size: 24px;
    margin: 0;
    padding-top: 10px;
}


.privacy-policy-txt h2 {font-family: 'Playfair Display';font-weight: 700;font-size: 36px;}

.privacy-policy-txt h4 {
    font-size: 18px;
    font-weight: 600;
}

.gallery-txt {
    position: relative;
    z-index: 99;
    text-align: center;
    width: 55%;
    margin: 0 auto;
    font-weight: 500;
}


.grid-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
   


.card {
    display: flex;
    flex-direction: column;
    gap: 0px;
    border: none;
}

.card img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.customer-heading {
    position: relative;
    z-index: 9;
}

.customer-heading h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Playfair Display';
}

.customer-box p {
    background: #fff;
    box-shadow: 0px 0px 10px #AA975C63;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 18px;
}

.customer-note p {
    font-size: 18px;
	    padding-bottom: 10px;
}

.booking-txt h3 {
    font-size: 36px;
    font-family: 'Playfair Display';
    font-weight: 700;
    /*padding-bottom: 20px;*/
}



.booking-form {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}


.booking-form .field input {
    width: 100%;
    height: 60px;
    margin-bottom: 16px;
    padding: 0 20px;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #AA975C63;
}

.booking-form .field-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.booking-form .field textarea {
    width: 100%;
    height: 110px;
    margin-bottom: 16px;
    padding: 15px 20px;
    outline: none;
    border-radius: 10px;
    border: none;
    background: #fff;
    box-shadow: 0px 0px 10px #AA975C63;
}

.booking-form .field-button input {
    background: #C2B280;
    padding: 10px 40px;
    outline: none;
    border: none;
    color: #2B2B2C;
    border-radius: 5px;
      font-weight: 600;
    font-size: 18px;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #888;   /* Grey placeholder */
  opacity: 1;
}


.booking-bg {
    background: url('../../assets/image/booking-cycle.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    /* min-height: 986px; */
    position: relative;
    z-index: 9;
    padding: 100px;
    margin: 0 auto;
    background-position: center;
}


.txt-equipment {
    position: relative;
    z-index: 99;
}

.txt-equipment h2 {
    font-size: 36px;
    font-family: 'Playfair Display';
    font-weight: 700;
        width: 60%;
    margin: 0 auto;
	padding-bottom:10px;
}


.txt-equipment.operations h3 {
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 32px;
}







/* 



.section {
    position: relative;
    width: 100%;
}

.image-container img {
    width: 100%;
    border-radius: 20px;
    display: block;
    max-width: 950px;
}

.content {
    position: absolute;
    bottom: -155px;
    right: -8%;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.number {
    position: absolute;
    top: 20px;
    right: 50%;
    font-size: 115px;
    font-weight: 600;
    color: #d8cfc3;
    z-index: 1;
}

.brush-bg {
    padding: 140px 110px;
    z-index: 2;
    background: url('../../assets/image/equipment-path.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.brush-bg h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    font-family: 'Playfair Display';
} */





.contact-txt {
    position: relative;
    z-index: 9;
}

.contact-txt h2 {
    font-size: 36px;
    font-family: 'Playfair Display';
    font-weight: 700;
}

.contact-txt p {
    width: 60%;
    margin: 0 auto;
    padding: 15px 0;
}


.booking-form .field select {
    width: 100%;
    height: 60px;
    /* margin-bottom: 16px; */
    padding: 0 20px;
    border: none;
    outline: none;
    border-radius: 10px;
    /* background: #fff; */
    /* box-shadow: 0px 0px 10px #AA975C63; */
}



/* Difficulty Custom Layout */
.difficulty-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    /* padding: 0 20px; */
    margin-bottom: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #AA975C63;
    width: 100%;
}

.difficulty-label {
    font-weight: 500;
    color: #000;
    padding: 0 23px;
        width: 100%;
}

/* Remove default select styling */
.difficulty-field select {
    border: none;
    outline: none;
    background: transparent;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
}

/* Custom dropdown arrow */
.difficulty-field select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
}



.difficulty-field select {
    border: none;
    outline: none;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;     
    text-align-last: right;   
    width: auto;              
    padding-right: 30px;    
}








.image-box img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
        height: 500px;
}

/* TEXT COLUMN OVERLAP */
.text-col {
    margin-left: -100px;   /* 👈 ye overlap karega image ke upar */
    z-index: 3;
    position: relative;
    top: 30px;
}

.text-area {
    position: relative;
}

/* BIG FADED NUMBER */
.big-number {
    position: absolute;
    top: -100px;
    left: 100px;
    font-size: 140px;
    font-weight: 700;
    color: #f1ede1;
    font-family: 'Playfair Display', serif;
    z-index: 1;
}

/* BRUSH BACKGROUND */
.brush-bg {
    background: url('../../assets/image/equipment-path2.png') no-repeat center;
    background-size: contain;
    /* padding: 100px 100px; */
    position: relative;
    z-index: 2;
    width: 550px;
    height: 530px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brush-bg h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 30px;
    width: 60%;
    text-align: center;
}

.brush-bg p {
    width: 60%;
    text-align: center;
    padding-top: 12px;
}



.text-col-to {
    margin-left: 0px;
    z-index: 3;
    position: relative;
    top: 30px;
}


.image-box {
    margin-bottom: 80px;
}


.big-number-to {
    position: absolute;
    top: -130px;
    right: 10px;
    font-size: 140px;
    font-weight: 700;
    color: #f1ede1;
    font-family: 'Playfair Display', serif;
    z-index: 1;
}


.heading-card h3 {
    font-size: 36px;
    font-family: 'Playfair Display';
    font-weight: 700;
}

.card-box {
    box-shadow: 0px 0px 10px #AA975C63;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    padding: 5px;
}

.card_txt p {
    margin: 0;
}

.card_txt h4 {
    font-size: 20px;
    font-weight: 600;
}


.cycle_image img {
    width: 290px;
}


.cycle_image {
    text-align: center;
}

.bootom-txt p {
    margin: 0;
    text-align: center;
    font-weight: 600;
    padding-top: 15px;
}

.contact-bg {
    background: url(../../assets/image/booking-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    /* min-height: 986px; */
    position: relative;
    z-index: 9;
    padding: 100px;
    margin: 0 auto;
    background-position: center;
}


.bg-contact {
    box-shadow: 0px 0px 10px #AA975C63;
    border-radius: 10px;
}

.address-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.address-contact p {
    font-weight: 500;
    margin: 0;
}


/* .....whatsuo icon..... */

.comon_icon {
    position: fixed;
    width: 45px;
    z-index: 1;
    right: 20px;
    z-index: 999;
}

.whatsapp {
    bottom: 50px;
}


.comon_icon img {
    width: 100%;
}

    .footer-links {
        margin-top: -100px;
    }
	
	
	

    .flex-button.left {
    justify-content: left;
}

.section-wrapper {
    padding-top: 50px;
}