/* global start */
body.popup-open{
    overflow: hidden;
}
p{
    margin: 0;
}
a,footer .footer-bottom-links-wrapper .wp-block-column:first-child .social-links-wrapper .links-wrapper a{
    transition: all 0.3s ease-in-out;
}
a:focus{
    outline: none;
    box-shadow: none;
}
/* Parent row */
.row {
    display: flex;
    flex-wrap: wrap;           /* allow wrapping of columns */
    margin-left: -8px;         /* gutter negative margin (adjust as needed) */
    margin-right: -8px;
    justify-content: center;   /* center horizontally */
    align-items: center;       /* center vertically */
}
.d-flex{
    display: flex;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.items-end{
    align-items: end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-end{
    justify-content: end;
}
.ml-auto{
    margin-left: auto;
}
.container{
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
}
.search-layout{
    padding: 50px 0;
}
/* Columns inside row */
.col-12 {
    width: 100%;               /* full width on small screens */
    padding-left: 8px;         /* gutter padding */
    padding-right: 8px;
}
.font-12{
    font-size: 12px;
}
.font-14{
    font-size: 14px;
}
.mb-10{
    margin-bottom: 10px !important;
}
.font-bold{
    font-weight: 700;
}
.color-primary{
    color: var(--e-global-color-primary);
}
.color-secondary{
    color: var(--e-global-color-secondary);
}
.color-white{
    color: #ffffff !important;
}
.color-offwhite{
    color: var(--e-global-color-e1ac7df);
}
.text-red{
    color: #E53D3A;
}
.btn-primary{
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--e-global-color-e1ac7df);
    padding: 12px 20px !important;
    border-radius: 30px;
    background-color: var(--e-global-color-primary);
    cursor: pointer;
    position: relative; /* keep above pseudo-element */    
    border: none;
    transition: transform 0.3s ease;
    overflow: hidden;
    min-width: 190px !important;
}
.btn-primary.btn-white{
    background-color: var(--e-global-color-e1ac7df);
}
.btn-primary.btn-white a span{
    color: var(--e-global-color-primary);
}
.btn-primary span{
    position: relative;
    z-index: 1;
}
.btn-primary a{
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-primary:hover a:hover,.btn-primary:hover a span{
    color: #ffffff !important;
} 
.btn-primary:focus,footer .footer-top-row div.get-in-touch-from-wrapper form .get-in-touch-wrapper p span.wpcf7-form-control-wrap input:focus{
    outline: none;
    box-shadow: none;
}
.btn-primary:hover{
    transform: translateY(0);
}
.btn-primary::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-secondary);
    transition: bottom 0.4s ease;
    z-index: 0;
    pointer-events: none;
}

.btn-primary:hover::before {
    bottom: 0;
}

/* Start:: Button Gradient */
/* TARGET: Quick Print vertical container */
#ready-to-print-btn .popup-trigger {
  --border-width: 4px;
  position: fixed;
  background: var( --e-global-color-primary ) !important; /* override inline red */
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  z-index: 9999;
  border: 0;
  padding-bottom: 18px;
}

/* Inner content padding */
#ready-to-print-btn .popup-trigger > .elementor-element {
  position: relative;
  z-index: 2;
}

/* GRADIENT BORDER LAYER */
#ready-to-print-btn .popup-trigger::before {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--border-width));
  background: linear-gradient(
    60deg,
    #FFFFFF,
    #FF7557,
    #1D3D6B,
    #006895,
    #F9C953,
    #abf25f,
    #5ff281,
    #5ff2f0
  );
  background-size: 300% 300%;
  border-radius: inherit;
  z-index: 1;
  animation: quickPrintGradient 4s alternate infinite;
}

/* MASK so only border is visible */
#ready-to-print-btn .popup-trigger::after {
  content: "";
  position: absolute;
  inset: var(--border-width);
  background: var( --e-global-color-primary );
  border-radius: calc(20px - var(--border-width));
  z-index: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Animation */
@keyframes quickPrintGradient {
  50% {
    background-position: 100% 50%;
  }
}


