/* Home Page Styles - รับทำเว็บไซต์ SEO เชียงราย การตลาดออนไลน์ */

/* Base Styles */
.body-container {
    width: 100%;
}

@media screen and (max-width: 700px) {
    .body-container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Banner Section */
.body-banner-container {
    background-image: url("../img/banner-bg.png");
}

.body-world-map {
    background-image: url("../img/body-world-map.png");
    background-size: 100% 100%;
}

.body-logo {
    width: 100%;
    height: auto;
}

.body-company-limited {
    font-family: 'PSL Kanda';
    font-size: 35px;
    color: #3b7ef3;
    font-weight: 700;
    letter-spacing: 6px;
}

.body-marketing-planner {
    font-family: 'PSL Kanda';
    font-size: 32px;
    color: #585858;
    font-weight: 700;
    letter-spacing: 10px;
    margin-top: -20px;
}

.body-mobile-seo {
    width: 100%;
    height: auto;
}

.body-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.body-online-marketing {
    font-family: 'PSL Kanda';
    font-size: 50px;
    color: #3b7ef3;
    font-weight: 700;
    letter-spacing: 5px;
}

.body-description {
    font-family: 'PSL Kanda';
    font-size: 25px;
    color: #585858;
    font-weight: 700;
    letter-spacing: 2px;
}

.body-click-here {
    padding: 0px 15px 0px 15px;
    width: fit-content;
    background-color: #3b96f3;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.body-click-here:hover {
    background-color: #2a7dd8;
}

.body-p-click-here {
    font-family: 'PSL Kanda';
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 10px;
    background: none;
    border: none;
}

.body-social-network {
    width: 70%;
}

/* SEO Section */
.body-we-are-container {
    padding: 40px 0;
}

.body-laptop {
    width: 100%;
    height: auto;
}

.body-seo {
    font-family: 'PSL Kanda';
    font-size: 50px;
    color: #585858;
    font-weight: 700;
    text-align: center;
}

.body-text-we-are {
    font-family: 'Lato';
    font-size: 50px;
    color: #202020;
    font-weight: 700;
    text-align: center;
}

.body-we-are-description {
    font-family: 'PSL Kanda';
    font-size: 25px;
    color: #585858;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 30px;
}

/* Pricing Section */
.body-pricing {
    background-color: #0083de;
    padding-bottom: 20px;
    background-image: url("../img/body-desktop-work.png");
    background-size: 100% 100%;
}

.body-text-pricing {
    font-family: 'PSL Kanda';
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.body-pricing-box {
    background-color: #fdfdfd;
    border-radius: 5px;
    padding: 20px;
}

.body-pricing-box-bronze {
    border-top: #e86b00 solid 20px;
}

.body-pricing-box-silver {
    border-top: #c0c0c0 solid 20px;
}

.body-pricing-box-gold {
    border-top: #daa520 solid 20px;
}

.body-text-color-bronze {
    height: 50px;
    font-family: 'PSL Kanda';
    font-size: 50px;
    font-weight: 700;
    color: #e86b00;
    letter-spacing: 2px;
    text-align: center;
}

.body-text-color-silver {
    height: 50px;
    font-family: 'PSL Kanda';
    font-size: 50px;
    font-weight: 700;
    color: #c0c0c0;
    letter-spacing: 2px;
    text-align: center;
}

.body-text-color-gold {
    height: 50px;
    font-family: 'PSL Kanda';
    font-size: 50px;
    font-weight: 700;
    color: #daa520;
    letter-spacing: 2px;
    text-align: center;
}

.body-text-price {
    width: 100%;
    font-family: 'PSL Kanda';
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000000;
    text-align: center;
    height: 50px;
}

.body-text-pricing-description {
    width: 100%;
    font-family: 'PSL Kanda';
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0px;
}

.body-text-pricing-description-small {
    width: 100%;
    font-family: 'PSL Kanda';
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

.pricing-list {
    list-style: none;
    padding: 0;
}

.pricing-list li {
    margin: 5px 0;
}

/* Contact Form Section */
.body-consult {
    background-image: url("../img/body-digital.png");
    background-size: 100% 100%;
}

.body-row-consult {
    background-image: url("../img/body-row-digital.png");
}

/* Contact Form - Wider Layout */
#contact-form {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

#contact-form .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

@media (min-width: 768px) {
    #contact-form .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

#contact-form .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.body-request-box {
    font-family: "PSL Kanda";
    font-size: 28px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid #3b7ef3;
    border-radius: 8px;
    padding: 12px 18px;
    width: 100%;
    color: #ffffff;
    transition: all 0.3s ease;
}

.body-request-box:focus {
    outline: none;
    border-color: #5c9aff;
    box-shadow: 0 0 10px rgba(59, 126, 243, 0.3);
    background-color: rgba(0, 0, 0, 0.85);
}

.body-request-box::placeholder {
    color: #cccccc;
}

.body-request-text-editor {
    width: 100%;
    height: 180px;
    resize: vertical;
}

/* Submit Button Style */
.body-click-here {
    margin-top: 10px;
}

.body-p-click-here {
    font-family: "PSL Kanda";
    font-size: 28px;
    background: linear-gradient(135deg, #3b7ef3 0%, #5c9aff 100%);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 126, 243, 0.3);
}

.body-p-click-here:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 126, 243, 0.4);
}

.body-p-click-here:active {
    transform: translateY(0);
}

.body-txt-consult {
    width: 100%;
    height: auto;
}

.body-txt-business {
    width: 100%;
    height: auto;
}

/* Google Map Section */
.body-google-map {
    background-image: url("../img/body-consult.png");
    background-size: 100% 100%;
}

#map {
    height: 500px;
    width: 100%;
}

.body-text-my-address {
    width: 100%;
    font-family: 'PSL Kanda';
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    height: 50px;
}

/* Services Section - บริการของเรา */
.body-services {
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
}

.body-text-services-title {
    font-family: 'PSL Kanda';
    font-size: 50px;
    color: #3b7ef3;
    font-weight: 700;
    letter-spacing: 2px;
}

.body-text-services-subtitle {
    font-family: 'PSL Kanda';
    font-size: 25px;
    color: #585858;
    font-weight: 600;
}

.service-card-link {
    text-decoration: none;
    display: block;
}

.service-card-link:hover {
    text-decoration: none;
}

.service-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    min-height: 250px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(59, 126, 243, 0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e8f0fe 0%, #d4e4fc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, #3b7ef3 0%, #5c9aff 100%);
}

.service-card:hover .service-icon svg {
    fill: #ffffff;
}

.service-title {
    font-family: 'PSL Kanda';
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-desc {
    font-family: 'PSL Kanda';
    font-size: 20px;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

/* Utility Classes */
.mar-center {
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .body-company-limited {
        font-size: 28px;
    }

    .body-marketing-planner {
        font-size: 24px;
    }

    .body-online-marketing {
        font-size: 35px;
    }

    .body-description {
        font-size: 18px;
    }

    .body-seo,
    .body-text-we-are,
    .body-text-pricing {
        font-size: 35px;
    }

    .body-text-color-bronze,
    .body-text-color-silver,
    .body-text-color-gold {
        font-size: 35px;
    }

    .body-text-price {
        font-size: 35px;
    }

    #map {
        height: 300px;
    }
}
