/* ===== RESPONSIVE DESIGN CSS ===== */

/* XXL devices (very large screens, 1400px and up) */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }

  .hero-title {
    font-size: 4.2rem;
  }

  .service-image-container {
    height: 300px;
  }
}

/* Extra large devices (large desktops, 1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }

  .hero-title {
    font-size: 3.8rem;
  }

  .section-title-enhanced {
    font-size: 3rem;
  }

  .service-image-container {
    height: 280px;
  }

  .download-content {
    padding-right: 30px;
  }
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }

  .hero-title {
    font-size: 3.2rem;
  }

  .section-title-enhanced {
    font-size: 2.5rem;
  }

  .navbar .nav-link {
    margin: 0 4px;
    font-size: 0.95rem;
  }

  .service-image-container {
    height: 250px;
  }

  .service-content {
    padding: 15px 20px 15px;
  }

  .service-title-enhanced {
    font-size: 1.3rem;
  }

  .hero-content {
    padding-top: 50px;
  }

  .download-title {
    font-size: 2.5rem;
  }

  .step-icon-circle {
    width: 70px;
    height: 70px;
  }

  .step-icon-circle i {
    font-size: 1.8rem;
  }

  .section-title {
    font-size: 2.2rem;
  }







.navbar .nav-link {
   
    padding: 8px 10px !important;
   
}













}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }

  html {
    font-size: 14px;
  }

  body {
    overflow-x: hidden;
  }

  section {
    padding: 60px 0;
  }

  /* Hero Section */
  .hero-swiper {
    min-height: 500px;
    height: 50vh;
  }

  .hero-title {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .hero-description {
    font-size: 1rem;
    margin: 1rem 0;
  }

  .store-badges {
    gap: 12px;
    margin: 20px 0;
  }

  .store-badge {
    height: 45px;
  }

  /* Navbar */
  .navbar-brand img {
    height: 80px;
  }

  .navbar .nav-link {
    margin: 0 3px;
    font-size: 0.9rem;
    padding: 6px 10px !important;
  }

  /* About Section */
  .about-image {
    border-radius: 30px 8px 30px 8px;
    box-shadow: 15px 15px 0 #e3eccb;
    margin-bottom: 30px;
  }

  .about-image img {
    margin-bottom: 30px;
  }

  .about-list li {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  /* Services Section */
  .services-section {
    padding: 60px 0;
  }

  .section-title-enhanced {
    font-size: 2rem;
  }

  .section-subtitle-enhanced {
    font-size: 1rem;
  }

  .service-image-container {
    height: 200px;
  }

  .service-content {
    padding: 15px 18px 12px;
  }

  .service-title-enhanced {
    font-size: 1.2rem;
  }

  .service-price {
    font-size: 0.8rem;
    padding: 4px 10px;
  }

  .service-description-enhanced {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  /* How It Works */
  .how-it-works-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .step-card-simple {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .step-icon-circle {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
  }

  .step-icon-circle i {
    font-size: 1.6rem;
  }

  .step-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .step-description {
    font-size: 0.9rem;
    color: #666;
  }

  .step-number-badge {
    font-size: 2.5rem;
    top: 10px;
    right: 15px;
  }

  /* App Screens */
  .app-screens-section {
    padding: 60px 0;
  }

  .app-swiper-container {
    padding: 20px 30px;
  }

  .screen-prev,
  .screen-next {
    width: 40px;
    height: 40px;
  }

  .screen-prev::after,
  .screen-next::after {
    font-size: 1rem;
  }

  .phone-mockup {
    width: 220px;
  }

  .screen-image {
    max-height: 380px;
    min-height: 380px;
  }

  /* Download Section */
  .download-section {
    padding: 60px 0;
  }

  .download-title {
    font-size: 2.2rem;
  }

  .download-description {
    font-size: 1rem;
  }

  .download-features li {
    font-size: 0.95rem;
    padding: 0px 0;
  }

  .app-mockup {
    max-width: 100%;
  }

  .floating-card {
    font-size: 0.85rem;
  }

  /* Contact Section */
  .contact-form-wrapper {
    padding: 30px;
    border-radius: 20px;
  }

  .form-title {
    font-size: 1.5rem;
  }

  .form-label {
    font-size: 0.95rem;
  }

  .contact-info-card {
    margin-bottom: 0px;
  }

  .contact-info-card h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  /* Footer */
  .footer-heading {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    font-size: 0.95rem;
  }

  .floating-card-2 {
    right: 135px;
  }

  .floating-card-1 {
    left: 120px;
  }

  .floating-card-3 {
    left: 100px;
  }

  .contact-item-simple {
    display: flex;
    align-items: baseline;
  }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .section-header {
    margin-bottom: 30px;
  }

  /* .frmb{
  display: grid;
  grid-template-columns: 1fr 1fr;
} */

  .mobile-connectors {
    display: none;
  }

  .screen-image {
    min-height: 400px;
  }

  .copyright {
    text-align: center;
    margin-bottom: 0px;
  }

  .footer-certifications {
    justify-content: center;
    margin-top: 0px;
  }

  .contact-item-simple span {
    line-height: 1.4;
    font-size: 16px;
  }

  .footer-links li a {
    font-size: 16px;
  }

  p {
    font-size: 16px !important;
  }

  li {
    font-size: 16px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  h4 {
    font-size: 22px !important;
  }

  h6 {
    font-size: 20px !important;
  }

.section-padding {
    padding: 60px 0;
}



}

/* Small devices (phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 540px;
    padding: 0 15px;
  }

  html {
    font-size: 13.5px;
  }

  section {
    padding: 50px 0;
  }

  /* Hero Section */
  .hero-swiper {
    min-height: 400px;
    height: 40vh;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-highlight {
    display: block;
  }

  .hero-description {
    font-size: 0.9rem;
    margin: 12px 0;
  }

  .store-badges {
    gap: 10px;
    margin: 15px 0;
  }

  .store-badge {
    height: 40px;
  }

  /* Navbar */
  .navbar {
    padding: 0.6rem 0;
  }

  .navbar-brand img {
    height: 70px;
  }

  /* About Section */
  .about-image {
    border-radius: 25px 5px 25px 5px;
    box-shadow: 12px 12px 0 #e3eccb;
    margin-bottom: 25px;
  }

  .about-list li {
    margin-bottom: 10px;
    font-size: 0.95rem;
  }

  /* Services */
  .services-section {
    padding: 50px 0;
  }

  .section-title-enhanced {
    font-size: 1.8rem;
  }

  .section-subtitle-enhanced {
    font-size: 0.95rem;
  }

  .service-image-container {
    height: 180px;
  }

  .service-content {
    padding: 12px 15px 10px;
  }

  .service-title-enhanced {
    font-size: 1.1rem;
  }

  .service-badge {
    top: 12px;
    right: 12px;
    font-size: 0.65rem;
    padding: 4px 12px;
  }

  /* Steps */
  .section-title {
    font-size: 1.8rem;
  }

  .step-card-simple {
    padding: 18px 12px;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .step-icon-circle {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
  }

  .step-icon-circle i {
    font-size: 1.5rem;
  }

  .step-title {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .step-description {
    font-size: 0.85rem;
  }

  .step-number-badge {
    font-size: 2rem;
    top: 8px;
    right: 10px;
  }

  /* App Screens */
  .app-screens-section {
    padding: 50px 0;
  }

  .app-swiper-container {
    padding: 15px 20px;
  }

  .phone-mockup {
    width: 200px;
  }

  .screen-prev,
  .screen-next {
    width: 36px;
    height: 36px;
  }

  .screen-prev::after,
  .screen-next::after {
    font-size: 0.9rem;
  }

  /* Download Section */
  .download-section {
    padding: 50px 0;
  }

  .download-title {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  .download-description {
    font-size: 0.95rem;
  }

  .download-features li {
    font-size: 0.9rem;
    padding: 6px 0;
  }

  .download-badges {
    gap: 12px;
  }

  .store-badge-img {
    height: 45px;
  }

  /* Contact Form */
  .contact-form-wrapper {
    padding: 25px;
    border-radius: 15px;
  }

  .form-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .form-label {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }

  .form-control,
  .form-select {
    font-size: 0.95rem;
    padding: 8px 12px;
    border-radius: 8px;
  }

  .btn-submit {
    padding: 10px 24px;
    font-size: 0.95rem;
  }

  /* Contact Cards */
  .contact-info-card {
    margin-bottom: 18px;
  }

  .contact-info-card h4 {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  /* Footer */
  .footer-main {
    margin-bottom: 30px;
  }

  .footer-heading {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .footer-links {
    list-style: none;
    padding: 0;
  }

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    font-size: 0.9rem;
    color: #999;
  }

  .footer-brand {
    margin-bottom: 25px;
  }

  .footer-logo img {
    height: 60px;
  }

  .footer-description {
    font-size: 0.9rem;
    color: #666;
    margin-top: 15px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }

  .copyright {
    font-size: 0.85rem;
  }

  .contact-item-simple {
    display: flex;
    align-items: baseline;
  }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .frmb {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mobile-connectors {
    display: none;
  }

  .screen-image {
    min-height: 400px;
  }

  .copyright {
    text-align: center;
    margin-bottom: 0px;
  }

  .footer-certifications {
    justify-content: center;
    margin-top: 0px;
  }

  .contact-item-simple span {
    line-height: 1.4;
    font-size: 16px;
  }

  .footer-links li a {
    font-size: 16px;
  }

  p {
    font-size: 16px !important;
  }

  li {
    font-size: 16px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  h4 {
    font-size: 22px !important;
  }

  h6 {
    font-size: 20px !important;
  }




  .section-padding {
    padding: 50px 0;
}
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
    padding: 0 12px;
  }

  html {
    font-size: 13px;
  }

  body {
    overflow-x: hidden;
  }

  section {
    padding: 40px 0;
  }

  /* Loader */
  .loader-text {
    font-size: 0.9rem;
  }

  /* Navbar */
  .navbar {
    padding: 0.5rem 0;
  }

  .navbar-brand {
    font-size: 1.5rem;
  }

  .navbar-brand img {
    height: 60px;
  }

  .navbar-toggler {
    padding: 4px;
  }

  /* Hero Section */
  #home {
    margin-top: -100px;
  }

  .hero-swiper {
    min-height: 380px;
    height: 50vh;
  }

  .hero-title {
    font-size: 24px;
    /* line-height: 1.3; */
  }

  .hero-highlight {
    display: block;
    color: #fce570;
  }

  .hero-description {
    font-size: 16px;
    margin: 10px 0;
  }

  .store-badges {
    gap: 8px;
    margin: 12px 0;
  }

  .store-badge {
    height: 38px;
  }

  /* About Section */
  .bg-soft-green {
    padding: 40px 0;
  }

  .about-image {
    border-radius: 20px 5px 20px 5px;
    box-shadow: 10px 10px 0 #e3eccb;
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .about-list {
    margin-top: 20px;
  }

  .about-list li {
    margin-bottom: 8px;
    font-size: 0.9rem;
  }

  /* Services Section */
  .services-section {
    padding: 40px 0;
  }

  .section-title-enhanced {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .section-subtitle-enhanced {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .service-card-enhanced {
    margin-bottom: 20px;
  }

  .service-image-container {
    height: 150px;
  }

  .service-content {
    padding: 10px 12px 8px;
  }

  .service-header {
    margin-bottom: 10px;
    flex-direction: column;
    gap: 8px;
  }

  .service-title-enhanced {
    font-size: 1rem;
  }

  .service-price {
    font-size: 0.75rem;
    padding: 3px 8px;
    align-self: flex-start;
  }

  .service-description-enhanced {
    font-size: 0.85rem;
    margin-bottom: 10px;
  }

  .service-badge {
    top: 10px;
    right: 10px;
    font-size: 0.6rem;
    padding: 3px 10px;
  }

  /* How It Works */
  .how-it-works-section {
    padding: 40px 0;
    background: var(--yellow-light);
  }

  .section-header {
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .section-subtitle {
    font-size: 0.9rem;
  }

  .step-card-simple {
    padding: 15px 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .step-icon-circle {
    width: 55px;
    height: 55px;
    margin: 0 auto 10px;
  }

  .step-icon-circle i {
    font-size: 1.4rem;
  }

  .step-title {
    font-size: 0.95rem;
    margin-bottom: 6px;
  }

  .step-description {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .step-number-badge {
    font-size: 1.8rem;
    top: 5px;
    right: 8px;
    opacity: 0.25;
  }

  .mobile-connectors {
    margin: -5px 0;
    display: none;
  }

  .vertical-connector {
    padding: 5px 0;
    font-size: 1rem;
  }

  .promise-card {
    padding: 12px;
    border-radius: 20px;
    gap: 12px;
  }

  .promise-icon {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }

  .promise-label {
    font-size: 0.75rem;
  }

  .promise-value {
    font-size: 1rem;
  }

  /* App Screens */
  .app-screens-section {
    padding: 40px 0;
  }

  .app-swiper-container {
    padding: 10px 15px;
  }

  .phone-mockup {
    width: 180px;
    padding: 3px;
  }

  .phone-mockup::before {
    width: 60px;
    height: 16px;
    top: 8px;
  }

  .screen-image {
    /* max-height: 320px; */
    min-height: 320px;
    border-radius: 25px;
  }

  .screen-prev,
  .screen-next {
    width: 32px;
    height: 32px;
  }

  .screen-prev::after,
  .screen-next::after {
    font-size: 0.8rem;
  }

  .screen-pagination {
    bottom: -20px;
  }

  /* Download Section */
  .download-section {
    padding: 40px 0;
  }

  .download-badge {
    font-size: 0.8rem;
    padding: 6px 16px;
    margin-bottom: 12px;
  }

  .download-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .download-description {
    font-size: 0.9rem;
    margin: 12px 0;
  }

  .offer-highlight {
    font-weight: 700;
    color: var(--green-primary);
  }

  .download-features {
    margin: 15px 0;
  }

  .download-features li {
    font-size: 0.85rem;
    padding: 6px 0;
  }

  .download-features i {
    margin-right: 8px;
  }

  .download-badges {
    gap: 10px;
    margin: 15px 0;
  }

  .store-badge-img {
    height: 40px;
  }

  .mockup-wrapper {
    position: relative;
    height: 280px;
    margin: 20px 0;
  }

  .app-mockup {
    max-width: 100%;
    height: 370px;
  }

  .floating-card {
    font-size: 1rem !important;

    height: 40px;
    width: 40px;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .floating-card i {
    font-size: 1.5rem !important;
  }

  /* Contact Section */
  .contact-section {
    padding: 40px 0;
  }

  .section-title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .contact-info-wrapper {
    margin-bottom: 0px;
  }

  .contact-info-card {
    display: flex;
    gap: 12px;
    padding: 12px;
    border-radius: 10px;
    background: #f9f9f9;
    margin-bottom: 12px;
  }

  .contact-icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
    flex-shrink: 0;
  }

  .contact-info-content h4 {
    font-size: 0.95rem;
    margin: 0 0 4px;
  }

  .contact-info-content p {
    font-size: 0.85rem;
    margin: 0;
  }

  .contact-badge-sm {
    font-size: 0.7rem;
    padding: 2px 6px;
  }

  /* Contact Form */
  .contact-form-wrapper {
    padding: 20px;
    border-radius: 12px;
  }

  .form-title {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }

  .form-subtitle {
    font-size: 0.85rem;
    margin-bottom: 15px;
  }

  .form-label {
    font-size: 0.85rem;
    margin-bottom: 5px;
  }

  .form-control,
  .form-select {
    font-size: 0.9rem;
    padding: 7px 10px;
    border-radius: 6px;
  }

  .btn-submit {
    width: 100%;
    padding: 10px 20px;
    font-size: 0.95rem;
  }

  .social-links {
    margin-top: 12px;
    text-align: center;
  }

  .social-links span {
    font-size: 0.85rem;
    display: block;
    margin-bottom: px;
  }

  .social-link {
    display: inline-flex;
    margin: 0 6px;
  }

  /* Footer */
  .footer-main {
    margin-bottom: 20px;
  }

  .footer-section {
    padding: 40px 0 20px;
  }

  .footer-brand {
    margin-bottom: 20px;
    text-align: left;
  }

  .footer-logo img {
    height: 50px;
  }

  .footer-description {
    font-size: 0.85rem;
    color: #666;
    margin-top: 12px;
  }

  .footer-social {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 15px;
  }

  .social-icon {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }

  .footer-heading {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .footer-links {
    list-style: none;
    padding: 0;
  }

  .footer-links li {
    margin-bottom: 8px;
  }

  .footer-links a {
    font-size: 0.85rem;
    color: #999;
  }

  .footer-contact-simple {
    margin-bottom: 15px;
  }

  .contact-item-simple {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.85rem;
  }

  .contact-item-simple i {
    font-size: 16px;
    /* color: var(--green-primary); */
  }

  .footer-app-badges {
    display: flex;
    gap: 8px;
    margin-top: 12px;
  }

  .footer-badge-link img {
    height: 35px;
  }

  .footer-bottom {
    padding-top: 0px;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
  }

  .copyright {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-certifications p {
    font-size: 0.8rem;
    text-align: center;
  }

  .back-to-top {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .footer-bottom {
    padding: 0px 0 0px;
  }

  /* Offcanvas Menu */
  .offcanvas-header {
    padding: 1rem;
  }

  .offcanvas-title {
    font-size: 1.3rem;
  }

  .offcanvas .nav-link {
    font-size: 1rem;
    padding: 12px 15px !important;
  }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .custom-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 4px !important;
  }
  .custom-pagination .swiper-pagination-bullet-active {
    background: var(--yellow-primary);
    width: 20px;
  }

  /* .frmb {
    display: grid;
    grid-template-columns: 1fr 1fr;
  } */

  .download-features li {
    gap: 0px;
  }
  .download-features {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .floating-card-2 {
    right: 70px;
    bottom: 120px;
  }

  .floating-card-1 {
    left: 70px;
    top: -20px;
  }

  .floating-card-3 {
    left: 50px;
    bottom: 30px;
  }

  .contact-info-wrapper {
    gap: 5px;
    height: 100%;
  }

  .footer-links li a {
    font-size: 16px;
  }

  .contact-item-simple {
    display: flex;
    align-items: baseline;
  }

  .social-links {
    display: flex;
    align-items: center;
    gap: 3px;
  }

  .footer-certifications {
    justify-content: center;
    margin-top: 0px;
  }

  .contact-item-simple span {
    line-height: 1.4;
    font-size: 16px;
  }

  p {
    font-size: 16px !important;
  }

  li {
    font-size: 16px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  h4 {
    font-size: 18px !important;
  }

  h6 {
    font-size: 18px !important;
  }





.section-padding {
    padding: 40px 0;
}












}
