/* ============================================
   RESPONSIVE - BANNER
   ============================================ */

/* 1440px - 1200px */
@media (max-width: 1440px) {
    .hero-heading {
        font-size: 54px;
    }
}

/* 1200px - 1024px */
@media (max-width: 1199px) {
    .custom-hero-wrapper {
        min-height: 90vh;
        height: 90vh;
        max-height: 800px;
    }
    
    .hero-heading {
        font-size: 46px;
    }
}

/* 1024px - 768px */
@media (max-width: 1023px) {
    .custom-hero-wrapper {
        min-height: 85vh;
        height: auto;
        max-height: none;
        padding: 100px 0 60px;
    }
    
    .custom-hero-inner {
        min-height: auto;
        flex-direction: column;
        text-align: center;
    }
    
    .custom-hero-text {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .hero-tagline {
        align-self: center;
    }
    
    .hero-description {
        max-width: 100%;
        text-align: center;
        color: #000000;
    }
    
    .hero-heading {
        font-size: 40px;
        text-align: center;
        color: #000000;
    }
    
    .custom-hero-image {
        display: none;
    }
    
    .hero-scroll-indicator {
        display: none;
    }
}

/* 768px - 525px */
@media (max-width: 767px) {
    .custom-hero-wrapper {
        padding: 80px 0 50px;
        min-height: auto;
    }
    
    .hero-heading {
        font-size: 32px;
        color: #000000;
    }
    
    .hero-description {
        font-size: 16px;
        color: #000000;
    }
    
    .hero-tagline {
        font-size: 12px;
        padding: 6px 16px 6px 12px;
        color: #000000;
    }
    
    .hero-tagline-icon {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
    
    .hero-button {
        padding: 0.8rem 2rem !important;
        font-size: 13px !important;
    }
}

/* 525px - 425px */
@media (max-width: 525px) {
    .custom-hero-wrapper {
        padding: 60px 0 40px;
    }
    
    .hero-heading {
        font-size: 28px;
        color: #000000;
    }
    
    .hero-description {
        font-size: 14px;
        color: #000000;
    }
    
    .hero-tagline {
        font-size: 11px;
        padding: 5px 12px 5px 10px;
        color: #000000;
    }
}

/* 425px and below */
@media (max-width: 425px) {
    .custom-hero-wrapper {
        padding: 50px 0 30px;
        min-height: auto;
    }
    
    .hero-heading {
        font-size: 24px;
        color: #000000;
    }
    
    .hero-description {
        font-size: 13px;
        line-height: 1.6;
        color: #000000;
    }
    
    .hero-tagline {
        font-size: 10px;
        padding: 4px 10px 4px 8px;
        color: #000000;
    }
    
    .hero-tagline-icon {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    
    .hero-button {
        padding: 0.7rem 1.5rem !important;
        font-size: 12px !important;
    }
    
    .hero-button i {
        font-size: 12px;
    }
}

/* ---------- ROTATING TEXT TRANSITION ---------- */
.hero-rotating-text {
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: inline-block;
}

.hero-rotating-text.fade-out {
    opacity: 0;
    transform: translateY(-10px);
}

.hero-rotating-text.fade-in {
    opacity: 1;
    transform: translateY(0);
}
/* ============================================
   ABOUT US - RESPONSIVE
   ============================================ */

/* 1440px - 1200px */
@media (max-width: 1440px) {
    .about-heading {
        font-size: 38px;
    }
    
    .about-image-wrap {
        min-height: 450px;
    }
}

/* 1200px - 1024px */
@media (max-width: 1199px) {
    .about-heading {
        font-size: 34px;
    }
    
    .custom-about-grid {
        gap: 40px;
    }
    
    .about-image-wrap {
        min-height: 400px;
    }
}

/* 1024px - 768px */
@media (max-width: 1023px) {
    .custom-about-wrapper {
        padding: 60px 0;
    }
    
    .custom-about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .custom-about-image {
        order: -1;
    }
    
    .about-image-wrap {
        min-height: 350px;
    }
    
    .about-heading {
        font-size: 32px;
    }
    
    .about-description {
        font-size: 15px;
    }
    
    .about-image-badge {
        bottom: 20px;
        left: 20px;
        padding: 14px 20px;
    }
    
    .badge-text {
        font-size: 18px;
    }
}

/* 768px - 525px */
@media (max-width: 767px) {
    .custom-about-wrapper {
        padding: 40px 0;
    }
    
    .custom-about-grid {
        gap: 30px;
    }
    
    .about-image-wrap {
        min-height: 280px;
    }
    
    .about-heading {
        font-size: 26px;
    }
    
    .about-description {
        font-size: 14px;
    }
    
    .about-experience {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px 18px;
    }
    
    .experience-number {
        font-size: 20px;
    }
    
    .experience-desc {
        font-size: 13px;
    }
    
    .commitment-item {
        padding: 15px 18px;
    }
    
    .about-image-badge {
        bottom: 15px;
        left: 15px;
        padding: 12px 16px;
    }
    
    .badge-text {
        font-size: 16px;
    }
    
    .badge-sub {
        font-size: 10px;
    }
    
    .badge-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

/* 525px - 425px */
@media (max-width: 525px) {
    .custom-about-wrapper {
        padding: 30px 0;
    }
    
    .about-image-wrap {
        min-height: 220px;
        border-radius: 12px;
    }
    
    .about-heading {
        font-size: 22px;
    }
    
    .about-description {
        font-size: 13px;
    }
    
    .custom-about-tag {
        font-size: 12px;
        padding: 6px 14px 6px 10px;
        margin-bottom: 25px;
    }
    
    .about-tag-icon {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
    
    .about-experience {
        padding: 12px 15px;
    }
    
    .experience-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
    
    .commitment-item {
        padding: 12px 15px;
    }
    
    .commitment-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
    
    .commitment-title {
        font-size: 14px;
    }
    
    .commitment-desc {
        font-size: 13px;
    }
    
    .about-image-badge {
        bottom: 12px;
        left: 12px;
        padding: 10px 14px;
    }
    
    .badge-text {
        font-size: 14px;
    }
    
    .badge-sub {
        font-size: 9px;
    }
    
    .about-button {
        padding: 0.7rem 1.5rem !important;
        font-size: 12px !important;
    }
}

/* 425px and below */
@media (max-width: 425px) {
    .custom-about-wrapper {
        padding: 20px 0;
    }
    
    .about-image-wrap {
        min-height: 180px;
        border-radius: 10px;
    }
    
    .about-heading {
        font-size: 20px;
    }
    
    .about-description {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .custom-about-tag {
        font-size: 10px;
        padding: 5px 12px 5px 8px;
    }
    
    .about-tag-icon {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    
    .about-experience {
        padding: 10px 12px;
    }
    
    .experience-number {
        font-size: 18px;
    }
    
    .experience-label {
        font-size: 10px;
    }
    
    .experience-desc {
        font-size: 12px;
    }
    
    .about-image-badge {
        bottom: 10px;
        left: 10px;
        padding: 8px 12px;
    }
    
    .badge-text {
        font-size: 12px;
    }
}
/* ============================================
   SERVICES SECTION - RESPONSIVE
   ============================================ */

/* 1440px - 1200px */
@media (max-width: 1440px) {
    .services-heading {
        font-size: 38px;
    }
    
    .service-card-inner {
        padding: 30px 20px 25px;
    }
}

/* 1200px - 1024px */
@media (max-width: 1199px) {
    .services-heading {
        font-size: 34px;
    }
    
    .custom-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .service-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
}

/* 1024px - 768px */
@media (max-width: 1023px) {
    .custom-services-wrapper {
        padding: 60px 0;
    }
    
    .services-heading {
        font-size: 30px;
    }
    
    .services-sub {
        font-size: 17px;
    }
    
    .custom-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .service-title {
        font-size: 16px;
    }
    
    .service-desc {
        font-size: 14px;
    }
}

/* 768px - 525px */
@media (max-width: 767px) {
    .custom-services-wrapper {
        padding: 40px 0;
    }
    
    .custom-services-header {
        margin-bottom: 35px;
    }
    
    .services-heading {
        font-size: 26px;
    }
    
    .services-sub {
        font-size: 15px;
    }
    
    .custom-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .service-card-inner {
        padding: 25px 20px;
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .service-title {
        font-size: 16px;
    }
    
    .service-desc {
        font-size: 14px;
    }
    
    .custom-services-tag {
        font-size: 12px;
        padding: 6px 14px 6px 10px;
    }
    
    .services-tag-icon {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
}

/* 525px - 425px */
@media (max-width: 525px) {
    .custom-services-wrapper {
        padding: 30px 0;
    }
    
    .services-heading {
        font-size: 22px;
    }
    
    .services-sub {
        font-size: 14px;
    }
    
    .service-card-inner {
        padding: 20px 16px;
    }
    
    .service-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    
    .service-title {
        font-size: 15px;
    }
    
    .service-desc {
        font-size: 13px;
    }
}

/* 425px and below */
@media (max-width: 425px) {
    .custom-services-wrapper {
        padding: 20px 0;
    }
    
    .services-heading {
        font-size: 20px;
    }
    
    .services-sub {
        font-size: 13px;
    }
    
    .custom-services-tag {
        font-size: 10px;
        padding: 5px 12px 5px 8px;
    }
    
    .services-tag-icon {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    
    .service-card-inner {
        padding: 18px 14px;
    }
    
    .service-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .service-title {
        font-size: 14px;
    }
    
    .service-desc {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .service-readmore {
        font-size: 12px;
    }
}
/* ============================================
   WHY CHOOSE US - RESPONSIVE
   ============================================ */

@media (max-width: 1440px) {
    .why-heading {
        font-size: 38px;
    }
    .why-image-wrap {
        min-height: 450px;
    }
}

@media (max-width: 1199px) {
    .why-heading {
        font-size: 34px;
    }
    .custom-why-grid {
        gap: 40px;
    }
    .why-image-wrap {
        min-height: 400px;
    }
}

@media (max-width: 1023px) {
    .custom-why-wrapper {
        padding: 60px 0;
    }
    .custom-why-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .custom-why-image {
        order: -1;
    }
    .why-image-wrap {
        min-height: 350px;
    }
    .why-heading {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .custom-why-wrapper {
        padding: 40px 0;
    }
    .why-image-wrap {
        min-height: 280px;
    }
    .why-heading {
        font-size: 26px;
    }
    .why-description {
        font-size: 15px;
    }
    .why-feature {
        padding: 14px 16px;
    }
    .feature-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    .custom-why-tag {
        font-size: 12px;
        padding: 6px 14px 6px 10px;
        margin-bottom: 15px;
    }
    .why-tag-icon {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
    .why-image-badge {
        bottom: 20px;
        right: 20px;
        padding: 14px 20px;
    }
    .badge-number {
        font-size: 22px;
    }
}

@media (max-width: 525px) {
    .custom-why-wrapper {
        padding: 20px 0;
    }
    .why-image-wrap {
        min-height: 220px;
    }
    .why-heading {
        font-size: 22px;
    }
    .why-description {
        font-size: 14px;
    }
    .why-feature {
        padding: 12px 14px;
    }
    .feature-icon {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }
    .feature-title {
        font-size: 14px;
    }
    .feature-desc {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .custom-why-wrapper {
        padding: 20px 0;
    }
    .why-image-wrap {
        min-height: 180px;
    }
    .why-heading {
        font-size: 20px;
    }
    .custom-why-tag {
        font-size: 10px;
        padding: 5px 12px 5px 8px;
    }
    .why-tag-icon {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    .why-image-badge {
        bottom: 15px;
        right: 15px;
        padding: 10px 14px;
    }
    .badge-number {
        font-size: 16px;
    }
}

/* ============================================
   HOW IT WORKS - RESPONSIVE
   ============================================ */

/* 1440px - 1200px */
@media (max-width: 1440px) {
    .how-heading {
        font-size: 38px;
    }
    
    .how-step-content {
        padding: 25px 18px 22px;
    }
}

/* 1200px - 1024px */
@media (max-width: 1199px) {
    .how-heading {
        font-size: 34px;
    }
    
    .custom-how-steps::before {
        top: 80px;
        left: 5%;
        right: 5%;
    }
    
    .how-step-badge {
        width: 52px;
        height: 52px;
        font-size: 18px;
    }
    
    .how-step-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    
    .how-step-title {
        font-size: 16px;
    }
}

/* 1024px - 768px */
@media (max-width: 1023px) {
    .custom-how-wrapper {
        padding: 60px 0;
    }
    
    .how-heading {
        font-size: 30px;
    }
    
    .how-description {
        font-size: 16px;
    }
    
    .custom-how-steps {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 10px 0 30px;
    }
    
    .custom-how-steps::before {
        display: none;
    }
    
    .how-step-wrapper {
        flex: none;
        width: 100%;
        max-width: 500px;
        padding: 0;
    }
    
    .how-step {
        flex-direction: row;
        gap: 20px;
        text-align: left;
        max-width: 100%;
    }
    
    .how-step-badge {
        width: 48px;
        height: 48px;
        font-size: 16px;
        flex-shrink: 0;
        margin-bottom: 0;
    }
    
    .how-step-badge::before {
        display: none;
    }
    
    .how-step-content {
        padding: 20px 18px;
    }
    
    .how-step-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    
    .how-step-title {
        font-size: 16px;
    }
    
    .how-step-desc {
        font-size: 13px;
    }
}

/* 768px - 525px */
@media (max-width: 767px) {
    .custom-how-wrapper {
        padding: 40px 0;
    }
    
    .custom-how-header {
        margin-bottom: 40px;
    }
    
    .how-heading {
        font-size: 26px;
    }
    
    .how-description {
        font-size: 15px;
    }
    
    .custom-how-steps {
        gap: 25px;
    }
    
    .how-step {
        flex-direction: column;
        text-align: center;
        gap: 0;
    }
    
    .how-step-badge {
        width: 44px;
        height: 44px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .how-step-content {
        padding: 18px 16px;
    }
    
    .how-step-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
        margin: 0 auto 12px;
    }
    
    .how-step-title {
        font-size: 16px;
    }
    
    .how-step-desc {
        font-size: 14px;
    }
    
    .custom-how-tag {
        font-size: 12px;
        padding: 6px 14px 6px 10px;
    }
    
    .how-tag-icon {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
}

/* 525px - 425px */
@media (max-width: 525px) {
    .custom-how-wrapper {
        padding: 30px 0;
    }
    
    .how-heading {
        font-size: 22px;
    }
    
    .how-description {
        font-size: 14px;
    }
    
    .how-step-content {
        padding: 16px 14px;
    }
    
    .how-step-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .how-step-title {
        font-size: 15px;
    }
    
    .how-step-desc {
        font-size: 13px;
    }
}

/* 425px and below */
@media (max-width: 425px) {
    .custom-how-wrapper {
        padding: 20px 0;
    }
    
    .how-heading {
        font-size: 20px;
    }
    
    .how-description {
        font-size: 13px;
    }
    
    .custom-how-tag {
        font-size: 10px;
        padding: 5px 12px 5px 8px;
    }
    
    .how-tag-icon {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    
    .how-step-badge {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }
    
    .how-step-content {
        padding: 14px 12px;
    }
    
    .how-step-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .how-step-title {
        font-size: 14px;
    }
    
    .how-step-desc {
        font-size: 12px;
    }
}
/* ============================================
   PACKAGES - RESPONSIVE
   ============================================ */

@media (max-width: 1440px) {
    .packages-heading {
        font-size: 38px;
    }
    
    .custom-packages-grid {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .packages-heading {
        font-size: 34px;
    }
    
    .custom-packages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        max-width: 750px;
    }
    
    .package-card-inner {
        padding: 30px 20px 25px;
    }
    
    .price-amount {
        font-size: 40px;
    }
}

@media (max-width: 1023px) {
    .custom-packages-wrapper {
        padding: 40px 0;
    }
    
    .packages-heading {
        font-size: 30px;
    }
    
    .packages-description {
        font-size: 16px;
    }
    
    .custom-packages-grid {
        gap: 20px;
        max-width: 650px;
    }
    
    .price-amount {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .custom-packages-wrapper {
        padding: 30px 0;
    }
    
    .custom-packages-header {
        margin-bottom: 35px;
    }
    
    .packages-heading {
        font-size: 26px;
    }
    
    .packages-description {
        font-size: 15px;
    }
    
    .custom-packages-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 450px;
    }
    
    .package-card-inner {
        padding: 28px 18px 22px;
    }
    
    .package-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
    
    .package-title {
        font-size: 17px;
    }
    
    .price-amount {
        font-size: 36px;
    }
    
    .price-currency {
        font-size: 18px;
    }
    
    .package-features li {
        font-size: 13px;
    }
    
    .custom-packages-tag {
        font-size: 12px;
        padding: 6px 14px 6px 10px;
    }
    
    .packages-tag-icon {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
}

@media (max-width: 525px) {
    .custom-packages-wrapper {
        padding: 20px 0;
    }
    
    .packages-heading {
        font-size: 22px;
    }
    
    .packages-description {
        font-size: 14px;
    }
    
    .package-card-inner {
        padding: 22px 16px 18px;
    }
    
    .package-icon {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
    
    .package-title {
        font-size: 16px;
    }
    
    .price-amount {
        font-size: 32px;
    }
    
    .price-period {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .custom-packages-wrapper {
        padding: 30px 0;
    }
    
    .packages-heading {
        font-size: 20px;
    }
    
    .packages-description {
        font-size: 13px;
    }
    
    .custom-packages-tag {
        font-size: 10px;
        padding: 5px 12px 5px 8px;
    }
    
    .packages-tag-icon {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    
    .package-card-inner {
        padding: 18px 14px 16px;
    }
    
    .package-icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .package-title {
        font-size: 15px;
    }
    
    .price-amount {
        font-size: 28px;
    }
    
    .price-currency {
        font-size: 16px;
    }
    
    .package-features li {
        font-size: 12px;
        padding: 6px 0;
    }
    
    .package-note {
        font-size: 11px;
        padding: 8px 10px;
    }
}
/* ============================================
   CTA SECTION - RESPONSIVE
   ============================================ */

@media (max-width: 1440px) {
    .cta-heading {
        font-size: 46px;
    }
}

@media (max-width: 1199px) {
    .custom-cta-wrapper {
        padding: 100px 0;
        min-height: 450px;
    }
    
    .cta-heading {
        font-size: 42px;
    }
}

@media (max-width: 1023px) {
    .custom-cta-wrapper {
        padding: 80px 0;
        min-height: 400px;
    }
    
    .cta-heading {
        font-size: 36px;
    }
    
    .cta-description {
        font-size: 18px;
    }
    
    .custom-cta-content {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .custom-cta-wrapper {
        padding: 60px 0;
        min-height: 350px;
    }
    
    .cta-heading {
        font-size: 30px;
    }
    
    .cta-description {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .custom-cta-content {
        max-width: 100%;
        text-align: center;
    }
    
    .cta-button-wrapper .button-borders {
        margin: 0 auto;
    }
}

@media (max-width: 525px) {
    .custom-cta-wrapper {
        padding: 50px 0;
        min-height: 300px;
    }
    
    .cta-heading {
        font-size: 26px;
    }
    
    .cta-description {
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    .custom-cta-wrapper {
        padding: 40px 0;
        min-height: 280px;
    }
    
    .cta-heading {
        font-size: 22px;
    }
    
    .cta-description {
        font-size: 14px;
    }
    
    .cta-button-wrapper .hero-button {
        padding: 0.8rem 2rem !important;
        font-size: 13px !important;
    }
}
/* ============================================
   TESTIMONIALS - RESPONSIVE
   ============================================ */

@media (max-width: 1440px) {
    .testimonials-heading {
        font-size: 38px;
    }
}

@media (max-width: 1199px) {
    .testimonials-heading {
        font-size: 34px;
    }
    
    .testimonial-card {
        padding: 30px 22px 25px;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .custom-testimonials-wrapper {
        padding: 40px 0 40px;
    }
    
    .testimonials-heading {
        font-size: 30px;
    }
    
    .testimonials-description {
        font-size: 16px;
    }
    
    .testimonials-slider-wrapper {
        padding: 0 40px;
    }
    
    .swiper-button-next {
        right: -5px;
    }
    
    .swiper-button-prev {
        left: -5px;
    }
}

@media (max-width: 767px) {
    .custom-testimonials-wrapper {
        padding: 20px 0 20px;
    }
    
    .custom-testimonials-header {
        margin-bottom: 35px;
    }
    
    .testimonials-heading {
        font-size: 26px;
    }
    
    .testimonials-description {
        font-size: 15px;
    }
    
    .testimonials-slider-wrapper {
        padding: 0 35px;
    }
    
    .testimonial-card {
        padding: 25px 18px 22px;
    }
    
    .testimonial-text {
        font-size: 15px;
    }
    
    .testimonial-avatar {
        width: 44px;
        height: 44px;
        font-size: 14px;
    }
    
    .custom-testimonials-tag {
        font-size: 12px;
        padding: 6px 14px 6px 10px;
    }
    
    .testimonials-tag-icon {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 12px;
    }
    
    .swiper-pagination {
        margin-top: 25px;
    }
}

@media (max-width: 525px) {
    .custom-testimonials-wrapper {
        padding: 40px 0 70px;
    }
    
    .testimonials-heading {
        font-size: 22px;
    }
    
    .testimonials-description {
        font-size: 14px;
    }
    
    .testimonials-slider-wrapper {
        padding: 0 30px;
    }
    
    .testimonial-card {
        padding: 20px 16px 18px;
    }
    
    .testimonial-text {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .testimonial-quote-icon {
        font-size: 24px;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 32px;
        height: 32px;
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 10px;
    }
    
    .swiper-button-next {
        right: -5px;
    }
    
    .swiper-button-prev {
        left: -5px;
    }
}

@media (max-width: 425px) {
    .custom-testimonials-wrapper {
        padding: 30px 0 60px;
    }
    
    .testimonials-heading {
        font-size: 20px;
    }
    
    .testimonials-description {
        font-size: 13px;
    }
    
    .custom-testimonials-tag {
        font-size: 10px;
        padding: 5px 12px 5px 8px;
    }
    
    .testimonials-tag-icon {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    
    .testimonials-slider-wrapper {
        padding: 0 25px;
    }
    
    .testimonial-card {
        padding: 16px 14px 16px;
    }
    
    .testimonial-text {
        font-size: 13px;
    }
    
    .testimonial-avatar {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }
    
    .testimonial-name {
        font-size: 14px;
    }
    
    .testimonial-role {
        font-size: 12px;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 28px;
        height: 28px;
    }
}
/* ============================================
   CONTACT US - RESPONSIVE
   ============================================ */

@media (max-width: 1440px) {
    .contact-heading {
        font-size: 38px;
    }
}

@media (max-width: 1199px) {
    .contact-heading {
        font-size: 34px;
    }
    
    .custom-contact-grid {
        gap: 40px;
    }
    
    .custom-contact-form {
        padding: 35px 30px;
    }
    
    .contact-image-wrap {
        min-height: 450px;
    }
}

@media (max-width: 1023px) {
    .custom-contact-wrapper {
        padding: 40px 0;
    }
    
    .contact-heading {
        font-size: 30px;
    }
    
    .contact-description {
        font-size: 16px;
    }
    
    .custom-contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .custom-contact-image {
        order: -1;
    }
    
    .contact-image-wrap {
        min-height: 350px;
    }
    
    .custom-contact-form {
        padding: 30px 25px;
    }
    
    .contact-info-card {
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 18px 20px;
    }
}

@media (max-width: 767px) {
    .custom-contact-wrapper {
        padding: 30px 0;
    }
    
    .custom-contact-header {
        margin-bottom: 35px;
    }
    
    .contact-heading {
        font-size: 26px;
    }
    
    .contact-description {
        font-size: 15px;
    }
    
    
    
    .custom-contact-form {
        padding: 25px 18px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-info-card {
        bottom: 15px;
        left: 15px;
        right: 15px;
        padding: 15px 18px;
    }
    
    .info-value {
        font-size: 13px;
    }
    
    .custom-contact-tag {
        font-size: 12px;
        padding: 6px 14px 6px 10px;
    }
    
    .contact-tag-icon {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }
}

@media (max-width: 525px) {
    .custom-contact-wrapper {
        padding: 20px 0;
    }
    
    .contact-heading {
        font-size: 22px;
    }
    
    .contact-description {
        font-size: 14px;
    }
    
    
    
    .custom-contact-form {
        padding: 20px 16px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 14px;
        padding: 10px 14px;
    }
    
    .contact-submit-btn {
        font-size: 13px !important;
        padding: 0.8rem !important;
    }
    
    .contact-info-card {
        padding: 12px 16px;
        bottom: 12px;
        left: 12px;
        right: 12px;
    }
    
    .info-value {
        font-size: 12px;
    }
    
    .contact-info-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .custom-contact-wrapper {
        padding: 20px 0;
    }
    
    .contact-heading {
        font-size: 20px;
    }
    
    .contact-description {
        font-size: 13px;
    }
    
    .custom-contact-tag {
        font-size: 10px;
        padding: 5px 12px 5px 8px;
    }
    
    .contact-tag-icon {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    
    
    
    .custom-contact-form {
        padding: 16px 12px;
    }
    
    .form-group label {
        font-size: 13px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 13px;
        padding: 8px 12px;
    }
}
/* ============================================
   DEPARTMENT OF TRANSPORT - RESPONSIVE
   ============================================ */

@media (max-width: 1440px) {
    .dot-heading {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .custom-dot-box {
        padding: 40px 45px;
    }
    
    .dot-heading {
        font-size: 26px;
    }
}

@media (max-width: 1023px) {
    .custom-dot-wrapper {
        padding: 0px 0px 60px;
    }
    
    .custom-dot-box {
        padding: 35px 35px;
    }
    
    .dot-heading {
        font-size: 24px;
    }
    
    .dot-description {
        font-size: 15px;
    }
    
    .custom-dot-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .custom-dot-wrapper {
        padding: 0px 0px 40px;
    }
    
    .custom-dot-box {
        padding: 30px 25px;
        border-radius: 16px;
    }
    
    .dot-heading {
        font-size: 22px;
    }
    
    .dot-description {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .dot-location {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 15px 0;
    }
    
    .dot-location-item {
        font-size: 13px;
    }
    
    .custom-dot-tag {
        font-size: 11px;
        padding: 5px 14px 5px 10px;
    }
    
    .dot-tag-icon {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    
    .custom-dot-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}

@media (max-width: 525px) {
    .custom-dot-wrapper {
        padding: 0px 0px 40px;
    }
    
    .custom-dot-box {
        padding: 25px 18px;
    }
    
    .dot-heading {
        font-size: 20px;
    }
    
    .dot-description {
        font-size: 13px;
    }
    
    .dot-location-item {
        font-size: 12px;
    }
    
    .dot-location-icon {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
}

@media (max-width: 425px) {
    .custom-dot-wrapper {
        padding: 0px 0px 30px;
    }
    
    .custom-dot-box {
        padding: 20px 14px;
        border-radius: 12px;
    }
    
    .dot-heading {
        font-size: 18px;
    }
    
    .dot-description {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .custom-dot-tag {
        font-size: 9px;
        padding: 4px 10px 4px 8px;
    }
    
    .dot-tag-icon {
        width: 16px;
        height: 16px;
        font-size: 7px;
    }
    
    .custom-dot-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .dot-location {
        gap: 8px;
        padding: 12px 0;
    }
    
    .dot-location-item {
        font-size: 11px;
    }
}