* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Work Sans", sans-serif;
    font-size: 1.06rem;
    line-height: 26px;
    color: #3c3c3c;
    font-weight: 300;
}
body {
    padding-top: var(--header-height);
}

.sm-text {
    font-size: 13px;
    line-height: 19px;
}

a,
a:hover {
    text-decoration: none;
    color: #3c3c3c;
}

.anchor_underline {
    text-decoration: underline;
}

.anchor_underline:hover {
    text-decoration: none;
}
a.text-wpink {
    text-decoration: underline;
}

div#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    z-index: 9999;
    background: #9999998f;
    display: none;
}

div#loader .loader_inner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#loader .loader_inner .spinner-border {
    color: #cd5f91;
}

button .spinner-border {
    width: 20px;
    height: 20px;
    font-size: 12px;
}

img {
    max-width: 100%;
}

.bg-gray {
    background-color: #f7f7f6;
}

.bg-dark-gray {
    background-color: #EFEEEC;
}

.bg-pink {
    background-color: #cd5f91;
}

.color-pink {
    color: #cd5f91;
}

.btn.primary_btn {
    background: #cd5f91;
    padding: 4px 10px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    transition: 0.6s all ease;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 150px;
}

.btn.primary_btn:hover {
    border-radius: 12px 3px 12px 2px;
    transition: 0.6s all ease;
}

.btn.primary_btn img {
    width: 40px;
    margin-right: 10px;
}

.btn.secondry_btn {
    background: #fff0;
    padding: 4px 10px;
    border-radius: 0;
    color: #919191;
    font-size: 14px;
    line-height: 22px;
    transition: 0.6s all ease;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 200px;
    border: 2px solid #919191;
}
.btn.secondry_btn.min-w-auto, .btn.primary_btn.min-w-auto{
    min-width: auto;
}
.btn.secondry_btn.white_btn {
    border-color: #ffffff;
    color: #fff;
}

.btn.secondry_btn:hover {
    border-radius: 12px 3px 12px 2px;
    transition: 0.6s all ease;
    background-color: #cd5f91;
    border-color: #cd5f91;
    color: #fff;
}

.cst_tag {
    font-size: 12px;
    padding: 6px 10px;
    background-color: #f2f2f2;
    border-radius: 100%;
    color: #3c3c3c;
}
.sectionHead span{
    background-color: #FBF3F7;
    color: #C23D79;
}
.sectionHead h2 {
    font-size: 30px;
    font-weight: 300;
}

.sectionHead h2 img {
    width: 32px;
}

.section_padding {
    padding: 30px 0;
}

.zigzagsection .zigzag_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.zigzagsection .zigzag_row:nth-child(even) {
    flex-direction: row-reverse;
}

.zigzagsection .zigzag_row .zigzag_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 450px;
}

.zigzagsection .zigzag_row .zigzag_col .zigzag_content,
.zigzagsection .zigzag_row .zigzag_col .content {
    max-width: 600px;
    padding: 25px 10px;
}
.zigzagsection .zigzag_row .zigzag_col .zigzag_content p a,
.zigzagsection .zigzag_row .zigzag_col .content p a{
    text-decoration: underline;
}
.zigzagsection .zigzag_row .zigzag_col .zigzag_content p a:hover,
.zigzagsection .zigzag_row .zigzag_col .content p a:hover{
    text-decoration:none;
}
.zigzagsection .zigzag_row .zigzag_col .zigzag_content ul li,
.zigzagsection .zigzag_row .zigzag_col .content ul li {
    margin-bottom: 7px;
}
.zigzagsection .zigzag_row .zigzag_col {
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
}

.zigzagsection .zigzag_row:nth-child(odd) .zigzag_content,
.zigzagsection .zigzag_row:nth-child(odd) .content {
    margin-left: auto;
    padding-right: 40px;
}

.zigzagsection .zigzag_row:nth-child(even) .zigzag_content,
.zigzagsection .zigzag_row:nth-child(even) .content {
    margin-right: auto;
    padding-left: 40px;
}

@media screen and (max-width: 991px) {
    .zigzagsection .zigzag_row {
        align-items: stretch;
        margin-bottom: 15px;
    }
    .zigzagsection .zigzag_row .zigzag_col {
        width: 100%;
    }
    .zigzagsection.zigZagRevSec .zigzag_row {
        align-items: stretch;
        flex-direction: column-reverse !important;
    }
    .zigzagsection .zigzag_row .zigzag_col img {
        height: 100%;
    }

    .zigzagsection .zigzag_row .zigzag_col .zigzag_content,
    .zigzagsection .zigzag_row .zigzag_col .content {
        margin: auto;
    }

    .zigzagsection .zigzag_row:nth-child(odd) .zigzag_content,
    .zigzagsection .zigzag_row:nth-child(odd) .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .zigzagsection .zigzag_row:nth-child(even) .zigzag_content,
    .zigzagsection .zigzag_row:nth-child(even) .content {
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .zigzagsection .zigzag_row .zigzag_col {
        width: 100%;
    }

    .zigzagsection .zigzag_row .zigzag_col .zigzag_content,
    .zigzagsection .zigzag_row .zigzag_col .content {
        margin: auto;
        padding: 15px 10px 5px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
    padding: 24px 20px 24px 10px;
    position: relative;
    color: #3c3c3c;
}

nav.navbar {
    padding: 0;
    border-bottom: 1px solid #d5d5d5;
}

.navbar-expand-lg .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #cd5f91;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    transition: 0.5s all ease;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:before {
    width: calc(100% - 20px);
    transition: 0.5s all ease;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #cd5f91;
}

li.nav-item.dropdown {
    position: unset;
}

li.nav-item.dropdown:hover:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgb(239 239 239 / 96%);
    min-height: 150px;
    z-index: 11;
}

li.nav-item.dropdown ul.dropdown-menu {
    background: #fff0;
    border: 0;
    padding: 0;
    left: auto;
}
nav.navbar button.navbar-toggler {
    display: none;
}


li.nav-item.dropdown ul.dropdown-menu.mega-menu li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-item {
    background-color: #fff0;
    padding: 4px 10px;
    position: relative;
    line-height: 23px;
}

.dropdown-item:hover {
    background-color: #fff0;
}

.not_text {
    max-width: 1600px;
}

.dropdown-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #cd5f91;
    left: 10px;
    z-index: 6;
    transition: 0.5s all ease;
}

.dropdown-item:hover:after {
    width: calc(100% - 20px);
}

.headTop {
    background-color: #f0edec;
    padding: 5px 0;
}

.headTop ul.topList , .navbar ul.topList {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}

.headTop p.top_text {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding-left: 12px;
    position: relative;
    display: inline-block;
}

.headTop p.top_text::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #cd5f91;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    animation: pulse 2s infinite;
}

.headTop p.top_text a {
    color: #cd5f91;
}
.navbar .country-dropdown .dropdown-toggle::after {
    display: none;
}

.headTop ul.topList li a {
    font-size: 16px;
    font-weight: 400;
}
.navbar ul.topList li{
    margin-left:10px;
}
/* .navbar ul.topList li a {
color: #cd5f91;
} */

.headTop ul.topList li:not(:last-child) {
    margin-right: 15px;
}

@media screen and (max-width: 991px) {
    .navbar ul.topList .country-dropdown {
        position: relative;
    }

    .navbar ul.topList .country-dropdown .dropdown-menu {
        position: absolute !important;
        inset: auto !important;
        top: 100% !important;
        right: 0 !important;
        left: auto !important;
        transform: none !important;
        margin-top: 0.25rem;
    }
}
.mobileBottom {
    display: none;
    position: fixed;
    bottom: 0;
    background: #888;
    width: 100%;
    color: #fff;
    padding: 0 0;
    z-index: 9;
    transition: 1s all ease;
}

.mobileBottom.hideMenu {
    bottom: -20%;
}

.mobileBottom ul.menu {
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 8px 0 5px 0;
}

.mobileBottom ul.menu li {
    text-align: center;
    font-size: 9px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
}

.mobileBottom ul.menu li a {
    color: #fff;
}

.mobileBottom ul.menu li a img,
.mobileBottom ul.menu li button img {
    display: block;
    width: 25px;
    margin: 0 auto 2px;
    filter: brightness(11);
}

.mobileBottom ul.menu li button.navbar-toggle {
    border: 0;
    margin: 0;
    background: #fff0 !important;
    float: none;
    margin: auto;
}

.mobileBottom ul.menu li button.navbar-toggle img {
    width: 25px;
    filter: brightness(11);
}

.mobileBottom ul.menu li.centerList a span.iconImg {
    background: #bd5886;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: auto;
    margin-top: -24px;
    margin-bottom: 2px;
    box-shadow: 0 0 8px 1px #ffbddb;
}

.mobileBottom ul.menu li.centerList a span.iconImg img {
    filter: brightness(10.5);
    line-height: 50px;
}

.mobileBottom ul.menu li:not(:last-child) {
    margin-right: 10px;
}
header{
    background: #fff;
}



header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 1s ease;
}
section.main_banner {
    height: 1px;
    min-height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

section.main_banner .banner_slider .slick-slide img {
    width: 100%;
     height: 1px;
    min-height: 460px;
    max-height: 460px;
    object-fit: cover;
}
section.main_banner.main_banner_two {
    aspect-ratio: 1920 / 800;
    min-height: 480px;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

section.main_banner.main_banner_two .banner_slider:not(.slick-initialized) .slider_item:not(:first-child) {
    display: none;
}

section.main_banner.main_banner_two .banner_slider .slider_item img,
section.main_banner.main_banner_two .banner_slider .slick-slide img {
    width: 100%;
    aspect-ratio: 1920 / 800;
    min-height: 480px;
    height: auto;
    object-fit: cover;
    object-position: bottom center;
    display: block;
}

section.main_banner.main_banner_two .banner_slider.slick-initialized .slick-list,
section.main_banner.main_banner_two .banner_slider.slick-initialized .slick-track,
section.main_banner.main_banner_two .banner_slider.slick-initialized .slick-slide,
section.main_banner.main_banner_two .banner_slider.slick-initialized .slick-slide > div {
    height: 100%;
}
section.main_banner.main_banner_two .banner_slider .slick-slide{
    position: relative;
}
section.main_banner.main_banner_two .banner_slider .slick-slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.15) 60%, transparent 100%);
}
section.main_banner.main_banner_two .banner_slider .slider_item img, section.main_banner.main_banner_two .banner_slider .slick-slide img {
    max-height: none;
}
section.main_banner .banner_slider button.slick-arrow {
    width: 30px;
    height: 30px;
    opacity: 1;
}
section.main_banner .banner_slider button.slick-arrow::before {
    content: ''!important;
    background-size: cover;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
}
section.main_banner .banner_slider button.slick-arrow.slick-prev::before {
    background-image: url('https://d3mit689r2l6gm.cloudfront.net/isd_uk/staging/left-carousel-white.svg');
}
section.main_banner .banner_slider button.slick-arrow.slick-next::before {
    background-image: url('https://d3mit689r2l6gm.cloudfront.net/isd_uk/staging/right-carousel-white.svg');
}
section.main_banner .banner_slider .slick-slide {
    margin: 0;
}

section.main_banner .banner_slider button.slick-prev.slick-arrow {
    left: 20px;
}

section.main_banner .banner_slider button.slick-next {
    right: 20px;
}

section.main_banner.home_banner {
    min-height: 430px;
}

section.main_banner.home_banner:after {
    content: '';
    position: absolute;
    inset: 0;
    background: #00000038;
    z-index: 1;
}

section.main_banner .banner_image {
        position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    object-fit: cover;
    object-position: bottom;
    min-height: 100%;
}

section.main_banner .banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 800px;
    color: #fff;
    padding: 20px 20px;
    background: #00000036;
    text-align: center;
    z-index: 7;
}

section.main_banner .banner_text.max-w-big {
    width: 85%;
    max-width: 100%;
}

section.main_banner .banner_text.bottomSec {
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
    transform: translate(0px, 0px);
    width: fit-content;
    padding: 10px 20px;
}

section.main_banner .banner_text h1 {
    margin-bottom: 15px;
}

section.main_banner .banner_text h1.shadow_heading {
    font-size: 2.5rem;
    line-height: 50px;
    font-weight: 400;
    text-shadow: 0 0 10px #000;
    text-transform: uppercase;
}

section.main_banner .banner_text h1.big_text {
    display: block;
    font-size: 70px;
    line-height: 70px;
    font-weight: 300;
    text-transform: uppercase;
}


section.main_banner .banner_text.text-start {
    left: 0;
    transform: translate(0, -50%);
}

section.main_banner.banner_text_left .banner_text {
    top: 15%;
    left: 15%;
    transform: translate(0%, 0%);
    background: #00000006;
    text-align: left;
    width: 55%;
    max-width: 770px;
}

section.main_banner .banner_text h1 {
    font-size: 1.9rem;
    line-height: 34px;
    font-weight: 400;
}

section.main_banner .banner_text h1.big_title {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

section.main_banner .banner_text h1.guide_name {
    font-size: 70px;
    line-height: 70px;
    font-weight: 300;
    text-transform: uppercase;
}

section.main_banner .banner_text p {
    font-weight: 400;
}

section.main_banner .banner_text p.big_subtitle {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
}


section.process-section {
    padding: 30px 0;
}

.slick-arrow {
    z-index: 3;
}

section.main_banner .banner_text .btn_sec {
    gap: 10px;
}

section.small_banner {
    height: auto;
    min-height: 400px;
    max-height: 410px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

section.small_banner img.banner_image {
    height: 100%;
    position: absolute;
    width: 100%;
    object-fit: cover;
}

section.small_banner .banner_text {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 20px 10px;
}

section.small_banner .banner_text h1 {
    margin: 0;
    color: #fff;
}

section.process-section .slick-initialized .slick-slide {
    margin: 0 10px;
    height: 100%;
}

section.process-section .process_slider {
    padding: 20px 0 30px;
}

.processCard {
    background: #f4f4f4b3;
    padding: 10px 15px;
    text-align: center;
    min-height: 351px;
    display: flex !important;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    border-radius: 10px;
}

section.process-section.bg_sec .processCard {
    background: #ffffff;
}

.processCard:hover {
    box-shadow: 0px 0px 12px 0px #d9d9d9;
}

.processCard .process_thumb {
    text-align: center;
    background: #fff;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease;
    transform: rotateY(0deg);
}

section.process-section.bg_sec .processCard .process_thumb {
    background: #f4f4f4b3;
}

.processCard:hover .process_thumb {
    transform: rotateY(360deg);
    transition: all 1s ease;
}

.processCard .process_thumb img {
    width: 40px;
}

.processCard .process_content h3 {
    font-size: 18px;
}

.processCard .process_content p {
    font-size: 14px;
    line-height: 23px;
}

ul.column-five li.process-content {
    list-style: none;
    max-width: 20%;
    width: 19%;
    margin-bottom: 20px;
    padding: 10px;
}

ul.column-five {
    padding: 0;
    margin: 0;
}

ul.column-five li.process-content h3 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 0;
    min-height: 44px;
    margin-top: 10px;
    font-weight: 400;
}

ul.column-five li.process-content p {
    margin: 0;
}

ul.column-five li.process-content img {
    width: auto;
    margin: 0;
    height: 80px;
}

section.services_sec {
    padding: 30px 0;
}

section.services_sec .service_card {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: calc(100% - 20px);
    min-height: 280px;
    display: block;
    border-radius: 10px;
}

section.services_sec.min_h_0 .service_card {
    min-height: auto;
    height: auto;
}


section.services_sec .service_card img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    min-height: 250px;
}

section.services_sec .service_card .service_content {
    padding: 10px 0;
}

section.services_sec .service_card.service_hover_card {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    height: calc(100% - 20px);

}

section.services_sec .service_card.service_hover_card .service_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    color: #fff;
    background-color: #00000059;
    height: 100%;
}

section.services_sec .service_card.service_title_card .service_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 15px;
    color: #fff;
    background-color: #0000004b;

}

section.services_sec .service_card.service_title_card .service_content h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

section.services_sec .service_card.service_title_card .service_content h2 a {
    color: #fff;
}

section.services_sec .service_card.service_title_card .service_content p {
    overflow: hidden;
    height: 0;
    max-height: 0;
    transition: all 0.6s ease;
    margin: 0;
    line-height: 21px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

section.services_sec .service_card.service_title_card:hover .service_content p {

    height: auto;
    max-height: 200px;
    transition: all 0.6s ease;
}

section.services_sec .service_card.service_hover_card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease;
    object-fit: cover;
}

section.services_sec .service_card.service_hover_card:hover img {
    transform: scale(1.1);
    transition: all 1s ease;
}

section.services_sec .service_card.service_hover_card .service_content a.btn.secondry_btn {
    color: #fff;
    border-color: #cd5f91;
}

section.services_slider_sec {
    padding: 30px 0;
}

section.services_slider_sec .slider_arrow {
    display: flex;
    list-style: none;
    justify-content: flex-end;
}

section.services_slider_sec .slider_arrow li {
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    margin: 0 5px;
    cursor: pointer;
}

section.services_slider_sec .slider_arrow li:hover {
    background-color: #cd5f91;
    color: #fff;
    border-color: #cd5f91;
}

.service_item {
    position: relative;
}

.service_item img {
    width: 100%;
}

.service_item .slider_content {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 350px;
    transform: translateY(-50%);
    background: #ffffffed;
    padding: 30px 30px;
    color: #000;
    box-shadow: -1px 2px 6px 2px #acacac;
    border-radius: 8px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #cd5f91;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #fff0;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #fff0;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #cd5f91;
        box-shadow: 0 0 0 0 #cd5f91;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px #fff0;
        box-shadow: 0 0 0 10px #fff0;
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #fff0;
        box-shadow: 0 0 0 0 #fff0;
    }
}

li.nav-item.dropdown .dropdown-toggle::after {
    border: 0 !important;
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    font-size: 14px;
    transform: rotate(0);
    transition: all .3s ease;
}

li.nav-item.dropdown:hover .dropdown-toggle::after {
    transform: scaleY(-1);
    transition: all 1s ease;
}

@media screen and (min-width: 992px) {
    li.nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    li.nav-item.dropdown:hover .dropdown-menu.mega-menu {
        display: flex;
        margin-top: 0;
    }

    li.nav-item.dropdown .dropdown-menu {
        display: none;
    }

    li.nav-item.dropdown:hover .dropdown-toggle::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
}

@media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
}

section.why_choose_us {
    padding: 30px 0;
}

section.why_choose_sec img.h-100 {
    object-fit: cover;
}

.wychContent {
    padding: 20px 35px;
    height: 100%;
    background: #efeeec;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.unitProcessSec {
    border-top: 2px solid #efeeec;
    overflow: hidden;
}

section.unitProcessSec img {
    width: 100%;
}

section.unitProcessSec #processSlider {
    padding-top: 10%;
}

section.unitProcessSec ol.carousel-indicators {
    position: relative !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    list-style: none;
}

section.unitProcessSec ol.carousel-indicators li {
    padding: 5px 0 5px 10px;
    text-align: center;
    background: #888;
    color: #fff;
    border-radius: 0;
    width: 120px !important;
    clip-path: polygon(70% 0%, 100% 50%, 70% 100%, 0% 100%, 25% 50%, 0% 0%);
    cursor: pointer;
    text-indent: unset;
    height: auto;
    margin: 0;
    border: none;
    opacity: 1;
}

section.unitProcessSec ol.carousel-indicators li:not(:last-child) {
    margin-right: -15px;
}

section.unitProcessSec ol.carousel-indicators li.active {
    background: #c75c8c;
    color: #fff;
}

section.unitProcessSec ol.carousel-indicators li:after,
section.unitProcessSec ol.carousel-indicators li:before {
    content: none;
}

section.unitProcessSec .thumb img {
    border-radius: 20px;
}

section.unitProcessSec .content {
    max-width: 520px;
    padding-left: 30px;
}

section.unitProcessSec .content ul {
    padding-left: 30px;
}

section.unitProcessSec .content ul li {
    margin-bottom: 15px;
}

section.map_section {
    padding: 30px 0 0;
}


section.home-blog-section .blog-listing {
    margin-bottom: 0;
}

section.home-blog-section .post-thumbnail img {
    height: auto;
}

