.transparency-wrapper {
    margin-top: 195px;
}

.transparency-title-box h1 {
    font-size: 62px;
    line-height: 78px;
    color: var(--title-color);
    text-align: center;
    margin-bottom: 10px;
}

.transparency-title-box p {
    text-align: center;
    margin-bottom: 15px;
	line-height:50px;
}

/* slider */

.slider-wrapper {
    padding: 100px 0;
    background: var(--background_main_color);
}

.slider-customers-img {
    margin-bottom: 60px;
}

.customers-title h3 {
    color: #fff;
    margin-bottom: 40px;
}

.customers-view-link a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-card-box {
    background: #fff;
    border-radius: 10px;
    padding: 60px;
}

.slider-text-box p {
    padding: 20px 0;
}

.slider-card-title h5 {
    color: var(--title-color);
    font-size: 18px;
    line-height: 28px;
}

.slider-card-img h4 {
    width: 80px !important;
    height: 80px;
    border-radius: 50% 50% 50% 50%;
    background: #eee;
    color: var(--title-color);
    font-size: 46px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav {
    display: none;
}

.slider-wrapper .owl-dots {
    text-align: center
}

.slider-wrapper .owl-dots button.active {
    background: var(--text-color);
}

.slider-wrapper .owl-dots button {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    margin-right: 10px;
}

.slider-wrapper .owl-dots button:last-child {
    display: none;
}

.slider-customers-box {
    padding: 0 40px;
}

/*  */

.enquire-title-box {
    max-width: 100%;
	font-size: 22px;
	color: var(--text-color);
}

.enquire-title-box ul {
  list-style: none;
}

.enquire-title-box ul li:before {
  content: '✓  ';
}

.enquire-title-box h4 {
    font-size: 34px;
    line-height: 44px;
    color: var(--title-color);
}

.enquire-title-box p {
    padding-top: 20px;
    padding-bottom: 30px;
}

.enquire-content {
    padding-top: 40px;
}

.enquire-description-box {
    display: flex;
    align-items: center;
}

.enquire-img img {
    width: 100%;
}

/*  */

.maid-steps-wrapper {
    background: #024c5b14;
    padding: 60px 0;
}

.maid-steps-title {
    text-align: center;
}

.maid-steps-cardbox {
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.maid-steps-card {
    padding: 60px;
    height: 100%;
    border-radius: 10px;
    background: #fff;
}

.steps-card-title {
    margin-bottom: 20px;
    margin-top: 20px;
}

.steps-card-title span {
    font-size: 16px;
    color: var(--front_main_color);
    margin-bottom: 8px;
    display: block;
}

.steps-card-title h4 {
    font-size: 24px;
    line-height: 32px;
    color: var(--title-color)
}

.steps-card-img img {
    width: 65px;
    height: 65px;
}


/* responsive css */
@media (max-width: 1655px) {}


@media (max-width: 1199px) {
    .slider-customers-box {
        padding: 0 20px;
    }

    .enquire-title-box {
        max-width: 100%;
    }

    .maid-steps-card {
        padding: 40px;
    }
    .steps-card-title h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .steps-card-title {
        margin-bottom: 15px;
        margin-top: 15px;
    }    
}

@media (max-width: 991px) {
    .slider-wrapper {
        padding: 60px 0;
    }

    .enquire-title-box h4 {
        font-size: 26px;
    }
    .maid-steps-cardbox {
        padding-top: 30px;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .maid-steps-card {
        padding: 30px;
    }
    .maid-steps-wrapper {
        padding: 40px 0;
    }
    .enquire-content .row{
        flex-direction: column-reverse;
    }
    .enquire-img img {
        width: 100%;
        height: 430px;
        object-fit: contain;
    }
    .transparency-wrapper {
        margin-top: 175px;
    }
    .transparency-title-box h1 {
        font-size: 42px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {

    .slider-customers-img {
        margin-bottom: 20px;
    }

    .customers-title h3 {
        margin-bottom: 20px;
        text-align: center;
    }

    .slider-customers-box {
        padding: 0;
        padding-top: 10px;
    }

    .slider-card-box {
        padding: 20px;
    }

    .slider-card-img h4 {
        width: 60px !important;
        height: 60px !important;
        font-size: 30px;
    }

    .slider-text-box p {
        padding: 15px 0;
    }

    .slider-wrapper {
        padding: 40px 0;
    }

    .customers-view-link a {
        text-align: center;
        display: block;
    }

    .transparency-title-box h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5px;
    }
    .maid-steps-card {
        padding: 20px;
    }
    .steps-card-title {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .transparency-wrapper {
        margin-top: 160px;
    }
    .enquire-content {
        padding-top: 20px;
    }
    .enquire-title-box p{
        padding: 10px 0;
        padding-bottom: 20px;
    }
    .enquire-content-box{
        text-align: center;
    }
    .steps-card-description{
        text-align: center;
    }
    .steps-card-img img {
        margin: auto;
        display: block;
    }
    .maid-steps-cardbox{
        padding-top: 20px;
    }
    .enquire-title-box h4 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .transparency-wrapper {
        margin-top: 160px;
    }
    .enquire-img img {
        width: 100%;
        height: 100%;
    }
    .transparency-title-box h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .enquire-title-box h4 {
        font-size: 18px;
    }
}