h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fjalla One';
}
h2{
    font-size:48px;
}
.bg-primary, .btn-primary{
    background: #d92029;
}
.btn-primary{
    border-color: #d92029;
}
.text-primary{
    color: #4cbac2 !important;
}
p {
    font-family: 'PT Sans', sans-serif;
}

.overlap-img {
    /* margin-top: -55%;
    margin-left: 200px; */

    width: 40%;
    bottom:-5%;
    left:30%;
    border-top: 20px solid #ffffff;
    border-left: 20px solid #ffffff;
}

/* Top Strip */
.top-strip {
    background-color: #e5e5e5;
    font-size: 0.9rem;
    color: #333;
}

.social-icon {
    background-color: white;
    padding: 6px 10px;
    display: inline-block;
}

/* Info Strip */
.info-strip {
    background-color: #fff;
}

/* Navbar Gradient */
.main-navbar {
    background: linear-gradient(to right, #000000 50%, #d92029 50%);
    background: linear-gradient(135deg, #000000 50%, #d92029 50%);
    padding: 0;
}

.main-navbar .nav-link {
    color: white;
    padding: 1rem 1.5rem !important;
    font-weight: 500;
    transition: 0.3s;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link:focus,
.navbar-nav .nav-link.active {
    background: white;
    color: #000;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
}

/* Banner */
.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* semi-transparent grey */
    z-index: 0;
}

.banner-text {
    bottom: 30px;
    right: 50px;
    max-width: 500px;
    z-index: 1;
}

.banner-text h1 {
    font-size: 2.5rem;
}

.banner-text p {
    font-size: 1rem;
}

.consulting-section {
    background-color: #b2d4dc;
}

.section-subtitle {
    font-size: 0.9rem;
    color: #555;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-subtitle2{
    font-family: 'PT Sans';
    color:#4E6165;
}

.section-title {
    position: relative;
    display: inline-block;
    padding: 0 2rem;
}

.section-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d92029;
    transform: skewX(-30deg);
    z-index: 0;

}

.section-title span {
    position: relative;
    display: inline-block;
    color: #fff;
    /* Optional for contrast */
    padding: 0.5rem 1rem;
    font-size: 2.5rem;
    font-weight: 800;
    z-index: 1;
}

.consulting-card {
    background: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.consulting-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #55b7c4;
    margin-bottom: 0.5rem;
}

.consulting-card p {
    font-size: 0.9rem;
    color: #333;
}

.btn-outline-custom {
    border: 1px solid #55b7c4;
    color: #55b7c4;
    border-radius: 0;
    padding: 0.375rem 1.5rem;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-outline-custom:hover {
    background-color: #55b7c4;
    color: #fff;
}

.clients-section, .clients-section2 {
    .btn-contact {
        background-color: #f26531;
        color: white;
        border: none;
        padding: 10px 25px;
        border-radius: 8px;
    }

    .btn-read-more {
        background-color: #f26531;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 6px;
        margin-top: 20px;
    }
}

.section-5 {
    i {
        font-size: 7rem;
        color: #55b7c4;
    }
    h5{
        color:#55b7c4;
    }
    .section-title::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #d92029;
        transform: skewX(-30deg);
        z-index: 0;
    }

    .card {
        position: relative;
        overflow: hidden;
        border: none;
        border-radius: 8px;
        transition: transform 0.3s ease;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .card .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background-color: #d92029;
        /* green */
        transition: height 0.4s ease;
        z-index: 1;
    }

    .card:hover .overlay {
        height: 100%;
    }

    .card-content {
        position: relative;
        z-index: 2;
        padding: 30px 20px;
        transition: color 0.4s ease;
    }


    .circle-number {
        width: 100px;
        height: 100px;
        margin: 0 auto 20px;
        background-color: #4cbac2;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        font-weight: bold;
        color: #fff;
    }

    .btn-outline-info {
        border: 1px solid #4cbac2;
        color: #4cbac2;
        margin-top: 20px;
        transition: all 0.3s ease;
        z-index: 2;
        position: relative;
    }

    .card:hover {
        .card-content{
            color:#fff;
            background-color:transparent;
            background: none;
        }
        .card-content, h5{
            color:#fff;
            }
        .btn-outline-info {
        color: #fff;
        border-color: #fff;
    }
        .circle-number {
            background-color: #fff;
        }
        .circle-number {
            color: #666;
        }
        .btn-outline-info{
            background: #fff;
            color:#333;
        }
    }

}
footer{
    ul{
        padding:0;
    }
    li{
        list-style: none;
    }
    a{
        color:#666;
        text-decoration: none;
    }
    .inner{
        background: linear-gradient(to right, #4cbac2 50%, #27ae60 50%);
        background: linear-gradient(135deg, #4cbac2 50%, #27ae60 50%);
    }
}

.team{
    .orange{
        background:#f26531;
    }
}
.clients-section{
    background: linear-gradient(to bottom, #a5f3fc 60%, #ffffff 40%);
}

.clients-section2{
    background: linear-gradient(to bottom, #f26531 60%, #ffffff 40%);
}

.clients-section3{
    background: linear-gradient(to bottom, #fff3cd 60%, #ffffff 40%);
}

.bg-light-blue{
    background: #b2d4dc;
}
.bg-light{
   background: #f2f2f2 !important; 
}
.text-orange{
    color:#f26531;
}
@media (max-width:600px) {
    .banner-text {
        padding: 10px 0 0 10px;
    }

    .banner-text h1, .section-title span {
        font-size: 1.5rem;
    }
}
@media (max-width:900px) {
    .overlap-img{
        display:none;
    }
}

.gradient-4 {
background-image: linear-gradient(#ffffff, #a5f3fc, #ffffff);
}
.gradient-1 {
    background: linear-gradient(to bottom, #a5f3fc, #ffffff);
}

.gradient-2 {
    background: linear-gradient(to top, #a5f3fc, #ffffff);
}

.gradient-5 {
    background: linear-gradient(to bottom, #20c997, #ffffff);
}

.gradient-6 {
    background: linear-gradient(to bottom, #fff3cd, #ffffff);
}

div.shedow2 {
  padding: 0;
  background-color: white;
  box-shadow: 12px 12px #0dcaf0;;
}
div.shedow2:hover {
  padding: 0;
background: linear-gradient(to bottom, #a5f3fc, #ffffff);
  box-shadow: 12px 12px #20c997;;
}

.backgroundcolor1 {
  background-color: #a5f3fc;
  }
.backgroundcolor2 {
  background-color: #fff3cd;
  }
.backgroundcolor3 {
  background-color: #20c997;
  }
 .redbackgroundcolor {
  background-color: #d92029;
  }