section.home-blog-section .blog {
    box-shadow: 0 0 12px 3px #d9d9d9;
    border-radius: 8px;
}

section.home-blog-section .post-content {
    border-radius: 0 0 8px 8px;
}

section.home-blog-section .post-thumbnail {
    border-radius: 8px 8px 0 0;
}

.blg-card .blg-thumb img {
    filter: brightness(0.8);
}

.blg-thumb img {
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
    min-height: 248px;
    width: 100%;
    /* cursor: pointer; */
}

.blg-big-height .blg-thumb img {
    min-height: 143px;
    max-height: 145px;
}

.blg-full-card {
    background: #f8f8f8;
    border-radius: 8px;
    margin-right: 6px;
    margin-bottom: 10px;
}

.blg-full-card .blg-content {
    padding: 10px 20px;
}

.blg-content a.blg-cat {
    display: inline-block;
    background-color: #eee;
    border-radius: 5px;
    padding: 1px 10px;
    color: #cf6090;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.blg-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin: 10px 0;
    font-weight: 400;
}

.blg-full-card .blg-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 10px;
}

.blg-card .blg-content {
    position: absolute;
    bottom: 0;
    padding: 10px 10px 0;
    left: 0;
}

.blg-card .blg-content h3 {
    color: #fff;
    font-size: 18px;
    margin: 5px 0 6px;
}

.blg-card .blg-content h3 a {
    color: #fff;
}

.blg-card {
    position: relative;
    margin: 0 6px 12px;
}

.faq_sec button.accordion-button {
    padding: 10px 25px 10px 10px;
    border-radius: 10px 10px 0 0 !important;
    outline: 0;
    box-shadow: none;
    border: 0;
    background: #fff0;
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 400;
}

.faq_sec button.accordion-button:not(.collapsed) {
    background: #f8f8f8;
}

.faq_sec .accordion {
    border-radius: 0;
}

.faq_sec .accordion .accordion-item {
    border-radius: 0;
    border: 0;
    border: 1px solid #b8b8b8;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.faq_sec .accordion .accordion-item .accordion-body {
    padding: 5px 19px 10px;
    font-size: 1rem;
    line-height: 24px;
}

.blog_section .faq_sec button.accordion-button {
    padding: 6px 5px 5px 10px;
    font-size: 17px;
}

.blog_section .faq_sec .accordion .accordion-item .accordion-body {
    font-size: 15px;
}

section.faq_sec {
    padding: 30px 0;
}

section.faq_sec .faq_inner {
    /* padding: 24px 20px; */
    /* border: 1px solid #888; */
    border-radius: 7px;
}

.faq_sec .accordion .accordion-item:last-child {
    border-bottom: 1px solid #b8b8b8;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: "\f068";
}

.accordion-button::after {
    background-image: none;
    content: "\2b";
    font-family: fontAwesome;
    color: #cd5f91;
    font-size: 16px;
    transform: none;
    margin-left: 10px;
    position: absolute;
    right: 10px;
}

section.broucher-section {
    padding: 30px 0 20px;
    border-top: 2px solid #efefef;
}

.broucher-card {
    padding: 0 0;
    text-align: center;
    margin-bottom: 20px;
    /* height: calc(100% - 20px); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(0);
    transition: 0.8s all ease;
}

.broucher-card .broucher-card-inner {
    width: 100%;
    height: 342px;
    transform-style: preserve-3d;
    padding-bottom: 100%;
    transition: transform 0.6s;
}

.broucher-card:hover .broucher-card-inner {
    transform: rotateY(180deg);
}

.broucher-card .br-thumb img {
    object-fit: contain;
    margin-bottom: 10px;
    width: 100%;
    max-height: 304px;
    flex: 1 1 auto;
    min-height: 0;
    transition: 0.8s all ease;
}

.broucher-card .br-thumb,
.broucher-card .broucher-content {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.broucher-card .br-thumb {
    display: flex;
    flex-direction: column;
}

.broucher-card .br-thumb h3 {
    flex: 0 0 auto;
    margin: 0;
}

.broucher-card .broucher-content {
    transition: 0.8s allease;
    color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
    background: linear-gradient(180deg,
            rgb(205 95 145) 0%,
            rgb(0 0 0 / 0.9249824929971989) 100%);
}

.broucher-card .broucher-content a.btn.btn-transparent {
    border-color: #fff;
    color: #fff;
}

.broucher-card .broucher-content a.btn.btn-transparent:hover {
    color: #000;
}

.broucher-card .broucher-card-inner h3 {
    font-weight: 400;
}

.broucher-card .broucher-content p {
    font-size: 22px;
    margin-bottom: 30px;
}

.brochure_section_two {
    padding: 30px;
    background-color: #bd5886;
}

.brochure_btn_sec a.btn {
    color: #fff;
    border-color: #fff;
}

.brochure_btn_sec a.btn:hover {
    background-color: #fff;
    color: #bd5886;
}

.slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    color: #393939;
    font-size: 30px;
}

.slick-next:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #393939;
    font-size: 30px;
}

footer {
    padding: 32px 0;
    background: #f0edec;
}

footer h3 {
    font-size: 1.2rem;
}

footer .items li a {
    color: #3c3c3c;
    font-size: 16px;
    line-height: 26px;
}

footer .social-icons {
    text-align: right;
}

footer .social-icons a {
    margin-bottom: 5px;
    display: inline-block;
}

footer .social-icons a:not(:first-child) {
    margin-left: 10px;
}

@media (max-width: 768px) {
    footer .social-icons {
        text-align: center;
        margin-bottom: 20px;
    }
}

footer .first-sec {
    margin-bottom: 10px;
}

footer .first-sec .nw-subscribe {
    text-align: right;
    margin-top: 30px;
}

footer .copyright {
    font-size: 14px;
}

footer .copyright .img-container {
    display: inline-block;
    vertical-align: bottom;
    width: 19%;
    text-align: right;
}

@media (max-width: 1248px) {
    footer .copyright .img-container {
        width: 39%;
    }
}

@media (max-width: 768px) {
    footer .copyright .img-container {
        width: 100%;
        text-align: center;
    }
}

footer .copyright .img-container img:first-child {
    margin-right: 30px;
}

footer .copyright p {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    footer .copyright p {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}

footer .copyright span {
    margin-right: 5px;
    margin-left: 5px;
}

.googleRevSummry {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    border: 1px solid #929292;
    border-radius: 8px;
    background-color: #fff;
}

.googleRevSummry .ti-widget.ti-goog a.ti-header {
    padding: 0 10px 2px;
    height: auto;
    display: block;
}
.googleRevSummry .ti-widget.ti-goog .ti-header .ti-stars span.ti-rating {
    font-size: 16px;
    font-weight: 500;
}
.googleRevSummry .ti-widget.ti-goog .ti-text {
    font-size: 15px;
    font-weight: 500;
}

.googleRevSummry .ti-widget.ti-goog a.ti-header .ti-name {
    font-size: 12px;
}

.googleRevSummry .ti-widget.ti-goog .ti-widget-container {
    margin: 0;
}

.googleRevSummry .ti-widget.ti-goog .ti-header .ti-stars {
    margin-top: 0;
}

.googleRevSummry a.linkBtn {
    text-align: center;
    background: #4285f4;
    color: #fff;
    padding: 0;
    font-size: 15px;
    border-radius: 0 1px 8px 8px;
}

.googleRevSummry .ti-widget.ti-goog .ti-widget-container .ti-fade-container {
    display: flex;
    align-items: center;
}

.googleRevSummry .ti-widget.ti-goog .ti-widget-container .ti-fade-container img.ti-platform-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

img.ti-star {
        width: 17px;
}

.icon_card-sec {
    padding: 40px 0;
}

/* .iconCard {
    background: #fff;
    padding: 10px 15px;
    text-align: left;
    min-height: 300px;
    box-shadow: 0 0 3px 1px silver;
    border-top: 2px solid #cd5f91;
    border-radius: 12px;
    margin-bottom: 10px;
} */

p.lg_text.green {
    color: green;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #8c8c8c;
}

.slick-slide {
    margin: 0 10px;
    height: auto;
}

/* .iconCard h3 {
    font-size: 22px;
    font-weight: 500;
}

.iconCard p {
    margin-bottom: 6px;
}

.iconCard p.lg_text {
    font-size: 18px;
    font-weight: 400;
}

.iconCard p.sm_text {
    font-size: 14px;
    font-style: italic;
}

.iconCard p.lg_text.red {
    color: #ee3b8b;
} */

p.lg_text.green {
    color: #393939;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #8c8c8c;
}

section.home-service-sec {
    background: #efeeec;
    
}

section.home-service-sec .tab-pane img {
    min-height: 380px;
    object-fit: cover;
}

section.home-service-sec .sectionHead {
    text-align: center;
    padding-bottom: 15px;
}

section.home-service-sec .content-text {
    margin-bottom: 25px;
}
section.home-service-sec .content-text .icon img {
    width: 80px;
    height: 80px;
    min-height: auto;
}
.sectionHead h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 16px;
}



section.home-service-sec .sectionHead .serviceLinks {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: none;
    margin-top: 25px;
}

section.home-service-sec .sectionHead .serviceLinks li button {
    display: inline-block;
    border: 1px solid #afaaa0;
    min-width: auto;
    margin: 0 5px 7px;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #3c3c3c;
    background: #f2f2f2;
}

section.home-service-sec .sectionHead .serviceLinks li button.active {
    background: #cd5f91;
    color: #fff;
    border-color: #cd5f91;
}

section.home-service-sec .sectionHead .serviceLinks li button:hover {
    background: #cd5f91;
    color: #fff;
    border-color: #cd5f91;
}

section.home-sector-sec.estate-gallery .sectorInner img {
    min-height: 280px;
    max-height: 280px;
    object-fit: cover;
    object-position: center;
}

section.home-sector-sec {
    background: #f7f7f6;
    padding: 30px 0 20px;
}

.experiance_sec {
    padding: 30px 0;
}

.experiance_sec.bg-pink {
    color: #fff;
}

.experiance_sec .exp_card {
    margin-top: 10px;
    padding: 10px 20px;
}

.experiance_sec .exp_card img {
    height: 70px;
    margin-bottom: 20px;
}

.experiance_sec .exp_card .step_num {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #ffffff;
}

.experiance_sec .exp_card .exp_content h3 {
    margin-bottom: 15px;
}

.min-height-103 {
    min-height: 103px;
}

.cta_sec {
    padding: 40px 0;
}

.zigzag_section_two .content {
    max-width: 560px;
    padding: 15px 10px;
}

.zigzag_section_two .content p {
    margin-bottom: 7px;
}

.zigzag_section_two img.h-100 {
    object-fit: cover;
}
.zigzag_section_two .thumb img{
    min-height: 400px;
}
.zigzag_section_two .container .zigzag_row:nth-child(even) {}

.services_sec_2 .service_card {
    background: #fcfcfc;
    padding: 12px;
    border-radius: 8px;
    min-height: 445px;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.services_sec_2.min_h_a .service_card {
    min-height: auto;
    height: calc(100% - 20px);
}

.services_sec_2.min_h_0 .service_card {
    min-height: 549px;
    height: calc(100% - 20px);
}

.services_sec_2.min_h_2 .service_card {
    min-height: 601px;
    height: calc(100% - 20px);
    background-color: #f7f7f6;
}

section.services_sec_2.card-no-bg .service_card {
    background: #efeeec;
    min-height: 515px;
}

.services_sec_2 .service_card a {
    font-weight: 400;
    color: #c75c8c;
}

.services_sec_2 .service_card a i {
    font-size: 13px;
}

.services_sec_2 .service_card .thumb {
    margin-bottom: 15px;
}

.services_sec_2 .service_card .thumb img {
    border-radius: 8px;
}

.services_sec_2 .service_card:hover {
    box-shadow: 0px 0px 12px 3px #d9d9d9;
}

.testimonial_sec {
    padding: 30px 0;
}

.testimonial_carousel .slick-track {
    display: flex;
    align-items: flex-start;
}
.testimonial p{
    margin-bottom: 3px;
}
.testimonial .review-text {
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;       /* show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

.testimonial .review-text.expanded {
    /* -webkit-line-clamp: unset; */
    overflow: visible;
    -webkit-line-clamp: inherit !important;   
}

.testimonial .read-more-btn-text {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

.testimonial .read-more-btn-text:hover {
    text-decoration: underline;
}

.star-rating {
    display: inline-flex;
    gap: 0.2rem;
    color: #f5b301;
}

.star-rating__icon {
    display: block;
}

.breadcrumbtwo,
.breadcrumb {
    position: inherit;
    background-color: #f0edec;
    width: 100%;
    border-radius: 0;
    padding: 13px 22px;
    margin: 0px 0px;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    column-gap: 20px;
    overflow-x: auto;
}

.breadcrumb {
    position: absolute;
    background-color: #00000051;
    color: #ffffff;
    z-index: 9;
}

.breadcrumbtwo li,
.breadcrumb li {
    position: relative;
    text-wrap: nowrap;
}

.breadcrumb li a {
    color: #ffffff;
}

.breadcrumbtwo li:not(:last-child):after,
.breadcrumb li:not(:last-child):after {
    content: '/';
    position: absolute;
    right: -12px;
}

.breadcrumbtwo li.active {
    color: #ca5e8f;
    font-weight: 300;
}

.breadcrumb li.active {
    font-weight: 300;
    color: #ca5e8f;
}

ul.date_time {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: start;
}

ul.date_time li {
    list-style: none;
    padding-right: 10px;
    position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}

ul.date_time li a {
    text-decoration: none;
}

ul.date_time li p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
}

ul.date_time li:not(:last-child) a:after,
ul.date_time li:not(:last-child) p:after {
    content: '|';
    padding-left: 10px;
}

section.blog_listing_page {
    padding: 30px 0 20px;
}

.blog_card {
    background: #f0edec;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.blog_card .content {
    padding: 10px 20px;
}

section.blog_section {
    padding: 20px 0;
}

section.blog_section .blog_top {
    margin-bottom: 20px;
}

section.blog_section .blog_top h1 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 400;
}

section.blog_section .blog_detail_card a {
    text-decoration: underline
}

section.blog_section .blog_detail_card a:hover {
    text-decoration: none;
}

.blog_search {
    position: relative;
}

.blog_search input {
    padding: 4px 40px 4px 10px;
    background: #eceae7;
    border: none;
    width: 100%;
    outline: 0;
}

.blog_search .search-icon {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 2px;
    background: url(../images/search.svg) center center no-repeat;
    width: 30px;
    height: 33px;
    border: none;
    background-size: 18px;
}

.blog_category {
    padding: 6px 0;
    border-top: 1px solid #878585;
    border-bottom: 1px solid #878585;
    margin-bottom: 20px;
}

.blog_category ul.category_list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.blog_category ul.category_list li {
    position: relative;
    padding-right: 20px;
}

.blog_category ul.category_list li:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-57%);
}

.blog_category ul.category_list li.active a {
    font-weight: 400;
}

.blog_category ul.category_list li.active a,
.blog_category ul.category_list li a:hover {
    border-bottom: 1px solid #878585 !important;
}

.blog_card {
    background: #f4f4ef;
}

.blog_card .blog_thumb img {
    max-width: 100%;
}


