/* MENU CSS */

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  background: rgb(243, 246, 248);
}

.sticky-menu {
  position: sticky;
  top: 0;
  background: #fff;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  z-index: 1000;
  box-shadow: #00000026 1.95px 1.95px 2.6px;
}

.sticky-menu .logo img {
  height: 40px;
  width: auto;
}

.sticky-menu .menu {
  display: flex;
  align-items: center;
}

.sticky-menu .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.sticky-menu .menu ul li {
  margin: 0 10px;
}

.sticky-menu .menu ul li a {
  color: #081D33;
  text-decoration: none;
  padding: 5px 10px;
}

.sticky-menu .menu ul li a:hover {
  background: #ebeef1;
  border-radius: 20px;
}

.menu-toggle {
  display: none;
  background: none;
  color: #000;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.profile-container .menu-icon-container {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #d4d4d4;
  background-color: #eff0f0;
  cursor: pointer;
}

.profile-container .profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 991px) {
  .sticky-menu {
    flex-wrap: wrap;
  }

  .sticky-menu .menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 20px;
    background: #333;
    border-radius: 5px;
    width: 250px;
    flex-direction: column;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1001;
  }

  .sticky-menu .menu ul {
    flex-direction: column;
  }

  .sticky-menu .menu ul li {
    margin: 10px 0;
    text-align: center;
  }

  .sticky-menu .menu ul li a {
    color: #fff;
    padding: 10px;
  }

  .menu-toggle {
    display: block;
  }

  .menu.show {
    display: flex;
    padding: 10px 0px 20px;
  }
}

/* END MENU CSS */

/* HERO IMG */

.hero-img {
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(6% 0, 100% 0, 100% 80%, 93% 100%, 0 100%, 0% 20%);
}

.hero-img[data-bg] {
  background-image: url(attr(data-bg));
}

/* MAIN CONTAINER */

main {
  padding: 1.5rem;
}

.blitzt-main-container {
  margin: 40px auto;
  max-width: 1000px;
}

.info-text {
  font-size: 16px;
  line-height: 24px;
  color: #464555;
  margin: 40px auto;
}

.info-box {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 40px;
}

.info-box-header {
  margin: 40px 0;
}

.info-box-header h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 0;
}

.sub-text {
  font-size: 14px;
  line-height: 20px;
  color: #464555;
  text-align: center;
}

/* HOME */

.home main {
  padding: 0;
}

.home .hero-section {
  position: relative;
  max-height: 71.5rem;
  min-height: 46.5rem;
  background-color: #081d33;
  display: flex;
  gap: 2rem;
  overflow: hidden;
}

.home .title-box {
  background: none;
  margin: 0;
  padding: 0;
}

.home .hero-section .cta-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
}

.home .hero-section .cta-box .title-box .title {
  color: #f6f6f6;
  font-size: 38px;
  line-height: 48px;
  max-width: 42rem;
}

.home .hero-section .cta-box .title-box .title-highlight {
  color: #1dbf73;
}

.home .hero-section .cta-box .title-box .sub-title {
  color: #f6f6f6;
  font-size: 16px;
  margin-top: 1.6rem;
}

.home .hero-section .cta-box .button-row {
  margin-top: 30px;
  max-width: 60rem;
  display: flex;
  gap: 20px;
}

.home .hero-section .cta-box .button-row .find-jobs-button {
  background-color: #e8e7ea;
  color: #121212 !important;
}

.home .hero-section .foc-box .foc-text-box .foc-text {
  font-size: 14px;
  font-weight: 800;
}

.home .hero-section .foc-box .foc-text-box .powered-by {
  font-size: 10px;
  font-style: italic;
}

.home .hero-section .cta-box .button-row .button {
  outline: none;
  border: none;
  width: 200px;
  height: 40px;
  cursor: pointer;
  border-radius: .5rem;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  box-shadow: #00000026 .195rem .195px .26px;
  transition: all .2s;
}

.home .hero-section .cta-box .button-row .find-agents-button {
  background-color: #005aef;
}

.home .hero-section .image-container {
  position: relative;
  flex: 1;
}

.home .hero-section .image-container .image-box {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.home .hero-section .image-container .image-box .hero-image {
  display: block;
  max-width: 100%;
  object-fit: scale-down;
}

.home .hero-section .foc-box {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  color: #f6f6f6;
  height: 40px;
  padding: .5rem;
  border-radius: .3rem;
  background-color: #3c3b4b;
}

.home .hero-section .foc-box .foc-icon {
  height: 100%;
}

.home .hero-section .foc-box .foc-text-box {
  display: flex;
  flex-direction: column;
}

.home .agent-features-section {
  position: relative;
  padding: 20px 40px 120px;
}

.home .features-title-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 4rem;
  line-height: 1;
}

