/* ✅ Responsive */
@media (max-width: 900px) {
  .header-container {
    padding: 15px 15px;
  }

  .menu-toggle {
    display: block;
    z-index: 1001;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #eee;
  }

  .nav a {
    width: 100%;
    /* padding: 16px 20px; */
    margin: 0;
    /* border-bottom: 1px solid #f1f1f1; */
    font-size: 16px;
  }

  .nav a.active {
    border-radius: 0;
    border: none;
    background: #f8f8f8;
  }

  .nav.show {
    display: flex;
  }

  .call-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-content h1,
  .contact-hero-section .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-vector {
    display: none;
  }
}

/* Tablet breakpoint */
@media (min-width: 640px) {
  .success-section {
    padding: 64px 24px;
  }

  .success-section .title {
    font-size: 2.5rem;
  }

  .success-section .counter-number {
    font-size: 4rem;
    margin-bottom: 16px;
  }

  .success-section .counter-label {
    font-size: 0.875rem;
  }

  .success-section .counter-item {
    padding: 32px;
  }
}

/* Desktop breakpoint */
@media (min-width: 1024px) {
  .team-section .team-member:nth-child(odd) {
    margin-top: -76px;
  }

  .success-section {
    padding: 80px 32px;
  }

  .success-section .title {
    font-size: 3rem;
  }

  .success-section .counter-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .success-section .counter-item {
    padding: 18px 24px;
  }

  .success-section .counter-number {
    font-size: 5rem;
  }

  .success-section .counter-label {
    font-size: 1rem;
  }

  .success-section .divider {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 128px;
    background-color: #e5e7eb;
  }

  .success-section .counter-item:last-child .divider {
    display: none;
  }
}

/* Extra large screens */
@media (min-width: 1280px) {
  .success-section .counter-number {
    font-size: 6rem;
  }
}
/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer p,
  .footer ul li {
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .subscribe-btn {
    width: 100%;
  }

  .footer-newsletter {
    width: 100%;
  }
}
/* About HVAC Section */
/* Tablet breakpoint */
@media (min-width: 640px) {
  .about-hvac-section {
    padding: 64px 24px;
  }

  .about-hvac-section .content-wrapper {
    gap: 40px;
  }

  .about-hvac-section .top-image {
    height: 320px;
  }

  .about-hvac-section .main-title {
    font-size: 2.25rem;
  }

  .about-hvac-section .bottom-card {
    padding: 33px 32px;
  }

  .about-hvac-section .bottom-card p {
    font-size: 1rem;
  }
  .about-hvac-section .right-image {
    height: 340px;
  }
}

/* Desktop breakpoint */
@media (min-width: 1024px) {
  .about-hvac-section {
    padding: 80px 32px;
  }

  .about-hvac-section .content-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: stretch;
  }

  .about-hvac-section .top-image {
    height: 340px;
  }

  .about-hvac-section .main-title {
    font-size: 2.5rem;
  }

  .about-hvac-section .right-image {
    height: 500px;
    min-height: auto;
  }

  .about-hvac-section .bottom-card p {
    font-size: 1.05rem;
  }
}

