/* About Hero Section */
.about-hero {
    height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.about-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(44, 90, 160, 0.8), rgba(44, 90, 160, 0.6)),
                url('../images/placeholder.webp') center/cover;
    z-index: -1;
}

.about-hero__title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-hero__subtitle {
    font-size: 18px;
    font-weight: 300;
    opacity: 0.9;
    max-width: 600px;
}

/* Leading Expert Section */
.leading-expert {
    background-color: white;
    text-align: center;
}

/* Why Choose Section */
.why-choose {
    background-color: #f8f9fa;
}

.why-choose__content {
    display: grid;
    grid-template-columns: 1fr 1.07fr;
    gap: 10px;
    align-items: flex-start;
}

.why-choose__image {
    text-align: left;
}

.why-choose__image img {
    max-width: 100%;
    height: auto;
}

.why-choose__title {
    font-family: "Open Sans", Sans-serif;
    font-size: 37px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
    text-align: left;
}

.reasons-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 2rem;
}

.reason-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.reason-number {
    color: #111;
    font-size: 18px;
    min-width: 15px;
    margin-top: 0px;
    line-height: 1.5;
}

.reason-content {
    flex: 1;
}

.reason-content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #2c5aa0;
    margin: 0;
    display: inline;
}

.reason-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
    display: inline;
}

.reason-text {
    font-size: 18px;
    color: #111;
    line-height: 1.5;
}

/* Aoptek Story Section */
.aoptek-story {
    background-color: white;
}

.story-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 10px;
    align-items: center;
}

.story-text {
    padding: 2.5rem;
}

.story-title {
    font-family: "Open Sans", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #111;
    margin-bottom: 30px;
}

.story-description {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}

.story-image img {
    max-width: 100%;
    height: auto;
    border-radius: 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Contact Now Section */
.contact-now {
    background-color: #fff;
}

.contact-now .section__title {
    color: #2c5aa0;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.contact-now .section__subtitle {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 40px;
}

.contact-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
}

.contact-image {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/202501.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 900px;
}

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

.contact-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.0);
    color: white;
    padding: 50px;
}

.contact-overlay h3 {
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-overlay p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.btn--orange {
    background-color: #ff6b35;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.btn--orange:hover {
    background-color: #e55a2b;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 8px;
    background-color: #eee;
    padding: 3rem;
}

.contact-card {
    background: white;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #fff5f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-card-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.contact-card-content p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin: 0;
}

.qr-card {
    flex-direction: column;
    text-align: left;
    align-items: left;
}

.qr-card .contact-card-content {
    text-align: left;
}

.qr-code {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}

.qr-code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-form {
    background: white;
    border-radius: 8px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    background-color: #f5f5f5;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c5aa0;
}

/* DBT Section */
.dbt {
    background-color: #fff;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #333;
    position: relative;
    overflow: hidden;
}

.dbt__elementor-background-overlay {
    background: url('../images/distributor.webp');
    opacity: 0.1;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dbt__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}

.dbt__text {
    text-align: left;
}

.dbt__subtitle {
    font-size: 14px;
    color: #ff6b35;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.dbt__title {
    font-size: 64px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    line-height: 1;
}

.dbt_title_return {
    display: block;
}

.dbt__sub_title_return {
    display: none;
}

.dbt__sub_title {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.2;
}

.dbt__sub_title2 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-top: 25px;
    line-height: 1.2;
}

.dbt__description {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.btn--dbt {
    background-color: #e8f0ff;
    color: #2c5aa0;
    border: 1px solid #2c5aa0;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 32px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn--dbt:hover {
    background-color: #2c5aa0;
    color: white;
    border-color: #2c5aa0;
}

.dbt__image {
    text-align: center;
}

.dbt__image img {
    max-width: 100%;
    height: auto;
    border-radius: 0px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.dbt__divider {
    height: 2px;
    width: 90px;
    background-color: #ff6b35;
    margin: 20px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .dbt__content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .dbt__text {
        text-align: center;
    }

    .dbt_title_return {
        display: none;
    }

    .dbt__sub_title_return {
        display: block;
    }

    .dbt__title {
        font-size: 32px;
    }

    .dbt__sub_title {
        font-size: 24px;
    }

    .dbt__sub_title2 {
        font-size: 20px;
    }

    .contact-image {
        height: 320px;
    }

    .why-choose__title {
        font-size: 25px;
        text-align: center;
    }

    .dbt__divider {
        margin: auto;
        margin-top: 20px;
        width: 66px;
    }
}

@media (max-width: 768px) {
    .contact-top {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* Active navigation link */
.nav__link--active {
    color: #2c5aa0 !important;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-hero__title {
        font-size: 36px;
    }
    
    .why-choose__content,
    .story-content,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

h2, h4 {
    font-size: 1.5em;
    font-weight: 700;
}

h2 {
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
}

h4 {
    font-family: "Open Sans", Sans-serif;
}

.elementor-section-about {
    position: relative;
    padding: 400px 0 0 0;
    overflow: hidden;
}

.elementor-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    height: 100%;
}

.elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.elementor-background-overlay-about {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    background-color: transparent;
    background-image: linear-gradient(240deg, #FFFFFF00 0%, #031E3AB0 100%);
    opacity: 0.35;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-container {
    position: absolute;
    top: 2.4rem;
    left: 19.5%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 20px;
    max-width: 900px;
    min-height: 164px;
}

.text-container {
    text-align: center;
    max-width: 900px;
}

.elementor-heading-title-about {
    color: white;
    text-shadow: -1px 0px 6px rgba(7.808662570888461, 7.757608695652168, 19.499999999999982, 0.27);
    text-align: left;
}

.elementor-heading-title-about:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
    margin: -25px 0;
    font-family: "Montserrat", Sans-serif;
    font-size: 2.5em;
}

.elementor-heading-title-about:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    margin: 37px 0;
    font-family: "DM Sans", Sans-serif;
    font-size: 1.5em;
    line-height: 28px;
}

.elementor-heading-title-about:last-child {
    animation: slideDown 1.5s ease forwards;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .elementor-heading-title-about {
        font-size: 1.5em !important;
    }
    .elementor-heading-title-about:nth-child(2) {
        width: 70%;
        font-size: 1em !important;
    }
    .elementor-container {
        top: 20%;
        left: 0%;
    }
}

.line-container {
    width: 100px;
    margin: 0.72rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-container img {
    max-width: 100%;
    height: auto;
}
