/* TypoGraphy */
* {
    box-sizing: border-box;
}

:focus {
    outline: none !important;
    box-shadow: none;
    border-color: inherit;
}

textarea.form-control {
    resize: none;
    overflow: hidden;
}

html,
body {
    width: 100%;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'LT Superior Medium';
    font-weight: 500;
    background: #fff;
    overflow-x: hidden;
    font-size: 16px;
    color: #2F2E2E;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px 0 24px;
    padding: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2F2E2E;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #01a4ec;
}

h1 {
    font-weight: bold;
    font-size: 72px;
    line-height: 81px;
    color: #2F2E2E;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 60px;
    line-height: 68px;
    color: #2F2E2E;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}

h3 {
    font-size: 46px;
    line-height: 68px;
    color: #2F2E2E;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}

h4 {
    font-size: 28px;
    line-height: 36px;
    color: #2F2E2E;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}

h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    color: #2F2E2E;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}

h6 {
    font-family: 'LT Superior ExtraBold';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #2E4157;
    margin: 0 0 24px;
}

p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #2F2E2E;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0px 0 20px 18px;
    margin: 0px;
}

ol {
    padding-bottom: 20px;
    padding-left: 15px;
}

ol li {
    position: relative;
    padding-left: 5px;
}

li {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #2F2E2E;
}

li a {
    color: #01a4ec;
}

li a:hover {
    color: #2F2E2E;
}

a {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #03b1e7;
}

a:hover {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #1A1A1A;
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
}

body.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn {
    background: #D5C6B3 !important;
    color: #2F2E2E !important;
    font-size: 18px;
    min-width: 245px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    font-family: 'LT Superior Bold';
    font-weight: bold;
    border: none;
    padding: 7px 15px 6px;
}

.btn:hover {
    background: #2F2E2E !important;
    color: #fff !important;
}

/** ================== // HEADER CSS START // ================== **/
.header {
    padding: 25px 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.header .container {
    max-width: 100%;
    padding: 0 45px;
}

.logo {
    width: 145px;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 145px);
    padding-left: 110px;
}

.call-us-header .btn {
    background: #577C8E !important;
    gap: 8px;
    color: #fff !important;
    font-size: 20px;
    font-family: 'LT Superior SemiBold';
    font-style: normal;
    font-weight: 600;
    border: 1px solid #CACACA;
    border-radius: 2px;
    min-width: 229px;
}

.call-us-header .btn:hover {
    background: #fff !important;
    border-color: #fff;
    color: #000 !important;
}

.call-us-header .btn i {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
}

.call-us-header .btn:hover i {
    color: #000;
}

.navigation {
    width: 100%;
    padding-right: 127px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation .moblelogo {
    display: none;
}

.main-nav .menu-bar {
    display: none;
}

.nav-manu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-manu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
    column-gap: 90px;
    width: 100%;
    justify-content: space-between;
}

.nav-manu ul li {
    padding: 15px 0;
    margin: 0;
    position: relative;
    font-family: 'LT Superior SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}

.nav-manu ul li a {
    color: #fff;
    position: relative;
    text-transform: capitalize;
}

.nav-manu ul li.menu-item-has-children a {
    padding-right: 28px;
}

.navigation .menu-item-has-children>a::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    transition: 0.4s;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.navigation ul li.menu-item-has-children:hover a::before {}

.navigation ul li.current-menu-item ul.sub-menu li a::before {
    display: none;
}

/** SUB MENU **/
.navigation ul li ul.sub-menu {
    position: absolute;
    display: block;
    top: 100%;
    width: auto;
    transform: scale(1, 0);
    transition: all 0.5s;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    min-width: 302px;
    padding: 0;
    left: 0;
    z-index: 1999;
    padding: 12px 0;
    width: auto;
    background: #FFFFFF;
    box-shadow: 0px 133px 53px rgba(12, 17, 23, 0.01), 0px 75px 45px rgba(12, 17, 23, 0.05), 0px 33px 33px rgba(12, 17, 23, 0.09), 0px 8px 18px rgba(12, 17, 23, 0.1);
}

.navigation ul li ul.sub-menu.shop-submenu {
    left: auto;
    right: 0;
}

.navigation ul li:hover>ul.sub-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.navigation ul li ul.sub-menu.shop-submenu::before {
    left: auto;
    right: 40px;
}

.navigation ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
    margin: 0px 0 0;
    transition: .4s;
    border-bottom: none;
}

.navigation ul li ul.sub-menu li::after {
    display: none;
}

.navigation ul li ul.sub-menu li::before {
    right: 15px;
    transform: rotate(-40deg) translateY(-20%);
    top: 43%;
}

.navigation ul li ul.sub-menu li a {
    display: block;
    padding: 15px 15px;
    line-height: 20px;
    color: #1B1B1B;
}

.navigation ul li ul.sub-menu li a::after {
    display: none;
}

.navigation ul li ul.sub-menu li:last-child a {
    border-bottom: none;
}

.navigation ul li ul.sub-menu li:hover {
    background-color: #D5C6B3;
}

.navigation ul li ul.sub-menu li.current-menu-item {
    background-color: #D5C6B3;
}

.navigation ul li ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
    width: max-content;
    margin-left: 3px;
}

.navigation ul li ul.sub-menu li:last-child {
    border-bottom: none;
}

.navigation ul li ul.sub-menu ul.sub-menu li {
    border-left: 0;
}

.navigation ul li ul.sub-menu li::before {
    display: none;
}

.navigation ul li ul.sub-menu li:hover::before {
    border-color: #fff;
}

.navigation .menu-item-has-children ul.sub-menu li a::before {
    right: 10px;
    transform: rotate(-95deg);
    top: 46%;
    border-top-color: #fff;
}

/** ================== // HEADER CSS END // ================== **/


/** ================== // HERO SECTION CSS START // ================== **/
.hero-section {
    margin: 0;
    padding: 0;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-slider {
    height: 100%;
}

.hero-item-slde {
    height: 100%;
}

.hero-img-figure {
    height: 100%;
    width: 100%;
    position: relative;
}

.hero-img-figure::before {
    content: "";
    background: linear-gradient(180deg, #001E45 0%, rgba(0, 30, 69, 0.2) 88.37%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-img-figure::after {
    content: "";
    background: url('../images/hero-after-shape-banner.svg') no-repeat center bottom;
    background-size: cover;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 180px;
}

.hero-img-figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-content-absolute {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
}

.hero-content-info {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.hero-content-info h1,
.hero-content-info h2,
.hero-content-info h3,
.hero-content-info h4,
.hero-content-info h5 {
    font-family: "DM Serif Display", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 81px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 48px;
}

.hero-content-info p {
    font-family: 'LT Superior SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 50px;
}

.hero-content-info h6 {
    font-family: 'LT Superior SemiBold';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 61px 120px;
}

.heading {
    position: relative;
    margin: 0 0 80px;
}

/** ================== // HERO SECTION CSS END // ================== **/

/** ================== // ABOUT SECTION START // ================== **/
.section {
    padding: 130px 0 130px;
}

.section.about-section {
    padding-top: 80px;
    overflow: hidden;
}

.about-hm-info .heading {
    margin-bottom: 40px;
}

.about-hm-info .heading h2 {
    max-width: 497px;
}

.about-hm-info .heading p {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 390px;
    margin: 0;
}

.about-img-figure {
    margin: 0;
    padding: 0;
}

.about-img-figure img {
    width: 100%;
}

/** ================== // ABOUT SECTION END // ================== **/

/** ================== // SERVICES SECTION START // ================== **/

.services-section {
    background: #F7F2E7;
    overflow: hidden;
}

.services-warp-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 20px;
    justify-content: center;
}

.services-item-col-4 {
    width: 33.33%;
    padding: 0 10px;
}

.services-item-info {
    position: relative;
    margin: 0;
    padding: 0;
}

.services-item-info figure {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.services-item-info figure::after {
    content: "";
    background: linear-gradient(180deg, rgba(24, 49, 79, 0) -4.5%, rgba(25, 182, 184, 0.8) 100%);
    border-radius: 0px;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.services-item-info figure img {
    transition: 1s;
}

.services-item-info:hover figure img {
    transform: scale(1.2);
}

.services-item-col-4:nth-child(2) .services-item-info figure::after {
    background: linear-gradient(180deg, rgba(1, 99, 123, 0) -4.5%, rgba(1, 40, 123, 0.8) 100%);
}

.services-item-col-4:nth-child(3) .services-item-info figure::after {
    background: linear-gradient(180deg, rgba(0, 124, 140, 0) -4.5%, rgba(0, 121, 187, 0.8) 100%);
}

.services-absolute-content {
    position: absolute;
    bottom: 28px;
    left: 28px;
    right: 46px;
}

.services-absolute-content h4 {
    color: #fff;
    margin: 0 0 12px;
    padding-right: 30px;
}

.services-absolute-content p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.full-center-btn {
    text-align: center;
    margin-top: 100px;
}

/** ================== // SERVICES SECTION END // ================== **/

/** ================== // GALLERY SECTION START // ================== **/
.gallery-section .container {
    max-width: 100%;
}

.gallery-slider .slick-list {
    padding: 0 165px;
}

.gallery-slde-item {
    padding: 0 16px;
}

.gallery-slde-item img {
    width: 100%;
    object-fit: cover;
}

.home-gallery-section .gallery-slde-item img {
    height: 64vh;
}

.section.gallery-section {
    overflow: hidden;
    position: relative;
}

/** ================== // GALLERY SECTION END // ================== **/

/** ================== // DREAM POOL SECTION START // ================== **/
.dream-pool-section {
    background-image: url('../images/bg-original-water.webp');
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    overflow: hidden;
}

.heading-white * {
    color: #fff;
}

.our-projects-section {
    overflow: hidden;
}

#msform {
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

.previous.btn {
    opacity: 0.25;
    border: 1px solid #FFFFFF;
    background: transparent !important;
    color: #fff !important;
}

.residential-step .previous.btn {
    background: #D5C6B3 !important;
    color: #2F2E2E !important;
    opacity: 1;
    border-color: #D5C6B3 !important;
}

.residential-step .previous.btn:hover {
    background: #2F2E2E !important;
    color: #fff !important;
    border-color: #2F2E2E !important;
}

.commercial-step .previous.btn {
    background: #D5C6B3 !important;
    color: #2F2E2E !important;
    opacity: 1;
    border-color: #D5C6B3 !important;
}

.commercial-step .previous.btn:hover {
    background: #2F2E2E !important;
    color: #fff !important;
    border-color: #2F2E2E !important;
}

.previous.btn:hover {
    opacity: 1;
    border-color: #2F2E2E !important;
}

.progressbar-wrap {
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #132B4E99;
    padding: 33px 0 30px;
    border-radius: 140px;
}

.progressbar-wrap .active {
    color: #577C8E
}

.progressbar-wrap li {
    list-style-type: none;
    font-size: 15px;
    font-family: 'LT Superior Bold';
    width: 14.28%;
    float: left;
    position: relative;
    font-weight: bold;
    z-index: 1;
    color: #fff;
}

.progressbar-wrap li:last-child {
    width: auto;
}

.progressbar-wrap li:last-child::after {
    display: none;
}

.progressbar-wrap li:before {
    content: "";
    width: 20px;
    height: 20px;
    line-height: 21px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 0 10px 10px;
    padding: 0;
    text-align: center;
}

.progressbar-wrap li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: lightgray;
    position: absolute;
    left: 17px;
    top: 11px;
    z-index: -1;
}

.progressbar-wrap li.active:before {
    background: #577C8E
}

.progressbar-wrap li:nth-child(1)::before {
    background: #577C8E
}

.progressbar-wrap li.active::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 9px;
}

.progressbar-wrap li:nth-child(1) strong {
    color: #577C8E
}

.progressbar-wrap li.active:after {
    background: #577C8E;
    height: 5px;
    top: 8px;
}

.progressbar-wrap li.active:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 9px;
}

.btn-progress-warp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

input.next.btn {
    margin-left: auto;
}

.build-heading h5 {
    font-family: 'LT Superior Bold';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 17px;
}

.build-heading p {
    font-family: 'LT Superior Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.dream-pool-card-warp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px -10px 0px;
}

.dream-pool-card-col {
    width: 50%;
    padding: 0px 10px;
}

.dream-pool-card-col.pool-card.budget-card-col.selected .budget-card-item,
.dream-pool-card-col.selected .dream-pool-card-item {
    border: 1px solid #fff;
}

.dream-pool-card-item {
    position: relative;
}

.dream-pool-card-item::after {
    content: "";
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(19, 43, 78, 0.80) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dream-pool-card-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    z-index: 1;
    padding-bottom: 32px;
}

.dream-pool-card-info h3 {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
}

.dream-pool-card-info p {
    font-family: 'LT Superior Medium';
    font-style: normal;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 11px 0 0;
}

.dream-pool-card-warp2 .dream-pool-card-col {
    width: 33.33%;
    padding: 0px 7px;
}

.dream-pool-card-warp2 .dream-owl-carousel .dream-pool-card-col {
    width: 100%;
}

.dream-owl-carousel .owl-dots {
    display: none;
}

.dream-owl-carousel button.owl-prev,
.dream-owl-carousel button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    z-index: 11;
    color: #fff !important;
    font-size: 0 !important;
    border-radius: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.dream-owl-carousel button.owl-next {
    background-image: url('../images/arrow-right.svg') !important;
    right: -70px;
}

.dream-owl-carousel button.owl-prev {
    background-image: url('../images/arrow-left.svg') !important;
    left: -70px;
}

.dream-owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
    height: 236px;
    overflow: hidden;
}

.dream-owl-carousel.owl-carousel .owl-item {
    width: 33.33%;
}

.step-fieldset-form-wrap {
    max-width: 852px;
    margin: 60px auto;
}

.step-fieldset-form-wrap .form-group {
    margin: 0 0 24px;
}

.step-fieldset-form-wrap .form-group .form-control {
    border-radius: 0;
    background: rgba(19, 43, 78, 0.9);
    border: rgba(19, 43, 78, 0.9);
    color: #fff;
    padding: 15px;
    min-height: 88px;
    font-size: 24px;
    text-align: center;
    font-family: 'LT Superior Medium';
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.step-fieldset-form-wrap .form-group .form-control.form-select {
    position: relative;
    background-image: url(../images/caret-down-white.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px;
}

.step-fieldset-form-wrap .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.step-fieldset-form-wrap .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    ccolor: #fff;
}

.step-fieldset-form-wrap .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.step-fieldset-form-wrap .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.step-fieldset-form-wrap .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

/* Container with horizontal scroll */
.dream-pool-card-warp.with-scollbar {
    /* overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; */
    /* padding-bottom: 54px; */
    /* -webkit-overflow-scrolling: touch; */
    /* smooth scroll on iOS */
    /* scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    position: relative; */
}


/* Inner row scroll wrapper */
.dream-pool-card-row-scroll {
    display: inline-flex;
    gap: 20px;
}

/* Each card */
.dream-pool-card-warp.with-scollbar .dream-pool-card-col {
    flex: 0 0 auto;
}


/* Custom Scrollbar (for WebKit browsers) */
/* .dream-pool-card-warp.with-scollbar::-webkit-scrollbar {
    height: 8px;
}

.dream-pool-card-warp.with-scollbar::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.dream-pool-card-warp.with-scollbar::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
} */

/* Optional: on hover, thumb slightly darker */
.dream-pool-card-warp.with-scollbar::-webkit-scrollbar-thumb:hover {
    background-color: #f2f2f2;
}

.budget-card-item {
    position: relative;
}

.budget-card-col .dream-pool-card-info {
    align-items: center;
    padding-bottom: 0;
}

.dream-pool-card-warp.dragging {
    cursor: grabbing;
    user-select: none;
}

/** ================== // DREAM POOL SECTION END // ================== **/



/** ================== // OUR-PROJECTS-SECTION CSS START // ================== **/

.our-projects-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 130px;
}

.our-projects-wrap:last-child {
    margin-bottom: 0px;
}

.our-projects-left {
    width: 44%;
}

.projects-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-projects-right {
    width: 56%;
}

.project-info {
    padding: 0px 336px 0px 128px;
}

.project-info h3 {
    margin-bottom: 40px;
}

.our-projects-wrap2 {
    flex-direction: row-reverse;
}

.our-projects-wrap2 .project-info {
    padding: 0px 123px 0px 336px;
}

.view-project-btn {
    margin-top: 48px;
}

.view-project-btn .btn {
    width: 318px;
}

/** ================== // OUR-PROJECTS-SECTION  CSS END // ================== **/


/** ================== // TESTIMONIALS -SECTION  CSS START // ================== **/
.local-community-section {
    overflow: hidden;
}

.testimonials-section {
    background-image: url(../images/testimonials-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 228px 0px 131px;
    overflow: hidden;
}

.our-testimonials .heading {
    margin-bottom: 40px;
}

.google-rating {
    text-align: center;
    width: 205px;
    margin: auto;
}

.testimonials-silde-wrap {
    padding-left: 335px;
    margin-top: 68px;
}

.testimonials-silde .slick-list {
    padding: 0;
    overflow: visible;
}

.testimonials-item {
    background: #fff;
    border-radius: 16px;
    padding: 24px 24px 40px;
    /* width: 420px; */
    margin-right: 20px;
}

.testimonials-quote {
    margin-bottom: 32px;
}

.testimonials-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.testimonials-item p {
    height: 200px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #413E3E;
}

.rating-star ul {
    padding: 0px;
    list-style: none;
    display: inline-flex;
    column-gap: 2px;
}

.testimonials-title h6 {
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #413E3E;
}

.progress {
    position: relative;
    display: block;
    margin-top: 78px;
    margin-left: 0;
    width: calc(100% - 250px);
    height: 6px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    background-image: linear-gradient(to right, #2E4157, #2E4157);
    background-repeat: no-repeat;
    background-size: 0 100%;
    opacity: 1;
    z-index: 999;
    transition: background-size 0.4s ease-in-out;

}

.progress::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: -1 !important;
}

/** ================== // TESTIMONIALS -SECTION  CSS END// ================== **/


/** ================== // POOL-JOURNEY -SECTION  CSS START// ================== **/

.pool-journey .our-projects-wrap {
    background: #F7F2E7;
}

.pool-journey .project-info {
    padding: 0px 242px 0px 101px;
}

.pool-journey .our-projects-left {
    width: 50%;
}

.pool-journey .our-projects-right {
    width: 50%;
}

.lets-get-btn {
    margin-top: 81px;
}

.pool-journey .project-info h2 {
    margin-bottom: 35px;
}

/** ================== // POOL-JOURNEY -SECTION  CSS END// ================== **/


/** ================== // LOCAL COMMUNITY  SECTION CSS START// ================== **/


.local-community-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.local-community-section .heading {
    max-width: 804px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 120px;
}

.local-community-col {
    width: 33.33%;
    padding: 0px 10px 49px;
}

.local-community-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.local-community-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s;
}

.local-community-col:hover .local-community-thumb img {
    transform: scale(1.2);
}

.local-community-info {
    margin-top: 16px;
}

.local-community-info p {
    font-size: 16px;
    line-height: 22px;
}

.local-community-info h5 {
    margin-bottom: 13px;
    height: 65px;
    overflow: hidden;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.local-community-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 12px;
    margin-top: 24px;
}

.local-community-title .mission-logo {
    width: 40px;
}

.mission-content h6 {
    font-size: 14px;
    font-weight: 600;
    color: #2F2E2E;
    text-transform: capitalize;
    margin-bottom: 1px;
}

.mission-content span {
    padding-right: 13px;
    position: relative;
}

.mission-content span::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #2F2E2E;
    border-radius: 50%;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mission-content span:last-child::after {
    display: none;
}

/** ================== // LOCAL COMMUNITY-SECTION  CSS END// ================== **/


/** ================== // FOOTER CSS START// ================== **/

.footer {
    background-image: url(../images/footer-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 246px 0px 68px;
    position: relative;
    margin-top: 28px;
    overflow: hidden;
}

.footer::after {
    content: "";
    background-image: url(../images/footer-after-shape.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer::before {
    content: "";
    background-image: url(../images/footer-before-shape.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 196px;
    right: -111px;
    bottom: 0;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-logo h5 {
    padding-right: 75px;
}

.footer-logo a img {
    width: 163px;
    height: 156px;
    object-fit: cover;
    margin-bottom: 58px;
}

.footer-col-info h5 {
    color: #FFFFFF;
    font-family: 'LT Superior SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}

.footer-col:nth-child(1) {
    width: 278px;
}

.footer-col:nth-child(2) {
    width: 161px;
}

.footer-col:nth-child(3) {
    width: 221px;
}

.footer-col:nth-child(4) {
    width: 175px;
}

.footer-col-info ul {
    list-style: none;
    padding: 0px;
}

.footer-col-info ul li {
    margin-bottom: 17px;
}

.footer-col-info ul li span {
    color: #fff;
    display: block;
    font-family: 'LT Superior SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 9px;
}

.footer-col-info ul li a {
    color: #fff;
    font-family: 'LT Superior Medium';
    font-style: normal;
    font-weight: 500;
}

.footer-col-info ul li a:hover {
    color: #D5C6B3;
}

.schedule-btn .btn {
    background: #fff !important;
}

.schedule-btn .btn:hover {
    background: #D5C6B3 !important;
    color: #2F2E2E !important;
}

.footer-social {
    margin-top: -20px;
}

.footer-social-icon ul {
    list-style: none;
    padding: 0px;
    display: flex;
    column-gap: 18px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.footer-social-icon ul li a {
    background: #FFFFFF;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    color: #2E4157;
}

.footer-social-icon ul li a:hover {
    background: #D5C6B3;
    color: #fff;
}

.footer-privacy {
    margin-top: 37px;
}

.footer-privacy ul {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: flex-end;
    column-gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-privacy ul li,
.footer-privacy ul li a {
    font-family: 'LT Superior Medium';
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    font-weight: 500;
    position: relative;
}

.footer-privacy ul li a:hover {
    color: #D5C6B3;
}

.footer-privacy ul li::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -10px;
}

.footer-privacy ul li:last-child::after {
    display: none;
}

/** ================== // FOOTER CSS END// ================== **/



/** ================== // PROJECTS HUB CSS START// ================== **/
.inner-hero-section .hero-content-info p {
    padding: 0 110px;
    font-size: 30px;
    line-height: 40px;
    font-family: 'LT Superior Medium';
    font-weight: 500;
}

.inner-hero-section .hero-content-info h1,
.inner-hero-section .hero-content-info h2,
.inner-hero-section .hero-content-info h3,
.inner-hero-section .hero-content-info h4,
.inner-hero-section .hero-content-info h5 {
    margin-bottom: 20px;
}

.project-hub-section {
    padding: 80px 0 150px;
}

.project-hub-title h2 {
    margin: 0;
}

.project-hub-title {
    margin: 0 0 80px;
}

.project-hub-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px;
    justify-content: flex-start;
}

.project-hub-col {
    width: calc(50% - 16px);
    display: none;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.project-hub-col.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.project-hub-card {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.project-hover-tittle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 25px;
    opacity: 1;
    visibility: hidden;
    transition: 0.7s;
}

.project-hover-center {
    transform: scale(0);
    transition: 0.7s;
    color: #fff;
    margin: 0;
    padding: 0;
}

.project-hover-tittle h4 {
    color: #fff;
    margin: 0;
    padding: 0;
}

.project-hub-card a:hover .project-hover-center {
    transform: scale(1);
    transition: 0.7s;
}

.project-hub-card a:hover .project-hover-tittle {
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

.project-hover-tittle u {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    margin-top: 15px;
    display: block;
}

.project-hub-card figure {
    margin: 0;
    height: 354px;
    background: #000;
}

.project-hub-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s;
    transform: scale(1.01);
}

.project-hub-card figure figcaption {
    position: absolute;
    bottom: 18px;
    right: 18px;
    padding: 0;
    color: #fff;
}

.project-hub-card figure figcaption h3 {
    margin: 0;
    padding: 8px;
    font-size: 12px;
    line-height: 1;
    background-color: #fff;
    color: #2F2E2E;
    text-transform: uppercase;
    font-family: 'LT Superior Bold';
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 2px;
}

.project-hub-card a:hover figure img {
    transform: scale(1.15);
    opacity: 0.7;
}

.project-hub-btn {
    margin: 32px 0 0;
}

.project-hub-btn .btn {
    width: 100%;
}

/** ================== // PROJECTS HUB PAGE CSS END// ================== **/



/** ================== // PROJECTS DETAILS PAGE CSS START // ================== **/
.project-details-section {
    padding: 80px 0 100px;
}

.project-feature-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 84px;
}

.project-feature {
    width: 392px;
}

.project-feature ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.project-feature ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D8EAEB;
    margin: 0 0 16px;
    padding: 0 0 12px;
}

.project-feature ul li span {
    color: #2F2E2E;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.3px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.project-feature ul li span+span {
    text-align: right;
}

.project-feature ul li span:first-child {
    flex-shrink: 0;
    padding-right: 35px;
}

.project-feature ul li span img {
    width: 18px;
    display: block;
}

.project-feature-info .heading {
    margin: 0;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    cursor: pointer;
    overflow: hidden;
}

.project-details-video video {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.project-details-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

.project-details-video .poster {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.project-details-video .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    z-index: 2;
}

.project-details-video .play-btn {
    z-index: 11;
    transition: .35s;
}

.project-details-video .play-btn:hover {
    transform: scale(1.1);
}

.project-details-video {
    margin: 0 0 100px;
}

.project-details-col-info {
    width: 392px;
}

.project-details-col-img {
    width: 701px;
    height: 476px;
    overflow: hidden;
}

.project-details-col-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s ease-in-out;
}

.project-details-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 100px;
}

.project-details-col-info h3 {
    line-height: 54px;
    letter-spacing: -0.9px;
    margin: 0 0 32px;
}

.project-details-row:nth-child(even) {
    flex-direction: row-reverse;
}

.project-details-row:nth-child(even) .project-details-col-img {
    width: 595px;
}

.project-details-row:nth-child(even) .project-details-col-info {
    width: 496px;
}

.signature-features-list {
    padding: 0;
    margin: 40px 0 0;
    list-style-type: none;
}

.signature-features-list li {
    width: 100%;
    border-bottom: 1px solid #D8EAEB;
    margin: 0 0 18px;
    padding: 0 0px 8px 0;
    font-size: 18px;
    color: #2F2E2E;
    font-weight: 500;
    letter-spacing: -0.4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* .signature-features-list li:after {
    content: "";
    position: absolute;
    background-image: url('../images/checklist-icon.svg');
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
} */
.project-details-gallery {
    position: relative;
    padding: 100px 0;
    z-index: 0;
}

.project-details-gallery:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2E4257;
    z-index: -1;
    width: 100%;
    height: 458px;
}

.project-details-gallery .heading {
    text-align: center;
}

.project-details-gallery .heading h6 {
    color: #fff;
    font-family: 'LT Superior Regular';
    font-weight: normal;
}

.project-details-gallery .heading h2 {
    color: #fff;
}

.gallery-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-item-right,
.gallery-item-left {
    width: calc(50% - 10px);
}

.gallery-item {
    overflow: hidden;
    transition: .35s ease-in-out;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s ease-in-out;
}

.gallery-item.h-full {
    height: 704px;
}

.gallery-item-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gallery-item.h-half {
    height: calc(352px - 15px);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/** ================== // PROJECTS DETAILS PAGE CSS END // ================== **/


/** ================== // FAQS PAGE CSS START // ================== **/
.faqs-section {
    background-color: #fff;
    padding: 130px 0;
    overflow: hidden;
}

.faqs-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faqs-heading {
    max-width: 419px;
    width: 100%;
}

.faqs-content {
    max-width: 701px;
    width: 100%;
}

.faq-body {
    display: none;
    padding: 0 80px 24px 0;
}

.faq-list {
    background-color: #D8EAEB;
    padding: 0 24px;
    margin: 0 0 16px;
}

.faq-header {
    position: relative;
    padding: 20px 60px 20px 0;
    cursor: pointer;
}

.faq-header:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 19px;
    height: 3px;
    background: #2F2E2E;
    transition: .35s ease-in-out;
}

.faq-header:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    width: 19px;
    height: 3px;
    background: #2F2E2E;
    transition: .35s ease-in-out;
}

.faq-header h3 {
    font-size: 22px;
    line-height: 24px;
    font-family: 'LT Superior Medium';
    font-weight: 500;
    margin: 0;
}

.faq-body p {
    font-size: 16px;
    line-height: 24px;
    color: #2F2E2E;
}

.faq-list.active .faq-header:after {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}

.faqs-heading p a {
    color: #2F2E2E;
    text-decoration: underline;
}

.faqs-heading p a:hover {
    color: #2F2E2E;
    text-decoration: none;
}

/** ================== // FAQS PAGE CSS END // ================== **/



/** ================== // GALLERY PAGE CSS START // ================== **/
.full-gallery-section {
    padding: 130px 0 170px;
}

.full-gallery-heading .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.full-gallery-heading {
    margin: 0 0 67px;
    border-bottom: 1px solid rgba(216, 234, 235, 1);
}

.full-gallery-heading h2 {
    margin: 0 0 19px;
}

.filter-controls {
    text-align: left;
    margin-bottom: 0;
}

.filter-controls button {
    background: none;
    border: none;
    margin-right: 0;
    font-size: 16px;
    cursor: pointer;
    padding: 15px 19px;
    border-bottom: 5px solid transparent;
    color: #2F2E2E;
    font-family: 'LT Superior Bold';
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.02em;
}

.filter-controls button.active {
    border-color: #577C8E;
    font-weight: bold;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 234px;
    gap: 20px;
}

/* .gallery-grid .gallery-item:nth-child(odd) {
  grid-row: span 2;
} */
.gallery-grid .gallery-item:nth-child(odd) figure {
    height: 100%;
}

.gallery-item.tall {
    grid-row: span 2;
}

.gallery-item {
    height: 234px;
    display: block;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .full-gallery-wrap .gallery-item {
    display: none;
} */

.gallery-item.visible {
    display: flex;
    height: 100%;
    animation: fadeIn 0.4s ease-in-out;
}

.gallery-item.project-hub-card figure figcaption h3 {
    padding: 8px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-item img {
    width: 100%;
    display: block;
}

.gallery-item.project-hub-card.tall {
    height: 488px;
}

.gallery-item.project-hub-card figure {
    height: 100%;
}

/** ================== // GALLERY PAGE CSS END // ================== **/


/** ================== // CONTACT PAGE CSS START // ================== **/
.contact-hero-section .hero-content-info {
    max-width: 887px;
}

.inner-hero-section.contact-hero-section .hero-content-info p {
    padding: 0 30px;
}

.contact-section {
    padding: 120px 0;
}

.contact-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_left {
    width: 486px;
}

.contact_right {
    width: 690px;
    background-color: #D8E9EB;
    padding: 40px;
}

.contact-form h3 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 26px;
}

.form-row {
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.step-fieldset-form-wrap .form-row {
    margin: 0;
}

.form-group {
    width: 100%;
}

.form-group.half {
    width: calc(50% - 12px);
}

label.form-label {
    color: #2F2E2E;
    font-family: 'LT Superior SemiBold';
    font-weight: 600;
    margin: 0 0 6px;
}

.form-control {
    height: 48px;
    border: 1px solid #AD967F;
    padding: 11px 17px;
    color: #2F2E2E;
    font-family: 'LT Superior SemiBold';
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
}

.form-control::placeholder {
    color: #2F2E2E;
    opacity: 1;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.form-control.form-select {
    position: relative;
    background-image: url('../images/caret-down.png');
    background-repeat: no-repeat;
    background-position: right 16px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px;
}

.form-group.form-textarea .form-control {
    height: 140px;
}

.form-group-content p {
    font-size: 12px;
    line-height: 130%;
    color: #2F2E2E;
    font-family: 'LT Superior Medium';
    font-weight: 500;
}

.form-group.submit-group .submit-btn {
    min-width: 175px;
    font-size: 14px;
    min-height: 48px;
}

.form-group.submit-group {
    width: 175px;
    position: relative;
}

.form-group-content {
    width: 351px;
}

.form-row.form-group-submit {
    margin-top: 40px;
    margin-bottom: 0;
}

.scroller-text-section {
    position: relative;
    overflow: hidden;
    margin: 0 0 -7px;
}

.squash-marquee-scroller {
    width: 10000%;
}

.squash-marquee-scroller.ready>* {
    display: inline-block;
    float: left;
    overflow: hidden;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-duration: 30s;
    animation-name: scroll-left;
    animation-iteration-count: infinite;
}

.squash-marquee-scroller.reverse.ready>* {
    animation-name: scroll-right;
}

@keyframes scroll-left {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes scroll-right {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.squash-marquee-item h3 {
    font-size: 96px;
    line-height: 81px;
    color: #2E4257;
    margin: 0;
}

.serving-proudly-bg {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.serving-proudly-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2E4257;
}

.serving-proudly-bg video,
.serving-proudly-bg img {
    opacity: 0.25;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.serving-proudly-section {
    padding: 93px 0 100px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.serving-proudly-content h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 54px;
}

.serving-proudly-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 19px;
}

.serving-proudly-col {
    border: 1px solid #D5C6B3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 392px;
    min-height: 128px;
}

.serving-proudly-col a {
    width: 100%;
    height: 100%;
}

.serving-proudly-col h4 {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 20px;
}

.serving-proudly-col span {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    font-family: 'LT Superior SemiBold';
    font-weight: 600;
}

.large-quote-section {
    position: relative;
    overflow: hidden;
    padding: 138px 0 238px;
    margin: 0 0 -120px;
}

.large-quote-item img {
    margin: 0 auto;
}

.large-qute-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.large-qute-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D8E9EB;
}

.large-qute-bg video,
.large-qute-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    mix-blend-mode: multiply;
}

.large-quote-item img {
    margin: 0 auto 13px;
    display: block;
}

.large-quote-item p {
    color: #2E4349;
    font-size: 36px;
    line-height: 120%;
    margin: 0 0 31px;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    letter-spacing: 0;
}

.large-quote-item h6 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

/** ================== // CONTACT PAGE CSS END // ================== **/



/** ================== // ABOUT US PAGE CSS START // ================== **/
.inner-hero-section.about-us-hero-section .hero-content-info p {
    padding: 0;
}

.about-us-pool-jurney .lets-get-btn {
    margin-top: 40px;
}

.about-us-pool-jurney {
    margin-bottom: 140px;
}

.real-experience-reviews-section {
    position: relative;
    padding: 130px 0;
}

.real-experience-reviews-wrapper .heading h2,
.real-experience-reviews-wrapper .heading h6 {
    color: #fff;
}

.real-experience-reviews-wrapper .heading {
    margin: 0 0 48px;
}

.real-experience-reviews-section .testimonials-item p {
    height: auto;
}

.real-experience-reviews-section .testimonials-info {
    margin-top: 24px;
}

.real-experience-reviews-section .testimonials-quote {
    max-width: 32px;
    margin-bottom: 13px;
}

.real-experience-reviews-section .testimonials-item {
    padding: 24px;
    /* width: 392px; */
}

.more-reviews-wrap {
    margin: 48px 0 0;
}

.more-reviews-wrap .btn {
    border: 2px solid #fff;
    background: transparent !important;
    color: #fff !important;
    min-width: 252px;
}

.more-reviews-wrap .btn:hover {
    background: #fff !important;
    color: #2F2E2E !important;
}

.pool-features-gallery-section .gallery-slider .slick-arrow,
.real-experience-reviews-section .testimonials-silde .slick-arrow {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.pool-features-gallery-section .gallery-slider .slick-arrow,
.real-experience-reviews-section .testimonials-silde .slick-arrow {
    left: auto;
    right: 23%;
    top: auto;
    bottom: -94px;
    background: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}

.pool-features-gallery-section .gallery-slider .slick-prev.slick-arrow,
.real-experience-reviews-section .testimonials-silde .slick-prev.slick-arrow {
    right: 27%;
}

.pool-features-gallery-section .gallery-slider .slick-prev.slick-arrow::before,
.real-experience-reviews-section .testimonials-silde .slick-prev.slick-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    border: 3px solid #23384f;
    border-right: 0;
    border-bottom: 0;
    display: block;
    transform: rotate(-45deg);
    left: 14px;
    position: absolute;
    top: 12px;
}

.pool-features-gallery-section .gallery-slider .slick-next.slick-arrow::before,
.real-experience-reviews-section .testimonials-silde .slick-next.slick-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    border: 3px solid #23384f;
    border-left: 0;
    border-top: 0;
    display: block;
    transform: rotate(135deg);
    left: 15px;
    position: absolute;
    top: 12px;
}

.about-installation-section .heading {
    text-align: center;
}

.about-installation-section {
    padding: 80px 0 130px;
}

.our-process-step-section.about-installation-section {
    padding: 80px 0 130px;
}

.step-container {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
    gap: 40px;
    padding: 0;
    position: relative;
}

.step-content {
    width: 394px;
}

.step {
    margin-top: 240px;
    margin-bottom: 240px;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.step:first-child {
    margin-top: 100px;
}

.step:last-child {
    margin-bottom: 100px;
}

.step h2 {
    font-size: 48px;
    line-height: 120%;
}

.step p a {
    color: #005DBF;
}

.step p a:hover {
    color: #005DBF;
    text-decoration: underline;
}

.step.active {
    opacity: 1;
}

.step-visual {
    top: 25%;
    position: sticky;
    width: 701px;
    height: 476px;
}

.step-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.step-image.active {
    opacity: 1;
}

.step-indicator {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 476px;
    top: 25%;
    position: sticky;
    align-items: center;
    justify-content: center;
}

.our-process-step-section .step-indicator {
    display: none;
}

.step-indicator span {
    font-size: 18px;
    color: #2F2E2E;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.7s ease;
    font-weight: bold;
    cursor: pointer;
}

.step-indicator span.active {
    background-color: #D5C6B3;
    color: #2F2E2E;
}

[data-scroll-container] {
    will-change: transform;
}

.step-visual-wrapper {
    width: 701px;
    height: 476px;
    position: relative;
    overflow: hidden;
    margin-top: 20%;
}

/** ================== // ABOUT US PAGE CSS END // ================== **/


/** ================== // AWARDS AND ACCREDITATIONS PAGE CSS START // ================== **/
.awrds-acc-hero-section .hero-content-info {
    max-width: 970px;
}

.inner-hero-section.awrds-acc-hero-section .hero-content-info p {
    padding: 0 80px;
}

.awards-trophy-section {
    padding: 77px 0 130px;
}

.awards-trophy-wrapper .heading {
    text-align: center;
    margin-bottom: 60px;
}

.awards-trophy-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.awards-trophy-col {
    width: calc(33.33% - 14px);
    max-width: 100%;
}

.awards-trophy-card figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 234px;
}

.awards-trophy-card figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(4, 46, 58, 0) 0%, #01287B 100%);
    transition: .35s ease-in-out;
}

.awards-trophy-card:hover figure::before {
    opacity: 0;
}

.awards-trophy-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s ease-in-out;
}

.awards-trophy-card figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    opacity: 1;
    transition: all 0.7s ease;
    padding: 16px;
    z-index: 1;
    gap: 20px;
}

.awards-trophy-cardindo h6 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
    font-family: 'LT Superior Bold';
    font-weight: bold;
}

.awards-trophy-cardindo .gold-title {
    color: #D4AF37;
}

.awards-trophy-cardindo .silver-title {
    color: #B5B5B5;
}

.awards-trophy-cardindo h5 {
    font-family: 'LT Superior Bold';
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.about-installation-section.award-acc-step-section {
    padding-top: 210px;
    position: relative;
    z-index: 0;
}

.about-installation-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-installation-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #D8E9EB, #D8E9EB),
        linear-gradient(180deg, rgba(237, 246, 246, 0) 40.31%, #EDF6F6 100%);
}

.about-installation-bg video,
.about-installation-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    mix-blend-mode: multiply;
}

.about-installation-section.award-acc-step-section .heading {
    max-width: 958px;
    margin-inline: auto;
}

.award-acc-step-section .heading p {
    font-size: 28px;
    line-height: 150%;
}

.award-acc-step-section .step p a {
    text-decoration: underline;
    color: #2F2E2E;
}

.award-acc-step-section::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 124px;
    background-image: url(../images/award-bg-top-layer.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

.real-experience-reviews-section .container {
    max-width: 100%;
    padding-left: 335px;
}

/** ================== // AWARDS AND ACCREDITATIONS PAGE CSS END // ================== **/


/** ================== // POOL FEATURES PAGE CSS START // ================== **/
.define-luxury-section {
    padding: 78px 0 130px;
    position: relative;
}

.define-luxury-section .container {
    max-width: 1283px;
}

.define-luxury-wrapper .heading {
    text-align: center;
}

.define-luxury-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    row-gap: 15px;
    margin: 0 -7.5px;
}

.define-luxury-col {
    width: 33.33%;
    padding: 0 7.5px;
}

.define-luxury-card figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 490px;
}

.define-luxury-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s ease-in-out;
    display: block;
}

