.highlight-slider .swiper-wrapper {
    margin-top: 10px;
}

.highlight-slider .swiper-slide {
    transform: scale(0.90);
    opacity: 0.7;
    transition:
        transform .4s ease-in-out,
        opacity .4s ease-in-out,
        width .4s ease-in-out,
        height .4s ease-in-out;
}

/* Center Zoom Effect */
.highlight-slider .swiper-slide.center-active {
    transform: scale(1.05);
    /* Slight zoom */
    opacity: 1;
    z-index: 10;
}


.reading-time,
.post-meta {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.85;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.reading-time::before,
.post-meta .dot {
    content: '•';
    margin: 0 5px;
    opacity: 0.6;
}

/* Optional hover effect if clickable */
.reading-time:hover,
.post-meta:hover {
    opacity: 1;
}




/* Default Accordion Styles */
.home-accordian-cls .e-n-accordion-item {
    border: 1px solid #D6D6D6 !important;
    border-radius: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

/* Title Default State */
.home-accordian-cls .e-n-accordion-item-title {
    background: #fff !important;
    color: #0D0D0D !important;
    font-family: 'Helvetica';
    font-size: 20px;
}

/* Title Text */
.home-accordian-cls .e-n-accordion-item-title-text {
    color: #0D0D0D !important;
}

/* Icon Default (Plus) */
.home-accordian-cls .e-n-accordion-item-title-icon .e-closed svg path {
    fill: #0D0D0D !important;
}

/* ACTIVE OPEN STATE */
.home-accordian-cls .e-n-accordion-item[open] {
    background: #C6955A !important;
}

.home-accordian-cls .e-n-accordion-item[open] .e-n-accordion-item-title {
    background: #C6955A !important;
    color: #FFF !important;
}

.home-accordian-cls .e-n-accordion-item-title {
    justify-content: space-between;
    border: none !important;
}

/* Title Text & Content When Active */
.home-accordian-cls .e-n-accordion-item[open] .e-n-accordion-item-title-text,
.home-accordian-cls .e-n-accordion-item[open] .elementor-widget-text-editor,
.home-accordian-cls .e-n-accordion-item[open] p {
    color: #FFF !important;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.home-accordian-cls .e-n-accordion-item[open] p {
    padding: 0 18px;
}

.home-accordian-cls .e-n-accordion-item[open] p a {
    color: #fff;
    text-decoration: underline;
}

/* Active Minus Icon To White */
.home-accordian-cls .e-n-accordion-item[open] .e-opened svg path {
    fill: #FFF !important;

}

.scb-flex-fields {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.scb-flex-fields .scb-form-group {
    flex: 1;
    /* Equal width columns */
}

.scb-flex-fields input {
    width: 100%;
}

.comment-form {
    display: grid;

}

.comment-form .scb-flex-fields {
    order: 1;
}

.comment-form .scb-comment-field {
    order: 2;
}

.comment-form .form-submit {
    order: 3;
}

/* ------------- */
/* Start custom CSS for shortcode, class: .elementor-element-70beee1 */
/* Wrapper full-width + center content */
.resource-faq-wrapper {
    width: 100%;
    max-width: 1020px !important;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Q&A items */
.faq-item {
    margin-bottom: 20px;
}

.faq-question,
.resource-faq-wrapper h3 {
    font-size: 32px;
    font-family: Helvetica;
    font-weight: 400;
    margin-bottom: 8px;
    color: #0D0D0D;
    line-height: 38px;
}

.faq-answer,
.resource-faq-wrapper p {
    color: #000000;
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 15px;
}

.resource-faq-wrapper li {
    color: #000000;
    line-height: 27px;
    font-size: 16px;
}

div[data-breakout="normal"] li{
    line-height: 0px;
}
div[data-breakout="normal"] li p{
    line-height: 27px;
}
.resource-faq-wrapper a {
    color: #C6955A;
}
.single-post a{
    color: #C6955A;
}

.time-cls {
    display: flex;

}

.readtime-cls {
    font-family: "Open Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    position: relative;
}

.readtime-cls::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    top: 7px;
    left: -15px;
    background-repeat: no-repeat;
    display: inline;
    background-image: url(/wp-content/uploads/2026/02/new-moon.png);
    background-size: cover;
}

.custom-share-btn {
    width: 28px !important;
}


/* Middle section (text + image) */
.middle-section {
    margin: 40px auto;
}

.middle-text {
    font-size: 32px;
    font-weight: 600;
    color: #0D0D0D;
    margin-bottom: 15px;
}

.middle-section img,
.resource-faq-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
    /* keeps original image ratio */
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

/* End custom CSS */



/* Container */
.blog-tags-list .elementor-post-info__terms-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    color: transparent !important;
    gap: 4px;
    row-gap: 8px;
}
.blog-tags-list .elementor-post-info__terms-list a{
    color:#000 !important;
}
/* Remove commas */
.blog-tags-list .elementor-post-info__terms-list-item:after {
    display: none !important;
}

/* Tag style */
.blog-tags-list .elementor-post-info__terms-list-item {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #C6955ABF;
    border-radius: 30px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
}

/* Hover */
.blog-tags-list .elementor-post-info__terms-list-item:hover {
    background: #C6955ABF;
    border-color: #C6955ABF;
    color: #fff;
}

/* -------- */





/* //---------- home page button css */

/* Button */
.eb-btn {
    display: flex;
    align-items: center;
    height: 54px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    outline: none;
    min-width: 208px;
    max-width: fit-content;
    justify-content: space-between;
}

/* Text */
.eb-btn-text {
    padding: 0 22px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    transition: color 0.3s ease;
    width: 100%;
    text-align: center;
}

/* Icon box */
.eb-btn-icon {
    width: 54px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ACA398;
    flex-shrink: 0;
    outline: 2px solid #ACA398;
    outline-offset: -2px;
}

/* SVG icon */
.eb-btn-icon img {
    width: 16px;
    height: 16px;
    display: block;
    filter: brightness(0) invert(1);
    /* keeps SVG white */
}

.black-background {
    border: 1px solid #aca398;
}

.news-blogs .short-des-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* Hover */
.eb-btn:hover {
    background: #fff;
    border: 1px solid #ACA398;
}

.eb-btn:hover .eb-btn-text {
    color: #ACA398;
}

.single-post .iti__selected-flag .iti__flag {
    display: none !important;
}

.single-post .iti--separate-dial-code .iti__selected-dial-code {
    display: block !important;
}

.single-resource h2, .single-post h2 {
    color: #000;
    font-size: 28px;
}



.single-resource h3, .single-post h3{
    color: #000;
    font-size: 22px;
}
div[data-breakout="normal"] h3, div[data-breakout="normal"] h2{
    margin-top:30px;
}
.elementor-field-type-recaptcha .elementor-field {
    border: none;
}

@media (max-width: 991px) {
    .eb-btn {
        min-width: 185px;
        height: 48px;
    }

    .eb-btn-icon {
        width: 48px;
    }

    .eb-btn-text {
        font-size: 18px;
    }
}

/* Tablet */
@media (max-width: 768px) {
    .eb-btn {
        height: 44px;
        min-width: 170px;
    }

    .eb-btn-text {
        font-size: 16px;
        padding: 0 18px;
    }

    .eb-btn-icon {
        width: 44px;
    }

    .highlight-slider .swiper-slide.center-active {
        transform: none;
        /* Slight zoom */
        opacity: 1;
        z-index: 10;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .eb-btn {
        height: 40px;
    }

    .eb-btn-text {
        font-size: 14px;
        padding: 0 16px;
    }

    .eb-btn-icon {
        width: 40px;
    }
}

/* end btn css */





@media (max-width: 600px) {
    .scb-flex-fields {
        flex-direction: column;
    }
}

.meet-us-btn a {
    @media screen and (max-width: 767px) {
        padding-right: 38px !important;
    }

    @media screen and (min-width:768px) and (max-width: 1024px) {
        padding-right: 38px !important;
    }
}

.meet-us-parent {
    @media screen and (min-width:768px) and (max-width: 1024px) {
        width: auto !important;
    }
}

.btn-container-cls {
    width: fit-content;
}



/** image slider  home page*/
/* === Full Width Slider === */
.custom-slider {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

/* === Slides === */
.custom-slider .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    /* transition: transform 0.5s ease, opacity 0.5s ease; */
    transition: all 0.5s ease;
    height: 500px;
    opacity: 0.6;
}

.custom-slider .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}


.custom-slider .swiper-slide-prev,
.custom-slider .swiper-slide-next {
    width: 255px !important;
}

.custom-slider .swiper-slide-active {
    width: 900px !important;
    opacity: 1;
    z-index: 2;
}

/* === Active slide looks slightly larger === */


/* Dim side slides slightly */
.custom-slider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.85;
}

/* === Arrows === */
.custom-slider .swiper-button-next,
.custom-slider .swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.3s ease;
}


