/* ========================================
   Register Page Styles - Bootstrap v4.6.2
   Based on Moov.cn original design
   ======================================== */

/* CSS Variables - Color Palette from original */
:root {
    --magenta-500: #C72391;
    --magenta-600: #B21F81;
    --magenta-700: #9B2070;
    --moov-blue-500: #234454;
    --corp-gray-500: #6B7280;
    --corp-gray-400: #9CA3AF;
    --corp-gray-200: #E5E7EB;
    --smokey-gray-50: #F8F9FA;
    --blue-250: #B8D4E3;
    --text-12spx: 0.75rem;
    --text-14spx: 0.875rem;
    --text-16spx: 1rem;
    --text-18spx: 1.125rem;
    --text-24spx: 1.5rem;
    --text-36spx: 2.25rem;
    --text-64spx: 4rem;
    --shadow-basic: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

/* Base Styles */
body {
    font-family: 'Lato', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--moov-blue-500);
    background-color: var(--smokey-gray-50);
    min-height: 100vh;
    padding-top: 76px;
}

/* Ensure Bootstrap grid works properly */
.row {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1024px)
{
    .px-content-x-desktop{
        margin-right: 15px;
        margin-left: 15px;
    }
}



.col-lg-5, .col-lg-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

/* Ensure order classes work */
.order-1 { order: 1; }
.order-2 { order: 2; }

@media (min-width: 992px) {
    .order-lg-1 { order: 1; }
    .order-lg-2 { order: 2; }
}

/* Skip Link */
.skip-link {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--magenta-500);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0 0 4px 4px;
    z-index: 9999;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 0;
}

/* Typography */
.font-inter {
    font-family: 'Inter', sans-serif;
}

.font-lato {
    font-family: 'Lato', sans-serif;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

/* Navigation */
.navbar {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--corp-gray-200);
    height: 76px;
}

.brand-logo {
    font-family: 'Inter', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--magenta-500);
    text-transform: lowercase;
    letter-spacing: -0.5px;
}

.navbar-nav .nav-link {
    font-family: 'Inter', sans-serif;
    font-size: var(--text-14spx);
    font-weight: 500;
    color: var(--moov-blue-500);
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--magenta-500);
}

