html, body {
  margin: 0px;
  padding: 0px;
  font-family: var(--sans); scroll-behavior: smooth;
  
}


 :root {
     --display: obviously, sans-serif;
      --sans:    obviously, sans-serif;
    }


/* Hamburger Icon */

.mobile-menu-btn {
  display: none;
  cursor: pointer;
  font-size: 22px;
  color: #d06a88;
}

@media (max-width: 991px) {
  .mobile-menu-btn {
    display: block;
  }
}

/* Overlay */

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9998;
}
                     

.search-container {
    display: flex;
    align-items: center;
    position: relative;
}

.search-box {
    /* display: none; */
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0;
}

.search-box input {
    width: 280px;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 11px;
    letter-spacing: 1px;
}

.search-icon,
.close-icon {
    cursor: pointer;
    font-size: 22px;
}

.close-icon {
    color: #dc3545;
}


.search-container .form-control:focus {

    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #e7e7e7;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 767px) {
  .search-box {
    position: absolute;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .search-box input {
    width: 110px;
    min-width: 110px;
    height: 38px;
    font-size: 8px;
    padding: 8px 12px;
  }

  .close-icon {
    font-size: 18px;
  }
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Sidebar Menu */

.mobile-menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: 0.3s;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.mobile-menu-header img {
  width: 70px;
  height: auto;
  object-fit: contain;
}
.close-menu {
  font-size: 24px;
  cursor: pointer;
  
}
.close-menu i {
  color: #000000; 
  font-size: 20px;
  
}

.mobile-menu-links {
  padding: 0 15px 20px;
}

.mobile-menu-links a {
  display: block;
  padding: 15px 0;
  border-top: 1px solid #eee;
  text-decoration: none;
  color: #cf6687;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--display);
}

.mobile-design-btn {
  margin-top: 20px;
  background: #cf6687;
  color: #fff !important;
  text-align: center;
  padding: 12px !important;
  border: none !important;
}

.hero_banner_main .fa-solid, .fas {
    font-weight: 600;
    color: #156139;
}
.faq-hero{
    padding:80px 0;
    border-bottom:1px solid #e8e8e8;
}

.small-title{
    color:#c96c86;
    letter-spacing:5px;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.faq-heading{
    font-size:95px;
    line-height:0.95;
    font-weight:300;
    color:#156b42;
}

.faq-heading span{
    display:block;
    color:#c85f84;
    font-weight:700;
}

.hero-text{
    color:#c85f84;
    margin-top:30px;
	font-size: 0.95rem;
    max-width: 50ch;
    line-height: 1.8;
	
}
.faq-hero h1 {
    font-family: obviously, sans-serif;
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 300;
    color: #196139;
    line-height: 1.05;
    letter-spacing: 0.01em;
    margin-bottom: 1.8rem;
    margin-left: -7px;
}
/* FAQ Layout */

.faq-section{
    padding:80px 0;
}

 .category-title{
    color:#c85f84;
    letter-spacing:0.2rem;
    text-transform:uppercase;
    font-size:0.7rem;
    margin-bottom:30px;
}

.faq-section .section-title{
    color:#c85f84;
    letter-spacing:0.22em;
    text-transform:uppercase;
    font-size:0.7rem;
    margin-bottom:30px;
}





.faq-section .category-nav{
    position:sticky !important;
    top:100px; display: block !important;
}

.faq-section .category-nav a{
    display:block;
    text-decoration:none;
    color:#c85f84;
    font-size:0.88rem;
    margin-bottom:20px;
    transition:.3s;
}

.faq-section .category-nav a:hover{
    color:#156b42;
    padding-left:10px;
}

/* Accordion */

.faq-section .accordion-item{
    border:1px solid #d8ddd8;
    border-radius:15px !important;
    margin-bottom:10px;
    overflow:hidden;
}

.faq-section .accordion-button{
    background:#fff;
    color:#156b42;
    font-size:32px;
    padding:22px 25px;
    box-shadow:none !important;
}
.faq-section .accordion-item:hover .accordion-header { 

color: #b85070;
    background: rgba(165, 206, 57, 0.04);}


.faq-section .accordion-item:hover .accordion-button { 

color: #b85070;
 }
.faq-section .fas {
    font-weight: 700;
    color: #196139;
}

.faq-a-inner {
    font-size: 0.9rem;
    color: #b85070;
    line-height: 1.85;
    text-align: left;
}

.faq-section .accordion-button:not(.collapsed) {
    background: rgba(165, 206, 57, 0.04) !important;
    color: #bf5070;
}
.faq-a-inner strong {
    color: #196139;
    font-weight: 500;
}
.faq-section .accordion-body{
    font-size:18px;
    color:#666;
    padding:20px 25px;
}

/* Remove bootstrap icon */
.faq-section .accordion-button::after{
    display:none;
}

/* Custom Plus Minus */
.faq-section .accordion-button .icon {
    margin-left: auto;
    width: 27px;
    height: 27px;
    border: 1px solid #156b42;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #156b42;
    font-size: 16px;
}

.faq-section .accordion-button .minus{
    display:none;
}

.faq-section .accordion-button:not(.collapsed) .plus{
    display:none;
}

.faq-section .accordion-button:not(.collapsed) .minus{
    display:block;
}

@media(max-width:991px){

	   .faq-section .category-nav a {
        background: transparent;
        border: 0px solid #ddd; margin-bottom: 20px;
        border-radius: 0px;
        padding: 0px 0px;
        font-size: 14px;
    }
	
	
.faq-heading{
    font-size:55px;
}

.faq-section .accordion-button{
    font-size:22px;
}

.category-nav{
    margin-bottom:40px;
}

.category-nav a{
    font-size:18px;
}
}
/* =========================
   FAQ HERO
========================= */

.faq-hero{
    padding:80px 0;
}

.faq-heading{
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height:.95;
    font-weight:300;
}

.faq-heading span{
    display:block;
    font-weight:700;
}



/* =========================
   CATEGORY MENU
========================= */

.category-nav{
    position:sticky;
    top:100px;
}

.category-nav a{
    display:block;
    text-decoration:none;
    transition:.3s;
}

/* =========================
   ACCORDION
========================= */

.faq-section .accordion-button{
    font-size: 1rem;
    padding:1.1rem 1.25rem !important;
}

.faq-section .accordion-body{
    font-size:16px;
    line-height:1.8;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px){

    .faq-section{
        padding:50px 0;
    }

    .category-nav{
        position:relative;
        top:0;
        margin-bottom:40px;
    }

    .category-nav a{
        font-size:18px;
    }

    .section-title{
        margin-top:40px;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px){
.faq-hero h1 {
   font-size: clamp(2rem, 4vw, 5rem); margin-left: 0;
    
}
	.faq-section .accordion-button {
    font-size: 0.9rem;
    padding: 1.1rem 1.25rem !important;
}
	.faq-section .fa-solid, .fas {
    font-weight: 900;
    color: #bc5070;
    position: relative;
    top: 0px;
}
	.faq-section  .accordion-button {
    flex-wrap: nowrap;
    gap: 15px;
    align-items: center;
}
	
	.faq-section .icon {
        width: 16px !important;
        height: 16px !important;
        font-size: 12px;
    }
	
	.btn-primary, .btn-outline, .quote-btn, .start-btn {

    flex-wrap: nowrap !important;
}
	
    .faq-hero{
        padding:50px 0;
    }

    .faq-heading{
        line-height:1;
    }

    .hero-text{
        margin-top:20px;
    }

    /* Horizontal Category Menu */

    .category-nav{
        display:flex;
        overflow-x:auto;
        gap:15px;
        white-space:nowrap;
        padding-bottom:10px;
        margin-bottom:30px;
        scrollbar-width:none;
    }

    .category-nav::-webkit-scrollbar{
        display:none;
    }

    .category-nav a{
        background:#fff;
        border:1px solid #ddd;
        border-radius:30px;
        padding:10px 18px;
        margin:0;
        font-size:14px;
    }

    .accordion-button{
        font-size:16px;
        padding:18px;
    }

    .icon{
        width:26px !important;
        height:26px !important;
        font-size:12px;
    }

}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px){
.menu-toggle {
    border: none;
    background: none;
    font-size: 24px;
    padding: 0;
    border: 0px solid #dad5d1;
    width: 34px;
}
    .faq-heading{
        font-size:42px;
    }

    .accordion-button{
        font-size:15px;
        padding:15px;
    }

    .faq-section .accordion-body{
        font-size:14px;
    }

}
.faq-section .accordion-item {
  padding: 0px 0;
}



.faq-cta-text {
    margin-bottom: 1.5rem;
    text-align: left;
}

.faq-cta-text h3 {
    font-family: var(--display);
    font-size: 1.6rem;
    font-weight: 300;
    color: #196139;
    margin-bottom: 0.4rem;
}

.faq-cta-text h3 em {
    font-style: normal;
    font-weight: 600;
    color: #b85070;
}
.faq-cta-text p {
    font-size: 0.88rem; margin-top: 15px;
    color: #b85070;
}
.btn-amber {
    background: #b85070 !important;
    color: #ecf4c1 !important;
    border: none;
}


.btn-amber {
    background: #b85070 !important;
    color: #ecf4c1 !important;
    border: none;
}
/* Overlay */
.wishlist-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.3);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9998;
}

.wishlist-overlay.active{
    opacity:1;
    visibility:visible;
}

/* Sidebar */
.wishlist-sidebar{
    position:fixed;
    top:0;
    right:-380px;
    width:340px;
    max-width:100%;
    height:100vh;
    background:#fff;
    z-index:9999;
    transition:.4s ease;
    display:flex;
    flex-direction:column;
    box-shadow:-5px 0 20px rgba(0,0,0,.12);
}

.wishlist-sidebar.active{
    right:0;
}

/* Header */
.wishlist-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:25px 30px;
    border-bottom:1px solid #e9e9e9;
}

