.Blog-details {
    /* padding:var(--p60) var(--p12); */
    /* background: var(--lt-bg-color); */
    padding-bottom: 40px;
}

.breadcrumb {
    padding-left: var(--p1)
}

section.Blog-details .container {
    display: flex
}

section.Blog-details img {
    /* width: 450px; */
    max-width: 45%;
    margin-right: 20px;
    max-height: 100%;
    object-fit: cover;
    /* height: 100%; */
    min-height: 400px;
}

section.Blog-details .container div {
    width: 100%;
}

a.sticky.main-btn.book1 {
    display: none
}
.service-btn {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.service-btn span{
    font-weight:bold;
}
.service-btn .main-btn{
    display:inline-block;
    background: var(--btn-color);
    color: var(--white-color);
    padding: var(--p8) var(--p18);
}




/* gallery section */


section.gallery .row {
    gap: 30px 0;
}

section.gallery .head-sec {
    position: relative;
}
section.gallery .head-sec {
    text-align: center;
    margin-bottom: 40px;
}

section.gallery .row {
    gap: 30px 0;
}

.gallery .rev {
    justify-content: space-between;
}

section.gallery .row.rev .img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

section.gallery .gallery-btn {
    text-align: center;
}

section.gallery{
  /* padding: 30px; */
    padding-top:40px;
}

section.revs-sec.after-before-sec .owl-carousel .owl-stage-outer{
    padding:0;
}
section.revs-sec.after-before-sec .rev-info img{
    width:100%;
    height:450px;
    object-fit:cover;
}

.af-bootom-text {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

section.after-before-sec .head-sec{
  text-align:center;
  margin-bottom:40px;
}



section.after-before-sec .owl-carousel .owl-nav .owl-next, section.after-before-sec .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: -10px;
    min-width: 35px;
    background: var(--white-color);
    margin: 0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 100%;
}
section.after-before-sec .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}


section.footer_bootom_sec{
  
  padding-top:40px;
  padding-bottom:40px;
}




h2.a-text.text-center {
    display: none;
}

h2.b-text.text-center {
    display: none;
}

.btn_with_logo {
    display: flex;
    align-items: center;
}

.btn_with_logo .Show_logo img{
  width: 100%;
  height:auto;
  max-width: 100%;
  min-height: auto;
  margin-right: 0;
}


.business .box h5{
  /* color:#fff; */
  text-align:center;
}


.business .box h2{
  /* color:#fff; */
  text-align:right;
  width: 44%;
  display: block;
  margin-left: auto;
}






    .design-section {
      background: url('https://images.havenly.com/unsafe/x/filters:quality(50)/https://static.havenly.com/home/design_packages_new.jpg') center/cover no-repeat;
      position: relative;
      padding: 86px;
      color: #3b2b2b;
    }
    .design-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgb(16 16 16 / 10%);
    }
    .design-content {
      position: relative;
      z-index: 2;
    }
    .design-card {
      background: #fff;
      padding: 25px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      text-align: center;
      height: 400px;
    }
    .discount-badge {
      position: absolute;
      top: 0;
      right: 13px;
      background: #e8e9c4;
      color: #000;
      font-weight: bold;
      padding: 10px;
      border-radius: 10px 0 0px 10px;
      font-size: 14px;
      display: none;
    }

.design-card h4{
        font-size: 48px;
        line-height: 58px;
        max-width: 240px;
        margin-bottom: 21px;
        margin-top: 10px;
        text-align: left;
}

.design-card p{
    
        text-align: left;
}



    .price-old {
      text-decoration: line-through;
      color: #999;
      font-size: 16px;
    }
    .price-new {
      font-size: 24px;
      color: #4cafc2;
      font-weight: bold;
    }
    .btn-custom {
      background-color: #c6894a;
      color: #fff;
      border-radius: 50px;
      padding: 10px 25px;
      margin-top: 15px;
    }
    .flower-img {
      max-width: 300px;
      margin: 0 auto;
      display: block;
    }


.head-data {
    text-align: right;
}
.head-data h2 {
   font-size:48px;
   color: var(--white-color);
}



#myModal .modal-dialog {
        max-width: 800px;
        margin: 0 auto;
    }
#myModal .modal-content{
    border: 1px solid #fff;
    border-radius: 0;
    }
    #myModal .modal-body{
        padding: 30px;
    }
    #myModal .modal-info {
    padding: 10px;
}
 #myModal button.btn-close {
    width: 44px;
    height: 44px;
    display: flex;
    padding: 0px;
    position: absolute;
    top: 0;
    right: 10px;
}
#myModal .modal-info h4{
    font-weight: 500;
    margin-bottom: 30px;
    font-size: var(--f30);
    color: var(--heading-color);
    line-height: 1;
}
#myModal .modal-info p{
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 29px;
}
#myModal .modal-info h5{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
}
#myModal .modal-info .col-4{
padding: 10px 0;
    width: 31.5%;
}
#myModal .modal-info .row{
    justify-content: space-between;
    gap: 10px;
}
#myModal .modal-info label{
    line-height: 19px;
    margin-bottom: 15px;
}
#myModal .modal-info label span{
    color: #d63637;
}
#myModal .modal-info input, #myModal .modal-info textarea{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 3px;
    padding: 8px 10px;
    color: #000;
}
#myModal .modal-info textarea{
    height: 120px;
}
#myModal .modal-info .col-12{
    padding: 5px 0;
}
#myModal .modal-info button.main-btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px 20px;
    border-radius: 15px;
    height: 50px;
    background: #066aab;
    font-size: 17px;
}
#myModal .modal-info button.main-btn:hover{
    background: linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),#066aab;
    color: #fff;
}
.modal{
    padding-right: 0px !important;
}