.define-luxury-card figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(1, 40, 123, 0.00) 15.04%, rgba(1, 40, 123, 0.80) 84.37%);
    z-index: 1;
}

.define-luxury-card figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 1;
}

.define-luxury-card figcaption h3 {
    margin: 0 0 8px;
    color: #FFF;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.56px;
}

.define-luxury-card figcaption p {
    color: #FFF;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
}

.pool-features-newsection .pool-features-info-row:last-child {
    margin-bottom: 0;
}

.pool-features-info-section.pool-features-newsection {
    overflow: hidden;
}

.define-luxury-wrapper .heading h2 {
    margin: 0 0 32px;
}

.define-luxury-wrapper .heading p {
    font-size: 24px;
    line-height: 150%;
}

.define-luxury-wrapper .heading {
    text-align: center;
    max-width: 963px;
    margin-inline: auto;
}

.define-luxury-card:hover figure img {
    transform: scale(1.1);
    z-index: 0;
}

.define-luxury-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68%;
    z-index: -1;
    pointer-events: none;
}

.define-luxury-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(237, 246, 246, 0.00) 40.31%, #EDF6F6 100%);
}

.define-luxury-bg::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 124px;
    background-image: url(../images/award-bg-top-layer.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

.define-luxury-bg video,
.define-luxury-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    mix-blend-mode: multiply;
}

