@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 36px;
    font-weight: normal;
    color: #192045;
    overflow-x: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #FAFAFA;
}


/*Comman Css Start*/
html {
    scroll-behavior: smooth;
    margin: 0!important;
    font-size: 62.5%;
}

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

ol,
ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    color: #050A25;
}
h1{
    font-size: 7.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 8.88rem;
    letter-spacing: -1.48px;
    margin: 0 0 16px 0;
}
h2{
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 7.68rem;
    letter-spacing: -1.28px;
    margin: 0 0 16px 0;
}
h3{
    font-size: 5.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 7.6rem; 
}
h4{
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
h5{
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4.2rem;
    letter-spacing: 0.5px;
}
h6{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
p {
    margin: 0;
    font-size: 22px;
    line-height: 36px;
    font-weight: normal;
    color: #192045;
}

figure {
    margin: 0!important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.container {
    padding: 0 15px;
}
.container-fluid{
    padding: 0 32px;
}
.offcanvas {
    z-index: 1111;
    overflow-y: visaible;
}
.offcanvas::-webkit-scrollbar {
    display: none;
}
.offcanvas {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* Comman Css End*/



/* Navigation */

.top-closebar{
    display: none;
}



.header {
    z-index: 1111;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #EEF1F8;
    transition: all 0.5s ease;
}
.navbar .container-fluid{
    padding: 0 64px;
}
.header.fixed{
  position: sticky!important;
  top: 0;
  left: 0;
  z-index: 11111!important;
  animation: slideDown 0.5s ease-out;
  box-shadow: 0px 15px 40px 0px #68686840;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.navbar-toggler {
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0 ;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    border-radius: 100px;
    transition: 0.4s;
    background-color: #000;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -6px);
  transform: rotate(45deg) translate(-4px, -6px);
}

.navbar {
    min-height: 74px;
    padding: 0px 0;
    width: 100%;
    margin: 0;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-brand {
    margin: 0 0 0 0;
    padding: 0 0px 0 0;
}
.navbar-brand img{
    width: 184px;
    max-width: 184px;
}
.navbar-expand-lg .navbar-nav {
    margin: 0 0;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0 64px 0 0;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-item:first-child{
    margin: 0 42px 0 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child{
    margin: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 0;
    border: none;
    display: block;
    color: #050A25;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0;
    transition: all 0.5s ease;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link::before{
    content: "";
    width: 0%;
    height: 3px;
    background-color: #050A25;
    position: absolute;
    bottom: 4px;
    left: 0;
    transition: all 0.5s ease-in;
}
.navbar-expand-lg .navbar-nav li.current_page_item .nav-link::before,
.navbar-expand-lg .navbar-nav .nav-link:hover::before{
    width: 100%;
}

.dropdown-toggle::after {
    display: none;
}

.mobile-logo{
    display: none;
}
.top-header{
    background-color: #090D27;
}
.top-header-data{
    min-height: 106px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top-header-data .row{
    width: 100%;
}

.lg-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px 50px;
}
.menu-language-block{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.menu-language-block h5{
    margin: 0 0 0 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}
#menu-language-switch li .menu-item{
    margin: 0 0 0 0;
}
#menu-language-switch li .menu-item a{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #050A25;
}
.wpml-ls-menu-item .wpml-ls-flag{
    width: 24px;
    height: 24px;
    border-radius: 100px;
}



.select-menu {
    position: relative;
}
.select-menu-button,.custom-lang-select{
    position: relative;
    padding-right: 44px;
}
.select-menu-button::before,.custom-lang-select::before{
    content: "";
    width: 32px;
    height: 32px;
    background-image: url('../images/menu-arrow-down.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
}
.select-menu .options,.lang-options{
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #fff;
    padding: 16px;
    border-radius: 20px;
    list-style: none;
    box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.1);
    z-index: 11;
    display: none;
}
.select-menu .options li,.lang-options li{
    margin: 0 0 12px 0;
}
.select-menu .options li:last-child,.lang-options li:last-child{
    margin: 0 0;
}
.select-menu .options li a,.custom-lang-select .lang-options li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #CFD2E0;
    padding: 6px;
    border-radius: 100px;
    min-width: 212px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
}
.select-menu .options li a img,.custom-lang-select .lang-options li img{
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 100px;
}
.select-menu .options li .option-text,.custom-lang-select .lang-options li span{
    color: #050A25;
    width: calc(100% - 44px);
    padding: 0 0 0 14px;
    display: block;
}
.select-btn,.custom-lang-select .selected-option{
    width: auto;
    padding: 9px 14.5px;
    background: #FFFFFF42;
    border: 1px solid #FFFFFF4D;
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0%;
    color: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0 6px;
    cursor: pointer;
}
.select-btn img,.custom-lang-select .selected-option img{
    width: 24px;
    height: 24px;
    border-radius: 100px;
    object-fit: cover;
}
.select-menu.active .options,
.custom-lang-select.active .lang-options{
    display: block;
}
.select-menu.active::before,.custom-lang-select.active::before{
    transform: rotate(180deg);
}


.home .navbar{
    display: none;
}




/*Common Part*/
body .btn.btn-primary{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.2px;
    text-align: center;
    color: #FFFFFF;
    padding: 17px 34px 19px 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 8px;
    background-color: #192045;
    border-radius: 12px;
}
body .btn.btn-primary:hover,
body .btn.btn-primary:focus{
    background-color: #050A25;
    color: #FFFFFF;
}
body .btn.btn-primary.arrow-btn{
    padding: 15px 32.5px 16px 32.5px;
}
.text-btn{
    color: #192045;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.21px;
    box-sizing: border-box;
    display: inline-flex;
    gap: 0 10px;
    align-items: flex-start;
    transition: all 0.3s ease-in;
}
.text-btn span{
    padding: 0 0 8px 0;
    position: relative;
}
.text-btn span::before{
    content: "";
    width: 0%;
    height: 2px;
    background-color: #192045;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in;
}
.text-btn:hover{
    color: #192045;
}
.text-btn:hover span::before{
    width: 100%;
}


body .btn.btn-primary.btn-grey{
    color: #192045;
    background-color: #CFD2E0;
}
body .btn.btn-primary.btn-grey:hover{
    color: #192045;
    background-color: #fff;
}




.icon-btn{
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-self: center;
    justify-content: center;
    border-radius: 12.444px;
    border: 1.556px solid #CFD2E0;
}
.icon-btn img{
    width: 37px;
    transition: all 0.5s ease;
}
.icon-btn:hover{
    background-color: #050A25;
    border-color: #050A25;
}
.icon-btn:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(1%) hue-rotate(159deg) brightness(104%) contrast(101%);
    transform: rotate(-45deg);
}

.pd-32{
    padding-left: 32px;
    padding-right: 32px;
}
.gx-20{
    --bs-gutter-x: 20px;
}
.gx-40{
    --bs-gutter-x: 40px;
}
.gx-95{
    --bs-gutter-x: 95px;
}
.gx-48{
    --bs-gutter-x: 48px;
}
.gx-229{
    --bs-gutter-x: 22.9rem;
}
.gx-24{
    --bs-gutter-x: 24px;
}
.gy-30{
    --bs-gutter-y: 30px;
}
.gy-20{
    --bs-gutter-y: 20px;
}
.gy-21{
    --bs-gutter-y: 21px;
}
.gy-48{
    --bs-gutter-y: 48px;
}



/* Home Title Section */
.home-title-section{
    padding: 34px 0 52px 0;
}
.home-title h1{
    margin: 0;
}
.home-title h1 strong{
    font-weight: 500;
    color: #00C696;
}
.home-title-desc{
    max-width: 760px;
    width: 100%;
    margin: 0 0 0 auto;
}
.home-title-parent .row{
    align-items: center;
}


/* Hero Banner */
/* .hero-banner{
    padding: 0 0 4rem 0;
} */
.hero-banner-image img{
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    height: 850px;
}

.hero-banner-form{
    max-width: 1230px;
    width: 100%;
    margin: -93px auto 0 auto;
    z-index: 1;
    position: relative;
}
.banner-form-block{
    background-color: #fff;
    border-radius: 12px;
    border: 1.33px solid #E5E5E5;
    padding: 32px;
}
.nav-tabs{
    margin: 0 0 32px 0;
    border: none;
}
.nav-tabs .nav-link{
    padding: 0;
    border: none;
    border-radius: 0;
}
.banner-form-block .nav-tabs .nav-item{
    margin: 0 40px 0 0;
}
.banner-form-block .nav-tabs .nav-link{
    font-weight: 500;
    font-size: 21px;
    line-height: normal;
    letter-spacing: -1%;
    color: #050A25;
    padding: 0 0 8px 0;
    border-bottom: 1.5px solid transparent;
}
.banner-form-block .nav-tabs .nav-link.active{
    border-color: #050A25;
}

.banner-tab-form{
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.form-control{
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1.333px solid #E5E5E5;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    background-color: #FAFAFA;
    box-shadow: none!important;
    outline: none!important;
    padding-left: 15px;
}

.banner-tab-body .form-control{
    padding-left: 60px;
    background-image: url('../images/magnifer.svg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.banner-tab-form .btn.btn-primary{
    min-width: 147px;
}



/* Explore Section */
.explore-section{
    padding: 8rem 0 12rem 0;
}
.bg-color-section{
    background-color: #EEF1F8;
}
.title{
    text-align: center;
    margin: 0 0 5.6rem 0;
}
.title::after{
    content: "";
    max-width: 280px;
    width: 50%;
    height: 2px;
    background-color: #00C696;
    margin: 24px auto 0 auto;
    display: table;
}

.title p{
    margin: 0 auto 0 auto;
    font-size: 24px;
    max-width: 890px;
    width: 100%;
}
.title-line{
    width: 100%;
    max-width: 280px;
    height: 2px;
    background-color: #00C696;
    margin: 24px auto 0 auto;
}
.countries-block h3{
    margin: 15px 0 0 0;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4.5rem;
    letter-spacing: -0.328px;
}
.countries-block-image{
    position: relative;
}
.countries-block-img{
    width: 100%;
    height: 436px;
    border-radius: 12px;
    object-fit: cover;
}
.countries-flag{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 100px;
    z-index: 1;
}
.hover-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(25, 32, 69, 0.20);
    backdrop-filter: blur(10.029070854187012px);
    border-radius: 12px;
    transition: all 0.5s ease;
    opacity: 0;
}
.btn.btn-primary.pd-small{
    padding-left: 32.5px;
    padding-right: 32.5px;
}

.countries-block:hover .hover-block{
    opacity: 1;
}




/* Icon Block Section */
.icon-block-section{
    padding: 40px 0 16rem 0;
}

.icon-block-image{
    border-radius: 15px;
    border: 1.875px solid var(--Dark-Grey, #CFD2E0);
    background: #FFF;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-block h4{
    margin: 3.2rem 0 12px 0;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4.5rem;
    letter-spacing: -0.328px;
}
.icon-block p{
    color: #192045;
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 0 0 4rem 0;
}




/* Advices Section */
.advices-section{
    padding: 16rem 0 8rem 0;
}
.advices-text h2 strong{
    color: #00C696;
    font-weight: 500;
}
.advices-text p{
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 0 0 6.4rem 0;
}
.btn.btn-primary.btn-large{
    padding-left: 40.5px;
    padding-right: 40.5px;
}
.advices-wrap{
    max-width: 918px;
    width: 100%;
    margin: 0 0 0 auto;
}
.advices-block{
    border-radius: 16.186px;
    border: 1.349px solid #CFD2E0;
    background: #FFF;
    padding: 24px;
    min-height: 198px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advices-block-text img{
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 100px;
    margin: 0 0 26px 0;
}
.advices-block-text{
    padding: 0 7rem 0 0;
    width: calc(100% - 56px);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.advices-block-text h4{
    margin: 0 0 0 0;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.8px; 
    letter-spacing: -0.52px;
}
.advices-block .icon-btn{
    margin-top: auto;
}



/* Agents Section */

.agents-section{
    padding: 8rem 0 16rem 0 ;
}
.agents-image{
    margin: 0 0 15px 0;
}
.agents-image img{
    width: 100%;
    border-radius: 12px;
    height: 436px;
    object-fit: cover;
    border: 1.37px solid #CFD2E0;
}
.agents-block-inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 16.377px;
    border: 1.365px solid #CFD2E0;
    padding: 19px 20px;
    background: #FFF;
}
.agents-block-inner-text{
    width: calc(100% - 54px);
    padding: 0 10px 0 0;
}
.agents-block-inner .icon-btn{
    width: 54px;
    height: 54px;
}
.agents-block-inner .icon-btn img{
    width: 36px;
}
.agents-block-inner-text h5{
    margin: 0 0 4px 0;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.38rem; 
    letter-spacing: -0.52px;
}
.agents-block-inner-text h6{
    margin: 0 0 0 0;
    color: #666;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.21px;
}





.image-block{
    border-radius: 26.667px;
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 50px 50px 61px 50px;
}
.image-block-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 26.667px;
}
.image-block::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 10, 37, 0.00) 0%, rgba(5, 10, 37, 0.60) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 26.667px;
}
.image-block-text{
    z-index: 11;
    position: relative;
    text-align: center;
}
.image-block-text h2{
    color: #fff;
}
.image-block-text h6{
    color: #fff;
    margin: 0 0 32px 0;
}
.image-block-text .btn-primary{
    margin: 0 auto;
    min-width: 218px;
}


/* Testimonial Section */
.testimonial-section{
    padding: 16rem 0;
}
.testimonial-slider-data{
    padding: 0 13px;
}
.testimonial-slider-block{
    min-height: 500px;
    border-radius: 16px;
    border: 1.333px solid #CFD2E0;
    background: #FFF;
    padding: 32px 31px 30px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-slider-block p{
    margin: 0 0 20px 0;
    font-size: 2.4rem;
    line-height: 3.6rem;
}
.testimonial-profile{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.testimonial-profile img{
    width: 64px;
    height: 64px;
    border-radius: 100px;
    object-fit: cover;
}
.testimonial-profile-text{
    width: calc(100% - 64px);
    padding: 0 0 0 16px;
}
.testimonial-profile-text h5{
    font-size: 2.66rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.4667rem;
    letter-spacing: -0.533px;
    margin: 0 0 1px 0;
}
.testimonial-profile-text h6{
    margin: 0;
    color: #666;
    font-size: 2.1333rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.213px;
}




/* Locations Section */
.locations-section{
    padding: 0 0 16rem 0;
}
.locations-wrapper{
    border-radius: 26.667px;
    background: #EEF1F8;
    padding: 12rem 42px 12rem 53px;
}
.locations-tab-row{
    display: flex;
    flex-wrap: wrap;
}
.locations-tab-sidebar{
    width: 287px;
    padding: 2px 0 0 0;
}
.locations-tab-content{
    width: calc(100% - 287px);
    padding: 0 0 0 43px;
}
.locations-tab-sidebar .nav-tabs{
    margin: 0;
    flex-direction: column;
    gap: 16px;
}
.locations-tab-sidebar .nav-tabs .nav-link{
    display: block;
    width: 100%;
    padding: 20.5px 10px;
    border-radius: 16px;
    border: 1.333px solid #CFD2E0;
    background-color: #FFF;
    color:  #192045;
    text-align: center;
    font-size: 26.667px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.667px;
    letter-spacing: -0.533px;
}
.locations-tab-sidebar .nav-tabs .nav-link.active{
    border-color: #192045;
    background-color: #192045;
    color:  #fff;
}

.locations-tab-image{
    padding: 0 6px 0 0;
}
.locations-tab-image img{
    width: 100%;
    border-radius: 16px;
    height: 357px;
    object-fit: cover;
}
.locations-tab-links{
    padding: 0 0 0 38px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}
.locations-tab-links ul{
    list-style: none;
    padding: 0 13px;
    margin: 0;
    width: 50%;
}
.locations-tab-links ul li{
    display: block;
    color: #192045;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 26px 0;
}
.locations-tab-links ul li a{
    color: #192045;
}




/* Footer */
.footer{
    background-color: #192045;
}
.home .footer{
    padding: 10rem 0 0 0;
}
.home .footer-block-section{
    display: none!important;
}
.foot-search{
    padding: 0 0 48px 0;
    display: none;
    border-bottom: 1.33px solid #CFD2E0;
}
.foot-search .row{
    align-items: center;
}
.foot-search-title h4{
    margin: 0 0 0 0;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 4.48rem;
    letter-spacing: -0.64px;
    color: #fff;
}
.foot-search-form{
    max-width: 870px;
    width: 90%;
    margin: 0 0 0 auto;
}
.foot-search-form p{
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 16px;
}
.foot-search-form .form-control{
    font-size: 21.333px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.213px;
    padding-left: 26px;
}
.foot-search-form .btn-primary{
    min-width: 181px;
}


.foot-content{
    padding: 48px 0;
}
.foot-logo img{
    width: 183px;
}
.foot-links h6{
    color: #FFF;
    font-weight: 500;
    line-height: 31.2px;
    letter-spacing: -0.48px;
    margin: 0 0 3.2rem 0;
}
.foot-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.foot-links ul li{
    display: block;
    margin: 0 0 2.1rem 0;
}
.foot-links ul li:last-child{
    margin: 0;
}
.foot-links ul li a{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    display: table;
    padding: 0;
    color: #FFF;
}
.foot-links ul li a:hover,
.foot-links ul li a:focus{
    color: #00C696;
}

.bottom-foot-links{
    padding: 40px 0 35.5px 0;
    border-top: 1.33px solid #CFD2E0;
}
.bottom-foot-links ul{
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 10px 42px;
    justify-content: center;
}
.bottom-foot-links ul li a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    display: block;
}
.bottom-foot-links ul li a:hover{
    color: #00C696;
}
.home .foot-search{
    display: block;
}
.home .foot-content{
    padding-top: 48px!important;
}



/* ================ Guide Page ================ */

/* Inside Hero Banner */
.inside-hero-image{
    position: relative;
    min-height: 821px;
    display: flex;
    align-items: flex-end;
    padding: 50px 0 137px 0;
}
.inside-hero-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inside-hero-wrap{
    width: 100%;
    position: relative;
    z-index: 1;
}
.inside-hero-block{
    padding: 36px 59px 42px 59px;
    background-color: #FFFFFFCC;
    border-radius: 30px;
    max-width: 898px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.inside-hero-block h1{
    color: #050A25;
    font-size: 5.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 7.6rem;
    margin: 0 0 24px 0;
}
.inside-hero-block p{
    margin: 0;
    color: #050A25;
}


/* Guide Section */
.mg-80{
    margin-bottom: 8rem;
}

.guide-block{
    border-radius: 20px;
    background-color: #FFF;
    padding: 48px;
    padding-right: 47px;
    margin-bottom: 8rem;
}
.guide-block-title{
    margin-bottom: 8rem;
}
.guide-block-title .row{
    align-items: center;
}
.guide-block-title-text h4{
    margin: 0 0 20px 0;
}
.guide-block-title-button{
    display: flex;
    justify-content: flex-end;
}

.guide-block-box{
    padding: 60px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #CFD2E0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.guide-block-box-image{
    overflow: hidden;
    border-radius: 15px;
}
.guide-block-box img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all 0.5s ease;
    border-radius: 15px;
}
.guide-block-box:hover img{
    transform: scale(1.2);
}
.guide-block-box h5{
    margin: 0 0 4rem 0;
}
.guide-block-box h5 a{
    color: #050A25;
}
.width-220{
    min-width: 220px;
}
.btn.btn-primary.btn-white{
    background-color: #FFFFFF;
    color: #192045;
}
.btn.btn-primary.btn-white img{
    filter: brightness(0) saturate(100%) invert(9%) sepia(86%) saturate(1033%) hue-rotate(206deg) brightness(94%) contrast(94%);
}
.btn.btn-primary.btn-white:hover{
    background-color: #192045;
    color: #fff;
}
.btn.btn-primary.btn-white:hover img{
    filter: none;
}
.btn.btn-primary.hover-green:hover{
    background-color: #00C696;
    color: #192045;
}
.btn.btn-primary.hover-green:hover img{
    filter: brightness(0) saturate(100%) invert(9%) sepia(86%) saturate(1033%) hue-rotate(206deg) brightness(94%) contrast(94%);
}

.info-block{
    padding: 50px 100px 50px 70px;
    background-image: linear-gradient(86.65deg, #2EFFCC 62.12%, #33b092 101.84%);
    border-radius: 15px;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto 8rem auto;
    position: relative;
    z-index: 1;
}
.info-block::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../images/clip-path.png');
    background-position: 100% center;
    background-size: 90% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.info-block .row{
    align-items: center;
}
.info-block h5{
    font-weight: 600;
    font-size: 3.2rem;
    line-height: normal;
    letter-spacing: 0%;
    margin: 0 0 16px 0;
}
.info-block p{
    color: #050A25;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}
.info-block-button{
    padding: 0 0 0 38px;
}
.block-mg-82 h5{
    margin-bottom: 8.2rem;
}



/* Buying Property Section */
.buying-property-section{
    padding: 5rem 0 8.8rem 0;
}
.buying-property-block{
    padding: 6rem 9rem 0 10rem;
    border-radius: 20px;
    background-color: #192045;
}
.buying-property-wrap{
    padding: 0 4.5rem 6rem 0;   
}
.buying-property-text h6{
    text-transform: uppercase;
    color: #00C696;
    line-height: normal;
    margin: 0 0 20px 0;
}
.buying-property-text h3{
    color: #fff;
    margin: 0 0 7.6rem 0;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 5.76rem;
    text-transform: capitalize;
    position: relative;
}
.buying-property-text h3::before{
    content: "";
    max-width: 280px;
    width: 50%;
    height: 2px;
    background-color: #00C696;
    position: absolute;
    bottom: -4rem;
    left: 0;
}
/* .line{
    width: 100%;
    height: 2px;
    background-color: #00C696;
    max-width: 280px;
    margin: 0 0 4rem 0;
} */
.buying-property-text p{
    color: #fff;
    margin: 0 0 4rem 0;
    font-size: 2.4rem;
    line-height: 3.6rem;
}
.buying-property-image{
    margin: 30px 0 0 auto;
    max-width: 898px;
    width: 100%;
}
.buying-property-image img{
    width: 100%;
    border-radius: 15px;
    height: 600px;
    object-fit: cover;
}
.buying-property-img{
    overflow: hidden;
    margin: 0 0 -88px 0;
    border-radius: 15px;
}
.buying-property-img img{
    transition: all 0.5s ease;
}
.buying-property-img:hover img{
    transform: scale(1.1);
}





/* FAQ Section */
.faq-section{
    padding: 12rem 0;
    background-color: #EEF1F8;
}
.faq-section .title{
    margin-bottom: 6rem;
}
.faq-accordion{
    max-width: 1442px;
    width: 100%;
    margin: 0 auto;
}
.faq-accordion-item{
    width: 100%;
    padding: 3.9rem 4rem;
    border-radius: 16.186px;
    border: 1.349px solid #CFD2E0;
    background-color: #FFF;
    margin: 0 0 24px 0;
}
.accordion-btn{
    position: relative;
    width: 100%;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
    color: #050A25;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4.2rem; 
    letter-spacing: 0.5px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.accordion-icon{
    width: 56px;
    height: 56px;
    border-radius: 12.444px;
    border: 1.556px solid #CFD2E0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    transition: all 0.5s ease;
    background-image: url('../images/minus.svg');
}
.collapsed .accordion-icon{
    background-image: url('../images/plus.svg');
}
.accordion-icon:hover{
    background-color: #050A25;
    border-color: #050A25;
}

.accordion-icon:hover{
    background-image: url('../images/minus-hover.svg');
}
.collapsed .accordion-icon:hover{
    background-image: url('../images/plus-hover.svg');
}
.faq-accordion-body{
    padding: 6px 11rem 0 0;
}
.faq-accordion-body p{
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin: 0;
}
.width-199{
    min-width: 199px;
}
.faq-accordion-button{
    padding: 5.6rem 0 0 0;
    text-align: center;
}



/* Explore Info Section */
.explore-info-section{
    padding: 8rem 0;
}
.explore-info-block{
    border-radius: 15px;
    background-color: #192045;
    padding: 4.4rem 7rem;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}
.explore-info-block .row{
    align-items: center;
}
.explore-info-text h4{
    color: #FFF;
    font-size: 3.2rem;
    margin-bottom: 30px;
}
.explore-info-images{
    margin: 0 0 0 auto;
    display: table;
}
img.explore-info-img-lg{
    width: 197px;
    height: 113px;
    border-radius: 9.651px;
    object-fit: cover;
    margin: 0 57px 0 0;
}
img.explore-info-img-sm{
    width: 100%;
    max-width: 103px;
    height: 103px;
    border-radius: 9.651px;
    object-fit: cover;
    border: 3.619px solid #192045;
    margin: -71px 0 0 auto;
    z-index: 1;
    position: relative;
}


/* Mortgage Options Section */
.mortgage-options-section{
    padding: 0 0 0 0;
}
.mortgage-options-section .title p{
    max-width: 1092px;
}
.mg-60{
    margin-bottom: 6rem;
}
.mortgage-options-images-wrap{
    padding: 0 37px 0 0;
}
.mortgage-options-images-block{
    width: 100%;
    min-height: 316px;
    border-radius: 19.693px;
    background-color: #00C696;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}
.mortgage-options-images-text p{
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.4rem;
    margin: 0 0 0 0;
}
.mortgage-options-images-sm img{
    width: 100%;
    height: 316px;
    object-fit: cover;
    border-radius: 19.693px;
}
.mortgage-options-images-lg img{
    width: 100%;
    object-fit: cover;
    height: 388px;
    border-radius: 19.693px;
}
.mortgage-options-block{
    padding: 3.8rem 0 0 2.1rem;
}
.mortgage-options-item{
    position: relative;
    padding: 0 0 0 50px;
    margin: 0 0 5rem 0;
    max-width: 934px;
    width: 100%;
}
.mortgage-options-item:last-child{
    margin-bottom: 0;
}
.mortgage-icon{
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
}
.mortgage-options-item h5{
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.495px;
    margin: 0 0 15px 0;
}
.mortgage-options-item h6{
    color: #192045;
}



.inside-footer{
    padding-top: 309px;
}
.inside-footer .foot-content{
    padding-top: 0;
}
.footer-block-section{
    padding: 12rem 0 0 0;
}
.footer-block{
    background-color: #00C696;
    padding: 5.9rem 8rem;
    border-radius: 20px;
    margin: 0 0 -241px 0;
    z-index: 1;
    position: relative;
}
.footer-block .row{
    align-items: center;
}
.footer-block-wrap{
    padding: 0 60px 0 0;
}
.footer-block-text h4{
    margin: 0 0 20px 0;
    line-height: 5.2rem;
}
.footer-block-form-wrap{
    max-width: 686px;
    width: 100%;
    margin: 0 0 0 auto;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
    min-height: 364px;
}
.site-form h6{
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0 0 4rem 0;
    font-weight: 600;
    padding: 0 10px 0 0;
}
.site-form h4{
    margin-bottom: 4rem;
}

.mobile{
    display: none;
}

.form-group{
    margin: 0 0 20px 0;
}
.form-group .form-control{
    font-weight: 400;
    height: 52px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    font-family: "Roboto", sans-serif;
    opacity: 1;
    color: #19204599;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #CFD2E0;
}
.form-group select{
    background-image: url('../images/select-arrow.svg');
    background-position: calc(100% - 15px) center; 
    background-repeat: no-repeat;
    background-size: 24px;
}

.form-group .form-control::placeholder{
    opacity: 1;
    color: #19204599;
}
body .wpcf7-not-valid-tip,body .wpcf7 form .wpcf7-response-output{
    font-size: 14px;
}
.footer-block .site-form .row{
    align-items: flex-start;
}
body .form-button .btn.btn-primary{
    width: 100%;
}
.site-form{
    position: relative;
}
.wpcf7-spinner{
    position: absolute!important;
    right: 0;
    bottom: 5px;
}


/* ======================== Location Guide ======================== */

/* Inside Banner */
.inside-image{
    position: relative;
    min-height: 288px;
    padding: 45px 0;
    display: flex;
    align-items: center;
}
.inside-image::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #050A25;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.inside-banner-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inside-wrap{
    width: 100%;
    z-index: 1;
    position: relative;
}
.breadcrumb-text{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.breadcrumb-text span{
    display: inline-block;
}
.breadcrumb-text img{
    width: 7px;
    margin: 0 7px;
    display: inline-block;
}
.breadcrumb-text a{
    color: #FFF;
    font-weight: 400;
}
.inside-banner-text{
    text-align: center;
    max-width: 1069px;
    width: 100%;
    margin: 0 auto;
}
.inside-banner-text h1{
    color: #fff;
    margin: 15px 0 0 0;
    font-weight: 600;
    font-size: 5.8rem;
    line-height: 7.6rem;
    letter-spacing: 0%;
}



/* Location Text Section */
.location-text-section{
    padding: 12rem 0 8rem 0;
}
.location-text-parent .row{
    align-items: center;
}
.location-text-image{
    padding: 0 14px 0 0;
}
.location-text-image img{
    width: 100%;
    border-radius: 20px;
    height: 695px;
    object-fit: cover;
}
.location-text{
    padding: 0 4.8rem 0 3.4rem;
}
.location-text h4{
    margin: 0 0 6rem 0;
}
.location-text p{
    margin: 0 0 20px 0;
    word-wrap: break-word;
}
.location-text p a{
    color: #192045;
    text-decoration: underline;
}




/* Location Section */
.location-section{
    padding: 0 0 12rem 0;
}
.location-parent .guide-block-title .guide-block-title-text h2{
    margin: 0;
}
.location-block{
    min-height: 490px;
    display: flex;
    align-items: flex-end;
    padding: 30px 20px;
    position: relative;
}
.location-block::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(25, 32, 69, 0) 15.04%, #192045 94.48%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 1;
}
.location-block-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}
.location-block-text{
    z-index: 1;
    position: relative;
}
.location-block-text h5{
    color: #fff;
}



/* Places Section */
.places-block{
    padding: 12rem 8rem;
    background-color: #EEF1F8;
    border-radius: 20px;
}
.places-block h2{
    text-align: center;
    margin: 0 0 8rem 0;
}
.places-tabs .nav-tabs{
    margin-bottom: 4rem;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.places-tabs .nav-tabs .nav-item{
    display: block;
}
.places-tabs .nav-tabs .nav-link{
    padding: 19px 10px;
    display: block;
    min-width: 284px;
    font-weight: 500;
    font-style: Medium;
    font-size: 2.6rem;
    leading-trim: NONE;
    line-height: 3.4rem;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #CFD2E0;
    background-color: #FFFFFF;
    color: #192045;
}
.places-tabs .nav-tabs .nav-link.active{
    border-color: #192045;
    background-color: #192045;
    color: #fff;
}
.places-tabs-body{
    background-color: #FFF;
    border: 1px solid #CFD2E0;
    border-radius: 15px;
    padding: 6.8rem;
    padding-bottom: 3.4rem;
    padding-top: 6.6rem;
}
.places-tabs-links ul{
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.places-tabs-links ul li{
    display: block;
    width: 25%;
    padding: 0 20px;
    margin: 0 0 3.4rem 0;
    position: relative;
}
.places-tabs-links ul li::after{
    content: "";
    width: 1px;
    height: 30px;
    background-color: #CFD2E0;
    position: absolute;
    top: 0;
    right: 0;
}
.places-tabs-links ul li a{
    display: block;
    color: #192045;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    leading-trim: NONE;
    line-height: normal;
    letter-spacing: 0%;
    color: #192045;
    padding: 0;
    transition: none;
}
.places-tabs-links ul li:nth-child(4n-4)::after{
    display: none;
}

.places-tabs-links ul li a::before{
    content: "";
    width: 26px;
    height: 26px;
    background-image: url('../images/tab-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0px;
}
.places-tabs-links ul li:hover a{
    color: #00C696;
    text-decoration: underline;
}
.places-tabs-links ul li a:hover::before{
    background-image: url('../images/tab-arrow-hover.svg');
}



/* ========================= Best Properties in Spain ========================= */

.property-info-section{
    padding: 51px 0 0 0;
}
.property-info-section .info-block{
    margin: 0 auto;
}



/* Property Section */
.property-section{
    padding: 39px 0 40px 0;
}
.property-block{
    border: 1px solid #CFD2E0;
    background-color: #FFFFFF;
    border-radius: 20px;
}
.property-image-wrap img{
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.property-block-text{
    padding: 20px 20px 25px 20px;
}
.property-block-text h6{
    font-weight: 500;
    font-size: 2.2rem;
    line-height: normal;
    letter-spacing: 2%;
    border-bottom: 1px solid #CFD2E0;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    color: #050A25;
}
.property-block-text h6 a{
    color: #050A25;
}
.property-block-text h5{
    margin: 0 0 20px 0;
    color: #050A25;
    min-height: 84px;
}
.property-block-text p{
    margin: 0 0 3rem 0;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.property-block-text .text-btn{
    gap: 0 8px;
    align-items: center;
    color: #00C696;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0%;

}
.property-block-text .text-btn img{
    width: 24px;
    transition: all 0.2s ease-in;
}
.property-block-text .text-btn:hover{
    color: #050A25;
}
.property-block-text .text-btn:hover img{
    filter: brightness(0) saturate(100%) invert(7%) sepia(44%) saturate(1437%) hue-rotate(200deg) brightness(93%) contrast(107%);
}

.property-view-block{
    margin: 0 0 4rem 0;
}
.property-view{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.view-btn{
    width: 56px;
    height: 56px;
    background-color: #EEF1F8;
    border: 1px solid #CFD2E0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-btn{
    border-right: 0;
    border-radius: 12px 0 0 12px;
}
.list-btn{
    border-left: 0;
    border-radius: 0 12px 12px 0;
}
.view-btn.active{
    border-color: #192045;
    background-color: #192045;
}
.view-btn.active img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(245deg) brightness(106%) contrast(103%);
}
.pd-0{
    padding: 0;
}
.block-pagination{
    width: 100%;
    padding: 21px 32px;
    border: 1px solid #CFD2E0;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-top: 4.8rem;
}




/* ======================= BLog Detail ======================= */
.blog-banner .inside-banner-text{
    max-width: 100%;
}

/* Blog Detail Image Section */
.blog-detail-image-section{
    padding: 8rem 0;
    position: relative;
    z-index: 1;
}
.blog-detail-image-section::before{
    content: "";
    width: 100%;
    height: 692px;
    background-color: #EEF1F8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.blog-detail-image-block h3{
    margin: 0 auto 9.2rem auto;
    max-width: 1150px;
    width: 100%;
    text-align: center;
}
.blog-detail-image-block img{
    width: 100%;
    height: 710px;
    object-fit: cover;
    border-radius: 20px;
}



/* Blog Detail Section */

.blog-detail-content{
    padding: 0 60px 0 0;
}

.blog-detail-sidebar{
    margin: 0 0 0 -36px;
}
.blog-profile,.social-block,.article-block{
    border: 1px solid #CFD2E0;
    box-shadow: 0px 10px 15px 0px #9A9A9A26;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 0 24px 0;
    padding: 4rem;
}
.blog-profile .profile-image{
    width: 134px;
    height: 134px;
    border-radius: 100px;
    object-fit: cover;
    margin: 0 auto 4rem auto;
}
.title-btn,.blog-detail-box ul li a{
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #192045;
}
body .title-btn img{
    width: 26px!important;
    height: auto!important;
    display: inline-block;
    object-fit: contain!important;
    border-radius: 0!important;
    transition: all 0.5s ease;
    margin: 0 0 0 8px!important;
}
.blog-detail-box ul li a{
    position: relative;
    padding-right: 30px;
}
.blog-detail-box ul li a::before{
    content: "";
    width: 26px;
    height: 26px;
    background-image: url('../images/tab-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 5px;
    right: 0;
}
.title-btn:hover{
    color: #00C696;
    text-decoration: underline;
}
.title-btn:hover img{
    filter: brightness(0) saturate(100%) invert(66%) sepia(63%) saturate(3430%) hue-rotate(122deg) brightness(92%) contrast(103%);
}
.blog-profile .title-btn{
    margin: 0 auto;
    display: table;
}
.blog-profile ul{
    list-style: none;
    margin: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.blog-profile ul li{
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #192045;
}
.blog-profile ul li::after{
    content: "";
    width: 1px;
    height: 22px;
    background: #CFD2E0;
    margin: 0px 12px -4px 12px;
    display: inline-block;
}
.blog-profile ul li:last-child::after{
    display: none;
}


.social-block{
    padding: 3rem;
    padding-bottom: 3.2rem;
}
.social-block h5,.article-block h5{
    font-weight: 600;
    letter-spacing: 0%;
    margin: 0 0 3.2rem 0;
}
.social-block ul{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px 22px;
    flex-wrap: wrap;
    list-style: none;
}
.social-block ul li a img{
    width: 52px;
}

.article-block{
    padding: 3rem 0 0 0;
}
.article-block h5{
    margin: 0;
    padding: 0 3rem 2.6rem 3rem;
}
.article-block ul{
    list-style:none;
    padding: 0;
    margin: 0;
}
.article-block ul li a{
    display: block;
    padding: 15px 20px;
    padding-right: 8rem;
    padding-bottom: 14px;
    border-bottom: 1px solid #CFD2E0;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #192045;
}
.article-block ul li:last-child a {
    border-bottom: 0;
}
.article-block ul li a:hover{
    background-color: #EEF1F8;
    color: #192045;
    font-weight: 600;
}

.blog-detail-box{
    box-shadow: 0px 10px 15px 0px #9A9A9A26;
    border: 1px solid #CFD2E0;
    background-color: #fff;
    padding: 3rem;
    padding-bottom: 1.6rem;
    margin: 0 0 24px 0;
    border-radius: 20px;
    height: 834px;
    overflow-y: auto;
}
.blog-detail-box h4{
    margin: 0 0 3rem 0;
    padding-bottom: 3rem;
    border-bottom: 1px solid #CFD2E0;
}
.blog-detail-box p{
    margin: 0 0 20px 0;
    line-height: 32px;
    letter-spacing: 2%;
}
.blog-detail-box img{
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 20px;
    margin: 3rem 0;
}
.blog-detail-box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-detail-box ul li{
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 2%;
    margin: 0 0 20px 0;
    gap: 0 10px;
    list-style: disc !important;
}
.blog-detail-box ul li strong{
    font-weight: 600;
    white-space: nowrap;
}
.blog-detail-box ul li em{
    font-style: normal;
}




/* ====================== Region Details ====================== */
.lg-banner .inside-image{
    min-height: 682px;
}
.lg-banner .inside-banner-text{
    max-width: 100%;
}



/* Region Map Section */
.region-map-section{
    padding: 8rem 0;
}
.region-map-block{
    background-color: #192045;
    border-radius: 20px;
    padding: 7rem;
}
.region-map-block .row{
    align-items: center;
}
.region-map-block-text{
    padding: 0 25px 0 0;
}
.region-map-block-text h5{
    color: #fff;
    margin: 0 0 3rem 0;
    font-weight: 600;
    letter-spacing: 0;
}
.region-map-block-text p{
    color: #fff;
    margin: 0 0 2rem 0;
    letter-spacing: 0;
}
.region-map-block-image{
    padding: 0 0 0 25px;
}



/* Browse Section */
.browse-block{
    padding: 2.6rem 3rem;
    border: 1px solid #CFD2E0;
    border-radius: 20px;
    box-shadow: 0px 10px 15px 0px #9A9A9A26;
    margin: 0 0 24px 0;
}


.detail-info-block{
    padding: 5rem 38px;
}
.detail-info-block .info-block-button{
    padding: 0 0 0 4.7rem;
}
.detail-tag{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    display: table;
    margin: 0 0 22px 0;
    background-color: #00C696;
    color: #192045;
    padding: 17.5px 20.5px;
    border-radius: 100px;
}


.list-view .property-block{
    padding: 4rem;
}
.list-view .property-image-wrap img{
    border-radius: 20px;
}
.list-view .property-block-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list-view .property-block-col-sm{
    width: 29.85%;
}
.list-view .property-block-col-lg{
    width: 70.15%;
    padding: 0 0 0 4rem;
}
.list-view .property-block-text{
    padding: 0;
    max-width: 1080px;
    width: 100%;
}
.list-view .property-image-wrap img{
    height: 298px;
}
.list-view .property-block-text h5{
    min-height: auto;
}
.list-view .property-block-text p{
    -webkit-line-clamp: 2;
    margin-bottom: 4rem;
}
.list-view .gy-48{
    --bs-gutter-y: 4rem;
}


.error-section{
    padding: 10rem 0 0 0;
}
.error-data{
    text-align: center;
}
.error-data img{
    width: 80%;
    max-width: 500px;
    object-fit: contain;
    margin: 0 auto 20px auto;
}
.error-data h1{
    margin-bottom: 20px;
}



.section-title{
    padding: 12rem 0 0 0;
}

.basic-section{
    padding: 8rem 0 0 0;
}
.basic-text p{
    margin: 0 0 30px 0;
}
.basic-text h3,
.basic-text h4,
.basic-text h5,
.basic-text h6{
    margin: 0 0 16px 0;
}


.custom-guide-dropdown {
    position: relative;
}

.free-guide-dropdown {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 420px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.1);
    z-index: 999;
}
.close-dropdown {
    position: absolute;
    top: 18px;
    right: 18px;
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
}

#freeGuideForm input[type="email"] {
    width: 100%;
    height: 52px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: #FFFFFF;
    border: 1px solid #CFD2E0;
    padding-left: 15px;
    border-radius: 10px;
    margin: 0 0 20px 0;
}
.dr-btn{
    width: 100%;
}
.free-guide-dropdown h5{
    margin: 0 0 4rem 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #050A25;
}
.privacy-note{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 4rem 0 0 0;
    text-align: center;
    color: #050A25;
}
.privacy-note a{
    color: #050A25;
    text-decoration: underline;
    font-weight: 600;
}


/* Container label */
#freeGuideForm .custom-checkbox {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    padding: 0 0 0 28px;
    cursor: pointer;
    user-select: none;
    margin: 0 0 20px 0;
    position: relative;
}

/* Hide default checkbox */
.custom-checkbox input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #7F8991;
  border-radius: 3px;
  position: relative;
  transition: all 0.2s ease;
  position: absolute;
  left: 0;
}

/* On checked */
.custom-checkbox input[type="checkbox"]:checked {
  background-color: #050A25;
  border-color: #050A25;
}

/* Checkmark tick using ::after */
.custom-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}





.pagination-wrapper .row{
    align-items: center;
}
.pagination-centre{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.prev-btn {
    width: 56px;
    height: 56px;
    background-color: #FFFFFF;
    border: 1px solid #CFD2E0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.prev-btn:hover{
    background-color: #192045;
    border-color: #192045;
}
.prev-btn:hover img{
    filter: brightness(0) saturate(100%) invert(97%) sepia(100%) saturate(2%) hue-rotate(359deg) brightness(105%) contrast(101%);
}

.next-btn{
    background-color: #192045;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 12px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32.5px;
}
.next-btn:hover{
    color: #192045;
    background-color: #00C696;
}
.next-btn:hover img{
    filter: brightness(0) saturate(100%) invert(9%) sepia(20%) saturate(5420%) hue-rotate(214deg) brightness(97%) contrast(92%);
}
.page-input-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 20px;
}
.page-input-wrapper h6{
    font-size: 22px;
    line-height: normal;
    color: #050A25;
    margin: 0;
}

#jump-to-page{
    min-width: 71px;
    height: 56px;
    background-color: #FFFFFF;
    border: 1px solid #CFD2E0;
    padding: 0 10px 0 16px;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #050A25;
    border-radius: 12px;
}
#jump-to-page::placeholder{
    color: #050A25;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
.custom-number-input{
    position: relative;
}
.custom-arrows{
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
}
.custom-arrows img{
    width: 14px;
    margin: 2px 0;
    cursor: pointer;
}



.foot-search-form-wrap .wpcf7 form .wpcf7-response-output{
    color: #fff!important;
    
}




/* Region Section */
.region-section{
    padding: 12rem 0 12.1rem 0;
}
.mg-112{
    margin-bottom: 11.2rem;
}
.region-tab{
    padding: 4rem;
    border-radius: 20px;
    border: 1px solid #CFD2E0;
    background-color: #fff;
    margin: 0 -54px 0 0px;
    overflow-y: auto;
    height: 646px;
}
.region-tab .nav-tabs{
    display: block;
    margin: 0;
    padding: 0;
}
.region-tab .nav-tabs .nav-item{
    margin: 0 0 24px 0;
}
.region-tab .nav-tabs .nav-item:last-child{
    margin-bottom: 0;
}
.region-tab .nav-tabs .nav-link{
    font-weight: 500;
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #050A25;
    padding: 15px 16px;
    background-color: #fff;
    border: 1px solid #CFD2E0;
    border-radius: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    position: relative;
    transition: all 0.5s ease;
}
.region-tab .nav-tabs .nav-link::before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url('../images/tab-arrow-lg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s ease;
}
.region-tab .nav-tabs .nav-link span{
    width: calc(100% - 62px);
    padding: 0 0 0 3rem;
}
.nav-tabs .nav-link img{
    width: 62px;
    height: 62px;
    border-radius: 100px;
    object-fit: cover;
}
.region-map{
    padding: 0 0 0 54px;
}
.region-tab .nav-tabs .nav-link:hover,
.region-tab .nav-tabs .nav-link.active{
    border: 1px solid #192045;
}
.region-tab .nav-tabs .nav-link:hover::before,
.region-tab .nav-tabs .nav-link.active::before{
    opacity: 1;
}

.region-map-body{
    border: 1px solid #CFD2E0;
    background-color: #D8E5FF1A;
    width: 100%;
    min-height: 646px;
    border-radius: 20px;
    background-image: url('../images/dot-bg.png');
    background-position: left top;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
}




.contact-wrapper{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}
.contact-section{
    padding: 10rem 0 0 0;
}
.contact-form{
    padding: 4rem;
    background: #00C696;
    border-radius: 20px;
}
.contact-text h4{
    margin-bottom: 3rem;
    font-weight: 600;
}
.each-contact{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.each-contact img{
    width: 6rem;
    height: 6rem;
}
.contact-detail{
    width: calc(100% - 6rem);
    padding: 0 0 0 15px;
}
.contact-detail h6{
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 5px 0;
}
.contact-detail p{
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    color: #192045;
}
.contact-detail p a{
    color: #192045;
}

.site-form textarea.form-control{
    height: 130px;
    padding-top: 12px;
}

.wpcf7 form .wpcf7-response-output{
    width: auto;
    white-space: normal;
    margin: 10px 0 0 auto!important;
    display: table;
}

.testimonial-slider-data,.agents-wrapper{
    position: relative;
}
.slider-button-prev,
.slider-button-next{
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%) rotate(180deg);
    width: 40px;
    height: 40px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 12.444px;
    border: 1.556px solid #CFD2E0;
}
.slider-button-prev img,.slider-button-next img{
    width: 30px;
}
.slider-button-next{
    left: auto;
    right: -10px;
    transform: translateY(-50%) rotate(0deg);
}
.swiper-button-disabled{
    display: none!important;
}


.page-template-contact .navbar ,
.error404 .navbar ,
.page-template-default .navbar {
    display: none!important;
}



input#gform_submit_button_1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.2px;
    text-align: center;
    padding: 17px 34px 19px 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 8px;
    border-radius: 12px;
    color: #192045;
    background-color: #CFD2E0;
	outline: 0;
}

#gform_wrapper_1 h2.gform_title{
    display: none !important;
}
input#input_1_1 {
	width: 500px;
    height: 56px;
    border-radius: 12px;
    border: 1.333px solid #E5E5E5;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    background-color: #FAFAFA;
    box-shadow: none !important;
    outline: none !important;
    padding-left: 15px;
}

form#gform_1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    gap: 16px;
}

.gform-footer.gform_footer.top_label {
    margin: 0 !important;
}
div#gform_confirmation_message_1 {
    color: #fff !important;
    text-align: center;
}
.gform_title{
    display: none;
}


#gform_2 input#gform_submit_button_2 {
	margin-top: 20px !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 100% !important;
    letter-spacing: -0.2px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    padding: 17px 34px 19px 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    gap: 8px !important;
    background-color: #192045 !important;
    border-radius: 12px !important;
}

#gform_2 .gform_fields {
    gap: 20px !important;
}

#gform_2 input{
	font-weight: 400;
    height: 52px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
	border-radius: 12px;
    font-family: "Roboto", sans-serif;
    opacity: 1;
    color: #19204599;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #CFD2E0;
	box-shadow: none !important;
    outline: none !important;
}

#gform_2 select{
	font-weight: 400;
    height: 52px;
	line-height: 50px;
	border-radius: 12px;
    background-color: #fff;
    border: 1px solid #CFD2E0;
	box-shadow: none !important;
    outline: none !important;
}


