/* ===== Responsive Styles ===== */

/* ===== 1600px ===== */
@media (max-width: 1600px) {
  .header-box {
    width: 90%;
  }

  .deliver-card {
    width: 85%;
  }
}

/* ===== 1400px ===== */
@media (max-width: 1400px) {
  .section-padding {
    padding-left: 120px;
    padding-right: 120px;
  }

  h1 {
    font-size: 56px;
  }

  .hero-section h1 {
    line-height: 76px;
  }

  .header-box {
    width: 95%;
  }

  .garden-content {
    padding: 0 60px 0 80px;
    margin-left: 40px;
  }

  .deliver-card {
    width: 90%;
  }

  .cta-banner h4 {
    font-size: 24px;
  }

  /* Inner Page Header */
  .inner-header-logo img {
    height: 60px;
  }

  /* Service Cards */
  .service-card-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

/* ===== 1366px ===== */
@media (max-width: 1366px) {
  h1 {
    font-size: 50px;
  }

  .hero-section h1 {
    line-height: 68px;
  }

  h2 {
    font-size: 32px;
  }

  .garden-content {
    padding: 0 40px 0 60px;
    margin-left: 30px;
  }

  .supplies-carousel-wrapper {
    padding: 0 50px;
  }

  .contact-form-card {
    padding: 30px;
  }
}

/* ===== 1200px ===== */
@media (max-width: 1200px) {
  .section-padding {
    padding-left: 100px;
    padding-right: 100px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-section h1 {
    line-height: 60px;
  }

  h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  .section {
    padding-top: 60px;
  }

  .header-box {
    width: 100%;
  }

  .header-logo img {
    height: 120px;
  }

  .header-top {
    padding-left: 150px;
  }

  .header-navbar {
    padding-left: 150px !important;
  }

  .btn-green,
  .btn-white {
    padding: 12px 24px;
    font-size: 16px;
  }

  .garden-content {
    padding: 0 30px 0 40px;
    margin-left: 20px;
  }

  .garden-img {
    margin-top: -60px;
  }

  .supplies-section {
    margin-top: 60px;
  }

  .cta-banner {
    margin-top: 60px;
  }

  .testimonials-section {
    margin-top: 60px;
  }

  .contact-section {
    margin-top: 60px;
  }

  .footer-section {
    padding-top: 60px;
    margin-top: 60px;
  }

  .deliver-card {
    width: 95%;
  }

  .cta-bottom-inner {
    padding: 50px 30px;
  }

  .why-card p br {
    display: none;
  }

  .header-box .btn-green,
  .inner-header-wrap .btn-green {
    display: none !important;
  }

  .page-banner-content {
    padding: 100px 0px;
  }
}

/* ===== 1100px ===== */
@media (max-width: 1100px) {
  .section-padding {
    padding-left: 80px;
    padding-right: 80px;
  }
  h1 {
    font-size: 40px;
  }

  .hero-section h1 {
    line-height: 56px;
  }

  .hero-content {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .hero-desc .lead-text,
  .hero-desc .sub-text {
    font-size: 18px;
    line-height: 26px;
  }

  .header-navbar .nav-link {
    font-size: 16px;
    padding-left: 16px !important;
    margin-left: 16px;
  }

  .header-top {
    padding-left: 140px;
  }

  .header-navbar {
    padding-left: 140px !important;
  }

  .garden-content {
    padding: 0 20px 0 30px;
    margin-left: 15px;
  }

  .contact-info-card {
    padding: 15px 12px;
  }

  .contact-info-card h6 {
    font-size: 16px;
  }

  /* Service Detail Images */
  .service-detail-img-left img,
  .service-detail-img-right img {
    height: 320px;
  }

  .service-detail-img-center img {
    height: 380px;
  }
}

/* ===== 992px ===== */
@media (max-width: 992px) {
  .section-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
  h1 {
    font-size: 36px;
  }

  .hero-section h1 {
    line-height: 50px;
  }

  h2 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section {
    padding-top: 50px;
  }

  /* Topbar */
  .topbar {
    display: none;
  }

  /* Header / Navbar */
  .header-box {
    position: relative;
    z-index: 1000;
  }

  .header-logo {
    position: static;
  }

  .header-logo img {
    height: 80px;
  }

  .header-top {
    padding-left: 0;
  }

  .header-navbar {
    padding: 0 !important;
    padding-left: 0 !important;
    position: relative;
  }

  .header-navbar .navbar-nav {
    margin-left: 0 !important;
  }

  .header-navbar .navbar-collapse {
    background-color: var(--dark);
    border-radius: 0 0 10px 10px;
    padding: 16px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .header-navbar .nav-link {
    border-left: none;
    padding-left: 0 !important;
    margin-left: 0;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    color: var(--white) !important;
  }

  .header-navbar .nav-link:hover,
  .header-navbar .nav-link.active {
    color: var(--primary) !important;
  }

  .header-navbar .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .header-navbar .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    box-shadow: none;
    padding: 0 0 0 15px;
  }

  .header-navbar .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    padding: 8px 15px;
  }

  .header-navbar .dropdown-item:hover,
  .header-navbar .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--primary);
  }

  .header-navbar .dropdown-toggle::after {
    display: none;
  }

  .header-navbar .dropdown-toggle {
    position: relative;
  }

  .header-navbar .dropdown-toggle::before {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 300;
    color: var(--white);
    transition: all 0.3s ease;
  }

  .header-navbar .dropdown.show .dropdown-toggle::before {
    content: '−';
  }

  .header-navbar .nav-link.active {
    border-bottom: 2px solid var(--primary);
  }

  /* Hero */
  .hero-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  /* USPs */
  .usps-card {
    padding: 40px 25px;
  }

  /* About */
  .about-img {
    height: auto;
  }

  /* Supplies */
  .supplies-carousel-wrapper {
    padding: 0 40px;
  }

  .supplies-section {
    margin-top: 50px;
  }

  /* Garden */
  .garden-content {
    padding: 40px 30px;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .garden-img {
    margin-top: 0;
    border-radius: 12px;
  }

  /* CTA Banner */
  .cta-banner {
    margin-top: 50px;
  }

  .cta-banner .container {
    flex-direction: column;
    text-align: center;
  }

  .cta-banner .d-flex.align-items-center.gap-4 {
    flex-direction: column;
  }

  .cta-banner h4 {
    max-width: 100%;
    font-size: 20px;
  }

  /* Why Us */
  .why-subtitle br {
    display: none;
  }

  /* Testimonials */
  .testimonials-section {
    margin-top: 50px;
  }

  .testimonial-content {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }

  .testimonial-nav {
    justify-content: center;
  }

  /* Deliver */
  .deliver-card {
    width: 100%;
  }

  /* Contact */
  .contact-section {
    margin-top: 50px;
  }

  .contact-form-card {
    padding: 30px;
  }

  /* CTA Bottom */
  .cta-bottom-inner {
    padding: 40px 25px;
  }

  .cta-bottom-text br {
    display: none;
  }

  /* Inner Page Header */
  .inner-header-wrap {
    flex-wrap: wrap;
    position: relative;
  }

  .inner-navbar {
    padding: 0 !important;
    position: static;
    order: 2;
  }

  .inner-navbar .navbar-toggler {
    padding: 4px 8px;
    order: 2;
  }

  .inner-navbar .navbar-collapse {
    background-color: var(--dark);
    border-radius: 0 0 10px 10px;
    padding: 16px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
  }

  .inner-navbar .nav-link {
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
  }

  .inner-navbar .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .inner-navbar .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    box-shadow: none;
    padding: 0 0 0 15px;
  }

  .inner-navbar .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    padding: 8px 15px;
  }

  .inner-navbar .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--primary);
  }

  .inner-navbar .dropdown-toggle::after {
    display: none;
  }

  .inner-header .d-none.d-lg-flex {
    display: none !important;
  }

  /* Page Banner */
  .page-banner {
    min-height: 300px;
  }

  .page-banner-title {
    font-size: 36px;
  }

  /* Service Detail */
  .service-detail-images {
    justify-content: center;
  }

  .service-detail-img-left img,
  .service-detail-img-right img {
    height: 280px;
  }

  .service-detail-img-center img {
    height: 340px;
  }

  /* Tree Types */
  .tree-types-bg {
    padding: 60px 0 120px;
  }

  /* About CTA */
  .about-cta-overlay {
    padding: 50px 20px;
  }

  .about-cta-phones {
    font-size: 22px;
  }

  /* Gallery Grid */
  .gallery-grid-section {
    padding-bottom: 50px;
  }

  /* Blog Cards */
  .blog-card-btn {
    font-size: 14px;
  }

  /* Products */
  .product-card {
    padding: 20px;
  }

  /* FAQ */
  .faq-accordion .accordion-button {
    font-size: 16px;
    padding: 16px 20px;
  }

  /* Footer */
  .footer-section {
    padding-top: 50px;
    margin-top: 50px;
  }
}

/* ===== 786px ===== */
@media (max-width: 786px) {
  .section-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
  h1 {
    font-size: 32px;
  }

  .hero-section h1 {
    line-height: 44px;
  }

  h2 {
    font-size: 26px;
  }

  h6 {
    font-size: 17px;
  }

  .section {
    padding-top: 40px;
  }

  /* Header */
  .header-logo img {
    height: 60px;
  }

  /* Hero */
  .hero-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .hero-desc .lead-text,
  .hero-desc .sub-text {
    font-size: 16px;
    line-height: 24px;
  }

  /* Buttons */
  .btn-green,
  .btn-white {
    padding: 12px 22px;
    font-size: 16px;
  }

  /* About */
  .about-features {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .about-icon {
    border-right: none;
    border-bottom: 1px dashed #ddd;
    padding-right: 0;
    padding-bottom: 16px;
  }

  /* Supplies */
  .supplies-carousel-wrapper {
    padding: 0 35px;
  }

  .supplies-nav {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .supplies-subtitle br {
    display: none;
  }

  .supplies-section {
    margin-top: 40px;
    padding: 60px 0px;
  }

  /* Garden */
  .garden-content {
    padding: 30px 20px;
  }

  /* CTA Banner */
  .cta-banner {
    margin-top: 40px;
    padding: 40px 0;
  }

  .cta-icon-wrapper {
    display: none;
  }

  /* Why Us */
  .why-card {
    padding: 0px 0px 16px;
  }

  /* Testimonials */
  .testimonials-section {
    margin-top: 40px;
    padding: 40px 0px;
  }

  .testimonial-nav button {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  /* Deliver */
  .deliver-item {
    padding: 14px;
    font-size: 16px;
  }

  /* Gallery */
  .gallery-img {
    border-radius: 8px;
  }

  /* Contact */
  .contact-section {
    margin-top: 40px;
  }

  .contact-form-card {
    padding: 24px;
  }

  .contact-map {
    padding: 20px;
  }

  /* CTA Bottom */
  .cta-bottom-inner {
    padding: 35px 20px;
  }

  /* Inner Header */
  .inner-header-logo img {
    height: 50px;
  }

  /* Page Banner */
  .page-banner {
    min-height: 260px;
  }

  .page-banner-title {
    font-size: 30px;
  }

  /* Service Detail */
  .service-detail-images {
    flex-direction: column;
    align-items: center;
  }

  .service-detail-img-left,
  .service-detail-img-center,
  .service-detail-img-right {
    flex: 0 0 100%;
    max-width: 400px;
  }

  .service-detail-img-left img,
  .service-detail-img-right img,
  .service-detail-img-center img {
    height: 300px;
    width: 100%;
  }

  /* Tree Types */
  .tree-types-bg {
    padding: 50px 0 100px;
  }

  .tree-types-cards {
    margin-top: -60px;
  }

  /* About CTA */
  .about-cta-overlay {
    padding: 40px 15px;
  }

  .about-cta-overlay h2 br {
    display: none;
  }

  /* Gallery Grid */
  .gallery-grid-img {
    border-radius: 8px;
  }

  /* Service Card */
  .service-card-arrow {
    display: none;
  }

  /* Footer */
  .footer-section {
    padding-top: 40px;
    margin-top: 40px;
  }

  .footer-links {
    columns: 1;
  }

  .footer-copyright {
    margin-top: 30px;
  }
}

/* ===== 600px ===== */
@media (max-width: 600px) {
  .section-padding {
    padding-left: 25px;
    padding-right: 25px;
  }
  h1 {
    font-size: 28px;
  }

  .hero-section h1 {
    line-height: 40px;
  }

  h2 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .section {
    padding-top: 35px;
  }

  /* Header */
  .header-box {
    border-radius: 0;
  }

  .header-logo img {
    height: 50px;
  }

  /* Hero */
  .hero-badge {
    font-size: 16px;
    padding: 7px 14px;
  }

  .section-badge {
    font-size: 16px;
    padding: 7px 14px;
  }

  /* USPs */
  .usps-card {
    padding: 30px 20px;
  }

  /* About */
  .about-text {
    font-size: 16px;
  }

  /* Supplies */
  .supplies-carousel-wrapper {
    padding: 0 30px;
  }

  .supplies-section {
    margin-top: 35px;
    padding: 50px 0px;
  }

  /* Garden */
  .garden-content {
    padding: 25px 15px;
  }

  .garden-card-img {
    width: 60px;
  }

  /* CTA Banner */
  .cta-banner {
    padding: 30px 0;
    margin-top: 35px;
  }

  .cta-phones {
    font-size: 16px;
  }

  /* Why Us */
  .why-subtitle br {
    display: none;
  }

  /* Testimonials */
  .testimonials-section {
    margin-top: 35px;
    padding: 35px 0px;
  }

  .testimonial-badge {
    padding: 6px 14px;
    font-size: 16px;
  }

  .testimonial-stars {
    font-size: 16px;
  }

  .testimonial-label {
    font-size: 16px;
  }

  /* Deliver */
  .deliver-card {
    padding: 20px;
  }

  .deliver-item {
    padding: 12px 10px;
    font-size: 16px;
  }

  .deliver-notice {
    padding: 16px 20px;
  }

  /* Gallery */
  .gallery-subtitle br {
    display: none;
  }

  /* Contact */
  .contact-section {
    margin-top: 35px;
  }

  .contact-form-card {
    padding: 20px;
  }

  .contact-input {
    padding: 12px 14px;
    font-size: 16px;
  }

  .contact-info-card {
    padding: 14px 12px;
  }

  .contact-map {
    padding: 16px;
  }

  .contact-map-icon {
    width: 48px;
    height: 48px;
  }

  /* CTA Bottom */
  .cta-bottom-inner {
    padding: 30px 16px;
    border-radius: 16px;
  }

  /* Footer */
  .footer-section {
    padding-top: 35px;
    margin-top: 35px;
  }

  .footer-logo img {
    height: 60px;
  }

  /* Page Banner */
  .page-banner {
    min-height: 220px;
  }

  .page-banner-title {
    font-size: 26px;
  }

  .page-breadcrumb {
    font-size: 14px;
  }

  /* Service Detail */
  .service-detail-img-left img,
  .service-detail-img-right img,
  .service-detail-img-center img {
    height: 250px;
  }

  .service-detail-quote {
    padding: 14px 18px;
  }

  /* Tree Types */
  .tree-types-bg {
    padding: 40px 0 90px;
  }

  .tree-type-card {
    padding: 24px;
  }

  /* Tree Supply */
  .tree-supply-card {
    padding: 24px;
  }

  /* Tree CTA */
  .tree-cta-overlay {
    padding: 50px 15px;
  }

  /* About CTA */
  .about-cta-phones {
    font-size: 18px;
  }

  .about-cta-badge {
    font-size: 14px;
  }

  /* Gallery Pagination */
  .gallery-page-link {
    width: 40px;
    height: 40px;
  }

  .footer-copyright .container {
    flex-direction: column;
    text-align: center;
  }
}

/* ===== 500px ===== */
@media (max-width: 500px) {
  .section-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 30px;
  }

  .hero-section h1 {
    line-height: 38px;
  }

  h2 {
    font-size: 22px;
  }

  .btn-green,
  .btn-white {
    padding: 10px 20px;
    font-size: 16px;
  }

  /* Hero */
  .hero-content {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .hero-desc .lead-text,
  .hero-desc .sub-text {
    font-size: 16px;
    line-height: 22px;
  }

  /* Supplies */
  .supplies-carousel-wrapper {
    padding: 0 25px;
  }

  .supplies-nav {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .supplies-section {
    margin-top: 30px;
    padding: 40px 0px;
  }

  /* Garden */
  .garden-content {
    padding: 20px 12px;
  }

  /* CTA Banner */
  .cta-banner {
    padding: 25px 0;
    margin-top: 30px;
  }

  /* Testimonials */
  .testimonials-section {
    margin-top: 30px;
    padding: 30px 0px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  /* Deliver */
  .deliver-card {
    padding: 16px;
  }

  .deliver-item {
    padding: 10px 8px;
    font-size: 16px;
  }

  .deliver-icon {
    width: 20px;
    height: 20px;
  }

  /* Contact */
  .contact-info-icon {
    width: 32px;
    height: 32px;
  }

  /* Footer */
  .footer-section {
    padding-top: 30px;
    margin-top: 30px;
  }

  .footer-blog-img {
    width: 70px;
  }

  .footer-powered img {
    height: 30px;
  }
}

/* ===== 450px ===== */
@media (max-width: 450px) {
  h1 {
    font-size: 30px;
  }

  .hero-section h1 {
    line-height: 38px;
  }

  h2 {
    font-size: 20px;
  }

  h5 {
    font-size: 17px;
  }

  .section {
    padding-top: 30px;
  }

  /* Buttons */
  .btn-green,
  .btn-white {
    padding: 10px 18px;
    font-size: 16px;
  }

  .btn-white {
    padding: 10px 18px;
  }

  /* Hero */
  .hero-badge {
    font-size: 16px;
    padding: 6px 12px;
  }

  .section-badge {
    font-size: 16px;
    padding: 6px 12px;
  }

  /* Supplies */
  .supplies-carousel-wrapper {
    padding: 0 20px;
  }

  .supplies-section {
    margin-top: 25px;
    padding: 35px 0px;
  }

  /* CTA Banner */
  .cta-banner {
    margin-top: 25px;
  }

  .cta-banner h4 {
    font-size: 18px;
  }

  /* Testimonials */
  .testimonials-section {
    margin-top: 25px;
  }

  /* Deliver */
  .deliver-notice p {
    font-size: 16px;
  }

  /* Contact */
  .contact-form-card {
    padding: 16px;
  }

  .contact-info-card {
    flex-direction: column;
    text-align: center;
  }

  /* CTA Bottom */
  .cta-bottom-inner {
    padding: 25px 14px;
    border-radius: 12px;
  }

  .cta-bottom .btn-white {
    width: 100%;
    justify-content: center;
  }

  /* Footer */
  .footer-section {
    padding-top: 25px;
    margin-top: 25px;
  }

  .footer-social {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  /* Page Banner */
  .page-banner {
    min-height: 200px;
  }

  .page-banner-title {
    font-size: 22px;
  }

  /* Service Card */
  .service-card-body {
    padding: 0 18px 18px;
  }

  .service-card-number {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  /* Service Detail */
  .service-detail-img-left img,
  .service-detail-img-right img,
  .service-detail-img-center img {
    height: 200px;
    border-radius: 60px;
  }

  /* Tree Types */
  .tree-types-bg {
    padding: 35px 0 80px;
  }

  .tree-type-card {
    padding: 20px;
  }

  /* Tree Supply */
  .tree-supply-card {
    padding: 20px;
  }

  /* Tree CTA */
  .tree-cta-overlay {
    padding: 40px 12px;
  }

  /* What Trees */
  .what-trees-row {
    padding: 10px 14px;
    font-size: 14px;
  }

  /* About CTA */
  .about-cta-overlay {
    padding: 35px 12px;
  }

  .about-cta-phones {
    font-size: 16px;
  }

  .about-cta-badge {
    font-size: 13px;
    padding: 5px 10px;
  }

  /* FAQ */
  .faq-accordion .accordion-button {
    font-size: 14px;
    padding: 14px 16px;
  }

  .faq-accordion .accordion-body {
    font-size: 14px;
    padding: 12px 16px;
  }

  /* Gallery Pagination */
  .gallery-page-link {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

/* ===== 375px ===== */
@media (max-width: 375px) {
  h1 {
    font-size: 30px;
  }

  .hero-section h1 {
    line-height: 38px;
  }

  h2 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .section {
    padding-top: 25px;
  }

  /* Buttons */
  .btn-green,
  .btn-white {
    padding: 9px 16px;
    font-size: 16px;
  }

  /* Header */
  .header-logo img {
    height: 42px;
  }

  .header-top {
    padding: 10px 0;
  }

  /* Hero */
  .hero-content {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .hero-desc .lead-text,
  .hero-desc .sub-text {
    font-size: 16px;
    line-height: 22px;
  }

  /* USPs */
  .usps-card {
    padding: 25px 16px;
  }

  /* About */
  .about-checklist li {
    font-size: 16px;
  }

  /* Supplies */
  .supplies-carousel-wrapper {
    padding: 0 16px;
  }

  .supplies-nav {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }

  .supplies-section {
    margin-top: 20px;
    padding: 30px 0px;
  }

  /* Garden */
  .garden-content {
    padding: 16px 10px;
  }

  .garden-card {
    padding: 12px;
  }

  .garden-card-img {
    width: 50px;
  }

  /* CTA Banner */
  .cta-banner {
    padding: 20px 0;
    margin-top: 20px;
  }

  .cta-banner h4 {
    font-size: 16px;
  }

  .cta-phones {
    font-size: 16px;
  }

  /* Testimonials */
  .testimonials-section {
    margin-top: 20px;
    padding: 25px 0px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .testimonial-nav button {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  /* Deliver */
  .deliver-card {
    padding: 12px;
  }

  .deliver-item {
    padding: 8px;
    font-size: 16px;
    border-radius: 12px;
  }

  .deliver-notice {
    padding: 12px 14px;
  }

  /* Contact */
  .contact-form-card {
    padding: 14px;
  }

  .contact-input {
    padding: 10px 12px;
    font-size: 16px;
  }

  .contact-info-card {
    padding: 12px 10px;
  }

  .contact-map {
    padding: 14px;
  }

  .contact-map-icon {
    width: 40px;
    height: 40px;
  }

  /* CTA Bottom */
  .cta-bottom-inner {
    padding: 20px 12px;
  }

  /* Footer */
  .footer-section {
    padding-top: 20px;
    margin-top: 20px;
  }

  .footer-logo img {
    height: 50px;
  }

  .footer-desc {
    font-size: 16px;
  }

  .footer-blog-img {
    width: 60px;
  }

  .footer-powered img {
    height: 25px;
  }
}