.pool-features-info-section {
    padding: 130px 0;
}

.pool-features-info-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 130px;
}

.pool-features-info-content {
    width: 100%;
    max-width: 448px;
}

.pool-features-info-img {
    width: 100%;
    max-width: 701px;
}

.pool-features-info-img figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 476px;
}

.pool-features-info-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s ease-in-out;
    display: block;
}

.pool-features-info-img figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(1, 40, 123, 0.00) 15.04%, rgba(1, 40, 123, 0.80) 84.37%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.pool-features-info-img figcaption {
    position: absolute;
    bottom: 64px;
    left: 0;
    width: max-content;
    padding: 0 0 0 40px;
    z-index: 1;
    border-bottom: 3px solid #D5C6B3;
}

.pool-features-info-img figcaption h4 {
    margin: 0 0 8px;
    color: #FFF;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 0;
}

.pool-features-info-img figcaption h3 {
    margin: 0 0 14px;
    padding: 0 0 0 30px;
    color: #FFF;
    font-size: 46px;
    line-height: 110%;
    letter-spacing: -0.56px;
}

.pool-features-info-img figcaption p {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}

.pool-features-info-img figure:hover img {
    transform: scale(1.1);
    z-index: 0;
}

.pool-features-info-row:nth-child(even) {
    flex-direction: row-reverse;
}

