/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2026 | 10:53:39 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
button:focus {
    background: #FF8008;
}

/** custom_product_variation_shortcode **/
.custom-product-wrapper{
    display:flex;
    gap:50px;
}

.custom-product-left{
    width:50%;
}

.custom-product-right{
    width:50%;
}

.thumb-slider .slick-slide{
    margin:5px;
    cursor:pointer;
}



.custom-action-buttons {
    margin-top: 25px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap; /* Prevent overflow */
}

/* Button Styling (optional but recommended) */
.custom-action-buttons button,
.custom-action-buttons a {
    padding: 10px 20px;
}

/* Tablet */
@media (max-width: 992px) {
    .custom-action-buttons {
        gap: 12px;
    }
}

/* Mobile */
@media (max-width:667px) {
    .custom-action-buttons {
        flex-direction: column;  /* Stack vertically */
        align-items: stretch;    /* Full width buttons */
    }

    .custom-action-buttons button,
    .custom-action-buttons a {
        width: 100%;
        text-align: center;
    }
	button.acf-toggle-btn {
    font-size: 20px;
}
}

/* Small Mobile */
@media (max-width: 480px) {
    .custom-action-buttons {
        gap: 10px;
    }
}


.dynamic-calculator-modal{
    position:fixed;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.calculator-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.6);
}
.calculator-content {
    position: relative;
    width: 500px;
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    z-index: 2;
    border: solid 6px #0000ff21;
}

.close-calculator{
    position:absolute;
    right:15px;
    top:10px;
    cursor:pointer;
    font-size:20px;
}


.variation-item{
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}

/* Category listing shortcode */

 .category-listing {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 15px;
        margin: 0;
    }
    .category-card {
        border: 1px solid #eee;
        border-radius: 12px;
        text-align: center;
        background: #fff;
        padding: 0px;
        transition: all 0.3s ease;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .category-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    }
.category-card .imgsection {
    position: relative;
    height: 16.5625rem;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.category-card img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 12px;
    min-height: 100%;
}

.category-card:hover .description {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
  .category-card .description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    padding: 1.25rem;
    z-index: 2;
    background: rgba(255, 255, 255, .9);
    color: #000;
    opacity: 0;
    overflow: hidden;
    transition: opacity .35s 
ease-out, transform .35s 
ease-out;
    transform: translate3d(0, 2.5rem, 0);
	  font-size: 13px;
}
.cardbottomsection {
    padding: 22px;
}
.category-card h3, .page-card  h3 {
    margin: 22px 0;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    margin-top: 0px !important;
    line-height: 25px;
}
.category-card .price, .page-card .price {
    color: #007b5e;
    font-weight: 500;
    margin: 5px 0 15px;
    /* font-size: 15px; */
    font-size: 1rem;
}
.category-card .price span, .page-card .price span {
    font-size: .75rem;
}
.category-card a.order-btn {
    width: auto !important;
    border: none;
    padding: 0;
    background: 0 0;
    color: #DB00A1;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    font-size: 15px;
}
.category-card a.order-btn:hover {
      background: 0 0;
    color: #DB00A1;
}

.category-card a.order-btn:hover:not([disabled]):before {
    width: calc(100% - 14px);
}
.category-card a.order-btn:before {
    width: 0;
    height: 2px;
    background: #DB00A1;
    transition: width .4s ease-out;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
}



/* Slider section */
/* === Page/Post Slick Slider Styles === */


.page-slider .slick-slide {
    padding: 7px;
    height: auto !important;
}