.wishlist-header h3{
    color:#2d7b4c;
    font-size:22px;
    margin:0;
    font-weight:500;
}

.close-btn{
    font-size:34px;
    color:#d67a90;
    cursor:pointer;
    line-height:1;
}

/* Body */
.wishlist-body{
    flex:1;
    overflow-y:auto;
    padding:15px 30px;
}

.wishlist-item{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:15px 0;
    border-bottom:1px solid #eee;
}

.wishlist-item h5{
    margin:0;
    color:#2d7b4c;
    font-size:0.88rem;
    font-weight:500;
}

.wishlist-item p{
    margin:3px 0 0;
    color:#d67a90;
    font-size:0.75rem;
}

.remove-item{
    font-size:24px;
    color:#cfcfcf;
    cursor:pointer;
    line-height:1;
}

/* Footer */
.wishlist-footer{
    padding:18px;
    border-top:1px solid #eee;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    padding: 16px;
    border-radius: 4px;
    font-size: 0.82rem;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 9px;
}

.whatsapp-btn:hover{
    color:#fff;
}

.clear-btn{
    background: none;
    border: 1px solid #e0e0e0;
    color: #b85070;
    cursor: pointer;
    padding: 0.6rem;
    border-radius: 4px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: border-color 0.2s, color 0.2s; width: 100%;

}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
    transition: 0.5s ease;
}
/* Modal */
.wishlist-modal .modal-content{
    border-radius:20px;
    border:none;
    padding:20px;
}

.modal-small-title{
    color:#c76a8d;
    font-family: obviously-narrow, sans-serif;
    font-weight: 500;
    font-size: 0.72rem;
    letter-spacing:3px;
    text-transform:uppercase;
}

.modal-title-main
 {
    color: #135b4a;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 25px;
}


.modal-question{
    color:#c76a8d;
   font-family: obviously, sans-serif;
    font-size: 0.95rem;
    margin-bottom:20px;
}

/* Option Box */
.option-box{
    border:1px solid #ddd;
    border-radius:10px;
    padding:15px 18px;
    margin-bottom:12px;
    display:flex;
    align-items:center;
    gap:12px;
    transition:.3s;
}

.option-box:hover{
    border-color:#c76a8d;
}

.option-box:hover{
    border-color: #b85070;
    background: rgba(184, 80, 112, 0.05);
}


.option-box:focus{
    border-color: #b85070;
    background: rgba(184, 80, 112, 0.05);
}


.option-box input{
    width:20px;
    height:20px;
    accent-color:#c76a8d;
}

.option-box label{
    margin:0;
    font-size:18px;
    color:#135b4a;
    cursor:pointer;
    width:100%;
}

/* Buttons */
.btn-cancel{
    border:1px solid #d9d9d9;
    color:#c76a8d;
    background:#fff;
    padding:12px 30px;
    border-radius:10px;
}

.btn-save{
    background:#c76a8d;
    color:#fff;
    border:none;
    padding:12px 40px;
    border-radius:10px;
    font-weight:600;
}

.btn-save:hover{
    background:#b85a7e;
}

.hero_banner_main .carousel-item img {
    min-height: 350px;
    object-fit: cover;
    border-radius: 14px;
    height: 56vh;
}

.hero_banner_main .owl-nav {display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56vh;
    position: absolute;
    top: 0;
    width: 100%;}

.hero_banner_main .owl-nav button {
       width: 45px;
    height: 45px;
    border-radius: 50% !important;
    margin: 0 10px;
    transition: .3s;
    background: 1px solid rgba(25,97,57,0.25) !important;
    border: 1px solid #196139 !important;
    background-color: transparent !important;
}
.hero_banner_main .owl-nav button span {
    font-size: 24px;
    color: #156139;
}

.fixed {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: #ffffff; */
    z-index: 999;
    /* transition: 0.7s ease; */
}

.fixed.custom-header {
    padding: 0.9rem 0rem;
}

 /* HEADER */
   .custom-header {
    background: #fff;
    padding: 18px 0;
position: sticky;
top: 0;
	  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08); position: relative;
    transition: padding 0.7s; 
	   
}

  .custom-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-image: radial-gradient(circle, #a5ce39 2px, transparent 2px);
    background-size: 7px 5px;
    background-repeat: repeat-x;
    background-position: 0 center;
    pointer-events: none;
}



    .logo img{
      height:70px;
    }

 .center-btn .btn-design {
    background: #c45b7c;
    color: #fff;
    padding: 11px 22px;
    border-radius: 2px;
    letter-spacing: 2px;
    font-size: 0.75rem;
    font-weight: 300;
    border: none;
    transition: 0.3s;
    text-decoration: none;
    font-family: var(--sans);
    float: right;
}

    .center-btn .btn-design:hover{
      background:#b04869;
    }

    .header-menu{
      display:flex;
      align-items:center;
      gap:30px;
      justify-content:flex-end;
    }

   .header-menu a {
    text-decoration: none;
    color: #c45b7c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
    font-family: var(--sans);
}

   .header-menu a:hover {
    color: #156139;
}

    .header-icons{
      display:flex;
      align-items:center;
      gap:15px;
      margin-left:10px;
    }

    .icon-circle{
      width:38px;
      height:38px;
      border:1px solid #d8a4b5;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#c45b7c;
      transition:0.3s;
      cursor:pointer;
    }

    .icon-circle:hover{
      background:#c45b7c;
      color:#fff;
    }

    .whatsapp{
      background:#25D366;
      color:#fff;
      border:none;
    }

    /* MOBILE */
    @media(max-width:991px){

      .custom-header{
        padding:20px 0;
      }

      .header-wrapper{
        gap:20px;
      }

      .header-menu{
        justify-content:center;
        flex-wrap:wrap;
        gap:15px;
      }

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

      .logo{
        text-align:center;
      }
    }

    .mobile_btn {
  display: none !important;
}
.collection-item-skeleton {
  position: relative;
}

.skeleton-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  background: #e5e5e5;
  animation: shimmer 1.5s infinite ease-in-out;
}

.skeleton-badge {
  width: 90px;
  height: 28px;
  border-radius: 20px;
  margin-top: 10px;
  background: #e5e5e5;
  animation: shimmer 1.5s infinite ease-in-out;
}

@keyframes shimmer {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.collection_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}
.process-section {
  padding: 80px 0;
}

.nav-centre {
    position: absolute;
    left: 50%; z-index: 9999;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
}
.start-btn:hover {
    background: #9e3d5e;
}
.start-btn {
    display: inline-block;
    background: #b85070;
    color: #ffffff !important;
    font-family: obviously, sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.65rem 2rem;
    border-radius: 2px;
    white-space: nowrap;
    transition: background 0.2s;
}




.navbar-expand-lg .navbar-collapse::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-image: radial-gradient(circle, #a5ce39 2px, transparent 2px);
    background-size: 7px 5px;
    background-repeat: repeat-x;
    background-position: 0 center;
    pointer-events: none;
}