.blog_card .content h3,
.blog_card .content h2 {
    font-size: 1.5rem;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.blog_card .content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.blog_card .content a.blog_link:hover {
    text-decoration: underline;
    font-weight: 400;
}

section.detail_banner {
    height: 80vh;
    position: relative;
}

section.detail_banner img {
    width: 100%;
}

section.detail_banner .detail_head {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translate(00%, -50%);
    padding: 30px 15px 10px;
    width: 60%;
    background: #00000033;
    color: #fff;
    border: 0px solid #f48c00;
    backdrop-filter: blur(3px);
}

section.detail_banner .detail_head h1 {
    text-align: left;
    margin: 00px 0 15px;
    text-transform: uppercase;
}

section.detail_banner .detail_head ul.bread_crumb {
    margin: 0;
    padding: 0;
    padding-right: 20px;
}

section.detail_banner .detail_head ul.bread_crumb li {
    padding-right: 0;
    display: contents;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

section.detail_banner .detail_head ul.bread_crumb li a {
    padding-right: 20px;
    color: #fff;
    position: relative;
}

section.detail_banner .detail_head ul.bread_crumb li a::after {
    content: '\f101';
    position: absolute;
    font-family: "FontAwesome";
    font-size: 10px;
    top: 0px;
    right: 1px;
}

section.detail_banner .detail_head ul.date_time {
    display: flex;
    margin: 0;
    padding: 0;
}

section.detail_banner .detail_head ul.date_time li {
    list-style: none;
    padding-right: 10px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

section.detail_banner .detail_head ul.date_time li:before {
    content: '•';
    padding-right: 8px;
    font-family: "Font Awesome";
}

.blog_detail_card .blog_thumb {
    margin-bottom: 20px;
}

.blog_detail_card .beforeAfter-slider {
    margin-bottom: 15px;
}

.blog_detail_card .beforeAfter-slider .slider-container {
    border-radius: 0;
}

@media (min-width:1200px) {
    .blog_detail_card h1 {
        font-size: 32px;
    }
}

.blog_detail_card h2 {
    font-size: 27px;
    text-transform: none;
}

.blog_detail_card h3 {
    font-size: 24px;
    text-transform: none;
}

section.blog_section aside {
    position: sticky;
    top: 20px;
}

aside .side_card {
    padding: 10px 10px 15px;
    border: 3px solid #d9d9d9;
    margin-bottom: 20px;
}

aside .side_card h3 {
    text-align: center;
    /*     text-transform: uppercase; */
    font-size: 22px;
    font-weight: 400;
}

aside .side_card ul.cat_list li a:hover {
    font-weight: 400;
    text-decoration: underline;
}

aside .side_card ul.cat_list {
    padding: 0;
    list-style: none;
    margin: 15px 0 7px;
}

aside .side_card ul.cat_list li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c2c2c2;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding-left: 15px;
}

aside .side_card ul.cat_list li ul li:before {
    display: none;
}

aside .side_card ul.cat_list li ul li {
    border-bottom: 0;
    margin-bottom: 3px;
    padding-bottom: 4px;
    list-style: circle;
    margin-left: 15px;
    font-size: 14px;
    padding-left: 0;
}

aside .side_card ul.cat_list li ul {
    margin-top: 10px;
}

aside .side_card ul.cat_list li::before {
    content: '\f054';
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0px;
}

.search_sec a.btn {
    width: auto;
    min-width: auto;
    padding: 4px 20px;
}

.search_sec .btn_sec {
    justify-content: space-between;
}

.more_about {
    padding: 20px 0 30px;
    background: #f2f2f2;
}

.more_about .content .h4 {
    text-transform: uppercase;
    color: #a5a5a5;
    margin-bottom: 10px;
}

.more_about h2 {
    margin-bottom: 30px;
}

section.related_post {
    padding: 30px 0;
}

.team_listing_page {
    padding: 30px 0;
}

.team_card .content {
    padding: 10px;
}

.team_card .content p {
    margin-bottom: 4px;
}

.team_card .content p.designation {
    font-weight: 400;
    margin-bottom: 0;
}

.team_card .content p.language {
    min-height: 26px;
    margin-bottom: 10px;
}

.team_card .content h3 {
    margin-bottom: 3px;
}

.team_detail_page {
    padding: 30px 0;
}

.inputGroup {
    flex-direction: column;
    margin-bottom: 8px
}

input.form-control {
    width: 100%;
    border-radius: 3px;
    box-shadow: none !important;
}

label.form-label {
    margin: 0;
    padding-left: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    display: block;
    min-height: 23px;
}

.inputGroup input,
.inputGroup select {
    padding: 6px 10px;
    font-size: 15px;
    line-height: 20px;
}

.inputGroup select {
    border-radius: 3px;
    color: #5f6265;
}

section.redeem_form_sec {
    padding: 30px 0;
    background: #f0edec
}

.formModal .modal-header {
    margin: 14px 15px 0px;
    border-bottom: 0;
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 0;
}

.formModal .modal-header p.modal-title {
    font-weight: 400;
}

.modal-header .btn-close {
    position: absolute;
    top: -7px;
    right: -7px;
    background-color: #e1e1e1;
    border-radius: 100%;
    color: #000;
    background-size: 13px;
    opacity: 1;
    z-index: 99;
}

section.why_choose_sec .head {
    font-size: 20px;
    width: fit-content;
    max-width: 80%;
    background: #F4E2EB;
    padding: 5px 9px;
    z-index: 1;
}

section.why_choose_sec .why_choose_inner .wch_text:not(:first-child) {
    margin-top: 25px;
}

section.why_choose_sec .wch_text {
    z-index: 1;
}

section.why_choose_sec .wch_text:after {
    content: '';
    width: 100%;
    border: 2px solid #f4e2eb;
    height: 0px;
    background: #f4e2eb;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 49%;
}

section.why_choose_sec .why_choose_inner {
    padding-top: 20px;
}

section.why_choose_sec .why_choose_inner h4 {
    font-size: 17px;
}

section.team_sec .teamCard {
    display: block;
    position: relative;
    padding-bottom: 50px;
}

section.team_sec .teamCard img {
    border-radius: 10px;
}

section.team_sec .teamCard:hover img {
    filter: drop-shadow(2px 4px 6px #b8b8b8);
}

section.team_sec {
    padding: 30px 0;
    border-top: 2px solid #f2f2f2;
}

section.team_sec .teamCard .content {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    background: #ffffff;
    box-shadow: -1px 3px 4px 0px #c1c1c1;
    border-radius: 6px;
    padding: 10px;
    transition: all .5s ease;
}

section.team_sec .teamCard:hover .content {
    bottom: 30px;
    transition: all .5s ease;
}

section.team_sec .teamCard .content p {
    margin: 0;
}

section.team_sec .teamCard .content h3 {
    margin: 0;
}

section.team_sec button.slick-arrow {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 9;
}

section.team_sec button.slick-arrow button.slick-prev {
    left: 20px;
}

section.team_sec button.slick-prev {
    left: 20px;
}

section.team_sec button.slick-arrow::before {
    font-size: 20px;
}

section.team_sec button.slick-next {
    right: 20px;
}

section.team_listing_page .team_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
    border-radius: 5px;
    background: #ffffff;
    /* box-shadow: 0px 0px 7px 2px #d6d6d6; */
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

section.team_listing_page .team_card:hover {
    box-shadow: 0px 0px 14px 4px #d6d6d6;
}

section.step_section {
    padding: 30px 0;
}

section.step_section .step_list {
    display: flex;
    gap: 7px;
    justify-content: center;
    flex-wrap: wrap;
}

section.step_section .step_list .step_card {
    position: relative;
    text-align: center;
    background: #cb5d90;
    color: #fff;
    border-radius: 20px;
    max-width: 320px;
    width: 19%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

section.step_section .step_list.four_card .step_card {
    width: 25%;
}

section.step_section .step_list .step_card .num {
    padding: 30px 20px;
    width: 100%;
    font-size: 60px;
    font-weight: 500;
    background: #92929254;
    border-radius: 20px 20px 0 0;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.step_section .step_list .step_card .content {
    padding: 20px 30px;
}

section.step_section .step_list .step_card .content h3 {
    font-size: 17px;
    font-weight: 500;
}

section.step_section .step_list .step_card .content p {
    margin: 0;
    font-size: 13px;
    line-height: 21px;
}

section.step_section .step_list .step_card .step_icon {
    padding: 20px;
    background: #0000001f;
    border-radius: 0 0 20px 20px;
    width: 100%;
}

section.step_section .step_list .step_card .step_icon img {
    filter: invert(1) brightness(10.5);
    width: 60px;
}

section.step_section .step_list .step_card .puzzle {
    position: absolute;
    bottom: 25%;
    left: 102%;
    width: 31.5px;
    height: 43px;
    background: #fff;
    z-index: 9;
    border-radius: 100%;
}

section.step_section .step_list .step_card:nth-child(2) .puzzle {
    bottom: 38%;
}

section.step_section .step_list .step_card:nth-child(3) .puzzle {
    bottom: 51%;
}

section.step_section .step_list .step_card:nth-child(4) .puzzle {
    bottom: 70%;
}

section.step_section .step_list .step_card:nth-child(5) .puzzle {
    bottom: 70%;
}

section.step_section .step_list .step_card:last-child .puzzle {
    display: none;
}

section.step_section .step_list .step_card .puzzle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 23px;
    height: 34px;
    background: #cb5d90;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

section.step_section .step_list .step_card .puzzle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 80%;
    width: 25px;
    height: 14px;
    background: #cb5d90;
    border-radius: 0;
    transform: translateY(-50%);
    z-index: 2;
}

section.team_sec .nav-tabs li.nav-item button.nav-link.active {
    background: #cd5f91;
    color: #fff;
}

section.team_sec .nav-tabs li.nav-item button.nav-link {
    border: 1px solid #cd5f91;
    color: #cd5f91;
    font-weight: 400;
}

section.team_sec .nav-tabs {
    gap: 20px;
}

section.thanks_sec {
    min-height: calc(100vh - 108px);
    display: flex;
    justify-content: center;
    align-items: center;
}

section.thanks_sec .content {
    box-shadow: 1px 3px 13px 6px #dbdbdb;
    padding: 40px 20px;
    border-radius: 10px;
    background-color: #fff;
}

section.thanks_sec .content img {
    margin-bottom: 25px;
}

section.thanks_sec .content .btn {
    margin-top: 20px;
}

.error_span {
    font-size: 11px;
    line-height: 17px;
    display: block;
    text-align: right;
    font-weight: 400;
}

.inventory_sec {
    padding: 20px 0;
}

.inventory_sec .accordion-item {
    border: none;
    border-bottom: 1px solid #b9b9b9;
    border-radius: 0;
}

.inventory_sec .accordion-button:not(.collapsed) {
    background: #cd5f91;
    color: #fff;
}

.inventory_sec .accordion-button {
    padding: 10px 20px;
    border-radius: 0 !important;
    box-shadow: none;
}

.inventory_sec .accordion-body button.accordion-button:not(.collapsed) {
    background: #c1c1c1;
    color: #fff;
}

.inventory_sec .accordion-body button.accordion-button {
    padding: 0px 15px;
    font-size: 15px;
    margin-top: 20px;
}

.inventory_sec .accordion-body .accordion-item {
    border-bottom: none;
}

.inventory_sec .accordion-body {
    padding: 8px;
}

.inventory_sec .accordion-button:not(.collapsed)::after {
    color: #fff;
}

.inventory_sec .accordion-button span {
    position: absolute;
    right: 54px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
}

.inventory_sec .accordion-body .content h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.inventory_sec .accordion-body .content ul li {
    list-style: none;
    font-size: 15px;
    line-height: 22px;
    color: #363636;
    font-weight: 400;
}

.inventory_sec .accordion-body .content ul {
    padding-left: 8px;
}

.inventory_sec .masonry {
    column-count: 3;
    column-gap: 1rem;
}

.inventory_sec .masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
}

section.notfound_section {
    padding: 20px 0;
}

section.notfound_section .thumb img {
    max-width: 100%;
    width: 80%;
}

section.notfound_section .content {
    padding: 0 30px;
}

section.notfound_section .content h1 {
    font-size: 50px;
    margin-bottom: 15px;
}

section.notfound_section .content p {
    margin-bottom: 25px;
}

section.contactus_main {
    padding: 30px 0;
}

section.contactus_main .contact_form {
    background: #f2f2f2;
    padding: 30px 20px;
    height: 100%;
}
.contact-meet-offices{

}

.map_section .nav-tabs {
    width: 100%;
    border: none;
    margin-bottom: 10px;
}

.map_section .nav-tabs li.nav-item {
    width: 50%;
}

.map_section .nav-tabs li.nav-item button.nav-link {
    width: 100%;
    border: 2px solid #f2f2f2;
    border-radius: 0;
    color: #434343;
    font-weight: 400;
}

.map_section .nav-tabs li.nav-item button.nav-link.active {
    background: #bd497e;
    color: #fff;
    border: 2px solid #bd497e;
}

.map_section .map {}

.map_section .map iframe {
    width: 100%;
    min-height: 450px;
}

.map_section .address {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.map_section .address .address_list {
    width: calc(50% - 8px);
    border-bottom: 1px solid #f4e2eb;
}

.map_section .address .address_list.w-60 {
    width: calc(60% - 8px);
}

.map_section .address .address_list h3, .contact-meet-offices .address address h3 {
    font-size: 20px;
    border-bottom: 2px solid #bd497e;
    padding-bottom: 8px;
}

.map_section .address .address_list p.phone a {
    color: #bd497e;

}

.map_section .address .address_list p.phone a:hover {
    text-decoration: underline;
}

.map_section .address.masonry {
    column-count: 2;
    column-gap: 1rem;
}

.map_section .address.masonry .masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
}

.math-captcha-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    max-width: 380px;
    position: relative;
}

.math-captcha-question {
    font-size: 18px;
    width: 100%;
}

.math-captcha-input {
    width: 118px;
    padding: 6px 8px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
}

.math-captcha-refresh {
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #374151;
    /* Tailwind gray-700 */
    transition: all 0.2s ease;
}

.math-captcha-refresh:hover {
    background: #f3f4f6;
}

.math-captcha-error {
    color: #dc2626;
    /* Tailwind red-600 */
    font-size: 13px;
    margin-top: 6px;
}

.math-captcha-box .error_span {
    position: absolute;
    bottom: -10px;
    left: 0;
}

.g-recaptcha + .error_span {
    text-align: left;
    margin-top: 6px;
}

section.belowCard_sec {
    padding: 30px 0;
}

section.belowCard_sec .belowCard {
    background: #fff;
    padding: 10px 15px 25px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    text-align: center;
    border-radius: 15px;
    box-shadow: rgb(218 134 171 / 29%) 0px 3px 14px 4px;
    transition: 0.4s all ease;
    transform: translateY(0);
}

section.belowCard_sec.no_icon .belowCard {
    padding: 30px 25px 25px;
    border-left: 3px solid #ce5f8f;
}

section.belowCard_sec .belowCard:hover {
    transition: .4s all ease;
    transform: translateY(-6px);
}

section.belowCard_sec .belowCard .icon {
    display: table;
    padding: 15px;
    margin: 0 auto;
    margin-top: -60px;
    margin-bottom: 10px;
    background: #da86ab;
    border-radius: 100%;
}

section.belowCard_sec .belowCard img {
    width: 70px;
    margin-bottom: 0;
    filter: invert(1) brightness(10.5);
}

section.belowCard_sec .belowCard h3 {
    margin-bottom: 10px;
    font-weight: 500;
}

section.belowCard_sec .belowCard p {
    margin-bottom: 0;
}
/* Tablet (md only): avoid three squeezed col-md-4 columns — stack cards for readable line length */
@media (min-width: 768px) and (max-width: 991.98px) {
    section.belowCard_sec .row > [class*="col-md-4"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    section.belowCard_sec .belowCard {
        /* height: auto; */
        min-height: 0;
    }
}


/* beforeafterSlider */
section.beforeAfterSlider {
    padding: 30px 0;
}

.beforeAfter-slider .slider-container {
    display: grid;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%;
}

.beforeAfter-slider .image-container {
    max-width: 100%;
}

.beforeAfter-slider .slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    max-height: 500px;
}

.beforeAfter-slider .image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
}

.beforeAfter-slider .sliderInput {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
}

.beforeAfter-slider .sliderInput:focus-visible~.sliderInput-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.beforeAfter-slider .slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.beforeAfter-slider .slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: 15px;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

.beforeAfter-slider .slider-button img {
    width: 30px;
    height: 30px;
}

.know_sec {
    padding: 30px 0;
}

.know_sec .know_card {
    background: #fff;
    padding: 15px 13px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.know_sec .know_card p {
    margin: 0;
    line-height: 23px;
}

.know_sec .know_card h3 {
    margin-bottom: 2px;
}

section.sitemap_sec {
    padding: 40px 0;
}

section.sitemap_sec h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
}

section.sitemap_sec h2 {
    font-size: 22px;
    margin: 15px 0 20px;
}

section.sitemap_sec p {
    margin-bottom: 8px;
}

section.sitemap_sec p a {
    font-size: 17px;
    font-weight: 400;
    position: relative;

    padding-left: 19px;
}

section.sitemap_sec p a:hover {
    color: #cd5f91;
}

section.sitemap_sec p a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: 21px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog_section .highlight_sec {
    padding: 10px 20px;
    background: #f2f2f2;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
}

.blog_section .highlight_sec ul {
    margin-bottom: 10px;
}

.blog_section .highlight_sec:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40%;
    height: 40%;
    border: 2px solid #cd5f91;
    z-index: 0;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-left-radius: 4px;
}

.blog_section .highlight_sec::before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40%;
    height: 40%;
    border: 2px solid #cd5f91;
    z-index: 0;
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-right-radius: 4px;
}

/* .search-container {
    position: relative;
    width: 100%;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
} */

.search-container .crossIcon {
    background: rgba(255, 255, 255, 0);
    height: 20px;
    width: 20px;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: 9px;
    right: 50px;
    z-index: 99;
    color: #000;
    cursor: pointer;
}

#searchval input {
    width: 100%;
    max-width: 200px;
    height: 35px;
    font-size: 15px;
    padding-left: 13px;
    padding-right: 20px;
    margin: 5px 0;
    border: none;
    outline: none;
}

section.search_sec .search-container form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.search_sec .search-container #searchval input {
    width: 100%;
    max-width: 90%;
    background: #f0edec;
    flex: 1 1 auto;
}

section.search_sec .search-container button.btn.primary_btn {
    padding: 6px 10px;
    border-radius: 0 !important;
    flex-shrink: 0;
}
section.search_sec .site-search-results {
    margin-top: 8px;
}

.search-page-head h1 {
    color: #333;
    font-weight: 500;
}

.search-page-subtitle {
    color: #888;
    font-size: 15px;
}

.search-page-bar {
    margin-bottom: 16px;
}

.search-page-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 0;
}

.search-page-input-wrap {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0 12px 0 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-right: none;
}

.search-page-input-icon {
    flex-shrink: 0;
    margin-right: 12px;
    color: #999;
    font-size: 15px;
}

.search-page-clear {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: 8px;
    padding: 0;
    border: none;
    background: transparent;
    color: #999;
    cursor: pointer;
}

.search-page-clear:hover {
    color: #666;
}

.search-page-form #searchval {
    width: 100%;
    max-width: none;
    height: 48px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    color: #333;
}

.search-page-form #searchval::placeholder {
    color: #aaa;
}

.search-page-submit.btn.primary_btn {
    flex-shrink: 0;
    min-width: 130px;
    height: 48px;
    margin: 0;
    padding: 0 24px;
    border: 1px solid #cd5f91;
    border-radius: 0 !important;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.search-page-panel {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    min-height: 280px;
    padding: 32px 24px;
}

.search-page-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 216px;
    text-align: center;
    color: #999;
    font-size: 15px;
}

.search-page-meta {
    margin: 0 0 24px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.search-page-results {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.search-page-result-group {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 20px 24px 4px;
}

.search-page-result-heading {
    margin: 0 0 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #ececec;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.search-page-result-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-page-result-list li:last-child .search-page-result-link {
    border-bottom: none;
}

.search-page-result-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #ececec;
    color: #666;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.2s ease;
}

.search-page-result-text {
    flex: 1 1 auto;
    min-width: 0;
}

.search-page-result-arrow {
    flex-shrink: 0;
    opacity: 0;
    color: #cd5f91;
    font-size: 12px;
    transition: opacity 0.2s ease;
}

.search-page-result-link:hover,
.search-page-result-link:focus {
    color: #cd5f91;
}

.search-page-result-link:hover .search-page-result-arrow,
.search-page-result-link:focus .search-page-result-arrow {
    opacity: 1;
}

@media (max-width: 575.98px) {
    .search-page-form {
        flex-direction: column;
    }

    .search-page-input-wrap {
        border-right: 1px solid #d9d9d9;
    }

    .search-page-submit.btn.primary_btn {
        width: 100%;
    }

    .search-page-panel {
        min-height: 220px;
        padding: 24px 16px;
    }

    .search-page-empty {
        min-height: 172px;
    }

    .search-page-result-group {
        padding: 16px 16px 4px;
    }

    .search-page-result-link {
        padding: 12px 0;
        font-size: 13px;
    }
}

.search-container {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.headTop .search-container {
    max-width: 280px;
}
.search-container .crossIcon {
    background: rgba(255, 255, 255, 0);
    height: 20px;
    cursor: pointer;
}

#searchval {
    width: 100%;
    max-width: 200px;
    height: 35px;
    font-size: 15px;
    padding-left: 13px;
    padding-right: 28px;
    margin: 5px 0;
    border: none;
    outline: none;
    background: #fff;
}

section.search_sec #searchval {
    max-width: none;
    margin: 0;
}

.search-page-link {
    display: inline-flex;
    flex-shrink: 0;
    line-height: 0;
}

.search-icon {
    fill: #fff;
    pointer-events: none;
    background: #888;
    height: 35px;
    width: 45px;
    padding: 10px;
    cursor: pointer;
    display: block;
}

.searchcard {
    position: fixed;
    right: 0;
    left: 41px;
    top: 55px;
    background: #fff;
    z-index: 999;
    width: 700px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(39, 44, 48, .05), 0 1px 5px 1px rgba(39, 44, 48, .16);
    display: none;
    padding: 10px 10px;
}

.searchtitle {
    margin-right: 2px;
    border-bottom: 1px solid #f0edec;
    text-transform: uppercase;
    color: rgba(34, 34, 34, .4);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.searchcard .itemList {
    list-style: none;
    padding-left: 0;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
}

.max-height {
    max-height: 460px;
    width: 100%;
    object-fit: cover;
}

.searchcard .itemList li {
    line-height: normal;
    width: auto;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.searchcard .itemList li a {
    position: relative;
    font-size: 13px;
    color: #6f6f6f;
    line-height: 22px;
    padding-bottom: 4px;
}

.searchcard .itemList li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #d2d0d0;
    transition: width .3s ease-in;
}

.searchcard .itemList li a:hover::before {
    width: 100%;
}

section.new_banner {
    padding: 30px 0;
}

section.new_banner .image_sec {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

section.new_banner .image_sec .thumb {}

section.new_banner .image_sec .thumb img {
    width: 100%;
    border-radius: 10px;
}

section.new_banner .image_sec .content {
    background: #fff;
    padding: 10px 15px;
}

section.new_banner .image_sec .content h2 {
    margin-bottom: 5px;
    font-size: 19px;
}

.report_card_sec .report_card p.text {
    margin-bottom: 0px;
}

.report_card_sec .report_card p.number {
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 24px;
}

.report_card_sec .report_card {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    height: calc(100% - 10px);
}

.report_card_sec.bg_card .report_card {
    background-color: #f9fafb;
}

section.new_banner .image_sec .report_card_sec .report_card {
    padding: 10px 0px;
}

section.new_banner .image_sec p.text {
    font-size: 15px;
}

section.new_banner .image_sec p.number {
    font-size: 16px;
}

section.new_banner .image_sec p.number span.smText {
    display: block;
    font-size: 10px;
    line-height: 14px;
}

.extText {
    display: flex;
    align-items: center;
    margin: 13px 0;
}

.extText svg {
    width: 30px;
    color: #cd5f91;
}

.extText p {
    margin: 0;
    margin-left: 6px;
}

section.new_banner .left-content h1 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 30px;
}

section.new_banner .left-content .report_card_sec .report_card {
    box-shadow: 0px 0px 10px 1px rgb(84 84 84 / 25%), 0 4px 5px -4px rgb(253 253 253 / 10%);
}

section.snapshot_sec {
    padding: 30px 0;
}

.snap_card_sec .snap_card {
    display: flex;
    padding: 10px 0;
}

.snap_card_sec .snap_card .icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-color: #fef3c7;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-top: 6px;
}

.snap_card_sec .snap_card .icon img {
    width: 30px;
}

.snap_card_sec .snap_card h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.snap_card_sec .snap_card p {
    margin-bottom: 0;
    font-size: 16px;
}