.page-slider .page-card {
    /* background: #fff; */
    /* border: 1px solid #eee; */
    /* border-radius: 12px; */
    /* overflow: hidden; */
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
    /* transition: all 0.3s ease; */
    /* height: 100%; */
    border: 1px solid #eee;
    border-radius: 12px;
    text-align: center;
    background: #fff;
    padding: 0px;
    transition: all 0.3s 
ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page-slider .page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.page-slider .page-card .imgsection {
    /* text-align: center; */
    /* padding: 15px; */
    position: relative;
    height: 16.5625rem;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.page-slider .page-card img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 12px;
    min-height: 100%;
}
.page-slider .page-card:hover .description {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.page-slider .page-card .description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    padding: 1.25rem;
    z-index: 2;
    background: rgba(255, 255, 255, .9);
    color: #000;
    opacity: 0;
    overflow: hidden;
    transition: opacity .35s 
ease-out, transform .35s 
ease-out;
    transform: translate3d(0, 2.5rem, 0);
    font-size: 13px;
}


.page-slider .order-btn:hover {
    background: 0 0;
    color: #DB00A1;
}
.page-slider .order-btn {
    width: auto !important;
    border: none;
    padding: 0;
    background: 0 0;
    color: #DB00A1;
    letter-spacing: 1px !important;
    font-weight: 500;
    white-space: nowrap;
	text-decoration:none;
    position: relative;
}
.page-slider .order-btn:hover:not([disabled]):before {
    width: calc(100% - 14px);
}
.page-slider .order-btn:before {
    width: 0;
    height: 2px;
    background: #DB00A1;
    transition: width .4s ease-out;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
}

.page-slider .slick-prev:before,
.page-slider .slick-next:before {
    color: #3A3C92;
    font-size: 24px;
}


.page-slider {
    overflow: hidden;
}
.page-slider .slick-prev
{
    left: 25px;
}


.page-slider .slick-next
{
    right: 25px;
}
.slick-track {
    display: flex !important;
}
a.order-btn {
    cursor: pointer !important;
}
.ekit-inline-video-overlay-image img {
    border-radius: 13px !important;
}
.ekit-inline-video-content iframe {
    width: 100%;
    height: 435px;
    border-radius: 13px;
}


/* Testimonial */
.modern-testimonial .slick-track {
    display: flex !important;
    align-items: center;
    min-height: 380px;
}
.modern-testimonial {
    text-align: center;
    padding: 0px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
    .modern-testimonial .testimonial-text {
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        line-height: 1.6;
        max-width: 800px;
        margin: 0 auto 40px;
        min-height: 90px;
        transition: opacity 0.4s ease;
    }
    /* Base slider container */
.testimonial-slider {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

/* All slides (default smaller + faded) */
.testimonial-item {
  transition: all 0.4s ease;
  opacity: 1;
   /* transform: scale(1); */
}

/* Center active slide */
.slick-center .testimonial-item {
  opacity: 1;
  /* transform: scale(1.25); */
  z-index: 5;
}

/* Image styles */
.testimonial-image img {
    width: 85%;
    height: 85%;
    border-radius: 20px;
    object-fit: cover;
    margin: 0 auto;
    transition: all 0.4s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Center image enlarged + glow */
.slick-center .testimonial-image img {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
    border: 4px solid #218ef166;
    transform: scale(1.05);
}

/* Optional subtle blur for side images */


/* Smooth transition */

.slick-slide {
  transition: all 0.4s ease-in-out;
}

.testimonial-name {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: -20px;
}



/* footer */
.footersection .ekit_lottie svg {
    margin-top: -26px;
}


/* accordingstyle1  */

.accordingstyle1 .elementor-element {
    border: none;
}

.accordingstyle1 summary.e-n-accordion-item-title {
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordingstyle1 .e-n-accordion-item {
    border: 1px solid #dadbe0;
    box-shadow: inset 0 0 0 2px #fff;
    overflow: hidden;
    border-radius: 23px;
}
.accordingstyle1 span.e-n-accordion-item-title-header {
    line-height: 22px;
    color: #000000;
    padding: 14px 0px 14px 10px;
}
span.e-n-accordion-item-title-icon {
    margin-right: 10px;
}

ul.elementskit-pricing-lists li {
    border-bottom: solid 1px #e6e1e1;
    padding-bottom: 13px;
}



/* Insert Product */

.insertproduct h1.product_title.entry-title, .insertproduct h2{
    font-size: 33px;
    font-weight: 500;
    line-height: 39px;
}

.insertproduct ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px !important;
}

.insertproduct ol.flex-control-nav.flex-control-thumbs li {
    max-height: 116px;
    overflow: hidden;
    float: left;
    width: 19% !IMPORTANT;
    border-radius: 10px;
}

.insertproduct ol.flex-control-nav.flex-control-thumbs li img {
    width: 100% !important;
    object-fit: cover;
}

.insertproduct img.zoomImg {
    border-radius: 20px !IMPORTANT;
}

.insertproduct .woocommerce-product-gallery__image.flex-active-slide {
    border-radius: 12px;
    margin-bottom: 20px !important;
    overflow: hidden !important;
}

.insertproduct section.related.products {
    display: none;
}
.insertproduct li#tab-title-reviews {
    display: none;
}

.insertproduct td,.insertproduct th {
    padding: 10px !IMPORTANT;
}

.insertproduct table td, .insertproduct table th {
    border: 1px solid hsl(0deg 0% 85.2% / 50.2%);
}

.insertproduct hr {
    background: #9797973b;
    border: solid 1px #9797973b;
    border-bottom: none !important;
    margin-bottom: 13px;
    margin-top: 13px;
}


.elementor-icon-list-item::marker{
  display: none;
}




.custom-product-right h2 {
    color: #0A0A0A;
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    margin-bottom: 25px;
}

.variation-item h4 {
    color: #0A0A0A;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.product-wrapper-section {
    margin-bottom: 60px;
    /* display: flex; */
    gap: 50px;
    margin-bottom: 0px;
    border-radius: 2rem 2rem 2rem 2rem;
    border:solid 2px #e8e8e8;
    padding: 25px;
}

.custom-product-wrapper{
    display:flex;
    gap:50px;
    margin-bottom:40px;
}

.custom-product-left,
.custom-product-right{
    width:50%;
}

@media(max-width:768px){
    .custom-product-wrapper{
        flex-direction:column;
    }
    .custom-product-left,
    .custom-product-right{
        width:100%;
    }
}

.thumb-slider .slick-slide{
    margin:5px;
    cursor:pointer;
}

.thumb-slider img{
    border:2px solid transparent;
}


.acf-toggle-wrapper {
    text-align: left;
    border: solid 1px #d8d8d8;
    border-radius: 22px;
	   background: #fff;
	   padding: 14px 20px;
}
.acf-toggle-btn, .acf-toggle-btn:hover, .acf-toggle-btn:focus {
    color: #353535;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 24px;
    text-align: left;
    background: transparent ! IMPORTANT;
    font-weight: 400;
    text-wrap: auto;
	padding: 0;
}
.acf-toggle-wrapper h4 {
    font-size: 20px;
    font-weight: 500;
}
.acf-toggle-content{
    background:#f9f9f9;
    padding:25px;
    margin-top:10px;
    border-radius:22px;
}
.acf-block {
    margin-bottom: 25px;
    border-bottom: solid 1px #dad8d8;
}
.acf-block img {
    border-radius: 20px;
	width:100%;
}
.acf-block ul {
    margin-bottom: 25px;
}

.acf-block:last-child {
    margin: 0px;
    border: none;
}
.custom-product-wrapper .thumb-slider button {
    display: none !important; 
}
.custom-product-wrapper .slick-slide img {
    width: 100%;
    border-radius: 20px;
	width:100%;
    height:auto;
    object-fit:cover;
}



.main-slider button.slick-arrow {
    background: transparent !IMPORTANT;
    border: none !important;
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 999;
}

.main-slider button.custom-prev.slick-arrow {
    left: 0px;
}

.main-slider button.custom-next.slick-arrow {
    right: 0px;
}


.calculate-cost-btn, .get-quote-button,.calculate-cost-btn:hover {
    background-color: #E7DB22;
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px;
    color: #000000 ! IMPORTANT;
    fill: #000000;
    border-style: none;
    border-radius: 34px 34px 34px 34px;
    box-shadow: 1px 2px 0px 0px #517421 ! IMPORTANT;
    height: auto !important;
    line-height: normal ! IMPORTANT;
    padding: 10px 21px !important;
	 -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.calculate-cost-btn:hover {
	
	
}
   

label#ImageChoice-arialabel {
    text-align: center;
    font-size: 30px;
    margin-bottom: 23px;
    margin-top: 30px;
}

a.l-footer__legal-link {
    font-size: 14px;
}


.side-curve .elementskit-card {
    background: #f9f8f5 !important;
    border-radius: 30px !important;
    border: none !important;
}

.side-curve .elementskit-card i.icon {
    background: #fff;
    border-radius: 50%;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: bold;
}




.dynamic-modal{
  position:fixed;
  inset:0;
  display:flex;
  justify-content:center;
  align-items:center;
  background:rgba(0,0,0,0.5);
  z-index:9999;
}

.modal-box{
  background:#fff;
  padding:40px;
  max-width:600px;
  width:95%;
  border-radius:12px;
  position:relative;
}

.modal-close{
  position:absolute;
  top:15px;
  right:15px;
  background:none;
  border:none;
  font-size:22px;
  cursor:pointer;
}

.modal-box input,
.modal-box select{
  width:100%;
  padding:10px;
  margin-bottom:20px;
}

.calc-btn{
  background:#e55332;
  color:#fff;
  border:none;
  padding:12px 20px;
  cursor:pointer;
}

.caltitle {
    margin-bottom: 30px;
    color: #e55332;
    font-size: 20px ! IMPORTANT;
}

.calculator-box label{
  display:block;
  margin-bottom:8px;
  font-weight:500;
}

.calculator-box input, .calculator-box select{
  width:100%;
  padding:12px;
  margin-bottom:20px;
  border-radius:8px;
  border:1px solid #ccc;
  font-size:16px;
}
.calculator-box .result strong {
    float: left;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 20px;
}
.calculator-box .result{
  margin-top:25px;
  font-size:18px;
  font-weight:500;
}
.calculator-box br {
    display: none;
}

.calculator-box p {
    margin-bottom: 0px;
}

.variation-item p {
    margin-bottom: 8px;
}

.comments-area a, .page-content a {
    text-decoration: none !important;
    color: #FF8008;
}

button.elementskit-menu-close {
        margin: 0px ! IMPORTANT;
        background: transparent !important;
}

body {
    font-family: 'Poppins' !important;
    overflow-x: hidden;
}
.wp-block-list li {
    margin-bottom: 10px;
}
.variation-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ff8008;
}
.variation-extra-info {
    font-size: 13px;
    color: #555;
    margin-left: 8px;
    margin-top: 3px;
	color: #ff8008;
}

.variation-extra-info p{
margin:2px 0;
}

figcaption.widget-image-caption.wp-caption-text {
    padding: 10px;
	font-size:14px;
}



.sub-menu.elementor-nav-menu--dropdown {
    min-width: 352px !important;
    z-index:9999999 !important;
}

.responsivetable {
    overflow-x: scroll;
    width: 100%;
}


.elementskit-megamenu-panel.ekit-dropdown-open-onclick {
    backdrop-filter: blur(14px);
    background: rgb(255 255 255 / 96%);
 
}

.elementor-nav-menu .sub-arrow {
    position: absolute;
    right: 15px;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
    margin-top: 7px;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price {
    line-height: 21px;
    display: flex;
      padding: 19px;
    padding-bottom: 19px;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price>sup {
    left: -4px ! IMPORTANT;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price>sub {
    line-height: 15px ! IMPORTANT;
    padding-top: 0px;
    text-align: left;
    padding-left: 9px;
}


.blogstyle1 img {
    width: 100%;
    border-radius: 14px;
    border: solid 7px #F8F8F8;
}

.blogstyle1 figure {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}


/* Blog Listing Blog page */
 .custom-blog-wrapper{
        padding:80px 0;
    }

    .blog-top h1{
        font-size:53px;
        font-weight:700;
        margin-bottom:40px;
        line-height:1;
    }

.blog-filters {
    display: flex;
    align-items: center;
    gap: 40px;
    border: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    padding: 19px;
    border-radius: 25px;
}
.filter-title {
    font-size: 20px;
    position: relative;
    padding-right: 40px;
    font-weight: 600;
}
.blog-content {
    padding: 18px;
    padding-top: 0px;
}
    .filter-title:after{
        content:'';
        position:absolute;
        right:0;
        top:0;
        width:1px;
        height:30px;
        background:#000;
    }

    .filter-dropdown select{
        border:none;
         text-transform: capitalize;
        padding:10px 50px 10px 0;
        font-size:18px;
        background:transparent;
        outline:none;
        min-width:240px;
        cursor:pointer;
    }

    .custom-blog-grid{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:20px;
    }

.blog-card {
    transition: 0.3s;
    border: solid 1px #c7bfbf96;
    border-radius: 22px;
    overflow: hidden;
}


.blog-image {
    display: block;
    border-radius: 0px 0px 22px 22px;
    overflow: hidden;
    margin-bottom: 22px;
}

    .blog-image img{
        width:100%;
        height:260px;
        object-fit:cover;
        display:block;
        transition:0.4s;
    }

    .blog-card:hover img{
        transform:scale(1.05);
    }

    .blog-category{
        display:inline-block;
        margin-bottom:0px;
        font-size:15px;
        color:#555;
    }

 .blog-content h3 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 500;
}

    .blog-content h3 a{
        text-decoration:none;
        color:#000;
    }

    .read-more-btn{
        text-decoration:none;
        color:#000;
        font-size:14px;
    }

    .load-more-main{
        text-align:center;
        margin-top:60px;
    }

    #load-more-blogs{
        background:#000;
        color:#fff;
        border:none;
        padding:16px 40px;
        border-radius:50px;
        cursor:pointer;
        font-size:18px;
    }

    @media(max-width:1024px){

        .custom-blog-grid{
            grid-template-columns:repeat(2,1fr);
        }

    }

    @media(max-width:767px){

        .custom-blog-grid{
            grid-template-columns:1fr;
        }

        .blog-top h1{
            font-size:32px;
        }

        .blog-content h3{
            font-size:24px;
        }

        .blog-filters{
            flex-direction:column;
            align-items:flex-start;
            gap:20px;
        }

        .filter-title:after{
            display:none;
        }

    }
.custom-blog-wrapper {
    max-width: 1300px;
    margin: auto;
    padding: 80px 20px;
}
.category-description {
    margin-bottom: 35px;
}


#load-more-category-posts{
    background:#000;
    color:#fff;
    border:none;
    padding:16px 42px;
    border-radius:50px;
    font-size:18px;
    cursor:pointer;
    transition:0.3s;
}

#load-more-category-posts:hover{
    opacity:0.9;
}



/* About Us page */
 html { scroll-behavior: smooth; }


/* TIMELINE */
.timeline { position: relative; padding-left: 40px; }
.timeline::before {
  content: ''; position: absolute; left: 8px; top: 6px; bottom: 6px;
  width: 1px; background: #FF8008;
}
.tl-item { position: relative; margin-bottom: 48px; }
.tl-dot {
    position: absolute;
    left: -40px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    border: 2px solid #FF8008;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tl-dot::after {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: #FF8008;
}
.tl-year {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--red); font-weight: 500; margin-bottom: 8px;
}
.tl-title {
 
  font-size: 22px; font-weight: 600; color: var(--ink); margin-bottom: 10px;
}
.tl-body { font-size: 14px; line-height: 1.7; color: var(--ink-muted); }

