:root {
  --brand: #c209c1;
  --sub: rgb(255, 123, 145);
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
  }
  
  .header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--brand);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }
  
  .header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--brand);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }
  
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    transition: 0.5s;
  }
  
  .header-carousel .owl-nav .owl-prev:hover,
  .header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--brand) !important;
  }
  
  @media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }
  
    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
  
  }
  
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 650px;
    /* margin-top: 95px; */
    display: block;
    object-fit: cover;
    transition: 0.5s;
  
  }
  
  .header-carousel .header-carousel-item .carousel-caption h2{
    /* color: #F9E400; */
    color:#ED3EF7;
    font-weight: 600;
    font-family: Foobar Pro;
  }

  
  @media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }
  
  }
  
  @media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
  }
  
  .header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
  }
  
  .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
  }
  /*** Carousel Hero Header End ***/
  .s-one {
  font-size: 32px;
  /* color: var(--brand); */
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.s-one::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: black;
  bottom: 1px;
  left: calc(50% - 60px);
}

.s-one::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--brand);
  bottom: 0;
  left: calc(50% - 20px);
}
/* ==============  */
.btn-send{
	background:var(--brand);
	color: white;
	transition: all 0.4s;
  border: 1px solid var(--brand);
	border-radius: 0;
}

.btn-send:hover{
	background: white;
	color: var(--brand);
  border: 1px solid var(--brand);
}

button,button:focus,button:hover,button:active {
	outline: none!important;
}
/* ============  */

/*** Pricing Start ***/
.price .price-item p.text-uppercase{
  color: var(--brand) !important  ;
  font-size: 25px !important;
}
.price .price-item {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-width: 2px;
border-style: solid;
 border:linear-gradient(rgba(171, 0, 205, 0.5), rgba(177, 0, 124, 0.5));
}

.price .price-item:hover {
  background: var(--bs-white) !important;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.price .price-item .pice-item-offer {
  position: absolute;
  width: 200px;
  height: 110px;
  top: -45px;
  right: -80px;
  background: var(--brand) !important;
  color: var(--bs-white);
  transform: rotate(42deg);
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 10px;
}

/*** Pricing End ***/
/*** Features Start ***/
.feature .feature-img {
  background: var(--bs-light);
  border-radius: 58% 42% 21% 79% / 30% 29% 71% 70%;
}
/*** Features End ***/

/** service section **/
.service-3 {
  background: #fff;
  padding-top: 90px;
}

.service-3 .service-box {
  padding: 30px 20px;
  box-shadow: #00000040 0px 0px 19px 0px;
border: 2px solid white;
border-radius: 20px;
  text-align: center;
  height: 100%; /* Ensures all boxes are the same height */
  transition: transform 0.3s, box-shadow 0.3s; /* Transition for hover effect */
}

.service-3 .service-box:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: #00000070 0px 0px 30px 0px; /* Enhanced shadow on hover */
}

.service-3 .service-box i {
  font-size: 3rem; /* Increased icon size */
  margin-bottom: 15px; /* Space between icon and text */
}

.service-3 .service-box h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  padding: 20px 0px;
}

.service-3 .service-box p {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}
/** end service section **/
/* Path */
.banner-area {
  position: relative;
  min-height: 300px;
  color: #fff;
  background: linear-gradient(rgba(171, 0, 205, 0.5), rgba(177, 0, 124, 0.5)), url("../img/image-3/path-ggs.png") fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus {
  color: #fff !important;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
/*------------------- gallery -------------------------  */

/* Image Gallery */
.untree_co-section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .untree_co-section {
    padding: 50px 0;
  }
}

.untree_co-section .heading h3 {
  font-size: 35px;
  color: #000000;
}

@media (max-width: 991.98px) {
  .untree_co-section .heading {
    font-size: 20px;
  }
}

.untree_co-section .heading strong {
  font-weight: 700;
}

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px;
  display: block;
}

.item a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  display: block;
}

.item a img {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.item .item-wrap {
  display: block;
  position: relative;
  border-radius: 10px;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.item .item-wrap>i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #ffffff;
  font-size: 1.7rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover i {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}


.item-wrap:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
/* ------------------------  */

/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
  position: relative;
  width: 100%;
  padding: 90px 0;
  margin: 45px 0;
  background: rgba(0, 0, 0, .04);
}

.testimonial .testimonials-carousel {
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.testimonial .testimonial-item {
  position: relative;
  margin: 15px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .08);
  transition: .3s;
  overflow: hidden;
}

.testimonial .testimonial-item:hover {
  box-shadow: none;
}

.testimonial .testimonial-img {
  position: relative;
  width: 100px;
  border-radius: 100px;
  margin-bottom: 20px;
  overflow: hidden;
}

.testimonial .testimonial-img img {
  width: 100%;
  border-radius: 100px;
}

.testimonial .testimonial-item p {
  text-align: center;
  margin-bottom: 10px;
}

.testimonial .testimonial-item h2 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}

.testimonial .testimonial-item h3 {
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.testimonial .owl-dots {
  margin-top: 10px;
  text-align: center;
}

.testimonial .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:var(--sub);
}

.testimonial .owl-dot.active {
  background: var(--brand);
}

/* Make the map and contact info the same height */
.map-container, .contact-info-container {
  height: 100%;
}

