.dialog-close-button{
width:24px;
height:24px;
background:#3c3d7b;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:14px;
color:#fff!important;
top:12px;
right:12px;
box-shadow:0 4px 10px rgba(0,0,0,.45);
transition:.2s ease;
}

/*  @media (min-width: 768px) {
    .elementor-2282 .elementor-element.elementor-element-ede6691 {
        width: 100% !important;
        max-width: 100% !important;
        min-height: calc(100vw * 550 / 1400);
    }
} */

.dialog-close-button:hover{
transform:scale(1.08);
box-shadow:0 6px 16px rgba(0,0,0,.22);
}
.dialog-close-button:focus,
.dialog-close-button:active{
outline:none !important;
border:none !important;
box-shadow:0 4px 10px rgba(0,0,0,.45);
}
.dialog-close-button svg {
	fill: #ffffff!important;
}

.hero-gradient-text .elementor-heading-title {
    background: linear-gradient(90deg, #7b4ba6 0%, #2f3f93 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.lined-heading .elementor-heading-title {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.lined-heading .elementor-heading-title::before,
.lined-heading .elementor-heading-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 120px;
    height: 1px;
    background: #d8d8e5;
}

.lined-heading .elementor-heading-title::before {
    right: 100%;
    margin-right: 15px;
}

.lined-heading .elementor-heading-title::after {
    left: 100%;
    margin-left: 15px;
}
@media (max-width: 767px) {
    .lined-heading {
        text-align: center;
        overflow: hidden;
    }

    .lined-heading .elementor-heading-title {
        display: block;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .lined-heading .elementor-heading-title::before,
    .lined-heading .elementor-heading-title::after {
        display: none;
    }
}

/*Form Custom css */
.export-enquiry-form .elementor-field-group #form-field-field_f04444d, #form-field-field_0edd03b {
	    margin-bottom: 0px!important;
}

.export-enquiry-form .elementor-field-type-checkbox .elementor-field-group .elementor-column .elementor-field-group-field_63fef66 .elementor-col-50 {
    background-color: #ffffff;
    border: 1px solid #C3B6C9!important;
}

.export-enquiry-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input {
	width: 18px;
    height: 18px;
}

.export-enquiry-form .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option  {
	padding: 5px;
/*     border: 1px solid #c3b6c9!important; */
/*     margin-right: 10px; */
/*     margin-top: 5px;  */
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.export-enquiry-form .elementor-column {
    align-self: flex-start !important;
}

.export-enquiry-form .elementor-widget {
    width: 100% !important;
}

.export-enquiry-form .elementor-field-group-field_c2e200d {
    margin-top: -60px;
}

@media (max-width: 767px) {
  .export-enquiry-form .elementor-field-group-field_c2e200d {
    margin-top: 0px;
  }
}

#export-submit-btn{
    background: linear-gradient(90deg, #7f4d93 0%, #2b3975 100%) !important;
    border: none !important;
    border-radius: 50px;
    padding: 12px 24px;
    color: #fff !important;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(43, 57, 117, 0.18);
}

#export-submit-btn:hover{
    background: linear-gradient(90deg, #2b3975 0%, #7f4d93 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(43, 57, 117, 0.25);
}

.export-enquiry-popup .elementor-field-group #form-field-field_f04444d, 
.export-enquiry-popup #form-field-field_0edd03b {
    margin-bottom: 0px !important;
}

.export-enquiry-popup .elementor-field-type-checkbox .elementor-field-group .elementor-column .elementor-field-group-field_63fef66 .elementor-col-50 {
    background-color: #ffffff;
    border: 1px solid #C3B6C9 !important;
}

.export-enquiry-popup .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input {
    width: 18px;
    height: 18px;
}

.export-enquiry-popup .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
 	padding: 5px;
/*     border: 1px solid #c3b6c9!important; */
/*     margin-right: 10px; */
/*     margin-top: 5px;  */
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.export-enquiry-popup .elementor-field-option input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #7E4D93; /* optional */
}

.export-enquiry-popup .elementor-field-option label {
    margin-bottom: 0 !important;
}