/* GST and PAN */
.logo-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    padding: 8px 20px;
    margin-bottom: 28px;
    backdrop-filter: blur(8px);
  }
  .logo-pill .dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--gold-light);
  }
  .logo-pill span {
    color: rgba(255,255,255,.85);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .quick-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .quick-links a {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.85);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 8px;
    transition: all .2s;
    backdrop-filter: blur(4px);
  }
  .quick-links a:hover { background: rgba(255,255,255,.2); color: #fff; }

  /* ── MAIN LAYOUT ── */
 

  /* ── SECTION CARDS ── */
  .card {
    background: #fff;
    border: 1px solid #e8e4f3;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(124,58,237,.06);
    animation: fadeUp .5s ease both;
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .card:nth-child(1) { animation-delay: .05s; }
  .card:nth-child(2) { animation-delay: .1s; }
  .card:nth-child(3) { animation-delay: .15s; }
  .card:nth-child(4) { animation-delay: .2s; }
  .card:nth-child(5) { animation-delay: .25s; }
  .card:nth-child(6) { animation-delay: .3s; }

  .card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
    border-bottom: 1px solid #e8e4f3;
    background: linear-gradient(90deg, rgba(124,58,237,.04) 0%, transparent 100%);
  }
  .icon-wrap {
    width: 40px; height: 40px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
  }
  .icon-wrap.purple { background: var(--orchid-pale); }
  .icon-wrap.gold   { background: #fef3c7; }
  .icon-wrap.green  { background: var(--green-bg); }
  .icon-wrap.blue   { background: #eff6ff; }
  .icon-wrap.slate  { background: #f1f5f9; }

  .card-header h2 {
  
    font-size: 18px;
    font-weight: 600;
    color: var(--ink);
  }
  .card-header .tag {
    margin-left: auto;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
  }
  .tag.purple { background:#ede9fe; color: #7c3aed; }
  .tag.green  { background: #ecfdf5; color: #059669; }

  .card-body { padding: 28px; }

  /* ── INFO GRID ── */
  .info-grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0;
  }
.card-header h4 {
    margin-bottom: 0px;
}
  .info-row {
    display: contents;
  }
  .info-row .label, .info-row .value {
    padding: 12px 0;
    border-bottom: 1px solid #e8e4f3;
    font-size: 14px;
    line-height: 1.5;
  }
  .info-row:last-child .label,
  .info-row:last-child .value { border-bottom: none; }

  .info-row .label {
    color: var(--ink-soft);
    font-weight: 500;
    padding-right: 20px;
  }
  .info-row .value {
    color: var(--ink);
    font-weight: 400;
  }
  .info-row .value a {
    color: var(--orchid);
    text-decoration: none;
    font-weight: 500;
  }
  .info-row .value a:hover { text-decoration: underline; }

  /* ── HIGHLIGHT BOX ── */
  .highlight-box {
    background: linear-gradient(135deg, #ede9fe 0%, #faf5ff 100%);
    border: 1.5px solid #a78bfa;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .highlight-box .big-value {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--orchid);
    letter-spacing: .03em;
  }
  .highlight-box .big-label {
    font-size: 12px;
    color: var(--ink-soft);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-top: 2px;
  }
  .copy-btn {
    margin-left: auto;
    background: #7c3aed;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all .15s;
    font-family: 'DM Sans', sans-serif;
  }
  .copy-btn:hover { background: #6d28d9; }
  .copy-btn.copied { background: var(--green); }

  /* ── BANK SPECIFIC ── */
  .bank-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
  .bank-cell {
    background: #f8f7ff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px 18px;
  }
  .bank-cell .bc-label {
    font-size: 11px;
    color: var(--ink-soft);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 6px;
  }
  .bank-cell .bc-value {
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    font-family: 'Playfair Display', serif;
  }
  .bank-cell.accent {
    background: linear-gradient(135deg, #1e1b2e 0%, #2d2459 100%);
    border-color: transparent;
  }
  .bank-cell.accent .bc-label { color: rgba(255,255,255,.5); }
  .bank-cell.accent .bc-value { color: #fff; }

  /* ── CONTACT GRID ── */
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .contact-person {
    background: #f8f7ff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px;
  }
  .contact-person .role {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--orchid);
    margin-bottom: 8px;
  }
  .contact-person .name {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 12px;
  }
  .contact-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--ink-mid);
    margin-bottom: 6px;
  }
  .contact-row span.ic { font-size: 14px; }
  .contact-row a { color: var(--orchid); text-decoration: none; font-weight: 500; }
  .contact-row a:hover { text-decoration: underline; }

  /* ── CERT PLACEHOLDER ── */
  .cert-note {
    background: #f0fdf4;
    border: 1px dashed #6ee7b7;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 13px;
    color: #065f46;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /* ── TOC ── */
  .toc-card {
    background: linear-gradient(135deg, #1e1b2e 0%, #312e81 100%);
    border-radius: 20px;
    padding: 28px;
    color: #fff;
  }
  .toc-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    margin-bottom: 18px;
    color: rgba(255,255,255,.9);
  }
  .toc-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    list-style: none;
	  margin:0px;
	  padding:0px;
  }
  .toc-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.75);
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all .2s;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
  }
  .toc-list a:hover { background: rgba(255,255,255,.12); color: #fff; }
  .toc-num {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: rgba(167,139,250,.25);
    color: var(--orchid-light);
    font-size: 11px;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }

  /* ── MSME/SHOP BADGE ── */
  .reg-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--green-bg);
    border: 1px solid #6ee7b7;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 16px;
  }


  /* RESPONSIVE */
  @media (max-width: 600px) {
    .info-grid { grid-template-columns: 1fr; }
    .info-row .label { padding-bottom: 2px; border-bottom: none; color: var(--ink-soft); font-size: 12px; }
    .info-row .value { padding-top: 0; }
    .bank-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .toc-list { grid-template-columns: 1fr; }
    .card-body { padding: 20px; }
  }

.ekit-template-content-footer ul.elementor-icon-list-items {
    list-style: none;
    padding: 0px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 9 !IMPORTANT;
}


/* Single Blog Bottom section */
.od-blog-bottom { font-family: inherit; }

/* ── DIVIDER ── */
.od-blog-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #e4e0d8 20%, #e4e0d8 80%, transparent);
  margin-bottom: 36px;
}

/* ── SHARE SECTION ── */
.od-share-wrap {
  margin-bottom: 32px;
}
.od-share-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8c887f;
  margin-bottom: 12px;
}
.od-share-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.od-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: opacity .18s, transform .15s;
  line-height: 1;
}
.od-share-btn:hover { opacity: .85; transform: translateY(-1px); }
.od-share-btn svg { flex-shrink: 0; }

