/******************************************
    About Page Start 
******************************************/

/* Banner Section CSS Start */

.bnr-txt-con {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    z-index: 2;
}

.bnr-txt {
    width: 25%;
    position: relative;
}

.bnr-txt .heading h1 {
    color: #fff;
    text-shadow: 0px 0px 15px #00000080;
}

.bnr-txt p {
    color: #fff;
    text-shadow: 0px 0px 15px #00000080;
}

.bnr-txt::after {
    content: '';
    position: absolute;
    top: -40px;
    left: -70px;
    width: 540px;
    height: 300px;
    background: radial-gradient(#0000005c, transparent);
    border-radius: 50%;
    z-index: -1;
    filter: blur(15px);
}

/* Banner Section CSS End */

/* Overview Section CSS Start */

.about-overview-txt {
    width: 90%;
}

.about-overview-txt .heading {
    width: 60%
}

.about-overview-txt .inner-para p {
    margin-bottom: 20px;
}

.about-overview-img {
    width: 90%;
    margin-left: auto;
}

.about-overview-shape {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: -1;
    width: 8%;
}

/* Overview Section CSS End */

/* Count Section CSS Start */

.about-count-sec {
    background: var(--main-color);
    padding: 50px 0;
}

.mx-cont {
    padding: 20px 20px;
    text-align: center;
    position: relative;
}

.main-count {
    font-family: 'Raleway-Medium';
    font-size: 65px;
    line-height: 75px;
    color: var(--white-color);
}

.mx-cont p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Inter-Regular';
    color: var(--white-color);
}

.count-col:not(:last-child) .mx-cont::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #f1f1f1;
    transform: rotate(17deg);
}

.about-count-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}

/* Count Section CSS End */

/* Mission Section CSS Start */

.mission-sec {
    background-color: #f0f0f0;
}

.mission-con .heading {
    margin-bottom: 30px;
}

.mission-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    opacity: 0.9;
}

.mission-img img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.mission-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0, transparent);
}

.mission-txt li {
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--main-color);
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    gap: 6px;
}

/* Mission Section CSS End */

/* Vision Section CSS Start */

.vision-txt p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.vision-shape1 {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 15%;
    height: auto;
}

.vision-shape2 {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 15%;
    height: auto;
}

/* Vision Section CSS End */

/* Luxury Section CSS Start */

/* .luxury-txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
} */

.luxury-txt {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
}

.luxury-txt .heading {
    width: 35%;
    position: relative;
}

.luxury-txt .heading::after {
    content: '';
    position: absolute;
    top: -50px;
    left: -70px;
    width: 540px;
    height: 310px;
    background: radial-gradient(#0000007a, transparent);
    border-radius: 50%;
    z-index: -1;
    filter: blur(15px);
}

/* Luxury Section CSS End */

/* Value Section CSS Start */

/*.value-sec {
    background: var(--main-blue-color);
}*/

.value-head-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
}

.value-shape {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 2;
    width: 8%;
}

.value-head {
    width: 65%;
}

.value-box {
    background: #0087D0;
    padding: 25px;
}

.value-box img {
    margin-bottom: 10px;
}

.value-box1 h3 {
    width: 80%;
}

.value-box1 p{
    width: 80%;
}

/* Value Section CSS End */

/* Founder Section CSS Start */

.founder-sec {
    background: #F0F0F0;
}

.founder-img {
    width: 30%;
}

.founder-txt {
    padding: 70px 120px;
    width: 60%;
    background: var(--white-color);
}

.founder-txt p {
    margin-bottom: 20px;
}

.founder-txt h3 {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--h2HeadingFont);
    color: var(--main-color);
    margin-bottom: 10px;
}

.founder-txt h4 {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--h2HeadingFont);
    color: #777777;
}

.founder-shape {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 15%;
    height: auto;
}

.founder-flex {
    position: relative;
}

.founder-flex::before {
    content: '';
    position: absolute;
    top: 0;
    left: -300px;
    width: 50%;
    height: 100%;
    background: var(--main-blue-color);
    z-index: -1;
}

/* Founder Section CSS End */

/* Leadership Section CSS Start */

.leadership-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leadership-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.leadership-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, #000, transparent);
}

