﻿
.swiper-process > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -46px !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .5rem !important;
}

.swiper-container {
    margin-bottom: 30px;
}

.swiper-button-next {
    right: -12px;
    top: 43%
}

.swiper-button-prev {
    left: -12px;
    top: 43%
}

.swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    background-color: red;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #03263a;
    width: 2rem;
    height: 2rem;
    display: none;
}

    .swiper-button-next:before, .swiper-button-prev:before {
        color: #fff;
    }

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        display: none !important;
    }

.slide-number {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 120px;
    color: #ccc;
}

.accordion.accordion-custom .accordion-button {
    box-shadow: 0 .5rem 1rem rgba(14, 17, 31, .1);
    transition: all .25s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #f0f8ff !important;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
}

    .accordion.accordion-custom .accordion-button:not(.collapsed), .accordion.accordion-custom .accordion-collapse {
        background-color: #f0f8ff !important;
    }

        .accordion.accordion-custom .accordion-button:not(.collapsed):after {
            color: #A21622;
        }

.accordion.accordion-custom .accordion-item {
    border: solid 1px #03253a;
    border-radius: .375rem;
}

.accordion.accordion-custom .accordion-button:after {
    color: #A21622 !important;
}

.offshore-bullets li:before {
    content: "\2713";
    text-align: left;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 -2em;
    width: 2em;
}

.offshore-bullets li {
    list-style: none;
    font-weight: 700 !important;
    font-family: 'Open Sans';
    font-size: 24px;
    text-align: left !important;
    padding-bottom: 22px;
}

.content-align {
    text-align: center;
}

    .content-align img {
        width: 100%;
        padding-bottom: 50px;
    }

.column-responsive-heading {
    min-height: 67px;
}

    .column-responsive-heading:hover {
        border-radius: 9px;
        background-color: #bfdbf7;
    }



@media (max-width:767px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 30% !important;
    }

    .column-responsive {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .role-heading {
        min-height: 59px;
    }
}

@media (min-width:768px) and (max-width:800px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 24.666667%
    }

    .column-responsive {
        flex: 0 0 auto;
        width: 50% !important;
        padding-left: 30px;
    }

    .role-heading {
        min-height: 59px;
    }

    .swiper-button-next, .swiper-button-prev {
        display: block !important;
    }
}

@media (min-width:801px) and (max-width:991px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 24.666667%;
        margin: auto;
    }

    .column-responsive {
        flex: 0 0 auto;
        width: 50% !important;
        padding-left: 30px;
    }

    .column-responsive-heading {
        padding-top: 50px;
    }


    .role-heading {
        min-height: 57px;
    }

    .swiper-button-next, .swiper-button-prev {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 19.666667%
    }

    .role-heading {
        min-height: 59px;
    }

    .column-responsive {
        flex: 0 0 auto;
        width: 48% !important;
        padding-left: 30px;
    }

    .swiper-button-next, .swiper-button-prev {
        display: block !important;
    }
}


@media (min-width:1200px) and (max-width:1299px) {

    .column-responsive {
        flex: 0 0 auto;
        width: 33.33% !important;
    }

    .swiper-button-next, .swiper-button-prev {
        display: block !important;
    }
}

@media (min-width:1300px) and (max-width:1399px) {

    .column-responsive {
        flex: 0 0 auto;
        width: 33.33% !important;
    }

    .swiper-button-next, .swiper-button-prev {
        display: block !important;
    }
}

@media (min-width:1400px) {

    .column-responsive {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .swiper-button-next, .swiper-button-prev {
        display: block !important;
    }
}

@media (min-width:1200px) {

    .swiper-button-next, .swiper-button-prev {
        display: block !important;
    }

    .reverse-triangle {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        top: 50%
    }

        .reverse-triangle .col-6 {
            text-align: center;
            margin: 5px;
            padding: 10px;
        }

    .role-heading {
        min-height: 86px;
    }

    .role-image {
        width: 55px !important;
    }
}

.role-image {
    width: 51px;
}

@media (min-width:401px) and (max-width:575px) {
    .reverse-triangle {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        top: 50%
    }

        .reverse-triangle .col-6 {
            text-align: center;
            margin: 5px;
            padding: 10px;
            width: 100%
        }

    .swiper-process {
        text-align: center;
    }
}

@media (min-width:300px) and (max-width:380px) {
    .reverse-triangle {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        top: 50%
    }

        .reverse-triangle .col-6 {
            text-align: center;
            margin: 5px;
            padding: 10px;
            width: 100%
        }

    .swiper-process {
        text-align: center;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .reverse-triangle {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        top: 50%
    }

        .reverse-triangle .col-6 {
            text-align: center;
            margin: 5px;
            padding: 10px;
            width: 30%
        }

    .swiper-process {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:800px) {
    .reverse-triangle {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        top: 50%;
    }

    .swiper-process {
        text-align: center;
    }
}

.tooltip-inner {
    background-color: #fff;
    border: 1px solid #03263a;
    border-radius: 15px;
}

.multiline-tooltip {
    background-color: #bfdbf7;
    color: #000;
    border-radius: 8px;
    padding: 4px;
}

    .multiline-tooltip ul {
        list-style-type: disc;
        margin-bottom: 0;
    }

    .multiline-tooltip li {
        text-align: left;
        position: relative;
    }

.tooltip-inner div {
    background-color: #f0f0f0;
    color: #000;
}

.tooltip-inner {
    background-color: #f0f0f0;
    color: #000;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    max-width: 300px;
}

h5 {
    font-weight: 700 !important;
    font-family: 'Open Sans';
    font-size: 24px;
}

.swiper-process > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -46px !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .5rem !important;
}

.swiper-container {
    margin-bottom: 30px;
}

.swiper-button-next {
    right: -12px;
    top: 43%
}

.swiper-button-prev {
    left: -12px;
    top: 43%
}

.swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    background-color: red;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #03263a;
    width: 2rem;
    height: 2rem;
}

    .swiper-button-next:before, .swiper-button-prev:before {
        color: #fff;
        margin-left: 10px;
        margin-top: 12px;
    }

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        display: none !important;
    }

.card-hover-effect:hover {
    background-color: #fff;
    color: #000;
    transition: background-color .3s ease, color .3s ease;
    border-radius: 0 0 1rem 1rem;
}

    .card-hover-effect:hover .slide-number {
        color: #C5E0B4;
    }

.column-responsive-content {
    padding-top: 20px;
}


.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: #CBEEFE !important;
}

.imgEMPREC {
    width: 600px;
    height: 289px;
}

.txtEMPREC {
    font: Montserrat;
    font-weight: 700;
    font-style: bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%
}

.emprecDESC {
    font: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

.servicecontent {
    font: Open Sans;
    font-weight: 700;
    font-size: 24px;
    font-style: bold;
    line-height: 100%;
    letter-spacing: 0%;
}

.logo-border {
    border: 2px solid #ddd;
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
}


body {
    font-family: Arial, sans-serif;
    background: white;
    margin: 0;
    /*  padding: 40px; */
}

.swiper {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.swiper-slide {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-description {
    font-size: 14px;
    color: #555;
}

.card-logo-container {
    height: 60px; /* spacing to accommodate floating logo */
    margin-bottom: -30px; /* pull up to overlap top border */
}

.card-logo {
    width: 60px;
    height: 60px;
    z-index: 2;
}
/* You can place this in your site CSS file */
.unient-scope-section {
    font-family: 'Open Sans', sans-serif;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    font-family: Montserrat;
}

.section-subtitle {
    font-size: 24px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    font-family: Open Sans;
    font-style: regular;
    font-weight: 400;
}

.roles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}


.roles-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}


.role-card {
    display: flex;
}

.role-card-inner-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.role-card-inner-wrapper1 {
    overflow: visible !important;
}

.role-card-inner {
    overflow: visible !important;
}


.role-card-inner {
    min-height: 350px; /* adjust this based on design */
}

.role-iconNew {
    top: -40px; /* pull up without cutting off */
    padding: 8px;
    background: #fff;
    border-radius: 8px;
}


.role-icon img,
.role-icon i {
    width: 80px;
    height: 80px;
}

.equal-padding-columns > .col-lg-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.reduced-height {
    max-height: 320px; /* Adjust as needed */
    object-fit: cover; /* Keeps aspect ratio */
}

.bg-whiteCard {
    --bs-bg-opacity: 1;
    background-color: #03253A !important;
}

.bg-whiteCardService {
    --bs-bg-opacity: 1;
    background-color: #ffff !important;
}

.txtColor {
    color: #FFFFFF !important;
}

txtColorService {
    color: black !important;
}

.slick-prev, .slick-next {
    display: block !important;
    z-index: 1000;
    color: #A21622 !important;
    background-color: lightgray !important;
    transition: transform .7s cubic-bezier(.19,1,.22,1);
    transform-origin: center;
}



.bg-whiteNew1 {
    --bs-bg-opacity: 1;
    background-color: #000000 !important;
}




.comparison-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    text-align: center;
    color: #222;
    margin-bottom: 40px;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.comparison-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    flex: 1 1 300px;
    max-width: 350px;
    transition: transform 0.3s ease;
}

    .comparison-card:hover {
        transform: translateY(-5px);
    }

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-bottom: 12px;
    color: black;
    text-align: center;
}

.card-description {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
}

.reduced-height {
    max-height: 300px;
    object-fit: cover;
}

@media (min-width: 992px) {
    .service-card-column {
        text-align: left;
        align-items: flex-start;
    }
}

.bordered-box {
    border: 1px solid black;
    padding: 16px;
    border-radius: 8px;
}


/* Custom Arrow Styles */
.custom-prev-arrow,
.custom-next-arrow {
    /*  background-color: #cdd5ff; */
    color: #A21622;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    z-index: 10;
}

    .custom-prev-arrow:hover,
    .custom-next-arrow:hover {
        background-color: #cdd5ff;
    }

/* Position arrows */
.custom-prev-arrow {
    position: absolute;
    left: -50px;
    top: 40%;
}

.custom-next-arrow {
    position: absolute;
    right: -50px;
    top: 40%;
}

/* Custom Dots */
.slick-dots {
    text-align: center;
}

    .slick-dots li button:before {
        font-size: 14px;
        color: #aaa;
        opacity: 1;
    }

    .slick-dots li.slick-active button:before {
        color: #cdd5ff;
    }


.thrirdsectionclass {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 12px;
}

.secondrightsectionclass {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    padding-top: 100px;
    padding-bottom: 70px;
    /* Border added below */
    border: 2px solid #000; /* You can change the thickness, style, and color */
    border-radius: 8px; /* Optional: rounded corners */
}

.clsHover:hover {
    background-color: white !important;
    border-color: #000;
    color: #000;
}

.clsHover {
    background-color: #CBEEFE !important;
    border-color: #000;
    color: #000;
}

.clsHoverBox:hover {
    background-color: #CBEEFE !important;
    border-color: #000;
    color: #000;
}

.clsHoverBox {
    background-color: white !important;
    border-color: #000;
    color: #000;
}
/* Make all service cards the same height */
.service-card {
    min-width: 250px;
    flex: 1 1 250px;
    display: flex;
}

    /* Ensure card fills its .service-card container */
    .service-card .card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