h3.footer-form-title {
    color: #050A25 !important;
    font-size: 2.4rem !important;
    line-height: 3.2rem !important;
    margin: 0 0 4rem 0 !important;
    font-weight: 600 !important;
    padding: 0 10px 0 0 !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
}

#gform_2 select#input_2_4 {
    font-weight: 400;
    height: 52px;
    line-height: 50px !important;
    font-size: 16px;
    letter-spacing: 0%;
    font-family: "Roboto", sans-serif;
    opacity: 1;
    color: #19204599;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #CFD2E0;
}



@media screen and (max-width: 767px){
	input#input_1_1 {
		width: max-content;
	}
	form#gform_1 {
    flex-direction: column;
	align-items: center;
}
}


/*Dev Css*/
.post-type-archive-news .navbar, .single-news .navbar, .archive .navbar{
    display: none;
}
.property-view-block {
    margin: 0 0 4rem 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 25px;
}
.property-taxonomies {
  position: relative;
  display: flex;
  width: 80%;
}

.property-taxonomies .taxonomy-links {
    display: flex;
    margin: 0 auto;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    flex-wrap: wrap;
}

.property-taxonomies .taxonomy-links a {
    text-decoration: none;
    color: #333;
    position: relative;
}

.property-taxonomies .taxonomy-links a:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    color: #888; /* separator color */
}