.leadership-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.leadership-txt h3 {
    font-size: 20px;
    line-height: 30px;
    color: var(--main-color);
    font-family: var(--h2HeadingFont);
}

.leadership-txt p {
    font-size: 14px;
    color: var(--white-color);
}

.leadership-row {
    margin-left: 50px;
}

.leadership-shape {
    position: absolute;
    bottom: 0;
    left: 9%;
    width: 15%;
    height: auto;
}

/* Leadership Section CSS End */

/* Testimonial Section CSS Start */

.testimonial-sec {
    background: #3391c3;
}

.testimonial-sec .bg-img {
    z-index: 0;
    opacity: 0.15;
}

/*.testi-head h2 {
    color: var(--main-color);
}*/

.video-btm {
    display: flex;
    justify-content: center;
    gap: 15px;
    background: var(--main-sub-color);
    padding: 8px;
    align-items: center;
    border-radius: 5px;
    margin-top: -20px;
    position: relative;
}

.video-btm p {
    font-size: 16px;
    color: #fff;
}

.video-btm .video-icon {
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    border-radius: 50px;
}

.testi-box {
    display: flex;
    padding: 80px 150px 0;
    align-items: flex-start;
}

.testi-img {
    width: 20%;
}

.testi-txt {
    width: 80%;
    padding-left: 60px;
}

.testi-txt h3 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: 'Inter-SemiBold';
    margin-bottom: 15px;
}

.testi-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
    max-height: 130px;
    overflow-y: auto;   /* vertical scroll */
    overflow-x: hidden;
    padding-right: 10px;
}

.testi-txt p::-webkit-scrollbar {
    width: 6px;
}

.testi-txt p::-webkit-scrollbar-track {
    background: #92c19c;
    border-radius: 5px;
}

.testi-txt p::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 5px;
}

.testi-txt p::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.testi-txt h4 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Inter-SemiBold';
    color: #fff;
    position: relative;
    padding-top: 20px;
}

.testi-txt h4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 1px;
    background: var(--main-color);
}

.testi-shape {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 2;
    width: 8%;
}

/* Testimonial Section CSS End */

/* Award Section CSS Start */

.award-head {
    width: 85%;
}

.award-box h3 {
    position: relative;
    font-family: var(--h2HeadingFont);
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    padding: 30px 30px;
}

.award-1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: auto;
    z-index: -1;
}

.award-2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: auto;
    z-index: -1;
}

.award-box {
    height: 100%;
}

.award-slider .swiper-slide {
    height: auto;
}

.award-slider .swiper-pagination {
    display: none;
}

/* Award Section CSS End */

/******************************************
    About Page End 
******************************************/

/******************************************
    Projects Page Start 
******************************************/

/* Overview Section CSS Start */

.project-overview-sec h2 {
    width: 80%;
    /* margin: 0 auto; */
}

.nw-logo {
    margin-top: 50px;
    margin-bottom: 20px;
}

.project-shape {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: -1;
    width: 8%;
}

.project-overview-txt p {
    margin-bottom: 20px;
}

.project-overview-txt li {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    gap: 6px;
    margin-bottom: 15px;
}

.project-overview-txt ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project-overview-txt ul li {
    width: 46%;
}

.reare-sec {
    background: #f3f3f3;
}

.rare-box {
    position: relative;
}

.rare-col:not(:last-child) .rare-box::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 1px;
    height: 100%;
    background: #40b659;
}

/* Overview Section CSS End */

/* Feature Section CSS Start */

.feature-txt {
    position: absolute;
    left: 15%;
    bottom: 10%;
    width: 100%;
    z-index: 2;
}

.feature-slider .swiper-slide {
    height: auto;
}

.feature-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, black 50%, transparent);
    opacity: 0.2;
    z-index: 0;
}

.feature-box p {
    width: 50%;
}

.feature-slider .swiper-button-next {
    right: 6%;
    bottom: 5%;
    top: auto;
}

.feature-slider .swiper-button-prev {
    left: 6%;
    bottom: 5%;
    top: auto;
}

.feature-slider .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
    background: #fff;
    opacity: 1;
}

.feature-slider .swiper-pagination-bullet-active {
    width: 30px;
}

.feature-slider .swiper-pagination {
    text-align: left;
    bottom: 7%;
    left: 15%;
}