.home .features-title-box .background-text-dark {
  color: #005aef66;
}

.home .features-title-box .background-text {
  position: absolute;
  font-size: 7vw;
  font-weight: 900;
  width: 100%;
  white-space: nowrap;
  z-index: 0;
  text-transform: uppercase;
  line-height: 0;
  top: -10px;
}

.home .features-title-box .features-title-dark {
  color: #f6f6f6 !important;
  background-color: #0006;
}

.home .features-title-box .features-title {
  display: inline-block;
  font-size: 28px;
  color: #121212;
  z-index: 20;
  text-shadow: rgba(0, 0, 0, .24) 0px .3rem .8rem;
  padding: .5rem;
  border-radius: .5rem;
}

.home .agent-features-section .agent-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  z-index: 1;
}

.features-card-container .feature-card {
  height: 100%;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: #64646f33 0 7px 29px;
  border: 1px solid #cbcacc;
}

.feature-card-icon {
  background-color: rgb(224, 240, 255);
  border-color: rgb(179, 217, 255);
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #cbcacc;
}

.feature-card-icon img {
  width: 52px;
  height: 52px;
  display: flex;
  color: rgb(0, 90, 239);
}

.features-card-container .feature-card .card-title-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.features-card-container .feature-card .card-title-box .feature-icon {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #cbcacc;
}

.features-card-container .feature-card .card-title-box .feature-title {
  font-size: 20px;
  width: 100%;
}

.features-card-container .feature-card .features {
  margin-top: 20px;
}

.features-card-container .feature-card .features .features-list {
  list-style-type: none;
  padding: 0;
}

.features-card-container .feature-card .features .feature-item {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 35px;
  background-color: #f2f1f1;
  margin-bottom: 10px;
  padding: 0 3px;
}

.features-card-container .feature-card .features .item-text {
  font-size: 12px;
}

.feature-item img {
  max-height:18px;
}

.mat-icon.mat-icon-inline {
  font-size: inherit;
  height: inherit;
  line-height: inherit;
  width: inherit;
}

.mat-icon {
  -webkit-user-select: none;
  user-select: none;
  background-repeat: no-repeat;
  display: inline-block;
  fill: currentColor;
  height: 24px;
  width: 24px;
  overflow: hidden;
}

mat-icon,
mat-icon.mat-primary,
mat-icon.mat-accent,
mat-icon.mat-warn {
  color: var(--mat-icon-color);
}

.home .job-search-preview {
  background-color: #fff;
  padding: 8rem;
}

.home .job-search-preview .preview-content {
  padding: 3.3rem 9rem 4rem;
  background-color: #f3f6f8;
  border-radius: .5rem;
}

.home .job-search-preview .preview-content .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.home .job-search-preview .preview-content .section-header .find-jobs {
  background-color: #b3d9ff;
  color: #005aef;
  font-size: 16px;
  padding: .5rem 1.2rem;
  border-radius: .5rem;
  margin-bottom: 34px;
  text-transform: uppercase;
  opacity: .8;
}

.home .job-search-preview .preview-content .section-header .find-next-job {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 34px;
  margin-top:10px;
}

.home .job-search-preview .preview-content .section-header .tagline {
  font-size: 12px;
}

.home .job-search-preview .preview-content .search-features-image-box {
  overflow: hidden;
  margin-bottom: 4rem;
}

.home .job-search-preview .preview-content .search-features-image-box .search-features {
  width: 100%;
  object-fit: contain;
}

.home .job-search-preview .preview-content .search-ui-image-box {
  overflow: hidden;
}

.home .job-search-preview .preview-content .search-ui-image-box .search-ui-image {
  width: 100%;
  object-fit: contain;
}

.home .agency-features-section {
  background-color: #212122;
  position: relative;
  padding: 120px 95px;
}

.home .container {
  position: relative;
  max-width: 140rem;
  margin: 0 auto;
}

.home .features-title-box .background-text-light {
  color: #e8e7ea33;
}

.home .features-title-box .features-title-light {
  color: #f6f6f6;
}

.home .agency-features-section .agency-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  z-index: 1;
}

.home .agency-features .feature-card-icon {
  background-color: rgb(255, 229, 233);
  border-color: rgb(255, 179, 188);
}

.features-card-container {
  height: 100%;
  width: 100%;
}

