.home_footer_section {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  font-family: "Poppins" !important;
}
.home_footer_section .footer_col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home_footer_section .footer_col .footer_col_head {
  color: #333;
  font-family: "Poppins" !important;
}
.home_footer_section .footer_col .footer_nav_link_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 1s ease;
}
.home_footer_section .footer_col .footer_nav_link_wrapper .footer_nav_link {
  text-decoration: none;
  background: linear-gradient(90deg, #555555 0%, #555555 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease;
}
.home_footer_section .footer_col .footer_nav_link_wrapper .footer_nav_link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0px;
  left: 0;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #ff558b 0%, #736eff 100%);
}
.home_footer_section .footer_col .footer_nav_link_wrapper .footer_nav_link:hover {
  background: linear-gradient(90deg, #ff558b 0%, #736eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.home_footer_section .footer_col .footer_nav_link_wrapper .footer_nav_link:hover::after {
  width: 100%;
}

@media (max-width: 1024px) {
  .home_footer_section {
    flex-direction: column;
  }
  .home_footer_section .footer_col {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
  }
  .home_footer_section .footer_col.active .footer_col_head::after {
    content: "";
    background-image: url("https://technource.s3.us-west-1.amazonaws.com/wp-content/uploads/2025/12/05110748/icon-park-outline_down.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 26px;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-180deg);
  }
  .home_footer_section .footer_col.active .footer_nav_link_wrapper {
    height: fit-content;
  }
  .home_footer_section .footer_col.active .footer_nav_link_wrapper .footer_nav_link {
    opacity: 1;
  }
  .home_footer_section .footer_col .footer_col_head {
    cursor: pointer;
    position: relative;
  }
  .home_footer_section .footer_col .footer_col_head::after {
    content: "";
    position: absolute;
    right: 0;
    font-size: 18px;
    background-image: url("https://technource.s3.us-west-1.amazonaws.com/wp-content/uploads/2025/12/05110748/icon-park-outline_down.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 26px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
  }
  .home_footer_section .footer_col .footer_nav_link_wrapper {
    height: 0;
    overflow: hidden;
  }
  .home_footer_section .footer_col .footer_nav_link_wrapper .footer_nav_link {
    opacity: 0;
  }
}
.home_footer_black_block {
  background-color: #111111;
  border-radius: 40px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  gap: 150px;
  margin-top: 50px;
}
@media screen and (max-width: 1400px) {
  .home_footer_black_block {
    gap: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .home_footer_black_block {
    flex-direction: column-reverse;
    gap: 30px;
    border-radius: 30px;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .home_footer_black_block {
    padding: 20px;
  }
}
.home_footer_black_block .left_logos_section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .home_footer_black_block .left_logos_section {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .home_footer_black_block .left_logos_section {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
    align-items: center;
  }
}
.home_footer_black_block .left_logos_section .image_text_wrapper a {
  display: inline-block;
}
.home_footer_black_block .left_logos_section .image_text_wrapper a .home_footer_logo {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  .home_footer_black_block .left_logos_section .image_text_wrapper a .home_footer_logo {
    height: 40px;
  }
}
.home_footer_black_block .left_logos_section .image_text_wrapper .company_tag_line {
  font-size: 14px;
  color: #ffffff;
  font-family: "Poppins" !important;
  width: 220px;
  margin-top: 5px;
}
@media screen and (max-width: 1400px) {
  .home_footer_black_block .left_logos_section .image_text_wrapper .company_tag_line {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .home_footer_black_block .left_logos_section .image_text_wrapper .company_tag_line {
    width: 340px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .home_footer_black_block .left_logos_section .image_text_wrapper .company_tag_line {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .home_footer_black_block .left_logos_section .image_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.home_footer_black_block .left_logos_section .social_links_wrapper {
  display: flex;
  gap: 10px;
}
.home_footer_black_block .left_logos_section .social_links_wrapper .social_link {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1019607843) 0%, rgba(255, 255, 255, 0.1019607843) 100%);
  cursor: pointer;
}
.home_footer_black_block .left_logos_section .social_links_wrapper .social_link:hover {
  background: linear-gradient(90deg, #ff558b 0%, #736eff 100%);
}
.home_footer_black_block .left_logos_section .social_links_wrapper .social_link img {
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 1400px) {
  .home_footer_black_block .left_logos_section .social_links_wrapper .social_link {
    height: 34px;
    width: 34px;
  }
  .home_footer_black_block .left_logos_section .social_links_wrapper .social_link img {
    height: 20px;
    width: 20px;
  }
}
.home_footer_black_block .our_office_section .our_office_heading {
  font-size: 14px;
  color: white;
}
@media screen and (max-width: 1400px) {
  .home_footer_black_block .our_office_section .our_office_heading {
    font-size: 12px;
  }
}
.home_footer_black_block .our_office_section .office_boxes {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .home_footer_black_block .our_office_section .office_boxes {
    flex-direction: column;
  }
}
.home_footer_black_block .our_office_section .office_boxes .office_box {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 20px;
  flex: 1;
}
.home_footer_black_block .our_office_section .office_boxes .office_box .office_location {
  font-size: 18px;
  color: white;
  font-weight: 600;
}
.home_footer_black_block .our_office_section .office_boxes .office_box .office_address {
  font-size: 14px;
  color: white;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .home_footer_black_block .our_office_section .office_boxes .office_box .office_address {
    font-size: 12px;
    margin-top: 6px;
  }
}
.home_footer_black_block .our_office_section .office_boxes .office_box .office_contacts {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.home_footer_black_block .our_office_section .office_boxes .office_box .office_contacts .office_contact_box {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1019607843) 0%, rgba(255, 255, 255, 0.1019607843) 100%);
  border-radius: 10px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home_footer_black_block .our_office_section .office_boxes .office_box .office_contacts .office_contact_box img {
  height: 16px;
  width: 16px;
}
.home_footer_black_block .our_office_section .office_boxes .office_box .office_contacts .office_contact_box:hover {
  background: linear-gradient(90deg, #ff558b 0%, #736eff 100%);
}

.copyright_section {
  display: flex;
  justify-content: space-between;
  margin: 10px 30px;
}
@media (max-width: 1024px) {
  .copyright_section {
    margin: 10px 20px;
  }
}
@media (max-width: 767px) {
  .copyright_section {
    flex-direction: column-reverse;
    align-items: center;
    gap: 5px;
  }
}
.copyright_section .copyright_text {
  font-size: 14px;
  color: #555555;
  font-family: "Poppins" !important;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .copyright_section .copyright_text {
    font-size: 12px;
  }
}
.copyright_section .copyright_text span {
  background-image: linear-gradient(90deg, #ff558b 0%, #736eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 400;
}
.copyright_section .cms_links {
  font-size: 14px;
  color: #555555;
  font-family: "Poppins" !important;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .copyright_section .cms_links {
    font-size: 12px;
  }
}
.copyright_section .cms_links a {
  color: inherit;
  font-family: "Poppins" !important;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.copyright_section .cms_links a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0px;
  left: 0;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #ff558b 0%, #736eff 100%);
}
.copyright_section .cms_links a:hover {
  background: linear-gradient(90deg, #ff558b 0%, #736eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.copyright_section .cms_links a:hover::after {
  width: 100%;
}