

/* GLOBAL */
body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    background: #ffffff;
    color: #0f172a;
}
body {
    padding-top: 80px;
	padding-bottom: 50px;
}
/* NAVBAR */
.navbar {
    padding: 20px 0;
}

.navbar-brand {
    font-weight: 0;
    font-size: 0px;
}

/* HERO BIG */
.hero {
    padding: 30px 0 120px;
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
    position: relative;
    overflow: hidden;
}

.hero-title {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.05;
}

.hero-text {
    font-size: 20px;
    color: #475569;
    max-width: 520px;
}

.badge-text {
    color: #6366f1;
    font-weight: 600;
}

/* BUTTON */
.btn-main {
    background: #27B4E8;
    color: #fff;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 600;
}

.btn-main:hover {
    background: #4338ca;
}

/* HERO IMAGE */
.hero-img {
    width: 100%;
    max-width: 650px;
    border-radius: 20px;
    box-shadow: 0 60px 120px rgba(0,0,0,0.2);
    transform: rotate(0deg);
}

/* BACKGROUND EFFECT */
.hero::after {
    content: "";
    position: absolute;
    right: -100px;
    top: 50px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(99,102,241,0.25), transparent);
    filter: blur(120px);
}

/* SECTION */
.section {
    padding: 100px 0;
}

/* SERVICE BOX */
.service-box {
    padding: 30px;
    border-radius: 14px;
    background: #f8fafc;
    transition: 0.3s;
}

.service-box:hover {
    transform: translateY(-8px);
}

/* DARK SECTION */
.dark {
    background: #0f172a;
    color: #fff;
}

/* CTA */
.cta {
    background: linear-gradient(135deg,#4f46e5,#9333ea);
    color: #fff;
    padding: 70px;
    border-radius: 16px;
    text-align: center;
}

/* FOOTER */
footer {
    border-top: 1px solid #e2e8f0;
    padding: 40px 0;
    text-align: center;
}

.navbar-brand img {
    transition: 0.3s;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}


.navbar {
    height: 100px;
}

body {
    padding-top: 83px;
}

.service-box {
    background: #f8fafc;
    border-radius: 16px;
    padding: 30px;
    transition: 0.3s;
    border: 1px solid transparent;
}

.service-box:hover {
    transform: translateY(-8px);
    border-color: #e0e7ff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}


.section-title {
    font-size: 42px;
    font-weight: 800;
    color: #1F4479;
}

.section-text {
    max-width: 700px;
    margin: auto;
    color: #64748b;
}

/* CARD */
.service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* IMAGE */
.service-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


/* PORTFOLIO FIXED */
.portfolio-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.portfolio-card:hover {
    transform: translateY(-8px);
}

/* IMAGE */
/* PORTFOLIO FIX */
.portfolio-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

/* IMAGE FIX (MAIN SOLUTION) */
.portfolio-img {
    width: 100%;
    height: 220px; /* same height for all */
    object-fit: cover; /* crop nicely */
    object-position: top; /* show TOP of website */
    transition: 0.4s;
}

/* OVERLAY */
.portfolio-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}

.portfolio-card:hover .portfolio-img {
    transform: scale(1.05);
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}












.testimonial-card {
    background: #f8fafc;
    padding: 25px;
    border-radius: 16px;
    transition: 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.contact-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    font-size: 24px;
    padding: 14px 16px;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    z-index: 999;
    text-decoration: none;
    transition: 0.3s;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
}


.sticky-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(135deg,#4f46e5,#9333ea);
    color: #fff;
    padding: 10px 0;
    z-index: 998;
}


@media(max-width:768px){
    .sticky-cta span {
        font-size: 14px;
    }

    .sticky-cta .btn {
        font-size: 12px;
        padding: 5px 10px;
    }
}


.why-card {
    background: rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 16px;
    transition: 0.3s;
}

.why-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.1);
}

.why-icon {
    font-size: 32px;
    margin-bottom: 10px;
}


/* FULL WIDTH CTA */
.cta-full {
    background: linear-gradient(135deg,#4f46e5,#9333ea);
    padding: 120px 20px;
    text-align: center;
    color: #fff;
    border-radius: 0; /* full width */
	
	
}

/* BIG TEXT */
.cta-title {
    font-size: 48px;
    font-weight: 800;
}

/* SUBTEXT */
.cta-text {
    font-size: 18px;
    margin-top: 10px;
    opacity: 0.9;
}

/* BUTTON SIZE */
.cta-full .btn {
    padding: 14px 30px;
    font-size: 16px;
}


.footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 60px 0 20px;
}