.home .testimonials-section {
  position: relative;
  padding: 50px 50px 100px;
  background: linear-gradient(to right bottom, #4da6ff, #00175f);
}

.home .testimonials-section .testimonial-section-title {
  text-align: center;
  font-size: 32px;
  color: #f6f6f6;
  margin-bottom: 70px;
}

.home .testimonials-section .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.home .testimonial-box {
  position: relative;
  padding: 2rem;
}

.home .testimonial-box .quotes-icon {
  position: absolute;
  z-index: 0;
  max-width:60px;
}

.home .testimonial-box .testimonial-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 100;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}

.home .testimonial-box .image-container {
  position: relative;
  width: 62px;
  height: 62px;
  min-width: 62px;
  min-height: 62px;
  border-radius: 50%;
  border: .2rem solid #a1a0ad;
  overflow: hidden;
  margin-right: 2rem;
  box-shadow: #32325d40 0 .2rem .5rem -1px, #0000004d 0 1px .3rem -1px;
}

.home .testimonial-box .image-container .testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .testimonial-box .testimonail-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #f6f6f6;
  margin-bottom:0;
}

.home .testimonial-box .testimonail-name-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home .testimonial-box .testimonail-name-row .testimonial-name {
  color: #f6f6f6;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
}

.home .featured-agents-section {
  position: relative;
  padding: 120px 5rem;
}

.home .featured-agents-section .title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: .5rem;
}

.home .featured-agents-section .title-row .featured-title-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home .featured-agents-section .title-row .featured-title-box .heading {
  font-size: 24px;
  font-weight: 600;
  color: #121212;
}

.home .featured-agents-section .title-row .featured-title-box .sub-heading {
  font-size: 14px;
  font-weight: 500;
  color: #7d7c8f;
}

.home .featured-agents-section .title-row .show-more:link, .home .featured-agents-section .title-row .show-more:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #121212;
  display: inline-block;
  border-radius: .5rem;
  position: relative;
  font-size: 16px;
  transition: all .1s;
  cursor: pointer;
  padding: .8rem 2rem;
  margin-bottom: -1rem;
}

.home .featured-agents-section .title-row .show-more:active {
  transform: translateY(0);
  background-color: #1aae68;
  box-shadow: #32325d40 0 2px .5rem -1px, #0000004d 0 1px 3px -1px;
}

.featured-agents-section img {
   max-width: 100%;
}

/* RESPONSIVE */

@media (max-width:991px) {

  .home .agent-features-section .agent-features {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }

  .home .job-search-preview {
    padding: 2rem;
  }

  .home .job-search-preview .preview-content {
    padding: 3rem 2rem 3rem;
  }
  .home .agency-features-section {
    padding: 84px 40px;
  }
  .home .agency-features-section .agency-features {
    grid-template-columns: repeat(1, 1fr);
    gap:80px;
  }
  .home .testimonials-section .testimonials-grid {
    grid-template-columns: repeat(1, 1fr);
    gap:20px;
  }
  .home .features-title-box .features-title {
    font-size:22px;
  }
  .home .testimonials-section {
    padding: 50px 16px 100px;
  }
  .home .hero-section .image-container .image-box .hero-image, .home .hero-section .foc-box {
    display: none;
  }
  .home .hero-section {
    min-height: 30rem;
  }
  .home .hero-section .cta-box {
    padding-left:20px;
  }
  .home .hero-section .cta-box .title-box .title {
    font-size: 30px;
    line-height: 38px;
  }
  .home .hero-section .cta-box .button-row .button {
    width: 170px;
  }
  .home .featured-agents-section {
    padding: 60px 2rem;
  }
  .home .features-title-box {
    margin-bottom:30px;
  }
  .home .features-title-box .features-title {
    padding:0;
  }
}

/* BLOG LAYOUT */

.card-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.card-items .card {
  padding: 2rem;
  border: 1px solid #e8e7ea;
  border-radius: .5rem;
}

.card-items .card .icon-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #e0f0ff;
  border-radius: 50%;
  padding: .4rem;
  margin-bottom: 1rem;
  height: 20px;
  width: 20px;
}

.card-items .card .icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  fill: #0179ff;
  color: #0179ff;
  stroke: #0179ff;
}

.card-items .card .card-title {
  font-size: 16px;
  color: #005aef;
  font-weight: 500;
  margin-bottom: 1rem;
}

.card-items .card .card-description {
  font-size: 14px;
  line-height: 24px;
  color: #464555;
}

.card-items .card .learn-more {
  display: block;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 12px;
}

