body {
  font-family: plusJakartaSans !important;
}

header .navbar-bg {
  background-color: #000000 !important;
}

@font-face {
  font-family: plusJakartaSans;
  src: url(../Plus_Jakarta_Sans/static/PlusJakartaSans-Regular.ttf);
}

.navbar-bg li a {
  font-family: plusJakartaSans;
  color: #b8bbcf !important;
}

.navbar-btn {
  border-radius: 30px !important;
  height: 40px;
  width: 110px;
}

.bordpack-action-button {
  border-radius: 30px !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.layer-7-bg-color {
  background-color: #000000;
}

.content {
  padding-top: 50px;
}

.content .heading {
  font-size: 62px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .content .heading {
    font-size: 45px;
    /* Font size for mobile devices */
    color: #fff;
    text-align: left;
  }
}

.content .heading span {
  color: #4170ff;
}

.heading-text-size {
  font-size: 8px;
}

.content .content-description {
  color: #9499b4;
  font-size: 21px;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .content .content-description {
    color: #9499b4;
    font-size: 25px;
    text-align: left;
    margin-top: 20px;
  }
}

.layer-7-theme-text-color {
  color: #4170ff;
  text-align: center;
  letter-spacing: 3px;
}

.portfolio-boardpac-theme-text {
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 3px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}

@media only screen and (max-width: 768px) {
  .layer-7-theme-text-color {
    color: #4170ff;
    text-align: left;
    margin-left: 20px;
    letter-spacing: 3px;
  }
}

.technology-header {
  font-size: 58px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .technology-header {
    font-size: 40px;
    text-align: left;
    margin-left: 20px;
    text-align: left;
    width: 83%;
  }
}

.technology-description {
  color: #9499b4;
  text-align: center;
  margin-top: 30px;
}

.technology-description-sec {
  color: #9499b4;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .technology-description {
    color: #9499b4;
    text-align: left;
    margin-left: 20px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .technology-description-sec {
    color: #9499b4;
    text-align: left;
    margin-left: 20px;
  }
}

.technology-service {
  background-image: linear-gradient(#17213b, #0a0d16);
  border-radius: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-top: 45px;
  height: 300px;
}

@media only screen and (max-width: 768px) {
  .technology-service {
    background-image: linear-gradient(#17213b, #0a0d16);
    border-radius: 20px;
    padding-left: 20px;
    padding-bottom: 12px;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
  }
}

.technology-service-category {
  font-size: 24px;
  margin-top: 20px;
}

.technology-service .logo {
  height: 40px;
  width: 40px;
  margin-top: 30px;
}

.technology-service-description {
  color: #9499b4;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* Contact Page */

.contact-form-element {
  background-color: #171a25 !important;
  color: white !important;
  border-color: #171a25 !important;
}

.contact-form-element::placeholder {
  color: #9499b4 !important;
}

.contact .heading {
  color: #fff;
}

.contact .heading span {
  color: #4170ff;
}

.contact p.description {
  color: #9499b4;
  width: 60%;
}

.contact p.description span {
  color: #fff;
}

.contact-service-category {
  font-size: 24px;
  margin-top: 20px;
}

.contact-office-subheading {
  color: #b8bbcf;
  letter-spacing: 2px;
  font-style: bold;
}

.contact-service {
  background-image: linear-gradient(#17213b, #0a0d16);
  border-radius: 20px;
  padding-left: 20px;
  padding-bottom: 12px;
  min-height: 256px;
  margin-top: 20px;
}

.contact-address {
  color: #9499b4;
  font-size: 14px;
}

.footer-navbar {
  list-style-type: none;
  font-size: 21px;
  line-height: 40px;
}

.footer-navbar li a {
  text-decoration: none;
  color: #fff;
}

/* Portfolio */
.portfolio {
  padding-top: 26px;
  padding-bottom: 65px;
}

.portfolio.portfolio-bg-color {
  background-color: #171a25;
}

.see-work {
  border-radius: 30px !important;
  width: 20%;
}

@media only screen and (max-width: 768px) {
  .see-work {
    border-radius: 30px !important;
    width: 90%;
  }
}

.portfolio-logos {
  margin-top: 5rem;
}

@media only screen and (max-width: 768px) {
  .portfolio-logos {
    margin-left: 20px;
    margin-top: 2rem;
  }
}

.portfolio-logos img {
  height: 30px;
}

.gradient-overlay {
  position: relative;
  width: 330px;
  /* Adjust width as needed */
  height: 330px;
  /* Adjust height as needed */
  display: inline-block;
}

.gradient-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(23, 33, 59, 0) 0%,
      rgba(23, 33, 59, 0.75) 75%);
}

.gradient-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Maintain aspect ratio */
}

.portfolio-video-section img {
  /* width: 200px; */
}

.overlay-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  font-family: plusJakartaSans;
}

.footer-mobile-logo {
  padding-left: 25px;
}

.mobile-footer-address {
  padding-left: 44px !important;
  line-height: 32px;
}

.mobile-footer-address>.mobile-footer-heading {
  font-size: 19px;
}

.header-mobile-logo {
  height: 30px;
  width: 28.29px;
}


.seamless-integration {
  background-color: #ffffff;
  color: white;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 90px;
  height: auto;
  border-radius: 20PX;
  margin-right: 5%;
  margin-left: 5%;
  max-width: 90%;
}

.seamless-integration-header {
  font-size: 58px;
  text-align: center;
  margin: 0;
  color: #000000;
  margin-top: 5%;
}
.seamless-integration-header span {
  color: #4170FF;
}

.seamless-integration-description {
  color: #000000;
  text-align: center;
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
  white-space: pre-wrap;
  margin-bottom: 0;
}

.seamless-integration {
  text-align: center;
  padding: 20px;
  font-weight: 1000px;
}

.seamless-integration-description {
  margin-top: 10px;
}

.seamless-integration-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 5%;
}

