﻿.service-section {
    padding: 60px 120px 0;
}

.service-block {
    width: 100%;
    margin-bottom: 15%;
}

.service-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
	margin: auto;
	margin-bottom: 15%;
}

.service-block:nth-child(odd) .service-inner {
    flex-direction: row;
    margin-left: 0;
    margin-right: auto;
	margin: auto;
}

.service-block:nth-child(even) .service-content {
    text-align: right;
    padding-right: 40px;
    padding-left: 0;
	padding-top: 150px;
}

.service-block:nth-child(even) .service-inner {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
	margin: auto;
}

.service-block:nth-child(even) .service-heading {
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.service-block:nth-child(even) .service-inner .service-images{
	margin-right: -23%;
    margin-left: 17%;
}

.service-images {
    position: relative;
    width: 50%;
	text-align: right;
}

.main-img {
    width: 75%;
    border-radius: 10px;
    display: block;
    position: relative;
    left: 27%;
}

.sub-img {
    width: 70%;
    position: absolute;
    bottom: -25%;
    left: -40%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 2;
}

/*.service-block:nth-child(odd) .sub-img {
    right: 58%;
    top: 45%;
}*/

.service-content {
    width: 50%;
    max-width: 520px;
    position: relative;
    z-index: 1;
}


    .service-content p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    .service-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .service-content ul li {
            margin-bottom: 10px;
            font-size: 15px;
        }

.service-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}


.icon-flower {

}

.heading-text {
    display: flex;
    flex-direction: column;
}

.sub-title {
	font-family: var(--f-utm);
    font-size: 16px;
    color: #D6A651;
    margin-bottom: 0;
}

.main-title {
    color: #000;
    margin: 0;
    font-family: var(--f-utm);
    font-size: 44px;
}

.service-content ul li {
    /* display: flex; */
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--txt);
}
.service-content ul li span {
	font-size: 13px;
    display: block;
    padding-left: 25px;
	width: 100%;
}
.service-block:nth-child(even) ul li span {
	padding-right: 25px;
	margin-left: 0;
}

.service-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-content li {
    position: relative;
    /* display: flex; */
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
}


    .service-content li::before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url('/assets/images/Tick-Square.svg');
        background-size: contain;
        background-repeat: no-repeat;
        top: 6px;
        left: 0;
        position: relative;
        position: absolute;
    }

.even-style {
    text-align: right;
}

.heading-even {
    flex-direction: row;
    justify-content: flex-end;
}

    .heading-even .sub-title,
    .heading-even .main-title {
        text-align: right;
    }

.service-block:nth-child(even) li::before {
	left: 0;
	right: 0;
}

.service-block{
	position:relative;
}

.service-block:nth-child(2n + 1)::before {
	content:'';
	position:absolute;
	background: url("/assets/images/fl1.svg") no-repeat;
	background-size:100%;
	width: 272px;
    height: 454px;
	top: 80px;
    left: -120px;
}
.service-block:nth-child(2n + 1)::after {
	content:'';
	position:absolute;
	background: url("/assets/images/fl3.svg") no-repeat;
	background-size:100%;
    width: 249px;
    height: 550px;
    right: -120px;
    top: 170px;
}