/* Feature Section CSS End */

/* Amenities Section CSS Start */

.aminities-box img {
    border-radius: 5px;
    margin-bottom: 15px;
    aspect-ratio: 1 / 1.09;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aminities-box p {
    font-family: 'Raleway-Medium';
}

.aminities-slider {
    padding-bottom: 50px;
}

.home-shape {
    position: absolute;
    top: 3%;
    right: 0;
    z-index: 0;
    width: 20%;
}

/* Amenities Section CSS End */

/* Invest Section CSS Start */

.invest-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 48%;
    width: 1px;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.3;
    z-index: 1;
}

.invest-sec {
    background: #fff;
}

.invest-sec .bg-img {
    z-index: 0;
    opacity: 0.15;
}

.invest-head .heading {
    margin-bottom: 80px;
    width: 65%;
}

.invest-box {
    padding: 0 30px;
}

.invest-box img {
    margin-bottom: 10px;
}

.invest-box h3 {
    color: #303843;
}

/*.invest-box p {
    color: #e9e9e9;
}*/

/* Invest Section CSS End */

/* Guide Section CSS Start */

/*.guide-sec .main-img {
    height: 600px;
}*/

/*.guide-con {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}*/

.partner-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
}

.guide-txt {
    width: 38%;
}

.guide-txt p {
    margin-bottom: 50px;
}

.guide-txt li {
    color: #fff;
    padding-bottom: 15px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    gap: 6px;
}

.guide-txt ul {
    margin-bottom: 20px;
}

/* Guide Section CSS End */

/* Map Section CSS Start */

.project-map-sec iframe {
    width: 100%;
    height: 600px;
    border: none;
}

/* Map Section CSS End */

/* Project Form Section CSS Start */

.enquir-form .form-control,
.enquir-form .form-select {
    border-radius: 2px;
    height: 55px;
    font-size: 14px;
    border: 1px solid #C8C8C8;
    color: #333333;
    background: transparent;
    font-family: 'Inter-Regular';
}

.enquir-form .form-control::placeholder {
    color: #333333;
}

.enquir-form .form-control:focus,
.enquir-form .form-select:focus {
    outline: none;
    box-shadow: none;
}

.enquir-form .form-select {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 15px;
}

.form-field {
    height: 100%;
}

.enquir-form textarea.form-control {
    height: 100%;
    resize: none;
}

.enquir-form .main-btn {
    margin-left: auto;
    margin-top: 20px;
}

/* Project Form Section CSS End */

/* Suits Section CSS Start */

.suits-txt {
    height: 100%;
    padding: 50px 50px;
    background: #f3f3f3;
}

.suits-slider .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    background: var(--main-color);
    opacity: 1;
    border-radius: 0;
}

.suits-slider .swiper-pagination-bullet-active {
    width: 22px;
}

.suits-slider {
    padding-bottom: 50px;
}

.suits-img {
    height: 100%;
}

.suits-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Suits Section CSS End */

/* Plan Section CSS Start */

.plan-sec {
    background: #F9F9F9;
}

.plan-box {
    position: relative;
    border: 2px solid #f1f1f1;
    border-radius: 15px;
    overflow: hidden;
}

.plan-box-head {
    background: var(--main-blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.plan-box-head h3 {
    color: #fff;
    margin-bottom: 0;
}

.plan-btn {
    background: #de5326;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.plan-btn p {
    color: #fff;
}

.plan-slider {
    padding-bottom: 50px;
}

/* Plan Section CSS End */

/* Location Section CSS Start */

.locationTabSec div#v-pills-tab {
    width: 35%;
    margin-right: 1.5rem !important;
}

.locationTabSec div#v-pills-tabContent {
    background: #f1f1f1;
    border-radius: 10px;
    /* min-height: 375px; */
    width: 70%;
    padding: 30px;
}

.locationTabSec .nav-link {
    color: var(--text-color);
    background: #f1f1f1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.locationTabSec .nav-link, .locationTabSec.core-tab .nav-link {
    padding: 20px 16px 20px 20px;
    border-bottom: 0 solid #fff;
    margin-bottom: 10px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Raleway-Medium'
}