/* === Heart Icon === */
.heart-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 22px;
    color: transparent;
    -webkit-text-stroke: 1.5px white;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s ease;
    display: none;
}

.heart-icon:hover {
    transform: scale(1.15);
}

.heart-icon.active {
    color: #ff3b3b;
    -webkit-text-stroke: 0 transparent;
}

div#n2-ss-2 .n2-ss-slider-3{
	max-width:800px;
	min-width:800px;
	margin:0 auto;
}

@media(max-width: 1300px) {

    .custom-slider .swiper-slide-prev,
    .custom-slider .swiper-slide-next {
        width: 220px !important;
    }

    .custom-slider .swiper-slide-active {
        width: 880px !important;

    }
}

@media(max-width: 1200px) {

    .custom-slider .swiper-slide-prev,
    .custom-slider .swiper-slide-next {
        width: 190px !important;
    }

    .custom-slider .swiper-slide-active {
        width: 830px !important;

    }
}


@media(max-width: 1160px) {


    .custom-slider .swiper-slide-active {
        width: 785px !important;

    }
}

@media (max-width: 1024px) {

    .custom-slider .swiper-slide-prev,
    .custom-slider .swiper-slide-next {
        width: 308px !important;
    }

    .custom-slider .swiper-slide-active {
        width: 700px !important;

    }
}

