/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background: #f8f9fc;
    color: #333;
}

/* ================= NAVBAR ================= */
/* NAVBAR BASE */

.navbar-toggler {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.custom-navbar {
    /*background: rgba(11, 15, 47, 0.85);*/
    background: #fff;
    backdrop-filter: blur(10px);
    padding: 15px 0;
    transition: 0.3s;
}

.navbar .nav-link {
    display: inline-block;
    position: relative;
}

/* SAME HOVER EFFECT AS OTHERS */
.navbar .nav-link:hover {
    color: #ff4a17 !important;
}

/* REMOVE DROPDOWN ARROW */
.navbar .dropdown-toggle::after {
    display: none !important;
}

/* STICKY EFFECT */
.custom-navbar.scrolled {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

/* LOGO */
.logo {
    height: 45px;
}

/* NAV LINKS */
.nav-link {
    color: #474545 !important;
    margin: 0 12px;
    font-weight: 500;
    position: relative;
}

/* UNDERLINE HOVER */
.nav-link::after {
    content: "";
    width: 0;
    height: 2px;
    background: #ff4a17;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: 0.3s;
}

.nav-link:hover::after {
    width: 100%;
}

/* CTA BUTTON */
.nav-cta {
    border-radius: 30px;
    padding: 8px 20px;
}

/* MEGA MENU */
.mega-menu {
    width: 100%;
    border-radius: 10px;
    border: none;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
.faq-answer {
    display: block; /* Open by default */
    padding: 15px 20px;
    background: #fff;
}

.faq-question {
    width: 100%;
    border: none;
    background: #fff;
    padding: 18px 20px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}

.faq-question span {
    font-size: 22px;
}
/* SHOW FULL WIDTH */
.mega-dropdown {
    position: static;
}

.mega-dropdown .dropdown-menu {
    left: 0;
    right: 0;
    top: 100%;
}

/* TITLE */
.mega-title {
    font-weight: 600;
    margin-bottom: 10px;
}

/* LINKS */
.mega-menu a {
    display: block;
    padding: 6px 0;
    color: #555;
    text-decoration: none;
    transition: 0.3s;
}

.mega-menu a:hover {
    color: #ff4a17;
    padding-left: 5px;
}

/* MOBILE FIX */
@media (max-width: 991px) {
    .mega-menu {
        position: static;
        box-shadow: none;
    }
}

/* ================= HERO ================= */
.hero {
    background: linear-gradient(rgba(11,15,47,0.85), rgba(26,31,90,0.9)),
        url("https://images.unsplash.com/photo-1551288049-bebda4e38f71");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    padding: 140px 0;
    margin-top: 110px;
}

.hero h1 {
    font-size: 52px;
    font-weight: 700;
}

.hero p {
    font-size: 18px;
    opacity: 0.9;
}

.hero img {
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.btn-primary {
    background: #ff4a17;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #e63e10;
    transform: translateY(-2px);
}

.gradient-text {
    background: linear-gradient(45deg, #ff4a17, #ff7a18);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-brand {
    background: #fff;
    padding: 5px 10px;
    border-radius: 6px;
}

/* =============== .testimonial-section =========== */
.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    height: 100%;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}
@media (max-width: 991px) {
    .carousel-item .col-md-4:nth-child(3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .carousel-item .col-md-4:nth-child(2),
    .carousel-item .col-md-4:nth-child(3) {
        display: none;
    }
    .newsletter input {
        flex: 0;
    }
    .newsletter {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .navbar .mega-dropdown .dropdown-menu {
        background: #fff;
    }
    
    .mega-dropdown .dropdown-menu a {
    .navbar     color: #000 !important;
        text-decoration: none;
    }
    
    .navbar .mega-dropdown .dropdown-menu a:hover {
        color: #0d6efd !important;
    }
   .navbar  .mega-dropdown .mega-title {
        color: #000;
        font-weight: 600;
    }
    .navbar .mega-menu {
        --bs-dropdown-link-color: #000;
        --bs-dropdown-link-hover-color: #0d6efd;
    }
    body .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(15px);
        transition: 0.3s;
    }
    .dropdown-menu.mega-menu.p-4.show {
        padding: 0 0 0 11px !important;
        /*height: 50vh;*/
        /*overflow-y: auto;*/
        /*margin-bottom: 15px;*/
    }
}
/* =================== stat section ================= */
.stats-section {
    background: linear-gradient(135deg, #0b0f2f, #1a1f5a);
    color: #fff;
}

.stats-section h3 {
    font-size: 42px;
    font-weight: 700;
    transition: 0.3s;
}

.stats-section p {
    opacity: 0.8;
}

/* fade-in animation */
.stats-section .col-md-3 {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.stats-section .col-md-3.active {
    opacity: 1;
    transform: translateY(0);
}
/* ================= SERVICES ================= */
.services {
    padding: 100px 0;
     background: linear-gradient(180deg, #f8f9fc, #eef1f8);
}

.services h2 {
    font-weight: 700;
}

/*.service-box {*/
/*    background: #fff;*/
/*    padding: 40px 25px;*/
/*    border-radius: 15px;*/
/*    box-shadow: 0 10px 40px rgba(0,0,0,0.05);*/
/*    transition: 0.3s;*/
/*}*/
.service-box, a.service-box {
    background: #fff;
    padding: 40px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    display: block;
    color: #000;
    text-decoration: none;
}

.service-box h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

/* ================= ABOUT ================= */
.bg-light {
    background: #f4f6fb !important;
}
section.bg-light {
    background: linear-gradient(135deg, #0b0f2f, #1a1f5a) !important;
    color: #fff;
    margin-bottom: 60px;
}

section.bg-light h2{
    color: #fff;
}
section.bg-light .service-card p,
section.bg-light .service-card h5,
section.bg-light .service-card h3,
section.bg-light .process-steps p,
section.bg-light .process-steps h5,
section.bg-light .process-steps h3{
    color: #000;
}
section h2 {
    font-weight: 700;
}
.accordion-button {
    font-weight: 500;
    border-radius: 8px !important;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.accordion-button:not(.collapsed) {
    background: #ff4a17;
    color: #fff;
}
/* FAQ SECTION */
.faq-section {
    background: linear-gradient(135deg, #f8f9fc, #eef1f8);
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: 0.3s;
}

.faq-item:hover {
    transform: translateY(-3px);
}

/* QUESTION */
.faq-question {
    width: 100%;
    padding: 18px 20px;
    background: none;
    border: none;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* ANSWER */
.faq-answer {
    /*max-height: 0;*/
    overflow: hidden;
    padding: 0 20px;
    transition: 0.4s ease;
    font-size: 14px;
    color: #555;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 15px 20px;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}

/* ICON ROTATE */
.faq-question span {
    font-size: 20px;
    transition: 0.3s;
}
/* ================= CTA ================= */
.cta {
    background: linear-gradient(rgba(255,74,23,0.9), rgba(255,122,24,0.9)),
        url("https://images.unsplash.com/photo-1492724441997-5dc865305da7");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    color: #fff;
}

.cta h2 {
    font-weight: 700;
}

.cta .btn {
    border-radius: 30px;
    padding: 12px 30px;
}

/* ================= FOOTER ================= */
/* FOOTER */
.footer-section {
    background: #0b0f2f;
    color: #ccc;
    padding: 70px 0 20px;
}

.footer-logo {
    height: 45px;
    filter: brightness(0) invert(1);
}

.footer-section h5 {
    color: #fff;
    margin-bottom: 20px;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ff4a17;
}

/* SOCIAL */
.social-icons a {
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #ff4a17;
}

/* NEWSLETTER */
.newsletter {
    display: flex;
    gap: 10px;
}

.newsletter input {
    flex: 1;
    padding: 10px;
    border-radius: 30px;
    border: none;
    outline: none;
}

.newsletter button {
    background: #ff4a17;
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
    font-size: 14px;
}
.mega-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.3s;
}

.mega-dropdown.show .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 36px;
    }
}
/* DESKTOP HOVER DROPDOWN */
@media (min-width: 992px) {

  .mega-dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    display: block;
  }

  .mega-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.contact-form-box,
.contact-info-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-form-box input,
.contact-form-box textarea{
    padding:14px;
}

.contact-info-box i{
    color:#0d6efd;
    margin-right:8px;
}

.map-section iframe{
    display:block;
}

.social-icons a{
    font-size:24px;
    margin-right:15px;
    color:#0d6efd;
}

.about-hero {
    background: linear-gradient(135deg,#f8f9ff,#eef3ff);
    overflow: hidden;
}

.min-vh-50 {
    min-height: 70vh;
}

.stats-section h2 {
    font-size: 3rem;
}

.card img {
    height: 280px;
    object-fit: cover;
}

.shadow-sm {
    transition: .3s ease;
}

.shadow-sm:hover {
    transform: translateY(-8px);
}

.about-hero h1,
h2,
h3 {
    font-weight: 700;
}
.technical-seo-hero{
    background:#0f172a;
    color:#fff;
    text-align:center;
    padding:100px 20px;
}

.technical-seo-hero h1{
    font-size:48px;
    margin-bottom:20px;
}

.technical-seo-hero p{
    max-width:800px;
    margin:auto;
    font-size:18px;
}

.btn-primary{
    display:inline-block;
    margin-top:25px;
    background:#2563eb;
    color:#fff;
    padding:14px 30px;
    text-decoration:none;
    border-radius:6px;
}

.technical-seo-section{
    padding:80px 20px;
}

.bg-light{
    background:#f8fafc;
}

.container{
    max-width:1200px;
    margin:auto;
}

.services-grid,
.stats-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
    margin-top:40px;
}

.service-card,
.stat-card{
    background:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 3px 15px rgba(0,0,0,.08);
}

.two-column{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.process-steps{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
    margin-top:40px;
}

.step{
    background:#fff;
    padding:25px;
    border-radius:10px;
    box-shadow:0 3px 15px rgba(0,0,0,.08);
}

details{
    background:#fff;
    padding:20px;
    margin-bottom:15px;
    border-radius:8px;
}

details summary{
    cursor:pointer;
    font-weight:600;
}

.technical-seo-cta{
    background:#2563eb;
    color:#fff;
    text-align:center;
    padding:80px 20px;
}

.technical-seo-cta h2{
    margin-bottom:20px;
}

@media(max-width:768px){
    .technical-seo-hero h1{
        font-size:34px;
    }

    .two-column{
        grid-template-columns:1fr;
    }
}

.blog-card{
background:#fff;
border-radius:15px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.3s;
height:100%;
}

.blog-card:hover{
transform:translateY(-10px);
}

.blog-card img{
height:250px;
width:100%;
object-fit:cover;
}

.blog-content{
padding:25px;
}

.blog-content h3{
font-size:22px;
margin-bottom:15px;
}

.blog-content a{
text-decoration:none;
}

.blog-header{
background:#f5f7fb;
}

.rating-wrap{
font-size:30px;
margin:20px 0;
}

.star-rate{
cursor:pointer;
color:#ffc107;
}