:root {
    --bg-green: #E0F2E9;
    --light-green: #4CA456;
    --dark-green: #437E4B;
    --white: #FFFFFF;
    --gray: gray;
    --black: black;
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

p {
    font-size: 18px;
}

#hero {
    background-color: var(--bg-green);
    background: linear-gradient(135deg, #e8f3ec 0%, #d6ebe0 100%);
}

.theme-bg-green {
    background: linear-gradient(135deg, #e8f3ec 0%, #d6ebe0 100%);
}

#navbarSupportedContent .submit {
    background-color: var(--dark-green);
    color: var(--white);
}

.hero .card hr {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}

/* hero section start  */
.hero h1 {
    font-size: 90px;
    color: var(--light-green);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1px;
}

.hero .card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hero .card .badge {
    background-color: var(--bg-green);
    color: var(--light-green);
}

.hero .left-para p {
    font-size: 20px;
    font-weight: 700;
}

.hero .left-para ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero .left-para ul li {
    display: flex;
    /* align-items: center; */
    font-weight: 500;
    line-height: 2.5;
}

.hero .left-para ul li i::before {
    font-weight: 700;
    color: var(--dark-green);
    border-radius: 50%;
    border: 1px solid var(--gray);
    padding: 5px;
}

.hero .left-para ul li span {
    font-weight: 700;
}

.hr-with-icon hr {
    border-top: 2px solid var(--gray);
}

.hr-with-icon .icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 50px;
    height: 50px;
    background-color: var(--gray);
    color: var(--white);
    border: 2px solid var(--gray);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* hero section end  */

/* hero-card start*/

.course-card {
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: none;
}

.dotted-line {
    flex-grow: 1;
    border-bottom: 2px dotted #ccc;
    margin: 10px 10px 0px;
}

.price {
    font-size: 40px;
    font-weight: 700;
}

.start {
    background: var(--dark-green);
    color: #fff;
    font-weight: 600;
    padding: 11px 24px;
    border-radius: 9999px;
    /* text-transform: uppercase; */
}

.start:hover {
    background: var(--light-green);
}

.secure-note {
    font-size: 14px;
    color: var(--gray);
}

/* hero-card end*/

/* how section start  */
#how {
    background-color: rgba(22, 51, 0, 0.07843);
}

.how h2 {
    color: var(--black);
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: -1px;
}

.card-step {
    border-radius: 20px;
    transition: 0.3s ease;
}

.card-step img {
    border-radius: 10px;
}

.card-step:hover {
    transform: translateY(-6px);
}

.how .box {
    border-radius: 10px;
}

/* how section end  */

/* media-obj section start */
.media-obj .obj h3,
.videoContent .left h3 {
    font-size: 50px;
    font-weight: 800;
}

.media-obj h5 {
    font-size: 18px;
}

.media-obj .box-1 {
    background-color: var(--light-green);
    border-radius: 40px;
    color: var(--white);
}

.media-obj .box-1 .start:hover,
.videoContent .start:hover {
    background-color: var(--dark-green);
    color: var(--black);
}

.media-obj .icon-badge {
    border-top: 1px solid rgba(14, 15, 12, 0.12157);
}

.media-obj .icon-badge p,
.videoContent .left p {
    font-size: 18px;
}

.media-obj .icon-badge .box .icon,
.videoContent .left .iconDesc i {
    background-color: var(--bg-green);
    color: var(--light-green);
    padding: 20px;
    display: inline-block;
    border-radius: 50%;
}

/* media-obj section end */

/* call on button section start  */
.callOnbutton {
    background-color: var(--bg-green);
}

.callOnbutton .content-block .box {
    background-color: var(--white);
    border-radius: 20px;
}

.callOnbutton .content-block .box .icon {
    color: var(--light-green);
    background-color: var(--bg-green);
    padding: 20px;
    display: inline-block;
    border-radius: 50%;
}

.callOnbutton p {
    font-size: 18px;
}