/*region-gedge*/
/* Apply only on tablet & desktop */
@media (min-width: 768px){

    .region-badges .elementor-widget-image-box{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
    }

    .region-badges .elementor-image-box-img img{
        width: 16px;
        height: 16px;
        object-fit: contain;
        vertical-align: middle;
    }

    .region-badges .elementor-image-box-title{
        margin: 0 !important;
        line-height: 1;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

}

/* Desktop + Tablet */
@media (min-width: 768px){

    .region-badges .elementor-image-box-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

}

/* Mobile */
@media (max-width: 767px){

    .region-badges .elementor-image-box-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        flex-direction: row; /* keeps image + title side by side */
    }

    .region-badges .elementor-image-box-img{
        margin-bottom: 0 !important;
        margin-right: 6px;
    }

    .region-badges .elementor-image-box-img img{
        width: 16px;
        height: 16px;
        object-fit: contain;
    }

    .region-badges .elementor-image-box-title{
        margin: 0 !important;
/*         line-height: 1; */
        font-size: 14px;
    }

}


#product-submit-btn{
    background: linear-gradient(90deg, #7f4d93 0%, #2b3975 100%) !important;
    border: none !important;
    border-radius: 5px;
    padding: 12px 24px;
    color: #fff !important;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(43, 57, 117, 0.18);
}

#product-submit-btn:hover{
    background: linear-gradient(90deg, #2b3975 0%, #7f4d93 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(43, 57, 117, 0.25);
}


/* 
.sitons-header .menu-item-56 .sub-menu li:hover > a.elementor-sub-item {
    background: linear-gradient(90deg, #7E4D93, #2D3A75) !important;
    color: #fff !important;
}
 */

/* Apply hover effect to ALL dropdown menu items in this header */
.sitons-header .sub-menu li:hover > a.elementor-sub-item {
    background: linear-gradient(90deg, #7E4D93, #2D3A75) !important;
    color: #fff !important;

    /* Remove underline/highlight */
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Remove any pseudo-element highlight */
.sitons-header .sub-menu li:hover > a.elementor-sub-item::before,
.sitons-header .sub-menu li:hover > a.elementor-sub-item::after {
    display: none !important;
    content: none !important;
}

/* Hover effect Capabilities Page */
.custom-hover-card:hover .elementor-icon-box-title,
.custom-hover-card:hover .elementor-icon-box-description {
    color: #ffffff !important;
}

.fade-line-section {
    position: relative;
    z-index: 1;
}

/* TOP LINE (force visible) */
.fade-line-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 5; /* important */

    background: linear-gradient(
        to right,
        transparent,
        rgba(120,120,150,0.4),
        transparent
    );
}

/* BOTTOM LINE */
.fade-line-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 5;

    background: linear-gradient(
        to right,
        transparent,
        rgba(120,120,150,0.4),
        transparent
    );
}

/* .elementor-nav-menu .sub-arrow {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.elementor-nav-menu .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
/* ── Card Hover ───────────────────────────────────────── */
.app-card > *{
    position: relative;
    z-index: 2;
}

.app-card{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding: 32px;
    transition: all 0.45s ease;
    z-index: 1;
    background: #f7f5fc;
}

/* Gradient Hover Background */
.app-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #7b4dff 0%, #233b96 100%);
    opacity: 0;
    transition: opacity 0.45s ease;
    z-index: 0;
}

/* Lotus Background Graphic */
.app-card::after{
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 140px;
    height: 140px;
    background: url('https://dev.nicodigital.net/sitons/wp-content/uploads/2026/03/lotus-outline.png') no-repeat center;
    background-size: contain;
    opacity: 0.08;
    transition: all 0.45s ease;
    pointer-events: none;
}

/* Hover State */
.app-card:hover::before{
    opacity: 1;
}

.app-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(36, 27, 79, 0.22);
}

/* Heading */
.app-card .elementor-heading-title{
    transition: all 0.35s ease;
}

/* Text */
.app-card .elementor-icon-list-text{
    transition: all 0.35s ease;
}

/* Icons */
.app-card .elementor-icon-list-icon svg{
    transition: all 0.35s ease;
}

/* Image */
.app-card img{
    transition: all 0.4s ease;
}

/* Hover Text Colors */
.app-card:hover .elementor-heading-title,
.app-card:hover .elementor-icon-list-text{
    color: #ffffff !important;
}