/* RESPONSIVE */

@media (max-width:768px) {
  .card-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card-items
/* GIVEAWAYS LAYOUT */

.giveaways .hero-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.title-box {
  display: inline-block;
  padding: 20px;
  margin: 2rem;
  background-color: #0003;
  border-radius: .5rem;
}

.title-box .title {
  font-size: 32px;
  color: #f6f6f6;
  margin: 0;
}

.title-box .title .highlight {
  color: #ff1a37;
}

.giveaways .info-box-header h2 {
  text-transform: uppercase;
}

.giveaway-item {
  padding: 20px;
  border: 1px solid #e8e7ea;
  border-radius: .5rem;
  margin-bottom: 20px;
}

.giveaway-item .giveaway-header {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e7ea;
}

.giveaway-item .giveaway-header .logo-box {
  height: 90px;
  width: 90px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e8e7ea;
  padding: .5rem;
}

.giveaway-header .logo-box .giveaway-logo,
.giveaway-item .giveaway-content .giveaway-image-box .giveaway-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.giveaway-item .giveaway-header .giveaway-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: .5rem;
}

.giveaway-item .giveaway-header .giveaway-title-wrapper .giveaway-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.giveaway-item .giveaway-header .giveaway-title-wrapper .giveaway-subtitle {
  font-weight: 700;
  font-size: 16px;
  color: #464555;
  margin: 0;
}

.giveaway-item .giveaway-content {
  margin-top: 20px;
}

.giveaway-item .giveaway-content .giveaway-image-box {
  width: 200px;
  height: 200px;
  overflow: hidden;
  float: right;
  margin-left: 30px;
}

.giveaway-item .giveaway-content .description {
  padding-top: 10px;
}

.giveaway-item .giveaway-content .description .description-text {
  font-size: 16px;
  line-height: 26px;
  color: #464555;
  margin-bottom: 10px;
}

.giveaways-container .content-wrapper .info-box .giveaway-item .giveaway-content .description .visit-link {
  font-weight: 500;
  font-size: 16px;
  color: #121212;
}

.giveaway-item .giveaway-content .description .terms-list .terms-item {
  margin-bottom: 10px;
  line-height: 28px;
  color: #464555;
}

/* RESPONSIVE */

@media (max-width:768px) {
  .giveaway-item .giveaway-content .giveaway-image-box {
    float: none;
    margin-left: 0;
  }
}

/* NETWORKING EVENTS */

.networking .hero-img,
.security-driver .hero-img,
.help .hero-img,
.about .hero-img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.networking .title-box,
.security-driver .title-box,
.help .title-box,
.about .title-box {
  background: #00000085;
}

.networking .title-box .title .highlight,
.security-driver .title-box .title .highlight,
.help .title-box .title .highlight,
.about .title-box .title .highlight {
  color: #1a8cff;
}

.networking-card {
  padding: 2rem;
  border: 1px solid #e8e7ea;
  border-radius: .5rem;
}

.networking-card .networking-header {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.networking-card .networking-header .networking-logo-box {
  width: 200px;
  height: 80px;
  overflow: hidden;
}

.networking-card .networking-header .networking-logo-box .networking-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.networking-card .networking-header .networking-title {
  font-size: 32px;
  color: #1a8cff;
  font-weight: 600;
  margin-bottom: .5rem;
}

.networking-card .networking-header .networking-dates {
  font-size: 16px;
  color: #464555;
}

.networking-card .networking-opportunities-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 5rem 3rem 2rem;
}

.networking-card .networking-opportunities-row .left {
  flex: 1;
}

.networking-card .networking-opportunities-row .right {
  flex: 1;
  overflow: hidden;
}

.networking-card .networking-opportunities-row .left .list-title,
.networking-card .networking-opportunities-row .left .list-footer-text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.networking-card .networking-opportunities-row .left ul li {
  margin-bottom: 10px;
}

.networking-card .networking-opportunities-row .left .list-footer-text {
  margin-bottom: 0;
}

.networking-card .networking-opportunities-row .right .opportunities-image {
  width: 100%;
  object-fit: cover;
}

.networking-card .event-map-box {
  width: 100%;
  overflow: hidden;
  padding: 30px;
}

.networking-card .event-map-box .event-map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE */

@media (max-width:991px) {
  .networking-card .networking-header {
    flex-direction: column;
  }

  .networking-card {
    padding: 1rem;
  }

  .networking-card .networking-opportunities-row {
    padding: 2rem 1rem 2rem;
  }

  .networking-card .networking-opportunities-row {
    flex-direction: column;
  }

  .networking-card .event-map-box {
    padding: 0;
  }
}