.callOnbutton .content-block .box p {
    font-size: 18px;
    border-radius: 18px;
}

.callOnbutton .content-block .box svg {
    color: var(--light-green);
}

.callOnbutton .tube {
    background-color: #A8D5B8;
    border-radius: 40px;
    padding: 5px;
    display: inline-flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.callOnbutton input[type="radio"] {
    display: none;
}

.callOnbutton label {
    cursor: pointer;
    padding: 10px 25px;
    border-radius: 40px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.callOnbutton label:hover {
    opacity: 1;
}

.callOnbutton input[type="radio"]:checked+label {
    background-color: var(--bg-green);
    color: var(--black);
    opacity: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.callOnbutton .comparison-box {
    border-radius: 20px;
}

/* call on button section end  */

/* videoContent section start  */

.videoContent .left .iconDesc .lists {
    border-top: 1px solid rgba(14, 15, 12, 0.12157);
}

.media-obj img,
.videoContent img {
    border-radius: 20px;
}

.videoContent .bottom-box {
    background-color: var(--light-green);
    border-radius: 40px;
    color: var(--white);
}

.videoContent .bottom-box .circle {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: var(--dark-green);
    padding: 20px;
}

.videoContent .bottom-box h2 {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 0.85;
    font-size: 60px;
}

/* videoContent section end  */

/* do more section start  */

.doMore {
    background-color: var(--bg-green);
}

.doMore h2,
.faq h2,
.connect h2,
.section-heading-wise {
    font-size: 50px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: -1px;
}

.doMore h2,
.connect h2 {
    text-transform: none !important;
}

.doMore p {
    font-size: 18px;
    color: var(--black);
    line-height: 1.5;
}

.doMore a {
    text-underline-offset: 6px;
}

.doMore .bottom .box {
    background-color: var(--white);
    border-radius: 20px;
}

.doMore .bottom .learn {
    border: 2px solid var(--black);
    color: 1px solid var(--black);
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
}

.doMore .bottom .learn:hover {
    background-color: var(--black);
    color: var(--white);
}

/* do more section end  */

/* faq section start  */

.faq .faq-content .faq-question .que {
    font-weight: 600;
    font-size: 22px;
}

.faq .faq-content .faq-answer {
    font-size: 16px;
}

.faq .faq-content .faq-question .circle {
    /* height: 60px;
    width: 60px; */
    border-radius: 50%;
}

.faq .faq-content .faq-question .icon {
    background-color: var(--bg-green);
    color: var(--light-green);
    padding: 8px;
}

.faq .faq-content .faq-question {
    border-top: 1px solid var(--bg-green);
}

/* faq section end  */

.faq-answer {
    display: none;
}

.faq-content.active .faq-answer {
    display: block;
}

.faq-question {
    cursor: pointer;
}

.circle.icon svg {
    transition: transform 0.3s ease;
}

.faq-content.active .circle.icon svg {
    transform: rotate(45deg);
}

.faq-answer {
    display: none;
}

.faq-answer.open {
    display: block;
}


/* contact section css start  */
.connect .links {
    background-color: var(--bg-green);
}

.connect .links .us-states li {
    margin-right: 20px;
    padding: 8px;
}

.connect .us-states li a {
    text-decoration: underline !important;
    color: var(--black);
    font-size: 18px;
}

/* contact section css end  */

.how h2,
.media-obj .obj h3,
.videoContent .left h3,
.callOnbutton h2,
.videoContent .bottom-box h2,
.doMore h2,
.faq h2,
.connect h2,
.section-heading-wise {
    font-size: 44px;
    line-height: .85;
}

/* footer start  */
.footer {
    background-color: var(--bg-green);
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
}

.footer ul li {
    font-size: 18px;
    margin-bottom: 8px;
}

.footer ul li a {
    color: var(--black);
    text-underline-offset: 6px;
}

.footer ul li a:hover {
    text-decoration: underline !important;
}

.footer .border-bottom {
    border-color: rgba(14, 15, 12, 0.12157) !important;
}

.footer .social-icon a {
    padding: 10px;
    color: var(--dark-green);
    transition: all 0.3s ease;
}

.footer .social-icon a:hover {
    color: var(--light-green);
}

/* footer end  */

/* Added from home.blade.php */
.wise-hero {
    background: linear-gradient(135deg, #e8f3ec 0%, #d6ebe0 100%);
    color: var(--light-green);
    text-align: center;
    position: relative;
}

.wise-hero h1 {
    font-weight: 900;
    font-size: clamp(3.5rem, 8vw, 7rem);
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -3px;
    margin-bottom: 24px;
    font-size: 90px;
}

.wise-hero p.subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    max-width: 650px;
    margin: 0 auto 32px auto;
    color: #1a3b18;
}

.wise-badge-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.wise-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #1a3b18;
    font-weight: 600;
    font-size: 0.95rem;
}

.wise-badge .icon-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
}

/* .wise-btn {
                                                                                                                background-color: #1a3b18;
                                                                                                                color: #9fe870;
                                                                                                                padding: 16px 36px;
                                                                                                                border-radius: 50px;
                                                                                                                font-weight: 600;
                                                                                                                font-size: 1.1rem;
                                                                                                                text-decoration: none;
                                                                                                                display: inline-block;
                                                                                                                transition: background-color 0.2s ease, transform 0.1s ease;
                                                                                                            }

                                                                                                            .wise-btn:hover {
                                                                                                                background-color: #2b5900;
                                                                                                                color: #9fe870;
                                                                                                                transform: scale(1.02);
                                                                                                            } */

.wise-hero-image-wrapper {
    /* margin-top: 80px; */
    border-radius: 24px;
    overflow: hidden;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    background: url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=1400') center/cover no-repeat;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* NEW SECTIONS TYPOGRAPHY & LAYOUT */
.section-heading-wise {
    font-weight: 900;
    font-size: clamp(2rem, 5vw, 3.5rem);
    letter-spacing: -1.5px;
    color: #1a3b18;
    line-height: 1.1;
    text-transform: uppercase;
    /* margin-bottom: 24px; */
}

.section-subtext {
    font-size: 1.15rem;
    color: #4a5c4a;
    margin-bottom: 40px;
    max-width: 90%;
}

/* Feature Badges (Control Money Section) */
.control-money-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 40px;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    max-width: 250px;
}

.badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #d6ebe0;
    /* Light cyan/green match */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #1a3b18;
    font-size: 1.25rem;
}

