/* ClassicSmart Solutions - Optimized CSS with Performance Focus */

/* ========== RESET & BASE ========== */
*{margin:0;padding:0;box-sizing:border-box}
html{overflow-x:hidden;width:100%;position:relative}
body{margin:0;padding:0;width:100%;overflow-x:hidden;position:relative;font-family:'Inter',system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;background:#f9fafb;color:#111827;line-height:1.6}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}

/* Mobile Overflow Fix - Prevent horizontal scroll */
@media(max-width:768px){
html,body{max-width:100vw;overflow-x:hidden!important;position:relative}
section,header,footer,main,article{max-width:100vw;overflow-x:hidden}
.container{width:100%!important;max-width:100%!important;box-sizing:border-box;padding-left:1rem!important;padding-right:1rem!important;overflow-x:hidden}
.row{margin-left:0!important;margin-right:0!important;max-width:100%!important}
[class*="col-"]{padding-left:1rem!important;padding-right:1rem!important;max-width:100%!important}
img,video,iframe{width:100%;max-width:100%;height:auto}
.hero-overlay-slider,.services-hero-slider{max-width:100vw;overflow:hidden;width:100%}
.hero-overlay-wrapper,.services-slider-wrapper{max-width:100vw;overflow:hidden;width:100%}
.slide,.hero-slide{max-width:100vw;width:100%}
nav,nav *{max-width:none!important}
.mobile-menu-btn{display:block!important;max-width:none!important}
.package-card,.portfolio-item,.service-card,.blog-card{overflow:visible!important;max-width:100%!important}
.package-card *,.portfolio-item *,.service-card *,.blog-card *{max-width:100%!important;overflow-wrap:break-word;word-wrap:break-word}
}


/* ========== UNIVERSAL PAGE SPACING FIX ========== */
/* Ensure ALL pages have proper top spacing */
main,
section:first-of-type:not(.hero-overlay-slider):not(.services-hero-slider),
.hero-section:not(.hero-overlay-slider):not(.services-hero-slider),
.packages-section,
.portfolio-section,
.about-section,
.contact,
.faq,
.blog-section {
    margin-top: 70px !important;
    padding-top: 2rem !important;
}

/* Mobile spacing */
@media(max-width:768px) {
    main,
    section:first-of-type:not(.hero-overlay-slider):not(.services-hero-slider),
    .hero-section:not(.hero-overlay-slider):not(.services-hero-slider),
    .packages-section,
    .portfolio-section,
    .about-section,
    .contact,
    .faq,
    .blog-section {
        margin-top: 64px !important;
        padding-top: 2rem !important;
    }
}

/* ========== CONTAINER - FEMDAR STYLE ========== */
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}
@media(max-width:768px){.container{padding:0 1rem}}

