* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

nav {
    z-index: 2;
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
    /* Adjust this value to increase or decrease the space between items */
}

.get-cons {
    background-color: #6B77E5;
    border-radius: 5px;
    padding: 10px 16px;
    color: #fff;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    font-size: bold;
}

nav ul li::after {
    content: '';
    margin: auto;
    display: block;
    width: 0%;
    height: 2px;
    background-color: #6B77E5;
    opacity: 0;
    transition: 0.5s;
    /* Corrected value */
}

.logo {
    width: 300px;
}

nav ul li:hover::after {
    width: 100%;
    opacity: 1;
}

.home {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(imgs/people/linkconsultants.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.blur-div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48%;
    height: 100%;
    z-index: 0;
    background-color: #37393F;
    backdrop-filter: blur(100px);
    /* Adjust the blur value as needed */
    opacity: 0.89;
}

.home-content {
    position: relative;
    z-index: 1;
    margin-top: 9%;
    margin-bottom: 13%;
    padding: 20px;

}

.home-content p {
    color: #fff;
    opacity: 0.7;

}

.business {
    color: #40DDB6;
}

.box-welcome p {
    display: inline-block;
    padding-left: 1%;
    font-weight: 400;
    color: #fff;
}

.home-content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 3.5em;
}

.button-wrap {
    margin-top: 8%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.button {
    display: inline-block;
    padding: 12px 24px;
    /* Adjust padding as needed */
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    /* Adjust font size as needed */
    border-radius: 8px;
    /* Equal border radius for both buttons */
    margin-right: 10px;
    /* Adjust margin between buttons as needed */
}

.consulting-btn {
    background-color: #40DDB6;
    color: #fff;
    box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.4);
}

.learn-more-btn {
    background-color: #6B77E5;
    color: #fff;
    box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.4);

}

a:hover {
    color: #fff;
}

.welcoming-par {
    font-size: 1rem;
}

.link-welcoming {
    font-size: 2.5rem;
}

.link-welcoming .business {
    font-weight: bold;
}

.button-wrap {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.left-col {
    margin-top: 8%;
}

.left-col h3 {
    font-weight: 600;
    padding-top: 3%;

}

.left-col p {
    opacity: 0.7;
}

.left-col a {
    color: #000;
    text-decoration: underline #000;
    font-weight: 500;
    padding-top: 3%;
}

.right-col {
    margin-top: 10%;
}

.prio-par {
    display: inline-block;
    padding-left: 1%;

}

.about-title-2 {
    font-weight: 700;
}

.right-col-par {
    opacity: 0.7;
}

.first {
    padding-top: 3%;
}

.check-wrap {
    margin-top: 4%;
}

.check p {
    display: inline-block;
    padding-left: 1%
}

.left p {
    display: inline-block;
}

.right p {
    display: inline-block;
}

.advantages {
    margin-top: 5%;
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more-about {
    color: #fff;
    background-color: #6B77E5;
    padding: 2%;
    margin-top: 5%;
    border: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 0.6s;
}

.about-img {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.more-about:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
}

.more-about a {
    color: #fff;
    text-decoration: none;
}

.logomockup {
    width: 180px;
}

.above p {
    display: inline-block;
}

.above h2 {
    font-weight: 700;
}

.wrapper h2 {
    font-weight: 700;
}

.row1 {
    margin-top: 8%;
}

.item {
    background-color: #b9e8dc;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.card h3 {
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}

.services {
    margin-top: 7%;
}

.all-services {
    margin-top: 5%;
}

.card img {
    width: 70px;
    display: inline-block;
    align-self: flex-end;
}

.card a {
    color: #000;
    text-decoration: none;
    font-weight: bold;


}

.left-column {
    background-color: #2E2F34;
}

.left-column-content {
    margin-top: 14%;
}

.left-column-content p {
    display: inline-block;
    color: #fff;
}

.left-column-content h3 {
    font-weight: 700;
    color: #fff;
    padding-top: 3%;
}
.left-column-content {
    text-align: left;
}
.left-column-content p {
    color: #fff;
    padding-top: 3%;
}

.why-us-wrap {
    margin-top: 8%;
    background-image: url(imgs/people/whyusimage.png);
    background-size: auto;
    background-position: right;
}

.right-side p {
    color: #fff;
    display: block;
    padding: 0;

}

.quick {
    font-weight: bold;
    padding-right: 10%;
}

.left-side {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 46%;
    background: #37393F;
}

.img-chart1 {
    padding-top: 10%;
    padding-bottom: 10%;
}

.charts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5%;
}

.achievments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5%;
    margin-bottom: 8%;
    width: 92%;
}

.upper-ach p {
    display: inline-block;
}

.upper-ach p span {
    font-weight: bold;
}

.lower-ach p span {
    font-weight: bold;
}

.lower-ach a {
    color: #40DDB6;
    text-decoration: underline #40DDB6;
}

.orange {
    color: orange;
    font-weight: 400;
}

.separator {
    height: 1px;
    width: 30%;
    background-color: grey;
    opacity: 0.5;
    margin-bottom: 5%;
    margin-top: 1%;
}