.badge-text {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a3b18;
    line-height: 1.3;
}

/* Feature Lists (Travel / Transfer Sections) */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.feature-list li {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}

.feature-list .icon {
    font-size: 1.25rem;
    color: #1a3b18;
    margin-top: -2px;
}

.feature-list .details h6 {
    font-weight: 800;
    font-size: 1.05rem;
    color: #1a3b18;
    margin-bottom: 4px;
}

.feature-list .details p {
    font-size: 0.95rem;
    font-weight: 500;
    color: #5b6b5b;
    margin: 0;
    line-height: 1.4;
}

/* Section Call-To-Action Button */
.btn-wise-green {
    background-color: #9fe870;
    color: #1a3b18;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.05rem;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-wise-green:hover {
    background-color: var(--dark-green);;
    color: #1a3b18;
    transform: scale(1.02);
}

/* Section Images */
.section-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 500px;
    width: 100%;
    background-color: #f5f5f5;
}

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

/* Transparent Calculator Section */
/* .bg-wise-green {
                                                                                                        background-color: #9fe870;
                                                                                                    } */

.transparent-section-heading {
    font-weight: 900;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    letter-spacing: -2px;
    color: #1a3b18;
    line-height: 1;
    margin-bottom: 24px;
}

.transparent-section-subtext {
    font-size: 1.25rem;
    color: #1a3b18;
    margin-bottom: 40px;
    max-width: 450px;
    line-height: 1.4;
    font-weight: 500;
}

