section.elementor-section.elementor-inner-section.elementor-element.elementor-element-6677d32.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
    display: none !important;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-c1e5e88.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
    display: none !important;
}

.footer {
  background: #fff;
  color: #000;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
border-top: 1px solid #9c9999;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #00aaff;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.footer-section h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 8px 0;
}

.footer-logo a {
  font-size: 28px;
  font-weight: bold;
  color: #00aaff;
}

.footer .email {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.footer .email .icon {
  margin-right: 8px;
}

.footer-bottom {
 text-align: center;
    margin-top: 25px;
    padding-top: 15px;
    font-size: 16px;
    border-top: none;
    color: #000;
}
footer#site-footer {
    display: none !important;
}
footer.footer p {
    font-family: "Inter", Sans-serif;
	font-size: 13px !important;
}

footer.footer ul li a {
    color: #000 !important;
    font-family: "Inter", Sans-serif;
    font-size: 15px !important;
}
.footer-section.data-1 {
    position: relative;
    left: 55px;
}
.footer-section.data-1 ul li {
    pointer-events: none !important;
}


/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer .email {
    justify-content: center;
  }
}



@media(max-width:767px){

.text_1 {
    float: left;
    width: 30%;
}

.text_2 {
    float: left;
    width: 40%;
}

.text_3 {
    float: left;
    width: 30%;
}

.text_3 .elementor-button {
    font-size: 10px !important;
}
.footer-section.data-1 {
    position: relative;
    left: 0px;
}
}