:root {
    --primary: #cc0000;
    --secondary: #F6F6F6;
    --light: #FFFFFF;
    --dark: #152440;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 30px;
    padding-bottom: 90px;
}
.ha-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 55px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #105a84;
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Barlow', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #cb0000;
}

.nav-link.active {
    color: red; /* or any other red shade you prefer */
}


@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(21, 36, 64, .7); */
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.service-item {
    position: relative;
    overflow: hidden;
    height: 580px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: var(--light);
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -10px 5px #EEEEEE;
    transition: .5s;
}

.service-item:hover::after {
    bottom: -25px;
}

.service-item p {
    transition: .3s;
}

.service-item:hover p {
    margin-bottom: 25px !important;
}

.team-item img {
    transform: scale(1.15);
    margin-left: -30px;
    transition: .5s;
}

.team-item:hover img {
    margin-left: 0;
}

.team-item .team-text {
    left: -100%;
    transition: .5s;
}

.team-item .team-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -60px;
    margin-top: -30px;
    border: 30px solid;
    border-color: transparent transparent transparent #105a84 ;
}

.team-item:hover .team-text {
    left: 0;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #0072ac;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: white;
    background-color: #21409a;
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}


.team-img {
    height: 345px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.team-text {
    width: 90%;
    left: 5%;
    top: 70%;
    padding: 8px;
    transform: translateY(-50%);
}

.team-text h4 {
    font-size: 18px;
}

.team-text p {
    font-size: 14px;
}

.test-1 {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.map-container.test-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 60vh;
}

.map-frame.test-1 {
    width: 100%;
    height: 80%;
    border: 0;
}

.info.test-1 {
    background-color: white;
    padding: 20px;
    text-align: center;
    border-top: 2px solid #ccc;
    width: 100%;
}

h2.test-1 {
    margin: 0;
}

.btn.test-1 {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.btn.test-1:hover {
    background-color: #0056b3;
}

/* ========== services start ========== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

:root {
    --primary-color: #003363;
    --secondary-color: #003363;
    --accent-color: #003363;
    --text-light: #ffffff;
    --text-dark: #333333;
}

/* html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #f4f7fa;
} */

.solutions-container {
    /* background-image: linear-gradient(rgb(0 51 99 / 89%), rgb(0 51 99 / 23%)), url(/img/services/services-1.webp); */
    /* background-image: url('/api/placeholder/1920/1080'); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.solutions-header {
    text-align: center;
    color: var(--text-light);
    max-width: 800px;
    margin-bottom: 40px;
}

.solutions-header h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    color: white;
}

.solutions-header p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.solutions-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    width: 100%;
    max-width: 1400px;
    flex-wrap: wrap;
}

.server-1 {
    flex: 0 1 calc(25% - 25px);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    transform-style: preserve-3d;
}

.server-1-image {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.4s ease;
}

.server-1-content {
    padding: 20px;
    text-align: center;
}

.server-1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0072ac;
    color: var(--text-light);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 20px;
    text-align: center;
    transform: translateZ(50px);
}

.server-1:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.server-1:hover .server-1-overlay {
    opacity: 1;
}

.server-1-overlay-button {
    background: #003363;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.server-1-overlay-button:hover {
    background: #21409a;
    transform: translateY(-5px);
}

@media (max-width: 1200px) {
    .server-1 {
        flex: 0 1 calc(50% - 25px);
    }
}

@media (max-width: 768px) {
    .server-1 {
        flex: 0 1 100%;
    }

    .solutions-header h1 {
        font-size: 2.2rem;
    }
}
html body .row > * {
  margin-bottom: 10px !important;
}