section.snapshot_sec .content p {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

section.snapshot_sec .content h2 {
    margin-bottom: 15px;
    font-weight: 500;
}

section.snapshot_sec .report_card_sec .report_card {
    background-color: #f9fafb;
    padding: 20px;
}


section.overview_sec p {
    margin-bottom: 10px;
    z-index: 2;
}

section.overview_sec .report_card_sec {
    margin: 15px 0;
}

section.overview_sec .report_card_sec .report_card {
    background: #fffbeb;
    padding: 15px;
}

section.overview_sec .active_Sec h3 {
    font-size: 19px;
    margin-bottom: 13px;
}

section.overview_sec .active_Sec span.badge {
    background: linear-gradient(180deg, #fff, #f5f7fb);
    border: 1px solid #0206171a;
    padding: .4rem .7rem;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: .1px;
    margin-right: 0;
    margin-top: 1px;
}

section.overview_sec .active_Sec span.badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

section.insight_card {
    padding: 30px 0;
}

section.insight_card table {
    font-weight: 300;
}

section.insight_card table thead tr th {
    width: 20%;
}

section.works_btr {
    padding: 30px 0;
}

section.works_btr .report_card_sec .report_card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    height: calc(100% - 10px);
    transition: .4s all ease;
    border: 1px solid #fff;
}

section.works_btr .report_card_sec .report_card:hover {
    transition: .4s all ease;
    transform: translateY(-6px);
    border: 1px solid #cd5f91;
}

section.works_btr .report_card_sec .report_card .icon img {
    width: 70px;
}

section.works_btr.no_hover .report_card_sec .report_card {
    background: #f7f7f6;
    border-color: #fff0;
}

section.works_btr.no_hover .report_card_sec .report_card:hover {
    transition: .4s all ease;
    transform: translateY(-6px);
    border: 1px solid #f7f7f6;
}

section.works_btr .report_card_sec .report_card p.number {
    margin-bottom: 10px;
}

.sm_text {
    font-size: 14px;
}

.shadowOwn {
    box-shadow: 0 0 0px #0000, 0 0 0px #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 9px 0px rgb(0 0 0 / 0.1);
    border-radius: 10px;
}

section.footer_strip .inner_sec {
    padding: 20px;
    display: flex;
    height: 100%;
    align-items: center;
}

section.footer_strip .inner_sec .content h2 {
    font-size: 21px;
    margin-bottom: 6px;
    color: #fff;
}

section.footer_strip .inner_sec .content p {
    margin-bottom: 0;
    color: #fff;
}

section.footer_strip .inner_sec a.btn.secondry_btn {
    border-color: #fff;
    color: #fff;
    min-width: 145px;
}

.esg_sec .esg_inner {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 40px;
    position: relative;
}

.esg_sec .esg_inner .sectionHead {
    z-index: 2;
    position: relative;
}

.esg_sec .esg_inner:before {
    content: '';
    position: absolute;
    background: #00000063;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.esg_sec .esg_inner .icon_card_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 10px;
    z-index: 2;
    position: relative;
}

.esg_sec .esg_inner .icon_card_list .icon_card_outer {
    width: 19%;
}

.esg_sec .esg_inner .icon_card_list.list_4 .icon_card_outer {
    width: 24%;
}

.esg_sec .icon-card {
    text-align: center;
    transition: transform 0.3s ease;
}

.esg_sec .icon-card:hover {
    transform: translateY(-10px);
}

.esg_sec .icon-circle {
    width: 110px;
    height: 110px;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.esg_sec .icon-circle img {
    width: 60px;
    filter: invert(3) brightness(10.5);
}

.esg_sec .icon-card:hover .icon-circle img {
    filter: none;
}

.esg_sec .icon-card:hover .icon-circle {
    background: rgba(255, 255, 255, 0.922);
    transform: scale(1.05);
}

.esg_sec .icon-circle svg {
    width: 60px;
    height: 60px;
    stroke: white;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.esg_sec .icon-text {
    color: white;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}

.esg_sec .icon-text strong {
    font-weight: 600;
}

@media (max-width: 768px) {

    .esg_sec .icon-circle {
        width: 120px;
        height: 120px;
    }

    .esg_sec .icon-circle svg {
        width: 60px;
        height: 60px;
    }
}

.btr-quote {
    position: relative;
    padding: 2.5rem 1.5rem 2.5rem 3rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid #c75c8c;
    border-radius: 8px;
    margin: 0;
}

.btr-quote::before {
    content: '"';
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    font-size: 3rem;
    line-height: 1;
    color: #0066cc;
    opacity: 0.3;
    font-family: Georgia, serif;
}

.btr-quote .quote-text {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    color: #2c3e50;
    font-style: italic;
    font-weight: 500;
}

.story_card {
    overflow: hidden;
}

.story_card .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 95%;
    color: #fff;
}

.story_card .content h3 {
    color: #fff;
    font-size: 16px;
}

.story_card:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #00000042;
}

@media (max-width: 767px) {
    .btr-quote {
        padding: 1.25rem 1.25rem 1.25rem 2.5rem;
    }

    .btr-quote .quote-text {
        font-size: 0.95rem;
    }
}



.home-gallery-sec .galItem {
    position: relative;
    margin-bottom: 10px;
    display: block;
    height: calc(100% - 10px);
    transform: translateY(0px);
    transition: .4s all ease;
    border-radius: 8px;
    padding-top: 10px;
    overflow: hidden;
}

.home-gallery-sec .galItem:hover {
    transform: translateY(-10px);
    transition: .4s all ease;
}

.home-gallery-sec .galItem .galTag {
    top: 10px;
    border-top-left-radius: 8px;
}

.home-gallery-sec .galContent {
    position: absolute;
    transform: scale(1);
    width: 100%;
    text-align: center;
    transition: 1s all ease;
    padding: 10px 10px;
    bottom: 0;
    background: rgba(0, 0, 0, .47);
    border-radius: 0px 0px 8px 8px;
}

.home-gallery-sec .galContent h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.home-gallery-sec .galItem img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    max-height: 344px;
    object-fit: cover;
    height: 100%;
    min-height: 248px;
}

section.home-gallery-sec ul.nav-tabs,
ul.nav-tabs.common_nav {
    justify-content: flex-start;
    display: flex;
    border: none;
    border-bottom: 2px solid #d8d8d8;
    margin: 0 6px .6rem;
}

section.home-gallery-sec ul.nav-tabs li.nav-item button,
ul.nav-tabs.common_nav li.nav-item button {
    background: #e5e5e500;
    border: none;
    padding: 3px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0;
    border-bottom: 3px solid #aeaeae;
    color: #000000;
}

section.home-gallery-sec ul.nav-tabs li.nav-item button:hover,
ul.nav-tabs.common_nav li.nav-item button:hover {
    background: #e5e5e552;
}

section.home-gallery-sec ul.nav-tabs li.nav-item button.active,
ul.nav-tabs.common_nav li.nav-item button.active {
    border-bottom: 3px solid #ce5f8f;
    background: #e5e5e552;
}

section.home-gallery-sec ul.nav-tabs li.nav-item,
ul.nav-tabs.common_nav li.nav-item {
    width: auto;
    min-width: 200px;
    text-align: center;
    margin-right: 2px;
}

.galTag {
    padding: 2px 8px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    margin-bottom: 1px;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 14px;
}

section.home-gallery-sec .galCatDropdown select {
    max-width: 230px;
    padding: 2px 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
}

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

.masonryItem {
    background-color: #fff;
    box-sizing: border-box;
    transition: transform .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    color: #fff;
}

.masonryItem img {
    width: 100%;
    height: auto;
    display: block;
}

.masonryItem:hover {
    transform: translateY(-10px);
}

/* guide page  */
.guide-section {
    padding: 30px 0 50px;
}

.guide-section .guide-card {
    position: relative;
    margin: 20px 0 20px;
    cursor: pointer;
    display: block;
}

.guide-section .guide-card .guide-thumb img {
    width: 100%;
    max-height: 420px;
    min-height: 300px;
    object-fit: cover;
}

.guide-section .guide-card .guide-thumb {
    position: relative;
}

.guide-section .guide-card .guide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.guide-section .guide-card .guide-content h2,
.guide-section .guide-card .guide-content h3 {
    font-size: 30px;
    color: #fff;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}

.guide-section .guide-card .guide-content p {
    color: #fff;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
}

.guide-section .guide-card .guide-thumb:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    top: 0;
    left: 0;
}

.guide-section .guide-card .guide-thumb:after {
    content: '';
    position: absolute;
    width: 92%;
    height: 92%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    transition: .6s all ease;
}

.guide-section .guide-inner .guide-card:hover .guide-thumb:after {
    transition: .6s all ease;
    width: 90%;
    height: 90%;
}

.guide-section .row > [class*="col-"] {
    display: flex;
}

.guide-section .guide-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}

.guide-section .guide-inner > .btn.secondry_btn {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .guide-section .guide-card .guide-thumb img {
        height: 280px;
        min-height: 280px;
        max-height: 280px;
    }

    .guide-section .guide-card .guide-content h2,
    .guide-section .guide-card .guide-content h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

.category_listing ul {
    margin-bottom: 0px;
    padding: 3px 0 6px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.category_listing ul li.active a {
    border-bottom: 1px solid #cd5f91 !important;
    font-weight: 500;
}

.category_listing ul li:not(:last-child)::after {
    content: "|";
    padding: 0 .5rem;
}

.category_listing ul li:hover a {
    border-bottom: 1px solid #cd5f91 !important;
}

.category_listing ul li.active a {
    border-bottom: 1px solid #cd5f91 !important;
    font-weight: 400
}

.category_listing ul li {
    display: inline-block;
    padding: 0;
    font-size: 1.07rem;
}

.ctaSection {
    padding: 30px 0 30px;
    background: #f2f2f2;
}

.ctaSection .content .h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}

.ctaSection h2 {
    /*     text-transform: uppercase; */
    margin-bottom: 10px;
}

.ctaSection h3 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
}


.readMoreContent {
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 4px;
    text-align: justify;
}

.readMoreContent.readLess {
    -webkit-line-clamp: unset !important;
}

.readLessBtn {
    font-size: 16px;
    font-weight: 500;
}

.readMoreContent span {
    display: block;
    margin: 7px 0;
}

.readMoreContent.hideText {
    -webkit-line-clamp: 11;
}



.key-card {
    position: relative;
    display: block;
    overflow: hidden;
    background: #eeeeee;
    padding: 10px;
    border-radius: 7px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.keyDevelopment.white_card .key-card {
    background-color: #fff;
}

.keyDevelopment .key-card:hover {
    box-shadow: 0px 3px 4px 0px #dcdcdc;
}

.key-card .thumb {
    border-radius: 7px;
    overflow: hidden;
}

.key-card img {
    width: 100%;
    transform: scale(1);
    transition: .7s all ease;
    max-height: 220px;
    object-fit: cover;
    border-radius: 7px;
}

.key-card:hover img {
    transform: scale(1.1);
    transition: .7s all ease;
}

.key-card:after {
    /*     content:''; */
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 83%) 0%, rgb(0 0 0 / 0%) 41%);
    width: 100%;
    height: 100%;
}

.key-card .key-content {
    /*     position: absolute;
    z-index: 9;
    color: #fff;
    bottom: 10px;
    text-align: center;
    width: 100%; */
    padding: 10px 10px 10px;
}

.key-card .key-content h3 {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.key-card .key-content p {
    margin: 0;
    max-height: auto;
    transition: 1s all ease;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.key-card:hover .key-content p {
    /* 	max-height:240px; */
    transition: 1s all ease;
}

.key-card p.arrowSign {
    position: absolute;
    z-index: 9;
    color: #000000;
    top: 10px;
    right: 10px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0;
    background: #f0edec;
    border-radius: 100%;
}

.key-card p.arrowSign img {
    width: 17px;
}

.whyContent {
    background: #f7f7f6;
    text-align: center;
    padding: 20px 30px;
    height: calc(100% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}

.whyContent .whyThumb img {
    height: 90px;
    margin-bottom: 15px;
    transform: scale(1);
    transition: all .5s ease;
}

.whyContent:hover img {
    transform: scale(1.1);
    transition: all .5s ease;
}

.whyContent h3 {
    margin-bottom: 0;
    font-size: 19px;
}

.whyChooseThumb img {
    width: 100%;
}

.sectorOuter {
    padding: 10px 0;
}

.sectorInner {
    position: relative;
    transform: translateY(0px);
    transition: .4s all ease;
    display: block;
}

.sectorInner:hover {
    transform: translateY(-10px);
}

.sectorInner .sectorContent p {
    max-height: 0;
    transition: 1s all ease;
    overflow: hidden;
    margin: 0;
}

.sectorInner:hover .sectorContent p {
    max-height: 240px;
    transition: 1s all ease;
}

.sectorInner img {
    width: 100%;
    border-radius: 8px;
    min-height: 280px;
    max-height: 280px;
    object-fit: cover;
}

.sectorInner .sectorContent {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 13px 20px;
    width: 100%;
    background: #00000087;
    border-radius: 0px 0px 8px 8px;
}

.sectorInner .sectorContent h3 {
    margin-bottom: 0px;
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.sectorInner:hover .sectorContent h3 {
    -webkit-line-clamp: none;
}

section.place-slider {
    padding: 30px 0 30px;
}

section.place-slider .slick-list {
    max-width: 98%;
    margin: auto;
}

.place-slider .sectorInner img {
    width: 100%;
    max-height: 230px;
    object-fit: cover;
    border-radius: 0px;
}

.place-slider .sectorInner {
    /*     margin: 0 15px ; */
    background: #f2f2f2;
}

section.place-slider ul.slick-dots {
    bottom: -35px;
}

.place-slider .slick-slide {
    padding: 20px;
    transition: 1s all ease;
    transform: scale(1)
}

.place-slider .slick-slide .sectorInner .content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.place-slider .slick-slide.slick-current .sectorInner .content p {
    -webkit-line-clamp: unset;
}

.place-slider .slick-slide.slick-current {
    transform: scale(1.1);
    transition: 1s all ease;
}

.place-slider .sectorInner .content {
    padding: 0px 10px 10px;
}

.place-slider .content h3 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 19px;
}

.place-slider .content p.readMoreContent {
    -webkit-line-clamp: 5;
}

section.place-slider button.slick-arrow {
    background: #f2f2f2;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    /* 	display:none !important; */
}

section.place-slider button.slick-prev.slick-arrow {
    left: -20px;
}

section.place-slider button.slick-next.slick-arrow {
    right: 0px;
}

section.place-slider .slick-dots li button:before {
    font-size: 45px;
}

section.place-slider button.slick-arrow img {
    height: auto;
    width: 18px;
}

section.areaRouteSec {
    padding: 30px 0;
    margin: 30px 0;
}

section.areaRouteSec .sectionHead h2 {
    /* font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
	margin-bottom:30px; */
}

section.areaRouteSec .sectionHead h2.font-normal {
    text-transform: capitalize;
    font-size: 2.5rem;
}

section.areaRouteSec .sectionHead p {
    font-size: 18px;
}

section.areaRouteSec .routeCard {
    text-align: center;
    padding: 20px 30px;
    position: relative;
    height: 100%;
    z-index: 6;
}

section.areaRouteSec .routeCard p.routeTime {
    margin-bottom: 15px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}

section.areaRouteSec .routeCard p {
    margin: 0;
}

section.areaRouteSec .row .col-md-3:not(:last-child) .routeCard:not(.no-border)::after {
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    background: #cf6090;
    top: 60px;
    left: 50%;
    border: 1.5px solid #cf6090;
    z-index: -1;
}

section.areaRouteSec .routeCard .routeIcon img {
    width: 50px;
    filter: invert(1) brightness(10.5);
    transform: scale(1);
    transition: all .5s ease;
}

section.areaRouteSec .routeCard:hover .routeIcon img {
    transform: scale(1.1);
    transition: all .5s ease;
}

section.areaRouteSec .routeCard .routeIcon {
    position: relative;
    background: #ca5e8f;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

section.areaRouteSec .routeCard .routeIcon:after {
    content: '';
    position: absolute;
    height: 13px;
    width: 4px;
    background: #cf6090;
    top: 100%;
    left: calc(50% - 3px);
}

@media (max-width: 991px) {
    section.areaRouteSec .row .col-md-3:not(:last-child) .routeCard:not(.no-border)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    section.keyDevelopment {
        padding: 10px 0;
    }

    .place-slider .sectorInner img {
        min-height: auto;
    }

    /* 	section.areaRouteSec .sectionHead h2 {
		font-size: 25px;
		margin-bottom: 20px;
		line-height: 33px;
	} */
    section.areaRouteSec .routeCard p.routeTime {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 29px;
    }

    section.areaRouteSec .routeCard {
        padding: 20px 0px;
    }

    section.areaRouteSec .routeCard:not(.no-border)::after {
        content: none;
    }
}

.video-item {
    background: #f4f4ef;
    height: 100%;
    position: relative;
}

.video-item .post-content {
    padding: 5px 6px;
}

.video-item .post-content .post-title h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.newVideoSec .video-item .post-content .video-meta {
    font-size: 12px;
    margin: 0;
    display: flex;
    gap: 7px;
    color: #6c6c6c;
    line-height: 20px;
    font-weight: 400;
}

.newVideoSec .video-item .post-content .video-meta span:not(:first-child) {
    position: relative;
    padding-left: 8px;
}

.newVideoSec .video-item .post-content .video-meta span:not(:first-child):before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    left: 0px;
    top: 45%;
    background: #828282;
}
.video-item .development-tagOverlay {
    padding: 2px 8px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-bottom: 1px;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 14px;
}
.shortSection .videoFrame {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.shortSection .videoFrame ul.social-icons {
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
}
.shortSection .videoFrame iframe {
    width: 290px;
    height: 490px;
    border-radius: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
    .shortSection .videoFrame {
        float: right;
        clear: right;
        display: block !important;
        width: 340px;
        max-width: 44vw;
        margin: 0 0 20px 32px;
    }
    .shortSection .videoFrame iframe {
        display: block;
        width: 100%;
        height: 575px;
        max-width: 100%;
        border-radius: 20px;
    }
    .shortSection .videoFrame .social_sec {
        display: block;
        width: 100%;
        margin-top: 16px;
        clear: both;
    }
    .shortSection .videoFrame ul.social-icons {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center;
        width: 100%;
        gap: 18px;
        margin: 0;
        padding: 0;
    }
    .shortSection .videoFrame ul.social-icons li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
    }
}
@media (hover: none) and (pointer: coarse) and (min-width: 768px) {
    .shortSection .videoFrame {
        float: right;
        clear: right;
        display: block !important;
        width: 340px;
        max-width: 44vw;
        margin: 0 0 20px 32px;
    }
    .shortSection .videoFrame iframe {
        display: block;
        width: 100%;
        height: 575px;
        max-width: 100%;
        border-radius: 20px;
    }
    .shortSection .videoFrame .social_sec {
        display: block;
        width: 100%;
        margin-top: 16px;
        clear: both;
    }
    .shortSection .videoFrame ul.social-icons {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center;
        width: 100%;
        gap: 18px;
        margin: 0;
        padding: 0;
    }
}
.videoFrame iframe {
    width: 100%;
}
.video-item .post-meta span:not(:last-child) {
    border-right: 2px solid #767676;
    padding-right: 3px;
    margin-right: 6px;
}

section.process-section.home-process-section {
    padding: 30px 0 30px;
}

ul.column-five li.process-content {
    list-style: none;
    max-width: 25%;
    width: 24%;
    margin-bottom: 20px;
    padding: 10px;
}

ul.column-five {
    margin-top: 30px;
    padding: 0;
}

ul.column-five.h-auto li.process-content h3 {
    min-height: auto;
}

ul.column-five li.process-content h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    min-height: 44px;
    margin-top: 10px;
}

ul.column-five li.process-content p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

ul.column-five li.process-content img {
    margin-bottom: 10px;
}

section.esgSec_new .contentOuter {
    padding: 0 30px;
    padding-right: 20%;
}

section.esgSec_new .contentOuter .icon {
    display: inline-block;
    padding: 10px 15px;
    background: #ffff;
    border-radius: 10px;
    margin-bottom: 12px;
}

section.gallery_listing {
    padding: 40px 0;
}

section.gallery_listing .gallery-item {
    margin-bottom: 20px;
    transform: translateY(0px);
    transition: all .4s ease;
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.gallery_listing .gallery-item:hover {
    transform: translateY(-6px);
    transition: all .4s ease;
}

section.gallery_listing .gallery-item .gallery-thumb {
    margin-bottom: 10px;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    /* border-radius: 8px; */
    background: #eceae7;
}

section.gallery_listing .gallery-item .gallery-thumb img {
    max-height: 235px;
    object-fit: cover;
     width: 100%;
    height: 100%;
    min-height: 100%;
    object-position: center;
    display: block;
}

section.galImagesec {
    padding: 0px 0 30px;
}

section.galImagesec .galThumb img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 8px;
    min-height: 430px;
    max-height: 450px;
    object-position: center;
}

section.gallery_listing .gallery-item .gallery-title {
    padding: 14px 0 10px;
    position: relative;
}

section.gallery_listing .gallery-item .gallery-title h3 {
    margin: 0;
}

section.gallery_listing .gallery-item .gallery-title .gallery-meta p {
    margin: 0;
}

section.gallery_listing .gallery-item .gallery-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background: #424242;
    top: 0;
}

.gal_table>tbody>tr:nth-of-type(odd)>* {
    background-color: #eceae7;
}

.gal_table>tbody>tr:nth-of-type(even)>* {
    background-color: #f9f9f9;
}

.gal_table td:first-child,
.eventData .table td:first-child {
    width: 30%;
    font-weight: 500;
}

section.galImagesec .galThumb, .gallery-img-holder{
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

section.galImagesec .galThumb img {
    transform: scale(1);
    transition: all 1s ease;
}

section.galImagesec .galThumb:hover img {
    transform: scale(1.1);
    transition: all 1s ease;
}

section.galImagesec .galThumb:before, .gallery-img-holder:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 9;
    opacity: 0;
    background-image: url('https://preview.isdnew.benhams.co.uk/wp-content/uploads/2025/05/loupe.png');
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
}

section.galImagesec .galThumb:after, .gallery-img-holder:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #0000002e;
    left: 50%;
    top: 50%;
    border-radius: 8px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 1s ease;
}