.btn-wise-dark {
    background-color: #1a3b18;
    color: #9fe870;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-wise-dark:hover {
    background-color: #2b5900;
    color: #9fe870;
    transform: scale(1.02);
}

/* Calculator Card */
.calc-card {
    background-color: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.calc-rate-badge {
    background-color: #f5f5f5;
    color: #1a3b18;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.calc-row {
    margin-bottom: 16px;
}

.calc-label {
    font-size: 0.95rem;
    color: #5b6b5b;
    margin-bottom: 8px;
    font-weight: 600;
}

.calc-input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.currency-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f5f5f5;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 700;
    color: #1a3b18;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.currency-selector:hover {
    background-color: #e8e8e8;
}

.currency-amount {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: #1a3b18;
}

.calc-discount-banner {
    background-color: #f0f8ff;
    color: #005f73;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.calc-discount-banner a {
    color: #005f73;
    text-decoration: underline;
}

.calc-divider {
    height: 1px;
    background-color: #e6ebe6;
    margin: 32px 0;
}

.calc-fee-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.calc-fee-icon {
    font-size: 1.25rem;
    color: #1a3b18;
}

.calc-fee-details {
    flex-grow: 1;
}

.calc-fee-title {
    font-size: 0.9rem;
    color: #5b6b5b;
    margin-bottom: 2px;
}

.calc-fee-value {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3b18;
}

.calc-fee-amount {
    font-weight: 700;
    color: #1a3b18;
    font-size: 0.95rem;
}

.btn-calc-submit {
    width: 100%;
    background-color: #9fe870;
    color: #1a3b18;
    border: none;
    padding: 18px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.1rem;
    transition: background-color 0.2s ease;
}

.btn-calc-submit:hover {
    background-color: var(--dark-green);;
}

/* Safe Section */
.safe-list li {
    align-items: center;
    border-bottom: 1px solid #e6ebe6;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.safe-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.safe-list .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #e6ebe6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #1a3b18;
    flex-shrink: 0;
}

.safe-list .details {
    margin-bottom: 0;
}

.safe-list .details p {
    font-size: 1.05rem;
    color: #4a5c4a;
    margin: 0;
    line-height: 1.4;
}

.safe-highlight {
    font-weight: 700;
    text-decoration: underline;
    /* text-decoration-color: #9fe870; */
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
}

/* Reviews Section */
.reviews-section {
    overflow: hidden;
}

.reviews-heading {
    font-weight: 900;
    font-size: clamp(3.5rem, 6vw, 4.5rem);
    letter-spacing: -2px;
    color: #1a3b18;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.reviews-subtext {
    font-size: 1.15rem;
    color: #1a3b18;
    /* margin-bottom: 40px; */
    font-weight: 500;
}

.review-nav-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 2rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

.review-nav-btn.prev {
    /* background-color: #f5f5f5; */
    background: linear-gradient(135deg, #e8f3ec 0%, #d6ebe0 100%);
    color: #a0a0a0;
    margin-right: 16px;
}

.review-nav-btn.next {
    /* background-color: #9fe870; */
    background: var(--dark-green);
    color: white;
}

.review-nav-btn.next:hover {
    background-color: var(--dark-green);;
    transform: scale(1.02);
}

.reviews-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    /* Firefox */
}

.reviews-slider::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.review-card {
    min-width: 400px;
    border-radius: 32px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scroll-snap-align: start;
}

@media (max-width: 768px) {
    .review-card {
        min-width: 300px;
        padding: 30px;
    }
}

.review-card.bg-wise-light {
    /*   background-color: #9fe870; */
    background: linear-gradient(135deg, #e8f3ec 0%, #d6ebe0 100%);
    color: #1a3b18;
}

.review-card.bg-wise-dark {
    /* background-color: #1a3b18; */

    background: var(--dark-green);
    /* color: #9fe870; */
    color: white;
}

.review-play-badge {
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin-bottom: 40px;
    flex-shrink: 0;
}

.review-card p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 40px;
}