.locationTabSec .nav-pills .nav-link.active, 
.locationTabSec .nav-pills .nav-link:hover {
    /*background: #072f5f;*/
    background: #dde3e7;
    color: var(--text-color);
    position: relative;
}

.locationTabSec .products-detels h5 {
    color: #fff;
    margin-top: 0px;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Raleway-Medium';
    margin-bottom: 15px;
}

.locationTabSec .nav-pills .nav-link:active:before,
.locationTabSec .nav-pills .nav-link:focus:before,
.locationTabSec .nav-pills .nav-link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.locationTabSec  .nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    top: 40%;
    right: -8px;
    transform: translateY(-50%);
    /*border-left: 9px solid #072f5f;*/
    /*border-top: 8px solid #072f5f;*/
    /*border-bottom: 8px solid #072f5f;*/
    border-left: 9px solid #dde3e7;
    border-top: 8px solid #dde3e7;
    border-bottom: 8px solid #dde3e7;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 7%;
    transform: rotate(133deg);
    height: 10%;
    /*background: #072f5f;*/
    background: #c38838;
    z-index: -1;
}

.distence-amenities table {
    width: 100%;
    color: var(--text-color);
    font-size: 18px;
    font-family: 'Inter-Regular';
}

.distence-amenities table th, .distence-amenities table td {
    padding: 10px 20px;
}

.distence-amenities table th:first-child, .distence-amenities table td:first-child {
    width: 70%;
}

.distence-amenities table thead {
    background: #dde3e7;
    color: var(--text-color);
}

/*.distence-amenities table tbody tr:nth-child(even) {
    background: var(--main-color);
}*/

.distence-amenities ul{
    margin-top: 20px;
}

.distence-amenities ul li{
    color: #fff;
    text-align: left;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
    position: relative;
    padding-left: 18px;
    padding-bottom: 10px;
}

.distence-amenities ul li:before {
    content: "\f0c8";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 9px;
}

.retail-accordion .accordion-body {
    padding: 25px;
    background: #f1f1f1;
    font-family: 'Inter-Medium';
}

.retail-accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 25px;
    font-size: 22px;
    font-family: var(--bodyFont);
    color: var(--text-color);
    text-align: left;
    background-color: #dde3e7;
    border: 0;
    border-bottom: 1px solid #ffffff73;
    border-radius: 0;
    overflow-anchor: none;
    box-shadow: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.location-sec .accordion {
    --bs-accordion-bg: transparent !important;
}

.location-sec {
    /*background: #374f09;*/
    border: none;
}

.retail-accordion .accordion-button::after {
    background-image: url(../images/plus.png);
}

.retail-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    transform: rotate(180deg);
}

.products-detels h5 {
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Raleway-Medium';
}

/* Location Section CSS End */

/******************************************
    Projects Page End 
******************************************/

/******************************************
    NRI Corner Page Start 
******************************************/

/* NRI Overview Section CSS Start */

.nri-overview-video {
    display: block;
    width: 100%;
    height: 100%;
}

.nri-overview-txt h2 {
    width: 80%;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #ffffffbf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 2;
    color: var(--main-color);
    font-size: 30px;
}

.video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background: #ffffffbf;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
          z-index: -1;
}

.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #ffffffbf;
    border-radius: 50%;
    -webkit-animation: pulse-border1 1500ms ease-out infinite;
          animation: pulse-border1 1500ms ease-out infinite;
          z-index: -1;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
    
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border1 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.9);
        opacity: 0;
    }
}
    
@keyframes pulse-border1 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.9);
        opacity: 0;
    }
}

/* NRI Overview Section CSS End */

/* Estate Section CSS Start */

.estate-sec {
    background-color: var(--main-blue-color);
}

.estate-img::after {
    background: linear-gradient(90deg, var(--main-blue-color), transparent);
}

/* Estate Section CSS End */

/* Benefits Section CSS Start */

.benefit-sec {
    background: #F9F9F9;
}

.benefit-box {
    background: #fff;
    padding: 40px 70px;
    text-align: center;
    height: 100%;
}

.nri-icon {
    margin-bottom: 15px;
}

.benefit-shape {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 0;
    width: 8%;
}

/* Benefits Section CSS End */

/* NRI FAQ Section CSS Start */