.quick-print-popup {
    margin-left: 50px;
}
@media (max-width: 1350px){
    .quick-print-popup {
        margin-left: 10px;
    }
}
@media (max-width: 1350px){
    .quick-print-popup {
        margin-left: 14px;
    }
}
@media (max-width: 600px){
    .get-in-touch-form-wrapper{
        height: 78vh !important;
    }

}
/* 
.quick-print-popup {
    background: #1d3d6b;
    font-size: 12px;
    padding: 3px 16px;
    border-radius: 25px;
    color: #fff;
} */
/* Medium screens and above */
@media (min-width: 768px) {
    .col-md-7 {
        width: 65%;            /* half width on medium screens and up */
    }
}
/* Medium screens and above */
@media (min-width: 768px) {
    .col-md-6 {
        width: 50%;            /* half width on medium screens and up */
    }
}
@media (min-width: 768px) {
    .col-md-5 {
        width: 35%;            /* half width on medium screens and up */
    }
}
/* Large screens (≥1024px) */
@media (min-width: 1024px) {
    .col-lg-4 {
        width: 33.33%;            /* 1/3 width on medium screens and up */
    }
}

/* global end */

/* header start */
header{
    position: sticky;
    top: 0;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(88, 123, 174, 0.05);
}
header nav .wp-block-navigation__responsive-container.is-menu-open{
    padding: 20px;
    width: 300px;
    left: unset;
    top: 59px;
    right: 0;
    z-index: 3;
}
header nav .wp-block-navigation__responsive-container-open:focus,header nav .wp-block-navigation__responsive-container.is-menu-open:focus,header div.wp-block-site-logo img:focus{
    outline: none;
    box-shadow: none;
}
header div.wp-block-site-logo a:hover img,header div.wp-block-site-logo a:focus img,header div.wp-block-site-logo a:focus{
    border: 0;
    outline: none;
}
header nav .wp-block-navigation__responsive-container.is-menu-open div.wp-block-navigation__responsive-container-content{
    padding-top: 30px;
    align-items: flex-start;
}
header nav .wp-block-navigation__responsive-container.is-menu-open div.wp-block-navigation__responsive-container-content ul{
    width: 100%;
    gap: 0 !important;
}
header nav .wp-block-navigation__responsive-container.is-menu-open div.wp-block-navigation__responsive-container-content ul li{
    width: 100%;
    align-items: flex-start !important;
    padding: 15px 0;
    border-bottom: 1px solid #F0F0F0;
}
header nav,header div.is-content-justification-right{
    flex-grow: 1;
}
header nav div.wp-block-navigation__responsive-container-content ul{
    flex-grow: 1;
    justify-content: center;
    column-gap: 35px;
}
header nav div.wp-block-navigation__responsive-container-content ul li a{
    font-size: 16px;
    color: var(--e-global-color-primary) !important;
    font-weight: 500;
}
header nav div.wp-block-navigation__responsive-container-content ul li a:hover,header .wp-block-navigation .wp-block-navigation-item.current-menu-item a{
    color: var(--e-global-color-secondary) !important;
}
header nav div.wp-block-navigation__responsive-container-content ul li a:focus{
    outline: none;
    box-shadow: none;
}
header nav .wp-block-search .wp-block-search__inside-wrapper {
    padding: 0;
    border: 0;
    background: var(--e-global-color-e1ac7df);
    border-radius: 100px;    
}
header nav .wp-block-search .wp-block-search__inside-wrapper input{
    width: 100%;
    background: var(--e-global-color-e1ac7df);
    padding: 13px 0 13px 26px;
    font-size: 16px;
}
header nav .wp-block-search .wp-block-search__inside-wrapper button.wp-block-search__button{
    background: transparent;
    color: var(--e-global-color-primary);
    padding: 0 26px 0 0;
    margin: 0;
}
header nav .wp-block-search .wp-block-search__inside-wrapper button.wp-block-search__button svg{
    fill: var(--e-global-color-primary);
    transform: rotate(270deg);
}
header nav .wp-block-search .wp-block-search__inside-wrapper input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #F7F7F7 inset !important;
    box-shadow: 0 0 0 1000px #F7F7F7 inset !important;    
    transition: background-color 5000s ease-in-out 0s; /* prevents flash */
}
/* Create an overlay using ::before on body */
html.has-modal-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* dark overlay */
    z-index: 2; /* below the menu but above page content */
}
/* header end */