/* Column and Image Adjustments */

/* Microsoft Teams Column */
#SI1 {
  flex: 1 1 33%; /* Adjusts the width of this specific column to 25% */
  margin: 10px; /* Adjusts the margin for this column */
  padding: 10px; /* Adjusts the padding for this column */
}

#SI1 img {
  max-width: 100%; /* Adjusts image size in this column */
  margin-left: 8%;
}

/* Webex Column */
#SI2 {
  flex: 1 1 33%; /* Adjusts the width of this specific column to 35% */
  margin: 15px; /* Adjusts the margin for this column */
  padding: 5px; /* Adjusts the padding for this column */
}

#SI2 img {
  max-width: 80%; /* Adjusts image size in this column */
}

/* Zoom Column */
#SI3 {
  flex: 1 1 33%; /* Adjusts the width of this specific column to 40% */
  margin: 5px; /* Adjusts the margin for this column */
  padding: 5px; /* Adjusts the padding for this column */
}

#SI3 img {
  max-width: 70%; /* Adjusts image size in this column */
}

@media (max-width: 768px) {
  .seamless-integration-container {
      flex-direction: column; /* Stack columns vertically */
      justify-content: center;
      align-items: center;
  }

  .SI-column {
      flex: 1 1 100%; /* Make each column take full width */
      margin: 10px 0; /* Add vertical spacing between columns */
  }

  .SI-column img {
      max-width: 50%; /* Adjust image sizes for smaller screens */
  }


   #SI1 img{
    margin: 0;
   }

   .seamless-integration{
    margin-top: 10%;
   }

}


.image2, .image4, .image5 {
  position: absolute;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/*
.logos {
position: absolute;
top: 200px; 
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
gap: 20px;
}
*/

.image1 {
position: relative;
top: 0;
left: 0;
border: 1px red solid;
}

.image2 {
top: 70%;
left: 25%;
width: 20vw; 
height: 15vw;
transform: translate(-50%, -50%);

}

/* .image3 {
position: absolute;
top: 250px;
left: 400px;
width: 250px;
height: auto;
object-fit: contain;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
image-rendering: pixelated;
} */

.image4 {
top: 70%;
left: 50%;
width: 18vw; 
height: 15vw;
transform: translate(-50%, -50%);
}

.image5 {
top: 70%;
left: 77%;
width: 15vw; 
height: 15vw;
transform: translate(-50%, -50%);
}

/*boardroom challenges*/

:root {
  --column-width: 1fr; /* Default column width for responsive layout */
  --column-gap: 20px; /* Default gap between columns */
}

/* General Styles */
.boardroom-challenges {
  background-color: #171a25;
  color: white;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 90px;
  width: 100%;
  height: auto;
}

.boardroom-challenges-header {
  font-size: 58px;
  text-align: center;
  margin: 0;
}

.boardroom-challenges-description {
  color: #9499b4;
  text-align: center;
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
  white-space: pre-wrap;
  margin-bottom: 0;
}

.bp-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0%;
  max-width: 90%;
  margin-left: 5%;
}