.nri-faq-sec {
    background: #F0F0F0;
}

.nri-faq-con .accordion-button {
    background: transparent;
    border-radius: 0 !important;
    box-shadow: none;
    color: var(--text-color);
    font-family: 'Raleway-SemiBold';
    font-size: 20px;
    line-height: 30px;
    padding: 25px;
}

.nri-faq-con .accordion-item {
    background: transparent;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #016658;
}

/*.nri-faq-con .accordion-body p {
    color: #fff;
}*/

.nri-faq-con .accordion-body {
    padding: 25px;
    border-left: 2px solid var(--main-color);
    padding-top: 0;
}

.nri-faq-con .accordion-body p {
    width: 70%;
}

.nri-faq-con .accordion {
    border: 1px solid #016658;
    border-bottom: none;
}

.nri-faq-con .accordion-button::after {
    background-image: none;
    content: '＋';
    color: var(--text-color);
}

.nri-faq-con .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '—';
    color: var(--text-color);
}

.nri-faq-shape {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 15%;
    height: auto;
}

/* NRI FAQ Section CSS End */

/******************************************
    NRI Corner Page End 
******************************************/

/******************************************
    Partners Corner Page Start 
******************************************/

/* Partners Section CSS Start */

.partners-sec {
    background: #FBFBFB;
}

.partner-box {
    background: #fff;
    padding: 30px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 2/1;
}

.partner-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Partners Section CSS End */

/* Partners Form Section CSS Start */

.partner-form-sec {
    background: #FBFBFB;
}

.upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #C8C8C8;
    border-radius: 2px;
    padding: .375rem .75rem;
    width: 100%;
    max-width: 100%;
    background: transparent;
    height: 55px;
    font-family: 'Inter-Regular';
}

.upload-label {
    font-size: 14px;
    color: #333333;
}

.file-btn {
    background: #333333;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Inter-Regular';
}

.file-btn:hover {
    background: #333;
}

/* Partners Form Section CSS End */

/******************************************
    Partners Corner Page End 
******************************************/

/******************************************
    Career Page Start 
******************************************/

/* Career Section CSS Start */

.life-img {
    width: 100%;
}

.life-shape {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 8%;
    height: auto;
}

.career-img {
    height: 100%;
    width: 100%;
}

.career-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.career-txt {
    background: var(--main-color);
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
}

.career-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
}

.career-txt p {
    color: var(--white-color);
    font-family: 'Inter-SemiBold';
    text-align: center;
}

/* Career Section CSS End */

/* Employee Section CSS Start */

.employee-img {
    width: 40%;
    height: auto;
}

.employee-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee-txt {
    width: 55%;
    height: auto;
    background: #F7F7F7;
    padding: 60px 100px;
}

.employee-con::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #F0F0F0;
    z-index: 0;
}

.employee-gray {
    background: #F0F0F0;
    width: 100%;
    height: 85px;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.employee-slider {
    padding-bottom: 85px;
}

.employee-slider .swiper-button-prev {
    left: 46%;
    top: auto;
    bottom: 5%;
}

.employee-slider .swiper-button-next {
    right: 46%;
    top: auto;
    bottom: 5%;
}

/* Employee Section CSS End */

/* Job Opening Section CSS Start */

.opening-con .accordion-button {
    background: transparent;
    border-radius: 0 !important;
    box-shadow: none;
    color: #000;
    font-family: 'Inter-SemiBold';
    font-size: 20px;
    line-height: 30px;
    padding: 25px;
    color: var(--text-color);
}

.opening-con .accordion-item {
    background: transparent;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #016658;
}

.opening-con .accordion-body {
    padding: 25px;
    /* border-left: 2px solid var(--main-color); */
    padding-top: 0;
    position: relative;
}

.opening-con .accordion-body::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 30%;
    width: 2px;
    background: var(--main-color);
}

.opening-con .accordion-body p {
    width: 70%;
    margin-bottom: 20px;
}

.opening-con .accordion-body li {
    margin-bottom: 20px;
    margin-left: 20px;
    list-style: disc;
}

.opening-con .accordion {
    border: 1px solid #016658;
    border-bottom: none;
}

/*.opening-con .accordion-button::after {
    background-image: none;
    content: '＋';
    color: #000;
}

.opening-con .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '—';
    color: #000;
}*/

