    .hero-section {
        width: 100%;
        background: #fff;
        padding: 40px 0;
    }

.hero-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* LEFT */
.hero-left {
       flex: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    padding-left: 20%;
}

.hero-person {
    max-width: 350px;
}

.hero-text {
    margin-top: 20px;
}

.hero-text h1 {
    font-size: 42px;
    line-height: 1.1;
}

.hero-text .red {
    color: #e31e24;
}

.hero-text .black {
    color: #000;
}

.hero-text p {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #e31e24;
    font-weight: 600;
}

/* FORM */
.hero-form {
    width: 360px;
    background: #e31e24;
    color: #fff;
    border: 2px dotted white !important;
    border-radius: 15px;
    padding: 0px !important;
}
.form-container{
      background-color: transparent !important;
      padding:0px;
      border:none !important;

}
.hero-form input,
.hero-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: none;
    border-radius: 5px;
}

.phone-group {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 12px;
}

.phone-group span {
    padding: 0 10px;
    color: #000;
}

.phone-group input {
    border: none;
    outline: none;
    flex: 1;
    padding: 12px;
}

.hero-form button {
    width: 100%;
    padding: 12px;
    background: #fff;
    color: #e31e24;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}
.form-container h2{
    text-align: center;
    font-weight: 500;
    font-family: cursive;
    color: #fff !important;
    font-size: 20px;
}
/* RESPONSIVE */
@media (max-width: 900px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-person {
        margin: auto;
    }
}
.franchise-section {
    font-family: 'Poppins', sans-serif;
    background: #f9f9f9;
}

/* Hero Section */
.franchise-hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    padding: 80px 10%;
    background: linear-gradient(135deg, #1c1c1c, #2e2e2e);
    color: #fff;
}

.hero-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color:#fff
}

.hero-content p {
    color: #dcdcdc;
    line-height: 1.7;
}

.stats {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.stat-box h3 {
    font-size: 28px;
    color: #ff3c3c;
}

.stat-box span {
    font-size: 14px;
    color: #ccc;
}

.hero-image img {
    width: 100%;
    border-radius: 20px;
}

/* Why Franchise */
.why-franchise {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 90px 10%;
    background: #fff;
}

.why-left h2 {
    font-size: 32px;
    color: #111;
}

.why-left p {
    margin: 20px 0 30px;
    color: #555;
}

.btn-primary {
    background: #ff3c3c;
    color: #fff;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.why-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-card {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-bottom:1%
}

.feature-card .number {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #ff3c3c;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.feature-card h4 {
    margin-bottom: 10px;
    color: #111;
}

/* Responsive */
@media (max-width: 991px) {
    .franchise-hero,
    .why-franchise {
        grid-template-columns: 1fr;
        padding: 60px 5%;
    }

    .stats {
        flex-direction: column;
        gap: 15px;
    }
}
.default-btn{
    border-radius: 6px;
}

/* ===============================
   Cloudking Contact CTA Section
================================ */
.cloudking-contact-cta {
    padding: 80px 10%;
    background: #f4f6f9;
    font-family: 'Poppins', sans-serif;
}

.cloudking-contact-cta .cta-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 40px;
    background: linear-gradient(135deg, #c62828, #e53935);
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.2);
    color: #fff;
}

/* Image */
.cloudking-contact-cta .cta-image img {
    width: 100%;
    max-width: 100%;
    MARGIN-bottom: -5.1%;
      border-bottom-left-radius: 17%;
}

/* Content */
.cloudking-contact-cta {
        padding: 50px;
}
.cloudking-contact-cta .cta-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.9;
}

.cloudking-contact-cta h2 {
    font-size: 34px;
    margin: 10px 0 25px;
}

/* Contact Info */
.cloudking-contact-cta .cta-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 30px;
}

.cloudking-contact-cta .info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
}

.cloudking-contact-cta .info-item i {
    font-size: 22px;
    color: #fff;
}

.cloudking-contact-cta .info-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

/* Button */
.cloudking-contact-cta .cta-button {
    display: inline-block;
    background: #fff;
    color: #c62828;
    padding: 14px 36px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.cloudking-contact-cta .cta-button:hover {
    background: #fbe9e7;
}

/* Responsive */
@media (max-width: 991px) {
    .cloudking-contact-cta {
        padding: 50px 5%;
    }

    .cloudking-contact-cta .cta-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cloudking-contact-cta .cta-info {
        align-items: center;
    }
}
/* ===============================
   Why Jetking Franchise Section
================================ */
.cloudking-why-franchise {
    padding: 90px 10%;
    background: linear-gradient(135deg, #f8f9fc, #ffffff);
    font-family: 'Poppins', sans-serif;
}

.cloudking-why-franchise .why-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Left Content */
.cloudking-why-franchise .why-tag {
    display: inline-block;
    background: #ffebee;
    color: #d32f2f;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.cloudking-why-franchise h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #111;
}

.cloudking-why-franchise .why-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.cloudking-why-franchise .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    padding: 16px 20px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.cloudking-why-franchise .feature-item .icon {
    min-width: 28px;
    height: 28px;
    background: #d32f2f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.cloudking-why-franchise .feature-item p {
    margin: 0;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}

/* Image */
.cloudking-why-franchise .why-image img {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 991px) {
    .cloudking-why-franchise {
        padding: 60px 5%;
    }

    .cloudking-why-franchise .why-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cloudking-why-franchise .feature-item {
        text-align: left;
    }
}
/* =====================================
   Cloudking Entrepreneur Support Section
===================================== */
.cloudking-support-section {
    padding: 90px 10%;
    background: #f7f9fc;
    font-family: 'Poppins', sans-serif;
}

.cloudking-support-container {
    max-width: 1200px;
    margin: auto;
}

/* Header */
.cloudking-support-header {
    text-align: center;
    margin-bottom: 60px;
}

.cloudking-support-header h2 {
    font-size: 38px;
    color: #0d1b2a;
    margin-bottom: 12px;
}

.cloudking-support-header p {
    font-size: 16px;
    color: #555;
    max-width: 720px;
    margin: auto;
}

/* Grid */
.cloudking-support-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Cards */
.cloudking-support-grid .support-card {
    background: #ffffff;
    padding: 35px 28px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cloudking-support-grid .support-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

.support-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: #e3f2fd;
    color: #1976d2;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-card h4 {
    font-size: 20px;
    color: #111;
    margin-bottom: 12px;
}

.support-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .cloudking-support-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .cloudking-support-section {
        padding: 60px 5%;
    }

    .cloudking-support-grid {
        grid-template-columns: 1fr;
    }

    .cloudking-support-header h2 {
        font-size: 30px;
    }
}
.ck-features {
    padding: 80px 0;
    padding-bottom:20px
    /* background: #f8f9fc; */
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.icon-circle {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff2a2a, #d60000);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.icon-circle img {
    width: 40px;
    filter: brightness(0) invert(1);
}

.feature-card h3 {
    font-size: 20px;
    margin-bottom: 18px;
    color: #d4181f;
}

.feature-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.feature-card ul li {
    font-size: 14.5px;
    color: #444;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
}

.feature-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #d4181f;
    font-size: 13px;
}
.icon-circle img {
    width: 42px;
    filter: brightness(0) invert(1);
}
.launch-row {
    padding: 40px 0;
    background: #ffffff;
}

.section-title {
    font-size: 38px;
    color: #0d1b2a;
    margin-bottom: 12px;
    text-align: center;
}


.section-subtitle {    
    max-width: 650px;
    margin: 10px auto 50px;
    font-size: 16px;
    color: #555;
       text-align: center;
}

.row-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.row-step {
    padding: 30px 25px;
    border-top: 4px solid #d4181f;
    background: #fafafa;
}

.step-no {
    font-size: 34px;
    font-weight: 700;
    color: rgba(214,0,0,0.15);
}

.row-step h3 {
    margin: 10px 0 15px;
    font-size: 20px;
    color: #222;
}

.row-step ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.row-step ul li {
    font-size: 14.5px;
    color: #444;
    margin-bottom: 8px;
    padding-left: 14px;
    position: relative;
}

.row-step ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d4181f;
}

/* Responsive */
@media (max-width: 992px) {
    .row-flow {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .row-flow {
        grid-template-columns: 1fr;
    }
}
.milestone-simple {
    width: 94%;
    padding: 50px 0;
    background: #ffffff;
    background: linear-gradient(135deg, #c62828, #e53935);
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
    color: #fff;
    margin: 40px auto;
}

.simple-title {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color:#fff;
}

.simple-subtitle {
    text-align: center;
    max-width: 650px;
    margin: 10px auto 50px;
    font-size: 16px;
    color: #fff;
}

.simple-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: center;
}

.simple-item {
    min-width: 220px;
}

.simple-number {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.simple-text {
    font-size: 15px;
    color: #fff;
}

.simple-divider {
    width: 1px;
    height: 70px;
    background: #ddd;
}

/* Responsive */
@media (max-width: 768px) {
    .simple-row {
        flex-direction: column;
        gap: 25px;
    }

    .simple-divider {
        width: 60px;
        height: 1px;
    }
}
.ck-faq-simple {
    padding: 80px 0;
    background: #ffffff;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header small {
    color: #d60000;
    font-weight: 600;
    letter-spacing: 1px;
}

.faq-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 6px;
}

.faq-list {
    max-width: 900px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #eaeaea;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq-question span {
    font-size: 22px;
    color: #d60000;
}

.faq-answer {
    display: none;
    padding-bottom: 18px;
    font-size: 15px;
    color: #555;
}

.faq-answer ul {
    padding-left: 18px;
}

.faq-answer ul li {
    margin-bottom: 6px;
}

.ck-testimonials {
  padding: 80px 0;
  background: #f8f8f8;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header span {
  color: #d60000;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 8px;
}

.testimonial-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 320px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  position: relative;
}

.testimonial-card .avatar {
  width: 70px;
  height: 70px;
  margin: 0 auto -35px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #d60000;
  background: #fff;
}

.testimonial-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card .quote {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin: 40px 0 20px;
}

.testimonial-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color:#d4181f;
}

.testimonial-card small {
  font-size: 14px;
  color: #777;
}

/* Responsive */
@media(max-width: 991px) {
  .testimonial-cards {
    flex-direction: column;
    align-items: center;
  }
}
.cta-section {
    background: linear-gradient(135deg, #4a4a4a, #2a2a2a);
    color: #fff;
    /* padding: 60px 20px; */
    border-radius: 12px;
    margin: 40px auto;
    max-width: 92%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
}

.cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-text h2 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 20px;
    color:#fff
}

.cta-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #e10600;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #ff2a1a;
    transform: translateY(-3px);
}

.cta-image img {
    max-width: 300px;
    transition: transform 0.4s ease;
}

.cta-image img:hover {
    transform: scale(1.05);
}
@media only screen and (min-width: 1300px) {
   .header-area .container {
        max-width: 1320px;
    }
}