/* Align the contact information in one column (single item per row) */
.contact-info-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contact-info-row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  width: 100%; /* Ensure each item takes up full width */
}

.contact-info {
  display: flex;
  align-items: center;
  width: 100%; /* Adjust to fill entire row */
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--sub);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-icon i {
  color: #ffffff;
  font-size: 18px;
}

.contact-text {
  padding-left: 15px;
}

.contact-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--brand);
}

.contact-text p {
  font-size: 16px;
  color: #454545;
}

/* Styling for social icons */
.contact-social a {
  margin-right: 10px;
  font-size: 18px;
  color: var(--sub);
}

.contact-social a:hover {
  color: #719a0a;
}

/* Ensure map has proper sizing and responsiveness */
.map-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.insta-3{
  background-color: var(--brand);
  /* background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); */
  padding: 15px;
  border-radius: 50%;
  color: white;

}
.insta
.accordion-header button{
 color:var(--brand) !important;
 background-color: rgb(194, 9, 193,.1);
}
.accordion-header button:active{
  background-color: rgb(194, 9, 193,.1);
}
/* =====================  */
.whatsapp-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-3 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  font-size: 18px;
  color: white;
  background: linear-gradient(45deg, #25D366, #128C7E);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 1s;

}

.whatsapp-3:hover {
  background: linear-gradient(45deg, #128C7E, #25D366);
  transform: scale(1.05);
  color: white;
}

.whatsapp-3 i {
  margin-right: 10px;
}
/* ===============================  */
.charges-payment-07 {
            background: radial-gradient(circle at top right, var(--sub) 50%, var(--brand) 100%);
            padding: 60px 20px;
            min-height: 100vh; /* Ensure sufficient height for scrolling */
        }

        /* Left Section */
        .con07 {
            background-color: #f7f2ed;
            padding: 40px 20px;
            border-radius: 15px;
            height: 100%;
        }

        .con07-title {
            font-size: 24px;
            color: #b85c3c;
            margin-bottom: 25px;
            font-weight: bold;
            text-align: center;
        }

        .con07-heading-img {
            display: block;
            margin: 0 auto 10px;
            max-width: 150px;
        }

        .con07-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .con07-item {
            background: #e9dbd5;
            padding: 15px;
            border-radius: 12px;
            font-size: 16px;
        }

        .con07-item ul {
            margin-top: 10px;
            padding-left: 20px;
        }

        .con07-item ul li {
            margin-bottom: 5px;
        }

        .con07-num {
            background: #dba999;
            color: #fff;
            font-weight: bold;
            border-radius: 50%;
            width: 26px;
            height: 26px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            font-size: 14px;
        }

        /* Right Section - Sticky Implementation */
        .payment-sticky-wrapper {
            position: relative;
        }

        .payment-07 {
         
            padding: 20px 0px;
        }

        .payment-container {
            max-width: 100%;
            margin: auto;
            text-align: center;
            background: #fff;
            border-radius: 20px;
            padding: 25px 20px;
            box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
        }

        /* .sticky-box {
            position: sticky;
            top: 20px;
           
        } */

        /* Payment design */
        .payment-icon {
            font-size: 36px;
            background: radial-gradient(circle, var(--sub), var(--brand));
            border-radius: 50%;
            width: 70px;
            height: 70px;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .payment-title {
            font-size: 20px;
            font-weight: 600;
            color: #6b4eff;
        }

        .payment-sub {
            font-size: 14px;
            color: #555;
            margin-bottom: 18px;
        }

        .payment-box {
            background: linear-gradient(135deg, var(--brand), var(--sub));
            color: white;
            padding: 18px;
            border-radius: 15px;
            margin-bottom: 18px;
            position: relative;
        }

        .payment-heading {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 8px;
            color: white;
        }

        .payment-number {
            font-size: 18px;
            font-weight: bold;
            margin: 10px 0;
            position: relative;
            display: inline-block;
             color: white;
        }

        .payment-name {
            font-size: 16px;
            margin-top: 10px;
            color: white;
        }

        .copy-btn {
            background: #5865f2;
            border: none;
            padding: 5px 12px;
            border-radius: 8px;
            color: white;
            font-size: 13px;
            cursor: pointer;
            margin-left: 10px;
            transition: background-color 0.3s ease;
            position: relative;
        }

        .copy-btn:hover {
            background: #4752c4;
        }

        .payment-note {
            background: #f1f8ff;
            padding: 12px;
            border-radius: 12px;
            margin-bottom: 18px;
        }

        .note-title {
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }

        .note-text {
            font-size: 14px;
            color: #666;
            margin: 0;
        }

        .thankyou {
            font-weight: 600;
            color: green;
            margin: 8px 0;
        }

        .closing-text {
            color: #d63384;
            font-weight: 500;
            font-size: 14px;
        }

        /* Tooltip styles */
        .tooltip {
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.3s ease;
            background: #333;
            color: #fff;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
            position: absolute;
            top: -35px;
            left: 50%;
            transform: translateX(-50%);
            white-space: nowrap;
            z-index: 1000;
        }

        .tooltip::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border: 5px solid transparent;
            border-top-color: #333;
        }

        .tooltip.show {
            visibility: visible;
            opacity: 1;
        }

        

        /* Responsive design */
        /* @media (max-width: 991px) {
            .sticky-box {
                position: static;
            }
            
            .charges-payment-07 {
                padding: 30px 15px;
            }
        } */