.opening-con .accordion-body .main-btn {
    margin-top: 30px;
}

/* Job Opening Section CSS End */

/* Job form Section CSS Start */

.job-form-sec {
    background: #F9F9F9;
}

.job-form-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 28%;
}

/* Job form Section CSS End */

/******************************************
    Career Page End 
******************************************/

/******************************************
    Contact Page Start 
******************************************/

/* Contact left Section CSS Start */

.contact-left .inner-para {
    width: 95%;
}

.tablinks {
    background: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Inter-Regular';
    padding: 12px 40px;
    border-bottom: 2px solid #DFDFDF;
}

.tablinks.active {
    font-family: 'Inter-Medium';
    border-color: var(--main-color);
}

.tabcontent {
    padding: 50px;
}

.tabcontent li {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: start;
    gap: 15px;
    margin-bottom: 20px;
    width: 85%;
}

.tabcontent li img {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabcontent li:not(:first-child) {
    align-items: center;
}

.tabcontent li a {
    color: var(--text-color);
    transition: all ease-in-out 0.4s;
}

.tabcontent li a:hover {
    color: var(--main-sub-color);
}

.tabcontent iframe {
    width: 85%;
    height: 220px;
    border: none;
    margin-top: 50px;
}

/* Contact left Section CSS End */

/* Contact Right Section CSS Start */

.contact-form .form-control, 
.contact-form .form-select {
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #C8C8C8;
    color: #333333;
    background: transparent;
    padding: 15px 15px;
}

.contact-form .form-select {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 15px;
}

.contact-form .form-control::placeholder {
    color: #333333;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    outline: none;
    box-shadow: none;
}

.contact-form textarea.form-control {
    height: 150px;
    resize: none;
}

.contact-form .main-btn {
    margin-left: auto;
    margin-top: 20px;
}

.form-sec {
    background: #F9F9F9;
}

.contact-right {
    padding-left: 100px;
    height: 100%;
    border-left: 1px solid #DFDFDF;
    padding-top: 150px;
}

.contact-shape {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 15%;
    height: auto;
}

.hrdetails a {
    color: var(--main-blue-color);
}

/* Contact Right Section CSS End */

/******************************************
    Contact Page End 
******************************************/


/* Responsive Css Start */

@media (max-width: 1700px) and (min-width: 1601px) {

    .about-count-shape {
        left: -80px;
    }

}

@media (max-width: 1600px) {

    .about-overview-img {
        width: 100%;
    }

    .main-count {
        font-size: 55px;
        line-height: 65px;
    }

    .testi-box {
        padding: 60px 90px 0;
    }

    .testi-img {
        width: 25%;
    }

    .testi-txt {
        width: 75%;
        padding-left: 50px;
    }

    .award-box h3 {
        font-size: 18px;
        line-height: 28px;
        padding: 25px 40px;
    }

    .award-head {
        width: 92%;
    }

    /* .luxury-txt .heading {
        width: 24%;
    } */

    .founder-txt {
        padding: 40px 70px;
    }

    .about-overview-txt .heading {
        width: 70%;
    }

    .tablinks {
        padding: 12px 30px;
    }

    .contact-right {
        padding-left: 70px;
        padding-top: 135px;
    }

    .nri-faq-con .accordion-body p, .opening-con .accordion-body p {
        width: 85%;
    }

    .benefit-box {
        padding: 40px 50px;
    }

    .suits-txt {
        padding: 30px 30px;
    }
    
    .rare-col:not(:last-child) .rare-box::after {
        right: 0px;
    }

}

@media (max-width: 1440px) {

    .main-count {
        font-size: 50px;
        line-height: 60px;
    }

    .mx-cont p {
        font-size: 18px;
        line-height: 28px;
    }

    .award-box h3 {
        padding: 25px 20px;
    }

    .founder-img {
        width: 35%;
    }

    .leadership-row {
        margin-left: 0;
    }

    .about-overview-txt {
        width: 96%;
    }

    .founder-txt h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .tablinks {
        padding: 12px 20px;
    }

    .contact-right {
        padding-left: 70px;
        padding-top: 130px;
    }

    .tabcontent {
        padding: 30px;
    }

    .tabcontent iframe {
        width: 92%;
    }
    
    .guide-txt {
        width: 50%;
    }

}

@media (max-width: 1399px) {

    .mx-cont {
        padding: 20px 0;
    }

    .count-col:not(:last-child) .mx-cont::after {
        right: -5px;
    }

    .testi-box {
        padding: 60px 50px 0;
    }

    .award-box h3 {
        font-size: 17px;
        line-height: 27px;
    }

    .leadership-txt h3 {
        font-size: 18px;
        line-height: 28px;
    }

    /* .luxury-txt {
        top: 15%;
    } */

    .about-overview-txt {
        width: 100%;
    }

    .vision-txt p {
        width: 100%;
    }

    .value-head {
        width: 80%;
    }

    .founder-img {
        width: 40%;
    }

    .tablinks {
        font-size: 16px;
        line-height: 16px;
    }

    .tabcontent iframe {
        width: 100%;
    }

    .invest-box {
        padding: 0 0px;
    }

    .guide-sec .main-img {
        height: 460px;
    }

    .invest-head .heading {
        width: 70%;
    }

    .project-map-sec iframe {
        height: 550px;
    }

    .partner-box {
        padding: 20px;
    }

    .career-txt {
        padding: 20px 70px;
    }

    .career-shape {
        width: 15%;
    }

    .employee-txt {
        padding: 60px 50px;
    }

}

@media (max-width: 1299px) and (min-width: 1200px) {

    .about-count-shape {
        left: -80px;
    }

}

@media (max-width: 1199px) {

    .main-count {
        font-size: 45px;
        line-height: 55px;
    }

    .about-count-shape {
        display: none;
    }

    .founder-txt {
        padding: 20px 40px;
    }

    .founder-txt h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .video-btm p {
        font-size: 14px;
    }

    .video-btm .video-icon {
        width: 30px;
        height: 30px;
    }

    .tablinks {
        padding: 8px 10px;
    }

    .tabcontent {
        padding: 30px 0;
    }

    .invest-sec::after {
        left: 45%;
    }

    .nri-faq-con .accordion-button, .opening-con .accordion-button {
        font-size: 18px;
        line-height: 28px;
    }

    .career-txt {
        padding: 20px 50px;
    }

    .employee-txt {
        padding: 30px 50px;
    }

    .distence-amenities table {
        font-size: 16px;
    }
    
    .rare-col:not(:last-child) .rare-box::after {
        background: transparent;
    }

}

@media (max-width: 1024px) {

    .main-count {
        font-size: 40px;
        line-height: 50px;
    }

    .mx-cont p {
        font-size: 15px;
        line-height: 25px;
    }

    .award-slider .swiper-pagination {
        display: block;
    }

    .award-slider {
        padding-bottom: 50px;
    }

    .aminities-slider {
        padding-bottom: 50px;
    }

    .aminities-slider .swiper-pagination {
        display: block;
    }

    .employee-slider {
        padding-bottom: 65px;
    }

    .employee-gray {
        height: 65px;
    }

}

@media (max-width: 991px) {

    .bnr-txt::after {
        top: -20px;
        left: -70px;
        width: 300px;
        height: 160px;
    }

    .count-col:nth-child(2) .mx-cont::after {
        background: transparent;
    }

    .about-overview-txt .heading {
        width: 40%;
    }

    /*.about-overview-sec .row {
        flex-direction: column-reverse;
    }*/

    /* .luxury-txt .heading {
        width: 50%;
    }

    .luxury-txt {
        top: 8%;
    } */

    .contact-right {
        padding-left: 0;
        padding-top: 0;
        border: none;
    }

    .invest-sec::after {
        background: transparent;
    }

    .invest-head .heading {
        margin-bottom: 40px;
        width: 65%;
    }

    .invest-con .main-btn {
        margin-top: 20px;
    }

    .guide-txt {
        width: 78%;
        background: #0f612078;
        backdrop-filter: blur(3px);
        padding: 30px;
    }

    /*.nri-overview-sec .row {
        flex-direction: column-reverse;
    }*/

    .partner-box {
        padding: 10px;
    }

    .employee-box {
        flex-wrap: wrap;
    }

    .employee-img, .employee-txt {
        width: 100%;
    }

    .career-txt {
        padding: 20px 20px;
    }

    .employee-slider .swiper-button-prev, .employee-slider .swiper-button-next {
        bottom: 1%;
    }

    .employee-slider .swiper-button-prev {
        left: 43%;
    }

    .employee-slider .swiper-button-next {
        right: 43%;
    }

    .feature-box p {
        width: 60%;
    }
    
    .luxury-txt .heading {
        width: 45%;
    }
    
    .count-row {
        justify-content: center;
    }

}

@media (max-width: 767px) {

    .main-count {
        font-size: 30px;
        line-height: 40px;
    }

    .count-col:not(:last-child) .mx-cont::after {
        right: -15px;
    }

    .count-row {
        margin-top: 0px;
    }

    .testi-box {
        flex-wrap: wrap;
    }

    .testi-img {
        width: auto;
        margin: 0 auto;
    }

    .testi-txt {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }

    .testi-box {
        padding: 20px 35px 0;
    }

    .about-overview-txt .heading {
        width: 55%;
    }

    .founder-flex {
        flex-wrap: wrap;
    }

    .founder-txt {
        padding: 20px 20px;
        width: 100%;
    }

    .founder-img, .invest-head .heading, .guide-txt {
        width: 100%;
    }

    .video-play-button::before {
        width: 45px;
        height: 45px;
    }

    .video-play-button::after {
        width: 50px;
        height: 50px;
    }

    .nri-faq-con .accordion-button, .opening-con .accordion-button {
        font-size: 16px;
        line-height: 26px;
        padding: 20px;
    }

    .nri-faq-con .accordion-body p, .opening-con .accordion-body p {
        width: 100%;
    }

    .nri-faq-con .accordion-body, .opening-con .accordion-body {
        padding: 20px;
        padding-top: 0;
    }

    .benefit-box {
        padding: 25px 30px;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .order-3 {
        order: 3;
    }

    .order-4 {
        order: 4;
    }

    .order-5 {
        order: 5;
    }

    .order-6 {
        order: 6;
    }

    .career-txt {
        padding: 80px 160px;
    }

    .employee-slider {
        padding-bottom: 55px;
    }

    .employee-gray {
        height: 55px;
    }

    .bnr-txt {
        width: 55%;
    }

    .suits-txt {
        height: 280px;
    }

    .suits-txt {
        height: 220px;
    }

    .distence-amenities table {
        font-size: 14px;
    }
    
    .luxury-txt .heading {
        width: 65%;
    }
    
    .career-life-sec .row {
        flex-direction: column-reverse
    }

}

@media (max-width: 575px) {

    .about-overview-txt .heading {
        width: 65%;
    }

    .mission-txt li {
        width: 90%;
    }

    .bnr-txt::after {
        top: -10px;
        left: -30px;
        width: 220px;
        height: 190px;
    }

    .tabcontent li {
        gap: 5px;
        width: 100%;
    }

    .contact-left .inner-para {
        width: 100%;
    }

    .tablinks {
        font-size: 14px;
        line-height: 14px;
    }

    .feature-txt {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 40px 20px;
        background: var(--main-sub-color);
        height: 240px;
    }

    .feature-box p {
        width: 90%;
    }

    .feature-box::after {
        background: transparent;
    }

    .feature-slider .swiper-button-next, .feature-slider .swiper-button-prev {
        display: none;
    }

    .feature-slider .swiper-pagination {
        left: 20px;
    }

    .career-txt {
        padding: 50px 50px;
    }

    .career-shape {
        width: 10%;
    }

    .employee-txt {
        padding: 30px 30px;
    }

    .employee-slider .swiper-button-next {
        right: 40%;
    }

    .employee-slider .swiper-button-prev {
        left: 40%;
    }

    .nw-logo {
        margin-top: 30px;
    }

    .suits-txt {
        height: 280px;
    }
    
    .luxury-txt .heading {
        width: 80%;
    }
    
    .luxury-sec .main-img {
        height: 250px;
    }
    
    .luxury-txt .heading::after {
        width: 400px;
        height: 230px;
        background: radial-gradient(#00000036, transparent);
    }
    
    .suits-slider, .feature-sec {
        margin: 0 15px;
    }

}