/* footer start */
footer{
    overflow: hidden;
    margin: 0;
}
footer .footer-wrapper{
    padding: 48px 0 30px 0 !important;
}
footer .footer-top-row{
    position: relative;
    padding-bottom: 40px;    
}
footer .footer-top-row::after,footer .footer-bottom-links-wrapper::after{
    content: '';
    position: absolute;
    bottom: 0;    
    left: 50%;
    right: 0;
    background: rgba(255,255,255,0.2);
    width: 100vw;
    height: 1px;
    transform: translateX(-50%);
}
footer .footer-top-row div.wp-block-column .footer-top-text{
    gap: 8px;
    max-width: 365px;
}
footer .footer-top-row div.wp-block-column .footer-top-text h3{
    font-weight: 600;
}
footer .footer-top-row div.wp-block-column .footer-top-text p{
    font-size: 16px;
    color: var(--e-global-color-e1ac7df);
    opacity: 0.7;
    max-width: 320px;
}
footer .footer-top-row div.get-in-touch-from-wrapper form .get-in-touch-wrapper{
    position: relative;
}
footer .footer-top-row div.get-in-touch-from-wrapper form .get-in-touch-wrapper p span.wpcf7-form-control-wrap{
    width: 100%;
    display: inline-block;
}
footer .footer-top-row div.get-in-touch-from-wrapper form .get-in-touch-wrapper p span.wpcf7-form-control-wrap input{
    padding: 15px 200px 15px 30px;
    border-radius: 32px;
    border: 1px solid var(--e-global-color-secondary);
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    color: var(--e-global-color-text);    
    width: 100%;
    box-sizing: border-box;
}
footer .footer-top-row div.get-in-touch-from-wrapper form .get-in-touch-wrapper div.btn-wrapper{
    position: absolute;
    top: 5px;
    right: 5px;
}
footer .footer-top-row div.get-in-touch-from-wrapper form .get-in-touch-wrapper div.btn-wrapper button{
    max-width: 140px;
}
footer .footer-bottom-links-wrapper{
    position: relative;
    padding: 45px 0;
    color: var(--e-global-color-e1ac7df);    
}
footer .footer-bottom-links-wrapper > .wp-block-column > p:first-child,footer .footer-bottom-links-wrapper > .wp-block-column .follow-us-title{
    font-size: 18px !important;
    font-weight: 700;
    opacity: 1 !important;
    margin-bottom: 28px;
}
footer .footer-bottom-links-wrapper > .wp-block-column .follow-us-title{
    margin-bottom: 10px;
}
footer .footer-bottom-links-wrapper .wp-block-column p{
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
}
footer .footer-bottom-links-wrapper .wp-block-column p:not(:first-child){
    margin-top: 5px;
}
footer .footer-bottom-links-wrapper .wp-block-column a{
    text-decoration: none;
}
footer .footer-bottom-links-wrapper .wp-block-column figure{
    display: flex;
}
footer .footer-bottom-links-wrapper .wp-block-column > .wp-block-group-is-layout-flex{
    margin-top: 5px;
}
footer .footer-bottom-links-wrapper .wp-block-column > .wp-block-columns{
    margin: 0;
}
footer .footer-bottom-links-wrapper .wp-block-column:first-child .wp-block-group:nth-child(5){
    margin-top: 40px;
}
footer .footer-bottom-links-wrapper .wp-block-column:first-child .social-links-wrapper .links-wrapper{
    gap: 5px;
}

footer .footer-bottom-links-wrapper .wp-block-column:first-child .social-links-wrapper .links-wrapper a:hover svg rect{
    stroke: var(--e-global-color-secondary);    
}
footer .footer-bottom-links-wrapper .wp-block-column:first-child .social-links-wrapper .links-wrapper a:hover svg path{
    fill: var(--e-global-color-secondary);
}
footer .footer-wrapper .copyright-wrapper{
    margin-top: 25px; 
    text-align: center;
    color: var(--e-global-color-e1ac7df);
    font-size: 14px;
    opacity: 0.7;
}
footer .footer-top-row div.get-in-touch-from-wrapper form .get-in-touch-wrapper p span.wpcf7-form-control-wrap input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;    
    transition: background-color 5000s ease-in-out 0s; /* prevents flash */
}
/* footer end */

