*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html {
    margin: 0 !important;
}

@font-face{
    font-family:InterTight-Bold;
    src:url(../font/InterTight-Bold.ttf);
}
@font-face{
    font-family:InterTight-SemiBold;
    src:url(../font/InterTight-SemiBold.ttf);
}
@font-face{
    font-family:InterTight-Medium;
    src:url(../font/InterTight-Medium.ttf);
}
@font-face{
    font-family:InterTight-Regular;
    src:url(../font/InterTight-Regular.ttf);
}


body {
    font-family:InterTight-Regular;
  
}
h1, h2{
    font-family:InterTight-Bold;
  
}
h3, h4{
    font-family:InterTight-SemiBold;
  
}


.container {
    width: 100%;
    max-width: 1250px;
    margin: 0px auto;
}
.custom-row {
    display: flex;
}
.col-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
}
.col-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.col-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
}
.col-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3%;
    max-width: 83.3%;
}
.col-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}



header.headder-parent {
    padding-top: 50px;
}
.custom-row.top-headder-custom-row {
    display: flex;
    align-items: center;
}
.header-detail-col {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headder-btn.all-btn-col {
    display: flex;
    justify-content: flex-end;
}
.header-detail-col-icon:last-child {
    border-left: 1px solid #D9D9D9 !important;
    padding-left: 15px;
}
.headder-btn.all-btn-col.banner-btn-col {
    margin: 0 !important;
}
.header-detail-col-ctn p, a {
    font-size: 14px;
    color: black;
    text-decoration: none;
    margin: 0 !important;
}
.header-detail-col-ctn p {
    margin: 0 !important;
}
.all-btn-col a {
    background-color: #F1D2A9;
    padding: 15px 60px 15px 30px;
    font-size: 16px;
    font-family: InterTight-SemiBold;
    color: #000000;
    border-radius: 16px;
    transition: 0.5s;
    position: relative;
    border: 2px solid #F1D2A9;
}
.all-btn-col a:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://opulandscspe-design.addonitsolutions.com/wp-content/uploads/2025/06/arrow-right-circle-2.svg);
    transition: 0.5s;
}
.all-btn-col a:hover {
    background-color: transparent;
}

.custom-row.headder-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.menu-colum ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0 !important;
    column-gap: 30px;
}
.menu-colum li a {
    font-size: 16px;
    color: black;
}
.mobile-menu {
    display: none;
}


section.banner-parent {
    min-height: 750px;
    display: flex;
    align-items: center;
}
.banner-col {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.banner-col h5 {
    font-size: 20px;
    line-height: 30px;
    color: white;
    font-weight: 400;
}
.banner-col h1 {
    font-size: 60px;
    line-height: 70px;
    color: white;
    max-width: 90%;
}
.banner-col p {
    font-size: 22px;
    line-height: 32px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
}
.banner-btn-col a:hover {
    color: #F1D2A9;
}
.banner-btn-col a:hover:after {
    background-image: url(https://opulandscspe-design.addonitsolutions.com/wp-content/uploads/2025/06/arrow-right-circle-2-1.svg);
}
.all-btn-col.banner-btn-col {
    margin-top: 50px;
}

section.before-after-section {
    padding: 80px 0;
}
.top-heading-col h2 {
    font-size: 35px !important;
    line-height: 45px;
    font-weight: 700;
    color: #21530C;
    text-align: center;
    padding-bottom: 10px;
}
.top-heading-col p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
    color: black;
}
.top-heading-col h5 {
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
    color: black;
    font-weight: 400;
}
.before-after-btn-col {
    text-align: center;
}
.before-after-btn-col a:hover {
    background-color: black;
    border-color: black;
}

section.experience-opulence-section {
    min-height: 600px;
    padding: 100px 0;
}
.experience-opulence-col h2 {
    font-size: 35px;
    line-height: 45px;
    color: #21530C;
    max-width: 60%;
    padding-bottom: 10px;
}
.experience-opulence-col p {
    font-size: 18px;
    color: black;
    max-width: 60%;
    line-height: 28px;
}
.experience-opulence-col .before-after-btn-col {
    text-align: left;
}


.area-home-about-left-col img {
    width: 100%;
}
.area-home-about-left-col {
    width: 110%;
}
.area-home-about-right-col {
    background-color: #F9FFF7;
    padding: 40px;
    border-radius: 16px;
}
.area-home-about-right-col h3 {
    font-size: 30px;
    line-height: 40px;
    color: black;
    padding-bottom: 10px;
}
.area-home-about-right-col p {
    font-size: 20px;
    line-height: 30px;
    color: black;
    padding-bottom: 15px;
}
section.area-home-about-section {
    padding: 80px 0;
}
.area-home-about-row {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
section.area-home-about-section .top-heading-col h2 {
    font-size: 35px !important;
    line-height: 45px;
    font-weight: 700;
    color: #21530C;
    text-align: center;
    padding-bottom: 0px;
    max-width: 70%;
    margin: 0 auto;
}