/* Theme layout CSS */
.wp-block-group.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-14.wp-block-group-is-layout-constrained,
.wp-block-group.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-12.wp-block-group-is-layout-constrained,
.wp-block-group.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-13.wp-block-group-is-layout-constrained {
  padding: 0px !important;
}

html {
  scroll-behavior: smooth;
}

.remove-hover a {
  text-decoration: none;
  margin-right: 10px;
}
.remove-hover a:hover {
  text-decoration: underline;
  color: unset;
}

.contact-info figure {
  margin-right: 10px;
}
.contact-info figure:nth-of-type(2) {
  margin-right: 5px;
}

.contact-info figure:nth-of-type(2),
.contact-info figure:nth-of-type(3) {
  margin-left: 20px;
}

.mt-0 h3 {
  margin-top: 0;
}

header {
  background-color: #ffffff;
}
.header-btn-a a {
  display: flex;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease-in-out;
}
.header-btn-a a::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background-color: white !important;
  z-index: -1 !important;
  transition: left 0.4s ease-in-out !important;
}
.header-btn-a.first a:hover,
.header-btn-a.second a:hover,
.header-btn-a.third a:hover {
  color: #04325c !important;
  /* text-decoration: underline !important; */
  box-shadow: 2px 2px 5px #04325c !important;
}
.header-btn-a.first a:hover::before,
.header-btn-a.second a:hover::before,
.header-btn-a.third a:hover::before {
  left: 0 !important;
}
.header-btn-a.third a {
  outline: 0.2px solid #071b33 !important;
}

header > div:nth-of-type(1) {
  padding: 10px 30px !important;
  max-width: 1550px !important;
  margin: auto !important;
}
header > div:nth-of-type(2) {
  padding: 10px !important;
  max-width: 1550px !important;
  margin: auto !important;
}
.tiktok-icon,
.tiktok-icon svg {
  width: 20px !important;
}

/* Footer css */
footer {
  background-color: #1c1c1c;
}
footer > div:nth-of-type(1),
footer > div:nth-of-type(2) {
  padding: 30px !important;
  max-width: 1550px !important;
  margin: auto !important;
}
footer .wp-block-button a:hover {
  text-decoration: none;
  background: white;
}

/* Hero animation */
.animate-text .elementor-headline-dynamic-text {
  display: inline;
  white-space: normal;
  word-break: normal;
}

.animate-text span.elementor-headline-dynamic-text span {
  display: block;
  color: white;
  font-weight: 900;
  padding: 15px 0;
}

a:focus,
button:focus {
  outline: none !important;
}
#modal-1-content a:hover {
  color: #2d5d8d;
  transform: scale(1.1);
}
/* cusstom-footer */
.cusstom-footer,
.copyright-text {
  font-family: "Source Sans 3", sans-serif;
}
.cusstom-footer a {
  text-decoration: none;
}
.cusstom-footer a:hover {
  text-decoration: underline;
}

.toggle-menu-icon button {
  background-color: transparent;
}
.toggle-menu-icon button svg path {
  fill: black;
}

/* sticky-div css */
.sticky-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.close-button {
  position: absolute;
  top: 0px;
  right: 5px;
  background-color: transparent;
  color: white;
  padding: 0 5px;
  font-size: 30px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 5px;
}
.container-hidden,
.elementor-field-type-recaptcha_v3 {
  display: none !important;
}
.elementor-element.sticky-bottom {
  transition: all 0.5s ease-in-out;
  transform: translateY(0);
}

.elementor-element.sticky-bottom.hidden {
  transform: translateY(100%);
}
.all-posts a.elementor-post__read-more {
  border: 1px solid #04325c;
  padding: 10px;
  border-radius: 2px;
}
.all-posts a.elementor-post__read-more:hover {
  border: 1px solid #04325c;
  background-color: #04325c;
  color: white !important;
}
.all-posts .elementor-post__text {
  display: flex !important;
  justify-content: space-between;
}
.grecaptcha-badge {
  visibility: hidden;
}
.contact-form
  .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons {
  width: fit-content;
}
.contact-form .elementor-mark-required .elementor-field-label:after {
  color: #04325c;
}

@media (max-width: 600px) {
  .contact-info {
    flex-direction: column;
  }
  .contact-info .figure,
  .contact-info figure:nth-of-type(2),
  .contact-info figure:nth-of-type(3) {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .contact-info > figure,
  .contact-info > h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
  }
  header > div:nth-of-type(1) {
    padding: 20px !important;
  }
  .social-icon-full-header {
    flex-direction: column;
    gap: 20px;
  }
  .header-btn {
    flex-wrap: nowrap;
    gap: 5px;
  }
  .header-btn-a a {
    font-size: 13px !important;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .header-logo {
    width: 200px;
    height: auto;
  }
  header > div:nth-of-type(2) {
    padding: 10px 30px 10px 10px !important;
  }
  /* .close-button {
		top: 0px;
	} */
}
@media (min-width: 769px) and (max-width: 1000px) {
  header > div:nth-of-type(2) {
    padding: 10px 30px 10px 0 !important;
  }
}

/* New added CSS */
.footer-container {
  justify-content: center;
}
