/* ============================================
   RESPONSIVE DESIGN - Complete Mobile-First
   ============================================ */

/* Offcanvas responsive adjustments */
@media (min-width: 992px) {
  .offcanvas {
    display: none !important;
  }
}

/* XXL devices (very large screens, 1400px and up) */
@media (min-width: 1400px) {
  section {
    padding: 100px 0;
  }

  .container {
    max-width: 1320px;
  }
}

/* Extra large devices (large desktops, 1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  section {
    padding: 80px 0;
  }

  .section-title h2 {
    font-size: 2.8rem;
  }
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  section {
    padding: 70px 0;
  }

  .section-title h2 {
    font-size: 2.4rem;
  }

  .my-services .swiper {
    padding: 20px 60px 60px;
  }

  .how-we-work-section .content-image {
    height: 300px;
  }
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* html,
  body {
    overflow-x: hidden;
  } */

  /* .container,
  .container-fluid {
    overflow-x: hidden;
    max-width: 100%;
  } */

  section {
    padding: 60px 0;
  }

  h1,
  h2,
  h3 {
    font-size: calc(1.3rem + 1.5vw) !important;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .section-title p {
    font-size: 1rem;
  }

  /* Hero Section */
  .hero-section {
    height: 60vh;
  }

  .slide-content h1 {
    font-size: 2rem;
  }

  .slide-content h2 {
    font-size: 1.7rem;
  }

  .slide-content p {
    font-size: 1rem;
  }

  .tab-item {
    min-width: 140px;
    padding: 10px 12px;
    font-size: 0.85rem;
  }

  .tab-number img {
    height: 20px;
  }

  /* About Section */
  .about-content h3 {
    font-size: 1.6rem;
  }

  .about-content p {
    font-size: 0.95rem;
  }

  /* Achievements */
  .achievement-item {
    padding: 20px 15px;
  }

  .achievement-icon {
    font-size: 2rem;
  }

  .achievement-item h3 {
    font-size: 1.8rem;
  }

  /* Who We Are */
  .who-we-are-content {
    padding: 25px;
  }

  .who-we-are-content h3 {
    font-size: 1.5rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  /* Services */
  .my-services .header h1 {
    font-size: 2.2rem;
  }

  .my-services .swiper {
    padding: 20px 50px 60px;
  }

  .my-services .flip-card {
    height: 300px;
  }

  .my-services .front-title {
    font-size: 1.2rem;
  }

  .my-services .back-title {
    font-size: 1.3rem;
  }

  .my-services .swiper-button-next,
  .my-services .swiper-button-prev {
    width: 45px;
    height: 45px;
  }

  /* How We Work */
  .how-we-work-section .content-image {
    height: 280px;
    margin-bottom: 15px;
  }

  .how-we-work-section .content-title {
    font-size: 1.5rem;
  }

  .how-we-work-section .content-text {
    font-size: 0.95rem;
  }

  /* FAQ */
  .my-faq-section__title {
    font-size: 2.2rem;
  }

  .my-faq-section__question {
    font-size: 1rem;
  }

  /* Contact Section */
  .my-contact-section__form-box {
    padding: 30px;
  }

  .my-contact-section__info {
    padding-left: 0;
    margin-top: 30px;
  }

  .my-contact-section__info-item {
    padding: 20px 0;
  }

  /* Testimonials */
  .my-testimonials__title {
    font-size: 2.2rem;
  }

  .my-testimonials__text {
    font-size: 0.95rem;
  }

  /* CTA Section */
  .my-cta-section__title {
    font-size: 2rem;
  }

  /* Connect with me */
  .connect-with-me__title {
    font-size: 2rem;
  }

  .connect-with-me__card {
    padding: 20px;
  }

  .connect-with-me__card h5 {
    font-size: 0.9rem;
  }

  .connect-with-me__card h4 {
    font-size: 1.1rem;
  }

  .connect-with-me__card p {
    font-size: 0.85rem;
  }

  /* Products */
  .my-products-title {
    font-size: 1.1rem;
  }

  .my-products-desc {
    font-size: 0.9rem;
  }

  /* Footer */
  .footer-links h5 {
    font-size: 1.1rem;
  }

  footer {
    padding: 60px 0 20px;
  }

  .tab-navigation {
    bottom: 20px;
    display: none;
  }

  #callButton,
  #whatsappButton {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    right: 20px;
  }

  body.scrolled #whatsappButton {
    bottom: 98px;
  }

  .how-we-work-section .tab-container {
    margin-bottom: 0px;
  }

  .how-we-work-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 60px 0 30px;
  }
  .how-we-work-section .tab-content.active {
    display: block;
    opacity: 1;
    display: flex;
    padding: 0px !important;
    flex-direction: row;
    align-items: center;
  }
  .my-products-card {
    position: relative;
    overflow: hidden;
    background: var(--white-color);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 12px;
    height: auto !important;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
  }

  .my-cta-section__container {
    position: relative;
    z-index: 2;
    padding: 5px 0;
    color: #fff;
  }

  .my-testimonials {
    padding: 60px 0 30px;
    background: #f7f8fa;
  }

  .my-services .slider-container {
    padding: 0px 0px 0px;
  }

  .my-contact-section {
    padding: 60px 0;
    background: #f7f6f2;
  }

  .my-clients-section {
    padding: 60px 0;
    background: #ffffff;
  }