/* form-common start */
.custom-form{
    row-gap: 15px;
    height: 100%;
}
.custom-form .wpcf7-not-valid-tip{
    position: absolute;
    font-size: 14px;
    top: 30px;
    left: 0;
}
.custom-form label{
 display: block;
 font-size: 16px; 
 font-weight: 500;
 color: var(--e-global-color-primary);   
 margin-bottom: 8px;
}
.custom-form select{
    appearance: none;   
    -webkit-appearance: none;    /* Safari & Chrome */
    -moz-appearance: none;       /* Firefox */
    background-image: url('../images/dropdwn-icon.png'); /* Your custom arrow image */
    background-repeat: no-repeat;
    background-position: right 20px center;  /* Position arrow */    
}
@supports (-webkit-touch-callout: none) {
    .custom-form input[type="date"]{
        appearance: none !important;
        -webkit-appearance: none; /* Safari iOS reset */
        -moz-appearance: none;           
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: right 12px center;        
        min-height: 47px;
    }
    .custom-form input[type="time"]{                  
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: right 12px center;        
        min-height: 47px;
    }
}
@-moz-document url-prefix(){
    .custom-form input[type="time"]{
        appearance: none !important;
        -webkit-appearance: none; /* Safari iOS reset */            
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: right 12px center;        
        min-height: 47px;
    }
}
.top-heading {
    font-weight: 500;
    margin-bottom: 10px !important;
}
.top-heading.color-secondary a{
    display: inline-flex;
    gap: 4px;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 20px;
    background-color: var(--e-global-color-e1ac7df);
    border: 1px solid #69696915;
    border-top: none;
    border-radius: 0px 0px 14px 14px;
    margin-bottom: 10px !important;
}

@media (max-width: 768px) {
    .top-heading.color-secondary{
        margin-top: 30px;
        display: none;
    }
    .top-heading.color-secondary a{
        display: inline-flex;
        gap: 4px;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-size: 18px;
        padding: 8px 20px;
        border-top: 1px solid #69696915;
        border-radius: 14px;
    }
}
@media (max-width: 500px){
    .top-heading.color-secondary a{
        font-size: 15px;
        padding: 6px 12px;
        border-top: 1px solid #69696915;
        border-radius: 10px;
    }
}

.custom-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),.custom-form select,.custom-form textarea{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid var(--e-global-color-581b3dc);
    border-radius: 10px;
    color: var(--e-global-color-text);
    background-color: transparent;
    width: 100%;
}
.submit-wrapper {
    display: inline-block;
    text-align: end;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    width: auto;
    padding: 0;
}
  
.submit-wrapper input[type="submit"] {
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--e-global-color-e1ac7df);
    padding: 12px 75px;
    border-radius: 30px;
    background-color: var(--e-global-color-primary);
    cursor: pointer;
    position: relative; /* keep above pseudo-element */
    z-index: 1;
    border: none;
}

.submit-wrapper::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-secondary);
    transition: bottom 0.4s ease;
    z-index: 0;
}

.submit-wrapper:hover::before {
    bottom: 0;
}
  
.custom-form input::placeholder,.custom-form select::placeholder{
    color: var(--e-global-color-581b3dc);
}
.custom-form input:focus,.custom-form select:focus,.custom-form textarea:focus{
    outline: none;
    box-shadow: none;
}
.custom-form .upload-file input{
    display: none;
}
.custom-form .upload-file label span.wpcf7-form-control-wrap{
    display: block;
    width: 100%;
    height: 94px;
    border: 1px dashed rgba(191, 191, 191, 0.6);
    border-radius: 10px;
    background-image: url('../images/file-upload.png') !important; /* Your custom arrow image */
    background-repeat: no-repeat;
    background-position: top 15px center;  /* Position arrow */    
}
.custom-form .upload-file label span.wpcf7-form-control-wrap::before{
    content: "Drag & Drop Files Here or";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: var(--e-global-color-581b3dc);
	font-weight: 400;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
    margin-top: 10px;
	text-align: center;
}
.custom-form .upload-file label span.wpcf7-form-control-wrap::after{
    content: "Browse Files";
    display: block;
    font-size: 14px;
	color: var(--e-global-color-primary);
	font-weight: 400;
    text-decoration: underline;
    position: absolute;
    bottom: 50%;
    left: 50%;    
    transform: translate(-50%, 150%);
}
.custom-form #file-preview-container,
.custom-form #files-popup-preview-container,
.custom-form #files-quick-popup-preview-container,
.custom-form #files-get-quote-preview-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
.custom-form #file-preview-container .file-preview,
.custom-form #files-popup-preview-container .file-preview,
.custom-form #files-quick-popup-preview-container .file-preview,
.custom-form #files-get-quote-preview-container .file-preview{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.custom-form #file-preview-container .file-preview img,
.custom-form #file-preview-container .file-preview div img,
.custom-form #file-preview-container .file-preview div.file-icon,
.custom-form #files-popup-preview-container .file-preview img,
.custom-form #files-popup-preview-container .file-preview div img,
.custom-form #files-popup-preview-container .file-preview div.file-icon,
.custom-form #files-quick-popup-preview-container .file-preview img,
.custom-form #files-quick-popup-preview-container .file-preview div img,
.custom-form #files-quick-popup-preview-container .file-preview div.file-icon,
.custom-form #files-get-quote-preview-container .file-preview img,
.custom-form #files-get-quote-preview-container .file-preview div img,
.custom-form #files-get-quote-preview-container .file-preview div.file-icon{
    width: 58px !important;
    height: 58px !important;
    object-fit: cover;
    border-radius: 10px;
}
.custom-form #file-preview-container .file-preview span,
.custom-form #files-popup-preview-container .file-preview span,
.custom-form #files-quick-popup-preview-container .file-preview span,
.custom-form #files-get-quote-preview-container .file-preview span{
    font-size: 12px;
    line-height: 14px;
}
.custom-form #file-preview-container .file-preview .filename-wrapper,
.custom-form #files-popup-preview-container .file-preview .filename-wrapper,
.custom-form #files-quick-popup-preview-container .file-preview .filename-wrapper,
.custom-form #files-get-quote-preview-container .file-preview .filename-wrapper{
    color: var(--e-global-color-primary);
    margin: 5px 0;
    font-weight: 600;
    width: 57px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-form #file-preview-container .file-preview .close-btn,
