.policy_pages h5 {
    padding-bottom: 20px;
    padding-top: 20px;
}

/* 1st section start */

.destination-flex-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
}

.single-destination-wrap {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background: #dedee5;
    border-radius: 2.5rem;
    padding: 3.25rem;
    position: relative;
    overflow: hidden;
}

.destination-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.destination-image-wrap {
    max-width: 26%;
}

.destination-image-wrap.v2 {
    width: 100%;
    max-width: 82%;
    margin-bottom: -6.5rem;
    margin-left: auto;
    margin-right: -4rem;
}

.destination-image {
    border-radius: 1.5rem;
    width: 100%;
    transform: rotate(-10.2deg);
}

.destination-details-wrap {
    width: 100%;
    max-width: 18.375rem;
}

.destination-details-wrap.v2 {
    max-width: none;
}

.destination-details {
    color: #000;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    line-height: 160%;
}

.destination-serial-name-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-evenly;
    align-self: stretch;
    max-width: 16rem;
    display: flex;
}

.destination-serial-name-wrap.v2 {
    max-width: none;
    margin-bottom: 1.5rem;
}

.destination-name {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 106%;
}

.destination-serial {
    border: 1px solid var(--base--paragraph-color);
    color: #000;
    font-size: var(--_font-sizes---regular-paragraph);
    border-radius: 3.13rem;
    padding-left: .66rem;
    padding-right: .66rem;
    font-weight: 400;
    line-height: 160%;
    display: inline-block;
}