.hc-slide-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    float: left;
    width: 100%;
    padding: 0 0.25rem;
    margin-bottom: 14px;
}
.hc-collection-name {
    font-size: clamp(0.72rem, 1.1vw, 0.9rem);
    font-weight: 500;
    letter-spacing: 0.2em; font-family: var(--sans);
    text-transform: uppercase;
    color: #196139;
}
.hc-cta-btn {
 
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #b85070;
    text-decoration: none;
    border-bottom: 1px solid rgba(25, 97, 57, 0.35);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}
.section-subtitle {
  color: #c55678;
  letter-spacing: 4px;
  font-size: 15px; font-weight: 500;
    font-family: obviously-narrow, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 300;
  color: #0c6b52;
  margin-bottom: 20px;
}
.section-title span {
  color: #c55678;
  font-weight: 700;
}
.section-desc {
  color: #c55678;
  font-size: 20px;
  margin-bottom: 35px;
}
.process-section .custom-accordion .accordion-item {
    border-top: 1px solid #d98aa0;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.process-section .custom-accordion .accordion-button {
    padding-right: 25px !important;
    background: #fff;
    padding: 25px;
    ox-shadow: none;
    font-size: 22px;
    font-weight: 500;
    color: #0c6b52;
}

.process-section .custom-accordion {
    margin-top: 45px;
    border: 1px solid #d98aa0;
    border-radius: 8px;
}

.process-section .custom-accordion .accordion-item:nth-child(1) {border: 0px !important;}
.footer li a:hover {color: #0e4126 !important;}


.process-section .custom-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #0c6b52;
}
.process-section .custom-accordion .accordion-button::after {
  display: none;
}
.process-section .accordion-number {
    color: #c55678;
    font-weight: 500;
    margin-right: 25px;
    font-size: 22px;
    font-family: obviously-narrow, sans-serif;
    font-size: 1.35rem;
    letter-spacing: 0.12em;
}
.process-section .accordion-icon {
    margin-left: auto;
    width: 26px;
    height: 26px;
    border: 1px solid #d98aa0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c55678;
    font-size: 14px;
}

.process-section .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #e6e2de;
    padding: 1px 0;
}


.process-section .accordion-body {
    padding: 0 25px 25px 95px;
    color: #c55678;
    font-size: 17px;
    line-height: 1.7;
    width: 90%;
}
@media(max-width:991px) {
  .process-section .process-img {
    text-align: center;
    margin-bottom: 40px;
  }
  .process-section .section-title {
    font-size: 42px;
  }
}
@media(max-width:576px) {
  .process-section .accordion-number {
    margin-right: 12px;
    font-size: 18px;
  }

  .process-section .custom-accordion .accordion-button {
    font-size: 15px;
    padding: 20px 15px;
	  font-weight:600;
  }

  .process-section .accordion-icon {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}
.colleciton_header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-image: radial-gradient(circle, #a5ce39 2px, transparent 2px);
  background-size: 7px 5px;
  background-repeat: repeat-x;
  background-position: 0 center;
  pointer-events: none;
}
.colleciton_header {
  position: relative;
}
.ip-back {
  background: none;
  border: none;
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  color: #b85070;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s;
  margin-top: -9px;
}
.ip-back span {
  position: relative;
  top: -2px;
}
.collection-details_section {
  width: 1250px;
  margin: 0 auto;
}
.collection-details_wrapper {
  margin-top: 132px;
  margin-bottom: 0;
}
.ip-footer-divider {
  height: 16px;
  border: none;
  background-image: url(../images/footer-star.svg);
  background-size: 16px 16px;
  background-repeat: repeat-x;
  background-position: 0 center;
  margin: 0 0px;
  float: left;
  width: 100%;
}
.product-gallery {
  float: left;
  width: 100%;
  padding-right: 36px;
}
.collection-item {
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s;
  background: #ffffff;
}
.ip-rec-name {
  font-size: 0.88rem;
  font-weight: 500;
  color: #196139;
  line-height: 1.3;
  margin-bottom: 0.2rem;
  margin-top: 10px;
}
.ip-rec-tag {
  font-size: 0.68rem;
  color: #8a857d;
}
.ip-rec-1 {
    font-weight: 400;
    color: #b85070;
    font-size: 0.68rem;
}
.collection-item .gp-real-img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
}
.ip-btn:hover {
  opacity: 0.75;
}
.paragraph {
  font-size: 0.82rem;
  color: #b85070;
  line-height: 1.6;
}
.works_box_main h5 {
    font-size: 2rem;
    font-weight: 700;
    color: rgba(25, 97, 57, 0.12);
    line-height: 1;
    font-family: var(--display);
}
.ip-section-divider {
  height: 5px;
  border: none;
  background-image: radial-gradient(circle, #a5ce39 2px, transparent 2px);
  background-size: 7px 5px;
  background-repeat: repeat-x;
  background-position: 0 center;
  margin: 3rem 0 2.5rem;
}
.features-strip.features-light {
  background: #ffffff;
  border-color: rgba(25, 97, 57, 0.08);
}
.features-strip {
  background: #ffffff;
  border-top: 1px solid rgba(25, 97, 57, 0.12);
  border-bottom: 1px solid rgba(25, 97, 57, 0.12);
  padding: 1.5rem 0;
  margin-top: 0rem;
  overflow: hidden;
  display: block;
}
.features-marquee-track {
  display: flex;
  width: max-content;
  animation: featuresMarquee 60s linear infinite;
}
@keyframes featuresMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.features-marquee-item {
  white-space: nowrap;
  /* font-family: obviously, sans-serif; */
  font-style: normal;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  font-weight: 500;
  font-variant: normal;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #b85070;
  padding: 0 2rem;
  display: inline-flex;
  align-items: center;
}
.hero-tagline-box {
  background: #ffffff;
  padding: 1rem 4rem 2rem;
}
.hero-tagline-box-inner {
  background: url(../images/strip.jpg) center center / cover no-repeat;
  border-radius: 20px;
  padding: 2.8rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: -11px !important;
  float: left;
  width: 100%;
}
.offer-section {
  float: left;
  width: 100%;
}
.hero-tagline-box .tagline-title {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 400;
  color: #196139; font-family: var(--sans);
  line-height: 1;
  margin: 0;
  background: none;
}
.hero-tagline-box .tagline-line {
  display: inline-block;
  background: #ffffff;
  padding: 0.55rem 1.2rem;
  margin-bottom: 0.55rem;
}
.hero-tagline-box .tagline-title em {
  font-family: obviously, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #b85070;
}
.hero-tagline-box .tagline-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    color: #8f912a;
    border: none;
    text-decoration: none;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.85rem 1.8rem;
    border-radius: 50px;
    font-weight: 700;
    white-space: nowrap;
    transition: background 0.25s, color 0.25s;
    font-family: var(--sans);
}
.features-marquee-item::after {
  content: '✦';
  color: var(--amber);
  font-size: 0.55em;
  margin-left: 2rem;
}
.more_in_same_section {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}
.works_box_main h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #196139;
    line-height: 1.3;
    font-family: var(--sans);
}
.works_box_main {
  float: left;
  width: 100%;
}
.how_it_works_section {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(46, 43, 38, 0.1);
  margin-top: 100px;
  border-bottom: 1px solid rgba(46, 43, 38, 0.1);
  padding-bottom: 35px;
}
.small_title {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #196139;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: obviously-narrow, sans-serif;
}
.collection_works_inner {
  float: left;
  width: 100%;
  margin-top: 76px;
}
.collection-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
}
.ip-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 12px;
  transition: background 0.2s;
  text-decoration: none;
}
.ip-play-btn {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s, box-shadow 0.2s;
  padding-left: 4px;
}
.ip-play-label {
  margin-top: 1rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.04em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}
