@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");

body {
font-size: 14px;
line-height: 1.4;
font-family: "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  }

/* Headings */
.is-wrapper h1,
.is-wrapper h2,
.is-wrapper h3,
.is-wrapper h4,
.is-wrapper h5,
.is-wrapper h6,
#contactHeading,
#getInTouch h3,
#formHeading {
font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 700;
font-variant-ligatures: common-ligatures;
}

/* Bold headings */
.is-wrapper h1.is-title-bold,
.is-wrapper h2.is-title-bold,
.is-wrapper h3.is-title-bold,
.is-wrapper h4.is-title-bold,
.is-wrapper h5.is-title-bold,
.is-wrapper h6.is-title-bold {
font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 800;
}

/* Body text, buttons, cards, inputs */
.is-wrapper p,
.is-wrapper li,
.is-wrapper input,
.is-wrapper span,
.is-wrapper a,
.is-wrapper button,
p,
a,
input,
textarea,
button,
#contactForm input,
#contactForm textarea,
#contactForm button,
#btnCallWrap p,
#btnMailWrap p,
#socials p {
font-family: "Inter", sans-serif;
}

/* Normal text smoothing */
.is-wrapper p,
.is-wrapper li,
.is-wrapper input,
.is-wrapper span {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 400;
}

strong,
b {
font-weight: 700;
}

.is-dark-text,
.is-dark-text h1,
.is-dark-text h2,
.is-dark-text h3,
.is-dark-text h4,
.is-dark-text h5,
.is-dark-text h6,
.is-dark-text p,
.is-dark-text li {
color: #141414;
}

.menubar.menubar-mobile .menubar-toggler span,
.menubar.menubar-mobile .menubar-toggler span:before,
.menubar.menubar-mobile .menubar-toggler span:after {
background: #000;
}

/* Buttons */
.is-wrapper a.is-btn-ghost1,
.is-wrapper a.is-btn-ghost2,
.is-wrapper button.is-btn-ghost1,
.is-wrapper button.is-btn-ghost2 {
font-family: "Inter", sans-serif;
font-size: 1em;
font-weight: 600;
letter-spacing: normal;
line-height: 1.5;
padding: 0.60em 2.000em;
border-radius: 12px;
}

.is-wrapper a.is-btn-ghost1.btn-lg,
.is-wrapper a.is-btn-ghost2.btn-lg,
.is-wrapper button.is-btn-ghost1.btn-lg,
.is-wrapper button.is-btn-ghost2.btn-lg {
padding: 1.000em 5.000em;
font-size: 1.25em;
}

.is-wrapper a.is-btn-ghost1.btn-sm,
.is-wrapper a.is-btn-ghost2.btn-sm,
.is-wrapper button.is-btn-ghost1.btn-sm,
.is-wrapper button.is-btn-ghost2.btn-sm {
padding: 0.700em 2.500em;
font-size: .75em;
border-radius: 8px;
}

@media(min-width:769px) {
.is-wrapper .is-btn-group .is-btn + .is-btn {
margin-left: 0.5em;
}
}

@media(max-width:768px) {
.is-wrapper .is-btn-group .is-btn + .is-btn {
margin-top: 0.5em;
}

```
.slider-on-box .slider-content {
    padding: 5% 15px;
}
```

}

/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
color: #3300FF;
border: 2px solid #3300FF;
background: transparent;
}

.is-dark-text .is-btn-ghost1:hover,
.is-dark-text .is-btn-ghost1:active,
.is-dark-text .is-btn-ghost1:focus,
.is-light-text .is-dark-text .is-btn-ghost1:hover,
.is-light-text .is-dark-text .is-btn-ghost1:active,
.is-light-text .is-dark-text .is-btn-ghost1:focus {
color: #fff;
background-color: #3300FF;
border: 2px solid #3300FF;
}

/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
color: #3300FF;
background-color: transparent;
border: 2px solid #3300FF;
}

.is-light-text .is-btn-ghost1:hover,
.is-light-text .is-btn-ghost1:active,
.is-light-text .is-btn-ghost1:focus,
.is-dark-text .is-light-text .is-btn-ghost1:hover,
.is-dark-text .is-light-text .is-btn-ghost1:active,
.is-dark-text .is-light-text .is-btn-ghost1:focus {
color: #3300FF;
border: 2px solid #fff;
background-color: #fff;
}

/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
color: #fff;
border: 2px solid #3300FF;
background-color: #3300FF;
}

