/* Mobile Responsive */
@media (max-width: 991.98px) {
  .header-content {
    padding: 5px 0;
  }

  .main-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: none;
    justify-content: flex-start;
  }
	.contact-actions {
	display: none;
	}
	
	.mobile-menu-toggle span{
	background: var(--light-color);
	}
	.site-header.page .mobile-menu-toggle span, .site-header.sticky .mobile-menu-toggle span{
	background:#333;
	}

  .main-navigation.active {
    display: block;
  }

  .main-menu {
    flex-direction: column;
    gap: 0;
    padding: 20px;
	padding-bottom: 0;
  }

  .main-menu li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }
	.main-menu li:last-child {
		border-bottom: 0;
	}

  .main-menu > li > a {
    padding: 15px 0;
    display: block;
  }

  .menu-item-has-children .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f8f9fa;
    border-radius: 0;
    margin: 0;
    display: none;
	padding-bottom:0;
  }

  .menu-item-has-children.active .sub-menu {
    display: block;
  }

  .sub-menu li a {
    padding: 10px 20px;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .header-actions {
    gap: 10px;
  }
.main-menu > li > a:hover::after,
.main-menu > li > a.current-menu-item::after,
	.service-content h3 a{
  width: 100%;
}

  .language-switcher .lang-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .phone-btn,
  .whatsapp-btn {
    width: 35px;
    height: 35px;
  }
.hero-section {
  height: auto;
  padding-top: 120px;
  padding-bottom: 40px;
}
.hero-section .main-title {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.hero-section .tagline {
  font-size: 1.1rem;
}
/* Padding Section */
.about-section , .services-section, .works-section, .why-us-section, .help-section {
  padding: 2rem 0;
}
.profile-btn-wrapper {
  margin-bottom: 2rem;
}
	
	.footer-links h4{
	margin-top: 2rem;
	}
	
	
}

@media (max-width: 767.98px) {
  .site-logo img {
    height: 60px;
  }
.site-header.sticky .header-content{
  padding: 5px 0;
}
  .header-content {
    min-height: 60px;
  }
  .whatsapp-btn {
    font-size: 0;
  }
  .whatsapp-btn {
  padding: 10px 23px;
  }
  
  .works-section .section-subtitle {
    font-size: 16px;
    margin: 20px auto 0;
    max-width: 100%;
}

}
/* Responsive Styles */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: var(--light-color);
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
  }

  .navbar-nav .nav-item {
    margin: 0;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 0;
  }

  .contact-btn-wrapper {
    margin-right: 0;
    margin-top: 1rem;
    text-align: center;
  }

  .main-title {
    font-size: 2.5rem;
  }

  .about-image {
    margin-bottom: 2rem;
  }

  .team-member {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 2rem;
  }

  .main-title {
    font-size: 2rem;
  }

  .tagline {
    font-size: 1.25rem;
  }

  .social-links {
    justify-content: center;
    margin-top: 1.5rem;
  }

  .footer-logo {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .main-title {
    font-size: 1.75rem;
  }

  .section-title h2 {
    font-size: 1.75rem;
  }
}