#myModal form .col-6 {
    flex: 0 0 auto;
    width: 48%;
    padding: 0;
}





#myModal2 .modal-dialog {
        max-width: 800px;
        margin: 0 auto;
    }
#myModal2 .modal-content{
    border: 1px solid #fff;
    border-radius: 0;
    }
    #myModal2 .modal-body{
        padding: 30px;
    }
    #myModal2 .modal-info {
    padding: 10px;
}
 #myModal2 button.btn-close {
    width: 44px;
    height: 44px;
    display: flex;
    padding: 0px;
    position: absolute;
    top: 0;
    right: 10px;
}
#myModal2 .modal-info h4{
    font-weight: 500;
    margin-bottom: 30px;
    font-size: var(--f30);
    color: var(--heading-color);
    line-height: 1;
}
#myModal2 .modal-info p{
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 29px;
}
#myModal2 .modal-info h5{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
}
#myModal2 .modal-info .col-4{
padding: 10px 0;
    width: 31.5%;
}
#myModal2 .modal-info .row{
    justify-content: space-between;
    gap: 10px;
}
#myModal2 .modal-info label{
    line-height: 19px;
    margin-bottom: 15px;
}
#myModal2 .modal-info label span{
    color: #d63637;
}
#myModal2 .modal-info input, #myModal2 .modal-info textarea{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 3px;
    padding: 8px 10px;
    color: #000;
}
#myModal2 .modal-info textarea{
    height: 120px;
}
#myModal2 .modal-info .col-12{
    padding: 5px 0;
}
#myModal2 .modal-info button.main-btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px 20px;
    border-radius: 15px;
    height: 50px;
    background: #066aab;
    font-size: 17px;
}
#myModal2 .modal-info button.main-btn:hover{
    background: linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),#066aab;
    color: #fff;
}
.modal{
    padding-right: 0px !important;
}


#myModal2 form .col-6 {
    flex: 0 0 auto;
    width: 48%;
    padding: 0;
}

h6.text-uppercase.small {
    color: #fff;
}


/* Add this below your existing CSS */
.btn_with_logo .Show_logo {
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.btn_with_logo .Show_logo img {
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

/* Hover zoom-out effect */
.btn_with_logo .Show_logo:hover img {
  transform: scale(0.9);
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
}


/* new before and after slide  */
section.new-bef-aft .head-sec h2{
    text-align: center;
    padding-bottom: 20px;
}
    .slider-container {
            margin: 0 auto;
            margin-bottom: 5rem;
            position: relative;
            width: 100%;
            max-width: 900px;
            height: 400px;
            border-radius: 0.7rem;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .before-image,
        .after-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }

        .before-image img,
        .after-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Styling the Before/After text */
        .before-text,
        .after-text {
            position: absolute;
            font-size: 14px;
            font-weight: 600;
            color: #3a3a3a;
            z-index: 4;
            padding: 10px 20px;
            background-color: #ffffff9e;
            border-radius: 0.3rem;
            letter-spacing: 2px;
            transition: opacity 0.3s ease-in-out;
        }

        /* Before text */
        .before-text {
            left: 20px;
            bottom: 20px;
            z-index: 5;
        }

        /* After text */
        .after-text {
            right: 20px;
            bottom: 20px;
            z-index: 3;
        }

        .after-image {
            clip-path: inset(0 50% 0 0);
        }

        .slider-handle {
            position: absolute;
            top: 0;
            left: 50%;
            width: 0px;
            height: 100%;
            background-color: #fff;
            cursor: pointer;
            z-index: 2;
        }

        .slider-line {
            position: absolute;
            top: 0;
            left: 50%;
            width: 0px;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: transparent;
            z-index: 1;
        }

        .pulse-container {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pulse-container::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background-color: #ffffff;
            transform: translate(-50%, -50%) scale(1);
            opacity: 0;
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.6;
            }
            100% {
                transform: translate(-50%, -50%) scale(1.8);
                opacity: 0;
            }
        }

        .slider-line i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 3;
            cursor: pointer;
            color: #000;
            font-size: 20px;
        }

        /* Prevent text/image selection while dragging */
        .slider-container,
        .before-image img,
        .after-image img {
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

        .slider-handle,
        .slider-line {
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }


