
      .jd-header {
        /* background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); */
        
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
        position: sticky;
        top: 0;
        z-index: 999;
      }

      .jd-topbar {
        min-height: 72px;
      }

      .jd-brand img {
        height: 80px;
      }

      .jd-actions a {
        color: #fff;
        margin: 0 10px;
        font-size: 14px;
        text-decoration: none;
        position: relative;
        transition: all 0.3s ease;
      }

      .jd-actions a i {
        margin-right: 6px;
      }

      .jd-actions a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 0;
        height: 2px;
        background: #ffc107;
        transition: 0.3s;
      }

      .jd-actions a:hover {
        color: #ffc107;
      }

      .jd-actions a:hover::after {
        width: 100%;
      }

      .free-listing {
        background: linear-gradient(135deg, #ff9800, #ff5722);
        padding: 8px 14px;
        border-radius: 30px;
        font-weight: 600;
        color: #fff !important;
      }

      .free-listing small {
        display: block;
        font-size: 10px;
        text-align: center;
      }

      .jd-icon-btn {
        background: rgba(255, 255, 255, 0.15);
        border: none;
        color: #fff;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        margin-left: 10px;
        transition: 0.3s;
      }

      .jd-icon-btn:hover {
        background: #ffc107;
        color: #000;
        transform: scale(1.1);
      }

      .jd-login {
        background: #00e5ff;
        border: none;
        padding: 8px 18px;
        border-radius: 30px;
        font-weight: 600;
        margin-left: 12px;
        transition: 0.3s;
      }

      .jd-login:hover {
        background: #18ffff;
        transform: translateY(-2px);
      }

      .jd-menu-btn {
        color: #fff;
        font-size: 22px;
      }
      .jd-mob-link {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 16px;
        margin-bottom: 6px;
        border-radius: 12px;
        font-weight: 500;
        color: #222;
        text-decoration: none;
        transition: all 0.25s ease;
      }

      .jd-mob-link i {
        color: #ff5722;
        font-size: 16px;
      }


      .jd-mob-link:active {
        background: rgba(255, 87, 34, 0.12);
        transform: scale(0.97);
      }

      .jd-mob-btn {
        width: 100%;
        border: none;
        border-radius: 30px;
        padding: 14px;
        font-size: 15px;
        font-weight: 600;
        transition: all 0.25s ease;
      }

      .free-btn {
        background: linear-gradient(135deg, #ff9800, #ff5722);
        color: #fff;
      }

      .free-btn:active {
        transform: scale(0.96);
        box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.2);
      }

      .login-btn {
        background: linear-gradient(135deg, #00e5ff, #00bcd4);
        color: #00363a;
      }

      .login-btn:active {
        transform: scale(0.96);
        box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.2);
      }

      /* OFFCANVAS CLEAN LOOK */
      .jd-offcanvas .offcanvas-body {
        padding: 20px;
      }

      /* enquiry  */
      .enquiry-section {
        padding: 100px 0;
        background: linear-gradient(135deg, #f8f9fc, #ffffff);
      }

      /* IMAGE */
      .enquiry-image img {
        width: 100%;
        border-radius: 18px;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
      }

      /* FORM BOX */
      .enquiry-box {
        background: #fff;
        padding: 45px;
        border-radius: 18px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
      }

      .enquiry-title {
        font-weight: 800;
        margin-bottom: 10px;
      }

      .enquiry-subtitle {
        font-size: 15px;
        color: #666;
        margin-bottom: 30px;
      }

      /* INPUTS */
      .enquiry-box .form-control,
      .enquiry-box .form-select {
        border-radius: 12px;
        padding: 12px 14px;
        font-size: 14px;
      }

      .enquiry-box .form-control:focus,
      .enquiry-box .form-select:focus {
        border-color: #ff5722;
        box-shadow: 0 0 0 0.15rem rgba(255, 87, 34, 0.25);
      }

      /* BUTTON */
      .enquiry-btn {
        width: 50%;
        border: none;
        padding: 14px;
        border-radius: 30px;
        background: linear-gradient(135deg, #ff9800, #ff5722);
        color: #fff;
        font-weight: 600;
        transition: 0.3s;
      }

      .enquiry-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(255, 87, 34, 0.4);
        background: linear-gradient(135deg, #5ef5f0, #2243ff);
      }

      /* MOBILE */
      @media (max-width: 768px) {
        .enquiry-section {
          padding: 70px 0;
        }

        .enquiry-box {
          padding: 30px;
        }
      }

      /* contact us  */
      .contact-section {
        padding: 110px 0;
        background: linear-gradient(135deg, #f9fbff, #ffffff);
      }

      /* IMAGE */
      .contact-image img {
        width: 100%;
        border-radius: 20px;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
      }

      /* INFO BOX */
      .contact-info-box {
        background: #fff;
        padding: 20px;
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
      }

      .contact-title {
        font-weight: 800;
        margin-bottom: 10px;
      }

      .contact-subtitle {
        color: #666;
        font-size: 15px;
        margin-bottom: 25px;
      }

      /* LIST */
      .contact-list {
        list-style: none;
        padding: 0;
        margin-bottom: 30px;
      }

      .contact-list li {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 14px;
        font-weight: 500;
      }

      .contact-list i {
        color: #ff5722;
        font-size: 18px;
      }

      /* CTA BUTTON */
      .contact-btn {
        border: none;
        padding: 14px 28px;
        border-radius: 30px;
        background: linear-gradient(135deg, #ff9800, #ff5722);
        color: #fff;
        font-weight: 600;
        transition: 0.3s;
      }

      .contact-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(255, 87, 34, 0.45);
      }

      /* MODAL */
      .contact-modal {
        border-radius: 18px;
      }

      .modal-submit-btn {
        width: 50%;
        border: none;
        padding: 14px;
        border-radius: 30px;
        background: linear-gradient(135deg, #00e5ff, #00bcd4);
        font-weight: 600;
        transition: 0.3s;
      }

      .modal-submit-btn:hover {
        transform: scale(1.03);
      }

      /* MOBILE */
      @media (max-width: 768px) {
        .contact-section {
          padding: 70px 0;
        }
        .contact-info-box {
          padding: 30px;
        }
      }

      /* table  */
      .table-section {
        padding: 100px 0;
        background: linear-gradient(135deg, #f8f9fc, #ffffff);
      }

      .section-title {
        font-weight: 800;
        margin-bottom: 6px;
      }

      .section-subtitle {
        font-size: 15px;
        color: #666;
      }

      /* TABLE */
      .custom-table {
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
      }

      .custom-table thead {
        background: linear-gradient(135deg, #ff9800, #ff5722);
        color: #fff;
      }

      .custom-table th,
      .custom-table td {
        padding: 16px;
        font-size: 14px;
        vertical-align: middle;
      }

      .custom-table tbody tr {
        transition: 0.3s;
      }

      .custom-table tbody tr:hover {
        background: rgba(255, 87, 34, 0.06);
        transform: scale(1.01);
      }

      /* IMAGE */
      .table-img {
        width: 45px;
        height: 45px;
        object-fit: cover;
        border-radius: 50%;
        border: 2px solid #ff5722;
      }

      /* BUTTON */
      .table-btn {
        border: none;
        padding: 6px 16px;
        border-radius: 20px;
        background: linear-gradient(135deg, #00e5ff, #00bcd4);
        color: #00363a;
        font-weight: 600;
        transition: 0.3s;
      }

      .table-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 188, 212, 0.4);
      }

      /* MOBILE */
      @media (max-width: 768px) {
        .table-section {
          padding: 70px 0;
        }

        .custom-table th,
        .custom-table td {
          white-space: nowrap;
        }
      }

      /* franchise  */
      .franchise-packages {
        padding: 110px 0;
        background: linear-gradient(135deg, #f8f9fc, #ffffff);
      }

      .fp-title {
        font-weight: 800;
      }

      .fp-subtitle {
        color: #666;
        font-size: 15px;
      }

      /* PACKAGE BOX */
      .fp-box {
        height: 100%;
        background: #fff;
        border-radius: 20px;
        padding: 40px 30px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        text-align: center;
        transition: 0.35s;
        position: relative;
      }

      .fp-box:hover {
        transform: translateY(-10px);
      }

      /* POPULAR */
      .fp-box.active {
        border: 2px solid #ff5722;
        transform: scale(1.03);
      }

      .fp-badge {
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        background: #ff5722;
        color: #fff;
        padding: 5px 14px;
        font-size: 12px;
        border-radius: 20px;
      }

      /* TEXT */
      .fp-level {
        color: #888;
        font-size: 14px;
      }

      .fp-price {
        font-size: 28px;
        font-weight: 800;
        margin: 20px 0;
      }

      .fp-price span {
        font-size: 13px;
        color: #666;
      }

      /* FEATURES */
      .fp-box ul {
        list-style: none;
        padding: 0;
        margin: 25px 0;
      }

      .fp-box li {
        margin-bottom: 10px;
        font-size: 14px;
      }

      /* BUTTON */
      .fp-btn {
        border: none;
        padding: 12px 26px;
        border-radius: 30px;
        background: linear-gradient(135deg, #ff9800, #ff5722);
        color: #fff;
        font-weight: 600;
        transition: 0.3s;
      }

      .fp-btn.primary {
        background: linear-gradient(135deg, #00e5ff, #00bcd4);
        color: #00363a;
      }

      .fp-btn:hover {
        transform: scale(1.05);
      }

      /* MOBILE */
      @media (max-width: 768px) {
        .fp-box {
          padding: 30px 22px;
        }
      }

      /* footer  */
      .jd-footer {
        background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
        padding: 80px 0 30px;
        color: #fff;
      }

      /* BRAND */
      .footer-brand img {
        height: 38px;
        margin-bottom: 15px;
      }

      .footer-brand p {
        font-size: 14px;
        line-height: 1.7;
        color: #dcdcdc;
      }

      /* SOCIAL */
      .footer-social {
        margin-top: 18px;
      }

      .footer-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        margin-right: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
      }

      .footer-social a:hover {
        background: #ffc107;
        color: #000;
        transform: translateY(-4px);
      }

      /* TITLES */
      .footer-title {
        font-weight: 700;
        margin-bottom: 15px;
        position: relative;
      }

      .footer-title::after {
        content: "";
        width: 40px;
        height: 2px;
        background: #ffc107;
        display: block;
        margin-top: 6px;
      }

      /* LINKS */
      .footer-links {
        list-style: none;
        padding: 0;
      }

      .footer-links li {
        margin-bottom: 10px;
      }

      .footer-links a {
        color: #dcdcdc;
        text-decoration: none;
        font-size: 14px;
        transition: 0.3s;
      }

      .footer-links a:hover {
        color: #ffc107;
        padding-left: 6px;
      }

      /* CTA */
      .footer-cta-text {
        font-size: 14px;
        color: #dcdcdc;
        margin-bottom: 15px;
      }

      .footer-btn {
        display: inline-block;
        padding: 12px 22px;
        border-radius: 30px;
        background: linear-gradient(135deg, #ff9800, #ff5722);
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        transition: 0.3s;
      }

      .footer-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 25px rgba(255, 87, 34, 0.45);
      }

      /* BOTTOM */
      .footer-bottom {
        margin-top: 50px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        text-align: center;
        font-size: 13px;
        color: #ccc;
      }

      /* MOBILE */
      @media (max-width: 768px) {
        .jd-footer {
          padding: 60px 0 25px;
        }
      }