.ip-viewer-label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b85070;
  margin-bottom: 0.55rem;
}
.ip-variants-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b85070;
  border-top: 1px solid rgba(46, 43, 38, 0.12);
  border-bottom: 1px solid rgba(46, 43, 38, 0.12);
  padding: 0.55rem 0;
  text-align: center;
  margin-bottom: 0.9rem;
}
.ip-variant-name {
  font-size: 0.7rem;
  color: #8a857d;
  text-align: center;
  display: block;
  margin-top: 6px;
}
.thumb-img:hover {
  transform: scale(1.02);
  transition: 0.5s ease;
}
.ip-category {
  font-size: 2rem;
  font-weight: 500;
  color: #196139;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.ip-price {
  font-size: 1rem;
  font-weight: 600;
  color: #196139;
}
.ip-cta-text {
  font-size: 0.98rem;
  color: #196139;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.collection-category {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b85070;
  margin-bottom: 0.2rem;
}
.collection-title {
  font-size: 2rem;
  font-weight: 500;
  color: #196139;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.collection-tags {
  font-size: 1rem;
  color: #b85070;
  letter-spacing: 0.5px;
}
.ip-btns {
  display: flex;
  gap: 0.75rem;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem;
}
.ip-btn-wishlist {
  background: #8f912a;
  border: 1px solid #8f912a;
  color: #fff;
}
.ip-btn-enquiry {
  background: #8f912a;
  border: 1px solid #8f912a;
  color: #fff;
}
.ip-protip {
    font-family: var(--sans);
    font-size: 0.82rem;
    color: #b85070;
    line-height: 1.65;
}
.ip-protip strong {
  font-weight: bolder;
  color: #156139;
}
.ip-btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s;
  font-weight: 500;
  white-space: nowrap;
}
.collection-divider {
  border: none;
  border-top: 1px solid rgba(46, 43, 38, 0.6);
  margin: 1.25rem 0;
}
.collection-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4)
}
.collection-item:hover {
  transform: scale(1.02);
}
.thumb-img {
  cursor: pointer;
}
/*banner*/
.hero_banner_main {
  position: relative;
 
}

.banner-prev,
.banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #2e7d32;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.banner-prev {
  left:52px;
}

.banner-next {
  right:52px;
}
.header-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:20px;
  position:relative;
}

.menu-links{
  display:flex;
  align-items:center;
  gap:30px;
  transition:all .4s ease;
}

.menu-links.search-active{
  transform:translateX(-80px);
  opacity:.4;
}

.header-icons{
  display:flex;
  align-items:center;
  gap:15px;
  position:relative;
}

.header-search{
  width:0;
  opacity:0;
  overflow:hidden;
  display:flex;
  align-items:center;
  transition:all .4s ease;
}

.header-search.active{
  width:280px;
  opacity:1;
  margin-right:5px;
}

.header-search input{
  width:90%;
  border:none;
  border-bottom:1px solid #ddd;
  outline:none;
  background:transparent;
  color: #156139;
}

.search-close{
  margin-left:10px;
  cursor:pointer;
  color: #b85070;
}
.header-search input::placeholder{
  color: #b85070;
  opacity: 1;
  font-size: 13px;
}
@media (max-width: 991px) {

  .header-search.active{
    width: 180px;
    opacity: 1;
    margin-right: 0;
  }

  .menu-links.search-active{
    transform: none !important;
    opacity: 1 !important;
  }
}
.wishlist-count{
  position:absolute;
  top:-5px;
  right:-5px;
  background:red;
  color:#fff;
  width:18px;
  height:18px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
}
/* .banner-prev:hover,
.banner-next:hover {
  transform: translateY(-2px);
} */

