/* WORK PROCESS SECTION */
.process-section {
    background: #fff;
    padding: 80px 0 80px 0;
    display: flex;
    justify-content: center;
}
.process-container {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process-title {
    font-size: 2.7rem;
    font-weight: 400;
    color: #463f6a;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}
.process-desc {
    font-size: 1.18rem;
    color: #555487;
    margin-bottom: 32px;
}
.process-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0 48px 0;
    position: relative;
}
.process-divider:before,
.process-divider:after {
    content: '';
    flex: 1;
    height: 2px;
    background: #e6e6f6;
    margin: 0 18px;
}
.process-divider-icon {
    color: #18d1b6;
    font-size: 2rem;
    background: #fff;
    padding: 0 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(24,209,182,0.08);
}
.process-steps {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-top: 32px;
    width: 100%;
    max-width: 1400px;
}
.process-step {
    background: #fff;
    border: 2px dashed #d3d1e7;
    border-radius: 18px;
    padding: 38px 24px 32px 24px;
    width: 340px;
    max-width: 98vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
    transition: box-shadow 0.2s, transform 0.2s;
    box-shadow: 0 2px 12px rgba(70,63,106,0.04);
}
.process-step-icon-bg {
    background: #f3f2fa;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.process-step-svg {
    width: 60px;
    height: 60px;
    display: block;
}
.process-step-label {
    color: #18d1b6;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
    margin-top: 8px;
    letter-spacing: 1px;
}
.process-step-title {
    color: #463f6a;
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}
@media (max-width: 1100px) {
    .process-steps {
        flex-direction: column;
        align-items: center;
        gap: 28px;
        flex-wrap: wrap;
    }
    .process-step {
        width: 90vw;
        max-width: 500px;
    }
}
@media (max-width: 600px) {
    .process-section {
        padding: 32px 0 0 0;
    }
    .process-title {
        font-size: 1.3rem;
    }
    .process-desc {
        font-size: 1rem;
    }
    .process-step-title {
        font-size: 1.05rem;
    }
    .process-step-label {
        font-size: 0.98rem;
    }
    .process-step-icon-bg {
        width: 60px;
        height: 60px;
    }
    .process-step-svg {
        width: 32px;
        height: 32px;
    }
}

/* --- Our Work Process Section --- */
.work-process-section {
    background: #fff;
    padding: 80px 0 0 0;
    display: flex;
    justify-content: center;
}
.work-process-section .container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-title {
    font-size: 2.7rem;
    font-weight: 400;
    color: #463f6a;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}
.section-description {
    font-size: 1.18rem;
    color: #555487;
    margin-bottom: 32px;
}
.work-process-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0 48px 0;
    position: relative;
}
.work-process-divider:before,
.work-process-divider:after {
    content: '';
    flex: 1;
    height: 2px;
    background: #e6e6f6;
    margin: 0 18px;
}
.divider-icon {
    color: #18d1b6;
    font-size: 2rem;
    background: #fff;
    padding: 0 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(24,209,182,0.08);
}
.work-process-steps {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-top: 32px;
    width: 100%;
    max-width: 1400px;
}
.work-step {
    background: #fff;
    border: 2px dashed #d3d1e7;
    border-radius: 18px;
    padding: 38px 24px 32px 24px;
    width: 340px;
    max-width: 98vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
    transition: box-shadow 0.2s, transform 0.2s;
    box-shadow: 0 2px 12px rgba(70,63,106,0.04);
}
.work-step-icon {
    background: #f3f1fa;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 2.8rem;
    color: #6c63a9;
}
.work-step-label {
    color: #18d1b6;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
    margin-top: 8px;
    letter-spacing: 1px;
}
.work-step-title {
    color: #463f6a;
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}
@media (max-width: 1100px) {
    .work-process-steps {
        flex-direction: column;
        align-items: center;
        gap: 28px;
        flex-wrap: wrap;
    }
    .work-step {
        width: 90vw;
        max-width: 500px;
    }
}
@media (max-width: 600px) {
    .work-process-section {
        padding: 32px 0 0 0;
    }
    .section-title {
        font-size: 1.3rem;
    }
    .section-description {
        font-size: 1rem;
    }
    .work-step-title {
        font-size: 1.05rem;
    }
    .work-step-label {
        font-size: 0.98rem;
    }
    .work-step-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* --- Satisfaction Bar --- */
.satisfaction-bar {
    background: #463f6a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 38px 0 38px 0;
    gap: 32px;
    flex-wrap: wrap;
    font-size: 1.5rem;
    margin-top: 0;
}
.satisfaction-text {
    font-size: 1.3rem;
    font-weight: 400;
    margin-right: 24px;
}
.call-button {
    background: #672F90;
    color: #fff;
    border-radius: 32px;
    padding: 14px 38px;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background 0.2s;
}
.call-button:hover {
    background: #53246e;
}
.call-icon {
    font-size: 1.5rem;
}
@media (max-width: 700px) {
    .satisfaction-bar {
        flex-direction: column;
        gap: 18px;
        font-size: 1.1rem;
        padding: 24px 0 24px 0;
    }
    .satisfaction-text {
        margin-right: 0;
        text-align: center;
    }
    .call-button {
        width: 100%;
        justify-content: center;
        font-size: 1.1rem;
        padding: 12px 0;
    }
}

/* FEATURES/QUALITY SECTION */
.features-section {
    position: relative;
    background: #fff;
    min-height: 600px;
    padding: 0 0 80px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}
.features-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.features-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    margin: 48px 0 0 48px;
    box-shadow: 0 8px 32px rgba(70,63,106,0.10);
    max-width: 700px;
    min-width: 320px;
    min-height: 400px;
}
.features-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: 48px;
    margin-top: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.features-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(70,63,106,0.10);
    padding: 48px 48px 32px 48px;
    max-width: 800px;
    width: 100%;
}
.features-title {
    font-size: 2.5rem;
    font-weight: 400;
    color: #463f6a;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}
.features-desc {
    font-size: 1.18rem;
    color: #555487;
    margin-bottom: 32px;
}
.features-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0 48px 0;
    position: relative;
}
.features-divider:before,
.features-divider:after {
    content: '';
    flex: 1;
    height: 2px;
    background: #e6e6f6;
    margin: 0 18px;
}
.features-divider-icon {
    color: #18d1b6;
    font-size: 2rem;
    background: #fff;
    padding: 0 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(24,209,182,0.08);
}
.features-list {
    display: flex;
    gap: 48px;
    justify-content: center;
    margin-top: 24px;
}
.features-list-col {
    display: flex;
    flex-direction: column;
    gap: 36px;
    flex: 1 1 0;
    min-width: 220px;
}
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.feature-icon {
    background: #e6e6f6;
    color: #463f6a;
    font-size: 2.1rem;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.feature-item h3 {
    font-size: 1.18rem;
    font-weight: 500;
    margin-bottom: 6px;
    color: #463f6a;
}
.feature-item p {
    font-size: 1.05rem;
    color: #555487;
    line-height: 1.5;
}
@media (max-width: 1200px) {
    .features-content {
        margin-right: 0;
        padding-right: 0;
    }
    .features-bg {
        margin-left: 0;
    }
}
@media (max-width: 900px) {
    .features-section {
        flex-direction: column;
        padding: 0 0 32px 0;
    }
    .features-bg {
        display: none;
    }
    .features-content {
        margin: 0 auto;
        max-width: 98vw;
        justify-content: center;
    }
    .features-card {
        padding: 32px 10px 24px 10px;
    }
    .features-title {
        font-size: 1.3rem;
    }
    .features-desc {
        font-size: 1rem;
    }
    .features-list {
        flex-direction: column;
        gap: 18px;
    }
    .features-list-col {
        gap: 18px;
    }
}

/* CALL TO ACTION SECTION */
.cta-section {
    background: #463f6a;
    padding: 48px 0 48px 0;
    display: flex;
    justify-content: center;
}
.cta-container {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.cta-text {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.cta-phone-btn {
    display: flex;
    align-items: center;
    background: #672F90;
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 40px;
    padding: 16px 48px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(103,47,144,0.10);
    transition: background 0.2s, color 0.2s;
    gap: 16px;
}
.cta-phone-btn:hover {
    background: #18d1b6;
    color: #fff;
}
.cta-phone-icon {
    font-size: 1.7em;
    margin-right: 8px;
}
@media (max-width: 900px) {
    .cta-container {
        flex-direction: column;
        gap: 24px;
        align-items: stretch;
        text-align: center;
    }
    .cta-text {
        font-size: 1.3rem;
    }
    .cta-phone-btn {
        width: 100%;
        justify-content: center;
        font-size: 1.1rem;
        padding: 12px 0;
    }
}

/* SERVICES SECTION */
.services-section {
    background: #f7f7fb url('services-bg.png') center top repeat;
    padding: 80px 0 80px 0;
    display: flex;
    justify-content: center;
}
.services-container {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
.services-title {
    font-size: 2.7rem;
    font-weight: 400;
    color: #463f6a;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}
.services-desc {
    font-size: 1.18rem;
    color: #555487;
    margin-bottom: 32px;
}
.services-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0 48px 0;
    position: relative;
}
.services-divider:before,
.services-divider:after {
    content: '';
    flex: 1;
    height: 2px;
    background: #e6e6f6;
    margin: 0 18px;
}
.services-divider-icon {
    color: #18d1b6;
    font-size: 2rem;
    background: #fff;
    padding: 0 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(24,209,182,0.08);
}
.services-cards {
    display: flex;
    gap: 36px;
    justify-content: center;
    flex-wrap: wrap;
}
.service-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(70,63,106,0.08);
    padding: 0 0 38px 0;
    width: 370px;
    max-width: 98vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
    transition: box-shadow 0.2s, transform 0.2s;
    min-height: 520px;
}
.service-card:hover {
    box-shadow: 0 8px 32px rgba(24,209,182,0.13);
    transform: translateY(-6px) scale(1.025);
}
.service-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
    margin-bottom: 0;
}
.service-card h3 {
    font-size: 1.35rem;
    font-weight: 500;
    color: #463f6a;
    margin: 28px 0 12px 0;
}
.service-card p {
    font-size: 1.08rem;
    color: #555487;
    margin-bottom: auto;
    padding: 0 18px;
}
.service-btn {
    display: inline-block;
    background: #6a66ad;
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 32px;
    padding: 13px 38px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0 2px 12px rgba(106,102,173,0.10);
    transition: background 0.2s, color 0.2s;
}
.service-btn:hover {
    background: #18d1b6;
    color: #fff;
}
@media (max-width: 1100px) {
    .services-cards {
        flex-direction: column;
        align-items: center;
        gap: 28px;
    }
    .service-card {
        width: 90vw;
        max-width: 500px;
    }
}
@media (max-width: 600px) {
    .services-section {
        padding: 32px 0 32px 0;
    }
    .services-title {
        font-size: 1.3rem;
    }
    .services-desc {
        font-size: 1rem;
    }
    .service-card h3 {
        font-size: 1.05rem;
    }
    .service-card p {
        font-size: 0.98rem;
    }
    .service-btn {
        font-size: 0.98rem;
        padding: 10px 18px;
    }
    .service-img {
        height: 140px;
    }
}

/* ABOUT SECTION */
.about-section {
    background: #fff;
    padding: 80px 0 0 0;
    display: flex;
    justify-content: center;
}
.about-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1400px;
    width: 95%;
    gap: 48px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.about-left {
    flex: 1 1 520px;
    min-width: 320px;
    max-width: 700px;
    color: #463f6a;
    padding-top: 32px;
}
.about-title {
    font-size: 2.7rem;
    font-weight: 400;
    color: #463f6a;
    margin-bottom: 24px;
    line-height: 1.15;
    letter-spacing: 0.5px;
}
.about-desc {
    font-size: 1.18rem;
    color: #555487;
    line-height: 1.6;
    margin-bottom: 32px;
}
.about-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0 36px 0;
    position: relative;
}
.about-divider:before,
.about-divider:after {
    content: '';
    flex: 1;
    height: 2px;
    background: #e6e6f6;
    margin: 0 18px;
}
.about-divider-icon {
    color: #18d1b6;
    font-size: 2rem;
    background: #fff;
    padding: 0 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(24,209,182,0.08);
}
.about-features {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 38px;
}
.about-feature {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}
.about-feature-icon {
    background: #e6e6f6;
    color: #463f6a;
    font-size: 2.1rem;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.about-feature h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 6px;
    color: #463f6a;
}
.about-feature p {
    font-size: 1.08rem;
    color: #555487;
    line-height: 1.5;
}
.about-btn {
    display: inline-block;
    background: #6a66ad;
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    border-radius: 32px;
    padding: 18px 0;
    text-align: center;
    width: 60%;
    min-width: 220px;
    max-width: 520px;
    text-decoration: none;
    margin-top: 32px;
    margin-bottom: 24px;
    letter-spacing: 1px;
    box-shadow: 0 2px 12px rgba(106,102,173,0.10);
    transition: background 0.2s, color 0.2s;
}
.about-btn:hover {
    background: #463f6a;
    color: #fff;
}
.about-right {
    flex: 1 1 420px;
    min-width: 260px;
    max-width: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.about-img {
    width: 100%;
    max-width: 520px;
    height: 520px;
    min-height: 420px;
    border-radius: 0 0 32px 32px;
    box-shadow: 0 8px 32px rgba(70,63,106,0.10);
    object-fit: cover;
    margin-top: 0;
    display: block;
}
@media (max-width: 1024px) {
    .about-img {
        height: 400px;
        min-height: 260px;
    }
}
@media (max-width: 600px) {
    .about-img {
        height: 220px;
        min-height: 120px;
    }
}
@media (max-width: 1024px) {
    .about-container {
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
    }
    .about-right {
        max-width: 100%;
    }
    .about-img {
        max-width: 100%;
    }
    .about-btn {
        width: 100%;
        min-width: unset;
    }
}
@media (max-width: 600px) {
    .about-section {
        padding: 32px 0 0 0;
    }
    .about-title {
        font-size: 1.3rem;
    }
    .about-desc {
        font-size: 1rem;
    }
    .about-feature h3 {
        font-size: 1.05rem;
    }
    .about-feature p {
        font-size: 0.98rem;
    }
    .about-btn {
        font-size: 1rem;
        padding: 12px 0;
    }
}

/* QUOTE SECTION */
.quote-section {
    background: #463f6a;
    padding: 56px 0 48px 0;
    display: flex;
    justify-content: center;
}
.quote-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1400px;
    width: 95%;
    gap: 48px;
}
.quote-left {
    flex: 1 1 340px;
    min-width: 260px;
    max-width: 420px;
    color: #fff;
    padding-top: 12px;
}
.quote-left h2 {
    font-size: 2.2rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}
.quote-bar {
    display: inline-block;
    width: 5px;
    height: 44px;
    background: #18d1b6;
    border-radius: 3px;
    margin-right: 18px;
}
.quote-desc {
    font-size: 1.18rem;
    color: #c7c6e2;
    line-height: 1.5;
}
.quote-form {
    flex: 2 1 700px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.quote-form-row {
    display: flex;
    gap: 18px;
    width: 100%;
}
.quote-form input,
.quote-form select {
    flex: 1 1 0;
    padding: 16px 18px;
    border-radius: 8px;
    border: none;
    background: #c7c6e2;
    color: #463f6a;
    font-size: 1.08rem;
    outline: none;
    transition: box-shadow 0.2s, border 0.2s;
}
.quote-form input:focus,
.quote-form select:focus {
    box-shadow: 0 0 0 2px #18d1b6;
}
.quote-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23463f6a" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px 18px;
}
.quote-btn {
    flex: 1 1 0;
    background: #18d1b6;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 30px;
    padding: 0 38px;
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(24,209,182,0.10);
    transition: background 0.2s, color 0.2s;
    height: 56px;
}
.quote-btn:hover {
    background: #672F90;
    color: #fff;
}
.quote-btn-icon {
    font-size: 1.2em;
    margin-right: 4px;
}
@media (max-width: 1024px) {
    .quote-container {
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
    }
    .quote-form-row {
        flex-direction: column;
        gap: 12px;
    }
    .quote-btn {
        width: 100%;
        min-width: unset;
    }
}
@media (max-width: 600px) {
    .quote-section {
        padding: 32px 0 24px 0;
    }
    .quote-left h2 {
        font-size: 1.3rem;
    }
    .quote-desc {
        font-size: 1rem;
    }
    .quote-form input,
    .quote-form select {
        font-size: 0.98rem;
        padding: 12px 10px;
    }
    .quote-btn {
        font-size: 1rem;
        height: 44px;
        padding: 0 16px;
    }
}

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #fff;
    color: #222;
}
header {
    width: 100%;
    background: #000000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    position: sticky;
    top: 0;
    z-index: 100;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    padding: 18px 32px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: transform 0.2s;
    display: block;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.logo img:hover {
    transform: scale(1.07) rotate(-3deg);
}
.logo-main {
    font-size: 2rem;
    font-weight: 600;
    color: #5b4ca0;
    letter-spacing: 1px;
}
.logo-sub {
    font-size: 1.2rem;
    color: #2ecbb2;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    margin-top: -6px;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}
.nav-links li {
    font-size: 1.08rem;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
}
.nav-links li.active, .nav-links li:hover {
    color: #fff;
}
.dropdown-arrow {
    font-size: 0.7em;
    margin-left: 3px;
}
.contact-btn {
    background: #672F90;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 30px;
    padding: 10px 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(103,47,144,0.08);
    transition: background 0.2s;
}
.contact-btn:hover {
    background: #4e236b;
}
.phone-icon {
    font-size: 1.3em;
}
.mobile-menu-icon {
    display: none;
    font-size: 2rem;
    cursor: pointer;
}

/* Hero Section */

/* HERO SECTION */
.hero {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 600px;
    background: url('background.png') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    will-change: background-position;
    transition: background-position 0.1s linear;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 24, 38, 0.68);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 20px 60px 20px;
}
.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 1.1;
    letter-spacing: 1px;
    text-shadow: 0 4px 24px rgba(0,0,0,0.18);
}
.hero-subtext {
    font-size: 1.3rem;
    margin-bottom: 38px;
    font-weight: 400;
    color: #e6e6e6;
    text-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.cta-btn {
    display: inline-block;
    background: #fff;
    color: #18d1b6;
    font-weight: 700;
    font-size: 1.15rem;
    border-radius: 32px;
    padding: 15px 44px;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(24,209,182,0.10);
    transition: background 0.2s, color 0.2s;
    border: none;
    outline: none;
    cursor: pointer;
}
.cta-btn:hover {
    background: #18d1b6;
    color: #fff;
}


/* Carousel Controls (Slider) */
.carousel-controls {
    position: absolute;
    bottom: 36px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    gap: 36px;
}
.carousel-arrow {
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    user-select: none;
    padding: 0 18px;
    border-radius: 50%;
    background: rgba(0,0,0,0.12);
    line-height: 1;
}
.carousel-arrow:hover {
    opacity: 1;
    background: rgba(24,209,182,0.18);
}
.carousel-dots {
    display: flex;
    gap: 12px;
}
.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    transition: opacity 0.2s, background 0.2s;
    cursor: pointer;
    border: 2px solid #18d1b6;
}
.dot.active {
    opacity: 1;
    background: #18d1b6;
}