/* Hover Bullet Color */
.app-card:hover .elementor-icon-list-icon svg{
    fill: #ffffff !important;
}

/* Hover Icon Animation */
.app-card:hover img{
    transform: scale(1.08);
}

.app-card img{
    transition: all 0.4s ease;
}

.app-card:hover img{
    filter: brightness(0) invert(1);
    transform: scale(1.08);
}

/* Pharma page Card */


.white-hover-card{
    transition: all 0.3s ease;
}

/* Force all text white */
.white-hover-card:hover h2,
.white-hover-card:hover .hero-gradient-text h2,
.white-hover-card:hover .hero-gradient-text .elementor-heading-title,
.white-hover-card:hover .elementor-heading-title,
.white-hover-card:hover .elementor-icon-list-text,
.white-hover-card:hover .elementor-widget-text-editor,
.white-hover-card:hover .elementor-widget-text-editor p,
.white-hover-card:hover .elementor-widget-text-editor strong{
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* Icon white */
.white-hover-card:hover .elementor-icon-list-icon svg{
    fill: #fff !important;
}

/* WORDPRESS BLOG EDITOR  */

/* =========================
   BLOG H2 HEADING STYLE
========================= */
.single-post .wp-block-heading h2,
.single-post h2.wp-block-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #4a2d73 !important;
    font-weight: 700;
    margin-bottom: 18px;
}

/* =========================
   BLOG H3 SUBHEADING STYLE
========================= */
.single-post .wp-block-heading h3,
.single-post h3.wp-block-heading {
    font-size: 20px;
    line-height: 1.4;
    color: #6b4fa1 !important;
    font-weight: 700;
    margin-bottom: 14px;
}

/* Blog List Spacing */
.single-post .wp-block-list {
    margin-bottom: 15px !important;
}

.single-post .wp-block-list li {
/*     margin-bottom: 10px; */
    line-height: 1.6;
}

/* =========================
   TABLE DESIGN
========================= */
.single-post .wp-block-table {
    margin: 30px 0;
    overflow-x: auto;
    border-radius: 12px;
}

.single-post .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    background: #ffffff;
    border: 1px solid #e5dff2;
}

.single-post .wp-block-table th,
.single-post .wp-block-table td {
    padding: 14px 16px;
    border: 1px solid #e5dff2;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
}

/* Table Header */
.single-post .wp-block-table tr:first-child td {
    background: #4a2d73;
    color: #ffffff;
    font-weight: 700;
}

/* Alternate Row */
.single-post .wp-block-table tr:nth-child(even) {
    background: #f8f5fc;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 767px) {

    /* H2 */
    .single-post .wp-block-heading h2,
    .single-post h2.wp-block-heading {
        font-size: 22px;
        line-height: 1.35;
    }

    /* H3 */
    .single-post .wp-block-heading h3,
    .single-post h3.wp-block-heading {
        font-size: 18px;
        line-height: 1.4;
    }

    /* Scrollable Table */
    .single-post .wp-block-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .single-post .wp-block-table table {
        min-width: 700px;
    }

    .single-post .wp-block-table th,
    .single-post .wp-block-table td {
        padding: 12px;
        font-size: 14px;
    }
}