.service-block:nth-child(2n)::before {
	content:'';
	position:absolute;
	background: url("/assets/images/fl8.svg") no-repeat;
	background-size:100%;
	width: 312px;
    height: 100%;
    left: -120px;
    top: 20%;
}
.service-block:nth-child(2n)::after {
	content:'';
	position:absolute;
	background: url("/assets/images/fl2.svg") no-repeat;
	background-size:100%;
    width: 330px;
    height: 550px;
    right: 28%;
    top: 0;
}
.service-block:nth-child(3)::before {
	background: url("/assets/images/fl3.svg") no-repeat;
	top: -14px;
    left: -75px;
}
.service-block:nth-child(3)::after {
	background: url("/assets/images/fl9.svg") no-repeat;
}
.service-block:nth-child(4)::before {
	background: url("/assets/images/fl10.svg") no-repeat;
}
.service-block:nth-child(4)::after {
	background: url("/assets/images/fl4.svg") no-repeat;
	right: 30%;
    top: -90px;
}
.service-block:nth-child(5)::before {
	background: url("/assets/images/fl5.svg") no-repeat;
	left: 0;
    top: 0;
}
.service-block:nth-child(5)::after {
	background: url("/assets/images/fl11.svg") no-repeat;
	right: -120px;
    top: 40%;
    width: 312px;
    height: 330px;
}
.service-block:nth-child(6)::before {
	background: url("/assets/images/fl12.svg") no-repeat;
}
.service-block:nth-child(6)::after {
	background: url("/assets/images/fl6.svg") no-repeat;
}
.service-block:nth-child(7)::before {
	background: url("/assets/images/fl7.svg") no-repeat;
	top: -50px;
    left: 40px;
}
.service-block:nth-child(7)::after {
	background: url("/assets/images/fl14.svg") no-repeat;
	right: -120px;
    width: 380px;
    top: 40%;
}
@media screen and (max-width: 1600px) {
    .sv_img1 {
		height: 640px !important;
	}
	.sub-img {
		width: 60%;
		bottom: -21%;
		left: -23%;
	}
	.service-block:nth-child(2n)::before {
		background-size: 85%;
		top: 37%;
	}
	.service-block:nth-child(2n + 1)::before {
		width: 210px;
		height: 310px;
		top: 80px;
		left: -120px;
	}
	.service-block:nth-child(even) .service-inner .service-images {
        margin-right: -12%;
        margin-left: 8%;
	}
	.service-block:nth-child(2n)::after {
		width: 370px;
		height: 550px;
		right: 23%;
		top: -40px;
	}
	.service-block:nth-child(3)::before {
        width: 290px;
        height: 416px;
        top: -50px;
        left: -120px;
    }
	.service-block:nth-child(4)::after {
		background-size: 70%;
	}
	.service-block:nth-child(5)::before {
        width: 300px;
        height: 350px;
        top: 0;
        left: -65px;
        background-size: 80%;
    }
	.service-block:nth-child(5)::after {
		background-size: 75%;
		right: -195px;
	}
	.service-block:nth-child(6)::after {
		background-size: 65%;
	}
	.service-block:nth-child(7)::before {
		width: 230px;
        height: 310px;
        top: -10px;
        left: -50px;
        background-size: 80%;
	}
}
@media screen and (max-width: 1400px) {
	.sv_img1 {
        height: 500px !important;
    }
	.sub-img {
        width: 50%;
        bottom: -18%;
        left: -4%;
    }
	.service-block:nth-child(even) .service-inner .service-images {
        margin-right: -4%;
        margin-left: -1%;
    }
	.service-block:nth-child(2n + 1)::before {
        width: 210px;
        height: 310px;
        top: 50px;
        left: -100px;
        background-size: 90%;
    }
	.service-block:nth-child(2n + 1)::after {
		background-size: 75%;
		right: -180px;
	}
	.service-block:nth-child(2n)::after {
        right: 16%;
        background-size: 75%;
    }
	.service-block:nth-child(2n)::before {
        background-size: 65%;
    }
	.service-block:nth-child(3)::before {
        top: -40px;
        left: -61px;
        background-size: 100%;
    }
	.service-block:nth-child(4)::after {
        background-size: 55%;
    }
	.service-block:nth-child(5)::before {
        width: 300px;
        height: 350px;
        top: 0;
        left: -40px;
        background-size: 65%;
    }
	.service-block:nth-child(5)::after {
        background-size: 75%;
        right: -195px;
    }
	.service-block:nth-child(6)::after {
        background-size: 55%;
    }
	.service-block:nth-child(7)::before {
        width: 230px;
        height: 310px;
        top: -10px;
        left: -50px;
        background-size: 80%;
    }
	.service-block:nth-child(7)::after {
		right: -215px;
	}
}
@media screen and (max-width: 768px) {
	.sv_img1 {
		width: 75%;
		height: auto !important;
	}
	.sub-img {
        width: 52% !important;
        left: -36px !important;
        bottom: -15%;
	}
	.service-block:nth-child(2n + 1)::before{
		top: 20px;
        left: -55px;
        background-size: 70%;
	}
	.service-block:nth-child(2n + 1)::after {
		content: none !important;
	}
	.service-block:nth-child(2n)::before{
		content: none !important;
	}
	.service-block:nth-child(2n)::after {
        right: 13%;
        background-size: 60%;
        top: -20px;
    }
	.service-block:nth-child(3)::before {
        top: 0px;
        left: -30px;
        background-size: 70%;
    }
	.service-block:nth-child(4)::after {
        right: 10%;
        background-size: 40%;
        top: -20px;
    }
	.service-block:nth-child(5)::before {
        top: 0px;
        left: -15px;
        background-size: 45%;
	}
	.service-block:nth-child(6)::after{
		right: 10%;
        background-size: 35%;
        top: -20px;
	}
	.service-block:nth-child(7)::before{
		top: -25px;
        left: 0px;
        background-size: 50%;
	}
	
	/* SERVICES */

    .service-section {
        padding: 50px 20px;
    }

    .service-inner {
        display: block;
        text-align: center;
    }

    .service-images {
        position: relative;
        width: 100%;
        max-width: 350px;
        margin: 0 0 0 auto !important;
    }

    .main-img {
        width: 80%;
        border-radius: 10px;
        display: block;
        left: 25%;
    }

    .sub-img {
        width: 60%;
        position: absolute;
        bottom: -20px;
        left: -20px;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        z-index: 2;
    }

    .right-sub {
        left: 0;
        right: 0;
    }

    .service-content {
        width: 100%;
        padding: 76px 0 0 0 !important;
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .even-style {
        text-align: left;
        padding: 0;
    }

    .service-block:nth-child(even) .service-content {
        text-align: left !important;
        padding: 16px 0 0 0;
    }
	.service-heading ,.service-content ul li {
		flex-direction: row !important;
	}
    .heading-even {
        justify-content: left;
        display: flex;
        flex-direction: row-reverse;
    }

        .heading-even .sub-title,
        .heading-even .main-title {
            text-align: left;
        }

    .align-right {
        text-align: left;
    }

        .align-right li {
            justify-content: flex-start;
        }

    .main-title {
        font-size: 24px;
        white-space: nowrap;
    }

    .align-right li::after {
        margin-left: 8px;
        display: none;
    }

    .align-right li::before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url('/assets/images/Tick-Square.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 8px;
    }
	
}