.btn-outline-magenta {
    color: var(--magenta-500);
    border-color: var(--magenta-500);
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.btn-outline-magenta:hover {
    background-color: var(--magenta-500);
    color: #fff;
    border-color: var(--magenta-500);
}

/* Page Content Wrapper */
.page-content-wrapper {
    background-color: var(--smokey-gray-50);
    padding-top: 2rem;
    padding-bottom: 3rem;
}

/* Ensure container works properly */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

/* Page Header */
.page-header {
    margin-bottom: 2rem;
}

.page-title {
    font-family: 'Inter', sans-serif;
    font-size: var(--text-36spx);
    font-weight: 700;
    line-height: 1.2;
    color: var(--moov-blue-500);
    margin-bottom: 1rem;
}

/* Benefits Section - Left Column */
.benefits-section {
    padding: 2rem;
}

.benefits-title {
    font-family: 'Inter', sans-serif;
    font-size: var(--text-24spx);
    font-weight: 700;
    line-height: 1.3;
    color: var(--moov-blue-500);
    margin-bottom: 1.5rem;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.benefit-icon-wrapper {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background-color: var(--magenta-500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.benefit-item:hover .benefit-icon-wrapper {
    transform: scale(1.05);
    background-color: var(--magenta-600);
}

.benefit-text {
    font-family: 'Lato', sans-serif;
    font-size: var(--text-16spx);
    line-height: 1.5;
    color: var(--moov-blue-500);
    margin: 0;
}

/* Form Card - Right Column */
.form-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: var(--shadow-basic);
    padding: 2rem 3rem;
}

.form-title {
    font-family: 'Inter', sans-serif;
    font-size: var(--text-24spx);
    font-weight: 700;
    line-height: 1.3;
    color: var(--moov-blue-500);
    margin-bottom: 1.5rem;
}

.form-body {
    padding: 0 1.5rem;
}

/* Form Grid - Two columns on desktop */
.form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

/* Form Controls */
.form-label-custom {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: var(--text-14spx);
    font-weight: 700;
    color: var(--moov-blue-500);
    margin-bottom: 0.375rem;
    letter-spacing: 0.5px;
}

.required-text {
    font-weight: 700;
    font-style: italic;
    color: var(--corp-gray-500);
    font-size: var(--text-14spx);
}

.form-control-custom {
    height: 48px;
    font-size: var(--text-14spx);
    border: 1px solid var(--corp-gray-200);
    border-radius: 4px;
    padding: 0.75rem 1rem;
    color: var(--moov-blue-500);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control-custom:focus {
    border-color: var(--magenta-500);
    box-shadow: 0 0 0 2px rgba(199, 35, 145, 0.15);
}

.form-control-custom::placeholder {
    color: var(--corp-gray-400);
}

.field-hint {
    font-size: var(--text-12spx);
    color: var(--corp-gray-500);
    min-height: 1.5em;
    margin-top: 0.25rem;
    margin-bottom: 0;
}

/* Password Input */
.password-group {
    grid-row: span 3;
}

.input-group .form-control-custom {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.input-group .form-control-custom:focus {
    box-shadow: none;
}

.btn-password-toggle {
    background-color: #fff;
    border: 1px solid var(--corp-gray-200);
    border-left: none;
    border-radius: 0 4px 4px 0;
    color: var(--corp-gray-500);
    padding: 0 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-password-toggle:hover {
    background-color: var(--smokey-gray-50);
}

/* Password Strength Indicator */
.strength-indicator {
    margin-top: 0.75rem;
}

.strength-bars {
    display: flex;
    gap: 4px;
}

.strength-bar {
    height: 4px;
    flex: 1;
    background-color: var(--corp-gray-200);
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.strength-bar.weak {
    background-color: #EF4444;
}

.strength-bar.medium {
    background-color: #F59E0B;
}

.strength-bar.strong {
    background-color: #10B981;
}

/* Password Requirements */
.password-requirements {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0 0;
}

.password-requirements li {
    display: flex;
    align-items: center;
    font-size: var(--text-14spx);
    color: var(--corp-gray-500);
    margin-bottom: 0.5rem;
}

.requirement-icon {
    font-size: 1rem;
    color: var(--blue-250);
    margin-right: 0.5rem;
    transition: color 0.2s ease;
}

.password-requirements li.met .requirement-icon {
    color: #10B981;
}

/* Phone Input */
.phone-input-wrapper {
    position: relative;
}

.btn-country-flag {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--corp-gray-200);
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 0.5rem 0.75rem;
    color: var(--moov-blue-500);
    font-size: var(--text-14spx);
    cursor: pointer;
    min-width: 80px;
}

.btn-country-flag:hover {
    background-color: var(--smokey-gray-50);
}

.country-code {
    font-weight: 500;
}

.country-dropdown {
    min-width: 200px;
    padding: 0.5rem 0;
    z-index: 1050;
}

.phone-input-wrapper .input-group-prepend.dropdown {
    position: relative;
}

.phone-input-wrapper .input-group-prepend .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 2px;
}

.country-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: var(--text-14spx);
}

.country-dropdown .dropdown-item:hover {
    background-color: var(--smokey-gray-50);
}

.country-dropdown .dropdown-item.active {
    background-color: var(--magenta-500);
    color: #fff;
}

/* Flag Icons (simplified) */
.flag-icon {
    display: inline-block;
    width: 20px;
    height: 15px;
    background-size: cover;
    border-radius: 2px;
}

.flag-us { background: linear-gradient(to bottom, #fff 33%, #B22234 33%, #B22234 66%, #fff 66%); }
.flag-cn { background: #DE2910; }
.flag-gb { background: #012169; }
.flag-jp { background: #fff; }
.flag-kr { background: #fff; }

/* Account Type Section */
.account-type-section {
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--corp-gray-200);
}

.account-type-title {
    font-family: 'Inter', sans-serif;
    font-size: var(--text-24spx);
    color: var(--moov-blue-500);
    margin-bottom: 1rem;
}

/* Custom Checkbox */
.custom-checkbox-wrapper {
    margin-bottom: 0.75rem;
}

.custom-checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    padding-left: 2rem;
    position: relative;
    font-size: var(--text-14spx);
    color: var(--moov-blue-500);
    line-height: 1.5;
}

.custom-checkbox-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-checkbox-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: var(--corp-gray-400);
    transition: color 0.2s ease;
}

.custom-checkbox-icon .fa-check-square {
    display: none;
    color: var(--magenta-500);
}

.custom-checkbox-input:checked ~ .custom-checkbox-icon .fa-square {
    display: none;
}

.custom-checkbox-input:checked ~ .custom-checkbox-icon .fa-check-square {
    display: inline-block;
}

.custom-checkbox-label:hover .custom-checkbox-icon {
    opacity: 0.7;
}

/* Terms and Newsletter Sections */
.terms-section,
.newsletter-section {
    max-width: 50%;
    margin-bottom: 1rem;
}

.terms-section {
    padding-top: 0.5rem;
}

.text-magenta {
    color: var(--magenta-500) !important;
    text-decoration: none;
    font-weight: 600;
}

.text-magenta:hover {
    text-decoration: underline;
    color: var(--magenta-600) !important;
}

/* CAPTCHA Section */
.captcha-section {
    max-width: 33.333%;
    margin: 1rem auto;
}

.captcha-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 60px;
    background-color: var(--smokey-gray-50);
    border: 1px solid var(--corp-gray-200);
    border-radius: 4px;
    color: var(--corp-gray-500);
    font-size: var(--text-14spx);
}

/* Submit Section */
.submit-section {
    margin-top: 1.5rem;
}

.btn-register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    min-width: 200px;
    padding: 0 2rem;
    font-family: 'Lato', sans-serif;
    font-size: var(--text-14spx);
    font-weight: 700;
    background-color: var(--magenta-500);
    border-color: var(--magenta-500);
    color: #fff;
    border-radius: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-register:hover:not(:disabled) {
    background-color: var(--magenta-600);
    border-color: var(--magenta-600);
}

.btn-register:focus:not(:disabled) {
    background-color: var(--magenta-700);
    border-color: var(--magenta-700);
    box-shadow: 0 0 0 3px rgba(199, 35, 145, 0.3);
}

.btn-register:disabled {
    background-color: var(--corp-gray-200);
    border-color: var(--corp-gray-200);
    color: var(--corp-gray-400);
    cursor: not-allowed;
}

.login-prompt {
    margin-top: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: var(--text-14spx);
}

.login-prompt .btn-link {
    font-size: var(--text-14spx);
    text-decoration: none;
}

.login-prompt .btn-link:hover {
    text-decoration: underline;
}

/* Responsive Styles */
@media (min-width: 992px) {
    .page-content-wrapper {
        padding-top: 3.5rem;
        padding-bottom: 5rem;
    }

    .page-title {
        font-size: var(--text-64spx);
        margin-bottom: 3.5rem;
    }

    .form-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem 1.25rem;
    }

    .password-group {
        grid-row: span 3;
    }

    .form-card {
        padding: 2.5rem 1rem;
    }

    .form-body {
        padding: 0 6rem;
    }

    .form-title {
        font-size: var(--text-36spx);
        margin-bottom: 2.5rem;
    }

    .benefits-section {
        padding: 0;
    }

    .benefits-title {
        font-size: var(--text-36spx);
    }

    .benefit-text {
        font-size: var(--text-18spx);
    }

    .benefit-icon-wrapper {
        width: 64px;
        height: 64px;
        font-size: 1.75rem;
    }

    .terms-section,
    .newsletter-section {
        max-width: 50%;
    }
}

@media (max-width: 991.98px) {
    .benefits-section {
        text-align: center;
        padding: 2rem 1rem;
    }

    .benefit-item {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .form-card {
        padding: 1.5rem;
    }

    .form-body {
        padding: 0;
    }

    .terms-section,
    .newsletter-section,
    .captcha-section {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    body {
        padding-top: 66px;
    }

    .page-title {
        font-size: 1.75rem;
    }

    .form-card {
        padding: 1rem;
    }

    .form-title {
        font-size: 1.25rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-card {
    animation: fadeInUp 0.5s ease-out;
}

/* Print Styles */
@media print {
    .navbar,
    .skip-link {
        display: none !important;
    }

    body {
        padding-top: 0;
    }

    .form-card {
        box-shadow: none;
        border: 1px solid #000;
    }
}

/* ========================================
   Testimonials Section Styles
   ======================================== */

/* Tailwind-like utility classes for testimonials */
.relative { position: relative; }
.w-full { width: 100%; }
.bg-white { background-color: #fff; }
.mx-auto { margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }
/* .flex { display: flex; }*/
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.gap-8 { gap: 2rem; }
.gap-y-4 { row-gap: 1rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-10 { margin-bottom: 2.5rem; }
.pb-16 { padding-bottom: 4rem; }
.pt-16 { padding-top: 4rem; }
.overflow-hidden { overflow: hidden; }
.rounded-full { border-radius: 9999px; }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }

/* Font sizes */
.text-16spx { font-size: 1rem; }
.text-18spx { font-size: 1.125rem; }
.text-20spx { font-size: 1.25rem; }
.text-24spx { font-size: 1.5rem; }
.text-36spx { font-size: 2.25rem; }
.text-48spx { font-size: 3rem; }

/* Line heights */
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }

/* Letter spacing */
.tracking-widest { letter-spacing: 0.1em; }

/* Font weights */
.font-bold { font-weight: 700; }

/* Colors */
.text-magenta-500 { color: #C72391; }
.text-moov-blue-500 { color: #234454; }
.text-sky-blue-500 { color: #07A5D9; }
.text-smokey-gray-500 { color: #6B7280; }

/* Avatar container sizes */
.h-66 { height: 16.5rem; }
.w-66 { width: 16.5rem; }
.h-43 { height: 10.75rem; }
.w-43 { width: 10.75rem; }

/* Border */
.border-3 { border-width: 3px; }
.border-magenta-500 { border-color: #C72391; }

/* Max width */
.max-w-28rem { max-width: 28rem; }

/* Testimonials section specific styles */
.testimonials-section {
    background-color: #fff;
    padding: 4rem 0;
}

.testimonials-section .testimonials-header {
    margin-bottom: 2.5rem;
}

.testimonials-section .testimonials-label {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #C72391;
    margin-bottom: 1rem;
}

.testimonials-section .testimonials-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
    color: #234454;
    margin-bottom: 0.5rem;
}

.testimonials-section .testimonials-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.5;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 28rem;
    margin: 0 auto;
}

.testimonial-avatar-wrapper {
    position: relative;
    margin-bottom: 0.625rem;
    width: 16.5rem;
    height: 16.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-avatar-wrapper .decorative-shape {
    position: absolute;
    width: 100%;
    height: 100%;
}

.testimonial-avatar {
    position: relative;
    width: 10.75rem;
    height: 10.75rem;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #C72391;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.testimonial-quote {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.25;
    margin-bottom: 0.75rem;
    color: #234454;
}

.testimonial-name {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.375;
    color: #234454;
    margin-bottom: 0.25rem;
}

.testimonial-position {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: #07A5D9;
    margin-bottom: 0.25rem;
}

.testimonial-company {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    color: #234454;
}

/* Responsive styles for testimonials */
@media (min-width: 992px) {
    .testimonials-section .testimonials-title {
        font-size: 3rem;
    }

    .testimonials-section .testimonials-subtitle {
        font-size: 1.25rem;
    }

    .testimonial-avatar-wrapper {
        margin-bottom: 1.625rem;
    }

    .testimonial-avatar {
        border-width: 6px;
    }

    .testimonials-slide {
        flex-direction: row;
        gap: 3rem;
    }
}

@media (max-width: 991.98px) {
    .testimonials-slide {
        flex-direction: column;
        gap: 2rem;
    }

    .h-66, .w-66 {
        height: 12rem;
        width: 12rem;
    }

    .h-43, .w-43 {
        height: 8rem;
        width: 8rem;
    }
}

/* ========================================
   Responsive Tailwind-like Classes (lg: prefix)
   ======================================== */

/* lg: breakpoint - min-width: 1024px */
@media (min-width: 1024px) {
    /* Display */
    .lg\:flex-row { flex-direction: row; }

    /* Gap */
    .lg\:gap-12 { gap: 3rem; }

    /* Margin */
    .lg\:mb-0 { margin-bottom: 0; }
    .lg\:mb-6-5 { margin-bottom: 1.625rem; }
    .lg\:mb-16 { margin-bottom: 4rem; }
    .lg\:mb-20 { margin-bottom: 5rem; }
    .lg\:mx-0 { margin-left: 0; margin-right: 0; }

    /* Padding */
    .lg\:px-content-x-desktop { padding-left: 2rem; padding-right: 2rem; }

    /* Text size */
    .lg\:text-20spx { font-size: 1.25rem; }
    .lg\:text-24spx { font-size: 1.5rem; }
    .lg\:text-48spx { font-size: 3rem; }

    /* Border */
    .lg\:border-6 { border-width: 6px; }
}

/* sm: breakpoint - min-width: 640px */
@media (min-width: 640px) {
    .sm\:flex-row { flex-direction: row; }
    .sm\:gap-8 { gap: 2rem; }
}

/* md: breakpoint - min-width: 768px */
@media (min-width: 768px) {
    .md\:flex-row { flex-direction: row; }
    .md\:gap-10 { gap: 2.5rem; }
}

/* Negative margin utility */
.-mx-content-x-mobile {
    margin-left: -1rem;
    margin-right: -1rem;
}

/* Max width utility */
.max-w-standard-content {
   /* max-width: 1200px; */
}

/* Padding content x mobile */
.px-content-x-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Placeholder for custom values */
.max-w-\[28rem\] {
    max-width: 28rem;
}

.mb-2-5 {
    margin-bottom: 0.625rem;
}

.mb-6-5 {
    margin-bottom: 1.625rem;
}

/* Font family utilities */
.font-inter {
    font-family: 'Inter', sans-serif;
}

.font-lato {
    font-family: 'Lato', sans-serif;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

/* Swiper override for pb */
.\!pb-16 {
    padding-bottom: 4rem !important;
}

/* Gap utilities */
.gap-y-4 {
    row-gap: 1rem;
}

.gap-x-2 {
    column-gap: 0.5rem;
}

/* Additional Tailwind utilities that may be needed */
.justify-center { justify-content: center; }
.justify-content-center { justify-content: center; }

/* Margin 2.5 */
.mb-2-5,
.mb-2\.5 {
    margin-bottom: 0.625rem;
}

/* lg:mb-6.5 */
@media (min-width: 1024px) {
    .lg\:mb-6-5,
    .lg\:mb-6\.5 {
        margin-bottom: 1.625rem;
    }
}

/* max-w with bracket notation */
.max-w-\[28rem\] {
    max-width: 28rem;
}

/* Ensure images are responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Swiper specific fixes for testimonials */
.testimonials-swiper .swiper-slide {
    padding: 1rem;
}

@media (min-width: 1024px) {
    .testimonials-swiper .swiper-slide {
        padding: 0;
    }
}

/* ========================================
   Additional Missing Tailwind Utilities
   ======================================== */

/* Position */
.absolute { position: absolute; }

/* Display */
.inline-block { display: inline-block; }

/* Flex */
.flex-shrink-0 { flex-shrink: 0; }

/* Sizing */
.h-full { height: 100%; }
.min-h-\[1\.5em\] { min-height: 1.5em; }

/* Text */
.text-14spx { font-size: 0.875rem; }

/* Border radius */
.rounded { border-radius: 0.25rem; }
.rounded-full { border-radius: 9999px; }

/* Opacity */
.opacity-0 { opacity: 0; }

/* Cursor */
.cursor-pointer { cursor: pointer; }

/* Overflow */
.overflow-hidden { overflow: hidden; }

/* Transition */
.transition-all { transition: all 0.3s ease; }

/* Z-index */
.z-1 { z-index: 1; }
.z-10 { z-index: 10; }

/* Negative margin with content */
.-mx-content-x-mobile {
    margin-left: -1rem;
    margin-right: -1rem;
}

/* Ensure proper box-sizing */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Fix for swiper in Bootstrap */
.swiper-pagination-bullet {
    background: #1a3a4a !important;
}

.swiper-pagination-bullet-active {
    background: #C72391 !important;
}