/* .banner-prev:hover i,
.banner-next:hover i {
  color: #fff;
} */
@media (max-width: 576px) {
  .colleciton_header .d-flex {
    align-items: center;
  }

  .colleciton_header h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-right: 10px;
  }

  .gp-close {
    padding: 10px 14px;
    font-size: 11px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.banner-prev i,
.banner-next i {
  font-size: 15px;
  color: #2e7d32;
}

/* banner-nav-wrapper ab nahi chahiye — hata do */
/* FILTER BUTTONS */
.filter-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.filter-skeleton {
  width: 120px;
  height: 42px;
  border-radius: 30px;
  background: #e5e5e5;
  animation: shimmer 1.5s infinite ease-in-out;
}

@keyframes shimmer {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.filter-btn {
  background: none;
  border: 1px solid #2568435e;
  padding: 0.45rem 1.1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  color: #b85070;
}
.collection_filter_section {
  margin-top: 115px;
  margin-bottom: 0px;
  padding-bottom: 115px;
}
.filter-btn:hover, .filter-btn.active {
  background: #196139;
  color: #fff;
}
/* CARD */
.gallery-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.gallery-card:hover {
  transform: translateY(-5px);
}
.gallery-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.gallery-content {
  padding: 20px;
}
.gallery-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
/* FILTER */
.filter-item {
  display: none;
}
.filter-item.show {
  display: block;
}
/* MOBILE */
@media(max-width:576px) {
  .filter-wrapper {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
  .filter-wrapper::-webkit-scrollbar {
    height: 5px;
  }
  .filter-btn {
    white-space: nowrap;
    font-size: 12px;
    padding: 7px 18px;
  }
  .gallery-card img {
    height: 200px;
  }
}
.carousel-caption {
  left: 64px;
  text-align: left;
}
.carousel-caption .hc-title {
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: #2e2b26;
  margin-bottom: 1rem;
}
.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.gp-close {
  background: none;
  border: 1px solid #8f912a;
  color: #8f912a;
  padding: 0.5rem 1.2rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s;
  text-decoration: none;
  line-height: 23px;
}
.gp-close:hover {
  background: #74D582;
  color: #FFF;
}
.colleciton_header {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  z-index: 10;
  padding: 1.25rem 0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.colleciton_header h3 {
    color: #196139;
    font-family: var(--display);

    letter-spacing: 2px;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #545454;
  background-clip: padding-box;
  border: 0;
  /* border-top: 10px solid transparent; */
  /* border-bottom: 10px solid transparent; */
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 16px;
  margin-bottom: 21px;
}
.carousel-indicators .active {
  opacity: 1 !IMPORTANT;
}
.carousel-control-prev-icon {
  background-image: none;
}
.carousel-control-next-icon {
  background-image: none;
}
.design-card .g-thumb {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.carousel-control-prev {
  left: -90px;
}
.carousel-control-next {
  right: -90px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  border: 1px solid #8d8d8d;
  border-radius: 51px;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 40px;
}
.hc-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #8a857d;
}
.hc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d06b5f;
  margin-bottom: 1rem;
  transform: translateY(14px);
  transition: opacity 0.55s 0.15s ease, transform 0.55s 0.15s ease;
}
.carousel-caption .hc-title em {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
}
.carousel-caption .hc-sub {
  font-size: 0.88rem;
  color: #8a857d;
  line-height: 1.8;
  max-width: 38ch;
  margin-bottom: 1.75rem;
}
.hc-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.custom-navbar {
  background: #ffffff;
  padding: 13px 0;
  
}
.navbar-brand img {
  width: 140px;
}
.nav-center .nav-link {
    color: #c92e62;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 18px;
    transition: 0.3s;
}
.bi-whatsapp {
  margin-right: 5px;
}
.nav-center .nav-link:hover {
  color: #000;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-icon {
  color: #8a8a8a;
  font-size: 18px;
  transition: 0.3s;
  cursor: pointer;
}
.nav-icon:hover {
  color: #000;
}
.start-btn {
    background: #9e3d5e;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 600;
    transition: 0.3s;
    letter-spacing: 2px;
}
.start-btn:hover {
  background: #10b24f;
}
@media(max-width:991px) {
    .process-section .accordion-number {
        color: #c55678;
        font-weight: 600;
        margin-right: 0;
        font-size: 18px;
        margin-top: 0;
    }
    .process-section .custom-accordion .accordion-button {
        font-size: 15px;
    }
	.favourite-section {
    padding-top: 0;
    padding-bottom: 53px !important;
}
	
    .process-section .accordion-body {
        padding: 0 25px 25px 71px;
        color: #c55678;
        font-size: 15px;
        line-height: 1.7;
        width: 90%;
    }
	.process-img {margin-bottom: 0 !important;}
	.process-img img {
  display: block;
  width: 100%;
  height: auto;
}
	
	.testimonial-section {
 
    margin-bottom: 0 !important;
}
	
	.testimonial-card {
    width: 100% !important;
   
}
	.testimonial-card {
  
    height: auto !important;
}
	.process-section {
    padding: 80px 0;
    padding-bottom: 0;
}
	.process-section .accordion-item {
        padding: 0px 0 !important;
    }
	
      .logo-img-footer {
        height: 57px !important;
        display: block;
    }
  .footer-col {
    padding-top: 24px !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
  .collection_filter_section {
    padding-bottom: 58px;
  }
  .nav-center {
    margin-top: 20px;
    text-align: center;
  }
  .nav-right {
    margin-top: 20px;
    justify-content: center;
  }
}
.bottom-strip {
  background: #eae6df;
  overflow: hidden;
  padding: 14px 0;
  width: 100%;
}
.ticker-wrap {
  width: 100%;
  overflow: hidden;
}
.ticker {
  display: flex;
  width: max-content;
  animation: tickerMove 20s linear infinite;
}
.ticker span {
  flex-shrink: 0;
  margin: 0 40px;
  color: #7b736b;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
}
@keyframes tickerMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.feature-section {
  padding: 80px 0;
  padding-top: 0px;
}
.feature-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 35px 25px;
  height: 100%;
  transition: 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.feature-icon {
  font-size: 32px;
  color: #555;
  margin-bottom: 25px;
  display: inline-block;
}
.feature-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: #111;
}
.feature-text {
  font-size: 0.76rem;
  line-height: 1.9;
  color: #777;
}
.bottom-line {
  border-top: 1px solid #222;
  margin-top: 70px;
}
/* accordion */
.custom-accordion {
  margin-top: 45px;
  border-top: 1px solid #e6e2de;
}
.accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e6e2de;
  padding: 20px 0;
}
.accordion-button {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.accordion-button::after {
  display: none;
}
.accordion-left {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  width: auto;
}
.accordion-number {
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    font-weight: 500;
    color: #b85070;
    margin-top: 0;
    min-width: 30px;
    text-transform: uppercase;
}
.accordion-content {
  width: 100%;
}
.accordion-title {
  font-size: 1.35rem;
  font-weight: 500;
  color: #196139;
  margin-bottom: 0;
  margin-top: 3px;
  margin-left: -2px;
}
.accordion-right {
  display: flex;
  align-items: center;
  gap: 25px;
  white-space: nowrap;
}
.price {
    font-size: 13.3px;
    color: #b85070;
}
.icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: #c65b7c;
    font-size: 14px;
    line-height: 36px;
}
.fa-brands, .fab {
    font-weight: 400;
    color: #FFF;
}
.icon-circle:hover .fa-magnifying-glass  {
    background: #c45b7c;
    color: #fff !important;
}

.accordion-button:not(.collapsed) .icon-circle {
  background: #bc5070;
  color: #fff;
  transform: rotate(45deg);
}
/* body */
.accordion-body-custom {
  padding-top: 13px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.accordion-desc {
  max-width: 700px;
  color: #b85070;
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: 25px;
}
.quote-btn {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid #222;
  padding-bottom: 6px;
  transition: 0.3s;
}
.section-tag {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b0aaa6;
  margin-bottom: 20px;
}
.main-heading span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: #a7a9ac;
  font-weight: 600;
}
.section-text {
  max-width: 550px;
  font-size: 18px;
  line-height: 1.8;
  color: #8d8782;
  margin-top: 33px;
}
@media(max-width:991px) {
	
	.logo img {
    height: 70px;
    float: left;
}
	.center-btn .btn-design {
    background: #c45b7c;
    color: #fff;
    padding: 11px 22px;
    border-radius: 2px;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
    text-decoration: none;
    float: right;
}
  .feature-card {
    margin-bottom: 25px;
  }
  .accordion-item {
    padding: 22px 0 !important;
  }
      .offer-section {
        padding: 43px 0;
        padding-bottom: 70px;
    }
  /* heading */
  .section-tag {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #b0aaa6;
    margin-bottom: 20px;
  }
  .main-heading {
    font-size: 78px;
    line-height: 1;
    font-weight: 500;
    color: #222;
    margin-bottom: 25px;
  }
  .main-heading span {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: #a7a9ac;
    font-weight: 600;
  }
  .section-text {
    max-width: 550px;
    font-size: 18px;
    line-height: 1.8;
    color: #8d8782;
    margin-top: 33px;
  }
  /* accordion */
  .custom-accordion {
    margin-top: 45px;
    border-top: 1px solid #e6e2de;
  }
  .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #e6e2de;
    padding: 35px 0;
  }
  .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
  .accordion-button::after {
    display: none;
  }
  .accordion-left {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    width: auto;
  }
  .accordion-number {
    font-size: 12px;
    letter-spacing: 2px;
    color: #9d9792;
    margin-top: 10px;
    min-width: 30px;
  }
  .accordion-content {
    width: 100%;
  }
  .accordion-title {
    font-size: 1.35rem;
    font-weight: 500;
    color: #1e1e1e;
    margin-bottom: 0;
  }
  .accordion-right {
    display: flex;
    align-items: center;
    gap: 25px;
    white-space: nowrap;
  }
  .price {
    font-size: 15px;
    color: #8d8782;
  }
  .icon-circle {
    width: 26px;
    height: 26px;
    border: 1px solid #d8d3cf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: #222;
    font-size: 14px;
  }
      .accordion-button:not(.collapsed) .icon-circle {
        background: #bd4f6f;
        color: #fff;
        transform: rotate(45deg);
    }
  /* body */
  .accordion-body-custom {
    padding-top: 25px;
    padding-left: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .accordion-desc {
    max-width: 700px;
    color: #8b8580;
    font-size: 0.88rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .quote-btn {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    color: #222;
    border-bottom: 1px solid #222;
    padding-bottom: 6px;
    transition: 0.3s;
  }
  .quote-btn:hover {
    color: #000;
  }
}

@media (max-width: 767px) {

  .offer_image_section {
    margin-bottom: 30px;
  }
@media (max-width: 576px) {
    .main-heading {
        font-size: 26px;
    }
}
  .main-heading {
    font-size: 26px !important;
    text-align: left;
    margin-bottom: 20px;
  }
  .desktop-image {
    display: none !important;
  }

  .mobile-image {
    display: block !important;
    margin: 15px 0 20px;
  }

  .mobile-image img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
  }


  .custom-accordion {
    margin-top: 25px;
  }

  .accordion-item {
    padding: 18px 0 !important;
  }

.accordion-button {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between;
  gap: 10px;
}

.accordion-left {
  width: auto;
  flex: 1;
  min-width: 0;
}

.accordion-right {
  width: auto !important;
  flex-shrink: 0;
  gap: 8px;
}

  .accordion-title {
    font-size: 13px !important;
    line-height: 26px;
  }

  .accordion-number {
    font-size: 11px;
    min-width: auto;
  }

  .price {
    font-size: 13px;
  }

  .icon-circle {
    width: 32px;
    height: 32px;
  }

  .accordion-body-custom {
    padding-top: 15px;
    padding-left: 0 !important;
  }

  .accordion-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
/* responsive */
@media(max-width:991px) {
	.collection_works_inner {
 
    margin-top: 0;
}
	.ip-back-2 {display: none !important;}
	
  .mobile_btn {
    display: block !important;
  }
  .mobile_btn ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 72px;
    top: 0px;
  }
  .mobile_btn ul li {
    display: inline-block;
  }
  .accordion-desc {
    width: 100%;
    margin-bottom: 4px !important;
  }
  .quote-btn {
    position: relative;
    top: 5px;
    margin-bottom: 34px;
  }
  .main-heading {
    font-size: 54px;
  }
  .accordion-button {
    flex-direction: row;
    align-items: center;
  }
  .accordion-right {
    width: 100%;
    justify-content: space-between;
  }
  .accordion-title {
    font-size: 22px;
  }
  .steps-wrapper {
    position: relative;
    padding-left: 9px !important;
  }
  .vertical-line {
    position: absolute;
    left: 52px !important;
    top: 2px;
    width: 1px;
    height: 100% !important;
    background: #ddd;
  }
  .step-number {
    font-size: 23px !important;
    position: relative;
    top: -6px !important;
  }
  .step-item {
    position: relative;
    margin-bottom: 27px !important;
    padding-left: 74px;
  }
  .how-work-section {
    padding: 50px 0 !important;
    border-bottom: 1px solid rgba(46, 43, 38, 0.08);
  }
}
@media(max-width:576px) {
  .credibility-section {
    padding: 45px 15px !important;
  }
  .footer-bottom {
    border-top: 1px solid rgba(46, 43, 38, 0.08);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    color: #8a857d;
    flex-direction: column;
  }
  .gp-close {
    padding: 0.3rem 1.2rem;
  }
  .offer-section {
    padding: 70px 0;
  }
  .main-heading {
    font-size: 40px;
  }
  .accordion-left {
    gap: 20px;
  }
  .accordion-title {
    font-size: 24px;
  }
  .accordion-body-custom {
    padding-left: 0;
    padding-top: 20px;
  }
  .section-text {
    font-size: 16px;
  }
  .accordion-desc {
    font-size: 14px;
  }
}
/* SECTION */
.favourite-section {
  padding-top: 0;
  padding-bottom: 80px;
}
/* HEADING */
.small-heading {
  letter-spacing: 4px;
  color: #b85070;
  font-size: 12px;
  text-transform: uppercase;
}
.gallery-view-all {
  text-align: center;
  margin-top: 2.5rem;
}
section {
  padding: 7rem 0rem;
}
.how-work-section {
  padding: 100px 0;
  border-bottom: 1px solid rgba(46, 43, 38, 0.08);
}
.small-title {
  letter-spacing: 4px;
  font-size: 12px;
  color: #9d9d9d;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main-heading {
  font-size: 61px;
  line-height: 1;
  font-weight: 400; font-family: var(--sans);
  margin-bottom: 0;
  color: #196139;
}
.main-heading strong {
  color: #ba5070;
}
.italic-heading {
  font-size: 72px;
  line-height: 42px;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  color: #b0b0b0;
  display: block;
  margin-top: -10px;
  font-weight: 700;
}
.section-desc {
    margin-top: 25px;
    color: #c55678;
    font-size: 19px;
    font-weight: 400;
    margin-top: 28px;
}
.steps-wrapper {
  position: relative;
  padding-left: 50px;
}
.vertical-line {
  position: absolute;
  left: 84px;
  top: 2px;
  width: 1px;
  height: 90%;
  background: #ddd;
}
.step-item {
  position: relative;
  margin-bottom: 70px;
  padding-left: 70px;
}
.step-number {
  position: absolute;
  left: -10px;
  top: -8px;
  font-size: 37px;
  font-weight: 600;
  color: #222;
  background: transparent;
  padding-right: 15px;
  z-index: 2;
}
.step-title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 12px;
}
.step-text {
  color: #9d9d9d;
  line-height: 1.8;
  font-size: 14px;
}
@media(max-width:991px) {
	
	.center-btn {
        text-align: center;
        float: left !important;
        width: 100%;
    }
	
	
  .review {
    font-size: 14px !important;
  }
  .step-title {
    font-size: 19px !important;
  }
  .view-btn {
    padding: 12px 16px !important;
  }
  .offer-section {
    padding-bottom: 17px !important;
  }
  .accordion-body-custom {
    padding-left: 0;
  }
  .sub-title {
    font-size: 17px !important;
  }
  .testimonial-section {
    padding: 3rem 0rem !important;
  }
  .owl-navigation-wrapper {
    margin-top: 0 !important;
  }
  .custom-prev, .custom-next {
    width: 32px !important;
    height: 32px !important;
  }
  .main-heading, .italic-heading {
    font-size: 46px;
  }
  .steps-wrapper {
    margin-top: 60px;
  }
  .italic-heading {
    margin-top: -17px;
  }
  .section-desc {
    font-size: 16px !important;
    margin-top: 24px;
  }
  .how-work-section .steps-wrapper {
    margin-top: 0px !important;
  }
}
@media(max-width:767px) {
  .how-work-section {
    padding: 70px 0;
  }
  .main-heading, .italic-heading {
    font-size: 30px;
  }
  .section-desc {
    font-size: 18px;
  }
  .step-number {
    font-size: 42px;
  }
  .step-title {
    font-size: 22px;
  }
  .step-item {
    padding-left: 60px;
  }
  .vertical-line {
    left: 22px;
  }
}
.heart-btn:hover {
  transform: scale(1.15);
  background: #fff;
  color: #e05a5a;
}
.heart-btn {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
  z-index: 5;
  color: #aaa;
  line-height: 1;
}
.main-title span {
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #9d9d9d;
  font-weight: 600;
}
/* BUTTON */
.view-btn {
  border: 1px solid #8f912a;
  padding: 16px 30px;
  text-decoration: none;
  color: #8f912a;
  font-size: 12px;
  letter-spacing: 2px;
  transition: 0.4s;
}
.section-divider {
  height: 5px;
  border: none;
  background-image: radial-gradient(circle, #a5ce39 2px, transparent 2px);
  background-size: 7px 5px;
  background-repeat: repeat-x;
  background-position: 0 center;
  margin: 0 0px;
  margin-top: 70px;
}
.view-btn:hover {
	background-color: #8f912a;
    border-color: #8f912a;
    color: #fff;
}

.btn-outline:hover {
	background-color: #8f912a;
    border-color: #8f912a;
    color: #fff !important;
}
.hero-tagline-box .tagline-cta:hover {
    background: #f0f6d1;
    color: #8f912a;
}

/* CARD */
.design-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  /*height:620px;*/
}
.design-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
/* OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s ease;
}
/* HOVER EFFECT */
.design-card:hover img {
  transform: scale(1.08);
}
.design-card:hover .overlay {
  opacity: 1;
}
/* OVERLAY BUTTON */
.overlay-btn {
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 14px 30px;
  letter-spacing: 2px;
  font-size: 12px;
  transition: 0.4s;
}
.overlay-btn:hover {
  background: #fff;
  color: #000;
}
/* RESPONSIVE */
@media(max-width:992px) {
  .main-title {
    font-size: 50px;
  }
  .design-card {
    height: 500px;
  }
}
@media(max-width:576px) {
	
	.client-box span {
    color: #ba5070;
    font-size: 12px;
}
	
  .main-title {
    font-size: 38px;
  }
  .design-card {
    height: 420px;
  }
}
/* NAVIGATION WRAPPER */
.owl-navigation-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* PREV + NEXT BUTTON */
.custom-prev,
.custom-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #d0d0d0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  flex-shrink: 0;
}