/* Extra large screens */
@media (min-width: 1280px) {
  .about-hvac-section .main-title {
    font-size: 3rem;
  }

  .about-hvac-section .top-image {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .contact-section #wpcf7-f7-p30-o1 {
    width: 100%;
  }
  .services-plan {
    padding: 40px 20px 0px;
  }
  .about-hvac-section {
    padding: 40px 20px;
  }
  .about-hvac-section .main-title {
    font-size: 26px;
    text-align: center;
  }
  .about-hvac-section .text-column {
    padding: 20px 0px;
  }
  .section-header h1 {
    font-size: 26px !important;
  }
  .single-service-content {
    padding: 30px 25px !important;
  }
  .single-service-content .ssc-card-content h4 {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .hvac-why-choose-section .slide-content {
    padding: 0 40px;
  }

  .hvac-why-choose-section .overlay-content h1 {
    font-size: 2.5rem;
  }

  .hvac-why-choose-section .left-section {
    min-height: 500px;
  }

  .hvac-why-choose-section .right-section {
    margin-left: -80px;
  }
}

@media (max-width: 968px) {
  /* .hvac-why-choose-section {
    padding: 20px 0;
  } */

  .hvac-why-choose-section .slide-content {
    flex-direction: column;
    padding: 0 30px;
    gap: 40px;
    min-height: auto;
  }

  .hvac-why-choose-section .left-section {
    flex: 1;
    max-width: 100%;
    width: 100%;
    min-height: 400px;
  }

  .hvac-why-choose-section .overlay-content {
    text-align: center;
    padding: 30px;
  }

  .hvac-why-choose-section .overlay-content h1 {
    font-size: 2rem;
  }

  .hvac-why-choose-section .right-section {
    flex: 1;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .hvac-why-choose-section .swiper-button-next,
  .hvac-why-choose-section .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 640px) {
  .hvac-why-choose-section .slide-content {
    padding: 0 20px;
  }

  .hvac-why-choose-section .left-section {
    min-height: 350px;
  }

  .hvac-why-choose-section .overlay-content {
    padding: 20px;
  }

  .hvac-why-choose-section .overlay-content h1 {
    font-size: 1.8rem;
  }

  .hvac-why-choose-section .overlay-content p {
    font-size: 0.95rem;
  }

  .hvac-why-choose-section .info-card {
    padding: 20px;
  }

  .hvac-why-choose-section .info-card h3 {
    font-size: 1.1rem;
  }

  .hvac-why-choose-section .info-card p {
    font-size: 0.95rem;
  }

  .hvac-why-choose-section .swiper-button-next,
  .hvac-why-choose-section .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .hvac-why-choose-section .swiper-button-next:after,
  .hvac-why-choose-section .swiper-button-prev:after {
    font-size: 16px;
  }

  .hvac-why-choose-section .swiper-button-next {
    right: 0;
    bottom: -20px;
  }

  .hvac-why-choose-section .swiper-button-prev {
    right: 55px;
    bottom: -20px;
  }
}
@media (max-width: 768px) {
  .blogs-section {
    padding: 40px 20px;
  }

  .trusted-services .section-header h1 {
    line-height: 35px;
  }
  .local-hvac-team .section-header h1 {
    line-height: 35px;
  }
}
/* ================================
   MOBILE SMALL (0–480px)
================================ */
@media (max-width: 480px) {
  .hvac-services-section .services-grid {
    padding: 0px;
    grid-template-columns: repeat(1, 1fr);
  }

  .hvac-services-section .blue-shape {
    width: 360px;
  }

  .hvac-services-section .button {
    padding: 14px 5px;
    bottom: 94px;
    right: -68px;
    font-size: 14px;
  }
}

/* ================================
   TABLET (768–1024px)
================================ */
@media (min-width: 768px) and (max-width: 1024px) {
  .hvac-services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    gap: 30px;
  }

  .hvac-services-section .blue-shape {
    width: 350px;
  }

  .hvac-services-section .button {
    position: absolute;
    bottom: 97px;
    width: 110px;
    right: -74px;
    background-color: white;
    color: #2b1818;
    padding: 12px 5px;
    border: 1px solid #2b1818;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    z-index: 10;
  }
}

/* ================================
   MOBILE / SMALL TABLET
================================ */
@media (min-width: 481px) and (max-width: 767px) {
  .hvac-services-section .blue-shape {
    width: 430px !important;
  }

  .hvac-services-section .button {
    padding: 14px 30px !important;
    bottom: 98px !important;
    right: -122px !important;
    font-size: 14px;
  }
}

/* ================================
   GLOBAL MOBILE (0–768px)
================================ */
@media (max-width: 768px) {
  .hvac-services-section {
    padding: 20px;
  }

  .hvac-services-section .section-header h1 {
    font-size: 26px;
  }

  .hvac-services-section .services-grid {
    padding: 0px;
    grid-template-columns: repeat(1, 1fr);
  }

  .hvac-services-section .blue-shape {
    width: 360px;
  }

  .hvac-services-section .button {
    padding: 14px 5px;
    bottom: 98px;
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .hvac-services-section .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .hvac-services-section .blue-shape {
    width: 450px;
  }

  .hvac-services-section .button {
    right: -123px;
    bottom: 99px;
    padding: 12px 25px;
  }
  .hvac-why-choose-section .swiper-button-next {
    right: 65px;
    bottom: -59px;
  }
  .hvac-why-choose-section .swiper-button-prev {
    right: 118px;
    left: auto;
    bottom: -60px;
  }
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
  .contact-section .contact-wrapper {
    flex-direction: column;
  }

  .contact-section .input-row {
    flex-direction: column;
  }

  .contact-section .contact-image {
    width: 100%;
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .contact-section {
    padding: 40px 20px;
  }
  .contact-section .contact-title {
    font-size: 26px;
  }

  .contact-section .contact-wrapper {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .contact-section .contact-wrapper {
    flex-direction: column;
  }

  .contact-section .input-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }

  .contact-section .input-row .form-group {
    margin: 15px 0px;
  }

  .contact-section .form-group.full {
    margin: 15px 0px;
  }

  .contact-section .contact-image {
    width: 100%;
    margin-top: 25px;
    min-height: 300px;
  }
  .contact-section .contact-form {
    width: 100%;
    order: 2;
  }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .team-section .team-container {
    gap: 20px;
  }

  .team-section .team-member {
    width: 220px;
    height: 300px;
    border-radius: 200px;
  }
}

@media (max-width: 768px) {
  .team-section {
    padding: 40px 20px;
  }

  .team-section .team-header h1 {
    font-size: 32px;
  }

  .team-section .team-header {
    margin-bottom: 40px;
  }

  .team-section .team-container {
    flex-wrap: wrap;
    gap: 30px;
    padding: 0px;
  }

  .team-section .team-member {
    width: 200px;
    height: 280px;
    border-radius: 100px 100px 140px 140px;
  }
  .team-section .team-overlay {
    padding-bottom: 30px;
  }
  .team-section .team-overlay h3 {
    font-size: 20px;
  }

  .team-section .team-overlay p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .team-section {
    padding: 50px 10px;
  }

  .team-section .team-header h1 {
    font-size: 26px;
  }

  .team-section .team-container {
    gap: 20px;
  }

  .team-section .team-member {
    width: 160px;
    height: 230px;
    border-radius: 80px 80px 115px 115px;
  }

  .team-section .team-overlay h3 {
    font-size: 18px;
  }

  .team-section .team-overlay p {
    font-size: 13px;
  }
  .team-section .team-overlay {
    padding-bottom: 25px;
  }
}
/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
  .serving-areas .serving-areas-container {
    grid-template-columns: 1fr;
  }

  .serving-areas .serving-areas-image {
    order: -1;
  }
}

@media (max-width: 500px) {
  .serving-areas .serving-areas-locations {
    grid-template-columns: 1fr;
  }

  .serving-areas .serving-areas-content h2 {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .testimonial-section {
    padding: 20px;
  }
  .testimonial-section .side-avatars {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
  }

  .testimonial-section .side-avatars .row {
    display: flex;
    justify-content: center;
    gap: 22px;
    position: relative;
  }
  .left-side .avatar:nth-child(2) {
    top: 60px;
    left: 63px;
    position: absolute;
  }
  .left-side .avatar:nth-child(3) {
    top: 122px;
    left: -69px;
    position: absolute;
  }
  .right-side .avatar:nth-child(1) {
    top: 15px;
    right: 40px;
    position: absolute;
  }
  .right-side .avatar:nth-child(2) {
    top: 53px;
    right: -72px;
    position: absolute;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .testimonial-section .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .testimonial-section .center-avatar {
    margin: 25px 0;
  }
}

/* --- Responsive --- */
@media (max-width: 800px) {
  .faq-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-intro h2 {
    font-size: 32px;
  }
}
/* Medium Screens (Tablets) */
@media (max-width: 992px) {
  .faq-container {
    grid-template-columns: 1fr; /* stack columns */
    gap: 40px;
  }

  .section-header h1 {
    font-size: 36px;
  }
}

/* Small Screens (Mobile) */
@media (max-width: 600px) {
  .faq-section {
    padding: 20px 30px;
  }
  .faq-intro .section-header h1 {
    font-size: 30px;
  }

  .faq-section .faq-list summary {
    font-size: 18px;
  }

  .faq-section .faq-list p {
    font-size: 15px;
  }

  .faq-section .badge {
    font-size: 12px;
    padding: 8px 14px;
  }
}
/* =======================
   TABLETS (≤ 900px)
========================= */
@media (max-width: 900px) {
  .contact-banner {
    margin: 25px;
  }

  .contact-banner .contact-top {
    flex-direction: column;
    text-align: left;
    gap: 20px;
  }

  .contact-banner .contact-left,
  .contact-banner .contact-right {
    max-width: 100%;
    text-align: left;
  }

  .contact-banner .contact-left h2 {
    font-size: 26px;
  }

  .contact-banner .contact-right p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* =======================
   MOBILE (≤ 600px)
========================= */
@media (max-width: 600px) {
  .contact-banner {
    margin: 15px;
    border-radius: 18px;
  }

  .contact-banner .contact-wrapper {
    padding: 45px 25px;
  }

  .contact-banner .contact-left h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .contact-banner .contact-left p {
    font-size: 14px;
    max-width: 100%;
  }

  .contact-banner .contact-right p {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-banner .cta-bar {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 18px 20px;
    border-radius: 16px;
  }

  .contact-banner .cta-bar p {
    font-size: 16px;
    line-height: 22px;
  }

  .contact-banner .cta-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    justify-content: center;
  }

  .contact-banner .cta-btn span {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}

/* Tablet */
@media (max-width: 968px) {
  .weather-challenges .content-wrapper {
    gap: 40px;
  }

  .weather-challenges .section-header {
    font-size: 36px;
    line-height: 28px;
  }

  .weather-challenges .image-container {
    min-height: 350px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .contact-section {
    padding: 40px 20px;
  }
  .weather-challenges {
    padding: 40px 20px 0px;
  }

  .weather-challenges .content-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .weather-challenges .image-container {
    min-height: 300px;
    order: 1;
  }

  .weather-challenges .text-content {
    order: 2;
  }

  .weather-challenges .section-header h1 {
    font-size: 28px;
    line-height: 32px !important;
  }

  .weather-challenges .description {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .contact-banner .cta-bar p {
    font-size: 18px;
  }
  .weather-challenges {
    padding: 40px 20px 0px;
  }

  .weather-challenges .main-heading {
    font-size: 24px;
  }

  .weather-challenges .description {
    font-size: 14px;
  }
}
/* Tablet */
@media (max-width: 968px) {
  .hvac-code-section .content-wrapper {
    gap: 2px;
  }

  .hvac-code-section .text-content {
    padding: 60px 40px;
  }

  .hvac-code-section .main-heading {
    font-size: 36px;
  }

  .hvac-code-section .image-container {
    min-height: 450px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .faq-section {
    padding: 20px 30px;
  }
  .serving-areas {
    padding: 30px 20px;
  }
  .contact-banner .cta-bar p {
    font-size: 18px;
  }
  .hvac-code-section .content-wrapper {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .hvac-code-section .text-content {
    padding: 50px 30px;
    order: 1;
  }

  .hvac-code-section .image-container {
    min-height: 350px;
    order: 2;
  }

  .hvac-code-section .main-heading {
    font-size: 28px;
  }

  .hvac-code-section .description {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .hvac-code-section .text-content {
    padding: 40px 20px;
  }

  .hvac-code-section .main-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .hvac-code-section .description {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .hvac-code-section .image-container {
    min-height: 300px;
  }
}

/* Tablet */
@media (max-width: 968px) {
  .trusted-services {
    padding: 60px 20px;
  }

  .trusted-services .main-heading {
    font-size: 40px;
  }

  .trusted-services .description {
    font-size: 16px;
  }

  .trusted-services .cta-button {
    padding: 16px 40px;
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hvac-code-section .text-content {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hvac-code-section .image-container img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .trusted-services {
    padding: 50px 20px;
  }

  .trusted-services .main-heading {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .trusted-services .description {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .trusted-services .cta-button {
    padding: 15px 35px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .trusted-services {
    padding: 40px 15px;
  }

  .trusted-services .main-heading {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .trusted-services .description {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .trusted-services .cta-button {
    padding: 14px 30px;
    font-size: 15px;
    margin-top: 15px;
  }
}
/* Tablet */
@media (max-width: 1200px) {
  .local-hvac-team .content-wrapper {
    gap: 50px;
    padding: 70px 50px;
  }

  .local-hvac-team .main-heading {
    font-size: 42px;
  }
}

/* Medium Tablet */
@media (max-width: 968px) {
  .local-hvac-team .content-wrapper {
    gap: 40px;
    padding: 60px 40px;
  }

  .local-hvac-team .main-heading {
    font-size: 36px;
  }

  .local-hvac-team .description {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .stats-section {
    padding: 40px 20px;
  }
  .local-hvac-team .content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 30px;
  }

  .local-hvac-team .image-container {
    order: 1;
  }

  .local-hvac-team .text-content {
    order: 2;
    padding-left: 0;
  }

  .local-hvac-team .main-heading {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .local-hvac-team .description {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .local-hvac-team .content-wrapper {
    padding: 40px 20px;
    gap: 30px;
  }

  .local-hvac-team .main-heading {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .local-hvac-team .description {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-form-section__container {
    flex-direction: column;
    gap: 40px;
  }

  .contact-form-section__left h2 {
    font-size: 32px;
  }

  .contact-form-section__left p {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .contact-form-section {
    padding: 40px 25px;
  }

  .contact-form-section__form-wrapper {
    padding: 30px 20px;
  }

  .contact-form-section__left h2 {
    font-size: 26px;
  }
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .location-map-section__container {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .location-map-section__container {
    height: 300px;
  }
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .about-company-section__container {
    flex-direction: column;
    text-align: center;
  }

  .about-company-section__info {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .about-company-section__image img {
    max-height: 350px;
  }
}

@media (max-width: 600px) {
  .about-company-section__content h2 {
    font-size: 24px;
  }

  .about-company-section {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .about-company-section__content p {
    text-align: left;
  }
  .about-company-section__content {
    padding: 0px 15px;
  }
}
/* ✅ Tablet (2 per row) */
@media (max-width: 992px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

/* ✅ Mobile (1 per row) */
@media (max-width: 576px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .stat-icon {
    width: 75px;
    height: 75px;
  }

  .stat-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .tech-section {
    padding: 40px 20px;
  }
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .tech-top {
    flex-direction: column;
  }
  .tech-top h2,
  .tech-top p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .tech-grid {
    grid-template-columns: 1fr;
  }
  .tech-top h2 {
    font-size: 28px;
    line-height: 44px;
  }
  .tech-top {
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .tech-top h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .tech-item img {
    width: 90px;
    height: 90px;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .service-banner .service-banner-box {
    width: 100%;
    margin: 10px 0px;
    padding: 20px;
  }
  .service-banner {
    margin: 20px 0px;
  }

  .service-banner .service-banner-content {
    font-size: 18px;
  }

  .service-banner .service-banner-icon {
    width: 72px;
    height: 50px;
  }
  .service-banner-content span {
    font-size: 18px;
  }
}
/* Responsive */
@media (max-width: 992px) {
  .dedicated-team__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .dedicated-team__name {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .dedicated-team {
    padding: 40px 20px;
  }
  .dedicated-team__grid {
    grid-template-columns: 1fr;
  }

  .dedicated-team__title {
    font-size: 26px;
  }
  .dedicated-team__name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .dedicated-team {
    padding: 40px 20px;
  }
  .reviews-grid .reviews-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .reviews-grid .review-card {
    padding: 28px 24px;
  }

  .reviews-grid .hidden-reviews.active {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .reviews-grid .reviews-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-grid .hidden-reviews.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1025px) {
  .reviews-grid .reviews-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-grid .hidden-reviews.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
/* MOBILE */
@media (max-width: 768px) {
  .popular-services {
    padding: 40px 10px 0px;
  }
  .testimonial-section {
    padding: 40px 20px;
  }
  .popular-services .service-row {
    grid-template-columns: 1fr !important;
  }

  .popular-services .service-card {
    min-height: 280px;
  }

  .popular-services .service-content {
    padding: 20px;
  }

  .popular-services .service-content h3 {
    font-size: 18px;
  }

  .popular-services .service-content p {
    font-size: 12px;
  }

  .popular-services .arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .video-section {
    padding: 0px;
  }
  .video-play-btn {
    width: 64px;
    height: 64px;
  }
  .video-play-btn span {
    font-size: 28px;
  }
  .video-section h2 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .video-play-btn {
    width: 58px;
    height: 58px;
  }
  .video-section h2 {
    font-size: 18px;
  }
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .single-service-content .ssc-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .single-service-content {
    padding: 30px 25px;
  }
  .single-service-content h1 {
    font-size: 28px;
  }

  .single-service-content h2,
  .single-service-content h3 {
    font-size: 22px;
  }

  .single-service-content p,
  .single-service-content li {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .blogs-section .blogs-layout {
    grid-template-columns: 1fr;
  }

  .blogs-section .blogs-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .blogs-section .blogs-grid {
    grid-template-columns: 1fr;
  }

  .blogs-section .blog-card img {
    height: 220px;
  }
}
@media (max-width: 992px) {
  .single-blog-section .blogs-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .single-blog-section .single-blog-hero {
    height: 220px;
  }
}
/* ===========================
   RESPONSIVE — LEFT COLUMN ONLY
   =========================== */

/* --- Large Tablets (max-width: 1200px) --- */
@media (max-width: 1200px) {
  .single-blog-section .single-blog-title {
    font-size: 38px;
  }

  .single-blog-section .single-blog-left h3 {
    font-size: 30px;
  }

  .single-blog-section .single-blog-hero {
    height: 320px;
  }
}

/* --- Tablets (max-width: 992px) --- */
@media (max-width: 992px) {
  .single-blog-section .single-blog-title {
    font-size: 34px;
  }

  .single-blog-section .single-blog-intro {
    font-size: 16px;
  }

  .single-blog-section .single-blog-hero {
    height: 280px;
  }

  .single-blog-section .single-blog-left h3 {
    font-size: 26px;
  }

  .single-blog-section .single-blog-left p {
    font-size: 15px;
  }

  .single-blog-section .single-blog-left ul li {
    font-size: 14px;
    line-height: 28px;
  }
}

/* --- Large Phones (max-width: 768px) --- */
@media (max-width: 768px) {
  .single-blog-section {
    padding: 40px 25px;
  }
  .single-blog-section .single-blog-title {
    font-size: 28px;
  }

  .single-blog-section .single-blog-hero {
    height: 240px;
    border-radius: 15px;
  }

  .single-blog-section .single-blog-left h3 {
    font-size: 22px;
  }

  .single-blog-section .single-blog-left p,
  .single-blog-section .single-blog-intro {
    font-size: 14px;
    line-height: 1.5;
  }

  .single-blog-section .single-blog-left ul li {
    font-size: 13px;
  }
}

/* --- Small Phones (max-width: 480px) --- */
@media (max-width: 480px) {
  .single-blog-section .single-blog-title {
    font-size: 24px;
  }

  .single-blog-section .single-blog-hero {
    height: 200px;
  }

  .single-blog-section .single-blog-left h3 {
    font-size: 19px;
  }

  .single-blog-section .single-blog-left p {
    font-size: 13.5px;
  }

  .single-blog-section .single-blog-left ul li {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .article-section .view-all-btn {
    background: #ff5e14;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 16px;
    width: 109px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .article-section .section-title {
    font-size: 28px;
  }
  .hero-section .hero-inner {
    height: 90vh;
  }
  .contact-hero-section .hero-content {
    padding: 35px 15px;
  }
}

@media (min-width: 992px) {
  /* Show dropdown on hover */
  .dropdown:hover .dropdown-menu {
    display: flex;
  }

  /* Chevron rotation on hover */
  .dropdown:hover .dropdown-toggle i {
    transform: rotate(180deg);
    transition: 0.3s;
  }
}
/* Mobile dropdown open class */
@media (max-width: 991px) {
  .dropdown-menu {
    position: static;
    margin-top: 0;
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding-left: 20px;
    display: none;
  }

  .dropdown.open .dropdown-menu {
    display: flex;
  }

  .dropdown-toggle i {
    transition: 0.3s;
  }

  .dropdown.open .dropdown-toggle i {
    transform: rotate(180deg);
  }
}
/* RESPONSIVE STYLES */
@media (max-width: 992px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 60px 15px;
  }

  .contact-form-wrapper .input-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .contact-form-wrapper .form-group {
    margin-bottom: 15px;
  }

  .contact-wrapper {
    gap: 30px;
  }

  .contact-image {
    max-height: 300px;
  }
  .contact-section .input-row .form-group {
    margin: 0px;
  }
  .contact-section .contact-wrapper {
    padding: 0px 20px;
  }
  .contact-section .input-row {
    gap: 0px;
  }
  .contact-section .form-group.full {
    margin: 0px;
  }
}

@media (max-width: 480px) {
  .contact-section {
    padding: 40px 15px;
  }

  .contact-form-wrapper .send-btn {
    width: 100%;
    padding: 12px 30px;
  }
}