.pool-features-info-content h2 {
    font-size: 46px;
    line-height: 54px;
    margin: 0 110px 17px 0;
}

.pool-features-info-content ul li a,
.pool-features-info-content p a {
    color: #005DBF
}

.pool-features-info-content ul li a:hover,
.pool-features-info-content p a:hover {
    text-decoration: underline;
}

.pool-features-info-content p {
    margin: 0 0 25px;
}

.pool-features-info-content p:last-child {
    margin-bottom: 0;
}

.pool-features-info-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 25px;
}

.pool-features-info-content ul li {
    margin: 0 0 4px;
}

.pool-features-gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.pool-features-gallery-bg video,
.pool-features-gallery-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    mix-blend-mode: multiply;
}

.pool-features-gallery-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2E4257;
}

.gallery-section.pool-features-gallery-section .container {
    max-width: 1217px;
}

.pool-features-gallery-section .heading h2,
.pool-features-gallery-section .heading h6 {
    color: #fff;
}

.pool-features-gallery-section .heading {
    margin-bottom: 38px;
}

.pool-features-gallery-section .full-center-btn {
    text-align: left;
    margin-top: 50px;
    width: max-content;
    margin-bottom: 30px;
}

.pool-features-gallery-section .gallery-slider .slick-list {
    padding: 0;
}