/* .custom-prev:hover,
.custom-next:hover {
  border-color: #888;
  background: #f5f5f5;
} */

.custom-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0d0d0;
  opacity: 1;
  transition: background 0.3s, transform 0.3s;
}

.custom-dots .swiper-pagination-bullet-active {
  background: #222;
  transform: scale(1.2);
}
.testimonial-card.active {
    transform: scale(1.12);
    opacity: 1;
    box-shadow: 0 16px 56px rgba(25, 97, 57, 0.13);
}
.testimonial-card {
    width: 100%;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 6px;
    padding: 2.25rem;
    border: 1px solid rgba(25, 97, 57, 0.06);
    box-shadow: 0 2px 8px rgba(25, 97, 57, 0.04);
    transform: scale(0.82);
    opacity: 0.45;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.55s ease, box-shadow 0.55s ease;
}


.custom-prev i, .custom-next i {
  font-size: 15px;
  color: #444;  
}
.custom-prev:hover, .custom-next:hover {
  transform: translateY(-2px);
  background: #f7f7f7;
}
/* DOTS */
.custom-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.custom-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: #d0d0d0;
  transition: 0.3s ease;
  padding: 0;
}
.custom-dots button.active {
  background: #555;
  transform: scale(1.3);
}
.testimonial-section {
    overflow: hidden;
    background: #f1f2f2;
    margin-bottom: 100px;
}
.small-title {
    letter-spacing: 4px;
    color: #ba5070;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: obviously-narrow, sans-serif;
}
.main-title {
  font-size: 3.9rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.12;
  color: #196139;
  margin-bottom: 1rem;
}
.main-title span {
    font-style: unset;
    color: #b85070;
    font-weight: 900;
    font-family: obviously, sans-serif;
}
.sub-title {
    color: #ba5070;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 300;
}
.testimonial-card {
    background: #fff;
    border-radius: 0px;
    padding: 26px;
    transition: 0.4s;
    opacity: .5;
    transform: scale(.90);
    min-height: 390px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    height: 500px;
    border-radius: 7px;
    overflow: hidden;
}
.swiper-slide-active .testimonial-card {
  opacity: 1;
  transform: scale(1);
}
.swiper {
  overflow: visible;
  padding: 40px 0;
  overflow: hidden !important;
}
.stars {
    color: #ba5070;
    letter-spacing: 3px;
    margin-bottom: 25px;
    font-size: 18px;
    background-color: #FFF;
    width: 105px;
    padding: 4px 9px;
}
.review {
    font-size: 19px;
    font-style: normal;
    color: #bc5070;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    background: #ffffff;
    padding: 0.3rem 0.75rem;
    background: #ffffff;
    padding: 0.3rem 0.75rem;
    display: inline;
    background: #ffffff;
    padding: 0.3rem 0.75rem;
    line-height: 2.2;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #b85070;
}
.client-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 0.45rem 0.8rem;
    margin-top: 32px;
}
.client-circle {
    width: 57px;
    height: 55px;
    border-radius: 50%;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9f9f9f;
    font-weight: 600;
}
.client-box h5 {
    margin: 0;
    font-size: 17px;
    font-style: normal;
    color: #156139;
    /* font-family: serif; */
}
.client-box span {
    color: #ba5070;
    font-size: 14px;
}
/* NAVIGATION */
.owl-nav {
  margin-top: 40px !important;
  text-align: center;
}
.owl-nav button {
  width: 55px;
  height: 55px;
  border-radius: 50% !important;
  background: #fff !important;
  margin: 0 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: .3s;
}
.owl-nav button span {
  font-size: 24px;
  color: #444;
}
.owl-nav button:hover {
  transform: translateY(-3px);
}
.owl-dots {
  margin-top: 20px;
}
.owl-dot span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px 6px !important;
  background: #d4d4d4 !important;
}
.owl-dot.active span {
  background: #555 !important;
}
.custom-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.custom-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: #d0d0d0;
  padding: 0;
}