.wp-block-quote {
    background: linear-gradient(135deg, #dcd4f7 0%, #f3efff 100%);
    border-left: 5px solid #6a35a3;
    padding: 28px 32px;
    margin: 35px 0;
    box-shadow: 0 2px 10px rgba(106, 53, 163, 0.08);
}

.wp-block-quote h2 {
	color: #6B4FA1!important;
    font-size: 20px;
	font-weight: 700;
}

/* Quote text */
.wp-block-quote p {
    color: #3b2d4a !important;
/*     font-size: 15px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 15px; */
}

/* Citation */
.wp-block-quote cite {
    color: #6a35a3;
    font-size: 15px;
    font-weight: 600;
}

/* CTA BACKGROUND */

.blog-cta-banner {
    position: relative;
    overflow: hidden;
    padding: 50px 45px;
    border-radius: 12px;
    background-image:
        linear-gradient(
            90deg,
            rgba(126, 77, 147, 0.92),
            rgba(45, 58, 117, 0.92)
        ),
        url('https://dev.nicodigital.net/sitons/wp-content/uploads/2026/05/cta-back.png');
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #fff;
    margin: 40px 0;
}

.blog-cta-banner h4 {
	color: white !important; 
	font-weight: 600;
    font-size: 28px;
}

.blog-cta-banner p {
	color: white !important; 
}

/* BLOG CUSTOM FAQ */

/* BLOG FAQ STYLE */

.single-post details.wp-block-details {
   
    margin-bottom: 18px;
    overflow: hidden;
    background: #fff;
}

/* Question */
.single-post details.wp-block-details summary {
	border: 1px solid #222;
    border-radius: 14px;
	color:#241D24;
    padding: 15px 18px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    position: relative;
}

/* Remove default arrow */
.single-post details.wp-block-details summary::-webkit-details-marker {
    display: none;
}

/* Plus icon */
.single-post details.wp-block-details summary::after {
    content: '+';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 400;
}

/* Minus icon */
.single-post details.wp-block-details[open] summary::after {
    content: '−';
}

/* Answer */
.single-post details.wp-block-details p {
    color:#241D24;
    padding: 26px 24px;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
	
}


/* Open State */
.single-post .wp-block-details[open] {
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* Mobile */
@media (max-width: 767px) {

    .single-post .wp-block-details summary {
        padding: 20px 22px;
        font-size: 18px;
    }

    .single-post .wp-block-details .wp-block-details__content {
        padding: 0 22px 22px;
    }

    .single-post .wp-block-details .wp-block-details__content p {
        font-size: 16px;
    }

    
/* Plus icon */
.single-post details.wp-block-details summary::after {
    content: '+';
    position: absolute;
    right: 12px;
    top: 25%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 400;
}

/* Minus icon */
.single-post details.wp-block-details[open] summary::after {
    content: '−';
}


}

/* BLOG CARD TITLE */

.blog-card-title .elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media (max-width: 1023px) {
    .menu-item-has-children .sub-menu {
        display:    none;
        position:   static !important;
        width:      100%   !important;
        max-width:  100%   !important;
        left:       auto   !important;
        top:        auto   !important;
        margin:     0      !important;
        padding-left: 15px;
        overflow:   hidden;
        box-shadow: none   !important;
        background: transparent !important;
    }

    .elementor-nav-menu .menu-item a:hover,
    .elementor-nav-menu .menu-item a:focus,
    .elementor-nav-menu .menu-item-has-children > a:hover,
    .elementor-nav-menu .menu-item-has-children > a:focus,
    .menu-item-has-children .sub-menu a:hover,
    .menu-item-has-children .sub-menu a:focus {
        background-color: transparent !important;
        background:       transparent !important;
        color:            inherit     !important;
        outline:          none        !important;
        -webkit-tap-highlight-color: transparent;
    }

    .menu-item-has-children .sub-menu a {
        font-family: "Inter", Sans-serif;
        font-size:   14px;
        font-weight: 400;
        color:       #1a2456 !important;
        background:  transparent !important;
        display:     block;
        padding:     6px 0;
    }

    .menu-item-has-children .sub-menu li {
        margin: 5px 0;
    }
}

.elementor-nav-menu .menu-item-has-children > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.elementor-nav-menu .menu-item-has-children > a .sub-arrow {
    cursor: pointer;
    padding: 5px 10px;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

.elementor-nav-menu .menu-item-has-children.submenu-open > a .sub-arrow svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.hero-banner{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: clamp(500px, 75vh, 850px);
}

@media (max-width: 1440px){
   .hero-banner{
        background-position: 70% center;
    }
}

/* 1920x1080 and similar large desktops */
@media screen and (min-width: 1600px) and (max-width: 2264px) {
  .elementor-element.hero-banner {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 750px !important;
  }
}

/* 2265x1440 and above (2K, ultrawide, 4K) */
@media screen and (min-width: 2265px) {
  .elementor-element.hero-banner {
    background-size: cover !important;
    background-position: center top !important;
    min-height: 750px !important;
  }
}

/* 4K and above */
@media screen and (min-width: 3840px) {
  .elementor-element.hero-banner {
    background-size: cover !important;
    background-position: center top !important;
    min-height: 1100px !important;
  }
}