.custom-form #files-popup-preview-container .file-preview .close-btn,
.custom-form #files-quick-popup-preview-container .file-preview .close-btn,
.custom-form #files-get-quote-preview-container .file-preview .close-btn{
    position: absolute;
    top: -5px;
    right: 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--e-global-color-e1ac7df);
    color: var(--e-global-color-secondary);
    font-size: 20px;
    padding: 0;
    cursor: pointer;
}
.custom-form #file-preview-container .file-preview .close-btn:focus,
.custom-form #files-popup-preview-container .file-preview .close-btn:focus,
.custom-form #files-quick-popup-preview-container .file-preview .close-btn:focus,
.custom-form #files-get-quote-preview-container .file-preview .close-btn:focus{
    outline: none;
    box-shadow: none;
}
.custom-form .file-type-submit-wrapper ul li{
    font-size: 14px;
    line-height: normal;
    color: var(--e-global-color-primary);
}
.custom-form .order-summary{
    padding: 18px;
    background: #F7F7F7;
}
.custom-form .order-summary div ul.list-none{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.custom-form .order-summary div ul.list-none li{
    color: #BFBFBF;
}
.custom-form .order-summary .total-wrapper div{
    line-height: normal;
}
.custom-form .wpcf7-spinner{
    display: none;
}
form .wpcf7-response-output{
    margin: 20px 0 !important;
    padding: 0 15px !important;
    border-radius: 10px;
    font-size: 14px;
    position: absolute;
    bottom: -45px;
}
.wpcf7-form br {
    display: none;
}
/* form-common end */

/* homepage css start */
.hero-section .tabs-wrapper .e-n-tabs{
    height: 100%;
}
.hero-section .tabs-wrapper .e-n-tabs .elementor-shortcode,.hero-section .tabs-wrapper .e-n-tabs .elementor-shortcode > div,.hero-section .tabs-wrapper .e-n-tabs .elementor-shortcode form{
    height: 100%;
}
.hero-section .tabs-wrapper .e-n-tabs .e-n-tabs-heading{
    position: relative;
}
.featured-products .featured-box{
    cursor: pointer;
}
.featured-products .featured-box .img-wrapper{
    transition: border-color 0.4s ease, border-width 0.4s ease, border-radius 0.4s ease;
}
.featured-products .featured-box:hover .img-wrapper{
    border: 1px solid var(--e-global-color-secondary);
    border-bottom-right-radius: 0;
}
.featured-products .featured-box .img-wrapper .featured-details{
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease; /* transition opacity only */
}
.featured-products .featured-box:hover .img-wrapper .featured-details{
    visibility: visible;
    opacity: 1;
}
.video-icon::before{
    content: "";
    width: 68px;
    height: 68px;
    position: absolute;
    border-radius: 50%;
    left: 24px;
    top: 24px;
    animation: motion-zoom 2s ease-in-out infinite;
}
.thumb-widget{
    cursor: pointer;
}
.video-widget{
    display: none;
}
.video-widget iframe{
    border-radius: 10px;
}
@keyframes motion-zoom {
    0% {
        box-shadow: 0 0 0 0px rgba(237, 109, 60, 0.6);        
    }

    50% {
        box-shadow: 0 0 0 10px rgba(237, 109, 60, 0.3);        
    }

    100% {
        box-shadow: 0 0 0 20px rgba(237, 109, 60, 0.2);        
    }
}
.color-secondary{
    color: var(--e-global-color-secondary);
}
.our-solutions-card-wrapper .solution-card{
    transition:  box-shadow 0.4s ease;
}
.our-solutions-card-wrapper .solution-card:hover{
    box-shadow: 0px 1px 7px 0px rgba(29, 61, 107, 0.25);
    cursor: pointer;
}
.our-solutions-card-wrapper .solution-card div:nth-child(2)  div.icon-wrapper svg{
    transition: transform 0.3s ease-in-out;
}
.our-solutions-card-wrapper .solution-card:hover div:nth-child(2)  div.icon-wrapper svg{
    transform: rotate(30deg);
}
.popup-trigger{
    cursor: pointer;
}
/* Backdrop (will be created via JS) */
.custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
  
  .custom-backdrop.active {
    opacity: 1;
    visibility: visible;
  }
.get-in-touch-form-wrapper{
    max-height: 660px;
    overflow: auto;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.4s ease;    
}
.get-in-touch-form-wrapper.active{
    transform: translateX(-15%);
}
/* homepage css end */

/* course-readers start*/
.course-reading{
    overflow: hidden;
}
.course-reading .reading-materials-wrapper .reading-material{
    cursor: pointer;
}
.course-reading .reading-materials-wrapper .reading-material img{
    transition: transform 0.4s ease;
}
.course-reading .reading-materials-wrapper .reading-material p{
    transition: font-size 0.4s ease, color 0.4s ease;
}
.left-right-slider .main-wrapper{
    overflow: hidden;
}
.left-right-slider .main-wrapper .left-to-right-slider-wrapper{
    animation: scroll-ltr 18s linear infinite alternate;    
}
.left-right-slider .main-wrapper .right-to-left-slider-wrapper{
    animation: scroll-rtl 18s linear infinite alternate;    
}
.left-right-slider .main-wrapper .left-to-right-slider-wrapper,
.left-right-slider .main-wrapper .right-to-left-slider-wrapper {
    animation-play-state: running; /* default */
}

.left-right-slider .main-wrapper .left-to-right-slider-wrapper:hover,
.left-right-slider .main-wrapper .right-to-left-slider-wrapper:hover {
    animation-play-state: paused; /* pause on hover */
}
.contact-us-form-wrapper .elementor-widget-shortcode .elementor-shortcode, .contact-us-form-wrapper .elementor-widget-shortcode .elementor-shortcode .wpcf7,.contact-us-form-wrapper .elementor-widget-shortcode .elementor-shortcode .wpcf7 form{
    height: 100%;
}
.map-iframe iframe{
    border-radius: 20px;
}

@keyframes scroll-ltr {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-80%);
    }
}
@keyframes scroll-rtl {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(80%);
    }
}
/* course-readers start*/

