/* ==========================book inner page css========================== */
.stellarnav > ul > li:hover > a::after{
	content: '';
	width: 12px;
	aspect-ratio: 1/1;
	background-color: var(--primary-color);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
  opacity: 50%;
}

.inner-banner-secton .btn-group a:hover{ color: var(--primary-color) !important; transition: 0.3s ease-in-out;}
.inner-banner-secton a.primary-btn-solid:hover{ color: var(--light-color) !important;}


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --primary: #0dab76;
    --light: #f8f9fa;
    --text: #333;
    --dark: #1e1e1e;
    --radius: 12px;
    --transition: all 0.3s ease;
    --light-blue: #CEEAF7;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--text) #f1f1f1;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    background: var(--light);
    color: var(--text);
    font-size: 16px;
}

a{
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1200px, 100%);
    padding-inline: 15px;
    margin-inline: auto;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: calc(var(--radius) * 5);
    text-transform: capitalize;
    cursor: pointer;
    font-size: 1rem;
    background-color: var(--primary);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
    transition: var(--transition);
    box-shadow: none;
}

.img-fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Header */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: var(--text);
    text-align: center;
    padding: 1rem 0;
    border-bottom: 1px solid #E9E9E9;
}

header img {
    height: 40px;
    margin-bottom: 0.3rem;
}

.hero {
    background: var(--light-blue);
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.hero h1 {
    font-family: "PT Serif", serif;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--dark);
}

.hero p {
    font-size: 1rem;
    max-width: 600px;
    color: #555;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.hero .content{
    width: 50%;
}

.image {
    width: 50%;
    flex: 1;
    border-radius: var(--radius);
    overflow: hidden;
    line-height: 0;
}

.iframe-container {
    position: relative;
    height: 90vh;
    padding: 60px 0;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: var(--radius);
}



/* ___________________ faq section widget start _______________________*/
.faq-section-widget {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    padding-block: clamp(34px, 3.906vw, 75px);}

.faq-section-widget .sub-title-green {
    color: white;
    margin-bottom: clamp(14px, 1.042vw, 20px);
}

.faq-section-widget .title-2 {
    font-family: "PT Serif", serif;
    padding-bottom: clamp(25px, 2.604vw, 50px);
}

.faq-section-widget .details-box {
    background: #00000041;
    backdrop-filter: blur(6px);
    display: inline-block;
    padding: clamp(15px, 1.563vw, 30px);
    border-radius: clamp(14px, 1.042vw, 20px);
    border: 1px solid #858585;
}

.faq-section-widget .details-box .img-wrapper {
    margin-bottom: clamp(25px, 2.604vw, 50px);
}

.faq-section-widget .details-box h5 {
    padding-bottom: clamp(14px, 1.042vw, 20px);
    line-height: 1.05;
    font-size: var(--hs-font-size-28);
    font-family: var(--secondary-font);
}

.faq-section-widget .details-box a {
    color: #fff;
    font-size: var(--hs-font-size-22)
}

.faq-section-widget .details-box i {
    margin-right: clamp(11px, 0.781vw, 15px);
}

.faq-section-widget .accordion-item {
    background-color: transparent;
    color: var(--light-color);
    border: none;
}

.faq-section-widget .accordion-button:not(.collapsed), .faq-section-widget .accordion-button {
    background: transparent;
    color: var(--light-color);
    border-radius: 0 !important;
}

.faq-section-widget .accordion-button:focus {
    box-shadow: none;
}

.faq-section-widget .accordion-button:not(.collapsed), .accordion-button {
    border-bottom: 1px solid #ffffff1a;
}

.faq-section-widget .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq-section-widget .accordion-button {
    font-size: 16px;
    line-height: 1.05;
    font-family: var(--secondary-font);
    font-weight: 700;
    padding-block: clamp(14px, 1.042vw, 20px);
    border: none;
}

.faq-section-widget .accordion-body {
    padding-block: clamp(15px, 1.563vw, 30px) clamp(11px, 0.781vw, 15px);}

.faq-section-widget .accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.png');
}

.faq-section-widget .accordion-button::after {
    background-image: url('../images/plus.png');
}

/* footer {
    text-align: center;
    padding: 1.5rem 0;
    background: #eee;
    font-size: 0.9rem;
    margin: 0;
} */

.help-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--primary);
    color: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 1000;
}

.help-button:hover {
    background: #0b8f62;
}

@media (max-width: 900px) {
    .iframe-container {
        padding: 0 0 30px 0;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 1.5rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero .d-flex{
        flex-direction: column;
        text-align: center;
    }


    .hero .content, .hero .image {
        width: 100%;
        margin-top: 1.5rem;
        flex: initial;
    }
}

@media (max-width: 350px) {
    header .d-flex {
        flex-direction: column;
        gap: 10px;
    }   
    
}