.product-title {
    font-size: 25px !important;
}

.bg-banner-services h1 {
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 110px;
    letter-spacing: normal;
    margin-top: 35vh;
    color: #fff !important;
    text-shadow: 2px 2px #000;
}

.bg-banner-services p {
    color: #efefef;
}

.bg-banner-services h2 {
    font-size: 20px !important;
    color: #fff;
}

.service-type {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    height: 175px;
    background: #fff;
    margin-bottom: 10px;
}

.service-type:hover {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    height: 175px;
    background: #ccc;
    margin-bottom: 10px;
}

.service-type h3 {
    font-size: 2vh;
}

.logo_image {
    margin-bottom: 10px;
}

.product_tab {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #efefef;
    padding: 15px 10px 15px 10px;
    text-align: center;
    cursor: pointer;
}

.product_tab_active {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #03b6fc;
    color: #fff;
    padding: 15px 10px 15px 10px;
    text-align: center;
    cursor: pointer;
}

.product_info {
    border: 1px solid #000;
    padding: 10px;
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.product_details ul {
    list-style-type: disc !important;
}

.package-details ul li {
    list-style-type: disc !important;
    margin-bottom: 5px;
}

.retainer-header h1 {
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 90px;
    line-height: 110px;
    letter-spacing: normal;
    margin-top: 45vh;
    color: #fff !important;
    text-shadow: 2px 2px #000;
}

.retainer-header p {
    color: #efefef;
}

.retainer-header h2 {
    font-size: 20px !important;
    color: #fff;
}


.process-title {
    font-weight: 800;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    color: #000000;
}
.process-title:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 4px;
    background: #0f98cb;
    bottom: 0;
    left: 0;
}
.process-card {
    background-color: #0f98cb;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.process-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #000000;
}
.card-body {
    padding: 25px;
}
.step-number {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
}
.step-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #ffffff;
    padding-right: 60px;
}
.card-text {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
}
.icon-container {
    margin-bottom: 20px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 70px;
}
.icon-container i {
    font-size: 30px;
    color: #ffffff;
}
.process-connector {
    position: relative;
    height: 50px;
    width: 100%;
    overflow: hidden;
    display: none;
}
.process-connector:after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    width: 70%;
    height: 2px;
    background: rgba(15, 152, 203, 0.3);
    transform: translateX(-50%);
}
.process-connector:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15%;
    top: 16px;
    color: #0f98cb;
    font-size: 20px;
    z-index: 2;
}
.bg-gradient {
    background: #0f98cb;
}

@media (min-width: 768px) {
    .process-connector {
        display: block;
    }
    .process-row {
        position: relative;
    }
    .process-row:after {
        content: '';
        position: absolute;
        bottom: 85px;
        left: 12.5%;
        width: 75%;
        height: 2px;
        background: rgba(15, 152, 203, 0.3);
        z-index: -1;
    }
}