.bp-column {
  flex: 1;
  margin: 5px;
  padding: 5px;
  box-sizing: border-box;
}

.bp-column img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Optional: Style individual columns if needed */
#BP1, #BP2, #BP3, #BP4 {
  /* Add any specific styles for each column if needed */
}

@media (max-width: 768px) {
  .bp-column {
      flex: 1 1 100%;
      justify-content: center;
  }
  .bp-column img {
    justify-content: center;
  }

  .bp-column img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

.calendar-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        cursor: pointer;
    }

    .form-control.contact-form-element {
        position: relative;
        padding-right: 30px; /* Space for the icon */
    }
   
    .faq-section {
      width: 100%;
      margin: 0 auto;
      padding: 10px;
      background-color: #4170FF; /* Background color for the entire FAQ section */
      border-radius: 5px;
      margin-top: 15%;
  }
  
  .faq-section {
    margin: auto;
}

.faq-header { 
    font-size: 35px;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: left;
    font-weight: bolder;
    margin-left: 2%;
    color: #000000;
}

.faq-item {
    margin-bottom: 10px;
}

#hr3 {
  border: none;
  border-top: 3px solid black; /* Change thickness here */
  margin-top: 20px;
  margin-bottom: 20px;
}


.faq-question {
    background-color: #4170FF; /* Blue banner color for questions */
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
}

.question-text {
    margin-right: 10px;
}

.dropdown-arrow {
    font-size: 20px;
    transition: transform 0.3s ease; /* Smooth rotation */
    color: #000000;
    font-weight: 700;
}

.faq-answer {
    display: none; /* Hidden by default */
    padding: 10px;
    border: 1px solid #4170FF;
    border-top: none;
    background-color: #4170FF;
    color: rgb(255, 255, 255);
    border-radius: 0 0 5px 5px;
    font-weight: 700;
    margin-bottom: 2%;
    font-weight: 200;
    font-size: 18px;
}

.faq-answer p {
    margin: 0;
}

  
  .heading-form, .description-form {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    }
.contact .heading-form {
    color: #fff;
    font-size: 60px;
    }

.contact .heading-form span {
    color: #4170ff;
    }

.contact p.description-form {
    color: #9499b4;
    width: auto;
    line-height: 1.5;
    font-size: 18px;
    }
  
/*features*/
.main-features{
  padding-top: 5%;
  padding-bottom: 5%;
}
/* Container for the two columns */
.features-container {
  width: auto;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}

.board {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  overflow: hidden; /* Prevents content from leaking into other fields */
}

/* Styles for the text column */
.features.text-column {
  width: 40%; /* Adjust percentage as needed */
  padding-right: 20px;
  box-sizing: border-box; /* Ensures padding is included in the width calculation */
  text-align: left; /* Default alignment */
}

/* Header and text styles */
.text-uppercase {
  text-transform: uppercase;
}

.fw-bold {
  font-weight: bold;
}

.l7-theme-text-color {
  color: #4170FF; 
  font-size: 20px;
}

.features-right-header {
  color: white;
  font-size: 60px;
  margin: 10px 0;
  margin-left: 4.0vw;
}

.features-right-description {
  color: #9499B4;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5; 
  max-height: 3em; 
  margin-left: 2.5w;
}

/* Styles for the image column */
.features.image-column {
  width: 60%; 
  display: flex;
  justify-content: flex-start; 
  align-items: flex-start; 
  box-sizing: border-box; 
}


.text-box {
  margin-top: 30%;
}


.custom-image {
  max-width: 100%; 
  width: 90%;
  height: auto; 
  display: block;
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: crisp-edges; 
}


@media only screen and (max-width: 768px) {
  .board {
    flex-direction: column; 
    align-items: center; 
  }

  .features.text-column {
    width: 100%; 
    padding-right: 0;
    text-align: center; 
    margin: 0; 
    margin-top: -100px;
    
  }

  .features-right-header {
    margin-left: 0; 
    text-align: center;
    margin-top: 0;
    margin-bottom: 0%;
    font-size: 6vw;
  }

  .features-right-description {
    font-size: 1.7vw; 
    max-height: none; 
    text-align: center;
    margin-left: 4%;
    margin-top: 0;
  }

  .features.image-column {
    width: 100%; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin-top: 2px; 
   
  }

  .text-box{
    align-items: center;
  }

  .l7-theme-text-color {
    color: #4170FF; 
    font-size: 1.8vw;
    text-align: center;
    margin-right: 22%;
    margin-bottom: 0;
  }
}