/* ========== UTILITY CLASSES ========== */
section{width:100%;margin:0;padding:0}
.text-red{color:#cf402c}
.bg-red{background:#cf402c}
.bg-red:hover{background:#a02010}
.gradient-text{background:linear-gradient(135deg,#cf402c 0%,#a02010 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* ========== NAVIGATION ========== */
nav{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:0 1px 3px rgba(0,0,0,.1);position:fixed;width:100%;top:0;z-index:1000;transition:all .3s}
nav .container{display:flex;justify-content:space-between;align-items:center;height:70px}
nav .logo a{display:flex;align-items:center;gap:.75rem}
nav .logo-img{height:45px;width:auto}
nav .logo-text{font-size:1.25rem;font-weight:700;white-space:nowrap}
nav .logo-black{color:#111827}
nav .logo-red{color:#cf402c}
nav .nav-links{display:flex;gap:2rem;align-items:center}
nav .nav-links a{color:#374151;transition:color .3s;font-weight:500}
nav .nav-links a:hover,nav .nav-links a.active{color:#cf402c}
nav .nav-links a.active{font-weight:600}

/* Navigation Dropdown */
.nav-dropdown{position:relative}
.nav-dropdown-toggle{cursor:pointer;display:flex;align-items:center;gap:.5rem}
.nav-dropdown-toggle i{font-size:.75rem;transition:transform .3s}
.nav-dropdown:hover .nav-dropdown-toggle i{transform:rotate(180deg)}
.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:1rem;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.1);border-radius:.5rem;min-width:200px;opacity:0;visibility:hidden;transition:all .3s;padding:.5rem 0;z-index:1001}
.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;margin-top:.5rem}
.nav-dropdown-menu a{display:block;padding:.75rem 1.5rem;color:#374151;font-weight:500;transition:all .3s}
.nav-dropdown-menu a:hover{background:#fef2f2;color:#cf402c;padding-left:2rem}

nav .btn-primary{background:#cf402c;color:#fff!important;padding:.5rem 1.5rem;border-radius:.5rem;transition:all .3s}
nav .btn-primary:hover{background:#a02010;transform:scale(1.05)}
nav .mobile-menu-btn{display:none;font-size:1.5rem;cursor:pointer;color:#111827}

@media(max-width:768px){
nav .container{height:64px}
nav .logo-img{height:36px}
nav .logo-text{font-size:1rem}
nav .nav-links{display:none;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:#fff;padding:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}
nav .nav-links.active{display:flex}
nav .mobile-menu-btn{display:block}
.nav-dropdown{position:static}
.nav-dropdown-toggle{display:none}
.nav-dropdown-menu{position:static;transform:none;box-shadow:none;margin-top:0;padding:0;background:transparent;opacity:1;visibility:visible;display:block}
.nav-dropdown-menu a{padding:.5rem 0;margin:.25rem 0;display:block;width:100%;font-weight:400;color:#6b7280;font-size:.9rem;padding-left:1rem;border-left:3px solid #e5e7eb}
.nav-dropdown-menu a:hover{color:#cf402c;border-left-color:#cf402c}
.nav-dropdown-menu a{padding:.5rem 1.5rem;margin:.25rem 0;display:block;width:100%}

}

/* ========== WHATSAPP FLOAT ========== */
.whatsapp-float{position:fixed;bottom:24px;right:24px;background:#25D366;color:#fff;width:56px;height:56px;min-width:56px;min-height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px rgba(37,211,102,.4);z-index:999;transition:all .3s;flex-shrink:0}
.whatsapp-float:hover{background:#128C7E;transform:scale(1.1);box-shadow:0 6px 20px rgba(37,211,102,.6)}
@media(max-width:768px){.whatsapp-float{width:50px;height:50px;font-size:24px;bottom:20px;right:20px}}

/* ========== BACK TO TOP ========== */
#backToTop{position:fixed;bottom:90px;right:24px;background:#cf402c;color:#fff;width:50px;height:50px;min-width:50px;min-height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 4px 15px rgba(207,64,44,.4);z-index:998;border:none;flex-shrink:0}
#backToTop.show{opacity:1;visibility:visible}
#backToTop:hover{background:#a02010;transform:translateY(-5px);box-shadow:0 6px 20px rgba(207,64,44,.6)}
@media(max-width:768px){#backToTop{width:45px;height:45px;bottom:80px;right:20px}}

/* ========== HERO SECTION - FEMDAR STYLE ========== */
.hero-overlay-slider{position:relative;width:100%;height:70vh;min-height:500px;max-height:800px;overflow:hidden}
.hero-overlay-wrapper{position:relative;width:100%;height:100%;overflow:hidden}
.hero-overlay-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translateX(100%) scale(1.1);transition:all 1s cubic-bezier(.45,0,.15,1);z-index:1;pointer-events:none}
.hero-overlay-slide.active{opacity:1;transform:translateX(0) scale(1);z-index:2;pointer-events:auto}
.hero-overlay-slide.prev{transform:translateX(-100%) scale(.95);opacity:0}
.hero-overlay-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1);transition:transform 1.2s cubic-bezier(.45,0,.15,1)}
.hero-overlay-slide.active .hero-overlay-img{transform:scale(1.05)}
.hero-overlay-content{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(17,24,39,.88) 0%,rgba(17,24,39,.75) 100%);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}
.hero-overlay-text{text-align:center;color:#fff;max-width:900px;margin:0 auto;position:relative;z-index:4;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.45,0,.15,1) .3s}
.hero-overlay-slide.active .hero-overlay-text{opacity:1;transform:translateY(0)}
.hero-overlay-text h1,.hero-overlay-text h2{font-size:2rem;font-weight:800;line-height:1.1;margin-bottom:1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.9),0 4px 8px rgba(0,0,0,.7)}
.hero-overlay-text p{font-size:1rem;color:rgba(255,255,255,.95);margin-bottom:1.5rem;line-height:1.5;text-shadow:0 2px 4px rgba(0,0,0,.8)}
.hero-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}
.hero-buttons .btn{padding:.75rem 1.5rem;font-size:.9375rem;min-width:140px}

/* Hero - Tablet */
@media(min-width:768px){
.hero-overlay-slider{height:75vh}
.hero-overlay-text h1,.hero-overlay-text h2{font-size:2.75rem;margin-bottom:1.25rem}
.hero-overlay-text p{font-size:1.125rem;margin-bottom:2rem}
.hero-buttons{gap:1.5rem}
.hero-buttons .btn{min-width:180px;padding:.875rem 2rem;font-size:1rem}
}

/* Hero - Desktop */
@media(min-width:1024px){
.hero-overlay-slider{height:80vh}
.hero-overlay-text h1,.hero-overlay-text h2{font-size:3.5rem;margin-bottom:1.5rem}
.hero-overlay-text p{font-size:1.25rem}
.hero-buttons .btn{min-width:200px;padding:1rem 2rem;font-size:1.125rem}
}

/* Hero - Mobile FEMDAR STYLE */
@media(max-width:767px){
.hero-overlay-slider{height:55vh;min-height:450px;max-height:500px}
.hero-overlay-text{padding-bottom:4rem}
.hero-overlay-text h1,.hero-overlay-text h2{font-size:1.5rem;margin-bottom:.75rem}
.hero-overlay-text p{font-size:.875rem;margin-bottom:1.25rem;line-height:1.4}
.hero-buttons{gap:.75rem}
.hero-buttons .btn{padding:.625rem 1.25rem;font-size:.875rem;min-width:130px}
}

@media(max-width:380px){
.hero-overlay-slider{height:50vh;min-height:400px}
.hero-overlay-text{padding-bottom:3rem}
.hero-overlay-text h1,.hero-overlay-text h2{font-size:1.375rem}
.hero-overlay-text p{font-size:.8125rem}
.hero-buttons{gap:.5rem}
.hero-buttons .btn{padding:.5rem 1rem;font-size:.8125rem;min-width:110px}
}

/* Hero Navigation - Compact & Non-Intrusive */
.hero-overlay-dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:30}
.hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:all .3s;border:1px solid rgba(255,255,255,.7)}
.hero-dot:hover{background:rgba(255,255,255,.8)}
.hero-dot.active{background:#fff;width:20px;border-radius:4px;box-shadow:0 2px 6px rgba(255,255,255,.4)}
.hero-overlay-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);color:#cf402c;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .3s;z-index:30;box-shadow:0 2px 8px rgba(0,0,0,.2)}
.hero-overlay-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px rgba(207,64,44,.3)}
.hero-overlay-arrow.prev{left:1rem}
.hero-overlay-arrow.next{right:1rem}

/* Mobile - Even Smaller with better spacing */
@media(max-width:768px){
.hero-overlay-arrow{width:30px;height:30px;font-size:12px}
.hero-overlay-arrow.prev{left:.5rem}
.hero-overlay-arrow.next{right:.5rem}
.hero-overlay-dots{bottom:2rem;gap:.4rem}
.hero-dot{width:6px;height:6px}
.hero-dot.active{width:16px}
}

@media(max-width:480px){
.hero-overlay-arrow{width:26px;height:26px;font-size:10px}
.hero-overlay-arrow.prev{left:.5rem}
.hero-overlay-arrow.next{right:.5rem}
.hero-overlay-dots{bottom:1.5rem}
.hero-dot{width:5px;height:5px}
.hero-dot.active{width:14px}
}

/* ========== BUTTONS ========== */
.btn{display:inline-block;padding:1rem 2rem;border-radius:.5rem;font-weight:600;transition:all .3s;text-align:center;font-size:1.125rem}
.btn-red{background:#cf402c;color:#fff}
.btn-red:hover{background:#a02010;transform:scale(1.05);box-shadow:0 10px 15px -3px rgba(207,64,44,.3)}
.btn-outline{border:2px solid #cf402c;color:#cf402c;background:transparent}
.btn-outline:hover{background:#fef2f2;transform:scale(1.05)}
.btn-white-outline{border:2px solid #fff;color:#fff;background:transparent;padding:1rem 2rem;border-radius:.5rem;font-weight:600;transition:all .3s;display:inline-block;text-align:center}
.btn-white-outline:hover{background:#fff;color:#cf402c;transform:scale(1.05);box-shadow:0 4px 15px rgba(255,255,255,.3)}
.btn-white{background:#fff;color:#cf402c}
.btn-white:hover{background:#f3f4f6}
.btn-outline-white{border:2px solid #fff;color:#fff;background:transparent}
.btn-outline-white:hover{background:rgba(255,255,255,.1)}

/* ========== STATS SECTION ========== */
.stats{padding:4rem 0;background:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}
@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}
.stat-number{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}
.stat-label{color:#6b7280}

/* ========== ABOUT PREVIEW ========== */
.about-preview{padding:5rem 0;background:linear-gradient(135deg,#fef2f2 0%,#fff7ed 100%)}
.about-preview-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}
@media(min-width:768px){.about-preview-grid{grid-template-columns:1fr 1fr}}
.about-preview-img{border-radius:1rem;height:auto;width:100%;object-fit:contain;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);background:#1f2937}
@media(min-width:768px){.about-preview-img{height:auto;max-height:32rem;object-fit:contain}}
.about-desktop-content{display:block}
.about-mobile-content{display:none}
@media(max-width:767px){
.about-desktop-content{display:none}
.about-mobile-content{display:block}
}
/* ========== ABOUT PAGE HERO ========== */
.about-hero{position:relative;width:100%;height:50vh;min-height:400px;max-height:600px;overflow:hidden}
.about-hero-overlay{position:relative;width:100%;height:100%}
.about-hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.about-hero-content{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(17,24,39,.92) 0%,rgba(17,24,39,.82) 100%);display:flex;align-items:center;justify-content:center;padding:2rem 0}
.about-hero-text{text-align:center;color:#fff;max-width:800px;margin:0 auto;padding:0 1rem}
.about-hero-text h1{font-size:2.5rem;font-weight:800;line-height:1.1;margin-bottom:1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}
.about-hero-text p{font-size:1.25rem;color:rgba(255,255,255,.95);line-height:1.6;text-shadow:0 2px 4px rgba(0,0,0,.3)}
@media(min-width:768px){.about-hero{height:60vh}.about-hero-text h1{font-size:3.5rem}.about-hero-text p{font-size:1.5rem}}

/* ========== ABOUT STORY SECTION ========== */
.story-grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:768px){.story-grid{grid-template-columns:repeat(3,1fr)}}
.story-card{background:#fff;padding:2.5rem 2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);text-align:center;transition:all .3s}
.story-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(207,64,44,.15)}
.story-icon{width:80px;height:80px;min-width:80px;min-height:80px;background:linear-gradient(135deg,#cf402c 0%,#a02010 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;margin:0 auto 1.5rem;flex-shrink:0;box-shadow:0 4px 12px rgba(207,64,44,.3)}
.story-card h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}
.story-card p{font-size:1rem;color:#6b7280;line-height:1.7}

/* ========== FOUNDER SECTION ========== */
.founder-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}
@media(min-width:768px){.founder-grid{grid-template-columns:1fr 1.5fr;gap:4rem}}
.founder-left{position:relative}
.founder-image{position:relative;margin-bottom:1.5rem}
@media(min-width:768px){.founder-image{margin-bottom:0}}
.founder-img{border-radius:1rem;width:100%;height:auto;object-fit:cover;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}
.founder-badge{position:absolute;top:20px;right:20px;width:60px;height:60px;background:#cf402c;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 4px 12px rgba(207,64,44,.4)}
.founder-content{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}
@media(max-width:767px){.founder-content{padding:2rem 1.5rem}}
.founder-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}
@media(min-width:768px){.founder-stats{margin-top:1.5rem;padding-top:0;border-top:0}}
.stat-item{text-align:center}
.stat-item h4{font-size:2rem;font-weight:800;color:#cf402c;margin-bottom:.5rem}
.stat-item p{font-size:.875rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}

/* About Page Styles */
.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}
@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}
.about-img{border-radius:1rem;height:auto;width:100%;object-fit:contain;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);background:#1f2937;max-height:28rem}
@media(min-width:768px){.about-img{max-height:32rem}}
.about-text{color:#4b5563;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}
.about-box{background:#f9fafb;border-left:4px solid #cf402c;padding:1.5rem;border-radius:.5rem;margin-bottom:1.5rem}
.about-cta{background:linear-gradient(135deg,#cf402c 0%,#8b1a1a 100%);color:#fff;padding:1.5rem;border-radius:.75rem;margin-top:2rem}
/* Clients Section */
.clients{padding:3rem 0;background:#f9fafb;overflow:hidden}
.clients .container{text-align:center}
.clients p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;font-weight:600}
.clients-grid{display:flex;gap:3rem;align-items:center;justify-content:center;animation:slideLogos 20s linear infinite;flex-wrap:nowrap}
.clients-grid:hover{animation-play-state:paused}
.client-logo{max-width:120px;min-width:120px;height:auto;opacity:1;transition:transform .3s;filter:grayscale(0%)}
.client-logo:hover{transform:scale(1.1)}
@keyframes slideLogos{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ========== BLOG SECTION ========== */
.blog{padding:5rem 0;background:#fff;width:100%;margin:0}
.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}
.blog-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s;border:1px solid #e5e7eb}
.blog-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1);border-color:#cf402c}
.blog-image{width:100%;height:auto;object-fit:contain;background:#1f2937;max-height:200px;min-height:200px}
.blog-content{padding:1.5rem}
.blog-meta{display:flex;gap:1rem;font-size:.875rem;color:#6b7280;margin-bottom:1rem}
.blog-meta span{display:flex;align-items:center;gap:.25rem}
.blog-card h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.4}
.blog-card p{color:#4b5563;line-height:1.6;margin-bottom:1rem}
.blog-link{color:#cf402c;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s}
.blog-link:hover{gap:.75rem}

/* ========== FAQ SECTION ========== */
.faq{padding:5rem 0;background:#f9fafb;width:100%;margin:0}
.faq-container{max-width:56rem;margin:0 auto}
.faq-section{padding:5rem 0;background:#f9fafb}
.faq-category{margin-bottom:3rem}
.faq-item{background:#fff;border-radius:.75rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;border:1px solid #e5e7eb;transition:all .3s}
.faq-item:hover{border-color:#cf402c;box-shadow:0 4px 6px rgba(207,64,44,.1)}
.faq-question{width:100%;text-align:left;padding:1.5rem;background:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;color:#111827;transition:color .3s}
.faq-question:hover{color:#cf402c}
.faq-question i{transition:transform .3s;color:#6b7280;font-size:1rem}
.faq-item.active .faq-question i{transform:rotate(180deg);color:#cf402c}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .5s ease-out,padding .3s ease-out;padding:0 1.5rem;background:#fff;color:#4b5563;line-height:1.8}
.faq-item.active .faq-answer{max-height:2000px;padding:0 1.5rem 1.5rem}
.faq-answer ul{margin:1rem 0;padding-left:1.5rem}
.faq-answer li{margin-bottom:0.5rem}
.faq-answer strong{color:#111827;font-weight:600}
.faq-answer p{margin-bottom:1rem}

/* ========== SERVICES PREVIEW ========== */
.services-preview{padding:5rem 0;background:#fff}
.section-header{text-align:center;margin-bottom:4rem}
.section-header h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#111827}
@media(min-width:768px){.section-header h2{font-size:3rem}}
.section-header p{font-size:1.25rem;color:#6b7280}
.services-preview-grid-visual{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:768px){.services-preview-grid-visual{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.services-preview-grid-visual{grid-template-columns:repeat(3,1fr)}}
.service-visual-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .4s;border:2px solid transparent}
.service-visual-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(207,64,44,.15);border-color:#cf402c}
.service-visual-img{width:100%;height:280px;overflow:hidden;position:relative;background:#1f2937}
.service-visual-img img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s}
.service-visual-card:hover .service-visual-img img{transform:scale(1.05)}
.service-visual-img h3{position:absolute;bottom:0;left:0;right:0;margin:0;padding:1.5rem;background:linear-gradient(to top,rgba(17,24,39,.95) 0%,rgba(17,24,39,.85) 60%,transparent 100%);color:#fff;font-size:1.375rem;font-weight:700;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.5)}
.service-visual-content{padding:1.5rem}
.service-visual-content p{color:#6b7280;line-height:1.6;margin-bottom:1rem;font-size:.9375rem}
.btn-service-visual{display:inline-block;padding:.625rem 1.25rem;background:#cf402c;color:#fff;border-radius:.5rem;font-weight:600;font-size:.9375rem;transition:all .3s}
.btn-service-visual:hover{background:#a02010;transform:translateX(5px)}
.btn-service-visual i{margin-left:.375rem;font-size:.875rem}

/* ========== PORTFOLIO PREVIEW ========== */
.portfolio-preview{padding:5rem 0;background:#f9fafb}
.portfolio-preview-grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:768px){.portfolio-preview-grid{grid-template-columns:repeat(3,1fr)}}
.portfolio-grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:768px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.portfolio-grid{grid-template-columns:repeat(3,1fr)}}
.portfolio-item{position:relative}
.portfolio-badge{position:absolute;top:1rem;right:1rem;background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;z-index:10}
.portfolio-img{border-radius:.75rem;height:auto;width:100%;object-fit:contain;margin-bottom:1rem;transition:transform .3s;background:#1f2937;max-height:20rem}
.portfolio-item:hover .portfolio-img{transform:scale(1.05)}
.portfolio-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#111827}
.portfolio-desc{color:#6b7280;margin-bottom:.75rem}
.portfolio-link{color:#cf402c;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}
.portfolio-link:hover{text-decoration:underline}

/* ========== PACKAGES PREVIEW ========== */
.packages-preview{padding:5rem 0;background:#fff}
.packages-preview-grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:768px){.packages-preview-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.packages-preview-grid{grid-template-columns:repeat(4,1fr)}}
.package-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .4s,box-shadow .4s;position:relative}
.package-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px -12px rgba(207,64,44,.2)}
.package-card.featured{background:linear-gradient(135deg,#cf402c 0%,#a02010 100%);color:#fff;transform:scale(1.05)}
.package-card.featured *:not(.btn){color:#fff!important}
.startup-package{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border:3px solid #10b981}
.startup-package:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 50px -12px rgba(16,185,129,.3)}
.package-badge{display:inline-block;background:#fee2e2;color:#cf402c;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}
.package-card.featured .package-badge{background:rgba(255,255,255,.2);color:#fff}
.package-popular{position:absolute;top:-1rem;left:50%;transform:translateX(-50%);background:#fbbf24;color:#111827;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:700}
.package-price{font-size:2.25rem;font-weight:700;margin:1rem 0}
.package-price span{font-size:1rem;font-weight:400;color:#6b7280}
.package-card.featured .package-price span{color:rgba(255,255,255,.8)}
.package-list{list-style:none;margin:2rem 0}
.package-list li{display:flex;align-items:flex-start;margin-bottom:.75rem}
.package-list i{margin-right:.75rem;margin-top:.25rem;flex-shrink:0}

/* ========== TESTIMONIALS ========== */
.testimonials{padding:5rem 0;background:#fff;overflow:hidden}
.testimonial-slider{position:relative;max-width:56rem;margin:0 auto;padding:0 1rem}
.testimonial-wrapper{position:relative;min-height:320px;overflow:hidden}
.testimonial-slide{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateX(100%) scale(.98);transition:all .9s cubic-bezier(.45,0,.15,1);background:linear-gradient(135deg,#fef2f2 0%,#fff7ed 100%);padding:3rem 2rem;border-radius:1rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}
.testimonial-slide.active{opacity:1;transform:translateX(0) scale(1);position:relative}
.testimonial-slide.prev{transform:translateX(-100%) scale(.98);opacity:0}
.testimonial-slide .testimonial-rating,.testimonial-slide .testimonial-text,.testimonial-slide .testimonial-author{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.45,0,.15,1)}
.testimonial-slide.active .testimonial-rating{opacity:1;transform:translateY(0);transition-delay:.3s}
.testimonial-slide.active .testimonial-text{opacity:1;transform:translateY(0);transition-delay:.4s}
.testimonial-slide.active .testimonial-author{opacity:1;transform:translateY(0);transition-delay:.5s}
.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1.5rem;justify-content:center}
.testimonial-rating i{color:#fbbf24;font-size:1.25rem}
.testimonial-text{font-size:1.125rem;line-height:1.8;color:#374151;margin-bottom:2rem;text-align:center;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:1rem;justify-content:center}
.testimonial-img{width:60px;height:60px;min-width:60px;min-height:60px;border-radius:50%;object-fit:cover;border:3px solid #cf402c;flex-shrink:0}
.testimonial-info h4{font-weight:700;color:#111827;margin-bottom:.25rem}
.testimonial-info p{color:#6b7280;font-size:.875rem}
.testimonial-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}
.testimonial-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;cursor:pointer;transition:all .3s;border:none}
.testimonial-dot:hover{background:#9ca3af}
.testimonial-dot.active{background:#cf402c;width:20px;border-radius:4px;box-shadow:0 2px 6px rgba(207,64,44,.3)}
.testimonial-arrows{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem}
.testimonial-arrow{background:#cf402c;color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .3s;box-shadow:0 2px 8px rgba(207,64,44,.3)}
.testimonial-arrow:hover{background:#a02010;transform:scale(1.1);box-shadow:0 4px 12px rgba(207,64,44,.4)}
@media(max-width:768px){
.testimonial-slide{padding:2rem 1.5rem}
.testimonial-text{font-size:1rem}
.testimonial-wrapper{min-height:360px}
.testimonial-arrow{width:28px;height:28px;font-size:11px}
.testimonial-dots{gap:.4rem;margin-top:1rem}
.testimonial-dot{width:6px;height:6px}
.testimonial-dot.active{width:14px}
.testimonial-arrows{gap:.5rem;margin-top:1rem}
}

@media(max-width:480px){
.testimonial-slide{padding:1.5rem 1rem}
.testimonial-text{font-size:.95rem;line-height:1.6}
.testimonial-wrapper{min-height:320px}
.testimonial-arrow{width:24px;height:24px;font-size:10px;min-width:24px;min-height:24px}
.testimonial-dots{gap:.3rem;margin-top:.75rem}
.testimonial-dot{width:5px;height:5px;min-width:5px;min-height:5px}
.testimonial-dot.active{width:12px}
.testimonial-arrows{gap:.4rem;margin-top:.75rem}
.testimonial-img{width:50px;height:50px;min-width:50px;min-height:50px}
.testimonial-author{flex-direction:column;text-align:center;gap:.5rem}
}

/* ========== CTA SECTION ========== */
.cta{padding:5rem 0;background:linear-gradient(135deg,#cf402c 0%,#a02010 100%);color:#fff;position:relative;overflow:hidden;width:100%;margin:0}
.cta .container{position:relative;z-index:10;text-align:center}
.cta h2{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}
@media(min-width:768px){.cta h2{font-size:3rem}}
.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}
.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:3rem}
@media(min-width:640px){.cta-buttons{flex-direction:row}}
@media(max-width:767px){
.cta{padding:3rem 0}
.cta-heading{font-size:1.75rem!important;margin-bottom:1rem!important}
.cta-description{font-size:1rem!important;margin-bottom:1.5rem!important}
.cta-buttons{gap:.75rem}
.cta-buttons .btn{padding:.875rem 1.5rem;font-size:1rem}
.cta-benefits{font-size:.875rem!important}
}

/* ========== CONTACT SECTION ========== */
.contact{background:#f9fafb;padding:5rem 0}
.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}
.contact-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;transition:all .3s;display:flex;flex-direction:column;align-items:center;gap:1rem;text-decoration:none;color:inherit;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:2px solid transparent}
.contact-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(207,64,44,.15);border-color:#cf402c}
.contact-icon{font-size:2.5rem;color:#cf402c;margin-bottom:.5rem}
.contact-label{font-size:.875rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}
.contact-value{font-size:1.125rem;color:#111827;font-weight:600}
.contact-card:hover .contact-icon{transform:scale(1.1);color:#a02010}
.contact-note{background:#fff;padding:2rem;border-radius:1rem;margin-top:2rem;border-left:4px solid #cf402c;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}
@media(max-width:768px){
.contact{padding:3rem 0}
.contact-grid{grid-template-columns:1fr;gap:1.5rem}
.contact-card{padding:1.5rem}
.contact-icon{font-size:2rem}
}

/* ========== FOOTER ========== */
footer{background:#111827;color:#fff;padding:3rem 0;width:100%;margin:0}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}
.footer-title{font-weight:600;margin-bottom:1rem}
.footer-links{list-style:none}
.footer-links li{margin-bottom:.5rem}
.footer-links a{color:#9ca3af;transition:color .3s}
.footer-links a:hover{color:#fff}
.footer-social{display:flex;gap:1rem}
.footer-social a{color:#9ca3af;font-size:1.5rem;transition:all .3s}
.footer-social a:hover{color:#fff;transform:scale(1.1)}
.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af;font-size:.875rem}

/* ========== NEW PACKAGES STYLES ========== */
/* Startup Launch Package */
.startup-launch-hero {
    background: #fff;
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    box-shadow: 0 25px 50px -12px rgba(16,185,129,0.25);
    border: 3px solid #10b981;
}

.startup-header {
    text-align: center;
    margin-bottom: 2rem;
}

.startup-badge {
    display: inline-block;
    background: #d1fae5;
    color: #059669;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.startup-badge i {
    margin-right: 0.5rem;
}

.startup-subtitle {
    font-size: 1.25rem;
    color: #374151;
    margin: 1rem 0;
}

.startup-location {
    color: #6b7280;
    font-size: 0.875rem;
}

.startup-price-section {
    text-align: center;
    margin: 2rem 0;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 1rem;
}

.startup-price {
    font-size: 3rem;
    font-weight: 700;
    color: #10b981;
}

.startup-price-label {
    color: #6b7280;
    margin-top: 0.5rem;
}

.startup-timeline {
    margin-top: 1rem;
    color: #374151;
    font-weight: 500;
}

.startup-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 3rem 0;
}

@media (min-width: 768px) {
    .startup-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .startup-features-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.startup-feature-col {
    text-align: center;
}

.feature-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    background: #d1fae5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 1.5rem;
    color: #059669;
}

.startup-feature-col h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #111827;
}

.startup-feature-col ul {
    list-style: none;
    text-align: left;
}

.startup-feature-col li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #374151;
}

.startup-feature-col li i {
    color: #10b981;
    margin-top: 0.25rem;
}

.startup-perfect-for {
    text-align: center;
    margin: 3rem 0;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 1rem;
}

.startup-perfect-for h4 {
    color: #111827;
    font-weight: 600;
    margin-bottom: 1rem;
}

.startup-perfect-for i {
    color: #fbbf24;
    margin-right: 0.5rem;
}

.startup-perfect-for p {
    color: #6b7280;
    line-height: 1.6;
}

.startup-cta-section {
    text-align: center;
}

.btn-startup-launch {
    display: inline-block;
    background: #10b981;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-startup-launch:hover {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(16,185,129,0.4);
}

.startup-slots {
    margin-top: 1rem;
    color: #6b7280;
    font-size: 0.875rem;
}

/* Monthly Packages */
.monthly-partnership-section {
    margin-top: 5rem;
}

.monthly-packages-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 3rem 0;
}

@media (min-width: 768px) {
    .monthly-packages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .monthly-packages-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.monthly-package-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    transition: all 0.4s;
    position: relative;
}

.monthly-package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(207,64,44,0.15);
}

.monthly-package-card.featured {
    background: linear-gradient(135deg, #cf402c 0%, #a02010 100%);
    color: #fff;
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fbbf24;
    color: #111827;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.package-badge-small {
    display: inline-block;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.package-badge-small.starter {
    background: #e0f2fe;
    color: #0369a1;
}

.package-badge-small.professional {
    background: #fee2e2;
    color: #cf402c;
}

.package-badge-small.enterprise {
    background: #f3e8ff;
    color: #7e22ce;
}

.monthly-package-card.featured .package-badge-small {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.package-header {
    text-align: center;
    margin-bottom: 2rem;
}

.package-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0.5rem 0;
}

.package-description {
    color: #6b7280;
    font-size: 0.875rem;
}

.monthly-package-card.featured .package-description {
    color: rgba(255,255,255,0.9);
}

.package-pricing {
    text-align: center;
    margin: 2rem 0;
}

.price {
    font-size: 2.5rem;
    font-weight: 700;
}

.price span {
    font-size: 1rem;
    font-weight: 400;
    color: #6b7280;
}

.monthly-package-card.featured .price span {
    color: rgba(255,255,255,0.8);
}

.price-alt {
    color: #6b7280;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.monthly-package-card.featured .price-alt {
    color: rgba(255,255,255,0.8);
}

.package-features {
    list-style: none;
    margin: 2rem 0;
}

.package-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.package-features i {
    color: #10b981;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.monthly-package-card.featured .package-features i {
    color: #fff;
}

.btn-package {
    display: block;
    text-align: center;
    padding: 1rem 2rem;
    background: #fff;
    color: #cf402c;
    border: 2px solid #cf402c;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s;
    margin: 2rem 0 1rem;
}

.btn-package:hover {
    background: #cf402c;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(207,64,44,0.25);
}

.btn-package.featured {
    background: #fff;
    color: #cf402c;
    border: none;
}

.btn-package.featured:hover {
    background: #f3f4f6;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255,255,255,0.25);
}

.package-note {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
}

.monthly-package-card.featured .package-note {
    color: rgba(255,255,255,0.8);
}

.not-sure-section {
    text-align: center;
    background: #f8fafc;
    padding: 3rem 2rem;
    border-radius: 1rem;
}

.not-sure-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.not-sure-section p {
    color: #6b7280;
    margin-bottom: 2rem;
}

/* ========== ANIMATIONS ========== */
.fade-in{animation:fadeIn 1.5s ease-out forwards;opacity:0}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.slide-up{animation:slideUp 1.2s ease-out forwards;opacity:0;transform:translateY(80px)}
@keyframes slideUp{from{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}
.delay-1{animation-delay:.3s}
.delay-2{animation-delay:.6s}
.delay-3{animation-delay:.9s}
.delay-4{animation-delay:1.2s}

/* ========== SERVICES HERO SLIDER ========== */
.services-hero-slider{position:relative;width:100%;height:60vh;min-height:400px;max-height:600px;overflow:hidden}
.services-slider-wrapper{position:relative;width:100%;height:100%;overflow:hidden}
.services-hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translateX(100%);transition:all 1s cubic-bezier(.45,0,.15,1);z-index:1;pointer-events:none}
.services-hero-slide.active{opacity:1;transform:translateX(0);z-index:2;pointer-events:auto}
.services-hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.services-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(17,24,39,.85);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}
.services-hero-content{text-align:center;color:#fff;max-width:800px;margin:0 auto}
.services-hero-content h1,.services-hero-content h2{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.9)}
.services-hero-content p{font-size:1.125rem;color:rgba(255,255,255,.95);text-shadow:0 2px 4px rgba(0,0,0,.8)}
.services-slider-dots{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:.75rem;z-index:30}
.services-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:all .3s;border:2px solid rgba(255,255,255,.6)}
.services-dot:hover{background:rgba(255,255,255,.7);transform:scale(1.2)}
.services-dot.active{background:#fff;width:36px;border-radius:6px}
.services-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.95);color:#cf402c;border:none;width:48px;height:48px;min-width:48px;min-height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.125rem;transition:all .3s;z-index:30;box-shadow:0 4px 12px rgba(0,0,0,.15);flex-shrink:0}
.services-slider-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px rgba(207,64,44,.25)}
.services-slider-arrow.prev{left:1.5rem}
.services-slider-arrow.next{right:1.5rem}
@media(min-width:768px){
.services-hero-content h1,.services-hero-content h2{font-size:2.5rem}
.services-hero-content p{font-size:1.25rem}
}
@media(max-width:767px){
.services-hero-slider{height:50vh;min-height:350px}
.services-hero-content{padding-bottom:3rem}
.services-hero-content h1,.services-hero-content h2{font-size:1.5rem}
.services-hero-content p{font-size:1rem}
.services-slider-arrow{width:40px;height:40px;font-size:1rem}
.services-slider-arrow.prev{left:.75rem}
.services-slider-arrow.next{right:.75rem}
.services-slider-dots{bottom:1.5rem}
}

@media(max-width:480px){
.services-hero-content{padding-bottom:2.5rem}
.services-slider-arrow{width:36px;height:36px;font-size:.875rem}
.services-slider-arrow.prev{left:1rem}
.services-slider-arrow.next{right:1rem}
.services-slider-dots{bottom:1rem;gap:.5rem}
.services-dot{width:10px;height:10px}
.services-dot.active{width:30px}
}

/* ========== SERVICES PAGE STYLES ========== */
.services{padding:5rem 0;background:#f9fafb}
.service-item{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-bottom:4rem;padding:3rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}
@media(min-width:768px){.service-item{grid-template-columns:1fr 1fr}}
.service-item:nth-child(even){direction:ltr}
.service-content{max-width:100%}
.service-icon{width:60px;height:60px;min-width:60px;min-height:60px;background:linear-gradient(135deg,#cf402c 0%,#a02010 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}
.service-img{border-radius:1rem;width:100%;height:auto;object-fit:contain;box-shadow:0 10px 30px rgba(0,0,0,.15);background:#1f2937;max-height:24rem}
.service-list{list-style:none;margin:1.5rem 0}
.service-list li{display:flex;align-items:flex-start;margin-bottom:1rem;font-size:1rem;color:#374151}
.service-list i{color:#10b981;margin-right:.75rem;margin-top:.25rem;flex-shrink:0}
.flex{display:flex}
/* ========== COMPREHENSIVE MOBILE RESPONSIVENESS ========== */

/* Extra Small Mobile Devices (320px - 480px) */
@media(max-width:480px){
/* Typography */
h1{font-size:1.75rem!important}
h2{font-size:1.5rem!important}
h3{font-size:1.25rem!important}
p{font-size:0.9375rem;line-height:1.6}

/* Buttons */
.btn,.cta-button{padding:.625rem 1rem;font-size:.875rem;min-width:auto}
.hero-buttons{flex-direction:row;width:100%;gap:.5rem;justify-content:center}
.hero-buttons .btn{flex:1;max-width:160px;font-size:.8125rem;padding:.625rem .75rem}
.cta-buttons{flex-direction:column;width:100%}
.cta-buttons .btn{width:100%;max-width:280px}

/* Sections */
section:not(.hero-overlay-slider):not(.services-hero-slider){padding:3rem 1rem!important}
section.contact{padding-top:6rem!important}
.section-header h2{font-size:1.75rem!important}
.section-header p{font-size:1rem}

/* Navigation */
nav .logo-text{font-size:.875rem}
nav .logo-img{height:32px}

/* Grids - Stack on mobile */
.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem}
.services-preview-grid-visual,.portfolio-grid,.portfolio-preview-grid,.blog-grid,.footer-grid{grid-template-columns:1fr!important;gap:1.5rem}

/* About Section */
.about-grid{grid-template-columns:1fr!important;gap:2rem}
.about-img{height:20rem!important}
.about-text{font-size:1rem}
.about-box{padding:1rem;font-size:.875rem}

/* Blog Cards */
.blog-card h3{font-size:1.125rem}
.blog-card p{font-size:.875rem}
.blog-meta{font-size:.8125rem;flex-wrap:wrap}

/* FAQ */
.faq-question{padding:1rem;font-size:1rem}
.faq-answer{font-size:.875rem;line-height:1.6}

/* CTA Section */
.cta{padding:3rem 1rem!important}
.cta h2{font-size:1.75rem!important}
.cta p{font-size:1rem!important}

/* Footer */
footer{padding:2rem 1rem!important}
.footer-grid{gap:2rem}
.footer-social{justify-content:center}

/* Client Logos - Enable sliding on mobile */
.clients{overflow:hidden}
.clients-grid{
    animation:slideLogos 15s linear infinite!important;
    flex-wrap:nowrap;
    justify-content:flex-start;
    width:max-content;
}
.client-logo{min-width:80px;max-width:80px}

/* Ensure smooth animation on mobile */
@media(max-width:480px){
    .clients-grid:hover{animation-play-state:paused}
}

/* WhatsApp & Back to Top */
.whatsapp-float{width:48px;height:48px;font-size:22px}
#backToTop{width:42px;height:42px;font-size:1rem}
}

/* Small Tablets (481px - 768px) */
@media(min-width:481px) and (max-width:768px){
/* Typography */
h1{font-size:2rem}
h2{font-size:1.75rem}
h3{font-size:1.375rem}

/* Buttons */
.btn{padding:.75rem 1.25rem;font-size:.9375rem}

/* Sections */
section:not(.hero-overlay-slider):not(.services-hero-slider){padding:4rem 1.5rem}
.section-header h2{font-size:2.25rem}

/* Grids - 2 columns where appropriate */
.stats-grid{grid-template-columns:repeat(2,1fr)!important}
.services-preview-grid-visual,.portfolio-grid{grid-template-columns:repeat(2,1fr)!important}
.blog-grid{grid-template-columns:repeat(2,1fr)!important}

/* About */
.about-img{height:24rem}
.about-text{font-size:1.0625rem}

/* Client Logos */
.client-logo{min-width:100px;max-width:100px}
}

/* Medium Tablets (769px - 1024px) */
@media(min-width:769px) and (max-width:1024px){
/* Container */
.container{max-width:960px;padding:0 2rem}

/* Typography */
h1{font-size:2.5rem}
h2{font-size:2.125rem}

/* Grids */
.stats-grid{grid-template-columns:repeat(4,1fr)!important}
.services-preview-grid-visual{grid-template-columns:repeat(2,1fr)!important}
.portfolio-grid{grid-template-columns:repeat(3,1fr)!important}
.blog-grid{grid-template-columns:repeat(2,1fr)!important}

/* Navigation */
nav .nav-links{gap:1.5rem}

/* About */
.about-grid{gap:2.5rem}
}

/* Large Screens (1025px - 1440px) */
@media(min-width:1025px) and (max-width:1440px){
.container{max-width:1140px}
section:not(.hero-overlay-slider):not(.services-hero-slider){padding:5rem 2rem}
}

/* Extra Large Screens (1441px+) */
@media(min-width:1441px){
.container{max-width:1320px}
section:not(.hero-overlay-slider):not(.services-hero-slider){padding:6rem 2rem}
h1{font-size:4rem}
h2{font-size:3rem}
}

/* Landscape Mobile */
@media(max-height:500px) and (orientation:landscape){
.hero-overlay-slider{height:100vh;max-height:none}
.hero-overlay-text h1,.hero-overlay-text h2{font-size:1.5rem;margin-bottom:.5rem}
.hero-overlay-text p{font-size:.875rem;margin-bottom:1rem}
.hero-buttons{gap:.5rem}
}

/* Touch Device Optimization */
@media(hover:none) and (pointer:coarse){
/* Larger touch targets */
.btn,button,a.btn{min-height:44px;min-width:44px}
nav .nav-links a{padding:.5rem}
.faq-question{min-height:56px}

/* Remove hover effects on touch devices */
.service-visual-card:hover,.portfolio-item:hover,.blog-card:hover{transform:none}
}

/* Print Styles */
@media print{
nav,.whatsapp-float,#backToTop,.cta-buttons,footer{display:none!important}
body{background:#fff;color:#000}
section{page-break-inside:avoid}
}
