/*--------------- Hospitaliy Area ------------------*/
.hospitality .buttonarea a {
    background-color: var(--color1);
    color: var(--color5);
    margin: 0px 0 0px;
}
.hospitality {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.hospitality::after {
    content: '';
    background: radial-gradient(rgb(128 0 128 / 27%), #80008005 70%);
    position: absolute;
    top: 0;
    right: -170px;
    width: 500px;
    height: 500px;
    filter: blur(159px);
    border-radius: 50%;
    z-index: -1;
}
.hospitality p{
    text-align: justify;
}
/* ================ Different Section ================= */
.story_section{
    padding: 70px 0;
    background-color: #efefef96;
}
.story_section .mainheading{
    margin-bottom: 20px;
}
.story_section .common_title{
    color:var(--color6);
}
/* ================ Our Story Section ================= */

/* ================ Our Story Section ================= */
.different_section {
    padding: 70px 0;
    /* background: #efefef96; */
}
.defferent_box{
    padding:20px;
}
.icon_img {
    width: 61px;
    margin-bottom: 20px;
}
.different_title {
    font-size: 22px;
    font-weight: 700;
}
.different_section .mainheading{
    text-align: center;
    margin-bottom: 50px
}
/* ================ Different Section ================= */

/* ================ strength Section ================= */
.strength {
    padding: 70px 0;
    background-color: var(--color3);
    color: lightgrey;
}
.strength-content {
    padding: 40px;
    background: #4848483d;
    margin-right: 40px;
    border: 1px solid #88be3d42;
}
.strength .mainheading{
    margin-bottom: 20px;
}
/* ================ strength Section ================= */

/* ================ Expertise Section ================= */
.expertise {
    padding: 70px 0;
}
.expertise .mainheading{
    margin-bottom: 20px;
}
.expertise-img {
    height: 477px;
    width: 100%;
    object-fit: cover;
}

/* ================ Expertise Section ================= */
.quality_cta{
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    position: relative;
    isolation: isolate;
    color: var(--color5);
}
.quality_cta::before {
    content: '';
    background: linear-gradient(90deg, #800080b5 23%, rgb(0 0 0 / 25%) 83%);
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.quality_cta .mainheading{
    margin-bottom: 20px;
}
.quality_cta .buttonarea a:hover{
    background-color: var(--color6);
    color: var(--color5);
}
    