.review-author {
    font-weight: 800;
    font-size: 1rem;
}

/* Smart App Section */
.app-heading {
    font-weight: 900;
    font-size: clamp(3.5rem, 6.5vw, 6rem);
    letter-spacing: -3px;
    color: #1a3b18;
    line-height: 0.85;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.qr-code-card {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 16px 24px;
    border: 1px solid #e6ebe6;
    border-radius: 16px;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.qr-text {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3b18;
    line-height: 1.2;
    max-width: 100px;
}

.qr-image {
    width: 72px;
    height: 72px;
}

@media (min-width: 992px) {

    .connect h2 {
        width: 30%;
        line-height: 1 !important;
    }
}

@media (max-width: 992px) {

    .hero h1 {
        font-size: 50px;
    }

    .hero .left-para p {
        font-size: 16px;
    }

    .how h2,
    .media-obj .obj h3,
    .videoContent .left h3,
    .callOnbutton h2,
    .videoContent .bottom-box h2,
    .doMore h2,
    .faq h2,
    .connect h2 {
        font-size: 46px;
    }

    .section-heading-wise {
        font-size: 38px;
    }

    .doMore h2,
    .connect h2 {
        font-size: 37px !important;
    }

    p {
        font-size: 16px;
    }

    .how h3 {
        font-size: 24px;
    }

    .media-obj h5 {
        font-size: 18px;
    }

    .media-obj p {
        font-size: 16px !important;
    }

    .faq .faq-content .faq-question .que {
        font-size: 16px;
    }

    .wise-hero h1 {
        font-size: 50px;
    }
}

@media (max-width: 768px) {

    .hero h1 {
        font-size: 50px;
    }

    .how h2,
    .media-obj .obj h3,
    .videoContent .left h3,
    .callOnbutton h2,
    .videoContent .bottom-box h2,
    .doMore h2,
    .faq h2,
    .connect h2 {
        font-size: 46px;
    }

    .section-heading-wise {
        font-size: 38px;
    }

    .wise-hero h1 {
        font-size: 50px;
    }
}

@media (max-width: 576px) {

    .hero h1,
    .wise-hero h1 {
        font-size: 40px;
    }

    .how h2,
    .media-obj .obj h3,
    .videoContent .left h3,
    .callOnbutton h2,
    .videoContent .bottom-box h2,
    .doMore h2,
    .faq h2,
    .connect h2,
    .section-heading-wise {
        font-size: 30px;
    }

    .media-obj .box-1 img,
    .media-obj .box-2 img {
        border-radius: 20px;
    }

    .how h3 {
        font-size: 22px;
    }

}

/* Utility classes from inline styles */
.icon-apple { color: #000; }
.icon-star-fill { font-size: 0.75rem; color: #1a3b18; vertical-align: baseline; }
.icon-google-play { color: #0caf50; }
.heading-max-700 { max-width: 700px; }
.icon-check-lg { color: #0caf50; font-weight: 900; font-size: 1.5rem; }
.icon-globe { color: #1a3b18; }
.img-max-450 { max-width: 450px; }
.icon-chevron-right { font-size: 0.7rem; }
.icon-tag-fill { color: #005f73; font-size: 1.2rem; }
.icon-chevron-down { font-size: 0.7rem; }
.calc-fee-clickable { cursor: pointer; padding-bottom: 2px; }
.img-rounded-24 { border-radius: 24px; }
.badge-align-start { align-self: flex-start; }
.icon-circle-white { background-color: white; }
.app-img-container { border-radius: 32px; overflow: hidden; max-width: 480px; width: 100%; }
.app-img-inner { border-radius: 32px; width: 100%; height: auto; object-fit: cover; aspect-ratio: 4/5; }