.destination-bg {
    z-index: -1;
    background-color: var(--base--white);
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.destination-sticky {
    position: sticky;
    top: 10rem;
}

.container {
    width: 100%;
    max-width: 84.38rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .94rem;
    padding-right: .94rem;
}

/* 1st section end */

/* 2nd section start*/

.process-flex-wrap {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.process-flex-wrap.v2 {
    grid-column-gap: .62rem;
    grid-row-gap: .62rem;
}

.process-card-wrap {
    background-color: var(--base--white);
    border: 1px solid #efefef;
    border-radius: 1rem;
    padding: 1.875rem;
}

.single-process-row {
    grid-column-gap: 7.55rem;
    grid-row-gap: 7.55rem;
    flex-flow: column;
    display: flex;
}

.single-process-row.margin-top {
    margin-top: .94rem;
}

.single-process-row.v2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    max-width: 20%;
}

.single-process-row.v2.corners {
    margin-top: 3.125rem;
}

.process-card-content {
    text-align: center;
}

.process-card-details {
    color: #000;
    font-size: var(--_font-sizes---regular-paragraph);
    font-weight: 400;
    line-height: 160%;
}

.process-card-title {
    color: var(--neutral-color--dark);
    font-size: var(--_font-sizes---h5);
    margin-bottom: .62rem;
    font-weight: 600;
    line-height: 170%;
}

.process-serial-flex-wrap {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.process-serial-wrap {
    background-color: var(--base--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
}

.process-number {
    color: var(--primary-color--blue);
    font-size: var(--_font-sizes---h6);
    font-weight: 600;
    line-height: 160%;
}

.process-serial-line-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.process-serial-line {
    background-color: #c6d8fe;
    width: 1px;
    height: 1.75rem;
}

.process-serial-dot {
    background-color: var(--neutral-color--dark);
    border-radius: 50%;
    width: .4375rem;
    height: .4375rem;
}

.process-shape {
    width: 100%;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 50% 0% auto;
    transform: translate(0%, -50%);
}

.process-wrapper {
    margin-bottom: 3.125rem;
    position: relative;
}

/* 2nd section end */

/* 3rd section start */

.badge {
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
    animation: fadeInDown 0.8s ease-out;
}

.main-title {
    color: #1e293b;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.1;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 100%;
    width: 100%;
    place-items: center;
}

.stat-card {
    background: white;
    border-radius: 20px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    max-width: 280px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: fadeInUp 0.8s ease-out both;
}

.stat-card:nth-child(1) {
    animation-delay: 0.1s;
}

.stat-card:nth-child(2) {
    animation-delay: 0.2s;
}

.stat-card:nth-child(3) {
    animation-delay: 0.3s;
}

.stat-card:nth-child(4) {
    animation-delay: 0.4s;
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.icon-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
}

.icon-yellow {
    background: #8b88a3;
}

.icon-purple {
    background: #ceced9;
}

.stat-number {
    font-size: clamp(3rem, 4vw, 4rem);
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 15px;
    line-height: 1;
}

.stat-label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes countUp {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.counting {
    animation: countUp 0.1s ease;
}

/* Tablet responsiveness */
@media (max-width: 1024px) {
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        max-width: 600px;
    }
}

@media (max-width: 768px) {


    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 500px;
    }

    .stat-card {
        padding: 40px 25px;
        max-width: 220px;
        min-height: 240px;
    }

    .main-title {
        margin-bottom: 60px;
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .icon-container {
        width: 70px;
        height: 70px;
        font-size: 28px;
        margin-bottom: 25px;
    }

    .stat-number {
        font-size: clamp(2.5rem, 5vw, 3.5rem);
        margin-bottom: 12px;
    }

    .stat-label {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .stats-container {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 300px;
    }

    .stat-card {
        padding: 35px 20px;
        max-width: 280px;
        min-height: 220px;
    }

    .main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 50px;
    }

    .icon-container {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

    .stat-number {
        font-size: clamp(2.2rem, 6vw, 3rem);
    }

    .stat-label {
        font-size: 15px;
    }


}

@media (max-width: 320px) {
    .stat-card {
        padding: 30px 15px;
        max-width: 260px;
    }
}


/* 3rd section end */

/* 4th section start */

.hero-section {
    position: relative;
    min-height: 100vh;
    background-image: url('../../img/home/home_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 119, 198, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.floating-profiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.profile-img {
    position: absolute;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    animation: float 6s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.profile-img:hover {
    transform: scale(1.1) !important;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Profile positioning for desktop */
.profile-1 {
    width: 120px;
    height: 120px;
    top: 15%;
    left: 8%;
    animation-delay: 0s;
}

.profile-2 {
    width: 140px;
    height: 140px;
    top: 8%;
    left: 35%;
    animation-delay: 1s;
}

.profile-3 {
    width: 100px;
    height: 100px;
    top: 12%;
    left: 60%;
    animation-delay: 2s;
}

.profile-4 {
    width: 110px;
    height: 110px;
    top: 15%;
    right: 15%;
    animation-delay: 0.5s;
}

.profile-5 {
    width: 130px;
    height: 130px;
    top: 45%;
    right: 8%;
    animation-delay: 3s;
}

.profile-6 {
    width: 90px;
    height: 90px;
    bottom: 35%;
    left: 5%;
    animation-delay: 1.5s;
}

.profile-7 {
    width: 105px;
    height: 105px;
    bottom: 20%;
    left: 25%;
    animation-delay: 2.5s;
}

.profile-8 {
    width: 115px;
    height: 115px;
    bottom: 25%;
    right: 20%;
    animation-delay: 4s;
}

.profile-9 {
    width: 95px;
    height: 95px;
    bottom: 15%;
    right: 45%;
    animation-delay: 3.5s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-20px) rotate(1deg);
    }

    50% {
        transform: translateY(-10px) rotate(-1deg);
    }

    75% {
        transform: translateY(-15px) rotate(0.5deg);
    }
}

.hero-content {
    text-align: center;
    color: white;
    z-index: 10;
    max-width: 800px;
    position: relative;
}

.hero-title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #ffffff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(45deg, #5fb97d 0%, #5fb97d 100%);
    color: #fff;
    padding: 1.2rem 2.5rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #dedee5 0%, #dedee5 100%);
}

.cta-arrow {
    background: rgba(255, 255, 255, 0.3);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.cta-button:hover .cta-arrow {
    background: rgba(255, 255, 255, 0.5);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .profile-img {
        transform: scale(0.9);
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 1rem;
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    /* Reposition profiles for mobile */
    .profile-1 {
        width: 80px;
        height: 80px;
        top: 10%;
        left: 5%;
    }

    .profile-2 {
        width: 90px;
        height: 90px;
        top: 8%;
        right: 8%;
    }

    .profile-3 {
        width: 70px;
        height: 70px;
        top: 25%;
        left: 80%;
    }

    .profile-4 {
        width: 75px;
        height: 75px;
        top: 35%;
        left: 8%;
    }

    .profile-5 {
        width: 85px;
        height: 85px;
        bottom: 30%;
        right: 5%;
    }

    .profile-6 {
        width: 65px;
        height: 65px;
        bottom: 20%;
        left: 10%;
    }

    .profile-7 {
        width: 70px;
        height: 70px;
        bottom: 35%;
        left: 70%;
    }

    .profile-8 {
        width: 80px;
        height: 80px;
        bottom: 15%;
        right: 25%;
    }

    .profile-9 {
        width: 60px;
        height: 60px;
        top: 20%;
        right: 40%;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.2rem;
        line-height: 1.3;
    }

    .cta-button {
        padding: 0.9rem 1.8rem;
        font-size: 0.95rem;
    }

    .profile-img {
        transform: scale(0.8);
    }
}

/* Additional animations */
.hero-content {
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.floating-profiles .profile-img {
    opacity: 0;
    animation: fadeInFloat 1s ease-out forwards;
}

@keyframes fadeInFloat {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Stagger animation delays */
.profile-1 {
    animation-delay: 0.2s, 0.2s;
}

.profile-2 {
    animation-delay: 0.4s, 1.4s;
}

.profile-3 {
    animation-delay: 0.6s, 2.6s;
}

.profile-4 {
    animation-delay: 0.8s, 0.8s;
}

.profile-5 {
    animation-delay: 1.0s, 4.0s;
}

.profile-6 {
    animation-delay: 1.2s, 2.7s;
}

.profile-7 {
    animation-delay: 1.4s, 4.1s;
}

.profile-8 {
    animation-delay: 1.6s, 5.6s;
}

.profile-9 {
    animation-delay: 1.8s, 5.3s;
}

/* 4th section end */


/* current sec 1 start */


.event-v2-flex-wrap {
    justify-content: space-between;
    display: flex;
}

.event-v2-title-wrap {
    align-self: flex-start;
    max-width: 40.23%;
    position: sticky;
    top: 8rem;
}

.event-v2-wrap {
    width: 100%;
    max-width: 49%;
}

.event-v2-collection {
    grid-column-gap: 2.813rem;
    grid-row-gap: 2.813rem;
    flex-flow: column;
    display: flex;
}

.event-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.event-thumbnail-wrap {
    border-radius: .75rem;
    width: 100%;
    margin-bottom: .94rem;
    display: block;
    position: relative;
    overflow: hidden;
}

.event-type {
    background-color: var(--neutral-color--grey-02);
    color: var(--primary-color--blue);
    font-size: 22px;
    border-radius: 2.8rem;
    /* padding: .38rem .88rem; */
    font-weight: 600;
    line-height: 100%;
    display: inline-block;
}

.event-name {
    color: var(--neutral-color--dark);
    font-size: var(--_font-sizes---h5);
    font-weight: 400;
    line-height: 150%;
}

.event-name-wrap {
    margin-bottom: 1rem;
}

.event-location-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
}

.event-location-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.event-location {
    color: var(--base--paragraph-color);
    font-size: var(--_font-sizes---regular-paragraph);
    font-weight: 400;
    line-height: 175%;
}

.event-info-wrap {
    margin-bottom: .94rem;
}

.event-time-wrap {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    background-color: var(--base--white);
    border-radius: 2.0625rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: .44rem 1.5rem;
    display: flex;
    position: absolute;
    inset: .88rem auto auto .88rem;
}

.event-time-text {
    color: var(--neutral-color--dark);
    font-size: var(--_font-sizes---regular-paragraph);
    font-weight: 400;
    line-height: 100%;
}

.event-date-wrap {
    display: flex;
}

.single-event-wrap {
    z-index: 1;
    background-color: var(--base--white);
    border: 1px solid #5fb97d;
    border-radius: 1.25rem;
    padding: 1.56rem;
    position: relative;
    overflow: hidden;
}

.single-event-wrap.v1 {
    background-color: var(--neutral-color--grey-01);
}

/* current sec 1 end */



/* tabs start */

.header-tag {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.header-title {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.tabs-container {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.tab-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-button {
    flex: 1;
    min-width: 200px;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.tab-button.inactive {
    background: rgb(120 114 114 / 20%);
    color: #000;
}

.tab-button.active {
    background: linear-gradient(135deg, #5fb97d, #5fb97d);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.tab-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.tab-content {
    background: #8b88a3;
    border-radius: 20px;
    padding: 40px;
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.tab-content.active {
    display: flex;
    gap: 40px;
    align-items: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-image {
    flex: 0 0 300px;
    height: 250px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-text {
    flex: 1;
    color: #000;
}

.content-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.content-description {
    font-size: 18px;
    line-height: 1.6;
    color: #ffff;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .header-title {
        font-size: 2.5rem;
    }

    .tab-content.active {
        flex-direction: column;
        gap: 30px;
    }

    .content-image {
        flex: none;
        width: 100%;
        max-width: 400px;
    }

    .content-title {
        font-size: 2rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 20px 10px;
    }

    .header-title {
        font-size: 2rem;
    }

    .tabs-container {
        padding: 20px;
    }

    .tab-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .tab-button {
        min-width: auto;
        flex: none;
    }

    .tab-content {
        padding: 25px;
    }

    .content-title {
        font-size: 1.8rem;
    }

    .content-description {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .header-title {
        font-size: 1.5rem;
    }

    .content-image {
        height: 200px;
    }

    .content-title {
        font-size: 1.5rem;
    }

    .content-description {
        font-size: 14px;
    }
}


/* tabs end */


/* 2nd section of esrow page  */




.services-tag {
    display: inline-block;
    background: #8b5cf6;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #2d3748;
    line-height: 1.2;
    max-width: 600px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #5fb97d, #5fb97d);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover::before {
    opacity: 1;
}

.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
}

.service-icon.purple {
    background: #dedee5;
}

.service-icon.yellow {
    background: #dedee5;
}

.service-icon svg {
    width: 32px;
    height: 32px;
    fill: white;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-description {
    color: #000;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    color: #8b5cf6;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.read-more:hover {
    color: #7c3aed;
    transform: translateX(5px);
}

.read-more::after {
    content: '→';
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.read-more:hover::after {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 768px) {


    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        padding: 30px 20px;
    }

    .header {
        margin-bottom: 40px;
    }

    .main-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 25px 15px;
    }

    .service-title {
        font-size: 1.2rem;
    }

    .service-description {
        font-size: 0.9rem;
    }
}

/* 2nd section of esrow page end */


/* faq start  */

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.faq-badge {
    display: inline-block;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
}

.faq-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 60px;
    line-height: 1.2;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 20px;
    align-items: start;
}

.faq-item {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px #c8dcce;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px #c8dcce;
    background: rgba(255, 255, 255, 0.8);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin: 0;
    line-height: 1.5;
}

.faq-toggle {
    font-size: 24px;
    color: #6b7280;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
}

.faq-answer-content {
    padding-top: 15px;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-item.active .faq-answer {
    max-height: 200px;
}


/* Animation for smooth expand/collapse */
.faq-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer {
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


/* faq end  */

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.more-btn-flex {
    display: flex;
    gap: 10px;
}

.destination-flex-wrap a {
    text-decoration: none;
    color: #000;
}

.testimonial-top-content-wrapper {
    flex-direction: column;
}

.footer-bottom-content-wrapper {
    justify-content: center;
}

.footer-links-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: stretch;
}

.footer-address {
    line-height: 21px;
}

.footer-middle-content-wrapper {
    align-items: baseline;
}

.key-services-offered-top-content {
    flex-direction: column;
}

.investment-top-component {
    flex-direction: column;
}

.text_center {
    text-align: center;
}

.success-story-top-content-wrapper {
    flex-direction: column;
}

.investment-management-top-content-wrapper {
    max-width: 100%;
    grid-row-gap: 0px;
}

label.error {
    color: red;
}

.text-size-regular {
    font-size: 1.125rem;
}

.process-card-details {
    font-size: 1.125rem;
}

.text-size-small {
    font-size: 18px;
}

.fz-68 {
    font-size: 68px;
}

.company-goal-bottom-content {
    grid-row-gap: 24px;
    justify-content: center;
}

.section-label {
    color: #fff;
    font-weight: bold;
    background: #5fb97d;
    padding: 12px;
    border-radius: 20px;
}

.tagline-text {
    color: #fff;
    font-weight: bold;
    background: #5fb97d;
    padding: 12px;
    border-radius: 20px;
    width: 188px;
}

.faq-badge {
    color: #fff;
    font-weight: bold;
    background: #5fb97d;
    padding: 12px;
    border-radius: 20px;
}

.w-130 {
    width: 130px;
}

.w-160 {
    width: 160px;
}

.w-145 {
    width: 145px;
}

.w-212 {
    width: 212px;
}

.header-tag {
    color: #fff;
    font-weight: bold;
    background: #5fb97d;
    padding: 12px;
    border-radius: 20px;
}

.feature-card-left-content-wrapper {
    grid-row-gap: 2.75rem;
}

.process-card {
    grid-row-gap: 40px;
    border-radius: 20px;
}

.process-card:hover {
    background-color: #5fb97d36;
}

.testimonial-card {
    grid-row-gap: 20px;
    justify-content: space-evenly;
}



.key-services-offered-card {
    border-radius: 20px;
}

.key-services-offered-card:hover {
    background-color: #5fb97d36;
}

.service-features-offerings-card:hover {
    background-color: #5fb97d36;
}

.value-left-content-wrapper {
    justify-content: space-around;
}

.pt-20 {
    padding-top: 20px;
}

.text-center {
    text-align: center;
}

.contact-left-content-wrapper {
    grid-row-gap: 1.4375rem;
}

.policy_pages p {
    line-height: 22px;
}

.policy_pages ul li {
    line-height: 22px;
}

/* ---------tooltip start------- */

.tooltip {
    position: relative;
    display: flex;
    border-bottom: 1px dotted black;
    align-items: center;
    justify-content: center;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* ------------tooltip end------------ */


.service-planning-top-card-bottom-content-wrapper {
    max-width: 91%;
}

.value-card-content h6 {
    margin-top: 20px;
}

.more-btn-icon {
    filter: brightness(0.5);
}



.home-banner {
    background-image: url('../../img/home/Home\ Landing.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

#myVideo {
    /* Set position to cover the entire viewport */
    position: absolute;
    /* or fixed, depending on if you want it to scroll */
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

    /* Push the video behind the rest of the content */
    z-index: 100;

    /* Keep the aspect ratio and cover the area */
    object-fit: contain;
    background: transparent;
}

.contact-bg {
    background-image: url('../../img/contact/common_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.d-none {
    display: none;
}

.f-size-18 {
    font-size: 18px;
    font-weight: unset;
}

.color-5fb97d {
    color: #5fb97d !important;
    font-weight: 600;
}

.d-flex {
    display: flex;
    flex-direction: column;
}

.policy_pages {
    padding-bottom: 50px;
}

.w-dropdown-toggle .w--current {
    color: #5fb97d;
}

.w-dropdown-toggle:hover {
    color: #5fb97d;
}

.section-testimonial {
    background-color: #ceced9;
}

.bg-color-8b88a3 {
    background-color: #8b88a3;
}

h2,
h3,
h4,
h5,
h6 {
    color: #000 !important;
    font-weight: 600;
}

.w-60 .content-description {
    width: 60%;
}

.color-fff {
    color: #ffff !important;
}

ul {
    padding-left: 20px;
}

b,
strong {
    color: #000;
}

.footer-links:hover {
    color: #5fb97d;
}

h1,
h2 {
    text-transform: capitalize;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.cta-content-wrapper--3 {
    position: relative !important;
    bottom: 0px !important;
}

.d-flex--4 {
    display: flex;
    gap: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

/* Mobile Responsiveness */

/* ===================1024===================== */

@media screen and (max-width:1122px) {

    .stats-container {
        max-width: 100%;
    }

    .why-trust-us-bottom-content {
        grid-column-gap: var(--_font-family---all-size--24);
        grid-row-gap: var(--_font-family---all-size--24);
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .home-banner {
        background-image: url('../../img/home/home_bg.png');
    }

    .d-none {
        display: block;
    }

    .header-bottom-content-wrapper {
        top: 48rem;
    }

    .header-image-wrapper {
        width: 100%;
        max-width: 46.1875rem;
    }

    .nav-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .investment-management-image {
        object-fit: contain;
    }

    .event-v2 {
        padding: 20px;
    }

    .pt-0-tab {
        padding-top: 0px !important;
    }

    .service-card-image.second {
        object-fit: contain;
    }

    .content-image img {
        object-fit: contain;
    }

    .w-60 .content-description {
        width: 100%;
    }

    .value-image {
        object-fit: contain;
    }

    .service-card-image._6th {
        object-fit: contain;
    }

    .investment-card-image {
        object-fit: contain;

    }

    .benefits-of-our-accounting-card-image {
        object-fit: contain;
    }

    .financial-planning-header-image {
        object-fit: contain;
    }

    .client-benefits-right-image {
        object-fit: contain;
    }
}

/* =================992 end====================== */


/* ============min-1024-max-1122================ */

@media screen and (min-width:1024px) and (max-width:1122px) {
    .why-trust-us-card {
        max-width: 32rem;
    }

    .footer-links-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        gap: 30px;
    }

    .contact-form-block {
        width: 50%;
    }

    .why-trust-us-top-content {
        max-width: 70%;
    }

    .event-v2-title-wrap {
        max-width: 50.23%;
    }

    .service-features-offerings-image {
        object-fit: contain;
    }

    .financial-planning-header-image-wrapper {
        max-width: 47.3125rem;
        height: 47.3125rem;
    }

    .financial-planning-header-right-content-wrapper {
        max-width: 56.5625rem;
    }

    .financial-planning-header-component {
        flex-direction: column;
        gap: 10px;
    }

    .process-shape {
        inset: 48% 0% auto;
    }

    .investment-bottom-content-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        display: grid;
    }

    .container-large {
        max-width: 100%;
    }

    .blog-mask {
        max-width: 100%;
    }

    .process-card-wrap {
        padding: 0.875rem;
    }

    .profile-5 {
        top: 28%;
    }

    .cta-content-wrapper--3 {
        max-width: 28.625rem;
    }
}

/* ============min-1024-max-1122 end================ */


/* ============min-1122-max-1560================ */
@media screen and (min-width:1122px) and (max-width:1760px) {
    .home-banner {
        background-size: cover;
    }
}

/* ============min-1122-max-1560 end================ */


/* ============min-766-max-992================ */
@media screen and (min-width:766px) and (max-width:992px) {
    .process-card-wrap {
        padding: 25px;
    }

    .process-shape {
        display: none;
    }

    .profile-5 {
        top: 50%;
    }

    .cta-content-wrapper--3 {
        max-width: 28.625rem;
    }
}

/* ============min-766-max-992 end================ */


/* ===================992===================== */

@media screen and (max-width: 991px) {
    .header-image-wrapper {
        max-width: 38rem;
        height: auto;
        right: 4rem;
    }

    .footer-links-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        gap: 30px;
    }

    .contact-left-content-wrapper {
        max-width: 43.875rem;
    }

    .contact-card-wrapoper {
        grid-template-columns: 1fr;
    }



}

/* =================992 end====================== */


/* =======================768===================== */

@media (max-width: 768px) {


    .faq-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .faq-item {
        padding: 18px;
    }

    .faq-question {
        font-size: 15px;
    }

    .faq-toggle {
        font-size: 20px;
        margin-left: 10px;
    }

    .faq-title {
        margin-bottom: 40px;
    }

    .header-bottom-content-wrapper {
        top: 31rem;
    }
}

/* =================768 end================== */

/* ==================480====================== */

@media (max-width: 480px) {
    .faq-item {
        padding: 15px;
    }

    .faq-question {
        font-size: 14px;
    }

    .footer-links-wrapper {
        grid-template-columns: 1fr;
    }

    .d-flex-email a {
        font-size: 14px;
    }

    .color-000 {
        font-size: 14px;
    }

    .footer-links-list {
        word-break: break-word;
    }

    .fz-68 {
        font-size: 34px;
    }

    .header {
        margin-bottom: 0px;
    }

    .header-image-wrapper {
        max-width: 16.1rem;
        bottom: -1.3rem;
        right: 2rem;
    }

    .home-banner {
        background-image: url('../../img/home/home_bg.png');
    }

    .destination-content-wrap {
        flex-direction: column;
    }

    .single-destination-wrap {
        padding: 1.25rem;
    }

    .destination-image-wrap {
        max-width: 100%;
    }

    .service-card-top-content._2nd {
        width: 100%;
    }

    .footer-social-icon-list {
        grid-column-gap: 6px;
    }

    .footer-middle-content-wrapper {
        padding: 10px;
    }

    .header-bottom-content-wrapper {
        top: 0rem;
    }

    .why-trust-us-bottom-content {
        grid-column-gap: var(--_font-family---all-size--24);
        grid-row-gap: var(--_font-family---all-size--24);
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .process-serial-flex-wrap {
        display: none;
    }

    .process-shape {
        display: none;
    }

    .process-flex-wrap {
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    .event-v2-title-wrap {
        align-self: flex-start;
        max-width: 100%;
        position: static;
        top: 8rem;
    }

    .event-v2-flex-wrap {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }

    .event-v2-wrap {
        width: 100%;
        max-width: 100%;
    }

    .pb-20-mob {
        padding-bottom: 20px;
    }

    .pt-0-mob {
        padding-top: 0px !important;
    }

    .mobile-hide .profile-img {
        display: none;
    }

    .vh-mobile {
        min-height: unset;
    }

    .pb-50-mob {
        padding-bottom: 50px;
    }

    .text-center-mob {
        text-align: center;
    }

    .service-features-offerings-image {
        object-fit: contain;
    }



    .home-banner {
        height: unset;
    }

    .sign-up-container form {
        padding: 0 5px;
    }

    .sign-in-container form {
        padding: 0 5px;
    }

    .overlay .overlay-panel {
        padding: 0 5px;
    }

    h2 {
        text-align: center;
    }

    .client-benefits-left-top-content-wrapper {
        align-items: center;
    }

    .accounting-bookkeeping-header-left-content {
        align-items: center;
    }

    .tagline-text {
        text-align: center;
    }

    .cta-content-wrapper {
        align-items: center;
    }

    .w-130 {
        text-align: center;
    }


    .financial-planning-header-right-top-content {
        align-items: center;
    }

    .financial-planning-header-right-content-wrapper {
        align-items: center;
    }

    .investment-management-content {
        align-items: center;
    }

    .service-planning-card-image {
        object-fit: contain;
    }

    .cta-content-wrapper {
        position: absolute;
        bottom: 15px;
    }

    .value-card-icon-wrapper {
        position: absolute;
        bottom: 182px;
    }

    .value-card-icon-wrapper img {
        width: 40px;
        height: 40px;
    }

    .d-flex--4 {
        display: flex;
        flex-direction: column;
    }

    .cta-content {
        padding-top: 4rem;
    }

    .footer-middle-left-content img {
        max-width: 89%;
    }

    .destination {
        overflow-x: hidden;
    }

    .blog-top-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .d-flex-mob-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* ================= 480 end====================== */
.current-policy-bg {
    border: 3px solid #5fb97d;
}

.color-000 {
    color: #0b2434;
}

.d-flex-email {
    display: flex;
    align-items: center;
}

.d-flex-email a {
    padding: 5px !important;
}

.d-flex-email a:hover {
    color: #5fb97d;
}

html,
body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
}