﻿@font-face {
    font-family: 'fonnts.com-fahkwang-regular';
    src: url('../fonts/fonnts.com-fahkwang-regular.ttf') format('truetype');
}
#experience {
    background-image: url('/Images/GettyImages-1481902938.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* 👈 makes the image scroll slower (parallax) */
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.s-about .subhead {
    color: #f4f4f4 !important;
}
.s-about .lead {
    color: #f4f4f4 !important;
}
.process p {
    color: #f4f4f4;
}
#experience::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 25, 31, 0.8);
    z-index: 0;
}

    #experience > * {
        position: relative;
        z-index: 1;
    }
.imgservices{
    height:500px;
    object-fit:cover;
    width:100%!important;
}
.displaysubtutle {
    color: #f4f4f4;
    font-size: 2rem;
}

@media only screen and (max-width: 600px) {
    .imgservices{
        height:300px!important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {
    .imgservices {
        height: 400px !important;
    }
    .item-folio__title{
        font-size:1rem!important;
    }
}

@media only screen and (max-width: 400px) {
    .testimonials__icon {
        top: 28rem !important;
    }
}
@media only screen and (max-width: 600px) {
    .h2mobile {
        font-size: 2.5rem!important;
    }
}
/* Section styling */
.s-clients {
    padding: 40px 20px;
    background: #bacccd;
    color: white;
}
    .s-clients .subhead {
        color: #11191c !important;
    }
/* Header underline animation */
.section-header h3 {
    font-size: 28px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

    .section-header h3::before,
    .section-header h3::after {
        content: "";
        display: block;
        height: 2px;
        background: white;
        margin: 6px auto;
        width: 0;
        transition: width 0.5s ease;
    }

    .section-header h3:hover::before {
        width: 60%;
    }

    .section-header h3:hover::after {
        width: 30%;
    }

    .section-header h3:hover span::after {
        width: 15%;
    }



/* Grid layout */
.clients-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Default card (1/3 width) */
.card {
    background: #0d4949;
    color: #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
    width: calc(33.333% - 20px);
    min-width: 250px;
    animation: fadeSlide 0.8s ease forwards;
    opacity: 0;
    transform: translateY(40px);
}
    .card.wide2 {
        background: #4eaaa7;
        color: #f4f4f4;
    }
.wide2 .face1 h2 {
    color: #f4f4f4;
}
.wide3 .face1 h2 {
    color: #f4f4f4;
}
        /* Wide cards (1/2 width) */
    .card.wide {
        width: calc(50% - 20px);
        background: #4eaaa7;
        color: #f4f4f4;
    }
.card.wide3 {
    background: #0d4949;
    color: #f4f4f4;
}
/* Face styling */
.face1, .face2 {
    padding: 20px;
}

.card.wide h2, .card.wide li {
    color: #f4f4f4;
}

/* 🔁 Existing hover base: */

.card:hover {
    transform: scale(1.05) translateY(-5px) rotateZ(-1deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
    background: linear-gradient(135deg, #11191f, #99c0c3, #f4f4f4, #11191f);
}

    /* ✨ Glow Border Animation */
.card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 12px;
    background: linear-gradient(135deg, #11191f, #99c0c3, #f4f4f4, #11191f);
    background-size: 400% 400%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: animatedBorder 6s ease infinite;
}

    .card:hover::before {
        opacity: 1;
    }

    /* ✨ Animate Face Elements on Hover */
    .card .face1,
    .card .face2 {
        transition: transform 0.4s ease, opacity 0.4s ease;
    }

    .card:hover .face1 {
        transform: translateY(-4px);
        opacity: 0.95;
    }

    .card:hover .face2 {
        transform: scale(1.03);
        opacity: 0.95;
    }


/* Animate text inside card on hover */
.card:hover{
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #0d4949, #168b8b); /* gradient on hover */
}


/* Responsive fallback */
@media (max-width: 900px) {
    .card, .card.wide {
        width: 100%;
    }
}

.contact-wrapper {
    display: flex;
    gap: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    height: 350px;
    font-family: 'fonnts.com-fahkwang-regular';
}

/* Left side */
.contact-left {
    flex: 1 1 50%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
}
.testimonials__icon {
    text-align: center;
    margin-bottom: 1rem;
}

.testimonials__icon-img {
    width: 200px;
    height: 200px;
    display: inline-block;
}

.testimonials__slide {
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
}

.testimonials__author {
    font-weight: bold;
    margin-top: 1rem;
}

.slick-dots {
    margin-top: 20px;
}
.contact-item {
    color: #f4f4f4;
    margin-bottom: 20px;
}

    .contact-item a:hover {
        color: #bacccd!important;
    }

    .contact-item .icon {
        font-size: 20px;
        color: #f4f4f4;
        flex-shrink: 0;
    }

.contact-social {
    margin: 0 !important;
    list-style: none;
    gap: 15px;
    padding: 0;
    font-size:2rem!important;
}

    .contact-social li a {
        font-size: 22px;
        color: #f4f4f4;
        transition: color 0.3s;
    }

        .contact-social li a:hover {
            color: #bacccd;
        }

/* Right side: map */
.contact-right {
    flex: 1 1 50%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
}

.map-container {
    width: 100%;
    height: 100%;
    min-height: 420px;
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: none;
        display: block;
    }



/* Responsive */
@media (max-width: 900px) {
    .contact-wrapper {
        flex-direction: column;
        display: block !important;
        height: auto;
    }

    .s-contact .row {
        padding-left:0!important;
        padding-right:0!important;
    }
    .contact-left{
        margin-bottom:20px;
    }

    .contact-left,
    .contact-right {
        flex: 1 1 100%;
    }

    .map-container {
        height: 200px;
    }

    .contact-form {
        margin: 30px 15px 60px;
    }
}

.subhead4 {
    color: #f4f4f4 !important;
    margin-bottom: 10px!important;
}

.divcolContact{
    margin-top:50px;
}
    .divcolContact .subhead3 {
        color: #f4f4f4 !important;
    }

.divButtonSend{
    text-align:right;
}
.btnSend {
    width: 200px;
    border-radius: 5px;
    background: #0d4949 !important;
    color: #bacccd !important;
    border-color: #bacccd !important;
}
    .btnSend:hover {
        background: #bacccd!important;
        color:white!important;
    }

.divleft{
    text-align:left;
}

.language-dropdown a img {
    cursor: pointer;
    transition: transform 0.2s ease;
}

    .language-dropdown a img:hover {
        transform: scale(1.1);
        box-shadow: 0 0 4px rgba(0,0,0,0.2);
    }

.home-content__button .arabic:first-child {
    left: 50% !important;
    right: auto !important;
}

.home-content__button .arabic:last-child {
    right: 50% !important;
    left: auto !important;
}

.closearabic {
    left: 30px !important;
    right: 0 !important;
    display: flex;
    justify-self: left;
}

.navigatearabic {
    padding-left: 140px;
    padding-right:0!important;
}

.header-nav .navigatearabic::after {
    left: 0!important;
    right:auto!important;
}
.arabicsocial {
    margin-left: 12px;
    margin-right: 0 !important;
}

.arabicprocess {
    padding-right: 7rem!important;
    padding-left:0!important;
}

    .arabicprocess::before {
        right: 0!important;
        left:auto!important;
    }

.arabicprocess1::before {
    content: "١"!important;
}

.arabicprocess2::before {
    content: "٢"!important;
}

.arabicprocess3::before {
    content: "٣"!important;
}

.arabicprocess4::before {
    content: "٤"!important;
}

.chiniseprocess1::before {
    content: "一" !important;
}

.chiniseprocess2::before {
    content: "二" !important;
}

.chiniseprocess3::before {
    content: "三" !important;
}

.chiniseprocess4::before {
    content: "四" !important;
}

.itemserviceiconarabic{
    float:right!important;
}
.itemservicetextarabic {
    margin-right: 7.2rem!important;
    margin-left:0!important;
}

.itemfoliotextarabic {
    right:0!important;
    left:auto!important;
}

.ularabic {
    margin-left:0!important;
    margin-right:1.7rem!important;
}
.divButtonSendarabic{
    text-align:left!important;
}