.od-share-fb   { background: #1877f2; color: #fff !important; }
.od-share-x    { background: #000;    color: #fff !important; }
.od-share-li   { background: #0a66c2; color: #fff !important; }
.od-share-wa   { background: #25d366; color: #fff !important; }
.od-share-copy { background: #f2ede4; color: #3d3a35 !important; border: 1.5px solid #e4e0d8; }
.od-share-copy.copied { background: #f0fdf4; color: #15803d !important; border-color: #86efac; }

/* ── AUTHOR CARD ── */
.od-author-card {
  background: #faf8f4;
  border: 1px solid #e4e0d8;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.od-author-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50% !important;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid #fff !important;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, .1) !important; */
}
.od-author-avatar-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6b21a8, #9333ea);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  border: 3px solid #fff;
  box-shadow: 0 2px 12px rgba(107,33,168,.25);
}
.od-author-info { flex: 1; min-width: 0; }
.od-author-role {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6b21a8;
  margin-bottom: 4px;
}
.od-author-name {
  font-size: 19px;
  font-weight: 700;
  color: #1a1814;
  margin-bottom: 8px;
  line-height: 1.2;
}
.od-author-bio {
  font-size: 13.5px;
  color: #8c887f;
  line-height: 1.7;
  margin-bottom: 14px;
}
.od-author-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.od-author-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: #8c887f;
}
.od-author-meta-item svg { flex-shrink: 0; }
.od-author-posts-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #6b21a8;
  text-decoration: none;
  background: #f3e8ff;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid #ddd6fe;
  transition: all .18s;
}
.od-author-posts-link:hover { background: #6b21a8; color: #fff; border-color: #6b21a8; }

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .od-author-card { flex-direction: column; gap: 16px; padding: 20px; }
  .od-author-avatar, .od-author-avatar-placeholder { width: 56px; height: 56px; font-size: 20px; }
  .od-share-btns { gap: 6px; }
  .od-share-btn { font-size: 12px; padding: 8px 14px; }
}


.buttonsection {
    display: flex;
    align-items: center;
    gap: 10px;
	}