body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
}

.custom-navbar {
    background-color: #000;
    padding: 0px 30px;
}

.navbar-brand {
    font-weight: bold;
    font-size: 22px;
    color: #fff !important;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 8px;
    font-size: 18px;
}

.hero-text {
    padding: 60px;
}

.hero-text h1 {
    font-size: 55px;
    color: #2e2e5e;
    font-weight: 600;
    line-height: 1.2;
}

.hero-text p {
    font-size: 22px;
    margin-top: 20px;
    color: #333;
}

.hero-images {
    height: 90vh;
    display: flex;
}

.hero-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero-text {
        padding: 30px;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 36px;
    }

    .hero-images {
        flex-direction: column;
        height: auto;
    }

    .hero-images img {
        width: 100%;
        height: 220px;
    }
}

.about-banner {
    background: url("../images/explore-bg.jpg") no-repeat center/cover;
    position: relative;
    padding: 160px 0;
}

/* overlay */
.about-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(60, 80, 140, 0.6);
}

.about-banner .container {
    position: relative;
    z-index: 2;
}

.about-box {
    position: relative;
    padding: 50px 30px;
}

/* TOP LEFT */
.about-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

/* TOP RIGHT */
.about-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* BOTTOM LEFT */
.about-box span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

/* BOTTOM RIGHT */
.about-box span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* text */
.about-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
}

.about-subtitle {
    font-size: 18px;
    margin-top: 15px;
    opacity: 0.9;
}

/* responsive */
@media (max-width: 768px) {
    .about-title {
        font-size: 26px;
    }

    .about-subtitle {
        font-size: 15px;
    }

    .about-box {
        padding: 30px 15px;
    }
}

/* Section Background */
.franchise-section {
    background-color: #f4ebe6;
    position: relative;
    overflow: hidden;
}

/* Optional Pattern (light texture) */
.franchise-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.3;
}

/* Content */
.franchise-content {
    position: relative;
    z-index: 2;
}

.title {
    color: #f26522;
    font-size: 48px;
    font-weight: 500;
}

.desc {
    color: #2f3e6e;
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.6;
}

/* Image */
.franchise-img {
    position: relative;
    z-index: 2;
}

.franchise-img img {
    max-height: 700px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .title {
        font-size: 32px;
    }

    .desc {
        font-size: 18px;
    }

    .franchise-img {
        text-align: center;
        margin-top: 20px;
    }
}

.banner-section {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
}

/* Section 4 Image */
.section-4 {
    background-image: url("../images/one-bg.jpg");
}

/* Overlay */
.banner-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(30, 40, 70, 0.5);
}

/* Content */
.banner-section .content {
    position: relative;
    z-index: 2;
}

.banner-section h2 {
    font-size: 42px;
    font-weight: 400;
}

/* Section 5 Image */
.section-5 {
    background-image: url("../images/mid13-bg.jpg");
}

/* Footer */
.footer-section {
    position: relative;
    background: #000;
    padding: 60px 0 0;
}

/* Content */
.footer-section .container {
    position: relative;
    z-index: 2;
}

/* Titles */
.footer-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.footer-heading {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.footer-heading::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #a7a4a4;
    display: block;
    margin-top: 8px;
}

/* Text */
.footer-section p {
    font-size: 14px;
    line-height: 1.7;
}

/* Icons */
.footer-section i {
    margin-right: 10px;
    color: #fff;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #ff5a2c;
}

/* Social Icons */
.social-icons a {
    display: inline-block;
    margin-right: 10px;
    background: #222;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.social-icons a:hover {
    background: #ff5a2c;
}

/* Gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.gallery img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

/* Bottom */
.footer-bottom {
    background: #000;
    padding: 12px;
    margin-top: 40px;
    font-size: 14px;
}

.footer-bottom span {
    color: #000;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}

.whatsappmebutton {
  position: fixed;
  z-index: 100;
  bottom: 80px;
  right: 20px;
  cursor: pointer;
  transition: background-color 500ms ease-in-out;
}

.call-button {
  position: fixed;
  z-index: 100;
  bottom: 180px;
  right: 20px;
  cursor: pointer;
  transition: background-color 500ms ease-in-out;
}