@media (max-width: 991px) {

    .custom-slider .swiper-slide-prev,
    .custom-slider .swiper-slide-next {
        width: 290px !important;
    }


}

@media (max-width: 800px) {

    .custom-slider .swiper-slide-prev,
    .custom-slider .swiper-slide-next {
        width: 232px !important;
    }

    .custom-slider .swiper-slide-active {
        width: 544px !important;

    }

}

@media (max-width: 768px) {
    

    .custom-slider .swiper-slide-prev,
    .custom-slider .swiper-slide-next {
        width: inherit !important;
    }

    .custom-slider .swiper-slide-active {
        width: inherit !important;
    }

    .custom-slider .swiper-button-prev:after,
    .custom-slider .swiper-rtl .swiper-button-next:after,
    .custom-slider .swiper-button-next:after,
    .custom-slider .swiper-rtl .swiper-button-prev:after {
        font-size: 28px !important;
    }
}






@media (max-width: 390px) {

   

    .custom-slider .swiper-button-prev:after,
    .custom-slider .swiper-rtl .swiper-button-next:after,
    .custom-slider .swiper-button-next:after,
    .custom-slider .swiper-rtl .swiper-button-prev:after {
        font-size: 25px !important;
    }
}

@media (max-width: 360px) {
   

    .custom-slider .swiper-button-prev:after,
    .custom-slider .swiper-rtl .swiper-button-next:after,
    .custom-slider .swiper-button-next:after,
    .custom-slider .swiper-rtl .swiper-button-prev:after {
        font-size: 20px !important;
    }
}