/* Import local fonts */
@import url('../font/okta/stylesheet.css');

@font-face {
    font-family: 'Calluna';
    src: url('../font/calluna-cdnfonts/Shancalluna_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  overflow-x: hidden;
  font-family: "Okta Neue", sans-serif;
  background-color: #FFF;
}

/* Apply Calluna font to all headings */
h1, h2, h3, h4, h5, h6,
.title,
.hero h1,
.our-agencies-facts-number-item h3,
.faqs-content h2,
.media-card-text h3,
.media-main-card-text h3 {
  font-family: "Calluna", serif;
}

::-webkit-scrollbar {
    width: 7px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #ED2939;
  border-radius: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

p {
  margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.hero {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) -45.89%, rgba(27, 0, 0, 0.90) 90.76%), url("../img/08465a53d0eb426999c45b2b23e03b38fd225916.png");
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
}

.hero h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 20px;
}

.hero h1 span {
    color: #ED2939;
}

.hero ul {
    display: flex;
    align-items: center;
}

.hero-section-content-arrow {
  margin: 0 1rem;
}

.hero ul svg {
  color: #BABABA;
}

.hero ul li a {
  color: #BABABA;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.hero ul li a.active {
  color: #fff;
}

.title {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  color: #151515;
  margin-bottom: 10px;
}

.title span {
  color: #ED2939;
}

.description {
  font-size: 14px;
  font-weight: 400;
  color: #5D5D5D;
  line-height: 24px;
  margin-bottom: 12px;
}

.our-agencies-facts {
  padding: 5rem 0 0 0;
}

.our-agencies-facts-content {
  padding-inline-end: 2rem;
}

.our-agencies-facts-number {
  display: flex;
  flex-direction: row ;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.our-agencies-facts-number-item {
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}

.our-agencies-facts-number-item h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: #161616;
}

.our-agencies-facts-number-item h3 .counter {
  font-size: 42px;
  font-weight: 700;
  color: #161616;
}


.our-agencies-facts-number-item h3 span {
  font-weight: 700;
  color: #ED2939;
  font-size: 42px;
}

.our-agencies-facts-number-item p {
  font-size: 16;
  font-weight: 600;
  margin-bottom: 0.2rem;
  color: #161616;
}

.our-agencies-facts-number-item span {
  font-size: 12px;
  font-weight: 400;
  color: #474646;
}

.learn-more-btn {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  border-radius: 40px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, #525252 -37.25%, #252525 100%);
  padding: .5rem 2rem;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 1rem;
}

.learn-more-btn:hover {
  background: linear-gradient(180deg, #ED2939 -37.25%, #ED2939 100%);
  border: 1px solid #ED2939;
  color: #FFF;
  transition: all 0.3s ease;
}

.discover-details-btn {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  border-radius: 40px;
  border: 1px solid #FFF;
  padding: .5rem 2rem;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 1rem;
}

.discover-details-btn:hover {
  background: linear-gradient(180deg, #ED2939 -37.25%, #ED2939 100%);
  border: 1px solid #ED2939;
  color: #FFF;
  transition: all 0.3s ease;
}

.view-all-btn {
  font-size: 16px;
  font-weight: 400;
  color: #6C6C6C;
  border-radius: 40px;
  border: 1px solid #6C6C6C;
  padding: .5rem 2rem;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 1rem;
}

.view-all-btn:hover {
  background: linear-gradient(180deg, #ED2939 -37.25%, #ED2939 100%);
  border: 1px solid #ED2939;
  color: #FFF;
  transition: all 0.3s ease;
}

.register-nav {
  color: #fff;
  font-size: 18px;
  border-radius: 40px;
  border: 1px solid #6C6C6C;
  background: linear-gradient(180deg, #525252 -37.25%, #252525 100%);
  padding: 5px 20px;
  text-decoration: none;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.register-nav:hover {
  background: #DB4444;
  border: 1px solid #DB4444;
  color: #fff;
  transition: all 0.3s ease;
}

/* Logos Slider Styles */
.logos {
    padding: 0 0 3rem 0;
}

.logos-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 12px;
    padding: 30px 0;
}

.logos-track {
    display: flex;
    align-items: center;
    animation: scroll 30s linear infinite;
    width: calc(200px * 16); /* 16 logos * 200px each */
}

.logos-track:hover {
    animation-play-state: paused;
}

.logo-item {
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.logo-item:hover {
    opacity: 1;
    transform: scale(1.05);
}

.logo-item img {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0%);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 8)); /* Move by 8 logos (half of total) */
    }
}

.home-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 8px;
  background: #FFF;
  padding: 2rem;
}

.home-contact form .form-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-contact-form input,
.home-contact-form textarea {
  width: 100%;
  padding: .6rem;
  border-radius: 8px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  outline: none;
  box-shadow: none;
}

