@import url('https://fonts.googleapis.com/css2?family=Iosevka+Charon:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: "Iosevka Charon", monospace;
}

.font_1{
       font-family: "Iosevka Charon", monospace;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    background-color: #FFFCF6;
}


.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}


/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #DF5D83;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}


header .nav-link {
    font-size: 19px !important;
    margin-right: 20px;
    transition: color 0.25s ease;
}

header .nav-link:hover,
header .nav-link.active {
    color: #DF5D83 !important;
}

header .dropdown-item {
    transition: background-color 0.25s ease, color 0.25s ease;
}

header .dropdown-item:hover,
header .dropdown-item.active {
    background-color: #DF5D83 !important;
    color: #ffffff !important;
}

header .logo {
    width: 212px;
    object-fit: contain;
    height: 72px;
}
img {
    max-width: 100%;
    margin: 0 auto;
}


main {
    margin-top: 76px;
}

.color {
    color: #3E2723;
}

.bg {
    background-color: #DF5D83;
}

.color1 {
    color: #DF5D83;
}


.heading {
    color: #3E2723;
    font-size: 50px;
}

.sub-text {
    color: #3E2723;
    font-size: 24px;
}


/* --- Custom Pop Button Styling --- */
.btn-session {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 34px;
    /* Creates the distinct wide spacing between text and arrow */

    /* Sizing & Colors based on your image assets */
    background-color: #df6283;
    /* Matching the deep pink palette tint */
    color: #ffffff;
    padding: 16px 30px;
    border-radius: 100px;
    /* Fully rounded capsule shape */

    /* Typography details */
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;

    /* Clean structural choices */
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0 4px 14px rgba(223, 98, 131, 0.25);
    box-shadow: 0 4px 14px rgba(223, 98, 131, 0.25);

    /* Smooth interaction states transition */
    -webkit-transition: background-color 0.2s ease,
        -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease,
        -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        -webkit-box-shadow 0.2s ease;
    -o-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        background-color 0.2s ease,
        box-shadow 0.2s ease;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        background-color 0.2s ease,
        box-shadow 0.2s ease;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        -webkit-box-shadow 0.2s ease;
}

/* Subtle tactile hover states */
.btn-session:hover {
    background-color: #d65274;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 6px 20px rgba(223, 98, 131, 0.35);
    box-shadow: 0 6px 20px rgba(223, 98, 131, 0.35);
}

/* Active click compression feedback look */
.btn-session:active {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-box-shadow: 0 3px 10px rgba(223, 98, 131, 0.2);
    box-shadow: 0 3px 10px rgba(223, 98, 131, 0.2);
}

/* Icon Wrapper sizing constraint */
.btn-session svg {
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

/* Makes the arrow shift forward slightly on hover */
.btn-session:hover svg {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
}


.footer-section {
    background-color: #3E2723;
    margin-top: 100px;
    position: relative;
    padding-top: 150px;
    padding-bottom: 40px;
}

.footer-section .bottom_1 {
    position: absolute;
    top: -90px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    /* display: block; */
    /* margin-top: 0; */
    border: 0;
}

.mobile {
    display: none;
}



.therapy-contact-section .main-heading {
    color: #4A3A35;
    font-size: 2.8rem;
    line-height: 1.2;
}

.therapy-contact-section .main-subtext {
    font-size: 1.05rem;
    color: #6C5B57;
    max-width: 90%;
}

/* Timeline & Connected Steps */
.therapy-contact-section .timeline {
    position: relative;
}

/* Creates the connector line dynamically */
/* .therapy-contact-section .timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background-color: #E67E96;
    z-index: 1;
} */

.therapy-contact-section .timeline-item {
    position: relative;
    z-index: 2;
}

.therapy-contact-section .timeline-number-wrapper {
    background-color: #fffcf6;
    padding: 2px 0;
}

.therapy-contact-section .timeline-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #E67E96;
    color: white;
    border-radius: 50%;
    font-family: 'Fredoka', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
}

.therapy-contact-section .step-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #3D312E;
    margin-bottom: 4px;
}

.therapy-contact-section .step-desc {
    font-size: 0.95rem;
    color: #7A6965;
    line-height: 1.4;
}

/* --- Right Column: Form Card Styling --- */
.therapy-contact-section.therapy-contact-section .contact-card {
    border-radius: 24px;
    overflow: hidden;
    border: none;
    background: #FFF;
}

.therapy-contact-section .card-header-custom {
    background-color: #E67E96;
    /* Pink Header block */
}

.therapy-contact-section .card-title {
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.therapy-contact-section .card-subtitle {
    font-size: 0.85rem;
    line-height: 1.4;
}

.therapy-contact-section .form-label-custom {
    font-weight: 600;
    font-size: 0.9rem;
    color: #3D312E;
    margin-bottom: 6px;
}

.therapy-contact-section .form-control-custom {
    border: 1px solid #E2DCD5;
    border-radius: 10px;
    padding: 10px 14px;
    color: #4A3E3D;
    font-size: 0.95rem;
}

.therapy-contact-section .form-control-custom:focus {
    border-color: #E67E96;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 126, 150, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(230, 126, 150, 0.25);
}

/* Badge styled exactly like 'Online Session' */
.therapy-contact-section .badge-session {
    background-color: #D3F4EC;
    color: #2F6B5E;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #BCE8DD;
}

/* Custom Buttons styling */
.therapy-contact-section .btn-whatsapp {
    background-color: #3A2E2B;
    color: #FFF;
    border-radius: 25px;
    font-size: 0.9rem;
    height: 50px;
    letter-spacing: 0.5px;
    border: none;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.therapy-contact-section .btn-whatsapp:hover {
    background-color: #251D1A;
    color: #FFF;
}

/* Or Divider setup */
.therapy-contact-section .divider-line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background-color: #EAE3DC;
}

.therapy-contact-section .divider-text {
    font-size: 0.8rem;
    font-weight: bold;
    color: #E67E96;
}

.therapy-contact-section .btn-email {
    background-color: #E67E96;
    color: white;
    border-radius: 20px;
    font-size: 0.9rem;
    border: none;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.therapy-contact-section .btn-email:hover {
    background-color: #D06981;
    color: white;
}

/* Custom Toast Notification styles */
.toast-container-custom {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1030;
      pointer-events: none;
}

.toast-custom {
    background-color: #382521;
    color: #FFFFFF;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.toast-custom.show {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* Hero Area */
.other_heading {
    padding-top: 78px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    background-color: #F7F0E6;
    /* background: linear-gradient(180deg, #FFFFFF 0%, #FAF6F2 100%); */
}


.other_heading h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .other_heading h1 {
        font-size: 2.5rem;
    }
}



.marquee-container {
    background-color: #ffffff;
    /* Matches your organic cream section backdrops */
    border-top: 1px solid #DF5D83;
    border-bottom: 1px solid #DF5D83;
    padding: 24px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}

/* The moving track */
.marquee-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: transform;
}

/* Individual Text & Icon Formatting */
.marquee-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #DF5D83;
    /* Earthy charcoal/brown text tint */
    padding: 0 20px;
}

/* The ✦ Sparkle Separator Accent */
.marquee-sparkle {
    color: #DF5D83;
    /* Core signature brand pink accent color */
    font-size: 1.4rem;
    margin-left: 40px;
    display: inline-block;
}

.category-badge {
    background-color: #df6283;
    color: #fff;
    padding: 6px 18px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}