.ry-ip-services-template {
    position: relative;
}
.ry-padding-section:not(.ry-section-1) {
    padding: 80px 0;
}
.ry-btn-wrap {
    display: flex;
    justify-content: center;
}
body .ry-section-heading h2 {
    font-size: clamp(1.875rem, 1.5564rem + 1.3072vw, 3.125rem);
    color: #000000;
    font-weight: 400 !important;
    font-family: "GFS Didot" !important;
}
body .ry-text ul {
    margin: 20px 0;
}
.ry-ip-services-template .ry-container {
    width: 90%;
}
.ry-grid {
    display: grid;
	gap: 50px;
}
.ry-bg-section, .ry-bg-section img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}
body .ry-btn.ry-btn-secondary {
    background: #ddebec !important;
    color: #000 !important;
    padding: 15px 25px !important;
    height: auto !important;
    line-height: 1.1;
}

.ry-section-1 {
    display: grid;
    > * {
        grid-area: 1/1;
        place-content: center;
    }
}
.ry-section-1 .ry-hero-content {
    max-width: 1600%;
    width: 90%;
    margin: 0 auto;
}
.ry-section-1 .ry-hero-content .ry-hero-blocks {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 750px;
}
.ry-section-1 .ry-hero-content .ry-hero-blocks * {
    text-align: center;
}
.ry-section-1 .ry-hero-content .ry-hero-blocks .ry-top-text p {
    font-size: 22px;
    line-height: 34px;
    text-transform: uppercase;
    color: #666666;
    font-weight: 400;
}
.ry-hero-headline h1 {
    font-size: clamp(1.875rem, 1.7157rem + 0.6536vw, 2.5rem);
    color: #000000;
    font-weight: 400 !important;
    font-family: "GFS Didot";
	line-height: 1.1;
}
.ry-hero-headline h1 .span-1 {
    font-size: clamp(2.125rem, 1.4718rem + 2.6797vw, 4.6875rem) !important;
    color: #cf9f5c;
    font-family: "Tangerine" !important;
}

.ry-section-2 .ry-flex {
    gap: 90px;
}
.ry-section-2 .ry-text ul {
	column-count: 2;
}

.ry-section-3 {
    background: #4c5677;
}
.ry-section-3 .ry-container {
    max-width: 1280px;
    width: 90%;
}
.ry-section-3 .ry-grid {
    grid-template-columns: repeat(4, 1fr);
}
.ry-section-3 .ry-grid .ry-each {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.ry-section-3 .ry-grid .ry-each .ry-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    border-radius: 85px;
    background-color: #919bbc;
}
.ry-section-3 .ry-grid .ry-each .ry-icon-wrap img {
    max-width: max-content;
}
.ry-section-3 .ry-grid .ry-each .ry-icon-title h4,
.ry-section-3 .ry-grid .ry-each .ry-icon-title p {
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}

.ry-section-4.gallery-section .ry-content {
    display: flex;
    flex-direction: column;
}
.ry-section-4.gallery-section .ry-grid {
    grid-template-columns: repeat(3, 1fr);
	margin: 30px 0;
}
.ry-section-4.gallery-section .ry-grid .ry-each {
    width: 100%;
}
.ry-section-4.gallery-section .ry-section-heading h2, 
.ry-section-4.gallery-section .ry-text p {
    color: #fff !important;
}

.ry-section-5 .ry-container {
    max-width: 1280px;
}
.ry-section-5 .ry-flex {
    gap: 80px;
}

.ry-section-6 {
    background: #ddebeb;
}
.ry-section-6 .ry-grid {
    grid-template-columns: repeat(4, 1fr);
    margin: 30px 0;
}
.ry-section-6 .ry-grid .ry-each {
    width: 100%;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ry-section-6 .ry-grid .ry-each .ry-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #565065;
    margin: 0 auto;
    float: none;
}
.ry-section-6 .ry-grid .ry-each .ry-icon-wrap img {
    width: max-content;
}
.ry-section-6 .ry-grid .ry-each .ry-icon-title h4 {
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}
.ry-icon-title p {
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    font-weight: 400;
}