.my-services {
   
    padding: 60px 0px 40px;
  
}












}

/* Small devices (phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* html,
  body {
    overflow-x: hidden;
    width: 100%;
  } */

  .container,
  .container-fluid {
    overflow-x: hidden;
    max-width: 100%;
  }

  section {
    padding: 50px 0;
  }

  body {
    font-size: 14px;
  }

  h1,
  h2,
  h3,
  h4 {
    font-size: calc(1.2rem + 1.2vw) !important;
  }

  .section-title h2 {
    font-size: 1.8rem;
  }

  .section-title p {
    font-size: 0.95rem;
  }

  /* Header */
  .logo {
    font-size: 1.3rem;
  }

  .navbar-toggler {
    padding: 0.2rem 0.4rem;
  }

  .quote-btn {
    padding: 6px 14px;
    font-size: 0.85rem;
  }

  /* Hero Section */
  .hero-section {
    height: 50vh;
  }

  .slide-content h1 {
    font-size: 1.6rem;
  }

  .slide-content h2 {
    font-size: 1.3rem;
  }

  .slide-content p {
    font-size: 0.9rem;
  }

  .tabs-wrapper {
    gap: 3px;
    flex-wrap: wrap;
  }

  .tab-item {
    min-width: 120px;
    padding: 8px 10px;
    font-size: 0.75rem;
  }

  .tab-number img {
    height: 18px;
  }

  .tab-title {
    font-size: 0.85rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  /* About Section */
  .about-content h3 {
    font-size: 1.4rem;
  }

  .about-content p {
    font-size: 0.9rem;
  }

  .btn-custom {
    padding: 8px 20px;
    font-size: 0.9rem;
  }

  /* Achievements */
  .achievement-item {
    padding: 15px 12px;
  }

  .achievement-icon {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .achievement-item h3 {
    font-size: 1.5rem;
  }

  .achievement-item p {
    font-size: 0.85rem;
  }

  /* Who We Are */
  .who-we-are-section {
    padding: 50px 0;
  }

  .who-we-are-content {
    padding: 20px;
  }

  .who-we-are-content h3 {
    font-size: 1.3rem;
  }

  .content-block p {
    font-size: 0.9rem;
  }

  .stat-number {
    font-size: 1.8rem;
  }

  .stat-label {
    font-size: 0.8rem;
  }

  .stat-item {
    padding: 15px 10px;
  }

  /* Services */
  .my-services {
    padding: 60px 0px;
  }

  .my-services .header h1 {
    font-size: 1.9rem;
  }

  .my-services .header p {
    font-size: 0.95rem;
  }

  .my-services .swiper {
    padding: 20px 40px 60px;
  }

  .my-services .flip-card {
    height: 280px;
  }

  .my-services .front-content {
    padding: 15px;
  }

  .my-services .flip-card-back {
    padding: 15px;
  }

  .my-services .front-title {
    font-size: 1.1rem;
  }

  .my-services .front-description {
    font-size: 0.8rem;
  }

  .my-services .back-title {
    font-size: 1.2rem;
  }

  .my-services .back-description {
    font-size: 0.9rem;
  }

  .my-services .service-number {
    font-size: 0.8rem;
  }

  .my-services .swiper-button-next,
  .my-services .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .my-services .swiper-button-prev {
    left: 5px;
  }

  .my-services .swiper-button-next {
    right: 5px;
  }

  /* How We Work */
  .how-we-work-section {
    padding: 50px 0;
  }

  .how-we-work-section .content-image {
    height: 250px;
    margin-bottom: 15px;
  }

  .how-we-work-section .content-title {
    font-size: 1.3rem;
  }

  .how-we-work-section .content-text {
    font-size: 0.9rem;
  }

  .how-we-work-section .tab-title {
    font-size: 1rem;
  }

  /* FAQ */
  .my-faq-section {
    padding: 60px 0;
  }

  .my-faq-section__title {
    font-size: 1.9rem;
  }

  .my-faq-section__desc {
    font-size: 0.95rem;
  }

  .my-faq-section__question {
    font-size: 0.95rem;
    padding: 15px 18px;
  }

  .my-faq-section__icon {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .my-faq-section__answer {
    max-height: 200px;
    font-size: 0.85rem;
  }

  /* Contact Section */
  .my-contact-section {
    padding: 60px 0;
  }

  .my-contact-section__form-box {
    padding: 25px;
  }

  .my-contact-section__form-box h3 {
    font-size: 1.2rem;
  }

  .my-contact-section__form-box label {
    font-size: 0.9rem;
  }

  .my-contact-section__form-box input,
  .my-contact-section__form-box textarea {
    font-size: 0.9rem;
    padding: 8px 3px;
  }

  .my-contact-section__info {
    padding-left: 0;
    margin-top: 25px;
  }

  .my-contact-section__info-item {
    padding: 15px 0;
  }

  .my-contact-section__info-item i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .my-contact-section__info-item h4 {
    font-size: 1rem;
  }

  .my-contact-section__info-item p {
    font-size: 0.85rem;
  }

  /* Testimonials */
  .my-testimonials {
    padding: 60px 0 20px;
  }

  .my-testimonials__title {
    font-size: 1.9rem;
  }

  .my-testimonials__desc {
    font-size: 0.95rem;
  }

  .my-testimonials__card {
    padding: 20px;
  }

  .my-testimonials__text {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  .my-testimonials__user img {
    width: 45px;
    height: 45px;
  }

  .my-testimonials__user h5 {
    font-size: 0.95rem;
  }

  .my-testimonials__user span {
    font-size: 0.8rem;
  }

  /* CTA Section */
  .my-cta-section {
    min-height: 60vh;
  }

  .my-cta-section__label {
    font-size: 0.85rem;
  }

  .my-cta-section__title {
    font-size: 1.8rem;
    margin: 12px 0;
  }

  .my-cta-section__desc {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }

  .my-cta-section__btn {
    padding: 11px 25px;
    font-size: 0.85rem;
  }

  .my-cta-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  /* Connect with Me */
  .connect-with-me {
    padding: 60px 0;
  }

  .connect-with-me__label {
    font-size: 0.85rem;
  }

  .connect-with-me__title {
    font-size: 1.8rem;
    margin-top: 10px;
  }

  .connect-with-me__desc {
    font-size: 0.9rem;
    margin-bottom: 25px;
  }

  .connect-with-me__card {
    padding: 18px;
  }

  .connect-with-me__card h5 {
    font-size: 0.85rem;
  }

  .connect-with-me__card h4 {
    font-size: 1.05rem;
    margin-bottom: 8px;
  }

  .connect-with-me__card p {
    font-size: 0.8rem;
  }

  /* Products */
  .my-products {
    padding: 60px 0;
  }

  .my-products-card {
    padding: 15px;
  }

  .my-products-img img {
    margin-bottom: 10px;
  }

  .my-products-title {
    font-size: 1.05rem;
  }

  .my-products-desc {
    font-size: 0.85rem;
  }

  .my-products-btn {
    padding: 5px 12px;
    font-size: 0.8rem;
  }

  /* Clients */
  .my-clients-section {
    padding: 60px 0;
  }

  .my-clients-section__title {
    font-size: 1.8rem;
  }

  .my-clients-section__icon {
    height: 90px;
  }

  /* Footer */
  footer {
    padding: 50px 0 20px;
  }

  .footer-logo {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .footer-links h5 {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .footer-links ul li {
    margin-bottom: 8px;
  }

  .copyright {
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
    padding-top: 15px;
  }

  /* Fixed buttons */
  #callButton,
  #whatsappButton,
  #backToTop {
    width: 45px;
    height: 45px;
    font-size: 1rem;
    right: 15px;
  }

  #whatsappButton {
    bottom: 25px;
  }

  #callButton {
    bottom: 80px;
  }

  body.scrolled #backToTop {
    bottom: 25px;
  }

  body.scrolled #whatsappButton {
    bottom: 80px;
  }

  body.scrolled #callButton {
    bottom: 135px;
  }

  /* Map */
  .my-contact-map__wrapper {
    height: 300px;
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  /* html,
  body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
  }

  * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .container,
  .container-fluid {
    overflow-x: hidden;
    padding-left: 15px;
    padding-right: 15px;
  } */

  .offcanvas {
    width: 85vw;
    max-width: 280px;
  }

  .offcanvas-nav .nav-link {
    font-size: 0.95rem;
    padding: 14px 18px !important;
  }

  .quote-btn-mobile {
    margin: 12px 18px !important;
    font-size: 0.9rem;
  }

  section {
    padding: 40px 0;
  }

  body {
    font-size: 13px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: calc(1.1rem + 1vw) !important;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title h2 {
    font-size: 1.6rem;
  }

  .section-title p {
    font-size: 0.9rem;
    max-width: 100%;
  }

  /* Header */
  /* .logo {
    font-size: 1.2rem;
  } */

  .logo img {
    height: 30px !important;
    width: auto;
    object-fit: contain;
  }

  .navbar-toggler {
    padding: 0.15rem 0.35rem;
    border: none;
  }

  .navbar-toggler-icon {
    font-size: 1.2rem;
  }

  .nav-link {
    font-size: 0.95rem;
    margin: 3px 0 !important;
  }

  .quote-btn {
    padding: 10px 20px;
    font-size: 0.8rem;
    width: fit-content;
    margin-top: 0px;
  }

  .navbar-nav {
    padding: 0px !important;
    margin-top: 0px !important;
  }

  /* Hero Section */
  .hero-section {
    height: 45vh;
    padding-top: 60px;
  }

  .slide-content h1 {
    font-size: 1.3rem;
  }

  .slide-content h2 {
    font-size: 1.1rem;
  }

  .slide-content p {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .cta-button {
    padding: 10px 25px;
    font-size: 0.85rem;
    margin-top: 10px;
  }

  /* Tab Navigation */
  .tab-navigation {
    bottom: 10px;
    padding: 0 10px;
  }

  .tab-container {
    padding: 0 5px;
  }

  .tabs-wrapper {
    gap: 2px;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
  }

  .tab-item {
    min-width: 100px;
    /* max-width: 45vw; */
    padding: 6px 8px;
    font-size: 0.7rem !important;
    border-radius: 3px;
  }

  .tab-number {
    margin-bottom: 3px;
  }

  .tab-number img {
    height: 16px;
  }

  .tab-title {
    font-size: 0.7rem;
    color: #3fcfff;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
    display: none;
  }

  .swiper-pagination {
    bottom: 70px !important;
  }

  /* About Section */
  .about-section {
    padding: 40px 0;
  }

  .about-img {
    margin-bottom: 20px;
  }

  .about-img img {
    border-radius: 8px;
  }

  .about-content h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .about-content p {
    font-size: 0.85rem;
    margin-bottom: 12px;
    line-height: 1.5;
  }

  /* Achievements */
  .achievements {
    padding: 40px 0;
  }

  .achievement-item {
    padding: 12px 10px;
    margin-bottom: 12px;
  }

  .achievement-icon {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .achievement-item h3 {
    font-size: 1.3rem;
  }

  .achievement-item p {
    font-size: 0.8rem;
    margin-bottom: 0px !important;
  }

  /* Who We Are */
  .who-we-are-section {
    padding: 40px 0;
  }

  .who-we-are-content {
    padding: 18px;
    position: static;
  }

  .who-we-are-content h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .content-block {
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .content-block h5 {
    font-size: 0.95rem;
  }

  .content-block p {
    font-size: 0.8rem;
  }

  .stat-item {
    padding: 12px 8px;
    border-right: none !important;
  }

  .stat-number {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .stat-label {
    font-size: 0.75rem;
  }

  /* Services */
  .my-services {
    padding: 40px 0px;
  }

  .my-services .header {
    margin-bottom: 0px;
  }

  .my-services .header h1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .my-services .header p {
    font-size: 0.9rem;
  }

  .my-services .slider-container {
    padding: 15px 10px 20px;
  }

  .my-services .swiper {
    padding: 15px 10px 0px;
  }

  /* .my-services .flip-card {
    height: 260px;
  } */

  .my-services .front-content {
    padding: 12px;
  }

  .my-services .flip-card-back {
    padding: 12px;
  }

  .my-services .flip-button {
    width: 38px;
    height: 38px;
    top: 12px;
    right: 12px;
  }

  .my-services .flip-button i {
    font-size: 1rem;
  }

  .my-services .service-number {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }

  .my-services .front-title {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .my-services .front-description {
    font-size: 0.75rem;
    opacity: 0.85;
  }

  .my-services .back-header {
    margin-bottom: 10px;
  }

  .my-services .back-title {
    font-size: 1.1rem;
    flex: 1;
  }

  .my-services .close-button {
    width: 32px;
    height: 32px;
    margin-left: 10px;
  }

  .close-button i {
    font-size: 1rem;
  }

  .my-services .back-description {
    font-size: 0.85rem;
    margin-bottom: 15px;
  }

  .my-services .features h4 {
    font-size: 0.95rem;
  }

  .my-services .feature-list li {
    font-size: 0.8rem;
    padding: 6px;
  }

  .my-services .feature-list li i {
    margin-right: 8px;
    font-size: 0.8rem;
  }

  .my-services .service-tag {
    font-size: 0.75rem;
    padding: 4px 10px;
  }

  .my-services .swiper-button-next,
  .my-services .swiper-button-prev {
    display: none;
  }

  /* How We Work */
  .how-we-work-section {
    padding: 40px 0;
  }

  .how-we-work-section .tab-item {
    padding: 12px 10px;
    margin-bottom: 8px;
  }

  .how-we-work-section .tab-number {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .how-we-work-section .tab-title {
    font-size: 0.9rem !important;
  }

  .how-we-work-section .tab-content {
    flex-direction: column;
    padding: 15px;
  }

  .how-we-work-section .content-image {
    height: 220px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .how-we-work-section .content-title {
    font-size: 1.2rem;
  }

  .how-we-work-section .content-text {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  /* FAQ */
  .my-faq-section {
    padding: 40px 0;
  }

  .my-faq-section__title {
    font-size: 1.6rem;
  }

  .my-faq-section__desc {
    font-size: 0.9rem;
  }

  .my-faq-section__question {
    font-size: 0.9rem;
    padding: 12px 15px;
  }

  .my-faq-section__icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .my-faq-section__answer {
    max-height: 180px;
    padding: 0 15px;
    font-size: 0.8rem;
  }

  .my-faq-section__item.active .my-faq-section__answer {
    max-height: 200px;
    padding: 0 15px 15px;
  }

  .my-faq-section__image {
    margin-top: 20px;
  }

  .my-faq-section__image img {
    border-radius: 12px;
  }

  /* Contact Section */
  .my-contact-section {
    padding: 40px 0;
  }

  .my-contact-section__form-box {
    padding: 20px;
  }

  .my-contact-section__form-box h3 {
    font-size: 1.1rem;
  }

  .my-contact-section__form-box p {
    font-size: 0.85rem;
  }

  .my-contact-section__form-box label {
    font-size: 0.85rem;
  }

  .my-contact-section__form-box input,
  .my-contact-section__form-box textarea {
    font-size: 0.85rem;
    padding: 7px 3px;
    margin-bottom: 18px;
  }

  .my-contact-section__form-box button {
    padding: 10px 20px;
    font-size: 0.85rem;
  }

  .my-contact-section__info {
    padding-left: 0;
    margin-top: 20px;
  }

  .my-contact-section__info-item {
    padding: 12px 0;
  }

  .my-contact-section__info-item i {
    width: 36px !important;
    height: 30px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
  }

  .my-contact-section__info-item h4 {
    font-size: 0.95rem;
  }

  .my-contact-section__info-item p {
    font-size: 0.8rem;
  }

  .my-contact-section__info-item a {
    font-size: 0.8rem;
  }

  /* Testimonials */
  .my-testimonials {
    padding: 40px 0 15px;
  }

  .my-testimonials__title {
    font-size: 1.6rem;
  }

  .my-testimonials__desc {
    font-size: 0.9rem;
  }

  .my-testimonials__card {
    padding: 15px;
  }

  .my-testimonials__text {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  .my-testimonials__user {
    gap: 10px;
  }

  .my-testimonials__user img {
    width: 40px;
    height: 40px;
  }

  .my-testimonials__user h5 {
    font-size: 0.9rem;
  }

  .my-testimonials__user span {
    font-size: 0.75rem;
  }

  /* CTA Section */
  .my-cta-section {
    min-height: 50vh;
    padding: 0;
    display: none;
  }

  .my-cta-section__container {
    padding: 50px 10px;
  }

  .my-cta-section__label {
    font-size: 0.8rem;
  }

  .my-cta-section__title {
    font-size: 1.5rem;
    margin: 10px 0;
  }

  .my-cta-section__desc {
    font-size: 0.85rem;
    margin-bottom: 15px;
  }

  .my-cta-section__actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }

  .my-cta-section__btn {
    padding: 10px 20px;
    font-size: 0.8rem;
    width: fit-content;
    text-align: center;
  }

  /* Connect with Me */
  .connect-with-me {
    padding: 40px 0;
  }

  .connect-with-me__container {
    padding: 30px 15px;
  }

  .connect-with-me__label {
    font-size: 0.8rem;
  }

  .connect-with-me__title {
    font-size: 1.5rem;
    margin-top: 8px;
    line-height: 1.3;
  }

  .connect-with-me__desc {
    font-size: 0.85rem;
    margin-bottom: 20px;
  }

  .connect-with-me__steps-row {
    margin-top: 25px;
  }

  .connect-with-me__card {
    padding: 15px;
  }

  .connect-with-me__card h5 {
    font-size: 0.8rem;
  }

  .connect-with-me__card h4 {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .connect-with-me__card p {
    font-size: 0.75rem;
  }

  /* Products */
  .my-products {
    padding: 40px 0;
  }

  .my-products-card {
    padding: 12px;
    margin-bottom: 15px;
    height: auto !important;
  }

  .my-products-img img {
    margin-bottom: 8px;
  }

  .my-products-title {
    font-size: 1rem;
  }

  .my-products-desc {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .my-products-btn {
    padding: 4px 10px;
    font-size: 0.75rem;
  }

  /* Clients */
  .my-clients-section {
    padding: 40px 0;
  }

  .my-clients-section__label {
    font-size: 0.8rem;
  }

  .my-clients-section__title {
    font-size: 1.6rem;
  }

  .my-clients-section__desc {
    font-size: 0.9rem;
  }

  .my-clients-section__icon {
    height: 80px;
  }

  .my-clients-section__icon img {
    height: 70px;
  }

  /* Footer */
  footer {
    padding: 40px 0 15px;
  }

  footer .container {
    padding: 0 15px;
  }

  .footer-logo img {
    max-width: 150px;
  }

  .footer-logo {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  footer p {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }

  .footer-links h5 {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }

  .footer-links ul li {
    margin-bottom: 6px;
  }

  .footer-links ul li a {
    font-size: 0.8rem;
  }

  .social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
  }

  .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 0.9rem;
  }

  .copyright {
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
    padding-top: 12px;
    text-align: center;
  }

  .copyright p {
    font-size: 0.75rem;
  }

  /* Fixed buttons */
  #callButton,
  #whatsappButton,
  #backToTop {
    width: 42px;
    height: 42px;
    font-size: 0.9rem;
    right: 12px;
  }

  #whatsappButton {
    bottom: 20px;
  }

  #callButton {
    bottom: 70px;
  }

  body.scrolled #backToTop {
    bottom: 20px;
  }

  body.scrolled #whatsappButton {
    bottom: 70px;
  }

  body.scrolled #callButton {
    bottom: 120px;
  }

  /* Map */
  .my-contact-map {
    margin-top: 30px;
  }

  .my-contact-map__wrapper {
    height: 280px;
  }

  /* Modal */
  .modal-dialog-centered {
    padding: 10px;
  }

  .modal-content {
    border-radius: 10px;
  }

  .modal-header {
    padding: 15px;
  }

  .modal-header h5 {
    font-size: 1.1rem;
  }

  .modal-body {
    padding: 15px;
  }

  .form-control,
  .form-select {
    font-size: 0.9rem;
  }

  .input-group-text {
    font-size: 0.9rem;
  }

  .my-services .swiper-pagination {
    bottom: 10px !important;
  }

  .my-services .swiper-wrapper {
    height: auto !important;
  }

  .my-services .swiper {
    height: 340px;
  }

  .how-we-work-section .content-container {
    padding: 0 !important;
  }

  .how-we-work-section .tab-content.active {
    padding: 0px !important;
  }

  .how-we-work-section .tab-container {
    margin-bottom: 0px;
  }

  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y)
      var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: white !important;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }

  .offcanvas-title img {
    height: 30px !important;
    width: auto;
    object-fit: contain;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }
}
