.elementor-229 .elementor-element.elementor-element-30d2a76{--display:flex;--margin-top:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-229 .elementor-element.elementor-element-8ad3348{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-229 .elementor-element.elementor-element-378d445{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-229 .elementor-element.elementor-element-9af9457{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-229 .elementor-element.elementor-element-83cdbbc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-229 .elementor-element.elementor-element-8990ea8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b77e2e1 */.elementor-229 .elementor-element.elementor-element-b77e2e1 a{
    text-decoration:none;
}

.about-hero {
    background: linear-gradient(135deg, #234E52 0%, #18393D 100%);
    padding: 220px 4% 140px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.about-hero-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.about-hero-container a {
    text-decoration: none;
}

.hero-badge {
    display: inline-block;
    padding: 8px 24px;
    background: rgba(255, 255, 255, .07);
    color: #C89B5E;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    color: #FFFFFF;
    line-height: 1.15;
    margin: 0 0 25px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.hero-title span {
    color: #C89B5E;
    font-style: italic;
}

.hero-desc {
    font-size: 18px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.85;
    max-width: 780px;
    margin: 0 auto 45px;
    font-weight: 400;
}

.hero-action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all .35s ease;
}

.hero-btn-primary {
    background: #C89B5E;
    color: #FFFFFF !important;
    border: 1px solid #C89B5E;
}

.hero-btn-primary:hover {
    background: transparent;
    color: #C89B5E !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
}

.hero-btn-secondary {
    background: transparent;
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, .35);
}

.hero-btn-secondary:hover {
    background: #FFFFFF;
    color: #234E52 !important;
    border-color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
}

.hero-btn i {
    transition: transform .35s ease;
    font-size: 15px;
}

.hero-btn-secondary:hover i {
    transform: translateX(4px);
}

@media (max-width: 1024px) {
    .about-hero {
        padding: 180px 5% 110px;
    }
    .hero-title {
        font-size: 54px;
    }
    .hero-desc {
        font-size: 17px;
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 140px 24px 80px;
    }

    .hero-badge {
        margin-bottom: 24px;
        padding: 6px 18px;
        font-size: 11px;
    }

    .hero-title {
        font-size: 36px;
        line-height: 1.25;
        margin-bottom: 20px;
        letter-spacing: -0.2px;
    }

    .hero-desc {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 35px;
        color: rgba(255, 255, 255, 0.9);
    }

    .hero-action {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .hero-btn {
        width: 100%;
        padding: 14px 24px;
        font-size: 15px;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .about-hero {
        padding: 120px 16px 70px;
    }

    .hero-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .hero-desc {
        font-size: 14px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8c3612 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Poppins:wght@300;400;500;600&display=swap');

.about-stats {
    padding: 80px 0;
    background-color: #F8F5F0;
    font-family: 'Poppins', sans-serif;
    color: #5E5E5E; 
    position: relative;
    overflow: hidden;
}

.stats-container {
    max-width: 1440px;
    margin: auto;
    padding: 0 20px;
}

.stats-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
}

.stats-tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 6px;
    font-weight: 600;
    color: #C89B5E;
    text-transform: uppercase;
    margin-bottom: 24px;
    position: relative;
}

.stats-title {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.25;
    color: #2C2C2C; 
    margin-bottom: 24px;
}

.stats-title span {
    color: #C89B5E; 
    font-style: italic;
}

.stats-desc {
    color: #5E5E5E; 
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
}

.stats-box {
    background: #FFFFFF; 
    padding: 60px 40px;
    text-align: center;
    border: 1px solid #E6DED2; 
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
    box-sizing: border-box;
}

.stats-box-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #234E52; 
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}

.stats-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 600;
    color: #234E52; 
    margin-bottom: 12px;
    transition: color 0.4s ease;
}

.stats-box p {
    color: #5E5E5E; 
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.4s ease;
}

.stats-box:hover {
    transform: translateY(-12px);
    border-color: transparent;
    box-shadow: 0 30px 60px rgba(24, 57, 61, 0.08); 
}

.stats-box:hover .stats-box-decor {
    transform: scaleX(1);
    background: #C89B5E; 
}

.stats-box:hover h3 {
    color: #C89B5E; 
}

/* Desktop Grid Viewports */
@media(min-width: 992px) {
    .stats-mobile-slider {
        overflow: visible !important; 
    }

    .stats-mobile-slider .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important; 
        gap: 30px !important;
        transform: none !important;
    }

    .stats-mobile-slider .swiper-slide {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
    }

    .stats-pagination {
        display: none !important;
    }
}

/* Tablet Layout Viewports */
@media (max-width: 991px) and (min-width: 769px) {
    .stats-mobile-slider {
        overflow: visible !important; 
    }
    
    .stats-mobile-slider .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
        width: 100% !important;
        transform: none !important;
    }
    
    .stats-pagination {
        display: none !important;
    }

    .stats-title {
        font-size: 46px;
    }
    .stats-box {
        padding: 50px 25px;
    }
    .stats-box h3 {
        font-size: 42px;
    }
}

/* Mobile Swiper Viewports */
@media (max-width: 768px) {
    .about-stats {
        padding: 60px 0;
    }

    .stats-title {
        font-size: 34px;
    }

    .stats-mobile-slider {
        overflow: visible !important; 
        width: 100%;
    }

    .stats-mobile-slider .swiper-wrapper {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 0 !important;
    }

    .stats-mobile-slider .stats-box {
        flex-shrink: 0 !important;
        height: auto;
        padding: 45px 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 85% !important;
        margin-right: 20px;
    }

    .stats-pagination {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 35px;
        height: 12px;
        width: 100%;
    }

    .stats-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        margin: 0 !important;
        background: #C89B5E !important;
        opacity: 0.35 !important;
        border-radius: 50% !important;
        transition: all 0.35s ease;
    }

    .stats-pagination .swiper-pagination-bullet-active {
        width: 32px !important;
        border-radius: 20px !important;
        background: #234E52 !important;
        opacity: 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c97c1c1 */.premium-manifesto {
    padding: 60px 10%;
    background-color: #0d1112;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.manifesto-container {
    max-width: 1440px;
    margin: 0 auto;
}

.manifesto-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.manifesto-tag {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #c89b5e;
    margin-bottom: 20px;
}

.manifesto-title {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.manifesto-title span {
    color: #c89b5e;
    font-style: italic;
}

.manifesto-lead {
    color: #8fa0a4;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
}

.manifesto-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.manifesto-item {
    background: #13191b;
    padding: 50px 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: center;
}

.manifesto-accent-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c89b5e;
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.manifesto-icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.manifesto-icon i {
    color: #c89b5e;
    font-size: 26px;
    opacity: 0.85;
    transition: transform 0.4s ease;
}

.manifesto-name {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 16px;
}

.manifesto-desc {
    color: #8fa0a4;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 300;
}

.manifesto-item:hover {
    background: #171f21;
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.manifesto-item:hover .manifesto-accent-line {
    width: 100%;
}

.manifesto-item:hover .manifesto-icon i {
    transform: translateY(-4px) scale(1.05);
}

@media (max-width: 1200px) {
    .manifesto-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .premium-manifesto {
        padding: 100px 24px;
    }

    .manifesto-title {
        font-size: 38px;
    }

    .manifesto-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .manifesto-item {
        padding: 40px 30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccedfab */.about-features {
    background-color: #F9FDFD; 
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}

.features-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.features-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px auto;
}

.section-subtitle {
    display: inline-block;
    color: #C89B5E;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #18393D;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.section-desc {
    font-size: 16px;
    color: #556B6D;
    line-height: 1.7;
    margin: 0;
}

.feature-card {
    background: #fff;
    padding: 45px 35px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    border: 1px solid #ECECEC;
    box-sizing: border-box;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    border: 2px solid #B88A48;
    color: #B88A48;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s ease;
}

.feature-card:hover .feature-icon {
    background-color: #C89B5E;
    color: #FFFFFF;
    border-color: #C89B5E;
}

.feature-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #18393D;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.feature-card p {
    font-size: 15px;
    color: #667A7C;
    line-height: 1.6;
    margin: 0;
}

/* Desktop Grid Framework */
@media(min-width: 1025px) {
    .features-mobile-slider {
        overflow: visible !important; 
    }

    .features-mobile-slider .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important; 
        gap: 30px !important;
        transform: none !important;
    }

    .features-mobile-slider .swiper-slide {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
    }

    .features-pagination {
        display: none !important;
    }
}

/* Tablet Adaptive Grid */
@media (max-width: 1024px) and (min-width: 769px) {
    .features-mobile-slider {
        overflow: visible !important; 
    }
    
    .features-mobile-slider .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
        width: 100% !important;
        transform: none !important;
    }
    
    .features-pagination {
        display: none !important;
    }

    .about-features {
        padding: 70px 0;
    }
}

/* Mobile Swiper Slider Container Rules */
@media (max-width: 768px) {
    .about-features {
        padding: 60px 0;
    }

    .section-title {
        font-size: 32px;
    }

    .features-mobile-slider {
        overflow: visible !important; 
        width: 100%;
    }

    .features-mobile-slider .swiper-wrapper {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 0 !important;
    }

    .features-mobile-slider .feature-card {
        flex-shrink: 0 !important;
        height: auto;
        min-height: 280px;
        padding: 40px 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 85% !important;
        margin-right: 20px;
    }

    .features-pagination {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 35px;
        height: 12px;
        width: 100%;
    }

    .features-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        margin: 0 !important;
        background: #C89B5E !important;
        opacity: 0.35 !important;
        border-radius: 50% !important;
        transition: all 0.35s ease;
    }

    .features-pagination .swiper-pagination-bullet-active {
        width: 32px !important;
        border-radius: 20px !important;
        background: #18393D !important;
        opacity: 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df124da */.about-gallery {
    background-color: #18393D; 
    padding: 60px 8%;
    font-family: 'Poppins', sans-serif;
}

.gallery-container {
    max-width: 1440px;
    margin: 0 auto;
}

.gallery-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 70px auto;
}

.gallery-header .section-subtitle {
    display: inline-block;
    color: #C89B5E;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.gallery-header .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.gallery-header .section-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    margin: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 25px;
}

.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(24, 57, 61, 0.95) 0%, rgba(24, 57, 61, 0.3) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    box-sizing: border-box;
    transition: background 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    background: linear-gradient(to top, rgba(35, 78, 82, 0.98) 0%, rgba(24, 57, 61, 0.4) 50%, transparent 100%);
}

.item-tag {
    color: #C89B5E;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    transform: translateY(5px);
    transition: transform 0.3s ease;
}

.gallery-item h3 {
    font-family: 'Playfair Display', serif;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    transform: translateY(5px);
    transition: transform 0.3s ease;
}

.item-large h3 {
    font-size: 28px;
}

.gallery-item:hover .item-tag,
.gallery-item:hover h3 {
    transform: translateY(0);
}


@media (max-width: 1024px) {
    .about-gallery {
        padding: 90px 6%;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 260px;
    }
    
    .item-large {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .about-gallery {
        padding: 80px 24px;
    }

    .gallery-header {
        margin-bottom: 45px;
    }

    .gallery-header .section-title {
        font-size: 32px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
        gap: 20px;
    }
    
    .item-large {
        grid-column: span 1;
        grid-row: span 1;
    }
    
    .item-large h3 {
        font-size: 22px;
    }
    
    .gallery-overlay {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58ddf1e */.about-process {
    background-color: #FCFBF8;
    padding: 50px 8%;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}

.process-container {
    max-width: 1440px;
    margin: 0 auto;
}

.process-header {
    text-align: center;
    max-width: 950px;
    margin: 0 auto 100px auto;
}

.process-header .section-subtitle {
    display: inline-block;
    color: #B88A48; 
    font-size: 12px;
    letter-spacing: 5px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.process-header .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    color: #222222; 
    margin: 0 0 24px 0;
    font-weight: 400;
    line-height: 1.25;
    white-space: nowrap;
}

.process-header .section-title br {
    display: none;
}

.process-header .section-title span {
    color: #B88A48; 
    font-style: italic;
    margin-left: 14px;
}

.process-header .section-desc {
    font-size: 16px;
    color: #666666; 
    line-height: 1.8;
    margin: 0;
    font-weight: 300;
}

.process-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.timeline-track {
    position: absolute;
    top: 40px;
    left: 200px;
    width: 1px;
    height: calc(100% - 120px);
    background: #E6DED2; 
    z-index: 1;
}

.timeline-step {
    position: relative;
    display: flex;
    align-items: stretch;
    z-index: 2;
    padding-bottom: 80px;
}

.timeline-step:last-child {
    padding-bottom: 0;
}

.step-meta {
    width: 200px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 40px;
    box-sizing: border-box;
    padding-top: 10px;
}

.step-num {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    line-height: 0.8;
    color: #B88A48; 
    font-weight: 600;
    opacity: 0.35;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.step-dot {
    width: 9px;
    height: 9px;
    background-color: #FCFBF8;
    border: 2px solid #B88A48;
    border-radius: 50%;
    margin-top: 20px;
    margin-right: -45px;
    z-index: 3;
    transition: all 0.4s ease;
}

.step-card {
    background: #FFFFFF;
    padding: 50px 60px;
    border: 1px solid #E6DED2;
    flex-grow: 1;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.step-card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #234E52; 
    transition: width 0.4s ease;
}

.step-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #222222; 
    margin: 0 0 16px 0;
    font-weight: 400;
    transition: color 0.4s ease;
}

.step-card p {
    font-size: 15px;
    color: #666666; 
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
}

.timeline-step:hover .step-card {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(24, 57, 61, 0.05);
    border-color: rgba(35, 78, 82, 0.2);
}

.timeline-step:hover .step-card::after {
    width: 100%;
}

.timeline-step:hover .step-card h3 {
    color: #234E52; 
}

.timeline-step:hover .step-num {
    opacity: 1;
    color: #234E52; 
    transform: scale(1.05);
}

.timeline-step:hover .step-dot {
    background-color: #B88A48;
    transform: scale(1.3);
    box-shadow: 0 0 0 6px rgba(184, 138, 72, 0.15);
}

@media (max-width: 1024px) {
    .about-process {
        padding: 120px 6%;
    }
    .process-header .section-title {
        font-size: 42px;
        white-space: normal;
    }
    .timeline-track {
        left: 140px;
    }
    .step-meta {
        width: 140px;
        padding-right: 30px;
    }
    .step-dot {
        margin-right: -35px;
    }
    .step-num {
        font-size: 52px;
    }
    .step-card {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .about-process {
        padding: 80px 24px;
    }

    .process-header {
        margin-bottom: 60px;
        text-align: left;
    }
    
    .process-header .section-title {
        font-size: 36px;
        white-space: normal;
    }

    .process-header .section-title span {
        margin-left: 0;
    }

    .timeline-track {
        left: 16px;
        top: 20px;
        height: calc(100% - 60px);
    }

    .timeline-step {
        flex-direction: column;
        padding-bottom: 40px;
    }

    .step-meta {
        width: 100%;
        justify-content: flex-start;
        gap: 20px;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .step-dot {
        margin-top: 12px;
        margin-left: -29px;
    }

    .step-num {
        font-size: 40px;
    }

    .step-card {
        width: 100%;
        box-sizing: border-box;
        padding: 35px 30px;
    }
    
    .timeline-step:hover .step-card {
        transform: translateY(-4px);
    }
}/* End custom CSS */