/* ======================================
   SkyChamp ERP v2.0
   Author : ChatGPT
   ====================================== */

:root{
    --primary:#163A7D;
    --secondary:#D4A017;
    --dark:#0F172A;
    --light:#F8FAFC;
    --white:#ffffff;
    --text:#374151;
    --shadow:0 15px 35px rgba(0,0,0,.12);
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:var(--light);
    color:var(--text);
    overflow-x:hidden;
}

/* =======================
   NAVBAR
======================== */

.navbar{
    background:rgba(15,23,42,.92);
    backdrop-filter:blur(10px);
    padding:15px 0;
}

.navbar-brand img{
    height:60px;
}

.nav-link{
    color:#fff!important;
    margin-left:18px;
    font-weight:500;
    transition:.3s;
}

.nav-link:hover{
    color:var(--secondary)!important;
}

/* ==========================
   HERO SECTION
========================== */

.hero{

min-height:100vh;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

position:relative;

background-image:
linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)), url("../images/hero.jpg");

background-position:center;

background-size:cover;

background-repeat:no-repeat;

}

.hero-content{

width:100%;

max-width:900px;

margin:auto;

padding:20px;

}

.hero h1{

color:#fff;

font-size:64px;

font-weight:700;

line-height:1.2;

margin-bottom:20px;

text-shadow:0 3px 10px rgba(0,0,0,.5);

}

.hero p{

color:#fff;

font-size:22px;

font-weight:400;

margin-bottom:35px;

text-shadow:0 2px 8px rgba(0,0,0,.5);

}

@media(max-width:768px){

.hero{

min-height:70vh;

}

.hero h1{

font-size:38px;

}

.hero p{

font-size:18px;

}

/* =======================
   SEARCH BOX
======================== */

.search-box{

    background:#fff;

    border-radius:18px;

    padding:25px;

    box-shadow:var(--shadow);

}

.search-box .form-control{

    height:55px;

    border-radius:10px;

}

.search-box .btn{

    height:55px;

    border-radius:10px;

    background:var(--primary);

    border:none;

}

.search-box .btn:hover{

    background:var(--secondary);

    color:#000;

}

/*======================================
      PROPERTY CATEGORY
======================================*/

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:42px;
    color:var(--primary);
    font-weight:700;
}

.section-title p{
    color:#777;
    margin-top:10px;
}

.card{

    border:none;

    border-radius:20px;

    transition:.4s;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.card:hover{

    transform:translateY(-12px);

    box-shadow:0 18px 40px rgba(0,0,0,.18);

}

.card i{

    color:var(--primary);

    margin-bottom:20px;

}

.card h4{

    font-weight:700;

}

/*======================================
      PROPERTY CARD
======================================*/

.property-card img{

    width:100%;

    height:260px;

    object-fit:cover;

}

.property-card .badge{

    font-size:14px;

}

.property-card h4{

    margin-top:15px;

    font-size:24px;

}

.property-card h5{

    font-weight:bold;

}

/*======================================
      BUTTON
======================================*/

.btn-warning{

    background:var(--secondary);

    border:none;

    color:#000;

    font-weight:600;

}

.btn-warning:hover{

    background:#f5bf18;

}

/*======================================
      SECTION GAP
======================================*/

section{

    padding:80px 0;

}

/*======================================
      ICON ANIMATION
======================================*/

.card i{

transition:.4s;

}

.card:hover i{

transform:scale(1.2);

}

.about-section img{

border-radius:20px;

}

.text-primary{

color:#163A7D !important;

}

.text-warning{

color:#D4A017 !important;

}

.btn-lg{
padding:14px 35px;
border-radius:50px;
font-weight:600;
}

.display-4{
font-weight:700;
}

.btn-lg{
padding:14px 35px;
border-radius:50px;
font-weight:600;
}

.display-4{
font-weight:700;
}

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title h2{
font-size:42px;
font-weight:700;
color:#163A7D;
}

.section-title p{
font-size:18px;
color:#777;
}

/* Floating Buttons */

.whatsapp-float{
position:fixed;
bottom:20px;
right:20px;
width:60px;
height:60px;
background:#25D366;
color:#fff;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:30px;
text-decoration:none;
z-index:999;
box-shadow:0 8px 20px rgba(0,0,0,.3);
}

.call-float{
position:fixed;
bottom:95px;
right:20px;
width:60px;
height:60px;
background:#163A7D;
color:#fff;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:28px;
text-decoration:none;
z-index:999;
box-shadow:0 8px 20px rgba(0,0,0,.3);
}

#backTop{
position:fixed;
bottom:170px;
right:20px;
width:55px;
height:55px;
border:none;
border-radius:50%;
background:#D4A017;
color:#fff;
font-size:22px;
cursor:pointer;
display:none;
z-index:999;
}

/* Floating Buttons */

.whatsapp-float{
position:fixed;
bottom:20px;
right:20px;
width:60px;
height:60px;
background:#25D366;
color:#fff;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:30px;
text-decoration:none;
z-index:999;
box-shadow:0 8px 20px rgba(0,0,0,.3);
}

.call-float{
position:fixed;
bottom:95px;
right:20px;
width:60px;
height:60px;
background:#163A7D;
color:#fff;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:28px;
text-decoration:none;
z-index:999;
box-shadow:0 8px 20px rgba(0,0,0,.3);
}