.property-taxonomies .taxonomy-links a.active {
    color: #090D27; /* theme color */
    font-weight: 600;
}



.recommended-blogs h2 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}
.author-name {
    display: flex;
    justify-content: center;
    text-transform: capitalize;
}


.property-view-block {
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.property-view {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translate(0, -13px);
}

.property-taxonomies .taxonomy-links {
    justify-content: center;
}


/* 08-09-2025 */
.blog-detail-box.news-details-box h2 {
    font-weight: 600;
    font-size: 36px;
    border-bottom: 1px solid #CFD2E0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 40px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.blog-detail-box.news-details-box h3 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 42px;
}
.blog-detail-box.news-details-box h4 {
    font-size: 28px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.blog-detail-box.news-details-box h5 {
    font-size: 24px;
    margin-bottom: 20px;
}
.blog-detail-box.news-details-box h6 {
    font-size: 22px;
    margin-bottom: 20px;
}
.blog-detail-box.news-details-box p {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.2px;
}
.blog-detail-box.news-details-box a {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #192045;
    text-decoration: underline;
}
.blog-detail-box.news-details-box li {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 20px;
}
.blog-detail-box.news-details-box ul {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    list-style: circle !important;
    list-style-type: disc !important;
}
.blog-detail-box.news-details-box ul li ul {
    list-style: circle !important;
    margin-top: 15px;
}
.blog-detail-box.news-details-box ul li ul li {
    list-style: circle !important;
    margin-bottom: 5px;
}

.blog-detail-box.news-details-box li strong {
    width: 100%;
    font-size: 22px;
    margin-bottom: 10px;
}
.blog-detail-box.news-details-box ul.point-list {
    list-style: circle !important;
    list-style-type: disc !important;
}

.blog-detail-box.news-details-box ul.point-list li {
    margin-bottom: 5px;
}
.blog-detail-box.news-details-box ul li a::before {
    background-image: unset;
}
.blog-detail-box.news-details-box ul li a {
    margin-bottom: 10px;
}
.blog-detail-box.news-details-box table {
    margin-bottom: 20px;
}

.each-contact-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 40px;
    width: 100%;
}
.each-contact-wrap .each-contact {
    margin-bottom: 0;
}