.elementor-32 .elementor-element.elementor-element-d58e9d9{padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-32 .elementor-element.elementor-element-6de0f95{padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-32 .elementor-element.elementor-element-62563b6{padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-32 .elementor-element.elementor-element-98c2d02{padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-32 .elementor-element.elementor-element-d75a971{padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-32 .elementor-element.elementor-element-5917f3f{padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-32 .elementor-element.elementor-element-4d021c1{padding:0px 0px 0px 0px;width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-d58e9d9 *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #0d0d0d;
    color: #ffffff;
}

/* Hero Section Base */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #000 url('background 1.jpg') center/cover no-repeat;
}

/* Dark Moody Overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 35% 50%, 
        rgba(10, 10, 10, 0.82) 0%, 
        rgba(5, 5, 5, 0.95) 70%, 
        rgba(0, 0, 0, 0.98) 100%
    );
    z-index: 1;
}

/* Content Container Layout */
.container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 5%;
}

.hero-content {
    max-width: 580px;
}

/* Location Badge */
.location-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 107, 0, 0.08);
    border: 1px solid rgba(255, 107, 0, 0.3);
    padding: 5px 12px;
    border-radius: 20px;
    color: #ff6b00;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 1.5rem;
}

/* Typography */
.main-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 3.6rem;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.main-heading .highlight {
    color: #ff5500;
}

.subtext {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #a0a0a0;
    margin-bottom: 2rem;
    max-width: 480px;
}

/* Action Buttons */
.cta-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary {
    background: #ff5500;
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 20px rgba(255, 85, 0, 0.35);
}

.btn-primary:hover {
    background: #e04b00;
    transform: translateY(-1px);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.03);
    color: #e0e0e0;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

/* Stats / Metrics Card */
.metrics-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: rgba(18, 18, 18, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    max-width: 520px;
}

.metric-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.metric-item:last-child {
    border-right: none;
    padding-right: 0;
}

.metric-item:not(:first-child) {
    padding-left: 12px;
}

.metric-value {
    font-family: 'Oswald', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 2px;
}

.metric-label {
    font-size: 0.58rem;
    color: #707070;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .main-heading {
        font-size: 2.5rem;
    }

    .metrics-card {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .metric-item {
        border-right: none;
        padding-left: 0 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6de0f95 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #080808;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* Banner Outer Container */
.ticker-container {
    width: 100%;
    background-color: #111111;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 14px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

/* Scrolling Track */
.ticker-track {
    display: flex;
    align-items: center;
    gap: 48px;
    width: max-content;
    animation: scroll 25s linear infinite;
}

/* Single Item Styling */
.ticker-item {
    font-family: 'Oswald', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #b0b0b0;
    display: flex;
    align-items: center;
    gap: 16px;
    text-transform: uppercase;
    user-select: none;
}

/* Fire/Flame Icon */
.flame-icon {
    color: #ff5500;
    font-size: 0.85rem;
}

/* Smooth Infinite Horizontal Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62563b6 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #0d0d0d;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* Outer Section Layout */
.programs-section {
    width: 100%;
    padding: 5rem 1.5rem;
    background-color: #0d0d0d;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Section Header Styling */
.section-header {
    margin-bottom: 2.5rem;
}

.sub-title {
    font-size: 0.72rem;
    font-weight: 600;
    color: #ff5500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}

.main-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.description {
    font-size: 0.88rem;
    line-height: 1.5;
    color: #888888;
    max-width: 480px;
}

/* Grid Layout */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

/* Card Styling */
.program-card {
    position: relative;
    background-color: #121214;
    border: 1px solid #1f1f22;
    border-radius: 10px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.program-card:hover {
    border-color: #333338;
    transform: translateY(-2px);
}

/* Badge Styling */
.badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: rgba(255, 85, 0, 0.12);
    border: 1px solid rgba(255, 85, 0, 0.3);
    color: #ff5500;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 4px;
}

/* Icon Box */
.icon-box {
    width: 38px;
    height: 38px;
    background: rgba(255, 85, 0, 0.12);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5500;
    margin-bottom: 1.25rem;
}

/* Text inside Card */
.program-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 0.6rem;
}

.program-card p {
    font-size: 0.82rem;
    line-height: 1.5;
    color: #7d7d82;
    margin-bottom: 1.75rem;
}

/* Bottom Arrow */
.card-arrow {
    color: #55555c;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: color 0.2s ease;
}

.program-card:hover .card-arrow {
    color: #ffffff;
}

/* Responsive Adjustments */
@media (max-width: 900px) {
    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .programs-grid {
        grid-template-columns: 1fr;
    }
    
    .main-title {
        font-size: 1.8rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06cbcef */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #080808;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.transformation-section {
    width: 100%;
    padding: 5rem 2rem;
    background-color: #080808;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

/* Left Content */
.content-side {
    flex: 1.1;
}

.sub-title {
    font-size: 0.7rem;
    font-weight: 600;
    color: #ff5500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.6rem;
}

.main-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.description {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #88888e;
    margin-bottom: 2.5rem;
    max-width: 480px;
}

/* Feature Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.5rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    transition: transform 0.2s ease;
}

.feature-item:hover {
    transform: translateX(4px);
}

.icon-box {
    width: 34px;
    height: 34px;
    background: rgba(255, 85, 0, 0.12);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5500;
    flex-shrink: 0;
}

.feature-text h3 {
    font-size: 0.88rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.3rem;
}

.feature-text p {
    font-size: 0.75rem;
    line-height: 1.45;
    color: #707078;
}

/* Right Image Layout */
.image-side {
    flex: 0.9;
    position: relative;
    perspective: 1000px;
}

.image-wrapper {
    position: relative;
    border-radius: 12px;
    border: 1px solid #1a1a1e;
    background: #111;
    overflow: visible;
    transition: transform 0.1s ease-out;
    transform-style: preserve-3d;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

/* Floating Badges */
.badge-top {
    position: absolute;
    top: -15px;
    right: -15px;
    background: rgba(18, 18, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transform: translateZ(20px);
}

.badge-bottom {
    position: absolute;
    bottom: -15px;
    left: -15px;
    background: rgba(18, 18, 20, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transform: translateZ(20px);
}

.badge-icon {
    width: 28px;
    height: 28px;
    background: rgba(255, 85, 0, 0.15);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5500;
}

.badge-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.badge-sub {
    font-size: 0.62rem;
    color: #707078;
    margin-top: 2px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
        gap: 3rem;
    }

    .image-side {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .main-title {
        font-size: 1.8rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98c2d02 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #080808;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.team-section {
    width: 100%;
    padding: 5rem 2rem;
    background-color: #080808;
}

.container {
    max-width: 960px;
    margin: 0 auto;
}

/* Header Styling */
.section-header {
    margin-bottom: 2.5rem;
}

.sub-title {
    font-size: 0.7rem;
    font-weight: 600;
    color: #ff5500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.6rem;
}

.main-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
}

/* Grid Layout */
.coaches-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

/* Card Container */
.coach-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 380px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.coach-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 85, 0, 0.4);
}

/* Background Image Adjustments */
.coach-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    transition: transform 0.5s ease;
}

.coach-image.image-priya {
    object-position: right center;
}

.coach-card:hover .coach-image {
    transform: scale(1.04);
}

/* Gradient Overlay for Text Readability */
.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top, 
        rgba(0, 0, 0, 0.95) 0%, 
        rgba(0, 0, 0, 0.4) 40%, 
        rgba(0, 0, 0, 0) 100%
    );
}

/* Text Content Overlay */
.coach-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 2;
}

.role {
    font-size: 0.65rem;
    font-weight: 600;
    color: #ff5500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.3rem;
}

.coach-name {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.credentials {
    font-size: 0.75rem;
    color: #88888e;
    font-weight: 500;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .coaches-grid {
        grid-template-columns: 1fr;
    }

    .coach-card {
        height: 340px;
    }

    .main-title {
        font-size: 1.8rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d75a971 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #080808;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.membership-section {
    width: 100%;
    padding: 5rem 2rem;
    background-color: #080808;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
}

/* Header Styling */
.section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.sub-title {
    font-size: 0.7rem;
    font-weight: 600;
    color: #ff5500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.6rem;
}

.main-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.description {
    font-size: 0.85rem;
    color: #88888e;
}

/* Grid Layout */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: center;
}

/* Base Card Styling */
.pricing-card {
    background: #111113;
    border: 1px solid #1c1c20;
    border-radius: 12px;
    padding: 2.2rem 1.8rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-4px);
    border-color: #33333d;
}

/* Highlighted Popular Card */
.pricing-card.card-popular {
    background: #ff5500;
    border: 1px solid #ff5500;
    color: #000000;
    padding: 2.5rem 1.8rem;
    box-shadow: 0 10px 30px rgba(255, 85, 0, 0.25);
}

.pricing-card.card-popular:hover {
    transform: translateY(-4px);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #0d0d0d;
    color: #ffffff;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Typography Inside Cards */
.plan-name {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.card-popular .plan-name {
    color: #000000;
}

.price-container {
    display: flex;
    align-items: baseline;
    margin-bottom: 2rem;
}

.currency {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}

.amount {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.period {
    font-size: 0.75rem;
    color: #707078;
    margin-left: 4px;
}

.card-popular .period {
    color: rgba(0, 0, 0, 0.65);
}

/* Features List */
.features-list {
    list-style: none;
    margin-bottom: 2.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    flex-grow: 1;
}

.features-list li {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #c0c0c8;
}

.card-popular .features-list li {
    color: #000000;
    font-weight: 500;
}

.features-list svg {
    color: #ff5500;
    flex-shrink: 0;
}

.card-popular .features-list svg {
    color: #000000;
}

/* Buttons */
.btn {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-orange {
    background: #ff5500;
    color: #ffffff;
}

.btn-orange:hover {
    background: #e04b00;
}

.btn-black {
    background: #080808;
    color: #ffffff;
}

.btn-black:hover {
    background: #1a1a1a;
}

/* Responsive Adjustments */
@media (max-width: 900px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .pricing-card.card-popular {
        padding: 2.2rem 1.8rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5917f3f */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #080808;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.testimonials-section {
    width: 100%;
    padding: 5rem 2rem;
    background-color: #080808;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
}

/* Header Styling */
.section-header {
    margin-bottom: 2.5rem;
}

.sub-title {
    font-size: 0.7rem;
    font-weight: 600;
    color: #ff5500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.6rem;
}

.main-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
}

/* Grid Layout */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

/* Card Styling */
.testimonial-card {
    background-color: #111113;
    border: 1px solid #1c1c20;
    border-radius: 12px;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    border-color: #2c2c34;
}

/* Star Rating */
.star-rating {
    color: #ffaa00;
    font-size: 0.95rem;
    letter-spacing: 2px;
    margin-bottom: 1.25rem;
}

/* Review Quote */
.quote {
    font-size: 0.85rem;
    line-height: 1.55;
    color: #a0a0a8;
    margin-bottom: 2rem;
    flex-grow: 1;
}

/* User Info Section */
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    width: 36px;
    height: 36px;
    background-color: #241a15;
    border: 1px solid rgba(255, 85, 0, 0.2);
    color: #ff6611;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.user-details {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-size: 0.88rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}

.user-result {
    font-size: 0.72rem;
    color: #707078;
    margin-top: 2px;
}

/* Responsive Adjustments */
@media (max-width: 900px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .main-title {
        font-size: 1.8rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d021c1 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #080808;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.contact-section {
    width: 100%;
    padding: 5rem 2rem;
    background-color: #080808;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

/* Left Column Styling */
.sub-title {
    font-size: 0.7rem;
    font-weight: 600;
    color: #ff5500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.6rem;
}

.main-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.description {
    font-size: 0.82rem;
    line-height: 1.5;
    color: #88888e;
    margin-bottom: 2rem;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.icon-box {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 85, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5500;
    flex-shrink: 0;
}

.icon-box.icon-whatsapp {
    background-color: rgba(37, 211, 102, 0.1);
    color: #25d366;
}

.details {
    display: flex;
    flex-direction: column;
}

.label {
    font-size: 0.65rem;
    font-weight: 600;
    color: #88888e;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.value {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
}

.value.link {
    cursor: pointer;
    text-decoration: none;
}

.value.link:hover {
    color: #ff5500;
}

/* Feature Image Container */
.image-container {
    width: 100%;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Right Column Form Styling */
.form-card {
    background: #0e0e10;
    border: 1px solid #1c1c20;
    border-radius: 14px;
    padding: 2.5rem 2rem;
}

.form-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.3rem;
}

.form-subtitle {
    font-size: 0.78rem;
    color: #707078;
    margin-bottom: 1.8rem;
}

/* Form Controls */
.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

label {
    font-size: 0.65rem;
    font-weight: 600;
    color: #88888e;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

input, select, textarea {
    width: 100%;
    background-color: #080808;
    border: 1px solid #222228;
    border-radius: 6px;
    padding: 0.75rem 0.9rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    color: #ffffff;
    outline: none;
    transition: border-color 0.2s ease;
}

input::placeholder, textarea::placeholder {
    color: #44444c;
}

input:focus, select:focus, textarea:focus {
    border-color: #ff5500;
}

/* Select Styling */
.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: '›';
    font-size: 1.1rem;
    color: #88888e;
    transform: rotate(90deg);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
}

select {
    appearance: none;
    cursor: pointer;
}

textarea {
    resize: none;
}

/* Button & Footer */
.submit-btn {
    width: 100%;
    height: 44px;
    background-color: #ff5500;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    transition: background-color 0.2s ease;
}

.submit-btn:hover {
    background-color: #e04b00;
}

.form-footer-note {
    font-size: 0.68rem;
    color: #55555c;
    text-align: center;
}

/* Responsive Layout */
@media (max-width: 900px) {
    .container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */