h2,
h3,
p {
    color: #3a3a3a;
}

.logo,
.why-us,
body {
    width: 100%;
}

.cta,
.feature-card,
.head h3,
.headies,
.testimonial-body {
    text-align: center;
}

body {
    font-family: Manrope, sans-serif;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.head h3 {
    padding: 30px auto;
    color: #0065cd;
    font-weight: 600;
    font-size: 20px;
}

.navbar {
    margin: 0 auto;
    padding: 0 20px;
     background: linear-gradient(to right, #ffffff, #e6f1fa);
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.logo {
    height: 100%;
    max-height: 70px;
}

.navbar-collapse {
    margin-top: 50px;
}

.nav-link {
    font-weight: 600;
    color: #494949;
    transition: 0.3s;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 14px;
}

.nav-link.active {
    color: #0065cd;
    font-weight: 700;
}

.navbar-nav .nav-link.active {
    color: #0065cd !important;
    font-weight: 700 !important;
}

.nav-link:hover {
    color: #429af2;
}

/* Style for the close button with default Bootstrap X */
.btn-close {
    background: rgb(253, 11, 11) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
    opacity: 1;
}

.btn-close:focus,
.btn-close:active {
    background-color: darkred !important;
    box-shadow: none !important;
}

.mobile-nav-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.mobile-nav-list li {
    margin: 10px 20px;
}

.mobile-nav-list .nav-link {
    font-size: 16px;
    padding: 10px 0;
    display: block;
}

.modal-content {
     background: linear-gradient(to right, #ffffff, #e6f1fa);
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }

    .nav-item {
        margin: 0 4px;
    }
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.footer-logo,
h2 {
    margin-bottom: 20px;
}

.footer {
    background-color: #0065cd;
    color: #fff;
    padding: 50px 0;
}

.footer-logo {
    max-width: 300px;
    width: 100%;
}

.footer-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

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

.footer-links li {
    margin-bottom: 6px;
    font-weight: 400px;
    font-size: 16px;
}

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

.footer-links a:hover {
    color: #cce6ff;
}

.footer-address {
    font-style: normal;
    line-height: 1.6;
    font-weight: 400;
}

.footer-copyright {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.primary,
.tag {
    color: #0065cd;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
}

.primary,
h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
}

.buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.primary {
    display: inline-block;
    background-color: #d7f4ff;
    text-decoration: none;
    padding: 12px 18px;
    font-size: 12px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.primary:hover {
    background-color: #c6ecf9;
}

.tag {
    margin-bottom: 10px;
    font-weight: 600;
}

.why-us {
    margin: 80px auto;
    max-width: 700px;
}

.headies {
    margin: 0 auto 60px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

.feature-card {
    background: #fff;
    border: 1px solid #abcff8;
    padding: 20px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 310px;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d7ffdf;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.icon {
    color: #199513;
    font-size: 16px;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #199513;
}

.feature-card h3 {
    color: #000;
}

.feature-card p {
    color: #3a3a3a;
}

.cta {
    padding: 100px 0;
}

.cta .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-section {
    margin: 80px auto;
}

.testimonial-carousel {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    min-height: 400px;
}

.testimonial-slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s;
}

.testimonial-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.testimonial-content {
    background: #fff;
    padding: 3rem;
    border-radius: 1rem;
    border: 1px solid #0065cd;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 101, 205, 0.1);
}

.quote-icon {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
}

.quote-icon.start {
    top: 1.5rem;
    left: 1.5rem;
}

.quote-icon.end {
    bottom: 1.5rem;
    right: 1.5rem;
}

.quote-img {
    width: 100%;
    height: auto;
    opacity: 0.7;
}

.testimonial-body {
    padding: 20px;
}

.client-info {
    margin-top: 2rem;
}

.client-name {
    font-size: 1.125rem;
    color: #0065cd;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.client-position {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
}

.next-btn,
.prev-btn {
    background: #fff;
    border: 1px solid #0065cd;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    color: #0065cd;
    font-size: 1.2rem;
}

.next-btn:hover,
.prev-btn:hover {
    background: #0065cd;
    color: #fff;
}

.indicators {
    display: flex;
    gap: 0.75rem;
}

.indicator {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #bfe8fd;
    cursor: pointer;
    transition: 0.3s;
}

.indicator.active {
    background: #0065cd;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .footer-heading {
        font-size: 16px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 30px;
    }

    .testimonial-section {
        padding: 40px 0;
    }

    .testimonial-content {
        padding: 2rem 1.5rem;
    }

    .testimonial-text {
        font-size: 1.25rem;
    }

    .headies h2 {
        font-size: 1.75rem;
    }

    .quote-icon {
        width: 2rem;
        height: 2rem;
    }

    .quote-icon.start {
        top: 1rem;
        left: 1rem;
    }

    .quote-icon.end {
        bottom: 1rem;
        right: 1rem;
    }

    .why-us {
        width: 100%;
        max-width: 100%;
    }
}

#preloader,
.feature-video,
.video-overlay {
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    .testimonial-section {
    margin: 0px auto;
}
    .testimonial-content {
        padding: 1.5rem 1rem;
    }

    .testimonial-text {
        font-size: 1.1rem;
    }

    .carousel-controls {
        gap: 1.5rem;
    }

    .client-name {
        font-size: 1rem;
    }

    .client-position {
        font-size: 0.875rem;
    }
    h2 {
    font-size: 28px;
}

p {
    font-size: 14px;
}

h3 {
    font-size: 18px;
}

}

.video-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}


.video-container{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    aspect-ratio: 16/9;
    position: relative;
    z-index: 0;
}

.video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/blob-1.png') no-repeat center center;
    background-size: cover;
    filter: blur(130px);
    opacity: 0.6;
    z-index: -1;
}


.feature-video {
    object-fit: cover;
    display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1;
  pointer-events: auto; /* allow clicks */
  transition: opacity 0.3s ease;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: none;
  border: none;
  color: rgb(24, 24, 24);
  cursor: pointer;
  pointer-events: auto;
}

@media (max-width: 992px) {
    .navbar-collapse:not(.show) {
        display: none;
    }

    .navbar {
        padding: 10px;
    }

    .navbar-brand {
        order: -1;
        margin-right: auto;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .footer .col-md-3 {
        margin-bottom: 30px;
    }

    .container {
        padding: 0 40px;
    }

    .video-content-wrapper {
        grid-template-columns: 1fr;
    }

    .video-container {
        order: 2;
    }

    .content-container {
        order: 1;
        text-align: center;
    }

    .section-heading {
        font-size: 1.875rem;
    }
}

@media (max-width: 576px) {

    .section-heading {
        font-size: 1.625rem;
    }
}
@media (max-width: 375px) {
    .logo {
    height: 100%;
    max-height: 40px;
    width: 100%;
    max-width: 100px;
}

}

    .testimonial-slide {
        width: 100%;
    }

    .testimonial-content {
        padding: 2rem;
    }

    .quote-icon {
        width: 2rem;
        height: 2rem;
    }

    .quote-icon.start {
        top: 1rem;
        left: 1rem;
    }

    .quote-icon.end {
        bottom: 1rem;
        right: 1rem;
    }

.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar-alt:before {
    content: "\f073";
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#preloader img {
    width: 200px;
}