
body{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

/******************************************/
/*About*/
/******************************************/
.about{
    background:url(images/whitebg@4x-8.png) no-repeat center center/cover,var(--primary-color);
}
.about-content {
    height: 90vh;
    display: flex;
    gap:3rem;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0rem;
}
.about-banner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-banner h2{
    color: white;
    font-family: 'Futura-Bold',sans-serif;
    font-size: 3rem;
    padding: 2rem 0rem;
}
.about-banner p{
    font-family: 'Futura-Light',sans-serif;
    align-self: center;
    width: 40%;
    font-size: 1.2rem;
    color: white;
    text-align: center;
}
.about-cards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
}
.about-card{
    border-radius: 25px;
    background-color: white;
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    width: 35%;
}
.about-card h3{
    font-family: 'Futura-Bold',sans-serif;
    font-size: 2rem;
}
.about-card p{    
    font-family: 'Futura-Light',sans-serif;
    width: 90%;
    font-size: 1.2rem;
    text-align: center;
}

@media (max-width: 768px) {
    .about-content{
        height: fit-content;
        padding: 2rem 0rem;
    }
    .about-banner p{
        width: 90%;
    }
    .about-cards{
        flex-direction: column;
        gap: 20px;
        padding: 0rem 1rem 0rem 1rem;
    }
    .about-card{
        width: 100%;
        padding: 2rem 0rem;
    }
}
@media (max-width:1024px){
           
        }

/******************************************/
/*Services*/
/******************************************/
.service{
    background-color: var(--primary-color); 
}
.service-content {
    max-width: 100%;
    height: fit-content;
    padding: 3rem  0rem;
}
.service-content h1{
    font-family: 'Futura-Bold',sans-serif;
    color: white;
    font-size: 4rem;
    text-align: center;
}
.service-cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    justify-content:center;
    padding: 3rem 15rem;
}
.service-card{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 250px;
    border: white solid 1px;
    background: radial-gradient(circle at 50% 50%,rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 20%,rgba(var(--primary-rgb), 0.2) 75%,rgba(var(--primary-rgb), 0.5) 80%,var(--primary-color) 100%);
}
.service-icon{
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:3rem 5rem 0rem 5rem;
}
.service-icon img{
    height: 100%;
    
}
.service-card-title{
    color:white;
    padding:1rem;
    text-align: center;
}
.service-card-title h3{
    font-family: 'Futura-Light',sans-serif;
    font-size: 1.2rem;
}
.service-buttons{
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}
.service-buttons a {
            font-family: 'Futura-Light', sans-serif;
            font-weight: bolder;
            text-decoration: none;            
            padding: 0.5rem 2rem;
        }

        .quote {
            background-color: var(--secondary-color);
            color: white;
        }

        .portfolio-white {
            background-color: white;
            color: var(--primary-color);
        }
