/* =========================
   Global Settings
========================= */

body {
    font-family: 'Poppins', sans-serif;
    color: #1f2937;
}

.section-title {
    font-weight: 700;
    color: #1e3a8a;
}


/* =========================
   Navbar
========================= */

.navbar {
    background-color: #1e3a8a !important;
}

.navbar-brand {
    font-size: 22px;
}


/* =========================
   Hero Section
========================= */

.hero {
    background: linear-gradient(
        rgba(30,58,138,0.9),
        rgba(30,58,138,0.9)
    );
    color: white;
    padding: 100px 0;
}

.hero h1 {
    font-size: 48px;
    font-weight: 700;
}

.hero h2 {
    font-size: 30px;
    margin: 20px 0;
}

.hero p {
    font-size: 18px;
}


/* =========================
   Buttons
========================= */

.btn-warning {
    background-color: #f59e0b;
    border: none;
    color: white;
}

.btn-warning:hover {
    background-color: #d97706;
}


/* =========================
   Cards
========================= */

.course-card,
.feature-box,
.about-box {

    background: white;
    transition: 0.3s;
}


.course-card:hover,
.feature-box:hover {

    transform: translateY(-8px);

}


/* =========================
   Footer
========================= */

footer {
    background-color: #111827 !important;
}


/* =========================
   Mobile Responsive
========================= */

@media(max-width:768px){

.hero h1{
    font-size:36px;
}

.hero h2{
    font-size:24px;
}

}

.logo-area span {
    display: inline-flex;
    flex-direction: column;
    margin-left: 12px;
}

.logo-area strong {
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.logo-area small {
    display: block;
    font-size: 12px;
    line-height: 1.2;
}


.whatsapp-float{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.whatsapp-float img{
    width: 60px;
    transition: 0.3s;
}

.whatsapp-float img:hover{
    transform: scale(1.1);
}




.map-container {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

/*======================
Top Bar
======================*/

.top-bar{

background:#0f172a;

color:white;

font-size:14px;

padding:8px 0;

}

.top-bar .text-end{

text-align:right;

}

@media(max-width:768px){

.top-bar{

text-align:center;

}

.top-bar .text-end{

text-align:center;

margin-top:5px;

}

}

footer h4,
footer h5{
font-weight:600;
}

footer p{
font-size:15px;
}

footer a:hover{
color:#ffc107 !important;
}