/* SECURITY DRIVER */

.security-driver .info-section p {
  color: #464555;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
}

.security-driver ul li,
.security-driver ol li {
  font-size: 16px;
  margin-bottom: .5rem;
  color: #464555;
  line-height: 24px;
}

.security-driver .bold {
  color: #121212;
  font-weight: 700;
}

.security-driver .image {
  width: 100%;
  object-fit: cover;
}

.ticker-container {
  width: 99.9%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #e8e7ea;
  padding: 1rem 0;
}

.ticker-container .ticker-content {
  display: inline-block;
  padding-left: 100%;
  animation: driver_ticker 20s linear infinite;
}

.ticker-content .image-box .image {
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}

.ticker-container .ticker-content .image-box {
  display: inline-block;
  margin-right: 2rem;
  height: 4rem;
  cursor: pointer;
}

@keyframes driver_ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}


/* CTA */

.call-to-action-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 0 2rem;
}

.call-to-action-row .cta-button {
  border: none;
  outline: none;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #ff415e;
  font-size: 14px;
  border-radius: 2rem;
  color: #fff;
  box-shadow: #00000026 .195rem .195px .26px;
}

.call-to-action-row .cta-button:hover {
  background-color: #cc334b;
}

/* HELP */

.help .info-box-header h2 {
  font-size: 24px;
}

/* DISPUTE RESOLUTION */

.help .effective-date,
.help .no-fees,
.help .terms {
  color: #121212;
  margin-top: 2rem;
  display: block;
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 700;
}

.help .info-box p,
.help .info-box li {
  font-size: 16px;
  line-height: 24px;
  color: #7d7c8f;
  margin-bottom: 1rem;
}

.help .blitzt-main-container {
  line-height: 26px;
}

/* ABOUT */

.message-text {
  font-size: 16px;
  line-height: 26px;
  color: #464555;
  margin-bottom: 2rem;
}

.about-us .section-title {
  font-size: 20px;
  padding: .3rem;
  margin: 0;
  background: linear-gradient(to right, #ffb3bc, transparent);
}

.about-us .founder-box {
  position: relative;
  margin-bottom: 20px;
}

.about-us .founder-box .founder-image-box {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 2rem;
  margin-top: .3rem;
  border: 1px solid #7d7c8f;
  border-radius: .5rem;
}

.about-us .founder-box .founder-image-box .founder-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5rem;
}

.about-us .founder-box .founder-title {
  font-size: 16px;
  margin-bottom: 1rem;
}

.about-us .founder-box .linked-in-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.about-us .founder-box .linked-in-row .linked-in-logo {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}

.about-us .section-title.benefits {
  background: linear-gradient(to right, #b3d9ff, transparent);
  margin-top: 0;
}


/* FOOTER CSS */

footer {
  background-color: #0A1733;
  color: #fff;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  gap: 30px;
}

.footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}

.footer-column:first-child {
  flex: 2.5;
}

.footer-column h4 {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}

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

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-logo {
  margin-bottom: 122px;
}

.footer-logo img {
  max-width: 170px;
}

.footer-logo p {
  font-size: 16px;
  font-weight: 400;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.social-icons .icon {
  width: 40px;
  height: 40px;
  background-color: #03092D;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}

.social-icons .icon:hover {
  opacity: 0.8;
}

.social-icons .icon img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}

.social-icons .friends-of-chuck img {
  max-width: 80%;
}

.social-icons-text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  font-family: Montserrat, Arial, sans-serif;
}

.social-icons-text h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.social-icons-text p {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

.feedback-link {
  margin-top: 15px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.feedback-link a {
  color: #FFF;
  text-decoration: underline;
}

.feedback-link a:hover {
  opacity: 0.8;
}

hr {
  border: none;
  border-top: 1px solid #fff;
  margin: 20px 0;
}

.footer-bottom {
  align-items: center;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-bottom a:not(:last-child) {
  margin-right: 15px;
}

.footer-bottom-container span {
  margin-right: 15px;
}

.footer-bottom-container img {
  max-width: 12px;
  vertical-align: middle;
}

/* FOOTER RESPONSIVE */

@media (max-width:991px) {
  .footer-bottom-container {
    flex-direction: column;
  }

  .footer-bottom-container span {
    display: block;
    margin-right: 0;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .social-icons {
    flex-wrap: wrap;
  }

  .feedback-link {
    padding-left: 10px;
  }
}