.container-map {
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 4%;
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: crisp-edges; 
}

#map {
  position: relative;
  display: inline-block;
}

#hover-image {
  display: block;
  border-radius: 20px;
}

#hover-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Transparent black */
  padding: 10px;
  text-align: center;
  opacity: 0; /* Initially hidden */
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: space-between; /* Distributes the columns evenly */
}

#hover-text-box p {
  flex: 1; /* Ensures equal size of the columns */
  margin: 0 10px; /* Adds space between columns */
  font-weight: 700; /* Change to desired weight */
  color: #fff;
  text-align: left; /* Align text to the left in each column */
  text-align: justify; /* Justify the text */
  text-align-last: center;
  margin-bottom: 2%;
}

.p10{
  margin-left: 12%;
}

#hover-text-box .logo {
  display: block;
  margin: 0 auto 10px;
  width: 40px; /* Adjust this size if needed */
  height: auto; /* Keeps logo proportions */
}

  @media (max-width: 768px) {
    #hover-text-box {
      justify-content: space-between; /* Keep the columns side by side */
      padding: 20px; /* Adjust padding for mobile view */
    }
  
    #hover-text-box p {
      margin-bottom: 0; /* Remove extra margin between columns */
      text-align: center; /* Keep text centered */
    }
  
    #hover-text-box .logo {
      width: 30px; /* Adjust logo size for smaller screens */
    }
  
    /* Hide the logo in the second and third columns */
  
}


#map:hover #hover-text-box {
  opacity: 1; /* Show the text box on hover */
}

.seamless{
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
}

@media only screen and (max-width: 768px) {
  #hover-text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Transparent black */
    padding: 10px;
    text-align: center;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease;
  }
  
  #hover-text-box #logo {
    display: block;
    margin: 0 auto 10px; /* Center the logo and add space below */
    width: 5vw;
    height: auto;
  }
  
  #hover-text-box p {
    font-weight: 700; /* Change to desired weight */
    color: #fff;
    max-lines: 1;
    font-size: 2.0vw;
  }
  
  #map:hover #hover-text-box {
    opacity: 1; /* Show the text box on hover */
  }
}

#directory{
  color: #fff;
  margin-left: 110px;
  margin-top: 5%;
  margin-bottom: 5%;
}

#directory span{
  color: #4170ff;
  margin-left: 0;
  
}

@media only screen and (max-width: 768px) {
  #directory{
    font-size: 2.3vw;
    margin-left: 11%;
  }
}


.contact{
  margin-top: 10%;
  margin-bottom: 10%;
}

@media only screen and (max-width: 768px) {
.portfolio-boardpac-theme-text {
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 3px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5%;
  margin-bottom: 5%;
}
.seamless-integration-header{
  margin-top: 10%;
}

.video-container{
  margin-bottom: 5%;
}

#logo21{
  margin-top: 5%;
  margin-bottom: 5%;
}
}

.fq-container{
  margin-right: 2%;
  margin-left: 2%;
}

.video-container {
  display: flex;
  justify-content: center; /* Align horizontally */
  align-items: center; /* Align vertically */
  height: 100%; /* Ensure the container takes up space */
  width: 100%;
}

.video-container iframe {
  width: 100%; /* You can set this to a specific width */
  max-width: 1280x; /* Adjust this to control the maximum size of the video */
  height: 650px; /* Adjust the height proportionally to the width */
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .video-container iframe {
    width: 100%; /* Ensures the video scales with the screen size */
    max-width: 100%; /* Removes the max width limit for smaller screens */
    height: auto; /* Automatically adjusts the height to maintain aspect ratio */
  }
}

.features4-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 90%;
  padding: 20px;
}

/* Adjust the width of the columns here */
.features4-left {
  flex: 0 0 40%; /* Adjust this value to control the left column width */
  padding: 20px;
}

/* Right column width adjustable */
.features4-right {
  flex: 0 0 60%; /* Adjust this value to control the right column width */
  display: flex;
  align-items: center;
  justify-content: center; /* Center-aligns the image horizontally */
  padding: 20px;
}

#features4-image {
  max-width: 100%; /* Set to 100% to make it responsive */
  width: auto; /* Adjust the width automatically */
  height: auto; /* Default height, adjust to fit specific size */
  display: block; /* Display block to apply margin auto */
}

/* Text Styling */
#features4-text-1 {
  margin-bottom: 10px;
  color: #4170FF; 
  font-size: 20px;
  letter-spacing: 3px;
}