.pool-features-gallery-section .gallery-slde-item {
    padding: 0 10px;
}

.pool-features-gallery-section .gallery-slider .slick-list {
    overflow: visible;
}

.pool-features-gallery-section .gallery-slider .slick-next.slick-arrow {
    right: 0;
}

.pool-features-gallery-section .gallery-slider .slick-prev.slick-arrow {
    right: 5%;
}

.pool-features-gallery-section .full-center-btn .btn {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.pool-features-gallery-section .full-center-btn .btn:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #2F2E2E !important;
}

.pool-fetaures-quote-section .large-quote-item p {
    color: #577C8E;
}

/** ================== // POOL FEATURES PAGE CSS END // ================== **/


/** ================== // COMMERCIAL POOLS PAGE CSS START // ================== **/
.define-luxury-col.col-3 {
    width: calc(33.33% - 15px);
}

.define-luxury-col.col-3 .define-luxury-card figcaption h3 {
    letter-spacing: -1.4px;
}

.large-scale-cp-section .define-luxury-bg {
    height: 48%;
}

.comm-pools-info-section .pool-features-info-content h2 {
    margin: 0 35px 17px 0;
}

.pool-features-info-section.comm-pools-info-section {
    padding-bottom: 0;
}

/** ================== // COMMERCIAL POOLS PAGE CSS END // ================== **/



/** ================== // MAINTENANCE AND SERVICING PAGE CSS START // ================== **/
.maint-serv-banner-section .hero-content-info {
    max-width: 100%;
}

.maint-serv-features-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.maint-serv-features-bg video,
.maint-serv-features-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
    mix-blend-mode: multiply
}

.maint-serv-features-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #577C8E;
}

.maint-serv-features-section {
    position: relative;
    overflow: hidden;
    padding: 67px 0;
}

.maint-serv-features-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 50px;
}

.maint-serv-features-col {
    width: 308px;
    height: 268px;
}

.maint-serv-features-card {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #D5C6B3;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.maint-serv-features-card:hover {
    transform: scale(1.12);
    transition: all 0.3s ease-in-out;
    background: #fff;
    z-index: 1;
    position: relative;
}

.maint-serv-features-card h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    padding: 48px;
}

.maint-serv-features-card:hover h3 {
    color: #2F2E2E;
}

.pool-maint-serv-section .define-luxury-wrapper .heading {
    max-width: 1020px;
}

.pool-maint-serv-section .define-luxury-wrapper .heading p {
    padding: 0 10px;
}

/** ================== // MAINTENANCE AND SERVICING PAGE CSS END // ================== **/



/** ================== // POOL REMODELING PAGE CSS START // ================== **/
.pool-remodeling-info-section .define-luxury-wrapper .heading {
    max-width: 980px;
}

.pool-remodeling-pool-feature .pool-features-info-content h2 {
    margin: 0 70px 17px 0;
}

.pool-remodeling-pool-feature .pool-features-info-img figure::before {
    display: none;
}

.pool-features-info-section.pool-remodeling-pool-feature {
    padding-bottom: 0;
}

.pool-features-info-row.row-reserve {
    flex-direction: row-reverse;
    align-items: center;
}

.pool-features-info-row.row-reserve p a {
    color: #2F2E2E;
    text-decoration: underline;
}

/** ================== // POOL REMODELING PAGE CSS END // ================== **/


/** ================== // NEW BUILD PAGE CSS START // ================== **/
.new-build-maint-serv-features .maint-serv-features-card h3 {
    padding: 32px;
}

.new-build-info-section .pool-features-info-row {
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 0 62px;
}

.new-build-info-section .pool-features-info-img figure::before {
    display: none;
}

.complete-questions-wrap h3 {
    line-height: 54px;
    margin-bottom: 38px;
}

.down-scroll-icon {
    width: max-content;
    margin: 0 auto;
    cursor: pointer;
    transition: .35s ease;
}

.down-scroll-icon:hover {
    transform: translateY(5px);
}

.new-build-info-section {
    padding-bottom: 47px;
}

.complete-questions-wrap {
    text-align: center;
    margin: 118px 0 0;
}

.portfolio-section {
    background-color: #577C8E;
    padding: 100px 0;
    position: relative;
    z-index: 0;
}

.portfolio-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.portfolio_right,
.portfolio_left {
    width: 50%;
}

.portfolio_right figure {
    margin: 0;
    display: block;
    min-height: 785px;
}

.portfolio_right figure div {
    min-height: 785px !important;
    height: 785px !important;
}

.portfolio_left {
    text-align: center;
}

.portfolio-content {
    max-width: 413px;
}

.portfolio-content h2 {
    color: #fff;
    margin: 0 0 35px;
}

.portfolio-content h6 {
    color: #fff;
    text-transform: initial;
    letter-spacing: -0.02em;
}

.portfolio-btn {
    margin: 58px 0 0;
}

.define-luxury-section.new-build-top-section .define-luxury-wrapper .heading p {
    font-size: 24px;
    line-height: 150%;
}

.define-luxury-section.new-build-top-section .define-luxury-wrapper .heading {
    max-width: 1020px;
}

.new-build-info-section .pool-features-info-img figure {
    height: 368px;
}

/** ================== // NEW BUILD PAGE CSS END // ================== **/



/** ================== // BLOG HUB PAGE CSS START // ================== **/
.blog-hub-banner-section .hero-content-info {
    max-width: 890px;
}

.blog-hub-banner-section .hero-content-info h6 {
    font-size: 16px;
    line-height: 40px;
    margin: 0 0 32px;
    padding: 0;
}

.blog-hub-section {
    padding: 69px 0 178px;
}

.blog-hub-top-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 80px;
}

.blog-hub-top-info .heading {
    margin: 0;
    width: 466px;
}

.blog-hub-top-info .description {
    width: 617px;
}

.blog-hub-top-info .description p {
    line-height: 26px;
    letter-spacing: 0;
}

.blog-hub-row-wrapper .local-community-wrap {
    row-gap: 30px;
}

.blog-hub-full-quote-section::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 124px;
    background-image: url(../images/award-bg-top-layer.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

.large-quote-section.blog-hub-full-quote-section {
    padding-top: 257px;
}

/** ================== // BLOG HUB PAGE CSS END // ================== **/


/** ================== // BLOG DETAIL PAGE CSS START // ================== **/
.blog-hub-banner-section.blog-detail-banner-section .hero-content-info {
    max-width: 100%;
}

.blog-hub-banner-section.blog-detail-banner-section .hero-content-info h6 {
    margin: 0 0 8px;
}

.blog-hub-banner-section.blog-detail-banner-section .hero-content-info h1 {
    margin: 0 0 35px;
}

.blog-detail-banner-section .local-community-title {
    justify-content: center;
    gap: 10px;
}

.blog-detail-banner-section .local-community-title .mission-logo {
    width: 96px;
}

.blog-detail-banner-section .mission-content {
    display: block;
    width: 100%;
    text-align: center;
}

.blog-hub-banner-section.blog-detail-banner-section .mission-content h6 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'LT Superior ExtraBold';
    line-height: 150%;
}

.blog-hub-banner-section.blog-detail-banner-section .mission-content span {
    color: #fff;
}

.blog-detail-section .container {
    max-width: 804px;
}

.breadcrum ul {
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.breadcrum ul li {
    color: #2F2E2E;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 40px 0 0;
    position: relative;
}

.breadcrum ul li a {
    color: #2F2E2E;
    text-decoration: none;
}

.breadcrum ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 8px;
    height: 8px;
    background-color: transparent;
    transform: translateY(-50%) rotate(-45deg);
    border: 1px solid #2F2E2E;
    border-left: 0;
    border-top: 0;
}

.post-share ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    gap: 20px;
    padding: 0;
}

.breadcrum-social-wrap {
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-detail-section {
    padding: 84px 0 130px;
}

.blog-detail-content h3 {
    margin: 0;
    padding: 24px 0;
    font-size: 36px;
    line-height: 120%;
}

.blog-detail-content h4 {
    margin: 0;
    padding: 24px 0;
    font-size: 28px;
    line-height: 120%;
}

.blog-detail-content p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    margin: 0 0 30px;
}

.blog-detail-content img {
    margin: 48px 0 8px;
}

.blog-detail-content img+p {
    border-left: 2px solid #2F2E2E;
    padding-left: 10px;
    margin-bottom: 48px;
}

.blog-detail-content blockquote {
    margin: 0 0 36px;
    padding: 0 30px 0 22px;
    font-size: 20px;
    line-height: 28px;
    background-color: transparent;
    border-left: 2px solid #2F2E2E;
    padding-left: 22px;
    font-style: italic;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
}

.blog-detail-content p a {
    color: #005dbf;
    text-decoration: underline;
}

.blog-detail-content p a:hover {
    color: #005dbf;
    text-decoration: none;
}

.post-share ul li img {
    margin: 0;
}

.post-share {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 64px 0 0;
}

.post-share h6 {
    margin: 0 0 16px;
    color: #2F2E2E;
    text-transform: inherit;
    width: 100%;
    text-align: center;
    font-family: 'LT Superior SemiBold';
    letter-spacing: 0;
    font-weight: 600;
    line-height: 150%;
}

.top-social-share .post-share {
    margin: 0;
}

.local-community-section.with-bg-color {
    background-color: #F7F2E7;
}

.explore-blog-btn {
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
}

.copy-link-btn {
    position: relative;
}

.copyMessage {
    display: block;
    background: green;
    position: absolute;
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    width: 98px;
    text-align: center;
    padding: 5px;
    top: -50px;
    left: -38px;
    z-index: 0;
}

.copyMessage::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: green;
    z-index: -1;
    border-radius: 0;
}

/** ================== // BLOG DETAIL PAGE CSS END // ================== **/



/** ================== // OUR PROCESS PAGE CSS START // ================== **/
.our-process-hero-section .hero-content-info {
    max-width: 100%;
}

.our-process-section {
    padding: 105px 0 0;
    overflow: hidden;
}

.our-process-wrapper .heading {
    text-align: center;
    margin-bottom: 104px;
}

.our-process-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 80px;
}