.home-contact-form input::placeholder,
.home-contact-form textarea::placeholder {
  color: #5D5D5D;
}

.home-contact-form textarea:focus::placeholder,
.home-contact-form input:focus::placeholder {
  color: #ED2939;
}


.home-contact-form input:focus,
.home-contact-form textarea:focus {
  border: 1px solid #ED2939;
  box-shadow: none;
  outline: none;
}


.media-card {
  /*display: flex;*/
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #FFF;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.media-card-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.media-card-text {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
  height: 205px;
  justify-content: space-between;
}

.media-card-text h3 {
  font-size: 18px;
  font-weight: normal;
  color: #ED2939;
}

.media-card-text p {
  font-size: 18px;
  font-weight: 400;
  color: #161616;
  transition: all 0.3s ease;
}

.media-card-text span {
  font-size: 18px;
  font-weight: 400;
  color: #5D5D5D;
}

.media-card-text span svg {
  color: #5D5D5D;
}

.media-card-image img {
  width: 190px;
  height: 205px;
  object-fit: cover;
}

.media-card:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.media-card-text:hover p {
  color: #ED2939;
  font-size: 15px;
  transition: all 0.3s ease;
}

.media-card-text:hover span {
  color: #161616;
  transition: all 0.3s ease;
}

.media-card-text:hover span svg {
  color: #ED2939;
  transition: all 0.3s ease;
}

.media-main-card {
  width: 100%;
  height: 425px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.media-main-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  transition: transform 0.3s ease;
  /*transform: scale(1.2);*/
  z-index: 0;
}

.media-main-card:hover::before {
  transform: scale(1.2);
}

.media-main-card:hover {
  transition: all 0.3s ease;
}

.media-main-card-overlay {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -9.62%, rgba(0, 0, 0, 0.90) 100%);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  padding: 1rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}

.media-main-card:hover .media-main-card-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -9.62%, rgba(27, 0, 0, 0.90) 100%);
  transition: all 0.3s ease;
}

.media-main-card-overlay a {
  width: 100%;
  height: 100%;
}

.media-main-card-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}

.media-main-card-text h3 {
  font-size: 16px;
  font-weight: normal;
  color: #ED2939;
  margin-bottom: 0rem;
}

.media-main-card-text p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 1rem 0 1.5rem 0;
  transition: all 0.3s ease;
}

.media-main-card:hover .media-main-card-text p {
  font-size: 22px;
  transition: all 0.3s ease;
}

.media-main-card-text span {
  font-size: 14px;
  font-weight: 300;
  color: #CECECE;
}

.media-main-card-text span svg {
  color: #fff;
}

.media-main-card:hover .media-main-card-text span svg {
  color: #ED2939;
  transition: all 0.3s ease;
}

.media-main-card-text-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.media-main-card-text-date-view-more {
  font-size: 14px;
  font-weight: 300;
  color: #fff !important;
  position: absolute;
  bottom: 1rem;
  right: -10rem;
  transition: all 0.3s ease;
}

.media-main-card:hover .media-main-card-text-date-view-more {
  right: 1rem;
  transition: all 0.3s ease;
}

.faqs {
  padding: 5rem 0;
}

.faqs-content h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  color: #151515;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero {
        height: 200px;
    }
    .logos {
        padding: 60px 0;
    }

    .logos-title h2 {
        font-size: 24px;
    }

    .logos-track {
        animation-duration: 20s;
    }

    .logo-item {
        flex: 0 0 150px;
    }

    .logo-item img {
        max-width: 100px;
        max-height: 50px;
    }

    .title {
      font-size: 24px;
      line-height: 32px;
    }

    .description {
      font-size: 12px;
    }
    .view-all-btn {
      font-size: 14px;
      font-weight: 400;
      color: #6C6C6C;
      border-radius: 40px;
      border: 1px solid #6C6C6C;
    }

    .our-agencies-facts-content {
      padding-inline-end: 0;
      margin-bottom: 2rem;
  }
  .media-card-image {
      height: 100%;
  }
  .media-card-image img {
      width: 100px;
      height: 111px;
      object-fit: cover;
  }
  .media-card-text {
      height: 100%;
  }
  .media-card-text h3 {
      font-size: 14px;
  }
  .media-card-text p {
      font-size: 12px;
  }
  .media-card:hover .media-card-text p {
      font-size: 10px;
  }
  .media-card-text span {
      font-size: 12px;
  }
  .media-card-text span svg {
      font-size: 12px;
  }
  .media-main-card {
      min-height: 300px;
      margin-bottom: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
    .logos-track {
        animation: none;
    }

    .logo-item {
        opacity: 0.8;
    }
}



