body { font-family: 'Inter', sans-serif; }
.fade-in-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.icon-card {
   font-size: 4rem;
   color: #cc8600;
   margin-bottom: 15px;
}
.service-card {
    background-color: #fff;
    color: #1a2b3b;
    padding: 2rem;
    border-radius: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.service-card:hover {
    background-color:#334155;
    color:#fff;
    transform: translateY(-10px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);       
}
.service-card:hover p {
    color: #9ea5ad;
}

.fa-solid {
margin-inline: 1em;
}
.hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
}
.contact-form, .contact-info {
opacity: 0;
transition: all 0.6s ease-out;
}
.contact-form {
transform: translateX(-20px);
}
.contact-info {
transform: translateX(20px);
}
.contact-form.visible {
opacity: 1;
transform: translateX(0);
}
.contact-info.visible {
opacity: 1;
transform: translateX(0);
}

/* About Eight */
.about-eight-images {
display: flex;
max-width: 550px;
align-items: start;
position: relative;
padding-bottom: 155px;
}
@media only screen and (max-width: 480px) {
.about-eight-images {
display: block;
}
}
.about-eight-images img {
max-width: 46%;
}
@media only screen and (max-width: 480px) {
.about-eight-images img {
max-width: 100%;
}
}
.about-eight-images img:first-child {
margin-top: 90px;
margin-right: 25px;
}
@media only screen and (max-width: 480px) {
.about-eight-images img:first-child {
margin-bottom: 30px;
margin-right: 0;
margin-top: 0;
}
}
.angle-right{
    width: 100%;
    height: auto;
    z-index: 2;
    } 
.about-eight-images .left-content {
bottom: 0;
right: 40px;
overflow: hidden;
max-width: 320px;
border-radius: 10px;
z-index: 1;
position: relative;
position: absolute;
background-size: cover;
}
.about-eight-images .left-content::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
z-index: -1;
top: 0;
left: 0;
opacity: 0.9;
background-color: #1D52B4;
}
@media only screen and (max-width: 480px) {
.about-eight-images .left-content {
right: 0;
}
}
.about-eight-images .left-content p {
margin-bottom: 0;
}

.about-eight-content {
max-width: 475px;
}
.about-eight-images .left-content {
bottom: 0;
right: 40px;
overflow: hidden;
max-width: 320px;
border-radius: 10px;
z-index: 1;
position: relative;
position: absolute;
background-size: cover;
}
.about-eight-images .left-content::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
z-index: -1;
top: 0;
left: 0;
opacity: 0.9;
background-color: #1D52B4;
}
/* Team */
.container {
    max-width: 1200px;
    margin: 0 auto;
}

.profile-section {
    display: flex;
    margin-bottom: 50px;
    padding: 20px;
    background: #e5eef0b0;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.profile-section.reverse {
    flex-direction: row-reverse;
}

.profile-content {
    flex: 1;
    padding: 20px;
    
}

.profile-photo {
    flex: 0 0 300px;
    padding: 20px;
    
}


.profile-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.profile-title {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-bottom: 15px;
}

.profile-bio {
    color: #555;
}

@media (max-width: 768px) {
    .profile-section {
        flex-direction: column;
    }
    
    .profile-section.reverse {
        flex-direction: column;
    }
    
    .profile-photo {
        flex: 0 0 100%;
    }
}
@media only screen and (max-width: 480px) {
.about-eight-images .left-content {
right: 0;
}
}
.about-eight-images .left-content p {
margin-bottom: 0;
}

.about-eight-content {
max-width: 475px;
}
.fa-angle-double-right {
color: #a0a3aa;
}