.our-process-content {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.our-process-image {
    width: 790px;
}

.our-process-image img {
    width: 100%;
}

.our-process-content_inner h3 {
    line-height: 54px;
    margin: 0 0 17px;
}

.our-process-row.fill-col {
    position: relative;
    margin: 0;
}

.our-process-row.fill-col figure {
    padding: 0;
    margin: 0;
    width: 100%;
}

.our-process-row.fill-col figure img {
    width: 100%;
}

.our-process-row.fill-col .our-process-content {
    position: absolute;
    right: 125px;
    top: 50%;
    transform: translateY(-50%);
    width: 448px;
}

.our-process-row.fill-col .our-process-content_inner h3,
.our-process-row.fill-col .our-process-content_inner p {
    color: #fff;
}

.our-process-row.fill-col::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 149px;
    background-image: url(../images/award-bg-top-layer.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

.process-grt-btn {
    text-align: center;
    margin: 39px 0 0;
}

.our-process-bgwrap .container .our-process-row:nth-child(even) {
    flex-direction: row-reverse;
}

.our-process-bgwrap .container .our-process-row:nth-child(even) .our-process-image {
    width: 720px;
}

.our-process-bgwrap .container .our-process-row:nth-child(even) .our-process-content {
    width: 450px;
}

.our-process-bgwrap .container .our-process-row:last-child {
    margin-bottom: 0;
}

.our-process-bgwrap {
    position: relative;
}

.our-process-bgwrap {
    position: relative;
    padding: 80px 0;
}

/** ================== // OUR PROCESS PAGE CSS END // ================== **/
.error-msg {
    display: none;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    background: #d14747;
    max-width: max-content;
    margin: 13px auto;
    padding: 0 10px;
}

span.wpcf7-spinner {
    position: absolute;
    top: 10px;
    right: 0;
}

.wpcf7-response-output {
    border: none !important;
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
}

.wpcf7-response-output {
    border: none !important;
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
}

.invalid .wpcf7-response-output {
    color: #f00;
}

.local-community-section .local-community-thumb,
.blog-hub-section .local-community-thumb {
    height: 392px;
}

.local-community-section .local-community-wrap,
.blog-hub-section .local-community-wrap {
    align-items: flex-start;
    justify-content: flex-start;
}

.awards-trophy-wrapper.recentawrds-wrapper {
    margin-top: 0;
}

#lightgallery .gallery-item,
#lightgallery .awards-trophy-card {
    cursor: pointer;
}

.lg-toolbar .lg-close {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/** ================== // OUR PROCESS STEP SECTION CSS START // ================== **/
.our-process-step-card {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 56px;
    background: #2E4157;
    border-radius: 40px;
    padding: 75px 65px;
}

.our-process-step-card:last-child {
    margin-bottom: 0;
}

.our-process-step-card-left-info {
    width: 1156px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.our-process-step-btn {
    width: 40px;
    position: unset;
}

.our-process-step-card-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.our-process-step-info-card {
    background: #577C8E;
    width: 433px;
    padding: 30px 40px;
    position: absolute;
    left: 0px;
    top: 70px;
}

.our-process-step-info-card .our-process-content_inner h3 {
    color: #FFFFFF;
}

.our-process-step-info-card .our-process-content_inner p {
    color: #FFFFFF;
}

.our-process-step-img-card {
    width: 850px;
    margin-left: auto;
}

.our-process-step-card:nth-child(even) .our-process-step-img-card {
    margin-left: 0;
}

.our-process-step-card:nth-child(even) .our-process-step-info-card {
    left: auto;
    right: 0;
    top: auto;
    bottom: 70px;
}

.our-process-step-card:nth-child(3n + 1) {
    background: #2E4157;
}

.our-process-step-card:nth-child(3n + 2) {
    background: #D5C6B3;
}

.our-process-step-card:nth-child(3n + 3) {
    background: #D8EAEB;
}

.our-process-step-section {
    padding: 105px 0 0;
}

.our-process-step-section .container {
    position: sticky;
    top: 18px;
}

.our-process-step-section .our-process-wrapper .heading {
    margin-bottom: 0px;
}

.our-process-step-wrap {
    padding-top: 80px;
}

.our-process-step-btn.step-indicator span {
    color: #fff;
}

.our-process-step-btn.step-indicator span.active {
    color: #fff;
    background: #577C8E;
}

.our-process-step-card {
    border-radius: 15px;
    padding: 48px 62px 48px;
    top: 8rem;
    width: 100%;
    position: sticky;
    background-clip: padding-box;
    z-index: 1;
    margin-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.our-process-step-card.full-our-process-card {
    max-width: 100%;
    height: 1000px;
    border-radius: 0;
    margin-top: 100px;
    transform: unset !important;
    padding-bottom: 0;
    padding-top: 95px;
}

.full-our-process-card::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 149px;
    background-image: url(../images/award-bg-top-layer.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

.our-process-step-card.full-our-process-card .our-process-step-card-left-info {
    width: calc(100% - 200px);
    justify-content: flex-end;
}

.our-process-step-card.full-our-process-card .our-process-step-info-card {
    position: unset;
}

.our-process-step-card.full-our-process-card .our-process-step-card-holder {
    height: 100%;
}

/** ================== // OUR PROCESS STEP SECTION CSS END // ================== **/

.mobileimg-show {
    display: none !important;
}


.full-our-process-card {
    position: relative;
    margin-top: 100px;
    padding: 380px 90px;
    background-position: center bottom;
    background-size: 100%;
}

.full-our-process-card .our-process-step-card-holder {
    justify-content: flex-end;
}

.full-our-process-card .our-process-step-card-left-info {
    justify-content: flex-end;
}

.full-our-process-card .our-process-step-info-card {
    position: static;
}

.mgn-bottom {
    margin-bottom: 100px !important;
}

.maint-serv-pool-feature .pool-features-info-row:last-child {
    margin-bottom: 0;
}

.awards-logo-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 60px;
}

.awrds-logo-item {
    width: 33.33%;
    padding: 20px;
}

.awrds-logo-item img {
    max-height: 169px;
    margin: 0 auto;
    display: block;
}

.privacy-tc-hero-section .hero-content-info p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    margin: 50px 0 0;
}

.privacy-tc-section .container {
    max-width: 804px;
}

.privacy-tc-content * {
    color: #1E1E1E;
    letter-spacing: 0;
}

.privacy-tc-content p a {
    color: #2F2E2E;
    text-decoration: underline;
}

.privacy-tc-content p a:hover {
    text-decoration: none;
}

.page-template-pool-features .define-luxury-card figure {
    height: 250px;
}

.page-template-pool-features .define-luxury-card figcaption h3 {
    font-size: 40px;
    line-height: 40px;
}

.page-template-pool-features .define-luxury-card figcaption {
    padding: 20px;
}

.hero-img-figure video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-swiper-section .swiper-scrollbar {
    --swiper-scrollbar-bottom: 0;
    --swiper-scrollbar-drag-bg-color: #000;
    --swiper-scrollbar-size: 6px;
    border-radius: 0px;
    background: #fff;
}

.testimonials-swiper-section .swiper-scrollbar-drag {
    border-radius: 0;
}

.testimonials-swiper-section .testimonials-silde-home {
    position: relative;
    padding-bottom: 100px;
}

.testimonials-silde-wrap.testimonials-swiper-section {
    padding-right: 335px;
}

.testimonials-swiper-section .testimonials-item {
    margin-right: 0;
}

.updated-gallery {
    position: relative;
}

.loading-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-overlay::before {
    content: "";
    display: inline-block;
    width: 5rem;
    height: 5rem;
    border: 0.35rem solid transparent;
    border-top-color: #577c8e;
    border-radius: 50%;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.testimonials-scroll-info {
    height: 100px;
    overflow-y: auto;
}

.project-hub-new-design .project-hub-title {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
}

.project-lft-title {
    width: 39%;
}

.project-rlt-content {
    width: 61%;
    padding-left: 23px;
}

.project-rlt-content p {
    font-size: 23px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000;
}

.project-rlt-content p strong {
    font-family: 'LT Superior Bold';
    font-weight: bold;
}

.project-rlt-content p a {
    font-family: 'LT Superior Bold';
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.project-rlt-content p a:hover {
    text-decoration: underline;
}

.contact-pools-financing {
    padding-top: 92px;
}

.contact-pools-financing h3 {
    font-size: 32px;
    line-height: 36px;
}

.project-gallery-slide-mobile {
    display: none;
}

.project-gallery-slide-mobile .slick-prev,
.project-gallery-slide-mobile .slick-next {
    top: auto;
    bottom: -56px;
    background-color: #f7f2e7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.project-gallery-slide-mobile .slick-prev.slick-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    border: 3px solid #23384f;
    border-right: 0;
    border-bottom: 0;
    display: block;
    transform: rotate(-45deg);
    left: 14px;
    position: absolute;
    top: 14px;
}

.project-gallery-slide-mobile .slick-next.slick-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    border: 3px solid #23384f;
    border-left: 0;
    border-top: 0;
    display: block;
    transform: rotate(135deg);
    left: 15px;
    position: absolute;
    top: 13px;
}

.pool-features-newsection .pool-features-info-img figure::before {
    opacity: 0;
    visibility: hidden;
}

.zoom-in-icon .gallery-item figure {
    background-image: url('../images/zoom-in-new.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    transition: 1s;
    background-color: #000;
}

.zoom-in-icon .gallery-item:hover img {
    opacity: 0.5;
}

@keyframes jump {
    0% {
        top: 0;
    }

    50% {
        top: 30px;
    }

    100% {
        top: 0;
    }
}

.click-onscroll-jumb {
    position: absolute;
    bottom: 120px;
    right: 60px;
}

/* .click-onscroll-jumb a {
    position: relative;
    margin: 0 auto;
    text-align: center;
    animation: jump 2s infinite;
    width: 60px;
    height: 60px;
    background: #577c8e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px #d8e9eb solid;
    font-size: 25px;
} */
.click-onscroll-jumb a {
    padding-top: 65px;
    font-size: 16px;
    display: block;
    font-family: 'LT Superior Bold';
    font-weight: bold;
    text-transform: uppercase;
    color: #d5c6b3;
    letter-spacing: 1px;
}

.click-onscroll-jumb a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #d5c6b3;
    border-bottom: 3px solid #d5c6b3;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.click-onscroll-jumb a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.click-onscroll-jumb a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.click-onscroll-jumb a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.click-onscroll-jumb.onscroll-jumb-update {
    position: relative;
    bottom: 0;
    left: 0;
}

.hero-content-info.onscroll-jumb-content-info h6 {
    padding-bottom: 0;
}

.hero-section.home-update {
    min-height: 620px;
}