/* Responsive Styles */

@media (max-width: 1024px) {
    .navbar {
        padding: 14px 16px;
    }
    .hero-content h1 {
        font-size: 2.3rem;
    }
    .hero {
        min-height: 400px;
    }
}
@media (max-width: 768px) {
    .navbar {
        flex-wrap: wrap;
        gap: 10px;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        z-index: 10;
    }
    .nav-links.open {
        display: flex;
    }
    .mobile-menu-icon {
        display: block;
    }
    .contact-btn {
        font-size: 1rem;
        padding: 8px 18px;
    }
    .hero-content h1 {
        font-size: 1.5rem;
    }
    .hero-content p, .hero-subtext {
        font-size: 1rem;
    }
    .hero {
        min-height: 260px;
    }
}
@media (max-width: 480px) {
    .navbar {
        padding: 10px 4px;
    }
    .logo img {
        width: 38px;
        height: 38px;
    }
    .logo-main {
        font-size: 1.2rem;
    }
    .logo-sub {
        font-size: 0.8rem;
    }
    .contact-btn {
        font-size: 0.9rem;
        padding: 6px 10px;
    }
    .hero-content {
        padding: 0 10px;
    }
    .hero-content h1 {
        font-size: 1.1rem;
    }
}

/* --- Footer Section --- */
.footer-section {
    background: #fff;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e6e6f6;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 32px 24px 32px;
    gap: 32px;
}
.footer-brand {
    flex: 1 1 220px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer-logo-icon {
    font-size: 2.5rem;
    color: #18d1b6;
}
.footer-logo-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #463f6a;
}
.footer-logo-highlight {
    color: #18d1b6;
}
.footer-logo-tagline {
    font-size: 1rem;
    color: #555487;
    margin-top: 4px;
}
.footer-contact ul,
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact ul li {
    font-size: 1.1rem;
    color: #463f6a;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-icon {
    color: #18d1b6;
    font-size: 1.2rem;
}
.footer-links ul li {
    margin-bottom: 10px;
}
.footer-links ul li a {
    color: #555487;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.2s;
}
.footer-links ul li a:hover {
    color: #18d1b6;
}
.footer-social {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 12px;
}
.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #f3f1fa;
    border-radius: 50%;
    color: #6c63a9;
    font-size: 1.3rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.footer-social-icon:hover {
    background: #18d1b6;
    color: #fff;
}
.footer-bottom {
    text-align: center;
    color: #8886a3;
    font-size: 1rem;
    padding: 18px 0 18px 0;
    border-top: 1px solid #e6e6f6;
    background: #fff;
}
@media (max-width: 900px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 32px 16px 16px 16px;
    }
    .footer-brand, .footer-contact, .footer-links, .footer-social {
        min-width: 0;
        width: 100%;
        align-items: flex-start;
    }
    .footer-social {
        margin-top: 18px;
    }
}
