/* Custom Style CSS */

:root {
    --brand-primary: #FF6B4A;
    --brand-navy: #1A2332;
    --brand-navy-light: #2A364A;
    --bg-light: #f8f6f5;
    --text-muted: #64748b;
    --white: #ffffff;
}

body {
    font-family: 'Manrope', sans-serif;
    background-color: var(--white);
    color: var(--brand-navy);
    overflow-x: hidden;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    /* padding: 1.25rem 0; */
    transition: all 0.3s ease;
}

.navbar-brand {
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--brand-navy);
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-icon {
    background-color: var(--brand-primary);
    color: white;
    padding: 6px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item a {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--brand-navy) !important;
    margin: 0 15px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.menu-item a:hover {
    color: var(--brand-primary) !important;
}

.btn-brand {
    background-color: var(--brand-primary);
    color: white;
    border: none;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(255, 107, 74, 0.2);
}

.btn-brand:hover {
    background-color: #ff5733;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(255, 107, 74, 0.3);
}

.btn-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-outline-white:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.hero-section {
    background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-light) 100%);
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0;
    color: white;
    overflow: hidden;
}

.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: radial-gradient(var(--brand-primary) 0.5px, transparent 0.5px);
    background-size: 24px 24px;
}

.badge-performance {
    background: rgba(255, 107, 74, 0.1);
    border: 1px solid rgba(255, 107, 74, 0.2);
    color: var(--brand-primary);
    font-size: 0.75rem;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.text-italic-brand {
    color: var(--brand-primary);
    font-style: italic;
}

.hero-lead {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 550px;
    margin-bottom: 2.5rem;
}

.hero-visual-card {
    background: rgba(26, 35, 50, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    height: 100%;
}

.roi-stat {
    font-size: 3rem;
    font-weight: 900;
    color: white;
}

section {
/*     margin: 100px 0; */
}

section.pad {
    padding: 100px 0;
}

.section-tag {
    color: var(--brand-primary);
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    display: block;
}

.section-title {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.challenge-card {
    background: var(--bg-light);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.challenge-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-color: rgba(255, 107, 74, 0.3);
}

.card-icon-box {
    width: 50px;
    height: 50px;
    background: rgba(255, 107, 74, 0.1);
    color: var(--brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.service-card {
    padding: 40px;
    border: 1px solid #eee;
    border-radius: 20px;
    transition: all 0.3s ease;
    background: white;
}

.service-card:hover {
    border-color: transparent;
    box-shadow: 0 20px 40px rgba(255, 107, 74, 0.08);
    transform: translateY(-5px);
}

.service-card .fw-bold {
    color: var(--brand-primary)
}


/* Services cards new */
.services-section {
    background: linear-gradient(135deg, var(--brand-navy), var(--brand-navy-light));
    padding: 80px 0;
}

.service-card {
    background: linear-gradient(180deg, #1d2a3d, #263446);
    border-radius: 18px;
    padding: 40px 30px;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
    height: 100%;
/*     overflow: hidden; */
    transition: .35s;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .35);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}

.service-card h5 {
    margin-top: 10px;
    font-weight: 600;
}

.service-card p {
    font-size: 14px;
    color: #c9d2df;
}

/* floating icon */

.icon-badge {
    position: absolute;
    top: -20px;
    left: 25px;
    width: 45px;
    height: 45px;
    background: var(--brand-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .4);
    z-index: 2;
}

.icon-badge span {
    font-size: 22px;
}

/* Services cards new */

.method-item {
    position: relative;
    padding-top: 60px;
}

.method-number {
    font-size: 8rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    left: -10px;
    line-height: 1;
    z-index: 1;
}

.method-content {
    position: relative;
    z-index: 2;
}

.case-study-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.case-study-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px) grayscale(1) brightness(0.4);
    transition: all 0.5s ease;
}

.case-study-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.cta-container {
    background: unset !important;
    border: 0 !important;
    border-radius: 40px;
    padding: 80px 0px;
}
button.btn.btn-brand {
    margin-top: 15px;
}
label.form-label-custom {
    font-size: 15px;
}

.contact-card {
    background: white;
    border-radius: 24px;
    padding: 40px;
    color: var(--brand-navy);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

footer {
    background-color: var(--white);
    border-top: 1px solid #eee;
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-logo-text {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--brand-navy);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--brand-primary);
}

.social-circle {
    width: 40px;
    height: 40px;
    background: #f0f2f5;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-circle:hover {
    background: var(--brand-primary);
    color: white;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.ping-circle {
    width: 8px;
    height: 8px;
    background: var(--brand-primary);
    border-radius: 50%;
    position: relative;
}

.ping-circle::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--brand-primary);
    border-radius: 50%;
    animation: pulse 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@media (max-width: 991px) {
    .cta-container {
        padding: 40px 20px;
    }

    .hero-section {
        padding: 60px 0;
    }

    .hero-title {
        font-size: 3rem;
    }
}

.challenge-slider,
.testimonial-swiper {
    padding: 20px;
}

/* Pixelportion CF7 Form */
.pp-form {
    display: grid;
    gap: 14px;
}

.pp-field input,
.pp-field textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    transition: all 0.25s ease;
}

.pp-field input::placeholder,
.pp-field textarea::placeholder {
    color: #9ca3af;
}

.pp-field input:focus,
.pp-field textarea:focus {
    outline: none;
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.pp-field textarea {
    resize: none;
}

.pp-form .btn-brand {
    padding: 14px;
    font-weight: 600;
    border-radius: 12px;
}

.pp-field p {
    margin: 0;
}

.contact-card .pp-form p {
    margin: 0;
}

.contact-card .pp-form p br {
    display: none;
}

/* Service Listing */
.service-list-card .card {
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-list-card .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.service-list-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.text-brand {
    color: var(--brand-primary);
}

.common-hero {
    padding: 140px 0 100px;
    position: relative;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.35));
}

.common-hero h1,
.common-hero p {
    z-index: 2;
}

.contact-form-card input,
.contact-form-card textarea {
    border-radius: 8px;
    padding: 14px;
    font-size: 14px;
    border: 1px solid #ddd;
    width: 100%;
}

.contact-form-card textarea {
    min-height: 120px;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
    border-color: var(--brand-primary);
    box-shadow: none;
}

.contact-form-card .wpcf7-submit {
    padding: 14px;
    font-weight: 600;
}

.contact-form-card form p input {
    margin-bottom: 10px;
}

section.testimonials-section {
    background: #F8F9FA !important;
    padding-top: 60px !important;
}

.testimonial-card {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.testimonial-content {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    position: relative;
}

.testimonial-content .quote {
    font-size: 40px;
    color: var(--brand-primary);
    position: absolute;
    top: -10px;
    left: -10px;
}

.testimonial-rating {
    display: flex;
    gap: 4px;
    color: var(--brand-primary);
    margin: 16px 0;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.testimonial-footer img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

/* Pagination dots */
.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--brand-primary);
}


.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform .3s ease, box-shadow .3s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.blog-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-body {
    padding: 24px;
}

.blog-body h5 a {
    color: #111;
    text-decoration: none;
}

.read-more {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    color: var(--brand-primary);
    text-decoration: none;
}

.blog-content {
    font-size: 17px;
    line-height: 1.8;
}

.navbar-nav.mx-auto {
    margin-right: 0 !important;
}

.swiper-slide {
    height: auto !important;
}

.swiper-wrapper {
    margin: 20px 0 !important;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.material-symbols-outlined.star-filled {
    font-variation-settings: 'FILL' 1;
    color: #ff5a3c;
}

.material-symbols-outlined.star-empty {
    font-variation-settings: 'FILL' 0;
    color: #ff5a3c;
}

img.header_logo {
    width: 60px !important;
    height: auto !important;
}



/* form */
/* =========================
   WRAPPER
========================= */
.booking-wrapper {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
}

/* =========================
   FORM CARD
========================= */
.home .booking-form {
  width: 100%;
  max-width: 750px;
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  overflow: hidden; /* FIX overflow */
}

/* =========================
   TITLE
========================= */
.home .form-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

/* =========================
   GRID
========================= */
.home .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* =========================
   FORM GROUP
========================= */
.home .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.home .form-group.full {
  grid-column: span 2;
}

/* =========================
   LABEL
========================= */
.home .form-group label {
  font-size: 14px;
  margin-bottom: 6px;
  opacity: 0.8;
  color: #fff;
}

/* =========================
   INPUT / SELECT / TEXTAREA
========================= */
.home .form-group input,
.home .form-group select,
.home .form-group textarea {
  width: 100%;
  height: 50px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* TEXTAREA HEIGHT */
.home .form-group textarea {
  height: auto;
  min-height: 100px;
  resize: none;
}

/* =========================
   FOCUS EFFECT
========================= */
.home .form-group input:focus,
.home .form-group select:focus,
.home .form-group textarea:focus {
  outline: none;
  border-color: #ff6b4a;
  box-shadow: 0 0 0 2px rgba(255, 107, 74, 0.2);
}

/* =========================
   PLACEHOLDER COLOR
========================= */
.home ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* =========================
   SELECT FIX (BIG FIX 🔥)
========================= */
.home .form-group select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

/* DROPDOWN OPTIONS FIX */
.home .form-group select option {
  color: #000;
  background: #fff;
}

/* =========================
   DATE & TIME FIX
========================= */
.home input[type="date"],
.home input[type="time"] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}

/* ICON COLOR FIX */
.home input[type="date"]::-webkit-calendar-picker-indicator,
.home input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

/* =========================
   BUTTON
========================= */
.home .booking-btn {
  width: 100%;
  margin-top: 25px;
  padding: 14px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff6b4a, #ff8a5c);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.home .booking-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 107, 74, 0.3);
}

/* =========================
   ROW FIX (BOOTSTRAP FIX)
========================= */
.home .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .home .form-grid {
    grid-template-columns: 1fr;
  }

  .home .form-group.full {
    grid-column: span 1;
  }

  .home .booking-form {
    padding: 25px;
  }
}
a.social-circle {
    text-decoration: none;
}