#backTop{
position:fixed;
bottom:170px;
right:20px;
width:55px;
height:55px;
border:none;
border-radius:50%;
background:#D4A017;
color:#fff;
font-size:22px;
cursor:pointer;
display:none;
z-index:999;
}

.property-card{
border:none;
border-radius:15px;
overflow:hidden;
transition:.35s;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.property-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.property-card img{
height:250px;
object-fit:cover;
}

.property-card h5{
font-weight:700;
}

.property-card h4{
font-weight:700;
color:#163A7D;
}

.whatsapp-float{
position:fixed;
width:60px;
height:60px;
bottom:25px;
right:25px;
background:#25D366;
color:#fff;
border-radius:50%;
text-align:center;
font-size:30px;
line-height:60px;
z-index:9999;
text-decoration:none;
box-shadow:0 4px 10px rgba(0,0,0,.3);
}

.call-float{
position:fixed;
width:60px;
height:60px;
bottom:95px;
right:25px;
background:#0d6efd;
color:#fff;
border-radius:50%;
text-align:center;
font-size:28px;
line-height:60px;
z-index:9999;
text-decoration:none;
box-shadow:0 4px 10px rgba(0,0,0,.3);
}

#backTop{
position:fixed;
bottom:165px;
right:25px;
width:55px;
height:55px;
border:none;
border-radius:50%;
background:#222;
color:#fff;
cursor:pointer;
z-index:9999;
}

.whatsapp-float{

position:fixed;

right:20px;

bottom:20px;

width:60px;

height:60px;

background:#25D366;

color:white;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

text-decoration:none;

z-index:9999;

box-shadow:0 5px 15px rgba(0,0,0,.3);

}

.call-float{
    position:fixed;
    left:20px;
    bottom:20px;
    width:60px;
    height:60px;
    background:#0d6efd;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 5px 15px rgba(0,0,0,.3);
}

.call-float:hover{
    color:#fff;
    background:#0b5ed7;
}

.call-float{

position:fixed;

left:20px;

bottom:20px;

width:60px;

height:60px;

background:#0d6efd;

color:#fff;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

text-decoration:none;

z-index:9999;

box-shadow:0 5px 15px rgba(0,0,0,.3);

}

.whatsapp-float{

position:fixed;

right:20px;

bottom:20px;

width:60px;

height:60px;

background:#25D366;

color:#fff;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:30px;

text-decoration:none;

z-index:9999;

box-shadow:0 5px 15px rgba(0,0,0,.3);

}

.chat-float{

position:fixed;

right:20px;

bottom:95px;

width:60px;

height:60px;

border:none;

background:#ff9800;

color:#fff;

border-radius:50%;

font-size:28px;

cursor:pointer;

z-index:9999;

box-shadow:0 5px 15px rgba(0,0,0,.3);

}

#chatBox{

display:none;

position:fixed;

right:20px;

bottom:165px;

width:300px;

background:#fff;

padding:15px;

border-radius:10px;

box-shadow:0 0 20px rgba(0,0,0,.3);

z-index:9999;

}

#chatButton{

position:fixed;

right:25px;

bottom:95px;

width:60px;

height:60px;

background:#0d6efd;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

cursor:pointer;

z-index:9999;

box-shadow:0 5px 20px rgba(0,0,0,.3);

}

#chatBox{

display:none;

position:fixed;

right:25px;

bottom:165px;

width:330px;

background:#fff;

border-radius:12px;

overflow:hidden;

box-shadow:0 0 20px rgba(0,0,0,.3);

z-index:9999;

}

.chat-header{

background:#0d6efd;

color:#fff;

padding:12px;

display:flex;

justify-content:space-between;

font-weight:bold;

}

#chatMessages{

height:300px;

overflow:auto;

padding:15px;

background:#f8f9fa;

}

.bot{

background:#e9ecef;

padding:10px;

border-radius:10px;

margin-bottom:10px;

}

.user{

background:#0d6efd;

color:#fff;

padding:10px;

border-radius:10px;

margin-bottom:10px;

text-align:right;

}

.call-float,
.whatsapp-float,
.top-float{

position:fixed;

right:20px;

width:58px;

height:58px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:24px;

z-index:99999;

text-decoration:none;

box-shadow:0 8px 20px rgba(0,0,0,.3);

}

.call-float{

bottom:170px;

background:#0d6efd;

}

.whatsapp-float{

bottom:100px;

background:#25D366;

}

.top-float{

bottom:30px;

background:#222;

display:none;

}

/* ===========================
Floating Buttons
=========================== */

.call-float,
.whatsapp-float,
.top-float{

position:fixed;

right:20px;

width:60px;

height:60px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:24px;

color:#fff;

text-decoration:none;

box-shadow:0 10px 25px rgba(0,0,0,.25);

transition:.3s;

z-index:99999;

}

.call-float{

bottom:170px;

background:#0d6efd;

}

.whatsapp-float{

bottom:95px;

background:#25D366;

}

.top-float{

bottom:20px;

background:#222;

display:none;

}

.call-float:hover,
.whatsapp-float:hover,
.top-float:hover{

transform:scale(1.08);

color:#fff;

}