.footer h6 {
    color: #fff;
    margin-bottom: 15px;
}

.footer p {
    font-size: 14px;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

/* SOCIAL ICONS */

.social-icon:hover {
    color: #fff;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background: #1e293b;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

.social-icon:hover {
    background: #4f46e5;
    transform: translateY(-3px);
}

.social-icon:hover .fa-facebook-f { color:#1877f2; }
.social-icon:hover .fa-instagram { color:#e4405f; }
.social-icon:hover .fa-linkedin-in { color:#0a66c2; }
.social-icon:hover .fa-twitter { color:#1da1f2; }

}

.navbar {
    padding: 10px 0;
}

.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
}



.stats-card {
    transition: 0.3s;
}
.stats-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}



.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}




.price-card {
    transition: 0.3s;
}
.price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}



/* BLOG PAGE */

.about-hero-pro {
    padding: 60px 0;
    background: linear-gradient(135deg,#f8fafc,#eef2ff);
    text-align: center;
}

.hero-content-pro h1 {
    font-size: 42px;
    font-weight: 800;
}

.hero-line {
    width: 60px;
    height: 4px;
    background: #4f46e5;
    margin: 10px auto;
    border-radius: 10px;
}

.blog-section {
    padding: 80px 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.blog-date {
    font-size: 12px;
    color: #64748b;
}

.blog-content h3 {
    font-size: 18px;
    margin: 10px 0;
}

.blog-content p {
    font-size: 14px;
    color: #64748b;
}

.blog-btn {
    display: inline-block;
    margin-top: 10px;
    color: #4f46e5;
    font-weight: 600;
    text-decoration: none;
}

/* MOBILE */
@media(max-width:768px){
    .blog-grid {
        grid-template-columns: 1fr;
    }
}





.blog-single-layout {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 40px;
}

.blog-main {
    width: 100%;
}

.blog-sidebar {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    height: fit-content;
}

.blog-sidebar h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.blog-sidebar ul {
    list-style: none;
    padding: 0;
}

.blog-sidebar li {
    margin-bottom: 10px;
}

.blog-sidebar a {
    text-decoration: none;
    color: #2563eb;
    font-size: 14px;
}

.blog-sidebar a:hover {
    text-decoration: underline;
}


@media(max-width:768px){
    .blog-single-layout {
        grid-template-columns: 1fr;
    }
}









/* ===== FINAL MOBILE MENU (CLEAN) ===== */
@media (max-width: 991px) {

    .navbar {
        position: fixed;
        width: 100%;
        z-index: 9999;
        background: #fff;
    }

    .navbar-brand img {
        height: 60px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #ffffff;
        padding: 90px 20px 20px;
        z-index: 9999;
        overflow-y: auto;
    }

    .navbar-collapse a {
        display: block;
        padding: 15px 0;
        font-size: 18px;
        border-bottom: 1px solid #eee;
        color: #000 !important;
    }

    .navbar-collapse .btn {
        width: 100%;
        margin-top: 20px;
    }

    .navbar-toggler {
        z-index: 10000;
    }

    body {
        padding-top: 90px !important;
    }
}



/* MINI FEATURE BOXES */
.why-mini {
    background: rgba(255,255,255,0.08);
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    transition: 0.3s;
}

.why-mini:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-3px);
}



.trust-box {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
}

.trust-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}







/* TRUST SECTION IMPROVEMENT */
.trust-section {
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

/* IMPROVE TRUST BOX */
.trust-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
    transition: 0.3s;
    height: 100%;
    border: 1px solid #f1f5f9;
}

.trust-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    border-color: #e0e7ff;
}

/* ICON STYLE (IMPORTANT CHANGE) */
.trust-box h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.trust-box p {
    font-size: 14px;
    color: #64748b;
}



.service-card i {
    transition: 0.3s;
}

.service-card:hover i {
    transform: scale(1.2);
    color: #4f46e5;
}



/* CUSTOM PLAN DESIGN */
.custom-plan {
    background: linear-gradient(135deg, #4f46e5, #9333ea);
    color: #fff;
    transition: 0.3s;
}

.custom-plan:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(79,70,229,0.4);
}

.custom-plan ul li {
    margin-bottom: 8px;
}