.elementor-location-header {
    width: 100%;
    position: fixed;
    z-index: 9;
}

.contact-us-icons .elementor-view-framed .elementor-icon {
    border-color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
}

/* Let's say the header height is 80px */
.elementor-location-single {
    padding-top: 99px;
    /* Adjust this based on actual header height */
}

.contact-form-btn {
    background-color: #DAC3FF !important;
    cursor: pointer;
}

.wpcf7-form p label {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #172933;
}

.company-logo {
    max-height: 30px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail {
    height: 150px;
}

.contact-us-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-us-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.contact-us-form input,
.contact-us-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.contact-us-form input:focus,
.contact-us-form textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.contact-us-form button {
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

.contact-us-form button:hover {
  background-color: #0056b3;
}

@media (max-width: 1024px) {
    .main-menu .elementor-menu-toggle.elementor-active {
        position: absolute;
        top: 12px;
        right: 0px;
        z-index: 1;
    }

    .elementor-element.main-menu {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 1;
    }
    
    .elementor-21 .elementor-element.elementor-element-c2e3ff0 .elementor-nav-menu--dropdown a {
        padding-left: 15px !important;
        padding-right: 36px !important;
    }
}

@media (max-width: 768px) {
    .main-menu .elementor-menu-toggle.elementor-active {
        position: absolute;
        top: 12px;
        right: 0px;
        z-index: 99;
    }

    .elementor-element.main-menu {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 99;
    }
    
    .elementor-21 .elementor-element.elementor-element-c2e3ff0 .elementor-nav-menu--dropdown a {
        padding-left: 15px !important;
        padding-right: 36px !important;
    }
    
    .home-about-us .elementor-element .elementor-background-slideshow .elementor-background-slideshow__slide__image {
        background-position: top left !important;
    }
    
    .home-about-us .e-con-inner .elementor-element {
        width: 100% !important;
    }
}

/* Responsive adjustments for small screens */
@media (max-width: 480px) {
    .contact-us-form {
        padding: 15px;
    }
    
    .contact-us-form button {
        font-size: 14px;
        padding: 10px 16px;
    }
}