 /*GIỚI THIỆU CÔNG TY*/

    .profile-hero {
    background: linear-gradient(90deg, #ffffff 40%, #fdb512  100%);
    padding: 80px 0 0px;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hero-content {
    flex: 1;
}

.hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    color: #C00;
    line-height: 1.5;
}

.hero-content h1 span {
    display: block;
    font-size: 30px;
}

.highlight {
    color: #000;
    padding: 10px 0;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    text-align: justify;
}

.benefits {
    list-style: none;
    padding: 0;
    margin:  0;
}

.benefits li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-size:18px;
}

.benefits li::before {
    content: "✔";
    color: green;
    position: absolute;
    left: 0;
}

.cta-btn {
    display: inline-block;
    background: #1c8c45;
    color: #fff;
    padding: 16px 28px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;     /* thêm */
    overflow: hidden;  
}
    /* lớp ánh sáng */
.cta-btn::before{
    content: "";
    position: absolute;
    top: -150%;
    left: -150%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent 40%,
        rgba(255,255,255,0.6) 50%,
        transparent 60%
    );
    transform: rotate(25deg);
    transition: 1.7s ease;
}
.cta-btn:hover::before{
    top: 100%;
    left: 100%;
}

.cta-btn span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    color: #fff;
}

.price-link {
    display: inline-block;
    margin-top: 10px;
    color: #C00;
    text-decoration: none;
    font-weight: 600;
}

.hero-image {
    flex: 1;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 33px;
}

.hero-note {
    background: #C00;
    padding: 30px;
    max-width: 60%;
    margin: 60px auto 60px;
    text-align: justify;
    border-radius: 20px;
}
.hero-note p{
    font-size: 18px;
    color: #fff;
}
/*CSS LAPTOP NHỎ*/
@media(max-width:1500px){
    .hero-content h1{
        font-size: 28px !important;
    }
    
    .hero-image img {
        top: 79px !important;
    }
}

/*CSS DI ĐỘNG*/
@media (max-width: 790px) {
    .profile-hero{
            padding: 35px 0 0px !important;
    }
    
    .container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 18px !important;
    }

    .hero-content h1 span {
        font-size: 20px !important;
    }

    .cta-btn {
        font-size: 18px;
        padding: 12px 20px;
    }

    .hero-note {
  
        padding: 20px;
        max-width: 90% !important;
    }
    .benefits{
        text-align: left !important;
    }
    .hero-image img{
        top:0 !important;
    }
}

/*TẠI SAO CHỌN CHÚNG TÔI*/
 
	.services-section-two{
        background: #fff !important;
        padding: 0 0 20px 0 !important;
    }
    
    .services-section-two h3{
        line-height: 1.5;
        font-size: 20px;
        font-weight: bold;
    }
	/* Responsive */
@media (max-width: 900px) {
    .title-box text-center{
        margin-bottom: 40px !important;
    }
    
    .services-section-two .title-box h2{
        font-size: 20px !important;
    }
    
    .services-section-two .inner-container{
        padding-left: 0px !important;
    }
}

/*STYLE HÌNH ẢNH*/
.gallery-section {
    padding-bottom: 40px;
}

.gallery-section .container {
    max-width: 80%;
    margin: auto;
    display:block;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 20px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 30px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    transition: transform 0.4s ease;
}

/* Hover zoom nhẹ */
.gallery-item:hover img {
    transform: scale(1.05);
}


/* Mobile */
@media (max-width: 790px) {
    .gallery-section .container{
        max-width :100% !important;
    }
    .gallery {
        grid-template-columns: 1fr;
    }

    .gallery-item img {
        height: auto;
    }
}

/*STYLE TẦM NHÌN SỨ MỆNH*/

.trust-section {
     padding-bottom: 40px;
}
.trust-section .container {
    gap:0 !important;
} 

.trust-section .trust-content{
    padding-left:40px;
}

.trust-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}


.trust-content h2 {
    font-size: 28px;
    font-weight: bold;
    color:#c00;
}

.trust-content p {
    font-size: 18px;
    color: #333;
    text-align:justify;
}


@media (max-width: 790px) {
    .trust-section {
        padding:  0;
    }
    
    .trust-section .trust-content{
        padding: 20px 10px;
        text-align: left;
    }
    
    .trust-content h2 {
        font-size: 22px;
    }

    .trust-content p {
        font-size: 18px;
    }
}

/*STYLE THÔNG TIN LIÊN HỆ*/

.contact-section {
    padding: 0px 0px 40px !important;
}
.contact-section .container {
    gap:0 !important;
} 

.contact-section .contact-content{
    padding-right:40px;
}

.contact-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}


.contact-content h2 {
    font-size: 28px;
    font-weight: bold;
    color:#c00;
}

.contact-content p {
    font-size: 18px;
    color: #333;
    text-align:justify;
}


@media (max-width: 790px) {
    .contact-section {
        padding: 50px 0;
    }

    .contact-content h2 {
        font-size: 22px;
        text-align: left;
    }
    .contact-section .contact-content{
    padding-right:10px;
}


}