#features4-text-2 {
  color: white;
  font-size: 56px;
  margin-bottom: 20px;
}

#features4-text-3 {
  font-size: 18px;
  line-height: 1.5;
  color: #9499B4;
}

.text-box4 {
  margin-top: 30%;
}

@media (max-width: 768px) {
  .features4-container {
    flex-direction: column;
  }

  .features4-column {
    flex: 1 1 100%;
    padding: 10px;
  }

  .text-box4{
    margin: 0;
  }

  #features4-text-1 {
    font-size: 16px; /* Adjust text size for smaller screens */
    margin-bottom: 8px;
    color: #4170FF; 
    letter-spacing: 2px;
  }
  
  #features4-text-2 {
    font-size: 40px; /* Adjust text size for smaller screens */
    margin-bottom: 15px;
    color: white;
  }
  
  #features4-text-3 {
    font-size: 14px; /* Adjust text size for smaller screens */
    line-height: 1.4;
    color: #9499B4;
  }

  #features4-image {
    width: 100%; /* Full width in mobile view */
    height: auto;
    margin: 0 auto;
  }
}

.features5-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 90%;
  padding: 20px;
  margin-top: 5%;
  margin-bottom: 5%;
}

/* Adjust the width of the columns here */
.features5-left {
  flex: 0 0 60%; /* Adjust this value to control the left column width */
  display: flex;
  align-items: center;
  justify-content: center; /* Center-aligns the image horizontally */
  padding: 20px;
}

/* Right column width adjustable */
.features5-right {
  flex: 0 0 40%; /* Adjust this value to control the right column width */
  padding: 20px;
}

#features5-image {
  max-width: 100%; /* Set to 100% to make it responsive */
  width: auto; /* Adjust the width automatically */
  height: auto; /* Default height, adjust to fit specific size */
  display: block; /* Display block to apply margin auto */
}

/* Text Styling */
#features5-text-1 {
  margin-bottom: 10px;
  color: #4170FF; 
  font-size: 20px;
  letter-spacing: 3px;
}

#features5-text-2 {
  color: white;
  font-size: 56px;
  margin-bottom: 20px;
}

#features5-text-3 {
  font-size: 18px;
  line-height: 1.5;
  color: #9499B4;
}

.text-box5 {
  margin-top: 30%;
}

@media (max-width: 768px) {
  .features5-container {
    flex-direction: column-reverse;
  }

  .features5-column {
    flex: 1 1 100%;
    padding: 10px;
  }

  .text-box5{
    margin: 0;
  }

  #features5-text-1 {
    font-size: 16px; /* Adjust text size for smaller screens */
    margin-bottom: 8px;
    color: #4170FF; 
    letter-spacing: 2px;
  }
  
  #features5-text-2 {
    font-size: 40px; /* Adjust text size for smaller screens */
    margin-bottom: 15px;
    color: white;
  }
  
  #features5-text-3 {
    font-size: 14px; /* Adjust text size for smaller screens */
    line-height: 1.4;
    color: #9499B4;
  }

  #features5-image {
    width: 100%; /* Full width in mobile view */
    height: auto;
    margin: 0 auto;
  }
}

.logo-container {
  display: flex;
  flex-wrap: wrap; /* Allows logos to wrap onto a new line */
  justify-content: space-between;
  align-items: center;
  width: 90%; /* Max container width */
  margin: 0 auto;
}

.logo {
  max-width: 100%; /* Ensures logos scale properly */
  margin-bottom: 20px; /* Adds spacing between rows */
}

.logo-1, .logo-2, .logo-3{
  width: 7%; /* Adjust individual logo width */
  margin-right: 15px; /* Adjust spacing between logos */
  padding-bottom: 1.5%; 
}

.logo-4, .logo-5, .logo-6, .logo-7{
  width: 12%; /* Adjust individual logo width */
  margin-right: 15px; /* Adjust spacing between logos */
}

/* Mobile view */
@media (max-width: 768px) {
  .logo-container {
      justify-content: space-evenly; /* Centers the logos in mobile */
  }

  .logo {
      width: 30%; /* Each logo takes up nearly half the width */
      margin-right: 0; /* Reset margin to prevent overflow */
  }

  .logo-7{
    width: 45%;
  }
}

#sub-head{
  margin-top: 5%;
}

.map-head{
  color: #4170FF;
}

#hover-text-box p {
  margin: 0;
}