section.galImagesec .galThumb:hover:after, .gallery-img-holder:hover:after {
    opacity: 1;
    transition: all 1s ease;
    width: 100%;
    height: 100%;
}

section.galImagesec .galThumb:hover:before, .gallery-img-holder:hover:before {
    opacity: 1;
    transition: all 1s ease;
}

section.gallery-slider {
    padding: 30px 0;
}

.gallery-detail-image {
    padding-left: 0;
}

.galleryDetail-slider .slick-list {
    max-width: 100%;
}

.galleryDetail-slider .slide-item {
    /* padding: 0 10px; */
    position: relative;
}

.gallery-detail-data {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -25%);
}

.galleryDetail-slider .slick-next:before,
.galleryDetail-slider .slick-prev:before {
    content: none;
}

.gallery-detail-carousel .slick-slide img {
    object-fit: cover;
    height: 468px;
}

.galTag {
    padding: 2px 8px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-bottom: 1px;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 14px;
}

.post-thumbnail {
    min-height: auto;
    overflow: hidden;
}

.post-thumbnail.video-thumbnail {
    min-height: auto;
    position: relative;
}

/* .post-thumbnail.video-thumbnail a::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(60, 60, 60, 0.1);
} */
.post-thumbnail.video-thumbnail img {
    /* min-height: 20rem; */
    height: auto;
}

.post-thumbnail.video-thumbnail .play-icon {
    display: inline-block;
    border: 0 solid;
    background: 0 0;
    width: 0;
    height: 30px;
    border-color: transparent transparent transparent #fff;
    transition: 0.1s;
    cursor: pointer;
    border-width: 22px 0 22px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.blog-section.newVideoSec {
    padding: 20px 0 20px;
}

.newVideoSec .post-content h2,
.newVideoSec .post-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 16px;
    margin-bottom: 0;
}

.newVideoSec .blog-container .load-more {
    margin-bottom: 4rem;
}

.newVideoSec .video-item .post-content {
    background: transparent;
    padding: 0px 6px 7px 10px;
        display: inline-block;
}

.newVideoSec .post-thumbnail.video-thumbnail {
    cursor: pointer;
    padding: 0;
    border-radius: 10px;
}

.newVideoSec .post-thumbnail.video-thumbnail img {
    height: auto;
    min-height: auto;
}

.newVideoSec .post-thumbnail.video-thumbnail img.video-thumb {
    width: 100%;
    position: absolute;
    inset: 0;
    height: auto;
    object-fit: cover;
    object-position: 100% 44%;
    opacity: 1;
    transition: all .5s ease;
    max-height: 210px;
    border-radius: 10px;
    border: 3px solid #f2f2f2;
}

.newVideoSec .video-item iframe {
    border-radius: 10px;
}

.newVideoSec .video-item iframe.yt-video {
    pointer-events: none;
    opacity: 0;
    transition: all .5s ease;
    height: 210px;
    border: 3px solid #f2f2f2;
}
.post-thumbnail.video-thumbnail iframe {
    width: 100%;
}
.newVideoSec .video-item.h-auto {
    height: auto;
}

.newVideoSec .video-item .video-link {
    position: absolute;
    inset: 0;
    z-index: 5;
}

.newVideoSec .post-thumbnail.video-thumbnail.longImg .play-icon {
    border: none;
    font-size: 50px;
    color: rgb(255, 88, 88);
    height: auto;
    width: auto;
    z-index: 8;
    opacity: .7;
}

.newVideoSec .post-thumbnail.video-thumbnail.longImg:hover .play-icon {
    opacity: 1;
}

.newVideoSec .post-thumbnail.video-thumbnail.longImg img {
    height: 410px;
    object-fit: cover;
}

.newVideoSec .blog-listing.video-listing {
    margin-bottom: 5px;
}

.post-thumbnail.video-thumbnail a {
    position: relative;
    display: block;
}

.newVideoSec .post-content .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0;
}

.newVideoSec .video-item {
    margin: 0 5px;
    margin-bottom: 15px;
    border-radius: 10px 10px 0px 0px;
    background: #f2f2f2;
    height: calc(100% - 15px);
}

.newVideoSec .video-item .ytp-large-play-button,
.ytp-button {
    display: none !important;
}

section.blog-section.newVideoSec .slick-prev {
    left: 0;
}

section.blog-section.newVideoSec .slick-next {
    right: 0;
}

.modal-dialog.ytVideo {
    max-width: fit-content;
    min-width: auto;
}

.modal-dialog.ytVideo iframe {
    width: 100%;
    height: 100%;
}

.modal-dialog.ytVideo .modal-content {
    background: #fff0;
}

/* Close (X) button */
.videoModal .btn-close {
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 28px;
    color: #ffffff;
    background: rgb(255 255 255 / 60%);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    z-index: 1001;
    opacity: 1;
}

.modal.videoModal.show {
    transition: all 1s ease;
}

.modal-dialog.ytVideo .shorts-wrapper {
    height: 90vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
}

.modal-dialog.ytVideo .shorts-wrapper::-webkit-scrollbar {
    display: none;
}

.modal-dialog.ytVideo .short-slide {
    height: 100%;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.modal-dialog.ytVideo .short-slide iframe {
    width: 100%;
    height: 100%;
    max-width: 450px;
    aspect-ratio: 9 / 16;
    border-radius: 10px;
}

section.whyChooseSec.countryCards {
    padding: 30px 0;
}

section.whyChooseSec.countryCards .chooseListItem {
    display: flex;
    align-items: start;
    background: #fff;
    padding: 15px 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 9px 1px #d4d4d4;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    transition: .4s all ease;
    transform: translateY(0);
}

section.whyChooseSec.countryCards .chooseListItem:hover {
    transition: .4s all ease;
    transform: translateY(-6px);
}

section.whyChooseSec.countryCards .chooseListItem .chooseThumb {
    margin-top: 10px;
    border-radius: 100%;
    border: 1px solid #cf6a99;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    /* Prevent shrinking */
    display: flex;
    align-items: center;
    justify-content: center;
}

section.whyChooseSec.countryCards .chooseListItem .chooseContent {
    padding: 0 0px 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    /* Take remaining space */
}

section.whyChooseSec.countryCards .chooseListItem .chooseThumb img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    object-fit: cover;
    /* Ensure image fits properly */
}

.chooseListItem .chooseContent {
    padding: 10px 19px;
}

.chooseListItem .chooseContent h3 {
    margin-bottom: 10px;
    font-weight: 400;
}

.chooseListItem .chooseContent p {
    margin-bottom: 10px;
    font-size: 16px;
}

.chooseListItem .chooseContent .btnSec a {
    border: 1.5px solid #d16996;
    font-weight: 300;
    font-size: 14px;
    padding: 3px 20px;
    color: #d16996;
    border-radius: 2px;
    display: inline-block;
    line-height: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.chooseListItem .chooseContent .btnSec a:hover {
    opacity: .8;
    background: #d16996;
    color: #fff;
    border-radius: 4px;
}

section.unitProcessSec_two {
    padding: 20px 0 20px;
}

section.unitProcessSec_two img {
    width: 100%;
}

section.unitProcessSec_two #processSlider {
    padding-top: 10%;
}

section.unitProcessSec_two ol.carousel-indicators {
    position: relative;
    left: auto;
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 0 0px;
    width: 100%;
    bottom: auto;
    margin-bottom: 40px;
}

section.unitProcessSec_two ol.carousel-indicators li {
    position: relative;
    padding-top: 20px;

    height: auto;
    text-indent: inherit;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border: none;
    background: transparent;
}

section.unitProcessSec_two .carousel-inner .content {
    text-align: center;
}

/* section.unitProcessSec_two ol.carousel-indicators .slick-list .slick-track{
    width: auto !important;
} */
section.unitProcessSec_two ol.carousel-indicators li:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    z-index: 4;
}

section.unitProcessSec_two ol.carousel-indicators .slick-list .slick-track {
    min-width: 468px !important;
}

section.unitProcessSec_two ol.carousel-indicators .slick-list .slick-track .slick-slide {
    margin: 0;
    min-width: 100px;
}

section.unitProcessSec_two ol.carousel-indicators .slick-list .slick-track .slick-slide:not(:last-child) li:before {
    content: '';
    position: absolute;
    width: 100%;
    border: 1px solid #f2f2f2;
    top: 10px;
    z-index: 2;
    left: 50%;
}

section.unitProcessSec_two ol.carousel-indicators .slick-list .slick-track .slick-slide.slick-current li:after {
    background: #cd5f91;
}

section.unitProcessSec_two .unitProcessCard {
    text-align: center;
    position: relative;
}

section.unitProcessSec_two .unitProcessCard span.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
    position: relative;
    z-index: 3;
}

section.unitProcessSec_two .unitProcessCard span.number {
    display: block;
    font-size: 45px;
    margin: 10px 0 15px;
    color: #CB5D90;
    font-weight: 500;
}

section.unitProcessSec_two .unitProcessCard h3,
section.unitProcessSec .unitProcessCard p {
    margin: 10px;
}

section.unitProcessSec_two .unitProcessCard:before {
    content: '';
    position: absolute;
    width: calc(100% + 28px);
    border: 1px dashed;
    top: 12px;
    left: 50%;
    transform: translatex(-50%)
}

section.unitProcessSec_two .row .col-lg-3:first-child .unitProcessCard:before {
    width: calc(50% + 14px);
    transform: none;
}

section.unitProcessSec_two .row .col-lg-3:last-child .unitProcessCard:before {
    width: calc(50% + 14px);
    transform: none;
    left: auto;
    right: 50%;
}

section.home-development-listing {
    padding: 30px 0 30px;
    background: #EFEEEC;
}

section.home-development-listing .development-item .development-image img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 230px;
    border-radius: 8px 8px 0px 0px;
}

section.home-development-listing .development-item .development-titlecls h3 {
    margin: 15px 0 10px;
    font-weight: 400;
    font-size: 20px;
}

section.home-development-listing .development-item {
    background: #f4f4ef;
    padding-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 3px #d9d9d9;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

section.home-development-listing .development-item:hover {
    box-shadow: 0px 0px 16px 9px #d9d9d9;
}

section.home-development-listing .development-item .development-titlecls {
    white-space: normal;
    overflow: auto;
}

section.home-development-listing .development-item .development-titlecls,
section.home-development-listing .development-item .development-content.mb2 {
    padding: 0 10px;
    color: #000;
}

section.home-development-listing .development-image {
    border-radius: 8px 8px 0px 0px;
}

section.home-development-listing .development-item .development-content.mb2 {
    margin-bottom: 0;
}

.book-wrapper {
    width: 100%;
    height: 85vh;
    position: relative;
}

.page {
    position: relative;
}

.page canvas {
    width: 100%;
    height: auto;
    display: block;
}

.timeline-section {
    padding: 50px 0;
    background: #f0edec
}


.timeline-section .timeline--container {
    position: relative
}

.timeline-section .timeline--container::before {
    content: "";
    height: 100%;
    width: 7px;
    border-left: 2px solid #cd5f91;
    transform: translateX(-50%);
    position: absolute;
    left: calc(50% - -3px);
    top: 5px;
}

@media(max-width: 992px) {
    .timeline-section .timeline--container::before {
        left: 12px
    }
}

.timeline-section .timeline--container::after {
    display: table;
    content: " ";
    clear: both
}

.timeline-section .timeline {
    float: right;
    width: 50%;
    position: relative;
    margin: 0 0 0 4.2rem;
    padding: 0 0 0 2.2rem
}

@media(max-width: 992px) {
    .timeline-section .timeline {
        width: 100%;
        float: left;
        text-align: left;
        margin: 0 0 0 0rem
    }
}

.timeline-section .timeline::after {
    content: "";
    background-color: #cd5f91;
    height: 16px;
    width: 16px;
    position: absolute;
    right: calc(100% - 8px);
    top: 4px;
    border-radius: 100%;
}

@media(max-width: 992px) {
    .timeline-section .timeline::after {
        left: -11px;
        right: auto;
    }
}

.timeline-section .timeline:nth-child(odd) {
    float: left;
    margin: 0 4.2rem 0 0;
    padding: 0 2.2rem 0 0;
    text-align: right
}

@media(max-width: 992px) {
    .timeline-section .timeline:nth-child(odd) {
        width: 100%;
        float: left;
        text-align: left;
        margin: 0 0 0 0rem;
        padding: 0 0 0 2.2rem
    }
}

.timeline-section .timeline:nth-child(odd)::after {
    right: auto;
    left: calc(100% - 8px);
}

@media(max-width: 992px) {
    .timeline-section .timeline:nth-child(odd)::after {
        right: auto;
        left: -10px;
    }
}

.timeline-section .timeline h2 {
    font-size: 22px;
    margin-top: 0rem;
}

@media(max-width: 992px) {
    .timeline-section .timeline h2 {
        margin-top: 0rem
    }
}

.timeline-section .get-in-touch {
    width: 100%;
    text-align: center
}

section.team-summary .content-overlay--bg {
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}

.about-links-pages {
    background: #f0edec;
    padding: 40px 0
}

@media(max-width: 768px) {
    .about-links-pages {
        padding: 2.5rem 0
    }
}

.about-links-pages .link-page {
    position: relative
}

@media(max-width: 992px) {
    .about-links-pages .link-page {
        margin-bottom: 1.5rem
    }

    .about-links-pages .link-page .image-block {
        /* height: 43rem; */
        overflow: hidden
    }
}

.about-links-pages .link-page .overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    color: #fff;
    padding: 1.5rem
}

.about-links-pages .link-page img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    height: 100%;
    min-height: 232px;
    max-height: 232px;
    object-position: center center
}

@media(max-width: 768px) {
    .about-links-pages .link-page img {
        width: 100%
    }
}

.about-links-pages .link-page a {
    color: #fff;
    display: block;
    background: #afaaa0;
    text-transform: uppercase;
    text-align: center;
    padding: .5rem 0;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    z-index: 2;
}

.about-links-pages .link-page .overlay-top p {
    font-size: 21px;
}

.book-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.book-wrapper .page {
    position: relative;
}

.book-wrapper .page canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.book-wrapper .stf__wrapper {
    padding: 0 !important;
}

.book-wrapper .page a {
    position: absolute;
    z-index: 20;
    pointer-events: auto;
}

.developers-banner .banner-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.developers-banner .banner-content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
    padding: 10px 15px;
    background-color: #ffffff9e;
}

.developers-banner .banner-inner {
    position: relative;
    height: 100%;
    height: calc(100vh - 116px);
}

.developers-banner .banner-content .ban-head {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

section.developmentSearch input {
    border-right: 0px;
    border-radius: 0;
    background: #f0edec;
    outline: 0;
}

section.developmentSearch .input-group-btn button {
    border: none;
    border-left: 0px;
    background: #f0edec;
    min-width: 8rem;
    padding: 10px 0;
    border-radius: 0px 2px 2px 0px;
}

section.developmentSearch .input-group-btn button img {
    width: 20px;
}

section.developmentSearch input:focus {
    background: #f0edec;
    border: none;
}

section.developmentSearch select.form-select {
    background-color: #f0edec;
    border-color: #f0edec;
    box-shadow: none;
    border-radius: 2px;
    padding: .5rem 2.25rem .5rem .75rem;
}

section.banner_crousel button.slick-prev.slick-arrow {
    left: 20px;
}

section.banner_crousel button.slick-next.slick-arrow {
    right: 20px;
}

section.banner_crousel .slick-slide {
    margin: 0;
}

section.banner_crousel .slider_item img {
    max-height: 430px;
    width: 100%;
    object-fit: cover;
}

.webStoryHead {
    margin: 16px 0 0;
    border-left: 4px solid #041e41;
    line-height: 100%;
    font-weight: 400;
    padding-left: 12px;
    color: #041e41;
}

.webStoryCard {
    overflow: hidden;
    height: 350px;
    background: #e6f0f5;
    position: relative;
    margin: 12px 0;
    border-radius: 8px;
    display: block;
}

.webStoryCard .CardIcon {
    position: absolute;
    top: 15px;
    left: 15px;
}

.webStoryCard .CardIcon img {
    height: 25px !important;
    width: 25px !important;
    border-radius: 50px !important;
}

.webStoryCard .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
}

.webStoryCard .content p {
    margin: 0;
}

.webStoryCard .content .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    word-break: break-word;
}

.webStoryCard:hover .content .title {
    text-decoration: underline;
}

.webStoryCard:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0000002e;
}

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

section.service_image_slider button.slick-prev.slick-arrow {
    left: 20px;
}

section.service_image_slider button.slick-next.slick-arrow {
    right: 20px;
}

section.service_image_slider .full-width-img img {
    width: 100%;
    max-height: 70vh;
    object-fit: cover;
}

section.service_image_slider .slick-slide {
    margin: 0;
}

.scrollable-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: up-down 1s linear 1s infinite alternate
}

@keyframes up-down {
    0% {
        bottom: 5px
    }

    50% {
        bottom: 28px
    }

    100% {
        bottom: 5px
    }
}

.How-we-work {
    background-color: #f0edec;
    padding: 40px 0;
}

.How-we-work .sectionHead {
    margin-bottom: 25px;
}

.How-we-work .stepsThumb img {
    max-width: 100%;
}

.How-we-work .stepsContent {
    text-align: center;
    background: #fff;
    padding-bottom: 20px;
    margin-top: 10px;
    height: calc(100% - 10px);
    transition: all .3s ease;
}

.How-we-work .stepsContent:hover {
    transform: translateY(-10px) !important;
}

.stepsContent h3 {
    background: #d677a0;
    color: #fff;
    padding: 7px 10px;
    font-weight: 400;
}

.stepsContent p {
    padding: 0 20px;
    margin-bottom: 0;
}

.whyChooseSec-2 {
    background: #EFEEEC;
    padding: 40px 0;
}

.whyChooseSec-2 .chooseListItem {
    text-align: center;
    margin-bottom: 10px;
}

.whyChooseSec-2 .chooseListItem .chooseThumb {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /*   background: #cd5f91; */
    line-height: 70px;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    width: 70px;
    /*   height: 70px; */
    border-radius: 100%;
    margin: 0 auto 10px;
}

.whyChooseSec-2 .chooseListItem .chooseThumb img {
    width: 70px;
}

.whyChooseSec-2 .chooseListItem .chooseContent {
    padding: 10px 19px;
}

.whyChooseSec-2 .chooseListItem .chooseContent h3 {
    margin-bottom: 10px;
    font-weight: 400;
}

.whyChooseSec-2 .chooseListItem .chooseContent p {
    margin-bottom: 10px;
    font-size: 16px;
}

section.refurbisTable {
    padding: 40px 0 30px;
}
section.refurbisTable table.table td, section.refurbisTable table.table th{
    background-color: transparent;
}
section.refurbisTable table.table thead {
    background: #EFEEEC;
}

section.refurbisTable table.table tbody tr:nth-child(odd) {
    background: #F9F9F9;
}

section.refurbisTable table.table,
section.refurbisTable table.table td {
    border: 0;
}

section.refurbisTable table.table tbody tr td:not(:first-child),
section.refurbisTable table.table thead tr th:not(:first-child) {
    text-align: center;
}

section.refurbisTable table.table td {
    font-size: 17px;
    color: #3c3c3c;
    font-weight: 400;
}
.bg-lightwarmgrey
 {
    background: #f0edec;
}

.client-slider {
    padding: 30px 20px
}

.client-slider .heading-2 {
    font-weight: 300;
    max-width: 992px;
    margin: auto;
    margin-bottom: 60px;
    font-size:25px;
}

.client-slider .heading-2.text-bold {
    font-weight: 500
}

.client-slider .slick-slide img {
    margin: 0 auto
}

section.icon_services_sec {
    padding: 30px 0 10px;
}

section.icon_services_sec .sectionHead {
    margin-bottom: 40px;
}

section.icon_services_sec .iconCard {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.icon_services_sec .iconCard .thumb {
    width: fit-content;
    margin: 0 auto 0px;
    background: #cd5f91;
    padding: 9px;
    border-radius: 100%;
    transform: rotate(0deg);
    transition: all 1s ease;
}

section.icon_services_sec .iconCard:hover .thumb {
    transform: rotate(360deg);
}

section.icon_services_sec .iconCard .content h3 {
    font-size: 19px;
    margin: 0;
    line-height: 23px;
}

section.icon_services_sec .iconCard .thumb img {
    filter: invert(1) brightness(10.5);
    width: 50px;
}

section.icon_services_sec .iconCard .content {
    width: 100%;
    margin: 0 auto;
    background: #f7f7f6;
    padding: 20px 10px 20px 20px;
    border-radius: 5px;
    text-align: left;
    min-height: 86px;
    display: flex;
    align-items: center;
}

section.whyDoSec {
    padding: 30px 0;
}

section.whyDoSec .chooseListItem {
    text-align: left;
    margin-bottom: 20px;
    background: #fff;
    height: calc(100% - 20px);
    padding: 15px 15px;
}

section.whyDoSec .chooseListItem .chooseThumb {
    margin: 0 0 10px;
}

section.whyDoSec .chooseListItem .chooseThumb img {
    width: 50px;
}

section.whyDoSec .chooseListItem .chooseContent {
    padding: 0;
}

.service-project-carousel {
    width: 100%;
    padding: 30px 0;
}

.service-project-carousel .image-carousel {
    margin-bottom: 4rem
}

.project-slider .after-before-container {
    position: absolute;
    bottom: 35px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff
}

.project-slider .after-before-container .before {
    position: absolute;
    left: 15px
}

.project-slider .after-before-container .after {
    position: absolute;
    right: 15px
}

.project-slider .slide-item {
    position: relative;
    overflow: hidden;
    max-height: 200px
}

.project-slider .slide-item:hover .slider-overlay {
    display: block
}

@media(max-width: 768px) {
    .project-slider .slide-item {
        max-height: 150px
    }
}

.project-slider .slick-list img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center center;
    min-height: 280px;
    max-height: 280px
}

@media(max-width: 768px) {
    .project-slider .slick-list img {
        object-position: bottom center
    }
}

.project-slider .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    display: none
}

.project-slider .slider-overlay .slider-item-content {
    background: #fff;
    padding: 1rem 1.5rem;
    height: 100%;
    overflow: auto
}

.project-slider .slider-overlay .slider-item-content h2 {
    margin-bottom: 1.6rem
}

.project-slider .slider-overlay .slider-item-content span:focus {
    outline: none
}

.project-slider .slider-overlay .slider-item-content p:last-child {
    margin-bottom: 0
}

.project-slider .slide-item {
    max-height: fit-content;
    border-radius: 15px;
}

.project-slider .slider-overlay {
    display: block;
    height: auto;
    top: auto;
    bottom: 0;
    padding: 0;
}

.project-slider .slider-overlay .slider-item-content {
    background: #00000087;
    color: #fff;
}

.project-slider .slide-item .customheadingcls {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.project-slider .slide-item:hover .customheadingcls {
    -webkit-line-clamp: none;
}

.project-slider .slider-overlay .slider-item-content p:last-child {
    font-size: 13px;
}

.product-thumbs .item {
    position: relative;
}

.product-thumbs .item .play-icon {
    display: inline-block;
    width: 30px;
    border: 0;
    background: transparent;
    width: 0;
    height: 30px;
    border-color: transparent transparent transparent rgb(255, 0, 0);
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 22px 0 22px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logoBtn {
    position: relative;
    padding-left: 20px !important;
}

.logoBtn img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
    width: 45px;
}

.international-offices {
    display: flex;
    flex-direction: column
}

.international-offices .office-listing {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-top: 1px solid #c1c1c1
}
.development_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 20px);
    margin: 10px 0;
}
.development_card a.thumb img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}
.development_card p.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 52px;
}
.development_card .content p{
    margin-bottom: 3px;
    font-size: 15px;
}
@media(max-width: 520px) {
    .international-offices .office-listing {
        flex-direction: column
    }
}

.international-offices .office-listing:last-child {
    border-bottom: 1px solid #c1c1c1
}

.international-offices .office-listing .h2 {
    margin-bottom: 0
}

@media only screen and (min-device-width: 994px)and (max-device-width: 1220px) {
    .international-offices .office-listing .h2 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem
    }
}

@media(max-width: 768px) {
    .international-offices .office-listing .h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem
    }
}


.international-offices .office-listing a.btn:last-of-type {
    margin-right: 0
}

@media(max-width: 768px) {
    .international-offices .office-listing a.btn {
        min-width: 110px
    }
}
.eventData .table tr:nth-child(odd) td {
  background: #eceae7;
}
.eventData .table tr:nth-child(even) td {
  background: #f9f9f9;
}
.shareModalIcon {
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 13px 17px;
}
ul.social-icons {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 12px;
    justify-content: end;
}
ul.social-icons li img {
    width: 35px;
}
ul.social-icons li img:hover {
    filter: blur(.2px) brightness(.7);
}
p.date {
    padding: 5px 5px 5px 2px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
p.date i {
    color: #bd497e;
    margin-right: 3px;
    font-size: 17px;
}
div#serviceAccordion {
    border-radius: 0;
}

div#serviceAccordion .accordion-button {
    padding: 10px 10px;
    background-color: #fff0;
    box-shadow: none;
    border-top: 1px solid #9b9b9b;
}

div#serviceAccordion .accordion-item {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

