body {
    font-family: "Plus Jakarta Sans", "Urbanist", sans-serif;
}
/* Logo size */
.logo-img {
    width: 200px;
    height: auto;
}

/* Nav links styling */
.nav-link {
    font-weight: 500;
    color: #333 !important;
}

.nav-link:hover {
    color: #FF9800 !important;
}

/* CTA Button */
.book-btn {
    background: linear-gradient(90deg, #FF9800, #FFCF00);
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(255, 207, 0, 0.25);
    transition: 0.3s ease;
}

.book-btn:hover {
    background: linear-gradient(90deg, #FFCF00, #FF9800);
    color: #fff;
    transform: translateY(-2px);
}
#hero-section {
    background: url("img/hero-bg.webp") center/cover no-repeat;
    padding: 60px 0;
    position: relative;
}

#hero-section h1 {
    font-size: 48px;
    line-height: 1.2;
}

#hero-section p {
    font-size: 18px;
}

.hero-form {
    border-radius: 12px;
}

@media (max-width: 768px) {
    #hero-section {
        padding: 80px 0;
    }

    #hero-section h1 {
        font-size: 28px;
    }

    .hero-left p {
        margin: 0 auto;
    }

    .hero-form {
        margin-top: 40px;
    }
}
#why-choose-section {
    padding: 40px 0 0 0;
    background: linear-gradient(#fff, #fdf3e7);
}

#why-choose-section h2 {
    font-size: 36px;
}

.why-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.why-card p {
    margin-bottom: 0;
    color: #555;
}

.why-card .icon img {
    width: auto;
    height: 48px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    #why-choose-section h2 {
        font-size: 28px;
    }
}
/* SECTION BASE */
#services-section {
    padding: 40px 0;
    background: #ffffff;
}

#services-section .subtitle {
    color: #777;
    font-size: 16px;
}

/* HAND IMAGE ON RIGHT */
#services-section .hand-img {
    position: absolute;
    right: -20px;
    bottom: -50px;
    width: 240px;
    z-index: 1;
}

/* SERVICE CARD */
.service-card {
    background: #f8f8f8;
    border-radius: 14px;
    padding: 30px 20px;
    height: 100%;
    text-align: left;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.service-card .icon {
    width: 38px;
}

/* HOVER EFFECT */
.service-card:hover {
    transform: translateY(-5px);
    border-color: #ff9900;
    background: #ffffff;
}

/* ACTIVE / SELECTED CARD */
.service-card.active {
    border-color: #ff9900;
    background: #ffffff;
}

/* RESPONSIVE FIX */
@media (max-width: 991px) {
    #services-section .hand-img {
        display: none;
    }
}
/* SECTION BASE */
#how-it-works {
    padding: 40px 0;
    background: #ffffff;
}

#how-it-works .subtitle {
    color: #777;
    font-size: 16px;
}

/* CARD */
.hiw-card {
    background: #fff;
    padding: 35px 20px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: left;
    position: relative;
    min-height: 230px;
}

.hiw-card h5 {
    font-size: 17px;
    font-weight: 700;
    color: #333;
}

.hiw-card p {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

/* ICON */
.hiw-card .icon {
    width: 40px;
}

/* STEP BADGE - HEXAGON STYLE */
.step-badge {
    background: #ff9900;
    color: #fff;
    font-weight: bold;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    top: -15px;
    right: 10px;
    font-size: 14px;
}

/* ARROW BETWEEN CARDS */
.arrow {
    font-size: 28px;
    font-weight: bold;
    color: #ff9900;
    position: absolute;
    right: -22px;
    top: 40%;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .arrow {
        display: none;
    }
}
/* SECTION BASE */
#testimonials {
    padding: 40px 0;
    background: #ffffff;
}

#testimonials .subtitle {
    color: #777;
    font-size: 16px;
}

/* FLOATING LEFT ILLUSTRATION */
.floating-img {
    position: absolute;
    left: -30px;
    top: 40px;
    width: 130px;
    opacity: 0.9;
}

/* CARD STYLE */
.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* STAR RATING */
.stars {
    color: #ff9900;
    font-size: 22px;
    letter-spacing: 2px;
}

/* REVIEW TEXT */
.review-text {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

/* PROFILE INITIAL BADGE */
.profile-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff9900;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* RESPONSIVE FIX */
@media (max-width: 767px) {
    .floating-img {
        display: none;
    }
}
/* -------------------------------
    ABOUT FIXBEE SECTION
-------------------------------- */
#about-fixbee {
    background: linear-gradient(#ffffff, #f9eddc);
    padding: 40px 0px;
}

#about-fixbee .about-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

#about-fixbee .about-subtitle {
    color: #777;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6;
}

#about-fixbee .about-img-wrapper {
    border-radius: 30px;
    overflow: hidden;
}

#about-fixbee .about-main-img {
    width: 100%;
    border-radius: 30px;
}

/* Stats Box */
#about-fixbee .stats-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
}

#about-fixbee .stat-item {
    padding: 10px;
}

#about-fixbee .stat-number {
    color: #f4a024;
    font-size: 28px;
    font-weight: 700;
}

#about-fixbee .stat-label {
    font-size: 14px;
    color: #666;
    margin-top: -5px;
}

@media (max-width: 768px) {
    #about-fixbee .about-title {
        font-size: 28px;
    }

    #about-fixbee .stat-number {
        font-size: 24px;
    }
}
/* ------------------------------------
   BOOKING SECTION
------------------------------------ */
#booking-section {
    background: linear-gradient(90deg, #f5a623, #fcd59e);
    padding: 40px 0px;
}

#booking-section .booking-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

#booking-section .booking-subtitle {
    font-size: 14px;
    color: #ffe7c4;
    margin-top: 10px;
}

#booking-section .contact-title {
    font-weight: 600;
}

#booking-section .contact-item img {
    width: 45px;
    height: 45px;
}

#booking-section .contact-text {
    font-size: 16px;
}
#booking-section a{
    text-decoration: none;
    color:#fff
}
#booking-section .bi{
    font-size: 24px;
}
/* FORM CARD */
#booking-section .booking-card {
    background: #fff;
    border-radius: 12px;
}

#booking-section .form-control {
    height: 48px;
    border-radius: 6px;
}

#booking-section .book-btn {
    background: #ff9f00;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 0;
    border-radius: 6px;
}

#booking-section .book-btn:hover {
    background: #e68d00;
}
#next_button {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		display: table
	}

	#next_button a {
		text-decoration: none;
	}


	.below-button-container {
		border-radius: 12px 12px 0px 0px;
		width: 90%;
		margin:auto;
		background: linear-gradient(90deg, #f5a623, #fcd59e);
		padding: 3%;
	}
@media (min-width:680px) {
	#next_button {
	  display: none
	}
}