.custom-dots button.active {
  background: #555;
  transform: scale(1.3);
}
/* RESPONSIVE */
@media(max-width:991px) {
	.testimonial-card {
    
    height: auto !important;
}
	footer {
    float: left;
    width: 100%;
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
	
	
  .main-title {
    font-size: 30px;
  }
  .review {
    font-size: 22px;
  }
}
@media(max-width:576px) {
  .feature-text {
    margin-bottom: 0;
  }
  .main-title {
    font-size: 26px;
  }
  .review {
    font-size: 18px;
  }
  .testimonial-card {
    padding: 25px;
  }
}

.credibility-section {
  background: #ffffff;
  text-align: center;
  background: url("../images/pragmant-art.jpg") center center / cover no-repeat;
  padding: 7rem 7rem;
}
.cred-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #ba5070;
  margin: 8px;
  margin-top: 0;
}
.cred-inner {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 4rem 5rem;
  position: relative;
  text-align: center;
  border: 3px solid #b85070;
  border-radius: 20px;
  background-color: #FFF;
}
.cred-eyebrow-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 0 1.5rem;
  white-space: nowrap;
}
.cred-heading {
  font-size: clamp(1.6rem, 5vw, 4.2rem);
  font-weight: 500;
  color: #196139;
  line-height: 1.1;
  margin-bottom: 0.2rem;
  letter-spacing: -0.02em;
}
.cred-heading-italic {
  font-family: obviously, sans-serif;
  font-style: unset !important;
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 400;
  color: #b85070;
  line-height: 1.1;
  margin-bottom: 2.5rem;
  display: block;
  font-weight: 900;
}
.cred-body {
  font-size: 0.92rem;
  line-height: 1.85;
  color: #ba5070;
  max-width: 640px;
  margin: 0 auto 3rem;
}
.cred-body strong {
  color: #156139;
}
.cred-stats {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(184, 80, 112, 0.2);
  padding-top: 2.5rem;
  margin-top: 1rem;
  gap: 0;
}
.cred-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0 1.5rem;
  border-right: 1px solid rgba(184, 80, 112, 0.2);
}
.cred-num {
  font-size: 2.4rem;
  font-weight: 900;
  color: #b85070;
  line-height: 1;
}
.cred-stat-label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #525252;
  line-height: 1.4;
}
.cred-stat:nth-child(4) {
  border-right: 0px;
}
.cred-pa-btn {
  display: inline-block;
  margin-top: 2.5rem;
  padding: 0.8rem 2rem;
  border: 1px solid #b85070;
  border-radius: 2px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b85070;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}
.cred-pa-btn:hover {
  background-color: #b85070;
  color: #FFF;
}
footer {
  float: left;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
}
.container {
  max-width: 1850px;
  margin: 0 auto;
}
.footer_box_main {
  float: left;
  width: 100%;
}
.logo-img-footer {
  height: 100px;
  display: block;
}
.insta-cell {
  background-color: #ebebeb;
}
.footer-p {
  font-size: 0.85rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #8a857d;
}
.footer-social {
  display: flex;
  gap: 0.75rem;
}
.social-btn {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(46, 43, 38, 0.15);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.85rem;
  color: #8a857d;
  transition: border-color 0.2s, color 0.2s;
}
footer h4 {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2e2b26;
  margin-bottom: 0.75rem;
}
footer li a {
  text-decoration: none;
  font-size: 14px;
  color: #b85070;
  transition: color 0.2s;
  line-height: 1.8;
  display: block;
}

.footer_box_main  p {font-size: 14px;}