div#serviceAccordion .accordion-item .accordion-body {
    padding: 5px 10px 10px;
}
.showcase {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 1px;
      background: #161622;
      border: 1px solid #161622;
      border-top: none;
      border-bottom: none;
      overflow: hidden;
    }

    .showcase-item {
      flex: 1 1 180px;
      padding: 1.1rem 1.3rem;
      background: #cd5f91;
      display: flex;
      align-items: center;
      gap: 0.8rem;
      transition: background 0.2s;
      cursor: pointer;
    }
    .showcase-item:hover { background: #161622; }

    .showcase-item .agent-badge {
      width: 36px;
      height: 36px;
      border-radius: 8px;
    }
    .showcase-item .badge-initials { font-size: 0.75rem; }
    .showcase-item .agent-name { font-size: 0.78rem; }
    .showcase-item .agent-role { font-size: 0.55rem; }

    .agent-badge {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    }

    .badge-initials {
      font-family: 'Syne', sans-serif;
      font-weight: 800;
      font-size: 0.9rem;
      color: #fff;
      letter-spacing: 0.05em;
      text-shadow: 0 1px 3px rgba(0,0,0,0.4);
    }

    .bg-gold   { background: linear-gradient(135deg, #c8a84b, #8a6820); }
    .bg-teal   { background: linear-gradient(135deg, #1fb39e, #0d6b5f); }
    .bg-red    { background: linear-gradient(135deg, #e84040, #a01818); }
    .bg-blue   { background: linear-gradient(135deg, #3a8bff, #1850b8); }
    .bg-violet { background: linear-gradient(135deg, #9b5de5, #5a189a); }
    .bg-slate  { background: linear-gradient(135deg, #5a7289, #2c3e50); }
    .bg-amber  { background: linear-gradient(135deg, #ff9a3c, #c25e00); }
    .bg-green  { background: linear-gradient(135deg, #44c97c, #1a7a45); }

    .agent-text { display: flex; flex-direction: column; line-height: 1.2; }

    .agent-name {
      font-size: 0.88rem;
      font-weight: 800;
      color: #f5f0e8;
      white-space: nowrap;
      letter-spacing: 0.02em;
    }
    .agent-role {
      font-size: 0.6rem;
      color: rgb(255 255 255 / 77%);
      letter-spacing: 0.1em;
      text-transform: uppercase;
      white-space: nowrap;
      margin-top: 3px;
    }

    .status-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      flex-shrink: 0;
      background: #44c97c;
      box-shadow: 0 0 6px #44c97c;
      animation: pulse 2s ease-in-out infinite;
      margin-left: 4px;
    }
    .status-dot.idle { background: #f0b429; box-shadow: 0 0 6px #f0b429; }
    .status-dot.busy { background: #e84040; box-shadow: 0 0 6px #e84040; animation: none; }

    @keyframes pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50%       { opacity: 0.5; transform: scale(0.8); }
    }


    /* Toggle button */
.country-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

/* Flag size */
.country-toggle img {
    width: 20px;
    height: 14px;
    object-fit: cover;
}

/* Add arrow */
.country-toggle::after {
    content: "▾";
    font-size: 12px;
    margin-left: 4px;
}

/* Dropdown box */
.country-dropdown .dropdown-menu {
    min-width: 120px;
    border-radius: 6px;
    padding: 5px 0;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Dropdown items */
.country-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    font-size: 14px;
}

/* Flag inside dropdown */
.country-dropdown .dropdown-item img {
    width: 18px;
    height: 12px;
}

/* make full area clickable */
.country-dropdown .dropdown-toggle {
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.country-dropdown .dropdown-toggle::after {
    display: inline-block;
     pointer-events: none;
}


.page-title .with-border{
    font-weight: 400;
    border-bottom: 0px !important;
    font-size:2rem;
}
.privacy-page h3 {
    margin-bottom: 1rem;
}
.tooltipSec .iconInner {
    position: relative;
    cursor: pointer;
}

.tooltipSec .iconInner .iconContent {
    position: absolute;
    min-width: 240px;
    bottom: calc(100% + 8px);
    left: 50%;
    border-radius: 6px;
    transform: translateX(-50%);
    background: #cd5f91;
    color: #fff;
    text-align: center;
    padding: 6px 5px;
    font-size: 12px;
    line-height: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    cursor: default;
    display: none;
    opacity: 0;
	z-index:9;
}

.tooltipSec .iconInner .iconContent:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    background: #cd5f91;
    bottom: -9px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    left: 50%;
    transform: translateX(-50%);
}

.tooltipSec .iconInner:hover .iconContent {
    display: block;
    opacity: .9;
}
.mianSlider {
    max-width: 100%;
}
.mianSlider button.slick-arrow:before {color: #fff;}
.mianSlider .slick-slide {
    margin: 0;
}
.mianSlider button.slick-prev.slick-arrow {
    left: 10px;
}
.mianSlider button.slick-next.slick-arrow {
    right: 10px;
}
.videoModalBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.videoModalBtn img {min-height: auto !important;}
.video-dialog { max-width: 300px; border-radius: 10%; }
.video-dialog .modal-content { background: #000; border: none; border-radius: 8px; overflow: visible; }
.video-dialog .modal-body { padding: 0; }
.video-dialog .modal-body iframe { display: block; height: 520px; width: 300px; border-radius: 0 0 8px 8px; }
.video-dialog .btn-close {
  z-index: 12;
  position: absolute;
  right: -15px;
  top: -15px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 100%;
  opacity: 1;
  line-height: 100%;
  padding: 7px 6px 5px;
}
div.modal.videoModal-2 .modal-dialog {
    box-shadow: none;
}
div.modal.videoModal-2 .modal-dialog .modal-content {background-color: #fff0;box-shadow: none;}

div.modal.videoModal-2 .modal-dialog .modal-content iframe {
    min-width: 100%;
    min-height: 350px;
}
.map-sec {
	width:100%;
	height: 100%;
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
	background-blend-mode: luminosity;
}
.map-sec ul {
    width: 90%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: space-around;
	flex-wrap:wrap;
}
.map-sec ul li {
    max-width: 48%;
}
.map-sec ul li .map_icon img {
    width: 30px;
}
.map-sec ul li a {
    padding: 20px 10px;
    display: inline-block;
    margin: 10px;
    backdrop-filter: blur(2px);
    background-color: #f3f3f370;
    border-radius: 8px;
}
.map-sec ul li p {
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    line-height: 19px;
}
.map-sec ul li h3 {
    margin-bottom: 2px;
    font-size: 18px;
}
.map-sec ul li .map_icon {
    margin-bottom: 10px;
	transition: transform 0.3s ease-in-out;
}
.map-sec ul li a:hover {
    background-color: #f3f3f3ab;
}
.map-sec ul li a:hover .map_icon {
    animation: mapIconMoving 2s infinite;
}

@keyframes mapIconMoving {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
@media screen and (max-width: 700px){
	.map-sec ul li {
		max-width: 100%;
	}
	section#aboutSection h2{
		margin-top:20px;
	}
}


/* new css diamond */
 /* ══════════════════════════════
       SECTION 1 – HERO
    ══════════════════════════════ */
    .diamond-hero {
      position: relative;
      min-height: 640px;
      background: url('https://d3mit689r2l6gm.cloudfront.net/isd_uk/staging/rectangle_2236.webp') center/cover no-repeat;
      display: flex;
      align-items: center;
    }
    .diamond-pill {
    font-size: .68rem;
    text-transform: uppercase;
    color: #3a2e2e;
    font-weight: 500;
    border: 1px solid #e8d5c5;
    border-radius: 100px;
    padding: .28rem .85rem;
    background: rgba(233, 192, 192, 0.25);
    display: inline-block;
        margin-bottom: 6px;
    }

    .diamond-hero__inner {
      position: relative;
      z-index: 2;
      width: 100%;
    }
    .diamond-hero__copy .diamond-tag {

      font-size: .7rem;
      font-weight: 600;
      color: #c97070;
      text-transform: uppercase;
      margin-bottom: .5rem;
    }
    .diamond-hero__copy h1 {
      font-size: clamp(2.6rem, 5vw, 4rem);
      font-weight: 500;
      line-height: 1.1;
      color: #3a2e2e;
      margin-bottom: 1rem;
    }
    .diamond-hero__copy p {
      font-size: .95rem;
      font-weight: 400;
      color: #3a2e2e;
      line-height: 1.7;
      max-width: 400px;
    }
    .diamond-hero__copy .diamond-pills {
      display: flex;
      flex-wrap: wrap;
      gap: .4rem;
      margin-top: 1rem;
    }
    .diamond-hero__copy .diamond-pill {
      font-size: .68rem;
      text-transform: uppercase;
      color: #8a7070;
      border: 1px solid #e8d5c5;
      border-radius: 100px;
      padding: .25rem .75rem;
      background: rgba(255,255,255,.5);
      font-weight:400;
    }
    .diamond-rsvp-card--center {
        background: rgba(255, 255, 255, 0.45);   /* more transparent like screenshot */
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,0.5);
        max-width: 560px;
        margin: 0 auto;
        }


    /* RSVP card */
    .diamond-rsvp-card {
      background: rgba(255,255,255,.88);
      backdrop-filter: blur(12px);
      border: 1px solid #e8d5c5;
      border-radius: 4px;
      padding: 2.4rem 2rem;
      box-shadow: 0 12px 48px rgba(58,46,46,.08);

    }
    .diamond-rsvp-card h2 {
      font-size: 1.5rem;
      font-weight: 500;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 1.4rem;
      color: #3a2e2e;
    }
    .diamond-form-control {
      border: 1px solid #e8d5c5;
      border-radius: 2px;
      background: rgba(253,246,238,.6);
      font-size: .85rem;
      color: #3a2e2e;
      padding: .6rem .9rem;
      margin-bottom: .75rem;
      width: 100%;
      outline: none;
      transition: border-color .2s;
    }
    .diamond-form-control:focus { border-color: #c97070; }
    .diamond-form-control::placeholder { color: #8a7070; }
    .diamond-radio-group {
      font-size: .8rem;
      color: #8a7070;
      margin-bottom: 1rem;
    }
    .diamond-radio-group label { margin-right: 1rem; cursor: pointer; }
    .diamond-btn-rose {
      display: block;
      width: 100%;
      background: #c97070;
      color: #fff;
      border: none;
      border-radius: 2px;
      font-size: .78rem;
      font-weight: 600;
      padding: 5px;
      cursor: pointer;
      transition: background .2s;
    }
    .diamond-btn-rose:hover { background: #a85050; }

    /* Remove the full-section gradient overlay */
.diamond-hero::before {
  background: transparent;
}

/* Centered box wrapping both columns */
.diamond-hero__box {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto;
  opacity: 0.9;
}

/* Left copy side — no bg, just padding */
.diamond-hero__copy-wrap {
  padding: 2.8rem 2.2rem;
}

.diamond-hero__copy-wrap h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  color: #3a2e2e;
  margin-bottom: 1rem;
}

.diamond-hero__copy-wrap p {
  font-size: .88rem;
  color: #3a2e2e;
  line-height: 1.7;
}

/* Right form side — solid white bg */
.diamond-hero__form-wrap {
  background: rgb(252, 252, 252);
  padding: 2.4rem 2rem;
  box-shadow: white;

}

.diamond-hero__form-wrap h2 {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.4rem;
  color: #3a2e2e;
}

/* Mobile: stack but keep side by side feel */
@media (max-width: 767px) {
  .diamond-hero__box {
    max-width: 100%;
  }
  .diamond-hero__copy-wrap {
    padding: 2rem 1.5rem 1.2rem;
  }
  .diamond-hero__form-wrap {
    border-left: none;
    border-top: 1px solid rgba(232, 213, 197, 0.6);
    padding: 1.8rem 1.5rem;
  }
}

    /* ══════════════════════════════
       SECTION 2 – DATE / VENUE
    ══════════════════════════════ */
/* ── UPDATED CSS — replace your existing styles with this ── */

.diamond-venue {
  background-color: rgba(253, 226, 195, 1);
  position: relative;
}

.diamond-venue::before {
  display: none;
}

.diamond-venue__inner {
  position: relative;
  z-index: 2;
  padding: 2.5rem 0;
}

.diamond-venue__wrap {
  max-width: 780px;
  margin: 0 auto;
}


/* ── Top Row ── */
.diamond-venue__top-row {
  display: flex;
  align-items: center;
  gap: 1.4rem;              /* tighter gap so address hugs event info */
  /* margin-bottom: 2.8rem;    more space before the consultation block */
  justify-content: center;
}

.diamond-venue__date-block {
  text-align: center;
  flex-shrink: 0;
}

.diamond-venue__day {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  color: #c97070;
}

.diamond-venue__month {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #c97070;
}

.diamond-venue__divider {
  width: 1px;
  height: 52px;
  background: #c97070;
  flex-shrink: 0;
  opacity: 0.4;
}

.diamond-venue__canape {
  font-size: 25px;
  font-weight: 600;
  color: #c97070;
  margin-bottom: .15rem;
}

.diamond-venue__time {
  font-size: 1.8rem;
  font-weight: 400;
  color: #c97070;
  line-height: 1.2;
}

.diamond-venue__address {
  font-size: 20px;
  font-weight: 400;
  color: #c97070;
}

/* ── Bottom Row ── */
.diamond-venue__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(201, 112, 112, 0.3); /* subtle separator */
}

.diamond-consult-block {
  padding-left: 0;
}

.diamond-consult-block h5 {
  font-size: 1.25rem;        /* bigger heading */
  font-weight: 700;
  margin-bottom: .2rem;
  color: #c97070;
}

.diamond-consult-block .diamond-consult-time {
  font-size: 1.1rem;
  font-weight: 400;
  color: #c97070;
}

.diamond-consult-block small {
  font-size: .73rem;
  color: #c97070;
  font-style: italic;
}

/* ── Solid Button ── */
.diamond-btn-solid {
  display: inline-block;
  background: #c97070;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: .8rem;
  font-weight: 500;
  padding: .85rem 1.8rem;
  text-decoration: none;
  transition: background .2s;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
}

.diamond-btn-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c97070;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: .8rem;
  font-weight: 500;
  padding: .85rem 1.8rem;
  text-decoration: none;
  transition: background .2s;
  white-space: nowrap;
  cursor: pointer;
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .diamond-venue__top-row {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    /* margin-bottom: 1.6rem; */
  }

  .diamond-venue__divider {
    display: none;
  }

  /* Clear visual break on mobile so consultation ≠ event details */
  .diamond-venue__bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    margin-top: 1rem;
    padding-top: 1.4rem;

  }

  /* Button full-width on mobile for clarity */
  .diamond-btn-solid {
    width: 100%;
    text-align: center;
  }
}

    /* ══════════════════════════════
       SECTION 3 – ABOUT / ACCORDION
    ══════════════════════════════ */
    .diamond-about {
      background: #fdf6ee;
      padding: 5rem 0;
      position: relative;
      overflow: hidden;
    }
   .diamond-about__deco-tr {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;      /* IMPORTANT reset */
  left: auto;     /* reset */
  width: clamp(140px, 18vw, 220px);
  pointer-events: none;
}
   .diamond-about__deco-bl {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;   /* reset */
  right: auto;    /* reset */
  width: clamp(120px, 16vw, 200px);
  pointer-events: none;
}


    .diamond-about h2 {
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 500;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 1.4rem;
      color: #3a2e2e;
    }
    .diamond-about__lead {
      text-align: center;
      font-size: .92rem;
      font-weight: 300;
      line-height: 1.8;
      max-width: 620px;
      margin: 0 auto 1rem;
      color: #3a2e2e;
    }
    .diamond-about h3 {
      font-size: 1.3rem;
      font-weight: 500;
      text-transform: uppercase;
      text-align: center;
      color: #3a2e2e;
      margin: 2.5rem 0 1.5rem;
    }
    .diamond-accordion { max-width: 560px; margin: 0 auto; }
    .diamond-accordion-item {
      border: 1px solid #e8d5c5;
      border-radius: 2px;
      margin-bottom: .5rem;
      overflow: hidden;
    }
    .diamond-accordion-btn {
      display: flex;
      align-items: center;
      gap: 1rem;
      width: 100%;
      background: #fff;
      border: none;
      padding: .85rem 1.2rem;
      cursor: pointer;
      font-size: .85rem;
      font-weight: 500;
      color: #3a2e2e;
      text-align: left;
      transition: background .2s;
    }
    .diamond-accordion-btn:hover { background: #f9ead8; }
    .diamond-acc-num {
      width: 26px; height: 26px;
      border-radius: 50%;
      background: #c97070;
      color: #fff;
      font-size: .72rem;
      font-weight: 700;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .diamond-acc-arrow {
      margin-left: auto;
      font-size: .65rem;
      color: #8a7070;
      transition: transform .3s;
    }
    .diamond-accordion-item.open .diamond-acc-arrow { transform: rotate(180deg); }
    .diamond-accordion-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height .35s ease;
      background: #f9ead8;
      font-size: .83rem;
      font-weight: 300;
      line-height: 1.7;
      color: #8a7070;
    }
    .diamond-accordion-body p { padding: .9rem 1.2rem .9rem 3.4rem; margin: 0; }

    /* ══════════════════════════════
       SECTION 4 – OFFER
    ══════════════════════════════ */
    .diamond-offer {
      background: #f9ead8;
      padding: 4rem 0;
      position: relative;
      overflow: hidden;
    }
    .diamond-offer__deco-left {
      position: absolute;
      top: 50%; left: 0;
      width: clamp(100px, 14vw, 180px);
      pointer-events: none;
    }
    .diamond-offer__copy { padding-left: 1rem; }
    .diamond-offer__eyebrow {
      font-size: 1.5rem;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: .5rem;
    }
    .diamond-offer__pct {
      font-size: clamp(3.5rem, 7vw, 5.5rem);
      font-weight: 400;
      color: #c97070;
      line-height: 1;
      margin-bottom: .25rem;
    }
    .diamond-offer__sub {
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 1.2rem;
    }
    .diamond-offer__tc {
      font-size: .73rem;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: .6rem;
    }
    .diamond-offer__list {
      padding: 0;
      margin: 0 0 1.4rem;
    }
    .diamond-offer__list li {
      font-size: .82rem;
      font-weight: 400;
      position: relative;
    }

    .diamond-offer__img-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px;
    }
    .diamond-offer__img-grid img:first-child {
      grid-row: 1 / 3;
      width: 100%; height: 100%;
      object-fit: cover;
      border-radius: 2px;
      margin-top: 68px;
    }
    .diamond-offer__img-grid img:not(:first-child) {
      width: 100%; height: 100%;
      object-fit: cover;
      border-radius: 2px;
    }

    /* ══════════════════════════════
       SECTION 5 – RAFFLE
    ══════════════════════════════ */
    .diamond-raffle {
      background: #fdf6ee;
      padding: 5rem 0;
      position: relative;
      overflow: hidden;
    }
    .diamond-raffle__deco-left {
      position: absolute;
      top: 50%; left: 0;
      transform: translateY(-50%);
      pointer-events: none;
    }
    .diamond-raffle__deco-right {
      position: absolute;
      top: 70%; right: 0;
      transform: translateY(-50%);
      pointer-events: none;
    }
    .diamond-raffle h2 {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 500;
      text-transform: uppercase;
      text-align: center;
      color: #c97070;
      margin-bottom: .6rem;
    }
    .diamond-raffle__sub {
      text-align: center;
      font-size: .85rem;
      font-weight: 400;
      color: #8a7070;
      margin-bottom: 2.4rem;
    }
    .diamond-prize-card {
      background: rgba(254, 246, 220, 1);
      border: 1px solid #e8d5c5;
      border-radius: 3px;
      padding: 1.3rem 1.6rem;
      display: flex;
      align-items: center;
      gap: 1.4rem;
      margin-bottom: .9rem;
    }
    .diamond-prize-num { text-align: center; flex-shrink: 0; }
    .diamond-prize-num .ord {
      font-size: 2rem;
      font-weight: 600;
      color: #c97070;
      line-height: 1;
    }
    .diamond-prize-num .ord sup { font-size: .65em; }
    .diamond-prize-num .lbl {
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: #c97070;
    }
    .diamond-prize-info h5 {
      font-size: 1.05rem;
      font-weight: 500;
      margin: 0 0 .15rem;
      color: rgba(218, 117, 115, 1);
    }
    .diamond-prize-info small {
      font-size: .75rem;
      color: rgba(218, 117, 115, 1);
      font-weight: 300;
    }
    .diamond-raffle__cta { text-align: center; margin-top: 2rem; }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 767px) {
      .diamond-hero { min-height: auto; padding: 3rem 0; }
      .diamond-rsvp-card { margin-top: 2rem; }
      .diamond-venue__date-block {
        border-right: none;
        border-bottom: 1px solid #e8d5c5;
        padding-right: 0;
        margin-bottom: 1rem;
      }
      .diamond-consult-block { padding-left: 0; }
      .diamond-offer__img-grid { height: auto; grid-template-rows: 200px 200px; }
    }
a.anchor-underline {
    text-decoration: underline;
}

.development-item {
position: relative;
}
.development-tagOverlay {padding: 2px 8px;background: rgba(0, 0, 0, 0.4);color: #fff;margin-bottom: 1px;display: inline-block;font-weight: 500;position: absolute;z-index: 1;font-size: 14px;}
section.brochure-process{
    padding: 40px 0;
}
.brochure-process .row{
    background: #f0edec;
}
.banner_text .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #afaaa0;
    border-radius: 0px;
}
.iphone-img-text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    height: auto !important;
    padding: 0px 15px;
	margin:0 !important
}
.zigzagsection .zigzag_row:nth-child(even) .zigzag_col .iphone-img-text{
	right: auto;
	left:8px;
}
h3.investgpack {
    font-weight: 600;
    font-size: 34px;
}

  /* SECTION LABELS */
  .section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .section-label::before {
    content: '';
    display: block;
    width: 24px;
    height: 1.5px;
    background: #cd5f91;
  }

  
/* btr-new-css */



        :root {
            --btr-pink: #cb5d90;
            --btr-pink-light: #f0e8ec;
            --btr-dark: #3c3c3c;
            --btr-dark-bg: #2d2d2d;
            --btr-process-bg: #333333;
            --btr-text: #1a1a1a;
            --btr-muted: #777;
            --btr-border: #e8e8e8;
            --btr-white: #ffffff;
            --btr-why-bg: rgba(240, 232, 236, 0.3);
            --btr-radius: 8px;
            --btr-transition: 0.3s ease;
        }

        /* ─── RESET / BASE ──────────────────────────────────────── */
        .btr-hero-section,
        .btr-stats-overview-section,
        .btr-why-section,
        .btr-who-section,
        .btr-services-section,
        .btr-process-section,
        .btr-esg-section,
        .btr-blogs-section,
        .btr-projects-section,
        .btr-area-section,
        .btr-cta-section,
        .btr-footer {
            box-sizing: border-box;
            font-family: 'Work Sans', sans-serif;
        }

        /* ─── SECTION 1: HERO ────────────────────────────────────── */
        .btr-hero-section {
            position: relative;
            height: 1px;
            /* Fluid height: scales with viewport, bounded for phones and large desktops */
            min-height: clamp(16rem, 40vh + 3.5rem, 46rem);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .btr-hero-bg {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            z-index: 0;
        }

        .btr-hero-video {
            position: absolute;
            left: 0;
            width: 100%;
            max-width: 100%;
            height: auto;
            top: 50%;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
            display: block;
        }

        .btr-hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 60%, transparent 100%);
            z-index: 1;
        }

        /* NAV */
           .btr-navbar {
            position: absolute;
            z-index: 10;
            display: flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(4px);
            gap: 0;
            border-bottom: 1px solid white;
            width: 100%;
            /* no gap — spacing controlled per child */
        }
        nav.btr-navbar.nav-fixed {
            position: fixed;
            width: 100%;
            background: #333333;
            top: 0;
            z-index: 999;
        }
        .btr-nav-brand {
            flex-shrink: 0;
            margin-right: 20px;
        }

        .btr-nav-brand .brand-text {
            font-family: 'Work Sans', sans-serif;
            font-weight: 500;
            font-size: 16px;
            color: #fff;
            letter-spacing: 0.5px;
            white-space: nowrap;
        }

        /* The | separator */
        .btr-nav-divider {
            width: 1px;
            height: 22px;
            background: rgba(255, 255, 255, 0.4);
            flex-shrink: 0;
            margin-right: 20px;
        }

        /* Nav links — left-aligned, no auto margin */
        .btr-nav-links {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 2px;
            flex: 1;
            /* takes remaining space, pushes quote btn right */
        }

        .btr-nav-link {
            font-family: 'Work Sans', sans-serif;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;
            padding: 6px 10px;
            border-radius: 4px;
            transition: color 0.3s ease;
            white-space: nowrap;
            font-weight: 400;
        }

        .btr-nav-link:hover,
        .btr-nav-link.active {
            color: #fff;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

        .btr-quote-btn {
            flex-shrink: 0;
            background: #cb5d90;
            color: #fff;
            font-family: 'Work Sans', sans-serif;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.8px;
            padding: 8px 18px;
            border-radius: 4px;
            text-decoration: none;
            white-space: nowrap;
            transition: background 0.3s ease;
            margin-left: 16px;
        }

        .btr-quote-btn:hover {
            background: #b54d7e;
            color: #fff;
        }

        @media (max-width: 991px) {
            .btr-nav-divider {
                display: none;
            }

            .btr-nav-links,
            .btr-quote-btn {
                display: none;
            }
        }

        /* Hide hamburger on desktop — only show on mobile */
        .btr-hamburger {
            display: none;
            /* hidden by default on desktop */
            flex-direction: column;
            gap: 5px;
            background: none;
            border: none;
            cursor: pointer;
            padding: 4px;
            margin-left: 12px;
        }

        .btr-hamburger span {
            width: 22px;
            height: 2px;
            background: #fff;
            border-radius: 2px;
            display: block;
        }

        /* Show hamburger only on mobile */
        @media (max-width: 991px) {
            .btr-hamburger {
                display: flex;
                margin-left: auto;
            }

            .btr-nav-links,
            .btr-quote-btn,
            .btr-nav-divider {
                display: none;
            }
        }
        

        /* HERO CONTENT */
        .btr-hero-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 5;
            padding: 0 clamp(0.75rem, 4vw, 1.625rem);
            width: min(92%, 40rem);
        }

        .btr-hero-title {
            font-family: 'Work Sans', sans-serif;
            font-weight: 500;
            font-size: clamp(1.5rem, 2.8vw + 0.85rem, 2.75rem);
            line-height: 1.15;
            letter-spacing: 0px;
            color: #fff;
        }
        p.text-white.psub {
            font-weight: 400;
        }

        /* Desktop: restore generous hero proportions (fluid rules above stay mobile‑first) */
        @media (min-width: 992px) {
            .btr-hero-section {
                min-height: clamp(33rem, 46vh + 1.5rem, 44rem);
            }

            .btr-hero-content {
                width: min(66%, 52rem);
                padding: 0 1.625rem;
            }

            .btr-hero-title {
                font-size: 2.5rem;
                line-height: 1.2;
            }

            .btr-navbar {
                padding: 14px 32px;
                padding-left: max(32px, env(safe-area-inset-left, 0px));
                padding-right: max(32px, env(safe-area-inset-right, 0px));
            }
        }

        .btr-hero-subtitle {
            font-family: 'Work Sans', sans-serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
        }

        /* ─── SECTION 2: STATS + OVERVIEW ──────────────────────── */

        /* Stats Row */
        .btr-stats-row {
            border-bottom: 1px solid var(--btr-border);
            gap: 0;
        }

        .btr-stat-item {
            padding: 0 20px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .btr-stat-divider {
            width: 1px;
            background: var(--btr-border);
            margin: 0;
            align-self: stretch;
        }

        .btr-stat-number {
            font-family: 'Work Sans', sans-serif;
            font-size: 38px;
            font-weight: 300;
            color: var(--btr-text);
            line-height: 1;
            display: block;
        }

        .btr-stat-label {
            font-family: 'Work Sans', sans-serif;
            font-size: 10px;
            font-weight: 500;
            letter-spacing: 1.2px;
            color: var(--btr-muted);
            text-transform: uppercase;
        }

        /* Overview Content */


        /* .btr-section-tag {
            font-family: 'Work Sans', sans-serif;
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 2px;
            color: var(--btr-muted);
            text-transform: uppercase;
            display: block;
            margin-bottom: 10px;
        } */

        .btr-overview-heading {
            font-family: 'Work Sans', sans-serif;
            font-weight: 300;
            font-size: 28px;
            line-height: 1.2;
            color: var(--btr-text);
            margin: 0 0 20px;
        }

        .btr-highlight {
            font-style: italic;
            color: var(--btr-pink);
            font-weight: 400;
        }

        .btr-overview-para {
            font-family: 'Work Sans', sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.5;
            color: var(--btr-muted);
            margin: 0 0 28px;
        }

        .btr-overview-content {
            padding: 60px 0px 60px;
        }

        .btr-overview-right {
            flex: 1;
            min-width: 0;
        }

        /* Two-column image layout */
        .btr-overview-images {
            display: flex;
            flex-direction: row;
            gap: 14px;
            align-items: flex-start;
        }

        /* LEFT column — takes more width, single tall image */
        .btr-img-col-left {
            flex: 0 0 55%;
            /* 55% of right panel */
            display: flex;
            flex-direction: column;
        }

        /* RIGHT column — narrower, stacked image + button */
        .btr-img-col-right {
            flex: 1;
            /* remaining ~45% */
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        /* LEFT image — tall, rounded top-right corner */
        .btr-img-wrapper.btr-img-top {
            width: 100%;
            height: 300px;
            border-top-right-radius: 80px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            overflow: hidden;
        }

        /* RIGHT image — shorter, rounded bottom-left corner */
        .btr-img-wrapper.btr-img-bottom {
            width: 100%;
            height: 320px;
            border-bottom-left-radius: 80px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            overflow: hidden;
        }

        .btr-overview-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* View Case Studies button — below the right image */

        .btr-case-studies-btn {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: #3c3c3c;
            color: #fff;
            font-family: 'Work Sans', sans-serif;
            font-size: 14px;
            font-weight: 500;
            padding: 16px 16px 16px 20px;
            text-decoration: none;
            border-radius: 8px;
            transition: background 0.3s ease;
            width: 100%;
            box-sizing: border-box;
            gap: 12px;
            min-height: 70px;
        }

        .btr-case-studies-btn:hover {
            background: #4a4a4a;
            color: #fff;
        }

        /* Text on the left */
        .btr-cs-text {
            flex: 1;
            font-size: 14px;
            font-weight: 500;
            white-space: nowrap;
            color: #fff;
        }

        /* Right side: large icon with circle arrow overlapping bottom-right */
        .btr-cs-icon-wrap {
            position: relative;
            width: 52px;
            height: 52px;
            flex-shrink: 0;
        }

        /* Large ghost building icon */
        .btr-cs-doc-icon {
            font-size: 42px;
            color: rgba(255, 255, 255, 0.18);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            line-height: 1;
        }

        /* Small circle arrow overlapping bottom-right of the icon */
        .btr-cs-arrow {
            position: absolute;
            bottom: -2px;
            right: -6px;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            border: 1.5px solid rgba(255, 255, 255, 0.5);
            background: rgba(255, 255, 255, 0.12);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            color: rgba(255, 255, 255, 0.85);
            transition:
                border-color 0.3s,
                background 0.3s;
        }

        .btr-case-studies-btn:hover .btr-cs-arrow {
            border-color: rgba(255, 255, 255, 0.8);
            background: rgba(255, 255, 255, 0.2);
            color: #fff;
        }

        .btr-case-studies-btn i {
            font-size: 13px;
            flex-shrink: 0;
        }

        i.fa-regular.fa-building.btr-cs-doc-icon {
            font-size: 34px;
        }

        
.stats-bar {
    background-color: #ECECEC;
}
.stats-bar ul {
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
.stats-bar ul li {
    list-style: none;
    list-style-type: none;
}
.stats-bar ul li::before,
.stats-bar ul li::marker {
    display: none;
    content: none;
}
.stat-item {
    border-right: 1px solid white;
    min-width: 130px;
    flex: 0 0 auto;
}
.stat-item:last-child {
    border-right: none;
}
.stat-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.stat-label {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 4px;
    white-space: nowrap;
}


        /* ─── SECTION 3: WHY CHOOSE US ──────────────────────────── */
        .btr-why-section {
            background: var(--btr-why-bg) !important;
        }

        .btr-why-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 50px;
        }

        .btr-section-heading {
            font-weight: 300;
            line-height: 1.1;
        }
        .btr-why-desc {
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        .btr-why-section .row > .col {
            display: flex;
        }

        .btr-pillar-card {
            background: #fff;
            border: 1px solid var(--btr-border);
            border-radius: var(--btr-radius);
            padding: 28px 20px;
            transition:
            box-shadow var(--btr-transition),
            transform var(--btr-transition);
            width: 100%;
            height: 100%;
        }

        .btr-pillar-card:hover {
            box-shadow: 0 8px 24px rgba(203, 93, 144, 0.1);
            transform: translateY(-2px);
        }

        .btr-pillar-icon {
            width: 40px;
            height: 40px;
            background: rgba(240, 232, 236, 1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(60, 60, 60, 1);
            font-size: 16px;
            margin-bottom: 16px;
        }

        .btr-pillar-title {
           
            font-weight: 500;
            font-size: 15px;
            color: var(--btr-text);
            margin: 0 0 8px;
        }

        .btr-pillar-desc {
           
            font-size: 15px;
            
            margin: 0;
            line-height: 1.5;
        }

        /* ─── SECTION 4: WHO WE HELP ────────────────────────────── */
        .btr-who-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-top: 40px;
        }

        .btr-who-card {
            border: 1px solid var(--btr-border);
            border-radius: var(--btr-radius);
            padding: 24px 22px;
            text-decoration: none;
            position: relative;
            transition:
                box-shadow var(--btr-transition),
                border-color var(--btr-transition);
            display: block;
        }

        .btr-who-card:hover {
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
            border-color: #ccc;
        }

        .btr-who-arrow {
            position: absolute;
            top: 14px;
            right: 14px;
            color: var(--btr-muted);
            font-size: 11px;
        }

        .btr-who-title {
            
            font-weight: 500;
            font-size: 16px;
            color: var(--btr-text);
            margin: 0 0 8px;
        }

        .btr-who-desc {
            
            font-size: 15px;
            margin: 0;
            line-height: 1.5;
        }

        /* ─── SECTION 5: OUR SERVICES ───────────────────────────── */
        .btr-services-section {
            padding: 50px 0px;
        }

        .btr-service-card {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .btr-service-img-wrap {
            overflow: hidden;
            border-radius: var(--btr-radius);
            aspect-ratio: 4/3;
        }

        .btr-service-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.4s ease;
        }

        .btr-service-img-wrap:hover .btr-service-img {
            transform: scale(1.04);
        }

        .btr-service-title {
            font-family: 'Work Sans', sans-serif;
            font-weight: 500;
            font-size: 17px;
            color: var(--btr-text);
            margin: 0;
        }

        .btr-service-desc {
            font-family: 'Work Sans', sans-serif;
            font-size: 13px;
            color: var(--btr-muted);
            margin: 0;
        }

        /* ─── SECTION 6: OUR PROCESS ────────────────────────────── */
        .btr-process-section {
            background: var(--btr-process-bg);
            padding: 40px 0px;
        }

        .btr-process-inner {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            gap: 60px;
            align-items: flex-start;
        }

        .btr-process-left {
            flex: 0 0 300px;
        }

        .btr-tag-pink {
            color: var(--btr-pink) !important;
        }

        .btr-process-heading {
           
            font-weight: 300;
            font-size: 42px;
            color: #fff;
            margin: 8px 0 16px;
        }

        .btr-process-desc {
            
            font-size: 13px;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.6);
            margin: 50px 0 28px;
        }

        .btr-download-btn {
            display: inline-block;
            border: 2px solid var(--btr-pink);
            color: var(--btr-pink);
            font-family: 'Work Sans', sans-serif;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1px;
            padding: 10px 22px;
            border-radius: 4px;
            text-decoration: none;
            transition: all var(--btr-transition);
        }

        .btr-download-btn:hover {
            border-radius: 12px 3px 12px 2px;
            transition: 0.6s all ease;
            background-color: #cd5f91;
            border-color: #cd5f91;
            color: white;
        }


        .btr-process-right {
            flex: 1;
        }

        .btr-process-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
        }

        .btr-process-step {
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: var(--btr-radius);
            padding: 28px 22px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            transition: background var(--btr-transition);
        }

        .btr-process-step:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        .btr-step-num {
            font-family: 'Work Sans', sans-serif;
            font-size: 28px;
            font-weight: 300;
            color: var(--btr-pink);
            line-height: 1;
        }

        .btr-step-name {
            font-family: 'Work Sans', sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #fff;
        }

        /* ─── SECTION 7: ESG ────────────────────────────────────── */
        .btr-esg-section {
            padding: 50px 60px;
        }

        section#esg {
            background-color: rgba(251, 249, 250, 1);
        }

        .btr-esg-inner {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            gap: 80px;
            align-items: center;
        }

        .btr-esg-left {
            flex: 1;
        }

        .btr-esg-heading {
            font-family: 'Work Sans', sans-serif;
            font-weight: 300;
            font-size: 36px;
            color: var(--btr-text);
            margin: 0 0 28px;
        }

        .btr-esg-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-left: 15px;
        }

        .btr-esg-list li {
            font-family: 'Work Sans', sans-serif;
            font-size: 14px;
            color: var(--btr-text);
            display: flex;
            align-items: flex-start;
            gap: 10px;
            line-height: 1.5;
            font-weight: 400;
        }

        .btr-esg-list li i {
            color: #2e7d32;
            font-size: 12px;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .btr-esg-img {
            width: 100%;
            height: 320px;
            object-fit: cover;
            border-radius: 12px;
            display: block;
        }

        /* ─── SECTION 8: BLOGS ──────────────────────────────────── */
        .btr-blogs-section {
            padding: 70px 60px;
        }

        .btr-blogs-inner {
            max-width: 1100px;
            margin: 0 auto;
        }

        .btr-blogs-heading {
            font-family: 'Work Sans', sans-serif;
            font-weight: 300;
            font-size: 36px;
            color: var(--btr-text);
            text-align: center;
            margin: 0 0 40px;
        }

        .btr-blogs-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .btr-blog-featured {
            display: flex;
            flex-direction: column;
            gap: 0;
            border-radius: var(--btr-radius);
            overflow: hidden;
        }

        .btr-blog-img-wrap {
            overflow: hidden;
        }

        .btr-blog-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.4s;
        }

        .btr-blog-img-wrap:hover .btr-blog-img {
            transform: scale(1.04);
        }

        .btr-blog-content {
            padding: 10px;
            background: #f8f8f8;
        }

        .btr-blog-tag {
            font-family: 'Work Sans', sans-serif;
            font-size: 10px;
            font-weight: 400;
            color: #cb5d90;
            background: #f5f5f5;
            border-radius: 5px;
            margin-bottom: 6px;
        }

        .btr-tag-news {
            background: var(--btr-pink-light);
            color: var(--btr-pink);
        }

        .btr-blog-title {
            font-family: 'Work Sans', sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: rgba(60, 60, 60, 1);
        }

        .btr-blog-excerpt {
            font-family: 'Work Sans', sans-serif;
            font-size: 14px;
            color: var(--btr-muted);
            margin: 0;
            line-height: 1.6;
        }

        .btr-blogs-side {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .btr-blog-small {
            display: flex;
            gap: 14px;
            border: 1px solid var(--btr-border);
            border-radius: var(--btr-radius);
            overflow: hidden;
        }

        .btr-blog-small-img {
            width: 160px;
            height: 110px;
            object-fit: cover;
            flex-shrink: 0;
            display: block;
        }

        .btr-blog-small-content {
            padding: 14px 14px 14px 0;
            display: flex;
            flex-direction: column;
            gap: 6px;
            justify-content: center;
        }

        .btr-blog-small-title {
            font-family: 'Work Sans', sans-serif;
            font-weight: 400;
            font-size: 15px;
            color: white;
            margin: 0;
            line-height: 1.4;
        }

        .btr-blogs-footer {
            text-align: center;
            margin-top: 36px;
            display: flex;
            justify-content: center;
        }

        .btr-view-more-btn {
            display: inline-block;
            border: 1px solid var(--btr-text);
            color: var(--btr-text);
            font-family: 'Work Sans', sans-serif;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1.2px;
            padding: 10px 30px;
            border-radius: 4px;
            text-decoration: none;
            transition: all var(--btr-transition);
        }

        .btr-view-more-btn:hover {
            background: var(--btr-text);
            color: #fff;
        }

        /* ─── SECTION 9: RECENT PROJECTS ────────────────────────── */
       

        .btr-projects-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 28px;
        }

        .btr-view-all-link {
            font-family: 'Work Sans', sans-serif;
            font-size: 13px;
            font-weight: 400;
            color: var(--btr-text);
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
            padding-bottom: 4px;
            border-bottom: 1px solid var(--btr-text);
            transition: all var(--btr-transition);
        }

        .btr-view-all-link:hover {
            color: var(--btr-pink);
            border-color: var(--btr-pink);
        }

        .btr-project-featured {
            border-radius: var(--btr-radius);
            overflow: hidden;
            height: 500px;
        }

        .btr-project-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.4s ease;
        }

        .btr-project-featured:hover .btr-project-img {
            transform: scale(1.03);
        }

        .btr-projects-side {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .btr-project-small {
            position: relative;
            border-radius: var(--btr-radius);
            overflow: hidden;
            height: 240px;
        }

        .btr-project-small:hover .btr-project-img {
            transform: scale(1.04);
        }

        .btr-project-label {
            position: absolute;
            bottom: 12px;
            left: 14px;
            font-family: 'Work Sans', sans-serif;
            font-size: 12px;
            font-weight: 600;
            color: #fff;
            /* background: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(4px); */
            padding: 4px 10px;
            border-radius: 4px;
        }

        /* ─── SECTION 10: AREA GUIDES ───────────────────────────── */
        .btr-area-section {
            padding: 60px 60px;
        }

        .btr-area-inner {
            max-width: 900px;
            margin: 0 auto;
        }

        .btr-area-heading {
            font-family: 'Work Sans', sans-serif;
            font-weight: 400;
            font-size: 32px;
            color: var(--btr-text);
            margin: 0 0 36px;
        }

        .btr-area-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .btr-area-card {
            border: 1px solid var(--btr-border);
            border-radius: var(--btr-radius);
            overflow: hidden;
            transition: box-shadow var(--btr-transition);
        }

        .btr-area-card:hover {
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        }

        .btr-area-img {
            width: 100%;
            height: 230px;
            object-fit: cover;
            display: block;
            transition: transform 0.4s;
        }

        .btr-area-card:hover .btr-area-img {
            transform: scale(1.04);
        }

        .btr-area-name {
            font-family: 'Work Sans', sans-serif;
            font-size: 13px;
            font-weight: 500;
            color: var(--btr-text);
            text-align: center;
            margin: 0;
            background: rgba(243, 244, 239, 1);
        }

    /* ─── SECTION 11: CTA ───────────────────────────────────── */

.btr-cta-section {
    background: #f8f8f8;
    padding: 70px 60px;
    overflow: hidden;
}

.btr-cta-inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.btr-cta-content {
    max-width: 500px;
    position: relative;
    z-index: 2;
}

.btr-cta-image {
    width: 100%;
    height: 280px;

    background-image: url('https://d3mit689r2l6gm.cloudfront.net/isd_uk/staging/drawing.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;

    opacity: 0.35;
}

/* Text */

.btr-small-text {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 3px;
    color: #b76b8d;
    margin-bottom: 20px;
    font-weight: 500;
}

.btr-cta-heading {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #000;
    line-height: 1.2;
}

.btr-cta-highlight {
    color: var(--btr-pink);
}

.btr-cta-text {
    font-size: 17px;
    line-height: 1.8;
}

/* Button */

.btr-book-btn {
    border: 2px solid #fff !important;
    color: black !important;
    background: #fff !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 22px !important;
    border-radius: 4px;
    text-decoration: none;
    transition: all var(--btr-transition) !important;
}

.btr-book-btn:hover {
    background: #fff !important;
    color: var(--btr-dark-bg) !important;
}

/* Right */

.btr-cta-right {
    text-align: right;
}

.btr-cta-phone {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 4px;
}

.btr-cta-email {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 16px;
}

.btr-cta-socials {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
}

.btr-cta-socials a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    text-decoration: none;
    transition: color var(--btr-transition);
}

.btr-cta-socials a:hover {
    color: var(--btr-pink);
}

/* ─── TABLET FIX ───────────────────────── */

@media (min-width: 768px) and (max-width: 991px) {

    .btr-cta-section {
        padding: 60px 30px;
    }

    .btr-cta-inner {
        min-height: 500px;
    }

    .btr-cta-inner .col-md-7 {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .btr-cta-inner .col-md-5 {
        position: absolute;
        inset: 0;
        width: 100%;
    }

    .btr-cta-image {
        position: absolute;
        inset: 0;

        width: 100%;
        height: 100%;

        background-position: center bottom;
        background-size: 380px;

        opacity: 0.12;
        z-index: 0;
    }

    .btr-cta-content {
        max-width: 100%;
        padding: 20px;
    }

    .btr-cta-heading {
        font-size: 48px;
    }
}

/* ─── MOBILE ───────────────────────── */

@media (max-width: 767px) {

    .btr-cta-section {
        padding: 70px 20px;
        overflow: hidden;

        background-image: url('https://d3mit689r2l6gm.cloudfront.net/isd_uk/staging/drawing.svg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 90% auto;
    }

    .btr-cta-inner {
        position: relative;
        z-index: 2;
    }

    .btr-cta-content {
        text-align: center;
        max-width: 100%;
    }

    .btr-cta-heading {
        font-size: 38px;
        line-height: 1.15;
    }

    .btr-cta-text {
        font-size: 16px;
        line-height: 1.7;
    }

    /* hide right column image */
    .btr-cta-inner .col-md-5 {
        display: none;
    }
}

        /* ─── RESPONSIVE ─────────────────────────────────────────── */
        @media (max-width: 1024px) {
            .btr-overview-images {
                flex-direction:row;
            }

            .btr-img-top,
            .btr-img-bottom {
                width: 100%;
                height: 260px;
            }
        }

        @media (max-width: 768px) {
            .btr-nav-links,
            .btr-quote-btn {
                display: none;
            }

            .btr-hamburger {
                display: flex;
            }

            .btr-stats-row {
                flex-wrap: wrap;
                padding: 24px 24px;
            }

            .btr-stat-divider {
                display: none;
            }

            .btr-stat-item {
                flex: 0 0 50%;
                padding: 12px;
            }

            .btr-overview-left {
                flex: 1;
                max-width: 100%;
            }

            .btr-why-section,
            .btr-who-section,
            .btr-services-section,
            .btr-esg-section,
            .btr-blogs-section,
            .btr-projects-section,
            .btr-area-section,
            .btr-cta-section,
            .btr-footer {
                padding: 50px 24px;
            }

            .btr-who-grid {
                grid-template-columns: 1fr 1fr;
            }

            .btr-process-inner {
                flex-direction: column;
                gap: 40px;
            }

            .btr-process-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .btr-esg-inner {
                flex-direction: column;
                gap: 40px;
            }

            .btr-blogs-grid {
                grid-template-columns: 1fr;
            }

            .btr-area-grid {
                grid-template-columns: 1fr;
            }

            .btr-cta-inner {
                flex-direction: column;
                align-items: flex-start;
            }

            .btr-cta-right {
                text-align: left;
            }

            .btr-cta-socials {
                justify-content: flex-start;
            }

            .btr-footer-inner {
                flex-wrap: wrap;
                gap: 32px;
            }

            .btr-footer-copy {
                text-align: left;
            }

            .btr-why-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }

            .btr-why-desc {
                text-align: left;
            }
        }

        @media (max-width: 767px) {

    /* Lifecycle card title */
    .btr-lifecycle-title {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin-bottom: 4px !important;
    }

    /* Left tall image — full width, reduced height */
    .btr-img-wrapper.btr-img-top {
        width: 100% !important;
        height: 200px !important;
        border-top-right-radius: 40px !important;
    }

    /* Right column — full width, stacked */
    .btr-img-col-right {
        width: 100% !important;
        flex: 0 0 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    /* Right smaller image */
    .btr-img-wrapper.btr-img-bottom {
        width: 100% !important;
        height: 170px !important;
        border-bottom-left-radius: 40px !important;
    }

    /* Whole images row stacks vertically */
    .btr-overview-images {
        flex-direction: column !important;
        width: 100% !important;
        overflow: visible !important;
    }

    /* Left col full width too */
    .btr-img-col-left {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* All images fill wrapper */
    .btr-overview-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    /* Button full width */
    .btr-case-studies-btn {
        width: 100% !important;
        min-height: auto !important;
        padding: 12px 16px !important;
    }
}

.afterBefore {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px
}

.afterBefore p {
    margin: 0;
    background: #cd5f91;
    color: #fff;
    padding: 4px 17px;
    line-height: 20px;
    font-weight: 400
}

.afterBefore.abslider-text {
    z-index: 9;
    width: calc(var(--position) - 15px);
    overflow: hidden
}

.afterBefore.justifyContentEnd {
    justify-content: flex-end !important;
    left: auto;
    right: 0;
    width: calc(98% - var(--position));
    overflow: hidden
}

/* gallery new css for same fontsize h1 accross all gallery pages */
.content .galleryh1 {
    font-size: 1.9rem;
}
/* ─── Sitemap page ─── */
.sitemap-page {
    background: #f0edec;
    min-height: 50vh;
}

.sitemap-tree {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sitemap-tree-root {
    background: #fff;
    border: 1px solid #e8e4e1;
    border-radius: 6px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(39, 44, 48, 0.06);
    overflow: hidden;
}

.sitemap-tree-item {
    list-style: none;
}

.sitemap-tree-root.sitemap-tree-item--expandable > .sitemap-tree-header {
    padding: 1rem 1.25rem;
}

.sitemap-tree-root:not(.sitemap-tree-item--expandable) {
    padding: 1rem 1.25rem;
}

.sitemap-tree-header {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    cursor: pointer;
}

.sitemap-tree-toggle {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid #ece8e5;
    border-radius: 4px;
    background: #faf9f8;
    color: #666;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sitemap-tree-toggle:hover {
    background: #fff;
    border-color: #cd5f91;
    color: #cd5f91;
}

.sitemap-tree-item.is-open > .sitemap-tree-header .sitemap-tree-toggle {
    background: #cd5f91;
    border-color: #cd5f91;
    color: #fff;
}

.sitemap-tree-item.is-open > .sitemap-tree-header .sitemap-tree-toggle i {
    transform: rotate(90deg);
}

.sitemap-tree-toggle i {
    font-size: 11px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.sitemap-tree-header h2,
.sitemap-tree-header h3,
.sitemap-tree-item > h2,
.sitemap-tree-item > h3 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    flex: 1 1 auto;
    min-width: 0;
}

.sitemap-tree-link {
    flex: 1 1 auto;
    min-width: 0;
    color: #555;
    font-size: 0.925rem;
    text-decoration: none;
    line-height: 1.45;
    transition: color 0.2s ease;
}

.sitemap-tree-link--root {
    font-size: 1.05rem;
    font-weight: 600;
    color: #272c30;
}

.sitemap-tree-link:hover {
    color: #cd5f91;
}

.sitemap-tree-children {
    list-style: none;
    margin: 0;
    padding: 0.5rem 1.25rem 1rem 2.75rem;
    border-top: 1px solid #f0edec;
    background: #faf9f8;
    max-height: 320px;
    overflow-y: auto;
}

.sitemap-tree-children > .sitemap-tree-item {
    padding: 0.4rem 0;
    border-left: 2px solid #ece8e5;
    padding-left: 0.85rem;
    margin-left: 0.15rem;
}

.sitemap-tree-children > .sitemap-tree-item + .sitemap-tree-item {
    margin-top: 0.1rem;
}

.sitemap-tree-children .sitemap-tree-header {
    padding: 0.15rem 0;
}

.sitemap-tree-children .sitemap-tree-toggle {
    width: 24px;
    height: 24px;
}

.sitemap-tree-children .sitemap-tree-link {
    font-size: 0.875rem;
}

.sitemap-tree-children .sitemap-tree-children {
    margin-top: 0.35rem;
    margin-bottom: 0.15rem;
    padding: 0.35rem 0 0.35rem 1rem;
    max-height: 240px;
    border-top: none;
    background: transparent;
}

.sitemap-tree-link--leaf {
    display: block;
    padding: 0.15rem 0;
}

.sitemap-empty {
    text-align: center;
    color: #6f6f6f;
    background: #fff;
    border: 1px solid #e8e4e1;
    border-radius: 4px;
    padding: 2.5rem 1.5rem;
}

.active_Sec.service_image_slider .slick-slide {
    margin: 0;
    position: relative;
}

.service_image_slider .sliderOneColumn-3:not(.slick-initialized) > .sliderItem {
    position: relative;
}

.service_image_slider .sliderOneColumn-3:not(.slick-initialized) > .sliderItem > img {
    width: 100%;
    display: block;
    max-height: 70vh;
    object-fit: cover;
}

.service_image_slider .sliderItem .slider_content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
   li.slavery_new {
    margin-bottom: 13px;
}
.scrollable-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: up-down 1s linear 1s infinite alternate
}