:root {
    --base-color: #105da3 !important;
}



/* ========== Base Button ========== */
.btn.btn-base-color {
    background-color: var(--base-color);
    color: var(--white);
}

.btn-details {
    background-color: #00b0f0;
    color: white;
    border-radius: 6px;
}

.bg-highlight {
    background-color: #0b1c50;
    color: white;
}

.bg-highlight .btn-details {
    background-color: #1e45d1;
    color: white;
}

.btn-details:hover,
.btn-details:focus,
.btn-details:active {
    background-color: #00b0f0;
    color: white;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

/* ========== Contact Button ========== */
.circle-wrapper {
    position: relative;
    width: 130px;
    height: 130px;
    margin: auto;
}

.progress-ring {
    transform: rotate(-90deg);
}

.progress-ring__circle-bg,
.progress-ring__circle {
    fill: transparent;
    r: 55;
    cx: 65;
    cy: 65;
}

.progress-ring__circle {
    stroke-dasharray: 345.58;
    stroke-dashoffset: 104;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.3s ease;
}

.contact-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #105da3;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 13.5px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 1.2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.contact-button:hover {
    background: #0a4a84;
    color: #ffff;
    text-decoration: none;
}

/* ========== Card Hover ========== */


.card-hover:hover {
    background-color: #105da3 !important;
    color: white;
}

.card-hover:hover a {
    color: white;
}

.card-hover:hover .btn {
    background-color: white !important;
    color: black;
}

/* ========== Media Queries ========== */

/* Extra Small & Mobile */
@media (max-width: 767.98px) {
    .banner-heading {
        font-size: 35px !important;
    }

    .custom-sm-font {
        font-size: 31px !important;
        margin-top: 3px !important;
    }

    .banner-second {
        top: 79% !important;
    }

    .swiper-bullets {
        bottom: 107px !important;
    }
}

/* Tablet to Small Desktop */
@media (min-width: 768px) and (max-width: 1199.98px) {

    .swiper-wrapper .swiper-slide1,
    .swiper-wrapper .swiper-slide-next1 {
        width: 320.333px !important;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {

    .swiper-wrapper .swiper-slide1,
    .swiper-wrapper .swiper-slide-next1 {
        width: 382.333px !important;
    }

    .left-button {
        left: 85px !important;
    }
}

/* Extra Large Screens */
@media (min-width: 1400px) {
    .left-align-container {
        max-width: 1220px;
        margin-left: 100px !important;
        margin-right: auto !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .left-align-container .service-heading-block {
        text-align: right !important;
        margin-left: auto;
        margin-right: 230px;
    }

    .industries-text {
        margin-bottom: 185px;
    }
}