.is-dark-text .is-btn-ghost2:hover,
.is-dark-text .is-btn-ghost2:active,
.is-dark-text .is-btn-ghost2:focus,
.is-light-text .is-dark-text .is-btn-ghost2:hover,
.is-light-text .is-dark-text .is-btn-ghost2:active,
.is-light-text .is-dark-text .is-btn-ghost2:focus {
color: #3300FF;
border: 2px solid #3300FF;
background: transparent;
}

/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
color: #fff;
border: 2px solid #3300FF;
background-color: #3300FF;
}

.is-light-text .is-btn-ghost2:hover,
.is-light-text .is-btn-ghost2:active,
.is-light-text .is-btn-ghost2:focus,
.is-dark-text .is-light-text .is-btn-ghost2:hover,
.is-dark-text .is-light-text .is-btn-ghost2:active,
.is-dark-text .is-light-text .is-btn-ghost2:focus {
color: #3300FF;
background-color: transparent;
border: 2px solid #3300FF;
}

.slider-content {
opacity: 1 !important;
}

/* Contact Us */

#contact {
padding: 2rem 6rem;
margin: 2rem 6rem;
background: #fff;
}

#contactHeading {
padding: 2rem 6rem;
font-size: 2.4rem;
margin-bottom: 0.5rem;
font-weight: 700;
color: #0a408a;
}

#contactOptions {
padding: 2rem 6rem;
display: flex;
align-items: center;
gap: 10rem;
margin: 3rem 0 6rem;
}

a {
text-decoration: none;
}

#mapWrapper {
border-radius: 20px;
overflow: hidden;
border: 2px solid #25252574;
}

#contactBtns {
display: flex;
align-items: center;
gap: 40px;
margin-top: 30px;
}

#btnCallWrap,
#btnMailWrap {
display: flex;
align-items: center;
gap: 20px;
}

.btnCircle {
height: 80px;
width: 80px;
background-color: #1a70bd;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}

#getInTouch h3 {
font-weight: 700;
font-size: 24px;
color: #0a408a;
margin-bottom: 10px;
}

p {
font-size: 18px;
font-weight: 400;
}

#socials {
margin-top: 40px;
}

#socials p {
margin-bottom: 20px;
}

.btnCircle i {
font-size: 40px;
}

#btnCallWrap p,
#btnMailWrap p {
font-size: 20px;
font-weight: 500;
}

.iconLink {
font-size: 46px;
margin-right: 20px;
}

#contactForm {
max-width: 800px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 1rem;
}

#contactForm input,
#contactForm textarea {
padding: 0.8rem;
border: 1px solid #ccc;
background: #bbd5ec;
border-radius: 4px;
}

input::placeholder,
textarea::placeholder {
font-size: 14px;
font-family: "Inter", sans-serif;
}

#contactForm textarea {
resize: vertical;
height: 120px;
}

#contactForm button {
padding: 0.8rem;
background: #1a70bd;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
font-weight: 600;
}

#formHeading {
font-size: 32px;
margin-bottom: 40px;
color: #0a408a;
text-align: center;
font-weight: 700;
}

#formFlex1,
#formFlex2 {
display: flex;
gap: 20px;
}

#formFlex1 input,
#formFlex2 input {
width: 50%;
}

@media (max-width: 1024px) {
#contactOptions {
flex-direction: column;
gap: 4rem;
}

#mapWrapper iframe {
width: 100%;
height: 300px;
}

#contactBtns {
flex-direction: column;
gap: 20px;
}

#btnCallWrap,
#btnMailWrap {
flex-direction: column;
gap: 10px;
}

#getInTouch {
text-align: center;
}

.iconLink {
font-size: 36px;
margin: 0 10px;
}
}

@media (max-width: 768px) {
#contactHeading {
font-size: 2rem;
text-align: center;
margin: 60px 0 -40px 0;
}

#getInTouch h3 {
font-size: 20px;
}

.btnCircle {
width: 60px;
height: 60px;
}

.btnCircle i {
font-size: 30px;
}

#btnCallWrap p,
#btnMailWrap p {
font-size: 16px;
}

#socials p {
font-size: 16px;
}

#mapWrapper {
width: 90vw;
}

#mapWrapper iframe {
width: 100%;
}
}

@media (max-width: 480px) {
#contactOptions {
gap: 3rem;
margin: 2rem 0 4rem;
}

.iconLink {
font-size: 30px;
}

#socials {
display: flex;
flex-direction: column;
align-items: center;
}

#contactForm {
margin: 0 30px;
}

#socials a {
margin-bottom: 10px;
}

p {
font-size: 16px;
}
}
