/* Font faces */
@font-face {
  font-family: "Myriad Pro Regular";
  src: local("Myriad Pro Regular"),
    url("../assets/fonts/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Condensed";
  src: local("Myriad Pro Condensed"),
    url("../assets/fonts/MYRIADPRO-COND.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Condensed Italic";
  src: local("Myriad Pro Condensed Italic"),
    url("../assets/fonts/MYRIADPRO-CONDIT.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Light";
  src: local("Myriad Pro Light"),
    url("../assets/fonts/MyriadPro-Light.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Semibold";
  src: local("Myriad Pro Semibold"),
    url("../assets/fonts/MYRIADPRO-SEMIBOLD.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Semibold Italic";
  src: local("Myriad Pro Semibold Italic"),
    url("../assets/fonts/MYRIADPRO-SEMIBOLDIT.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Condensed";
  src: local("Myriad Pro Bold Condensed"),
    url("../assets/fonts/MYRIADPRO-BOLDCOND.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold";
  src: local("Myriad Pro Bold"),
    url("../assets/fonts/MYRIADPRO-BOLD.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Italic";
  src: local("Myriad Pro Bold Italic"),
    url("../assets/fonts/MYRIADPRO-BOLDIT.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Condensed Italic";
  src: local("Myriad Pro Bold Condensed Italic"),
    url("../assets/fonts/MYRIADPRO-BOLDCONDIT.woff") format("woff");
}

/* CSS Variables for colors */
:root {
  --blue: #0058ff;
  --blue-mid: #000faa;
  --blue-dark: #000060;
  --black: #202122;
  --orange: #fb6500;
  --gray: #737578;
  --gray-mid: #cccccc;
  --gray-light: #f5f5f5;
}

/* Global styles */
body {
  font-family: "Myriad Pro Regular", sans-serif;
  line-height: 1.6;
  color: var(--black);
}

/* Benefits section */
.benefits {
  padding: 48px 0;
  margin-top: 44px;
}

.benefits h2 {
  text-align: center;
  margin-bottom: 32px;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 30px;
  color: var(--blue);
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
}

.benefits .benefit .image-holder {
  text-align: center;
  margin-bottom: 16px;
}

.benefits .benefit h3 {
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 18px;
  color: var(--blue);
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
}

/* Features section */
.features {
  padding: 48px 0 0;
}

.features h2 {
  margin-bottom: 50px;
  text-align: center;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 30px;
  color: var(--blue);
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
}

.features .feature {
  margin-bottom: 100px;
}

.features .feature .image-holder {
  text-align: center;
  margin-bottom: 16px;
}

.features .feature h3 {
  margin-bottom: 32px;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 24px;
  color: var(--blue);
  font-weight: 400;
  font-style: italic;
  line-height: 26px;
}

.features .feature p {
  line-height: 1.6;
}

.team-pic {
  width: 100%;
  max-width: 1800px;
}

/* Services section */
.services {
  padding-bottom: 50px;
  margin-top: -50px;
}

.services h2 {
  font-size: 30px;
  font-style: italic;
  color: var(--blue);
  font-weight: normal;
  margin-bottom: 50px;
}

.services .service {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services .service h3 {
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 24px;
  color: var(--blue);
  font-weight: 400;
  font-style: italic;
  line-height: 26px;
}

.services .service .upper-title {
  font-style: italic;
  color: var(--blue-mid);
  min-height: 48px;
}

.services .service .list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
  padding-left: 0;
}

.services .service .list li {
  position: relative;
  padding-left: 30px;
}

.services .service .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../assets/images/check.svg") no-repeat center;
}

.services .service .button {
  margin-top: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
}

.services .services-footer {
  padding-top: 24px;
}

/* Experts section */
.experts {
  padding: 32px 0;
}

.experts h2 {
  margin-bottom: 16px;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 30px;
  color: var(--blue);
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
}

.experts .description {
  width: 42%;
}

.experts .expert {
  display: flex;
  align-items: center;
  gap: 8px;
}

.experts .expert .image-holder {
  width: 90px;
  height: 90px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.experts .expert .consultant-image {
  border-radius: 50%;
}

.experts .expert h4 {
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 18px;
  color: var(--blue);
  font-weight: 400;
  font-style: italic;
  line-height: 20px;
}

.experts .expert p {
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 14px;
  color: var(--gray);
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  margin-bottom: 0;
}

/* Clients section */
.clients {
  background: var(--gray-light);
  padding: 80px 0 108px;
  margin: 80px 0;
}

.clients h2 {
  max-width: 40%;
  text-align: center;
  margin: 0 auto 32px;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 30px;
  color: var(--blue);
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
}

.clients .logos-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clients .logos-holder .logo {
  width: 219px;
  height: 125px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-right: 1px solid var(--gray-mid);
}

/* Navbar */
.navbar-brand img {
  width: 140px;
}

/* Accordions section */
.accordions h2 {
  max-width: 40%;
  margin-bottom: 16px;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 30px;
  color: var(--blue);
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
}

.accordions .description {
  width: 60%;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 14px;
  color: var(--gray);
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
}

.accordions .accordion-container .accordion {
  border-bottom: 1px solid var(--gray-mid);
}

.accordions .accordion-container .accordion .question {
  padding: 16px 32px;
  position: relative;
  cursor: pointer;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 18px;
  color: var(--blue-dark);
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
}

.accordions .accordion-container .accordion .question:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 20px;
  background: url("../assets/images/chevron-down.svg") no-repeat center center;
}

.accordions .accordion-container .accordion .answer {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordions .accordion-container .accordion.active .answer {
  height: auto;
}

/* Contact form section */
.contact-form-section {
  background: var(--blue-dark);
  padding: 80px 0 108px;
  margin-top: 80px;
  overflow-x: hidden;
}

.contact-form-section .main-contact-section {
  padding: 0 50px;
}

.contact-form-section .main-contact-section a {
  color: #fff;
  text-decoration: none;
}

.contact-form-section h2 {
  width: 42%;
  text-align: left;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 30px;
  color: white;
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
}

.contact-form-section .contact-description {
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 24px;
  color: white;
  font-weight: 200;
  font-style: italic;
  line-height: 29px;
  width: 42%;
  text-align: left;
}

/* Buttons */
.buttons-container {
  display: flex;
  flex-wrap: wrap;
}

.buttons-container .button {
  margin-top: 15px;
}

.button {
  padding: 14px 24px 11px;
  background-color: white;
  border: 1px solid var(--blue-dark);
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 19px;
  color: var(--blue-dark);
  font-weight: 700;
  font-style: normal;
  line-height: 21px;
  display: inline-block;
  transition: all 0.2s ease;
}

.button:hover {
  background-color: var(--blue-dark);
  color: white;
  text-decoration: none;
}

.button--orange {
  background-color: var(--orange);
  color: white;
  border: 1px solid transparent;
}

.button--orange:hover {
  background-color: #e55800;
  color: white;
  text-decoration: none;
}

.btn-detail {
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 10px auto;
  color: var(--black);
  text-decoration: none;
  vertical-align: middle;
}

.btn-detail img {
  margin-right: 8px;
}

/* Hero section */
.hero {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../assets/images/home-background.jpg") no-repeat center center;
  background-size: cover;
}

.hero .list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
}

.hero .list li {
  position: relative;
  padding-left: 30px;
}

.hero .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../assets/images/check.svg") no-repeat center;
}

.hero .row {
  justify-content: end;
}

.hero .row .contact-section {
  background-color: white;
  padding: 24px 32px 24px 32px;
}

.hero .row h1 {
  margin-bottom: 16px;
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 38px;
  color: var(--blue);
  font-weight: 400;
  font-style: italic;
  line-height: 40px;
}

/* Footer */
.footer {
  background-color: #fff;
  padding: 20px 0;
  position: relative;
  width: 98vw;
  bottom: 0;
  padding-left: 50px;
}

.footer-links {
  font-family: "Myriad Pro Regular", sans-serif;
  font-size: 16px;
  color: var(--gray);
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero .row .contact-section {
    padding: 16px;
  }
  
  .experts .description,
  .contact-form-section h2,
  .contact-form-section .contact-description {
    width: 100%;
  }
  
  .clients h2,
  .accordions h2 {
    max-width: 100%;
  }
  
  .accordions .description {
    width: 100%;
  }
  
  .clients .logos-holder {
    flex-wrap: wrap;
  }
  
  .clients .logos-holder .logo {
    width: 50%;
    border-right: none;
    border-bottom: 1px solid var(--gray-mid);
  }
}