

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:#f5f5f5;
    color:#444;
}


/* Left Side Animation */
.about-text{
    flex:1;
    animation:slideLeft 1s ease forwards;
}

/* Right Side Animation */
.about-image{
    flex:1;
    animation:slideRight 1s ease forwards;
}

@keyframes slideLeft{
    from{
        opacity:0;
        transform:translateX(-80px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes slideRight{
    from{
        opacity:0;
        transform:translateX(80px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

.about-text,
.about-image{
    animation-duration:1.2s;
}
/* HERO */

.about-hero{
    background:#000;
    color:#fff;
    text-align:center;
    padding:10px 10px;
}

.about-hero p{
    font-size:18px;
    margin-bottom:10px;
   
}

.about-hero a{
     text-decoration: none;
    color: white;
}

.about-hero h1{
    font-size:48px;
    font-weight:700;
}

/* ABOUT SECTION */

.about-section{
    width:90%;
    margin:auto;
    padding:18px 0;
    margin-top: 2px;
    margin-bottom: 10px;

}

.about-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.about-text{
    flex:1;
}

.about-text span{
    text-transform:uppercase;
    color:#777;
    letter-spacing:1px;
    font-size: 15px;
}

.about-text h2{
    font-size:40px;
    color:#221cf6;
    margin:15px 0 25px;
    line-height:1.1;
}

.about-text p{
    font-size:15px;
    line-height:1.9;
    margin-bottom:25px;
}

.about-text b{
    font-weight:700;
}

.contact-btn{
    display:inline-block;
    margin-top:15px;
    color:#221cf6;
    font-weight:600;
    text-decoration:none;
}

.about-image{
    flex:1;
}

.about-image img{
    width:100%;
    display:block;
    height:100%;
}

/* COUNTERS */

.counter-section{
    padding:70px 5%;
}

.counter-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    text-align:center;
    align-items:start;
}

.counter-box h3{
    color:#2a29ff;
    font-size:48px;
    margin-bottom:8px;
    line-height:1;
}

.counter-box h4{
    color:#000;
    font-size:20px;
    margin-bottom:10px;
    font-weight:600;
}

.counter-box p{
    color:#888;
    font-style:italic;
    line-height:1.6;
    font-size:14px;
    max-width:220px;
    margin:auto;
}

/* TESTIMONIALS */

.testimonial-section{
    padding:60px 5%;
}

.sub-heading{
    text-align:center;
    color:#777;
    text-transform:uppercase;
    margin-bottom:12px;
    font-size:13px;
    letter-spacing:1px;
}

.main-heading{
    text-align:center;
    font-size:48px;
    font-weight:800;
    margin-bottom:50px;
    color:#000;
    line-height:1.2;
    white-space:nowrap;
}

.main-heading span{
    color:#0a47a3;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.testimonial-box{
    text-align:center;
    padding:10px;
}

.stars{
    color:#f5c518;
    font-size:22px;
    margin-bottom:15px;
}

.testimonial-box p{
    font-size:15px;
    line-height:1.8;
    margin-bottom:20px;
}

.testimonial-box h4{
    color:#000;
    font-size:18px;
    margin-bottom:5px;
}

.testimonial-box span{
    color:#777;
    font-size:15px;
}



.footer-section {
    background: #001bb3 !important;
    color: #fff;
    padding: 50px 20px 53px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    
}

/* GRID LAYOUT */
.footer-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.footer-column{
    margin-top: 20px;
    margin-left: 10px;
}

/* FOOTER HEADINGS */
.footer-column h3 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #f5c542;
    /* letter-spacing: 1px; */
}

/* LINKS */
.footer-column .a {
    display: block;
    color: #bbb;
    text-decoration: none;
    margin: 8px 0;
    font-size: 14px;
    transition: 0.3s;
}

.footer-column .a:hover {
    color: #fff;
    padding-left: 5px;
}

/* OFFICE BOXES */
.headoffice,
.techoffice {
    font-size: 13px;
    line-height: 1.6;
    color: #ccc;
    padding: 10px;
    border-left: 2px solid #f5c542;
    margin-top: 20px;
}

/* LINE */
.line2 {
    grid-column: 1 / -1;
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin-top: 15px;
}

/* footer 2nd  */

/* ===== FOOTER SECTION 2 ===== */
.footer-section2 {
    background: #090a11;
    color: #fff;
    padding: 50px 20px 20px;
    font-family: Arial, sans-serif;
}

/* TITLE */
#footerh2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
    color: #f5c542;
    line-height: 1.3;
}

/* CITY GRID */
.city-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-height: 320px;
    overflow-y: auto;
    padding: 10px;
}

/* CITY TAG STYLE */
.city-grid span {
    background: linear-gradient(145deg, #051952, #2a2a2a);
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 20px;
    color: #ddd;
    border: 1px solid rgba(255,255,255,0.08);
    cursor: default;
    transition: 0.3s;
}

.city-grid span:hover {
    background: #f5c542;
    color: #000;
    transform: scale(1.05);
}

/* FOOTER BOTTOM */
.lfooter {
    margin-top: 25px;
    text-align: center;
}

.lfooter img {
    width: 140px;
    margin-bottom: 10px;
}

.lfooter p {
    font-size: 13px;
    color: #aaa;
}

/* LINE */
.line2 {
    height: 1px;
    background: rgba(255,255,255,0.15);
    margin-top: 20px;
}

.act:hover{
        color: red;
        font-size: 12px;
    }

    .footerlogo:hover {
        transform: scale(1.2);
    }

/* ================= MOBILE 430px ================= */

@media (max-width:430px){

    html,
    body{
        width:100%;
        overflow-x:hidden;
    }

    /* HERO */
    .hero{
        height:auto;
        padding:20px 10px;
    }

    .hero h1{
        font-size:28px;
        font-weight:600;
    }

    .breadcrumb{
        font-size:14px;
    }

    /* CONTACT SECTION */
    .contact-section{
        padding:40px 12px;
    }

    .small-title{
        font-size:11px;
    }

    .contact-section h1{
        font-size:24px;
        line-height:1.4;
        margin-bottom:30px;
    }

    /* CONTACT CARDS */
    .contact-cards{
        grid-template-columns:1fr;
        gap:15px;
    }

    .card{
        padding:25px 15px;
    }

    .card i{
        font-size:30px;
    }

    .card h3{
        font-size:20px;
    }

    .card p{
        font-size:14px;
        line-height:1.6;
    }

    /* MAP + FORM */
    .bottom-section{
        grid-template-columns:1fr;
        gap:20px;
    }

    .map-box h2,
    .form-box h2{
        font-size:22px;
        text-align:center;
    }

    iframe{
        width:100%;
        height:250px;
    }

    .form-box input,
    .form-box textarea{
        padding:12px;
        font-size:14px;
    }

    .form-box button{
        padding:14px;
        font-size:15px;
    }

    /* FOOTER 1 */
    .footer-section{
        grid-template-columns:1fr;
        gap:18px;
        padding:30px 15px;
    }

    .footer-column{
        margin:0;
    }

    .footer-column h3{
        font-size:15px;
    }

    .footer-column .a{
        font-size:13px;
    }

    .headoffice,
    .techoffice{
        font-size:12px;
        margin-top:10px;
        border-left:3px solid #f5c542;
    }

    /* FOOTER 2 */
    #footerh2{
        font-size:18px;
        line-height:1.5;
        padding:0 10px;
    }

    .city-grid{
        max-height:220px;
        gap:8px;
        overflow-y:auto;
    }

    .city-grid span{
        font-size:11px;
        padding:5px 10px;
    }

    .lfooter img{
        width:100px;
    }

    .lfooter p{
        font-size:12px;
    }

    .line2{
        margin-top:10px;
    }
}


/* MOBILE */

@media(max-width:991px){

    .about-container{
        flex-direction:column;
    }

    .counter-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .testimonial-grid{
        grid-template-columns:1fr;
    }

    .main-heading{
        font-size:45px;
    }

    .about-text h2{
        font-size:45px;
    }
}

@media(max-width:600px){

    .counter-grid{
        grid-template-columns:1fr;
    }

    .about-hero h1{
        font-size:40px;
    }

    .about-text h2{
        font-size:35px;
    }

    .main-heading{
        font-size:34px;
    }

    .counter-box h3{
        font-size:50px;
    }
}

@media (max-width:430px){

    .about-hero{
        padding:20px 10px;
    }

    .about-hero p{
        font-size:14px;
    }

    .about-hero h1{
        font-size:32px;
    }

    .about-section{
        width:95%;
        padding:40px 0;
    }

    .about-container{
        flex-direction:column;
        gap:25px;
    }

    .about-text span{
        font-size:11px;
    }

    .about-text h2{
        font-size:32px;
        margin:10px 0 15px;
    }

    .about-text p{
        font-size:14px;
        line-height:1.7;
        margin-bottom:15px;
    }

    .contact-btn{
        font-size:14px;
    }

    .about-image img{
        width:100%;
    }

    /* COUNTERS */

    .counter-section{
        padding:40px 5%;
    }

    .counter-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .counter-box h3{
        font-size:38px;
    }

    .counter-box h4{
        font-size:18px;
    }

    .counter-box p{
        font-size:13px;
    }

    /* TESTIMONIALS */

    .testimonial-section{
        padding:40px 5%;
    }

    .sub-heading{
        font-size:11px;
    }

    .main-heading{
        font-size:28px;
        white-space:normal;
        margin-bottom:30px;
    }

    .testimonial-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .stars{
        font-size:20px;
    }

    .testimonial-box p{
        font-size:14px;
        line-height:1.7;
    }

    .testimonial-box h4{
        font-size:16px;
    }

    .testimonial-box span{
        font-size:14px;
    }
}