@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Outfit', sans-serif;
    background-color: #fcfcfc;
    color: #333;
}

/* NAVBAR */
.navbar-inverse {
    background-color: #1a1a1a;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 10px 0;
}
.navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #0d6efd;
    background-color: transparent !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #444;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

/* HEADER & CONTACT */
.header-middle {
    background-color: #fff;
}
.contact ul li {
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

/* BANNER / HERO SECTION */
.banner-outer {
    position: relative;
    z-index: 1;
}
.banner-single {
    background: url('../images/hero%20background.jpeg') no-repeat center center / cover;
    min-height: 550px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 80px 0;
}
.banner-single .content {
    max-width: 850px;
    background: none;
    padding: 0;
    margin-left: -100px;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.banner-single h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 40%, transparent 100%);
    padding: 20px 40px;
    display: table;
    border-radius: 10px 0 0 10px;
}
.banner-single h1 span {
    display: block;
    font-size: 52px;
    font-weight: 800;
    color: #f39c12;
    margin-top: 10px;
    text-transform: uppercase;
}

/* QUICK LINKS (OVERLAPPING CARDS) - IMAGE 1 MATCH */
.quick-links-section {
    position: relative;
    z-index: 10;
    margin-top: -80px; 
}
.quick-links-row {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.link-box-wrapper {
    position: relative;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    min-height: 220px;
}
.box-orange { background-color: #ff9800; }
.box-blue { background-color: #3498db; }
.box-yellow { background-color: #f1c40f; }
.box-green { background-color: #27ae60; }
.box-red { background-color: #e74c3c; }

.link-box-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.align-icon {
    font-size: 55px;
    margin-right: 20px;
    opacity: 0.9;
}
.link-text {
    text-align: left;
}
.link-text h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.link-text p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.95;
}

.circle-btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 2px solid #ddd;
    text-decoration: none;
    transition: 0.3s;
}
.circle-btn:hover {
    background: #fcfcfc;
    color: #0d6efd;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* ABOUT SECTION - IMAGE 1 MATCH */
.about-section {
    background: linear-gradient(to right, rgba(80, 85, 90, 0.95), rgba(65, 70, 75, 0.95)), url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') center/cover fixed;
    padding: 100px 0 40px;
    color: #fff;
}
.about-image-col {
    padding-right: 40px;
}
.about-img {
    border: 5px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.about-text-col h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}
.about-text-col h2:after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 40px; height: 3px;
    background-color: #ff9800;
}
.about-text-col p {
    font-size: 16px;
    line-height: 1.8;
    color: #e0e0e0;
    margin-bottom: 20px;
}
.know-more-inline {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.know-more-inline a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.know-more-inline a:hover {
    color: #ff9800;
}
.circle-icon {
    color: #ff9800;
    font-size: 20px;
    margin-left: 10px;
}
.line-divider {
    flex-grow: 1;
    height: 1px;
    background: rgba(255,255,255,0.3);
    margin-left: 20px;
}

/* OUR IMPORTANCE SECTION - IMAGE 2 MATCH */
.section-padding-lg {
    padding: 50px 0;
}
.importance-title {
    opacity: 0; 
    height: 0; 
    overflow: hidden; 
} /* Hiding title as Image 2 doesn't show a prominent section title above the grid, just the grid itself */
.importance-grid {
    margin-top: 30px;
}
.grid-item {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 0;
}
.border-right-none { border-right: none !important; }
.border-bottom-none { border-bottom: none !important; }

.importance-inner {
    padding: 50px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}
.importance-inner:hover {
    background-color: #fcfcfc;
}

.icon-square {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}
.bg-blue { background-color: #3498db; }
.bg-green { background-color: #2ecc71; }
.bg-orange { background-color: #f39c12; }
.bg-yellow { background-color: #f1c40f; }

.importance-inner h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.importance-inner p {
    color: #888;
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
}

/* WHY CHOOSE US (STATS SECTION) */
.section-padding { padding: 50px 0; }
.stat-box {
    margin-bottom: 30px;
}
.stat-icon {
    font-size: 45px;
    margin-bottom: 15px;
    opacity: 0.9;
}
.stat-box h3 {
    font-size: 38px;
    font-weight: 800;
    margin: 0 0 5px 0;
}
.stat-box p {
    font-size: 16px;
    font-weight: 500;
}

/* BUTTONS */
.btn-primary {
    background-color: #0d6efd;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: 0.3s all;
}
.btn-primary:hover {
    background-color: #0b5ed7;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.4);
}
.know-more-btn {
    font-size: 16px;
    padding: 15px 40px;
}

/* RESPONSIVE CHECKS */
@media (max-width: 991px) {
    .quick-links-row {
        flex-direction: column;
    }
    .grid-item {
        border-right: none !important;
    }
    .about-image-col {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .banner-single .content {
        margin-left: 0;
        padding: 0 15px;
    }
}
@media (max-width: 768px) {
    .banner-single h1 { font-size: 35px; }
    .banner-single h1 span { font-size: 45px; }
    .top-contact-list {
        margin-top: 15px !important;
        display: block;
        text-align: left;
    }
    .contact-col {
        text-align: left !important;
    }
    .circle-btn {
        display: none; 
    }
    .link-box-wrapper { margin-bottom: 2px; }
}

/* =================================================
** Footer Styles **
=================================================== */
.main-footer {
    background-color: #2c526d;
    color: #fff;
    padding: 60px 0 0;
    font-family: 'Outfit', sans-serif;
}
.footer-top {
    padding-bottom: 40px;
}
.footer-col h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.footer-col h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #f39c12;
}
.footer-col p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,0.7);
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-links li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}
.footer-links li a:hover {
    color: #f39c12;
    padding-left: 5px;
}
.footer-contact-info {
    list-style: none;
    padding: 0;
}
.footer-contact-info li {
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}
.footer-contact-info li i {
    margin-right: 15px;
    font-size: 18px;
    color: #fff;
}
.footer-logo-side {
    text-align: right;
}
.footer-logo-side img {
    height: 70px;
    margin-bottom: 15px;
}
.footer-logo-side h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}
.footer-logo-side span {
    display: block;
    font-size: 14px;
    opacity: 0.8;
}

.footer-bottom {
    background-color: #24445c;
    padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.social-links {
    display: flex;
    gap: 15px;
}
.social-links a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}
.social-links a:hover {
    background-color: #0d6efd;
    border-color: #0d6efd;
    transform: translateY(-3px);
}

.subscribe-form {
    display: flex;
    position: relative;
    max-width: 400px;
}
.subscribe-form input {
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}
.subscribe-form button {
    background-color: #3498db;
    border: none;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}
.subscribe-form button:hover {
    background-color: #2980b9;
}

.copyright {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    text-align: right;
}

@media (max-width: 768px) {
    .footer-logo-side {
        text-align: left;
        margin-top: 30px;
    }
    .footer-bottom .row {
        flex-direction: column;
    }
    .footer-bottom .col-md-6 {
        margin-bottom: 30px;
    }
    .copyright {
        text-align: left;
    }
}