/* delivery-form height issue start */
.custom-form.custom-form-delivery{
    height: auto;
}
/* delivery-form height issue end */

/* ready-to-print tab start */
.ready-to-print-tabs .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"],.ready-to-print-tabs .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"]:hover {
    background-color: var(--e-global-color-secondary) !important;
}
.ready-to-print-tabs .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title:hover{
    background: var(--e-global-color-e1ac7df) !important; 
    cursor: pointer;
} 
.ready-to-print-tabs .e-n-tabs .e-n-tabs-content{
    max-height: 585px;
    overflow: auto;
}
/* ready-to-print tab end */

.get-qoute-tabs .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"],
.get-qoute-tabs .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"]:hover {
    background-color: var(--e-global-color-secondary) !important;
}
.get-qoute-tabs .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title:hover{
    background: var(--e-global-color-e1ac7df) !important; 
    cursor: pointer;
} 




.info-circle {
    position: relative;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: transparent; /* WordPress blue */
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    display: inline-block;
}

/* Tooltip */
.info-circle .tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 135%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--e-global-color-e1ac7df);
    color:  var(--e-global-color-secondary);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
    white-space: nowrap;
    transition: opacity 0.25s ease;
    z-index: 10;
}

/* Tooltip arrow */
.info-circle .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: var(--e-global-color-e1ac7df) transparent transparent transparent;
}

