/* ==========================
   GOOGLE FONT & RESET
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Cairo',sans-serif;
    background:#f7f9fc;
    color:#222;
    line-height:1.8;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* ==========================
HEADER
========================== */

header{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    z-index:999;
}

header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
}

.logo{
    display:flex;
    align-items:center;
    gap:10px;
}

.logo i{
    font-size:34px;
    color:#0077ff;
}

.logo h2{
    color:#003366;
    font-size:26px;
}

nav ul{
    display:flex;
    gap:25px;
}

nav a{
    color:#222;
    font-weight:700;
    transition:.3s;
}

nav a:hover{
    color:#0077ff;
}

.call-btn{
    background:#0077ff;
    color:#fff;
    padding:12px 22px;
    border-radius:50px;
    font-weight:bold;
    transition:.3s;
}

.call-btn:hover{
    background:#0055cc;
}

/* ==========================
HERO
========================== */

.hero{
    padding:150px 0 90px;
    background:linear-gradient(135deg,#003366,#0077ff);
    color:#fff;
}

.hero-container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.tag{
    background:#ffffff20;
    padding:8px 20px;
    border-radius:30px;
    display:inline-block;
    margin-bottom:20px;
}

.hero h1{
    font-size:55px;
    margin-bottom:20px;
    line-height:1.3;
}

.hero p{
    font-size:19px;
    margin-bottom:30px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    margin-bottom:35px;
}

.primary-btn{
    background:#f4b400;
    color:#000;
    padding:15px 35px;
    border-radius:50px;
    font-weight:bold;
}

.secondary-btn{
    border:2px solid #fff;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
}

.features{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.features div{
    display:flex;
    align-items:center;
    gap:8px;
}

.hero-image img{
    width:100%;
    animation:float 4s ease-in-out infinite;
}

@keyframes float{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-15px);
}

}
/* ==========================
SECTION TITLE
========================== */

section{
    padding:90px 0;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-tag{
    color:#0077ff;
    font-weight:700;
    font-size:18px;
}

.section-title h2{
    font-size:42px;
    color:#003366;
    margin:10px 0;
}

.section-title p{
    color:#666;
    font-size:18px;
}

/* ==========================
SERVICES
========================== */

.services{
    background:#fff;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
}

.service-card{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-card i{
    font-size:55px;
    color:#0077ff;
    margin-bottom:20px;
}

.service-card h3{
    margin-bottom:15px;
    color:#003366;
}

/* ==========================
ABOUT
========================== */

.about{
    background:#f8fbff;
}

.about-container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.about-image img{
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.about-content h2{
    color:#003366;
    font-size:38px;
    margin:15px 0;
}

.about-content p{
    margin-bottom:18px;
    color:#555;
}

.about-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:25px;
}

.about-list div{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
}

.about-list i{
    color:#00b140;
}

/* ==========================
WHY US
========================== */

.why-us{
    background:#fff;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
}

.why-card{
    text-align:center;
    padding:35px;
    border-radius:18px;
    background:#f8fbff;
    transition:.3s;
}

.why-card:hover{
    background:#0077ff;
    color:#fff;
}

.why-card i{
    font-size:50px;
    color:#f4b400;
    margin-bottom:20px;
}

.why-card h3{
    margin-bottom:15px;
}

/* ==========================
AREAS
========================== */

/* Areas Chips Grid Fix */
.areas-grid {
    display: flex;
    flex-wrap: wrap;             /* ناموں کو افقی لائن میں لانے کے لیے */
    justify-content: center;     /* درمیان میں الائن کرنے کے لیے */
    gap: 10px;                   /* ناموں کے درمیان مناسب فاصلہ */
    margin-top: 15px;
}

.area-chip {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #0077ff;
    padding: 8px 16px;
    border-radius: 25px;         /* گول سمارٹ بٹن کی طرح لک */
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;         /* ایک نام کو ٹوٹنے نہ دینے کے لیے */
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: background 0.3s;
}

.area-chip:hover {
    background: var(--accent-gold);
    color: #000;
}

/* ==========================
REVIEWS
========================== */

.review-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
}

.review-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.review-card h4{
    margin-top:18px;
    color:#003366;
}
/* ==========================
CONTACT
========================== */

.contact{
    background:#ffffff;
}

.contact-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
    margin-top:40px;
}

.contact-card{
    background:#f8fbff;
    padding:35px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.contact-card:hover{
    transform:translateY(-8px);
}

.contact-card i{
    font-size:50px;
    color:#0077ff;
    margin-bottom:20px;
}

.contact-card h3{
    color:#003366;
    margin-bottom:15px;
}

.contact-card a{
    color:#222;
    font-weight:bold;
}

/* ==========================
MAP
========================== */

.map iframe{
    width:100%;
    height:450px;
    border:0;
}

/* ==========================
FOOTER
========================== */

footer{
    background:#002244;
    color:#fff;
    padding:70px 0 25px;
}

.footer-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:40px;
}

.footer-container h3,
.footer-container h4{
    margin-bottom:20px;
}

.footer-container ul li{
    margin-bottom:12px;
}

.footer-container a{
    color:#ddd;
}

.footer-container a:hover{
    color:#f4b400;
}

.copyright{
    text-align:center;
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.2);
}

/* ==========================
WHATSAPP FLOAT
========================== */

.whatsapp-float{
    position:fixed;
    left:25px;
    bottom:25px;
    width:65px;
    height:65px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:32px;
    box-shadow:0 10px 25px rgba(0,0,0,.3);
    z-index:999;
    transition:.3s;
}

.whatsapp-float:hover{
    transform:scale(1.1);
}

/* ==========================
RESPONSIVE
========================== */

@media(max-width:992px){

.hero-container,
.about-container{
grid-template-columns:1fr;
text-align:center;
}

.hero h1{
font-size:40px;
}

.hero-buttons{
justify-content:center;
}

.features{
justify-content:center;
}

header .container{
flex-direction:column;
gap:15px;
}

nav ul{
flex-wrap:wrap;
justify-content:center;
}

}

@media(max-width:768px){

.hero{
padding-top:170px;
}

.hero h1{
font-size:32px;
}

.section-title h2{
font-size:30px;
}

.primary-btn,
.secondary-btn{
padding:14px 24px;
}

.call-btn{
padding:10px 18px;
}

.logo h2{
font-size:20px;
}

}

/* ==========================
SMOOTH HOVER EFFECTS
========================== */

.service-card,
.review-card,
.area-card,
.contact-card,
.why-card{
transition:all .35s ease;
}

.service-card:hover,
.review-card:hover,
.area-card:hover,
.contact-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 35px rgba(0,0,0,.15);
}
/* Gmail Button Style */
.btn-email {
    background: linear-gradient(135deg, #ea4335, #c5221f);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(234, 67, 53, 0.3);
}

.btn-email:hover {
    background: linear-gradient(135deg, #d93025, #a50e0e);
}
/* Smooth Scroll & Header Offset Fix */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}