@media(max-width: 768px ) {
    .service{
        padding: 2rem 2rem;
    }
    .service-content{
        
    }
    .service-cards{
        display: flex;
        flex-direction: column;
        padding: 0;
        align-items: center;
    }
    .service-card{
        width: 300px;
        height: 300px;
    }
    .service-icon{
        height: 80%;
    }
    .service-card-title h3{
        font-size: 1.8rem;
    }
    
}
@media(max-width:1024px){
    
}
/******************************************/
/*Review*/
/******************************************/
.testimonials{
    box-shadow:inset 0px 20px 20px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 0rem;
}
.testimonial-heading h1{
    text-align: center;
    font-family: 'Futura-Bold',sans-serif;
    font-size: 5rem;
    color: red;
}
.testimonial-content{
    display: flex;
    justify-content: center;
    
}
.carousel-container {
            max-width: 800px;
            width: 100%;
            position: relative;
        }

        .carousel-wrapper {
            overflow: hidden;
            border-radius: 20px;
            
        }

        .carousel {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .testimonial-card {
            min-width: 100%;
            background: white;
            display: flex;
            flex-direction: column;
            padding: 2rem 0rem;
            align-items: center;
            gap:20px;
        }

        .quote-icon {
            
        }
        .quote-icon i{
            color: black;
            font-size: 90px;
        }

        .testimonial-text {
            font-family: 'Futura-Book',sans-serif;
            font-size: 1.5rem;
            line-height: 1.6;
            color: black;
            text-align: center;
        }

        .author-info {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .author-image {
            font-family: 'Futura-Demi',sans-serif;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 32px;
            font-weight: bold;
            flex-shrink: 0;
        }

        .author-details {
            text-align: center;
        }

        .author-name {
            font-family: 'Futura-Bold',sans-serif;
            font-size: 30px;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 5px;
        }

        .author-title {
            font-family: 'Futura-Demi',sans-serif;
            font-size: 14px;
            color: #666;
        }

        .carousel-controls {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }

        .carousel-btn {
            width: 75px;
            height: 75px;
            border-radius: 50%;
            background: white;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color:  var(--primary-color);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }

        .carousel-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }

        .carousel-btn:active {
            transform: scale(0.95);
        }

        .carousel-indicators {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }

        .indicator {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .indicator.active {
            background: var(--primary-color);
            width: 30px;
            border-radius: 5px;
        }

        .keyboard-hint {
            text-align: center;
            color: white;
            margin-top: 20px;
            font-size: 14px;
            opacity: 0.8;
        }

        @media (max-width: 600px) {
            .testimonial-card {
                padding: 40px 25px;
            }

            .testimonial-text {
                font-size: 16px;
            }
        }
        @media (max-width:768px){
            .testimonials{box-shadow: inset 0px 5px 5px 0 rgba(0,0,0,0.3);}
            .testimonial-heading h1{
                font-size: 2rem;
            }
            .carousel-container{width: 80%;}
            .testimonial-card{padding:0px 0px;}
            .quote-icon{margin: 10px 10px 0px 20px;}
            .testimonial-text{margin: 0px 10px 40px 20px;}
            .author-info{margin: 20px 20px 20px 20px;}
            .author-image{width: 40px;height: 40px;font-size: 18px;}
        }


/******************************************/
/*Map*/
/******************************************/
.map-section{}
.map-content {
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.map-title {
    font-family: 'Futura-Bold',sans-serif;
    font-size: 4rem;
    margin-bottom: 25px;
    font-weight: 600;
    color: black;
    font-weight: lighter;
    border-bottom: 3px var(--secondary-color) solid;
}
.map-content p{
    font-size: 2rem;
    font-family: 'Futura-Light',sans-serif;
}

/* Card around the map */
.map-card {
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    transition: transform .3s, box-shadow .3s;
}

.map-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* Responsive map inside */
.map-frame {
    width: 100%;
    height: 450px;
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Mobile view */
@media (max-width: 600px) {
    .map-frame {
        height: 300px;
    }
    .map-title {
        font-size: 1.7rem;
    }
}
@media (max-width:768px){
    .map-title{font-size: 3rem;}
    .map-content p{font-size: 1.5rem;text-align: left;}
}


/******************************************/
/*Past Customers*/
/******************************************/
/* --- Section Container --- */
.brands-section {
    padding: 100px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* --- Title --- */
.brands-title {
    font-family: 'Futura-Bold',sans-serif;
    font-size: 2.5rem;
    font-weight: lighter;
    margin-bottom: 60px;
    color: #222;
}

/* --- Floating Icon Layout (Desktop) --- */
.brands-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    height: 350px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.brand-icon {
    position: absolute;
    width: 90px;
    height: 90px;

    display: flex;
    justify-content: center;
    align-items: center;

    animation: float 4s ease-in-out infinite;
    animation-delay: var(--delay);
}

/* Icon Images */
.brand-icon img {
    height: 100%;
    object-fit: contain;
}

/* GENTLE FLOAT ANIMATION */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

/* --- Icon Positions (You can adjust these) --- */
.brand-icon:nth-child(1) { top: 10%; left: 20%; }
.brand-icon:nth-child(2) { top: 5%; right: 25%; }
.brand-icon:nth-child(3) { top: 50%; left: 10%; }
.brand-icon:nth-child(4) { top: 55%; right: 10%; }
.brand-icon:nth-child(5) { bottom: 10%; left: 30%; }
.brand-icon:nth-child(6) { bottom: 15%; right: 30%; }

/* --- Mobile Layout: Grid under the title --- */
@media (max-width: 768px) {

    .brands-container {
        height: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        position: static;
    }

    .brand-icon {
        position: static;
        width: 70px;
        height: 70px;
        animation: float 3.5s ease-in-out infinite;
    }
    .brand-icon img{
        width: 100%;
    }
}