.ry-section-7.ry-faq-section .ry-container {
    max-width: 1280px;
}
.ry-section-7.ry-faq-section .ry-accordion {
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-shadow: none;
    margin-top: 30px
}
.ry-section-7.ry-faq-section .ry-accordion .ry-heading {
    border-radius: 20px;
    background-color: #ddebec;
}
.ry-section-7.ry-faq-section .ry-accordion .ry-heading div {
    font-size: clamp(1.25rem, 1.2181rem + 0.1307vw, 1.375rem);
    line-height: 34px;
    color: #000000;
    font-weight: 700 !important;
    font-family: "Poppins" !important;
}
.ry-section-7.ry-faq-section .ry-accordion .ry-content {
    margin-top: -30px;
    background: #ddebec;
    border-radius: 0 0 20px 20px;
    padding: 0 30px 30px 30px;
}
.ry-section-7.ry-faq-section .ry-accordion .ry-heading.ui-accordion-header-active {
    border-radius: 20px 20px 0 0;
    border: none;
}

.ry-section-8 .ry-content * {
    color: #fff;
}
.ry-section-8 .ry-content .ry-btn-wrap {
    margin-top: 30px;
}

/* OTHER PAGES SAME TEMPLATE */
div#ry-ipl .ry-section-1 .ry-hero-content .ry-hero-blocks ul li {
    text-align: left !important;
}
div#ry-ipl .ry-section-4.gallery-section .ry-grid {
    grid-template-columns: repeat(4, 1fr);
}
div#ry-ipl .ry-section-4.gallery-section .ry-grid .ry-each:nth-child(5) {
    grid-column-start: 2;
}
div#ry-ipl .ry-section-4.gallery-section .ry-grid .ry-each:nth-child(6) {
    grid-column-start: 3;
}
div#ry-ipl .ry-section-3 {
    background: #fff;
}
div#ry-ipl .ry-section-3 .ry-icon-title * {
    color: #000;
}
div#ry-rejuvenation .ry-section-1 .ry-hero-content .ry-hero-blocks ul {
    column-count: 2;
}
div#ry-rejuvenation .ry-section-1 .ry-hero-content .ry-hero-blocks ul li {
    text-align: left !important;
}
div#ry-rejuvenation .ry-section-4.gallery-section .ry-grid {
    grid-template-columns: repeat(4, 1fr);
}
.ry-gallery-title p {
    color: #fff;
    position: relative;
}
.ry-gallery-title p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0.671;
    width: calc(60% - 360px);
    height: 1px;
    background-color: #ffffff;
}
.ry-gallery-title p:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0.671;
    width: calc(60% - 360px);
    height: 1px;
    background-color: #ffffff;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1080px) {
	body .ry-section-heading h2, body .ry-text p {
		text-align: center;
	}
	.ry-section-1 {
		> * {
			grid-area: unset;
		}
	}
	.ry-section-1 .ry-hero-content {
		padding: 40px 0;
	}
	.ry-section-1 .ry-hero-content .ry-hero-blocks {
		margin: 0 auto;
		float: none;
	}
	.ry-hero-bg {
		padding-top: 110px;
	}
	.ry-padding-section .ry-flex {
		flex-direction: column;
	}
	.ry-ip-services-template .ry-grid,
	.ry-section-4.gallery-section .ry-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.ry-section-5 .ry-flex .ry-each img {
		aspect-ratio: 2/1;
		object-fit: cover;
	}
	.ry-gallery-title p:before, .ry-gallery-title p:after {
		display: none;
	}
}

@media (max-width: 768px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (max-width: 500px) {
	div#ry-rejuvenation .ry-section-1 .ry-hero-content .ry-hero-blocks ul,
	.ry-section-2 .ry-text ul {
		column-count: 1;
	}
	.ry-ip-services-template .ry-grid,
	.ry-section-4.gallery-section .ry-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}