/* pages/service.css — All service PHP pages (book-*, seo, smm, etc.) */

/* ======================
Inner Hero
====================== */
.inner-hero-section {
    margin: 0 0 5rem;
}
.inner-hero-flex {
    display: flex;
    gap: 10rem;
    align-items: center;
}
.inner-hero-content p {
    margin: 0 0 1rem;
}
.form-content h2 {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    font-size: 1.9rem;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 -5px 10px #00000026;
    position: relative;
}
.form-fields {
    border-radius: 10px;
    background: #e26b45;
    margin: -1rem 0 0;
    padding: 2rem 1rem 1rem;
    box-shadow: 0 5px 10px #0000002e;
}
.form-fields input, 
.form-fields textarea {
    width: 100%;
    margin: 0 0 0.5rem;
    border-radius: 5px;
    padding: 0.5rem;
}
.form-fields button.secondary-btn:hover {
    background: #fff;
    color: #e26b45;
}
/* Responsive */
@media (max-width: 1024px) { 
    .inner-hero-section {
        padding: 3rem 0;
    }
    .inner-hero-content {
        padding: 0 !important;
        margin: 0 0 3rem;
    }
    .inner-hero-content .justify-start {
        justify-content: center;
    }
    .inner-hero-flex {
        gap: 0;
    }
}
/* Process */
/* Title */
.process-section .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  border: 2px dashed #cfcfcf;
  display: inline-block;
  padding: 15px 25px;
  margin: 0 auto 15px;
}
.process-section .section-subtitle {
  text-align: center;
  color: #777;
  margin-bottom: 40px;
}
/* Grid Layout */
.process-section .process-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.process-section .process-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* Cards */
.process-section .process-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  overflow: hidden;
}
/* Number Box */
.process-section .number-box {
  background: #e0643a;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Content */
.process-section .content {
  padding: 15px 20px;
}
.process-section .content h4 {
  margin: 0 0 5px;
  font-size: 18px;
}
.process-section .content p {
  margin: 0;
  font-size: 14px;
  color: #666;
}
/* Bottom Text */
.process-section .bottom-text {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 60px;
  line-height: 1.5;
}
/* ===================== */
/* Tablet Responsive */
/* ===================== */
@media (max-width: 992px) {
  .process-section .section-title {
    font-size: 28px;
  }
  .process-section .process-grid {
    flex-direction: column;
    gap: 20px;
  }
  .process-section .process-column {
    width: 100%;
  }
  .process-section .bottom-text {
    font-size: 20px;
  }
}
/* ===================== */
/* Mobile Responsive */
/* ===================== */
@media (max-width: 576px) {
  .process-section .container {
    padding: 40px 15px;
  }
  .process-section .section-title {
    font-size: 22px;
    padding: 10px 15px;
  }
  .process-section .section-subtitle {
    font-size: 14px;
  }
  .process-section .process-card {
    flex-direction: row;
  }
  .process-section .number-box {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
  .process-section .content h4 {
    font-size: 16px;
  }
  .process-section .content p {
    font-size: 13px;
  }
  .process-section .bottom-text {
    font-size: 18px;
  }
}

/* ======================
SERVICES PAGE
====================== */
.service-hero-flex {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 60px;
    padding: 60px 0;
}
.service-hero-flex .hero-content {
    padding: 0;
}
.service-hero-flex .hero-content p {
    text-align: left;
    margin: 0 0 2rem;
}
.hero-form {
    background: var(--primary-color);
    border-radius: 20px;
}
.hero-form-title {
    background: var(--light-color);
    padding: 1.25rem 1.563rem;
    border-radius: 15px;
    box-shadow: 0 -5px 10px #00000014;
}
.hero-form-title h3 {
    color: var(--dark-color);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.hero-form-title .form-heading-subtext {
    color: var(--dark-color);
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}
.hero-form form {
    padding: 1.875rem;
    gap: 0.5rem;
}
.hero-form input,
.hero-form textarea,
.hero-form select {
    width: 100%;
    border-radius: 14px;
    padding: 0.75rem;
    border: none;
    font-family: inherit;
    font-size: 1rem;
}
.hero-form .select-wrapper {
    position: relative;
    width: 100%;
}
.hero-form .select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.5rem;
    cursor: pointer;
    background-color: var(--light-color);
    color: var(--dark-color);
}
.hero-form textarea {
    min-height: 5.625rem;
}
.hero-form .hero-form-cta {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 14px;
    padding: 0.75rem;
    border: none;
    font-family: inherit;
    font-size: 1rem;
    cursor: pointer;
    background: var(--dark-color);
    color: var(--light-color);
    box-sizing: border-box;
}
.hero-form .hero-form-cta:hover {
    background: var(--dark-color);
    color: var(--primary-color);
}
.promo-inner-list {
    margin: 0 0 30px;
}
.promo-inner-list p {
    margin: 0;
}
.promo-inner-list p strong {
    font-size: 1rem;
    font-style: italic;
    text-decoration: underline;
    margin-right: 5px;
}
.steps-before {
    right: 0;
    position: absolute;
    top: 0;
    max-width: 15%;
}
.steps-after {
    position: absolute;
    left: 5%;
    bottom: 2%;
    max-width: 6%;
}
.steps-list {
    display: grid;
    margin: 0 0 3.75rem;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 3.75rem;
}
.single-step-list {
    border-radius: 14px;
    display: flex;
    gap: 2.75rem;
    align-items: center;
    background: var(--light-color);
    box-shadow: 15px 0 20px #00000014;
}
.step-list-number {
    background: var(--primary-color);
    padding: 2.188rem 2.5rem;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.step-list-number p {
    background: var(--light-color);
    color: #000;
    border-radius: 50px;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
    font-weight: 700;
}
.step-list-details {
    padding: 0 1.25rem 0 0;
}
.step-list-details h4 {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
}
.step-list-details p {
    font-size: 1rem;
    margin: 0;
}
/* Authors CTA: assets/css/components.css (.inner-cta-publish) */

/* INNER SERVICE NEW BOX */
.inner-service_item {
    padding: 0;
}
.inner-service_item img {
    border-top-left-radius: 0.55rem;
    border-top-right-radius: 0.55rem;
}
.inner-service_item .ebook-service_item_content {
    padding: 0 2rem 1.5rem;
}
/* FAQ */
.faq-section {
  background: #f5f5f5;
  padding: 60px 20px 150px;
}
.faq-container {
  max-width: 900px;
  margin: auto;
}
.faq-title {
  text-align: center;
    font-weight: 700;
    font-size: 3rem;
  margin-bottom: 40px;
}
.faq-item {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.faq-item:last-child {
  border-bottom: 1px solid #ccc;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}
.faq-question span:first-child {
  color: #333;
}
.faq-item.active .faq-question span:first-child {
  color: #ff4d00; /* orange like screenshot */
}
.icon {
  font-size: 24px;
  font-weight: bold;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.faq-answer p {
  margin-top: 15px;
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}
/* ACTIVE STATE */
.faq-item.active .faq-answer {
  max-height: 300px;
}
/* ================= RESPONSIVE ================= */
/* Tablet */
@media (max-width: 1024px) {
  .faq-title {
    font-size: 34px;
  }
  .faq-question {
    font-size: 16px;
  }
}
/* Mobile */
@media (max-width: 600px) {
  .faq-section {
    padding: 40px 15px;
  }
  .faq-title {
    font-size: 26px;
  }
  .faq-question {
    font-size: 15px;
  }
  .icon {
    font-size: 20px;
  }
}
@media (max-width:920px) { 
    .service-hero-flex {
        grid-template-columns: 1fr;
    }
}
@media (max-width:768px) {
    .service-hero-flex {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px 20px 40px;
    }
    .service-hero-flex .hero-content h1,
    .service-hero-flex .hero-content .h1 {
        text-align: center;
        line-height: 1.2;
    }
    .hero-form-title h3 {
        font-size: 1.6rem;
    }
    .steps-before,
    .steps-after {
        display: none;
    }
    .steps-list {
        grid-template-columns: 1fr;
        margin: 0 0 30px;
    }

}
@media (max-width:480px) {
    .service-hero-flex {
        gap: 0px;
        padding: 0 20px 40px;
    }
    .single-step-list {
        gap: 15px;
    }
    .step-list-number {
        padding: 20px;
    }
    .step-list-number p {
        width: 60px;
        height: 60px;
    }
    .step-list-details h4 {
        font-size: 20px;
        margin: 0 0 5px;
        text-align: left;
    }
    .step-list-details p {
        font-size: 14px;
        margin: 0;
        text-align: left;
    }
}
/* Contact */

/* Contact */
.contact-sec {
    padding: 5rem 0 10rem;
}
.infoRow .infoWrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.infoRow .infoCol {
    padding: 3rem 0;
}
.infoRow .infoCol:first-child {
    padding-top: 0;
}
.infoRow .infoCol+.infoCol {
    border-top: 0.065rem solid #fff;
}
.infoRow .infoCol h3 {
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
    margin: 0px 0px 1rem 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.infoRow .infoCol i {
    font-size: 3rem;
    line-height: 3.2rem;
    color: #fff;
    width: 3.2rem;
    height: 3.2rem;
    display: block;
    text-align: left;
    margin: 0 1rem 0 0;
}
.infoRow .infoCol p, .infoRow .infoCol a {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #fff;
    margin: 0;
    padding: 0;
}
/* Flex Inner */
 .inner-design-services .journey {
    padding-bottom: 150px;
}
/*
.inner-design-services .grid.grid-cols-1.gap-8.container {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.inner-design-services .grid.grid-cols-1.gap-8.container a,
.inner-design-services .grid.grid-cols-1.gap-8.container .inner-service_item,
.inner-design-services .grid.grid-cols-1.gap-8.container .ebook-service_item {
    flex: 0 0 calc(33.333% - (20px * 2 / 3));
} */