/* Show tooltip */
.info-circle:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.top-heading.color-secondary a .info-circle .tooltip-text {
    bottom: 247%;
}



/* ======================= Get Quote Form  ============================ */

.quote-product-form .file-preview-text{ font-size: 14px; line-height: normal; color: var(--e-global-color-primary);}
.quote-product-form .product-box #product-list{ max-height: 220px; overflow: auto;}
.quote-product-form .product-box,
.quote-product-form .send-quote-submit { 
    background: #fff; border-radius: 16px; box-shadow: 0 0 10px rgba(0,0,0,.1); overflow: hidden; margin-bottom: 25px;}
.product-box h3,
.send-quote-submit h3{ 
    font-size: 18px !important; text-align: center; background-color: var(--e-global-color-secondary); color: #f7f7f7 !important; line-height: 18px !important; padding: 7px; margin-top: 0px !important;}
.product-card,
.send-quote-submit .custom-form {  padding: 0px 5px 10px; margin: 15px; border-radius: 10px;}

.product-header { display: flex; justify-content: space-between; margin-bottom: 8px; border-bottom: 1px solid #BFBFBF40; padding-bottom: 3px;}
.product-header strong{ font-weight: 600; text-transform: capitalize;}
.btn-add { margin-top: 15px;}
.product-header .product-actions{ display: flex; gap: 4px; align-items: center;}
.product-header .product-actions button{ font-family: "Poppins", Sans-serif; display: flex; gap: 4px; align-items: center; border: none; background: transparent; color: #696969 !important;}
.product-header .product-actions button img{ width: 20px; height: 20px;}
.product-header .product-actions button:first-child{ border-right: 0.5px solid #BFBFBF40; padding-right: 4px;}
.product-card p{ font-size: 16px; color: #1D3D6B99; line-height: 24px;}
.product-files { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap;}
.product-thumb { width: 60px; height: 60px; object-fit: cover; border-radius: 6px; border: 1px solid #ddd;}
.product-file { font-size: 13px; background: #f5f5f5; padding: 4px 8px; border-radius: 4px;}


#product-details{ background: #fff; border-radius: 16px; box-shadow: 0 0 10px rgba(0,0,0,.1); overflow: hidden;}
#product-details h3{ font-size: 18px !important; font-weight: 400; text-align: center; background-color: var(--e-global-color-secondary); color: #f7f7f7 !important; line-height: 18px !important; padding: 7px; margin: 0px !important;}
#product-details-container p{ padding: 10px 20px;font-size: 18px; color: #1D3D6B99; line-height: 24px;}
#product-details-container .product-box .product-list{
    max-height: 220px;
    overflow: auto;
    padding: 20px 25px;
}
#product-details-container .product-box .product-list .product-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    border-bottom: 1px solid #BFBFBF40;
    padding-bottom: 3px;
}
#product-details-container .product-box .product-list .product-header h4{
    margin: 0px !important;
    font-size: 20px;
    padding-bottom: 6px;
}
#product-details-container .product-box .product-list .product-header .delete-single-product{
    font-family: "Poppins", Sans-serif;
    display: flex;
    gap: 4px;
    align-items: center;
    border: none;
    background: transparent;
    color: #696969 !important;
}
#product-details-container .product-box .product-list .product-header .delete-single-product img{
    width: 20px;
    height: 20px;
}
#product-details-container .product-box .product-list ul li{
    font-size: 16px;
    color: #1D3D6B99;
    line-height: 24px;
}
@media (max-width: 550px) {
    #product-details-container .product-box .product-list{
        padding: 20px 15px;
    }
    #product-details-container p{ padding: 10px; font-size: 15px; line-height: 22px;}
 .send-quote-submit .custom-form {  padding: 0px 0px 10px; margin: 7px;}
 #product-details-container .product-box .product-list .product-header h4{
    font-size: 16px;
    padding-bottom: 2px;
}
 #product-details-container .product-box .product-list ul li{
    font-size: 15px;
    line-height: 22px;
}
/* CF7 SUCCESS MESSAGE */
form .wpcf7-response-output{
    position: absolute;
    bottom: -55px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-radius: 8px;
    padding: 2px 10px !important;
    margin: 15px 0 0;
    font-size: 13px;
}

}

/* ======================= Get Quote Form end ============================ */