@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Fonts */

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

/* Header */

.logo {
    height: 200px;
    width: 200px;
}

.navbar-brand {
    margin-left: -22px;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    z-index: 1050;
    padding: 20px;
}

.mobile-menu.active {
    right: 0;
}

/* Menu Items */
.menu-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.menu-list li {
    margin-bottom: 20px;
}

.menu-list a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
}

/* Close Button */
.close-btn {
    border: none;
    background: none;
    font-size: 28px;
    position: absolute;
    top: 10px;
    right: 15px;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1040;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 992px) {
    .nav-h {
        height: 100px !important;
    }

    .hero-section {
        padding-top: 130px !important;
    }
}

/* Hide toggle on desktop */
@media (min-width: 992px) {
    #menuToggle {
        display: none;
    }
}


/* Home */
.hero-section {
    background: #d6eef2;
    padding-top: 100px;
    padding-bottom: 3rem;
}

.logo-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    font-weight: 600;
}

.service-card {
    background: #f5fbfc;
    padding: 15px;
    border-radius: 16px;
    text-align: center;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

.testimonial-box {
    background: #e8f4ff;
    padding: 15px;
    border-radius: 12px;
}


/* Our Services */

.tax-section {
    background: #f4f4f4;
}

/* Main Title */
.pill-title {
    display: inline-block;
    background: #babbbe;
    color: #021331;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
}

/* Sub Pills */
.pill-sub {
    display: inline-block;
    background: #babbbe;
    color: #000;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Description */
.service-item p {
    font-size: 13px;
    color: #333;
    min-height: 50px;
}

/* Contact us */
/* Hero Section */
.bg-contact {
    background: linear-gradient(rgba(42, 42, 43, 0.7), rgba(71, 70, 80, 0.7)),
        url('../img/home/card.jpg');
    background-size: cover;
    background-position: center;
    min-height: 80vh;
}

/* Contact Section */
.contact-section {
    background-color: #f8f9fa;
}

/* Icon Box */
.icon-box {
    width: 50px;
    height: 50px;
    background: #eef2ff;
    color: #021331;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

/* Input Styling */
.custom-input {
    border-radius: 8px;
    padding: 10px 12px;
    border: 1px solid #ddd;
}

/* Service Details mobile responsive fixes */
body.service-details-page {
    font-size: 16px;
}

body.service-details-page main {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

body.service-details-page .service-card,
body.service-details-page section {
    padding: 1.5rem;
}

body.service-details-page .flex.items-center.gap-4 {
    align-items: center;
}

body.service-details-page h2,
body.service-details-page h3,
body.service-details-page h4 {
    word-break: break-word;
}

@media (max-width: 767.98px) {
    body.service-details-page main {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    body.service-details-page .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    body.service-details-page .service-card,
    body.service-details-page section {
        padding: 1rem;
        margin-top: 6rem;
    }

    body.service-details-page .grid {
        gap: 1rem !important;
    }

    body.service-details-page .flex.items-center.gap-4 {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    body.service-details-page .w-14.h-14 {
        width: 3rem !important;
        height: 3rem !important;
    }

    body.service-details-page .text-3xl {
        font-size: 1.5rem !important;
    }

    body.service-details-page .font-headline-md.text-headline-md,
    body.service-details-page h2 {
        font-size: 1rem !important;
        line-height: 1.35 !important;
        letter-spacing: normal !important;
    }

    body.service-details-page .font-body-md.text-body-md,
    body.service-details-page p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    body.service-details-page .pb-6 {
        padding-bottom: 1rem !important;
    }

    body.service-details-page .mb-6 {
        margin-bottom: 1rem !important;
    }

    body.service-details-page .logo {
        width: 80px;
        height: 80px;
    }
}

.custom-input:focus {
    border-color: #021331;
    box-shadow: 0 0 0 0.15rem rgba(30, 11, 184, 0.15);
}

/* Card look */
.contact-info,
.contact-form {
    border-radius: 12px;
}

/* Button */
.btn-primary {
    background-color: #021331;
    border: none;
}

.btn-primary:hover {
    background-color: #babbbe;
    color: black;
}

.highlight-service {
    background: #021331;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
}

.nav-h {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #021331 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 80px;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.blur {
    filter: blur(2px);
}

/* WhatsApp Sticky Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;

    /* Initially hidden */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

/* Visible on scroll */
.whatsapp-float.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.whatsapp-float i {
    line-height: 60px;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
}

.title {
    font-size: 22px;
    padding-bottom: 8px;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.service-card .icon {
    font-size: 32px;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #0d6efd;
}

.service-card h5 {
    margin-bottom: 10px;
    font-size: 18px;
}


/* ── Section wrapper ── */
    .our-work {
      width: 100%;
      max-width: 980px;
      margin: 0 auto;
      padding: 4.5rem 1.25rem;
      background: #ffffff;
    }
 
    .our-work__eyebrow {
      display: block;
      font-size: 11px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 600;
      color: #6d6b64;
      margin-bottom: 0.5rem;
    }
 
    .our-work__title {
      font-family: 'Playfair Display', serif;
      font-size: 34px;
      font-weight: 600;
      color: #1a1a18;
      margin-bottom: 2rem;
      line-height: 1.2;
    }
 
    /* ── Grid container ── */
    .ow-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1px;
      background-color: #dddbd2;
      border: 1px solid #dddbd2;
      border-radius: 18px;
      overflow: hidden;
    }
 
    /* ── Individual card ── */
    .ow-card {
      background: #ffffff;
      padding: 2rem 2rem 1.75rem;
      display: grid;
      grid-template-columns: 52px minmax(0, 1fr);
      gap: 0 1.25rem;
      transition: background 0.2s ease, transform 0.2s ease;
    }
 
    .ow-card:hover {
      background: #faf9f7;
      transform: translateY(-2px);
    }
 
    /* ── Number ── */
    .ow-num {
      font-family: 'Playfair Display', serif;
      font-size: 30px;
      font-weight: 500;
      line-height: 1;
      color: #021331;
      align-self: start;
      user-select: none;
      margin-left: 20px;
    }
 
    /* ── Body ── */
    .ow-body {
      text-align: left;
    }
 
    /* ── Tag / badge ── */
    .ow-tag {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 11px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 500;
      padding: 4px 10px;
      border-radius: 99px;
      margin-bottom: 0.65rem;
    }
 
    .ow-tag--blue   { background: #E6F1FB; color: #0C447C; }
    .ow-tag--green  { background: #EAF3DE; color: #27500A; }
    .ow-tag--amber  { background: #FAEEDA; color: #633806; }
 
    .ow-tag svg {
      width: 13px;
      height: 13px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex-shrink: 0;
    }
 
    /* ── Card title ── */
    .ow-card-title {
      font-family: 'Playfair Display', serif;
      font-size: 18px;
      font-weight: 500;
      color: #1a1a18;
      margin-bottom: 0.65rem;
      line-height: 1.35;
    }
 
    /* ── Card text ── */
    .ow-card-text {
      font-size: 13.5px;
      color: #5f5e5a;
      line-height: 1.8;
      margin-bottom: 1.1rem;
    }
 
    /* ── Keyword pills ── */
    .ow-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }
 
    .ow-pill {
      font-size: 11px;
      border: 0.5px solid #b4b2a9;
      border-radius: 6px;
      padding: 3px 10px;
      color: #888780;
      background: transparent;
    }
 
    /* ── Responsive ── */
    @media (max-width: 540px) {
      .ow-card {
        grid-template-columns: 38px 1fr;
        gap: 0 0.9rem;
        padding: 1.5rem 1.25rem;
      }
      .ow-num {
        font-size: 30px;
      }
      .ow-card-title {
        font-size: 16px;
      }
      .our-work__title {
        font-size: 26px;
      }
    }
    
    @media screen and (max-width: 992px) {
    .navbar-brand {
        margin-left: 0;
    }

    .logo {
        position: relative;
        top: -60px;
    }

    .navbar-toggler {
        background: white;
        position: relative;
        top: -60px;
    }
}