.testimonial-section {
    margin-top: 11%;
    margin-bottom: 9%;
}

.testimonial-heading {
    margin-top: 5%;
}

.testimonial-heading p {
    display: inline-block;
}

.testimonial-title h2 {
    font-weight: 700;
}

.testimonial-subtitle {
    opacity: 0.7;
}

.testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #F6F6F6;
}

.person-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 12%
}

.testimonial-text p {
    font-style: italic;
    opacity: 0.7;
    padding-bottom: 9%;
    padding-top: 9%;
}

.testimonial-second {
    margin-left: 3%;
}

.booking {
    width: 100%;
    background-color: #6B77E5;
}

.booking-wrapper {
    margin-top: 6%;

}

.booking-left {
    margin-bottom: 6%;
}
/* CSS for adjusting the size of the iframe */
.map {
    width: 100%; /* Ensures the iframe fills its parent container */
    height: 100%; /* Maintain aspect ratio */
    min-height: 300px; /* Set a minimum height to prevent it from becoming too small */
    margin-top: 35%;
}


.booking-right p {
    display: inline-block;
    color: #fff;

}

.booking-right h2 {
    color: #fff;
    font-weight: 700;

}

#contact-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    width: 100%;
    margin-top: 8%;
}

.form-field {
    background-color: #dddddd;
    border: none;
    padding: 10px;
    border-radius: 4px;
    color: #37393F;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5%;
}

.form-field::placeholder {
    color: #37393F;
}

.form-field.date-field {
    position: relative;
}

.form-field.date-field input {
    /* Override default styles for date input */
    background-color: #dddddd;
    border: none;
    padding: 10px;
    border-radius: 4px;
    color: #37393F;
    width: calc(100% - 24px);
    box-sizing: border-box;
}

.form-field.date-field img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.form-field.time-field {
    display: flex;
}

.form-field.time-field input {
    /* Override default styles for time input */
    background-color: #dddddd;
    border: none;
    padding: 10px;
    border-radius: 4px;
    color: #37393F;
    flex-grow: 1;
    margin-right: 10px;
    box-sizing: border-box;
}

.form-field.textarea-field {
    resize: vertical;
}

#submit-btn {
    background-color: #40DDB6;
    color: #37393F;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 5%;
}

.booking-left p {
    color: #fff;
    display: inline-block;
    margin-bottom: 7%;
}

.booking-left h2 {
    color: #fff;
    font-weight: 700;
}

.booking-left p {
    color: #fff;
    opacity: 0.7;
}

.upper-half {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.experience {
    width: 100%;
    background-color: #40DDB6;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.experience img {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}

.experience p {
    color: #fff;
    opacity: 1;
    padding-right: 5%;
}

.experience p span {
    font-weight: 700;
}

.lower-half-item {
    margin-top: 6%;
}

.lower-half-item h6 {
    color: #fff;
    font-weight: bold;
    padding-left: 2%;
    display: inline-block;
}

.lower-half-item p {
    color: #fff;

}

.lower-half {
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.experts {
    width: 100%;
    height: 77vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(imgs/people/ourexperts.png);
    background-size: cover;
    background-position: center;
}

.link-to-experts {
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    width: 38%;
    height: 38%;
    justify-content: center;
    text-align: center;
}

.link-to-experts a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.contact {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.contact-content-wrap {
    width: 70%;
    height: 70%;
    position: relative;
    background: url(imgs/people/contactimage.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-started {

    padding: 10px 27px;
    text-decoration: none;
    color: white;
    background-color: #6B77E5;
    transition: background-color 0.3s ease;
}
.get-started:hover {
    background-color: #4953B8;
}
footer {
    text-align: center;
    background-color: #37393F;
  }
  
  .footer-row {
    display: flex;
    justify-content: space-between;
    margin: 20px;
  }
  
  .footer-item {
    flex: 1;
    margin: 4% 10px;
  }
  
  .text {
    margin-top: 10px;
  }
  
  .separator-icons {
    height: 1px;
    width: 50%;
    background-color: white;
    opacity: 0.6;
    margin: 20px auto;
  }
  
  .logo-container {
    margin: 20px 0;
  }
  .columns-wrapper {
    display: flex;
    justify-content: center;
  }
  .columns {
    width: 45%;
    display: flex;
    justify-content: center;
  }
  
  .column {
    flex: 1;
    margin: 0 10px;
    width: 50%;
  }
  
  .quick-links,
  .our-services {
    text-align: left;
  }
  
  .title {
    display: inline-block;
    margin-left: 10px;
  }
  
  ul {
    list-style: none;
    padding: 0;
  }
  
  ul li {
    margin-bottom: 5px;
  }
  
  .separator-icons {
    height: 1px;
    width: 50%;
    background-color: white;
    opacity: 0.6;
    margin: 20px auto;
  }
  .text p {
    color: #fff;
  }
ul li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.our-services p {
    color: #fff;
}
.quick-links p {
    color: #fff;
}

#risk-compliance {
    width: 100%;
    background-color: #6B77E5;
}
.career-btn {
    width: 30%;
    margin: auto;
}