/* ================= HEADER ================= */

.top-bar {background: #f5f7fb;font-size: 14px;padding: 8px 0;}
.top-bar i {margin-right: 5px;color: var(--orange)}
.social-icons i {margin-left: 10px;cursor: pointer;}
#mainHeader {background: #fff;padding: 15px 0;transition: 0.3s;z-index: 999;}
#mainHeader.sticky {position: fixed;top: 0;width: 100%;box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.logo {font-weight: bold;color: var(--orange);}
.nav-menu {display: flex;justify-content: center;list-style: none;margin: 0;padding: 0;}
.nav-menu li {margin: 0 15px;}
.nav-menu a {text-decoration: none;color: #333;font-weight: 500;}
.nav-menu a:hover {color: var(--orange);}
.menu-toggle {border: none;background: none;font-size: 20px;}
.mobile-sidebar {position: fixed;top: 0;right: -260px;width: 260px;height: 100%;background: #fff;z-index: 1000;transition: 0.3s;
    padding: 20px;}
.mobile-sidebar.active {right: 0;}
.sidebar-header {display: flex;justify-content: space-between;margin-bottom: 20px;}
.mobile-sidebar ul {list-style: none;padding: 0;}
.mobile-sidebar ul li {margin: 15px 0;}
.mobile-sidebar ul a {text-decoration: none;color: #333;}
.sidebar-auth {margin-top: 20px;}
.overlay {position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.4);top: 0;left: 0;display: none;z-index: 999;}
.overlay.active {display: block;}

/* ================= HERO ================= */

.hero-section {padding: 100px 0;
    background:linear-gradient(135deg, rgba(255, 106, 0, 0) 0%, rgb(255 255 255 / 0%) 50%), url(../images/hero-bg.jpg) center / cover no-repeat}

/* ================= ABOUT ================= */

.about-section {background: #f9fbff;}
.about-images {position: relative;}
.about-images .main-img {border-radius: 15px;width: 100%;}
.about-images .small-img {position: absolute;bottom: 30px;right: -50px;width: 60%;border-radius: 15px;
    border: 5px solid #fff;box-shadow: 0 10px 25px rgba(0,0,0,0.1);}
.experience-box {position: absolute;bottom: -20px;left: 20px;background: #ff6a00;color: #fff;padding: 20px;
    border-radius: 10px;text-align: center;}
.experience-box h2 {margin: 0;font-size: 28px;}
.service-list ul {list-style: none;padding: 0;}
.service-list li {margin-bottom: 10px;font-weight: 500;}
.contact-info{display: flex;align-items: center;gap: 0px;}
.contact-info i {margin-right: 8px;color: #ff6a00;}

/* ================= SERVICE ================= */

.services-section {background: #f8f6f5;}
.service-image {position: relative;}
.service-image .main-image {width: 100%;}
.service-image .float-image {position: absolute;top: -100px;left: 50px;width: 60%;animation: fly 4s infinite ease-in-out;}

@keyframes fly {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}
.service-box {background: #fff;padding: 30px 20px;border-radius: 10px;transition: 0.3s;height:auto;}
.service-box:hover {transform: translateY(-5px);box-shadow: 0 10px 25px rgba(0,0,0,0.08);}
.service-box .service-icon {font-size: 30px;color: #ff3c00;margin-bottom: 10px;}
.service-box h5 {font-weight: 600;margin-bottom: 10px;}
.service-box p {color: #666;font-size: 14px;margin-bottom: 0;}

@media (max-width: 768px) {
.service-image .float-image {position: static;width: 100%;margin-bottom: 20px;}
}

/* ================= PROCESS ================= */

.process-section {background: #fdf8f3;}
.process-box {padding: 20px;}
.process-icon-wrapper {position: relative;margin-bottom: 20px;display: flex;justify-content: center;}
.process-box .process-icon {width: 100px;height: 100px;background: #f4b400;border-radius: 50%;display: flex;
    align-items: center;justify-content: center;position: relative;}
.process-box .process-icon i {font-size: 30px;color: #1c2b2d;}
.process-step {position: absolute;top: -10px;left: 10px;background: #1c2b2d;color: #fff;padding: 5px 10px;border-radius: 50px;font-size: 12px;}
.process-box h5 {font-weight: 600;margin-bottom: 10px;}
.process-box p {color: #666;}

@media (max-width: 768px) {
.arrow {display: none;}
}

/* ================= WHY ================= */

.why-section {background: #f8fbff;}
.why-image {position: relative;}
.why-main-img {border-radius: 20px;}
.feature-box {margin-bottom: 30px;align-items: flex-start;}
.feature-box .feature-icon {width: 60px;height: 60px;background: #eaf4ff;border-radius: 50%;display: flex;
    align-items: center;justify-content: center;margin-right: 15px;}
.feature-box .feature-icon i {color: #ff6a00;font-size: 20px;}
.feature-box h5 {font-weight: 600;margin-bottom: 5px;}
.feature-box p {color: #666;font-size: 14px;}

@media (max-width: 768px) {
.why-section {text-align: center;}
.feature-box {flex-direction: column;align-items: center;}
.feature-box .feature-icon {margin-bottom: 10px;}
}

/* ================= CTA ================= */

.cta-section {padding: 20px 0 80px 0;background: #f8fbff;}
.cta-box {background: linear-gradient(135deg, #ff7a3d, #ff5e1f);border-radius: 20px;padding: 60px 60px 0 60px;position: relative;overflow: hidden;}
.cta-content{padding-bottom: 60px;}
.cta-content h2 {color: #fff;font-weight: 700;margin-bottom: 15px;}
.cta-content p {color: #fff;opacity: 0.9;}
.delivery-img {max-width: 320px;position: relative;z-index: 2;}
.cta-call {position: absolute;right: 20px;top: 40%;background: #fff;padding: 10px 20px;border-radius: 10px;
    display: flex;align-items: center;box-shadow: 0 10px 25px rgba(0,0,0,0.1);}
.cta-call i {background: #ff5e1f;color: #fff;padding: 10px;border-radius: 50%;margin-right: 10px;}
.cta-box::before {content: "";position: absolute;right: -50px;bottom: -50px;width: 300px;height: 300px;
    background: rgba(255,255,255,0.1);border-radius: 50%;}

@media (max-width: 768px) {
.cta-box {padding: 30px 30px 0 30px;text-align: center;}
.delivery-img {display: none;}
.cta-call {position: static;margin-top: 15px;justify-content: center;}
}

/* ================= TESTIMONIAL ================= */

.testimonial-section {background: #fdf8f3;}
.testimonial-box {background: #ffffff;padding: 30px;border-radius: 20px;height: 100%;}
.user-info h5 {margin-bottom: 0px;color: #000;font-size: 15px;font-weight: 500;}
.user-info span {color: #666;font-size: 12px;}
.stars {color: #f4b400;font-size: 18px;}

/* ================= CONTACT ================= */

.contact-section {background: #f5f7fb;}
.contact-box {background: #0f2e5a;border-radius: 25px;padding: 60px;color: #fff;}
.contact-form .form-control {border-radius: 8px;border: none;padding: 10px 15px;font-size: 15px;}
.privacy-text {font-size: 12px;margin-top: 10px;color: #ccc;}
.contact-image img {border-radius: 20px;}

@media (max-width: 768px) {
.contact-box {padding: 30px;text-align: center;}
.contact-image {margin-top: 20px;}
}

/* ================= FAQ ================= */

.faq-section {background: #f8fbff;}
.accordion-item {border: none;margin-bottom: 15px;border-radius: 5px;overflow: hidden;}
.accordion-button {background: #f1f1f1;font-weight: 500;border-radius: 5px;}
.accordion-button:not(.collapsed) {background: #0f7b6c;color: #fff;}
.accordion-body {background: #fff;border-radius: 5px;}

/* ================= FOOTER ================= */

.footer-section {background: var(--orange);position: relative;color: #fff;}
.footer-overlay {background: rgb(0 0 0 / 20%);padding: 80px 0 20px;}
.footer-box {margin-bottom: 30px;}
.footer-box h4{margin-bottom: 20px;font-size: 25px;}
.footer-box h5 {margin-bottom: 20px;font-size: 20px;}
.footer-box ul {list-style: none;padding: 0;}
.footer-box ul li {margin-bottom: 10px;}
.footer-box ul li a,.footer-box p,.footer-box a {color: #fff;text-decoration: none;font-size: 15px;}
.footer-box ul li a:hover {color: #ffc107;}
.footer-box i {margin-right: 8px;color: #ffc107;}
.footer-bottom {border-top: 1px solid rgba(255,255,255,0.2);padding-top: 15px;margin-top: 30px;font-size: 14px;}

@media (max-width: 768px) {
.footer-section {text-align: center;}
}

/* =================== AUTH =================== */

.auth-section {background: #f4f7fb;min-height: 80vh;display: flex;align-items: center;}
.auth-box {max-width: 420px;margin: auto;background: #fff;padding: 25px;border-radius: 14px;box-shadow: 0 15px 40px rgba(0,0,0,0.08);}
.auth-box h4 {text-align: center;margin-bottom: 15px;}
.auth-box input {width: 100%;padding: 10px;margin-top: 8px;border-radius: 8px;border: 1px solid #eee;font-size: 14px;}
.auth-box input:focus {border-color: #e67e22;outline: none;}
.auth-box .btn {width: 100%;margin-top: 15px;}
.auth-links {text-align: center;margin-top: 10px;font-size: 13px;}
.auth-links a {color: #e67e22;text-decoration: none;}

/* =================== RESPONSIVE =================== */

@media(max-width:768px){
.desktop-menu{display:none;}
.menu-btn{display:block;}
.about-stats{grid-template-columns:1fr 1fr;gap:20px;}
.why-collage{height:300px;}
.cta-parallax{padding:100px 20px;background-attachment:scroll;}
.story-img img{height:220px;}
.footer{padding:60px 0 30px;}
}