@font-face {
  font-family: "Inter 18pt";
  src: url("./fonts/Inter18pt-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src: url("./fonts/Inter28pt-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src: url("./fonts/Inter18pt-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src: url("./fonts/Inter18pt-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src: url("./fonts/Inter18pt-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-color: #393939;
  --bg-color: #f5f5f5;
  --master: #1259cb;
  --white: #fff;
  --bg-color-top: #ffffff;
}

@media (prefers-color-scheme: dark) {
  :root {
    --font-color: #ffffff;
    --bg-color: #393939;
    --master: #1259cb;
    --white: #fff;
    --bg-color-top: #1e1e1e;
  }
}

html {
  scroll-behavior: smooth; /* Smooth scrolling for anchor links */
  top: 0;
  position: relative;
}

body {
  font-family: "Inter 18pt", Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5; /* Added for better readability */
  margin: 0;
  padding: 0;
  color: var(--font-color);
  background-color: var(--bg-color);
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word; /* Ensures words break correctly */
  overflow-wrap: break-word; /* Alternative for modern browsers */
  white-space: normal; /* Prevents text from overflowing */
  display: block; /* Ensures it behaves as a block-level container */
  max-width: 100%; /* Prevents horizontal overflow */
  margin-top: 0;
  position: static;
  scroll-margin-top: 100px; /* Adjust for your header height */
}

svg,
img,
picture {
  max-inline-size: 100%;
  block-size: auto;
  display: flex;
  justify-content: center;
}

/* Lists */
ul,
ol {
  padding-left: 1rem;
  margin-bottom: 40px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  margin-bottom: auto;
}
a {
  color: var(--font-color);
  transition: opacity 0.5s ease-in-out;
}

blockquote.testimonial-quote {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 40px;
  unicode-bidi: isolate;
  font-size: larger;
  margin-left: 20px;
}

a:hover {
  color: var(--font-color);
  opacity: 0.7;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
a,
button {
  font-family: inherit;
}
button,
a.btn,
.wp-block-button__link {
  display: flex;
  background: var(--master);
  padding: 5px;
  padding-top: 10px;
  padding-right: 35px;
  padding-bottom: 10px;
  padding-left: 35px;
  border: none;
  outline: none;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: 600;
  font-size: medium;
  width: max-content;
  text-align: center;
  justify-content: center;
}
.wp-block-column {
  padding-right: 20px;
}
p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: bold;
  color: #163d7a;
  padding-right: 20px;
  word-wrap: break-word;
  word-break: break-word;
  margin-block-start: 0;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.max-width {
  max-width: 1536px;
  margin: auto;
}
.max-width-small {
  max-width: 900px;
  margin: auto;
}
.padding {
  padding: 0 20px;
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.text-transfrom {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
  display: flex;
  justify-content: center;
}
figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 30px;
  unicode-bidi: isolate;
}
.Head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
header.padding.wp-block-template-part {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding-bottom: 10px;
  position: sticky;
  z-index: 5;
  top: 0;
  background-color: var(--bg-color-top);
}
nav ul li a {
  padding-right: 25px;
  font-size: 17px;
}
p.has-medium-font-size {
  font-size: 22px;
  font-weight: 500;
}
mark.has-inline-color.has-contrast-color {
  color: #535353;
}

img.attachment-full.size-full {
  width: 80px;
  height: 80px;
}

/* EFFECTS */
@keyframes slideInBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: transform, opacity;
}
.animate-on-scroll.visible {
  animation: slideInBottom 1s ease-out forwards;
}

.wp-block-image img {
  border-radius: 10px;
}

footer {
  background: #153d7a;
  color: white;
  padding: 20px;
}

/* ScrollBar */
/* For Webkit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 8px; /* Slim scrollbar */
  height: 8px; /* For horizontal scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #8f8a8a; /* Thumb color */
  border-radius: 4px; /* Rounded corners */
  border: 2px solid #8f8a8a; /* Border around the thumb */
}

::-webkit-scrollbar-track {
  background: #f5f5f5; /* Track color */
  border-radius: 4px; /* Rounded corners */
}

/* For Firefox */
scrollbar {
  width: 8px;
}

scrollbar-thumb {
  background-color: #8f8a8a;
  border-radius: 4px;
}

scrollbar-track {
  background: #f5f5f5;
}

@media only screen and (max-width: 1536px) {
  .max-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1180px) {
  nav ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 867px) {
}

@media only screen and (max-width: 781px) {
  figure {
    margin-inline-end: 0px;
  }
  .wp-block-column {
    padding-right: 0px;
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(100% - var(--wp--style--block-gap, 0.5em) * 0.25);
  }
  .wp-block-image img {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 667px) {
  header.padding.wp-block-template-part {
    position: relative;
    top: 0;
  }
}

@media only screen and (max-width: 441px) {
}

@media screen and (prefers-color-scheme: dark) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #ffffff;
  }
  mark.has-inline-color.has-contrast-color {
    color: #d2d2d2;
  }
}

@media screen and (prefers-color-scheme: light) {
}

/* FORM */
#custom-contact-form-wrapper {
  background: #e4e9ef;
  padding: 40px;
  border-radius: 12px;
  width: 100%;
  max-width: 400px;
  margin: auto;
}
#custom-contact-form-wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  color: #1a3d7c;
  margin-bottom: 10px;
}

#custom-contact-form-wrapper p.subtitle {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}

#custom-contact-form input[type="text"],
#custom-contact-form input[type="email"] {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}

#custom-contact-form input[type="submit"] {
  width: 100%;
  padding: 14px;
  font-size: 14px;
  font-weight: bold;
  background: #0a53db;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#custom-contact-form input[type="submit"]:hover {
  background: #073bb5;
}

#form-message {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #1a3d7c;
}
.FHolder label {
  padding-bottom: 5px;
  display: block;
  font-size: 14px;
}
.contactTiitle {
  text-align: center;
  display: block;
  padding-top: 60px !important;
  padding-right: 60px !important;
  padding-bottom: 20px !important;
  padding-left: 60px !important;
}

/* Menu */
.LEFT {
  display: flex;
  align-items: center;
}
.RIGHT {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.MyMenu {
  margin-left: 10%;
}
h6.wp-block-heading strong {
  font-size: 18px;
}
h6.wp-block-heading {
  font-size: 18px;
}