footer ul {
  list-style: none;
  padding: 0px;
}
footer li {
  margin-bottom: 0.05rem;
}
.hc-text {
  max-width: 500px;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #2e2b26;
  border: 1px solid #2e2b26;
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.75rem 1.6rem;
  border-radius: 2px;
  transition: background 0.25s, color 0.25s, transform 0.2s;
  align-self: flex-start;
  font-weight: 500;
}
.hero_banner_main {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.footer-col {
  padding-top: 0;
  padding-left: 261px;
  padding-bottom: 72px;
}
.footer-bottom {
  border-top: 1px solid rgba(46, 43, 38, 0.08);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: #8a857d;
  flex-direction: column;
}
.footer-bottom a {
  color: #8a857d;
  text-decoration: none;
}
.insta-strip .section-label {
  margin-bottom: 0.5rem;
}
.insta-strip p {
  color: #b85070;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
.section-label {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c49a52;
    margin-bottom: 0.75rem;
    font-family: obviously-narrow, sans-serif;
}
.insta-strip {
  background: #ffffff;
  border-top: 1px solid rgba(46, 43, 38, 0.08);
  padding: 4rem 0rem;
  text-align: center;
}
.section .btn-outline, .gallery-section .btn-outline, .insta-strip .btn-outline {
  border-color: #8f912a;
  color: #2e2b26;
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #8f912a;
  color: #8f912a !important;
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.75rem 1.6rem;
  border-radius: 2px;
  transition: all 0.25s;
  align-self: flex-start;
}
.insta-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 4px;
  margin-bottom: 1.5rem;
}
@media(max-width:1600px) {
  .carousel-caption .hc-title {
    font-size: 3.3rem !important;
    line-height: 1.1;
  }
  .carousel-caption {
    left: 92px !important;
  }
  .carousel-control-prev {
    left: -67px !important;
  }
  .carousel-control-next {
    right: -67px !important;
  }
}
@media(max-width:1440px) {
  .review {
    font-size: 17px;
  }
  .client-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1eee8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9f9f9f;
    font-weight: 600;
  }
  .testimonial-card {
    min-height: 288px;
  }
	
	.testimonial-card {

    height: 430px;
}
	
	
  .owl-nav {
    display: none;
  }
  .feature-text {
    font-size: 13px !important;
  }
  .carousel-caption .hc-title {
    font-size: 3rem !important;
    line-height: 1.1;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    border: 1px solid #8d8d8d;
    border-radius: 51px;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 35px;
  }
  .carousel-caption {
    padding-top: 0;
  }
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
html, body {
  overflow-x: hidden;
}
.container {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.footer-col {
  padding-left: 107px;
}
/* =========================
   HERO SECTION
========================= */
.hero_banner_main {
  padding: 20px 0;
  margin-top: 80px;
}
.carousel-item img {
  min-height: 350px;
  object-fit: cover;
  border-radius: 14px;
}
.accordion-button {
  padding: 25px 20px;
  padding-right: 0 !important;
}
.carousel-caption {
  left: 40px;
  right: 40px;
  bottom: 50%;
  transform: translateY(50%);
}
.carousel-caption .hc-title {
  font-size: 4rem;
  line-height: 1.1;
}
.carousel-caption .hc-sub {
  font-size: 15px;
  max-width: 500px;
}
.hc-btns {
  gap: 12px;
}
.carousel-control-prev {
  left: 10px;
}
.carousel-control-next {
  right: 10px;
}
/* =========================
   BUTTONS
========================= */
.btn-primary, .btn-outline, .quote-btn, .start-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
/* =========================
   ACCORDION
========================= */
.accordion-button {
  padding: 0px 0px;
}
.accordion-left, .accordion-right {
  display: flex;
  align-items: center;
}
.accordion-button {
  /* flex-wrap: wrap; */
  gap: 15px;
  align-items: center;
}
.fa-solid, .fas {
  font-weight: 900;
  color: #bc5070;
}
.accordion-button:not(.collapsed) .icon-circle .fa-solid {
  background: #bc5070;
  color: #fff;
  transform: rotate(45deg);
}
.accordion-right {
  margin-left: auto;
  gap: 15px;
}
.accordion-title {
  font-size: 24px;
}
.price {
  white-space: nowrap;
}
/* =========================
   FEATURE CARDS
========================= */
.feature-card {
  height: 100%;
}
.feature-title {
  font-size: 17px;
}
.feature-text {
  font-size: 14px;
}
/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 991px) {
	
	
	
	.small_title {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #196139;
    margin-bottom: 1.5rem;
    margin-top: 0;
}
	.offer_image_section img {
  display: block;
  width: 100%;
  height: auto;
}
	
	
  .carousel-caption {
    display: block !important;
  }
     .bottom-strip-main

 {
        padding: 3rem 0rem !important;
        padding-bottom: 0 !important;
    }
  .credibility-section {
    padding: 50px;
  }
  .cred-inner {
    max-width: 960px;
    margin: 0 auto;
    border: 1px solid #c49a52;
    border-radius: 20px;
    padding: 3rem 2rem;
    position: relative;
    text-align: center;
  }
  .cred-inner {
    padding: 3rem 2rem;
  }
  .cred-stat {
    padding: 0 1rem !important;
  }
  .cred-stat:nth-child(4) {
    border-right: 0px;
  }
  .carousel-caption {
    left: 44px !important;
  }
  .carousel-caption {
    top: 46px;
  }
  .collection-title {
    font-size: 1.5rem;
  }
  .ip-category {
    font-size: 1.5rem;
  }
  .product-gallery {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .how_it_works_section {
    margin-top: 7px;
  }
 .collection-details_wrapper
 {
        margin-bottom: 0;
        margin-top: 105px !important;
    }
  .collection_details_section {
    margin-top: 50px;
  }
  .main-image {
    width: 100%;
  }
  .collection-details_section {
    width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .colleciton_header h3 {
    font-size: 16px;
  }
  .custom-navbar {
    padding: 10px 0;
  }
  .navbar-brand img {
    width: 110px;
  }
  .navbar-toggler {
    border: none;
    box-shadow: none !important;
  }
  .nav-center .nav-link {
    margin: 10px 0;
    font-size: 14px;
  }
  .nav-right {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    display: none;
  }
  .start-btn {
    width: 100%;
  }
  .carousel-caption {
    left: 20px;
    right: 20px;
    bottom: 30px;
    transform: none;
  }
  .carousel-caption .hc-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .carousel-caption .hc-sub {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .carousel-control-next, .carousel-control-prev {
    display: none;
  }
  .feature-section {
    padding: 50px 0;
  }
  .main-heading {
    font-size: 36px;
    line-height: 1.2;
  }
  .section-text {
    font-size: 15px;
  }
      .accordion-title {
        font-size: 20px;
        color: #156139;
    }
     .accordion-number {
        color: #bc5070;
        font-size: 13px; margin-top: 0px !important;
    }
  .price {
    font-size: 14px;
  }
}
/* =========================
   TABLET RESPONSIVE
========================= */
@media (max-width: 768px) {
	
	.hero-tagline-box-inner {
 
    padding: 2.8rem 0.5rem;
   
}
	
  .cred-num {
    font-size: 2rem;
  }
  .carousel-item img {
    min-height: 500px;
  }
  .carousel-caption .hc-title {
    font-size: 2rem;
  }
  .hc-btns {
    flex-direction: column;
    width: 100%;
  }
  .hc-btns a {
    width: 100%;
  }
  .ticker span {
    margin: 0 20px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  .main-heading {
    font-size: 30px;
  }
  .feature-card {
    padding: 25px 20px;
  }
  .accordion-button {
    padding: 0px 0px;
  }
  .accordion-right {
    width: 37%;
    justify-content: flex-end;
    margin-left: 0;
  }
}
/* =========================
   SMALL MOBILE DEVICES
========================= */
@media (max-width: 576px) {
	.logo img {
    float: left;
    height: 51px;
}
	.center-btn .btn-design {
    float: right;
    background: #c45b7c;
    color: #fff;
    padding: 11px 11px;
    border-radius: 2px;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
    text-decoration: none;
}
	
  .carousel-caption .hc-title {
    font-size: 2.5rem !important;
    line-height: 1.1;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .carousel-item img {
    min-height: 600px;
  }
  .carousel-caption {
    left: 16px !important;
    right: 15px;
    bottom: 20px;
    height: 100%;
    display: flex !important;
    align-items: center;
    margin-top: -43px;
  }
  .carousel-caption .hc-title {
    font-size: 1.8rem;
  }
     .carousel-caption .hc-sub {
        font-size: 13px;
        color: #000;
    }
  .hc-eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
  }
  .main-heading {
    font-size: 26px;
  }
  .section-tag {
    font-size: 12px;
  }
  .accordion-title {
    font-size: 18px;
  }
  .feature-title {
    font-size: 18px;
  }
  .feature-text {
    font-size: 13px;
  }
  .start-btn, .btn-primary, .btn-outline, .quote-btn {
    width: 100%;
    padding: 14px 18px;
  }
}
@media (max-width: 576px) {
  .collection-details_section {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .collection_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
  }
  .design-card {
    height: auto;
  }
	      .process-section .accordion-body {
        padding: 0 25px 25px 64px;
        color: #c55678;
        font-size: 13px;
        line-height: 1.7;
        width: 90%;
    }
	footer li a {
    text-decoration: none;
    font-size: 14px;
    color: #b85070;
    transition: color 0.2s;
    line-height: 1.8;
    display: block;
}
	.footer_box_main p {font-size: 14px;}	
	
       .hero-tagline-box-inner {
        background: url(../images/strip.jpg) center center / cover no-repeat;
        border-radius: 20px;
        padding: 0.8rem 1.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-top: -27px !important;
        float: left;
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
	
	
}
@media (max-width: 480px) {
	
	
	
	
	
	.icon-circle {
        width: 25px !important;
        height: 25px !important;
        border: 1px solid #d8d3cf;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        color: #222;
        font-size: 9px;
    }
	       .center-btn .btn-design {
        float: right;
        background: #c45b7c;
        color: #fff;
        padding: 11px 6px;
        border-radius: 2px;
        letter-spacing: 2px;
        font-size: 8px;
        font-weight: 600;
        border: none;
        transition: 0.3s;
        text-decoration: none;
    }
	
	
	

  .overlay-btn {
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 6px 17px;
    letter-spacing: 2px;
    font-size: 11px;
    transition: 0.4s;
  }
  .cred-stat:nth-child(4) {
    border-right: 1px solid rgba(196, 154, 82, 0.2);
  }
  .quote-btn {
    border: 1px solid #222;
  }
  .cred-stats {
    display: grid;
    padding-top: 0;
    justify-content: center;
    border: none;
    margin-top: 1rem;
    gap: 14px;
    grid-template-columns: auto auto;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-text {
    font-size: 14px !important;
  }
  .cred-stat {
    padding: 0 0rem !important;
  }
  .view-btn {
    border: 1px solid #777;
    padding: 16px 30px;
    text-decoration: none;
    color: #333;
    font-size: 10px;
    letter-spacing: 2px;
    transition: 0.4s;
  }
      .accordion-number {
        font-size: 10px;
        margin-top: 0 !important;
    }
  .accordion-title {
    font-size: 16px;
  }
  /* .accordion-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
} */
  .accordion-number {
    min-width: 17px;
  }
  .price {
    font-size: 10px;
  }
  .sub-title {
    font-size: 14px !important;
  }
  .section-desc {
    font-size: 14px !important;
    margin-top: 14px;
  }
  .step-title {
    font-size: 17px !important;
  }
  .step-number {
    font-size: 19px !important;
    top: -3px !important;
  }
  .vertical-line {
    left: 39px !important;
  }
}
@media (max-width: 390px) {
	.hero-tagline-box .tagline-title {
    font-size: clamp(1.3rem, 2.5vw, 2.2rem);
    
}
	
	.hero-tagline-box .tagline-title {
    font-size: clamp(1.2rem, 2.5vw, 2.2rem);
    
}
	
  .step-number {
    left: -6px;
  }
  .icon-circle {
    width: 21px;
    height: 21px;
    border: 1px solid #d8d3cf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: #222;
    font-size: 11px;
  }
  .accordion-title {
    font-size: 15px;
  }
  .ip-btn {
    padding: 0.60rem 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.2s;
    font-weight: 500;
  }
}
@media (max-width: 375px) {
  .step-item {
    padding-left: 53px;
  }
  .icon-circle {
    width: 15px;
    height: 15px;
    border: 1px solid #d8d3cf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: #222;
    font-size: 9px;
  }
}
@media (max-width: 480px) {
    .accordion-title {
        font-size: 14px !important;
        font-weight: 600;
    }
}
.m.desktop-image {
  display: block;
}

.mobile-image {
  display: none;
}

