@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {

    /* ~-~-~-~-~ declare font family & weight ~-~-~-~-~ */
    --body-fonts:"Poppins", sans-serif;
    --head-fonts:"Urbanist", sans-serif;
    /* ~-~-~-~-~ declare font family & weight ~-~-~-~-~ */

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:60px ;    
    --f-size-XL: 48px;    
    --f-size-L: 36px;    
    --f-size-M:30px;
    --f-size-S:24px ;
    --f-size-Sm: 18px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

    /* ~-~-~-~-~ common transition ~-~-~-~-~ */
    --common-transition: all 0.5s ease;
    /* ~-~-~-~-~ common transition ~-~-~-~-~ */

    /* ~-~-~-~-~ colors ~-~-~-~-~ */
    --clr-primary:#031F16;
    --head-clr:#011E15;
    --clr-secondary:#D9A13F;
    --body-clr:#555555;
    --white:#ffffff;
    --black:#011C15;
    --body-back:#FFF7ED;
    --grey-back:#F0F0F0;
    /* ~-~-~-~-~ colors ~-~-~-~-~ */
}



* html { overflow-x: hidden; } */
html { scroll-behavior: smooth; }
body { font-size: var(--f-size-Body);margin: 0; padding: 0; font-family: var(--body-fonts); line-height: 1.2; font-weight: 400; color: var(--body-clr); transition: var(--common-transition);background-color: var(--body-back); }

h1, h2, h3, h4, h5, h6 { font-family: var(--head-fonts) ; margin: 0 0 20px; padding: 0; line-height: 1.1; font-weight: 600 !important; color: var(--head-clr);text-transform: capitalize; }

h1, .h1 {font-size: var(--f-size-XXL);  color: var(--white);font-weight: 400 !important; }
h1.page-title { color: var(--clr-primary) !important; font-weight: 600 !important; }
h2, .h2 {font-size: var(--f-size-XL);font-weight: 400 !important;}
h2 span,h1 span{font-family: var(--head-span-fonts);color: var(--clr-secondary);text-transform: capitalize;font-weight: 700 !important;}
h3, .h3 {font-size: var(--f-size-L);}
h4, .h4 {font-size:var(--f-size-M); color: var(--black);}
h5, .h5 {font-size: var(--f-size-S); color: var(--clr-secondary); }
h6, .h6 {font-size: var(--f-size-Sm);font-family: var(--body-fonts); font-weight: 500 !important;color: var(--clr-secondary);text-transform: uppercase; }
body.no-banner h1 { color: var(--head-clr); }
p, .p{ margin: 0 0 20px; padding: 0; line-height: 1.5; font-size: var(--f-size-Body);color: var(--body-clr);font-weight: 400; } 
p:last-child{margin: 0;}
img { max-width: 100%; }
a, img { border: 0; text-decoration: none; outline: none; }
a, a:link, a:visited, a:focus, a:hover {  outline: none; text-decoration: none; transition: var(--common-transition); color: var(--dark);}
a:hover{  text-decoration: none; transition: var(--common-transition); }
ul{list-style: none; padding-left: 0;}
textarea, select, .form-control,input { font-size: 16px; width: 100%; border-radius: 15px; margin-bottom: 15px; outline: none !important; box-shadow: none !important; font-weight: 300; color: #000; height: 60px; margin: 0; border: 1px solid #AAAAAA;  }
textarea { /*padding: 18.5px 20px;*/ min-height: 100px !important; height: auto; resize: none; }
input[type="submit"] { font-weight: 700; transition: all 0.3s ease 0s; outline: none; letter-spacing: normal; }
textarea:focus, select:focus, .form-control:focus, .form-select:focus { box-shadow: inherit!important;    border-color: #000;    }
.form-group{margin-bottom: 30px;}


select, .form-select { font-size: 16px; padding: 12px 20px; border-radius: 6px; color: #000; line-height: 1; font-weight: 400; appearance: none; background: transparent; border: 1px solid var(--Color-Neutral-black, rgba(0, 0, 0, 1)); background-image: url(../images/select-arrow-1.svg); background-repeat: no-repeat; background-position: 84% center;background-size: 15px; }


.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;}
.field-group { margin-bottom: 30px; }
 input.wpcf7-not-valid { border: 1px solid #dc3232; } 


.wpcf7-not-valid-tip { font-size: 14px; margin-top: 5px; }
.wpcf7 form .wpcf7-response-output { margin: 0; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { font-size: 14px; }
input.mailpoet_text.parsley-error { border: 1px solid #900 !important; }
.parsley-required, .parsley-custom-error-message { font-size: 0; }
/* --- for placeholder color --- */
input::-moz-placeholder , .form-control::-moz-placeholder { color: #AAAAAA; opacity: 1; font-weight: 400; font-size: 16px;}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder { color:#AAAAAA; font-weight: 400;font-size: 16px;}
input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { color: #AAAAAA; font-weight: 400;font-size: 16px;}
::-webkit-input-placeholder { text-transform: capitalize;font-weight: 400;font-size: 16px; }
 
:-moz-placeholder { text-transform: capitalize;font-weight: 400;font-size: 16px; }
 
::-moz-placeholder { text-transform: capitalize;font-weight: 400;font-size:16px; }
 
:-ms-input-placeholder { text-transform: capitalize;font-weight: 400;font-size: 16px; }
/* --- for placeholder color --- */

label, .maxchar { margin-bottom: 15px; color:#000000; font-weight: 500; font-size: 18px;font-family: var(--body-fonts);} 
label.form-label span { margin-right: 8px; }

.common-padding{ padding-top: 80px; padding-bottom: 80px; }
.common-padding-bottom{ padding-bottom: 80px; } 
.mt-60{margin-top: 60px;}
.mt-50{margin-top: 50px;}
.mt-40{margin-top: 40px;}
.head-center{margin: 0 auto 40px; text-align: center;width: auto; max-width: 1156px;}

.btn, a.btn { font-family: var(--body-fonts);font-weight: 400; line-height: 1; color: var(--head-clr);  background: var(--clr-secondary);  align-items: center; border-radius: 10px; padding:18px 50px; transition: var(--common-transition); justify-content: center; text-transform: capitalize;    display: flex ; width: max-content;border: 2px solid transparent;min-width: 200px;font-size: 16px; }
.btn:hover, a.btn:hover, :not(.btn-check)+.btn:active { background: transparent !important; color: var(--clr-secondary) !important; border-color: var(--clr-secondary); }
.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;}

.btn.light, a.btn.light { background: transparent !important; color: var(--clr-secondary) !important; border-color: var(--clr-secondary);  }
.btn.light:hover, a.btn.light:hover{background: var(--clr-secondary)!important; color: var(--clr-primary) !important; }


.btn.white, a.btn.white{background:#fff !important;color: var(--head-clr) !important;border: 2px solid var(--white); }



.container-fluid { max-width: 1744px;}
/* -- Container adjustment -- */
@media screen and (min-width: 1599px) {  
  .container{max-width: 1440px;}
}
@media screen and (min-width: 1699px) {  
  .container{max-width: 1648px;}
}

/* -- Container adjustment -- */


/* ~-~-~-~-~-~-~-~-~-~ global adjustments ~-~-~-~-~-~-~-~-~-~ */

/* -- Header -- */

.hdr-wrap { display: flex; align-items: center; }
.logo-wrap a { width: 100%; max-width: 190px; display: block; }
.main-header { position: relative; z-index: 9; width: 100%; height: auto; top: 0; left: 0; right: 0; background-color: var(--head-clr);padding: 15px 0; }
.hdr-wrap { display: flex; align-items: center;justify-content: space-between;}
.hdr-wrap .hdr-btn span img { max-width: 20px; }
.hdr-wrap .logo a { max-width: 230px; width: 100%;transition: var(--common-transition);display: block; }
.hdr-wrap ul { display: flex; align-items: center; padding: 0; list-style: none; margin: 0; }
.main-menu ul li:not(:last-child) { margin-right:17px; }

.main-menu ul li a { font-family: var(--body-fonts); color: var(--white);  font-weight: 400; padding: 20px ; }
.main-menu ul li.current-menu-item a, .main-menu ul li:hover a, .main-menu ul li.current-menu-parent a { color: var(--clr-secondary) !important; }
.main-menu .hdr-btn{display: none;}
.main-menu ul li.menu-item-has-children ul.sub-menu li:hover {color: #00F5F5;}
.main-header.no-banner { background: var(--clr-light-blue); position: relative;}

.main-menu ul li:hover a::before, .main-menu ul li.current-menu-item a::before,.main-menu ul li.current-menu-parent a::before { width: 100%; }
.main-menu ul li a::before { content: ''; position: absolute; left: 0; bottom: 11px; width: 0; height: 1px; background-color: var(--clr-secondary); transition: width 0.4s ease-in-out; }
.header-sticky header, .header-sticky header .no-banner { left: 0; position: fixed; top: 0; width: 100%; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.5s; -ms-animation: slide-down 0.5s; -webkit-animation: slide-down 0.5s; z-index: 99;  }


.header-sticky header .btn { padding: 17px 50px; font-size: 14px;  }

.header-sticky header.main-header{top: 0;}
.header-sticky a.hdr-search img { max-width: 26px; }
.upper-header { background: rgba(230, 214, 182, 0.8); }
.upr-hdr-right a { font-weight: 600;color: var(--head-clr); display: flex; align-items: center; }
.upr-hdr-right a span img { width: 20px; margin-right: 5px; }
.hdr-wrap .hdr-btn { display: flex; align-items: center;     gap: 20px; }
.nav_btn { display: none;}
.hdr-wrap .mobileview {display: none;}

.main-header-wrap.d-flex { justify-content: space-between;align-self: center;}
.navigation-wrap { display: flex; align-items: center; }
.header-logo a { max-width: 214px; width: 100%; height: 100%; display: block; }
.header-top { background: #F8F9FC; padding: 6px 0; color: #1A1A1A; }
.header-top p{margin-bottom: 0; display: inline-block; padding: 0 30px; position: relative;}
.header-top p:before{ position: absolute; left: 0; top: 7px; content: ""; background: url(../images/star.png); width: 12px; height: 12px;}
.header-top p:after{ position: absolute; right: 0; top: 7px; content: ""; background: url(../images/star.png); width: 12px; height: 12px;}
.login-holder ul { padding: 0; margin: 0; list-style: none;text-align: right; }

.login-holder ul li { display: inline-block; padding-left: 30px; }
.login-holder ul li a{color: #1A1A1A;}
/* dropdown */

/* * sticky start */ 

.main-header.fixed {  left: 0; position: fixed; top: 0; width:100%; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.7s; -ms-animation: slide-down 0.7s; -webkit-animation: slide-down 0.7s; z-index: 999; background-color: var(--clr-secondary);} 


header.fixed .logo-wrap a img { max-width: 159px; }
header.fixed .main-header ul.nav li a { padding: 30px 0; }
header.fixed .btn { padding: 15px 40px; font-size: 16px; }
header.fixed .gt_switcher.notranslate .gt_selected a { padding: 12px 5px !important; width: auto !important; }
header.fixed .gt_option { top: 51px; width: 164px !important; padding: 9px 3px; }


@keyframes slide-down { 

0% {transform: translateY(-100%); 
-moz-transform: translateY(-100%); 
-webkit-transform: translateY(-100%); 
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%); } 
100% { 
transform: translateY(0); 
-moz-transform: translateY(0); 
-webkit-transform: translateY(0); 
-o-transform: translateY(0); 
-ms-transform: translateY(0); } 
}

/* sticky end */
/* hamburger start */
.close-nav{display: none;}

.hamburger-nav { position: relative; width: 27px; height: 21px; z-index: 1; display: none; }
.hamburger-nav span{width: 100%; height: 3px; background-color: var(--primary); position: absolute;}
.hamburger-nav span:first-child{top: 0;}
.hamburger-nav span:nth-child(2){top: 8px;}
.hamburger-nav span:last-child{top: 16px;}

.hamburger { display: none; height: 26px; margin-right: 0px; }
.hamburger a.main-nav-toggle { display: block; width: 25px; height: 25px; position: relative; }
.hamburger a.main-nav-toggle:after, .hamburger a.main-nav-toggle:before { content: ""; position: absolute; top: 5px; height: 0; border-bottom: 2px solid var(--clr-primary); width: 100%; left: 0; right: 0; transition: all ease-out 0.3s; }
.hamburger a.main-nav-toggle:after { top: 18px; }
.hamburger a.main-nav-toggle i { display: block; text-indent: 100%; overflow: hidden; white-space: nowrap; height: 2px; background-color: var(--clr-primary); width: 100%; position: absolute; top: 50%; transition: all ease-out 0.1s;transform: translateY(-50%); }
.hamburger a.main-nav-toggle.active-menu:after { transform: rotate(-45deg); transform-origin: center; top: 50%; }
.hamburger a.main-nav-toggle.active-menu:before { transform: rotate(45deg); transform-origin: center; top: 50%; }
.hamburger a.main-nav-toggle.active-menu i { opacity: 0; }

/* hamburger end */    

body.open { height: 100vh; overflow: hidden; }
body.fixed-gap { margin-top: 94px; }
.upper-header-cont{display: flex; justify-content: space-between;padding: 10px 0; align-items: center;}
.upper-header-cont h6 { margin-bottom: 0; }


.header-is-fixed { padding-top: 131px; }
@keyframes slide-down {
  0% {
      opacity: 0;
      transform: translateY(-100%);
  } 
  100% {
      opacity: 1;
      transform: translateY(0);
  } 
}

/* sub menu */
li.menu-item-has-children{position: relative;display: inline-block;color: var(--white);}
.main-menu ul li.menu-item-has-children a{margin-right: 15px;}
li.menu-item-has-children > ul.sub-menu { display: none; position: absolute; background: #FFF; box-shadow: 0px 4px 6px 0px rgba(46, 45, 45, 0.16); min-width: 274px; z-index: 1; margin-top: 0px; left: -7px; padding: 0px; list-style: none;border-radius: 10px;overflow: hidden; }
li.menu-item-has-children ul.sub-menu a { display: block; color: #000000 !important; font-weight: 500; margin-right: 0; padding: 20px; font-size: 15px; border-bottom: 0.5px solid #000000; }
li.menu-item-has-children ul.sub-menu a:hover{background-color: #FFF7ED;}
li.menu-item-has-children ul.sub-menu li:last-child a { border-bottom: none; }
li.menu-item-has-children:hover ul.sub-menu {display: block;}
li.menu-item-has-children:hover a::after { transform: translate(0%, -19%) rotate(180deg); color: var(--primary); }
li.menu-item-has-children > ul.sub-menu li { margin: 0; }
/* li.menu-item-has-children ul.sub-menu li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } */
li.menu-item-has-children ul.sub-menu li{margin-right: 0;width: 100%;padding: 0;} 

li.menu-item-has-children ul.sub-menu li:last-child{border: 0;}
li.menu-item-has-children > ul.sub-menu li:hover a{color: var(--clr-primary) !important;}
li.menu-item-has-children ul.sub-menu a:before {
    width: 0;
}


ul.sub-menu .current_page_item a { color: var(--secondary) !important; }
ul.lang-btn li a { display: flex; align-items: center; gap: 5px; padding: 5px 22px 5px 5px; border: 2px solid white; border-radius: 41px; }
ul.lang-btn li a:hover { color: var(--secondary); border: 2px solid var(--secondary); }
li.menu-item-has-children > a::after { position: absolute; top: 23px; content: "\f0d7"; font-family: "Font Awesome 7 Free"; font-weight: 900; font-size: 14px; margin-left: 0; color: var(--green); transition: var(--common-transition); right: 0; }
ul.lang-btn li { padding: 20px 0; }
.header-social-media-toggle{display: none;}
/* sub sub menu dropdown start */
.navigation ul>li ul.sub-menu li a:hover { background: var(--primary); color: var(--white); } 
.navigation ul>li ul.sub-menu li ul.sub-menu { left: 100%; top: -36px; display: none; margin: 0; }
.main-header ul.nav li ul.sub-menu li a:hover { color: var(--clr-primary); }
.navigation ul>li ul.sub-menu li.menu-item-has-children > a::after { transform: rotate(-90deg); }
.minus, .plus{display: none;} 
@media only screen and ( min-width:1199px ){
.navigation ul>li ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu { display:block; }  
}
.navigation h3{color: var(--clr-white); text-align: center; font-weight: 400;letter-spacing: 9px;}
.navigation ul.nav li ul.sub-menu li.current-menu-item a { border: none; color: var(--clr-primary) !important; }
/* sub-sub-menu */
.navigation ul li.current-menu-item ul.sub-menu li a { border: none; }
ul.nav li ul.sub-menu li.menu-item-has-children  a::after { top: 40% !important; }
li.menu-item-has-children ul.sub-menu li.menu-item-has-children{padding: 10px;}

a.hdr-search img{max-width: 33px;}

/* sub-sub-menu */
/* new css */

/* --- Navigation Underline Animation --- */

.main-menu ul li a { position: relative; text-decoration: none; display: inline-block; }
.hdr-btn-mobile{display: none;}

/* header end */

/* banner start */
.banner-sec-outer-wrap { height: 100%; }
.banner-sec-outer-wrap .row { height: 100%; }
.banner-section { overflow: hidden; position: relative;overflow: hidden;}

.banner-sec-outer-wrap .row{position: relative;}
.banner-section .row { --bs-gutter-x: 0; }
.bnr-cont-wrap { background-color: transparent !important;/* padding: 142px 15% 50px 0; */}
.bnr-inner-wrap { max-width: 669px; margin-left: auto;padding: 30px; }
.bnr-inner-wrap p{color: var(--white);}
.bnr-btn { display: flex; gap: 20px; }
.location { width: auto; position: absolute; bottom: 7%; right: 8%; display: flex; background-color: rgba(0, 30, 20, 0.86); padding: 20px 40px; border-radius: 15px; min-width: 301px; justify-content: center; gap: 24px; }
.location h6{margin-bottom: 10px;    font-size: 16px;}
.location p{color: var(--white);}
/* --- Arrow Shape Styling --- */
.clip-path-arrow { position: relative; width: 100%;  margin-right: -15%; z-index: 2; height: 100%; display: flex; align-items: center; justify-content: center; }
ul.quality-list { display: flex; justify-content: space-between; align-items: center; margin-top: 100px; }
ul.quality-list li:not(:last-child) { border-right: 1px solid rgba(220, 187, 105, 1); padding-right: 37px; margin-right: 23px; }
ul.quality-list li img { max-width: 24px; }
ul.quality-list li { color: #fff; }

 
.bnnr-inner-cont-wrap { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.bnr-img-wrap img { width: 100%; height: 74vh; object-fit: cover; }
.bnnr-inner-cont-wrap .row .col-sm-6:first-child{clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%); background: linear-gradient(90deg, #02291d 0%, var(--head-clr) 75%, #01140e 100%);}
/* ==========================================================================
   Services Section Elements
   ========================================================================== */




/* Service Component Layout Container Card */
.service-card { background-color: var(--head-clr);  border-radius: 20px; overflow: hidden; height: 100%; display: flex; flex-direction: column; transition: var(--common-transition); }
.service-card:hover .btn{background: var(--clr-secondary) !important; color: var(--clr-primary) !important; border-color: var(--clr-secondary);}
#our-impact { background: #DBA3401F; }
/* Graphic Overlay Component Handling */
.card-img-holder { position: relative;padding: 0 0 60%; width: 100%; }
.card-img-holder img {position: absolute;width: 100%; height: 100%;object-fit: cover;top: 0; right: 0; bottom: 0; left: 0;
}

/* Gold floating feature icon badges */
.card-icon-badge { position: absolute; left: 26px; width: 54px; height: 54px; background-color: var(--clr-secondary); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 3; box-shadow: 0 4px 10px rgba(0,0,0,0.15); bottom: 8px; }
.card-icon-badge img { width: 22px; height: 22px; object-fit: contain;position: relative; }

/* Inner Text Area Elements Formatting */
.card-content-wrap { padding: 0px 24px 30px; display: flex; flex-direction: column; flex-grow: 1; }
.card-content-wrap h4 { color: var(--white); font-size: 22px; margin-bottom: 12px; text-transform: capitalize; }
.card-content-wrap p { color: rgba(255, 255, 255, 1); }

/* Verification list bullet item overrides */
ul.card-features { padding: 0; margin: 0 0 30px 0; list-style: none; flex-grow: 1; }

ul.card-features li { color: rgba(255, 255, 255, 0.9);  position: relative; padding-left: 24px; margin-bottom: 12px;  }
ul.card-features li::before { content: ""; position: absolute; left: 0; top: 1px; background-image: url(../images/bullete-right.svg); background-repeat: no-repeat; background-size: 19px; width: 19px; height: 19px; }

/* Button UI adjustment rules inside service area context */
.card-content-wrap .btn { width: 100%; min-width: 100%; padding: 14px 20px;  border-radius: 8px; }
.curve-shape img { width: 90%; height: 100%; position: static; object-position: left; }
.curve-shape { position: absolute; width: 100%; bottom: 0; height: 22px; }
.card-img-holder-outer { position: relative;margin-bottom: -30px;margin-bottom: 15px; }
.curve-shape:after { content: ''; background: var(--head-clr); width: 30%; position: absolute; right: 0; bottom: 0; top: 0; border-radius: 0 20px 0 0; }






/* ==========================================================================
   Why Choose Us Section Styles
   ========================================================================== */
.why-choose-section {  position: relative; overflow: hidden; }
.why-choose-section::after{content: ""; position: absolute;background-color: rgba(3, 31, 22, 0.95); width: 100%; height: 100%;top: 0; right: 0; bottom: 0; left: 0;z-index: 0;}
.why-choose-section .container{position: relative; z-index: 1;}

.why-text-wrap p,.why-text-wrap h2 { color: var(--white); }


.why-features-wrap { display: flex; flex-direction: column; gap: 24px; /* Space between white blocks */ }

.feature-row-card { background-color: var(--white); border-radius: 12px; display: flex; align-items: center; padding: 10px; box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15); transition: var(--common-transition); }


.feature-icon-box { background-color: var(--clr-secondary); width: 80px; height: 80px; min-width: 80px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-right: 25px; }
.feature-icon-box img {  height: 35px; object-fit: contain; }


.feature-text-box h4 { color: var(--clr-primary); font-size: 24px; margin-bottom: 4px; font-weight: 600 !important; }
.feature-text-box p { color: var(--body-clr); margin-bottom: 0; line-height: 1.4; }





/* ==========================================================================
   About Us Section Styles
   ========================================================================== */

/* Left Text Area Custom Tweaks */


/* ==========================================================================
   Custom Asymmetric Gallery Grid
   ========================================================================== */
.about-gallery-grid-custom { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.gallery-item { overflow: hidden; border-radius: 20px;position: relative;padding: 0 0 45%; }

.gallery-item img { width: 100%; height: 100%; object-fit: cover; position: absolute;top: 0;right: 0; bottom: 0; left: 0;}
.about-slick-carousel { width: 100%; position: relative; }
.about-slick-slide img { width: 100%; height: 480px; object-fit: cover; border-radius: 12px; }
.about-slick-carousel .slick-dots { bottom: -30px; }
.about-slick-slide { margin: 15px; }

.about-slick-slide-img { position: relative; padding: 0 0 70%; }
.about-slick-slide-img img { position: absolute; object-fit: cover; width: 100%; height: 100%; inset: 0; }
.home-property-slider-title {
    display: flex;
    justify-content: center;
}
.slick-dots li button:before { font-size: 12px; }
/* Row 1: Top Image spans all 5 columns */
.gallery-item.item-top-wide { grid-column: span 5;  }
.gallery-item.item-bottom-wider { grid-column: span 3; }
.gallery-item.item-bottom-narrow { grid-column: span 2; }



/* ==========================================================================
   Footer Section Styles
   ========================================================================== */
.footer-section {  position: relative; overflow: hidden; }
.footer-section::after{content: ""; position: absolute;background-color: rgba(3, 31, 22, 0.95); width: 100%; height: 100%;top: 0; right: 0; bottom: 0; left: 0;z-index: 0;}
.footer-section .container{position: relative; z-index: 1;}

.ftr-brand-wrap .ftr-logo a { display: inline-block; max-width: 249px; margin-bottom: 25px; }
.ftr-brand-wrap p { color: rgba(255, 255, 255); font-size: 14px; line-height: 1.6; margin-bottom: 30px; max-width: 547px; }
.ftr-social-icons { display: flex; gap: 12px; padding: 0; margin: 0; list-style: none; }
.ftr-social-icons li a { width: 36px; height: 36px; background-color: var(--clr-secondary); /* Brand gold */ color: var(--white) !important; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: var(--common-transition); }
.ftr-social-icons li a:hover { background-color: var(--white); transform: translateY(-3px);color: var(--clr-primary) !important; }

.ftr-links-column h4 { color: var(--white) !important; font-size: 18px; font-weight: 500 !important; margin-bottom: 15px; position: relative; padding-bottom: 10px; text-transform: capitalize; }
.ftr-links-column h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 35px; height: 2px; background-color: var(--clr-secondary); }

.ftr-links-column ul { list-style: none; padding: 0; margin: 0; }
.ftr-links-column ul li { margin-bottom: 12px; }
.ftr-links-column ul li a { color: rgba(255, 255, 255) !important; font-size: 14px; font-family: var(--body-fonts); transition: var(--common-transition); display: inline-block; }
.ftr-links-column ul li a:hover { color: var(--clr-secondary) !important; transform: translateX(4px); }

/* Footer Bottom Strip Divider Lines */
.ftr-bottom-bar { margin-top: 60px; padding: 25px; border-top: 1px solid rgba(255, 255, 255, 1); text-align: center; }
.ftr-bottom-bar p { color: rgba(255, 255, 255, 1); margin-bottom: 0; }



/* ==========================================================================
   Properties Filtering & Directory Grid Styles
   ========================================================================== */
/* ==========================================================================
   Refined Sidebar Container Layout Style
   ========================================================================== */
.filter-sidebar { border-radius: 20px; overflow: hidden; box-shadow: 0px 4px 33px 0px #00000026; }
.filter-sidebar-header { background-color: #051D14; padding: 16px 24px; }

.filter-sidebar-header h3 { color: #FFFFFF; font-size: 16px; font-weight: 500; margin: 0; font-family: var(--head-fonts); }
.filter-sidebar-body { padding: 24px 24px 0px 24px; }
.filter-sidebar button.btn.filter-apply-btn { width: 100%; }
.filter-sidebar a.clear-all-link-trigger { color: var(--clr-secondary); text-align: center; margin: 0 auto; display: flex; align-items: center; justify-content: center; padding: 17px 30px; }
/* Clear Divider Lines on Filter Sections */
.filter-group-box { margin-bottom: 22px; border-bottom: 1px solid #EADFCD; padding-bottom: 22px; }

.filter-group-box:last-of-type { border-bottom: none; margin-bottom: 15px; padding-bottom: 0;position: relative; }
label.filter-group-title { display: block; color: var(--black); font-size: 16px; font-weight: 500; font-family: var(--body-fonts); margin-bottom: 20px; }

/* Custom Checkboxes Layout Alignment */
.filter-options-list { display: flex; flex-direction: column; gap: 12px; }
.custom-checkbox-label { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; cursor: pointer; line-height: 1.4; color: #555555; font-weight: 400;}
.custom-checkbox-label input[type="checkbox"] { width: 18px; height: 18px; border: 1px solid #C4B5A5; border-radius: 4px; accent-color: #051D14; margin-top: 2px; flex-shrink: 0; }
.custom-checkbox-label small { color: #AAAAAA; font-size: 16px; }
.select-field-route { position: relative; }
.custom-sidebar-select { height: 48px; font-size: 16px; background-color: transparent; border: 1px solid #C4B5A5; border-radius: 8px; color: #555555; padding-left: 16px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23051D14' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-size: 16px; background-position: right 9px center; }

.custom-sidebar-select:focus { border-color: #D4AF37; box-shadow: none; }
.custom-range { height: 6px; background-color: #EADFCD; border-radius: 3px; }
.custom-range::-webkit-slider-thumb { background-color: #051D14; width: 16px; height: 16px; border-radius: 50%; cursor: pointer; }
.price-labels span.current-dynamic-val { color: #051D14; font-weight: 600; }

/* product list price range */
.price-slider-container { position: relative; width: 100%; height: 2px; background: #BCCCDC; margin-bottom: 10px; }
.price-slider-container .slider-track { position: absolute; height: 100%; background: #031F16 !important; border-radius: 2px; z-index: 1; }

.price-slider-container .range-input { position: absolute; width: 100%; height: 20px; top: 50%; transform: translateY(-50%); background: none; pointer-events: none; -webkit-appearance: none; appearance: none; margin: 0; padding: 0; z-index: 2; }
.price-slider-container .range-input::-webkit-slider-thumb { height: 12px; width: 12px; border-radius: 50%; background: #031F16; pointer-events: auto; -webkit-appearance: none; cursor: pointer; }

.price-slider-container .range-input::-moz-range-thumb { height: 12px; width: 12px; border: none; border-radius: 50%; background: #031F16; pointer-events: auto; cursor: pointer; }
.price-labels { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }
.price-labels span { font-size: 15px; color: #718096; font-weight: 400; }


/* Bed Matrix Selection Box Rules */
/* ==========================================================================
   Bed Selector Toggle Row Styling (Fixed Layout)
   ========================================================================== */
.beds-btn-group { display: flex; gap: 8px; flex-wrap: nowrap; width: 100%; }
.beds-btn-group .bed-selector-btn { flex: 1; min-width: 0 !important; height: 40px; padding: 0 !important; display: flex !important; align-items: center; justify-content: center; background-color: #FFF7ED !important; border: 0.5px solid #AAAAAA !important; color: var(--black) !important; border-radius: 0; font-size: 14px; font-weight: 500; text-transform: none !important; cursor: pointer; transition: all 0.2s ease; }

/* Hover & Active State Correction Rules */
.beds-btn-group .bed-selector-btn:hover { background-color: var(--clr-secondary) !important; color: var(--white) !important; border-color: #CBD5E1 !important; }
/* Active Selected State Style Block */
.beds-btn-group .btn-check:checked + .bed-selector-btn { background-color: var(--head-clr) !important; border-color: var(--head-clr) !important; color: var(--white) !important; }
/* Ensure the active class applied by JS mimics your checked style rules */
.beds-btn-group .bed-selector-btn.active,
.beds-btn-group .btn-check:checked + .bed-selector-btn { background-color: #031F16 !important;  border-color: #031F16 !important; color: #ffffff !important; }


.contact-page-section .row  form .border-top { padding-top: 40px !important; border-top: 0.5px solid #000000 !important; }
.contact-page-section .row form .row.border-top { margin-top: 8px; }
.contact-page-section .row form .row.border-top .col-md-5.col-12.border-start.custom-sidebar-divider { border-left: 0.5px solid #000000 !important; } 
.contact-page-section .row .col-lg-4.col-12 .d-flex.flex-column.gap-4 { margin-top: 54px; }
.contact-page-section .row .col-lg-8 h3 {color: var(--clr-primary); }


.budget-section-wrapper { max-width: 500px; font-family: sans-serif; background-color: transparent; }
.price-slider-container { position: relative; width: 100%; height: 2px; background: #BCCCDC; margin-top: 35px; margin-bottom: 25px; }
.slider-track { position: absolute; height: 100%; background: #031F16 !important; border-radius: 2px; z-index: 1; }

.range-input { position: absolute; width: 100%; height: 20px; top: 50%; transform: translateY(-50%); background: none; pointer-events: none; -webkit-appearance: none; appearance: none; margin: 0; padding: 0; z-index: 2; border: none; }
.range-input::-webkit-slider-thumb { height: 14px; width: 14px; border-radius: 50%; background: #031F16; pointer-events: auto; -webkit-appearance: none; cursor: pointer; box-shadow: 0 0 2px rgba(0,0,0,0.2); }
.range-input::-moz-range-thumb { height: 14px; width: 14px; border: none; border-radius: 50%; background: #031F16; pointer-events: auto; cursor: pointer; box-shadow: 0 0 2px rgba(0,0,0,0.2); }

.price-labels-container { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; }
.limit-label { font-size: 15px; color: #A0AEC0; font-weight: 400; }
.dynamic-range-display { font-size: 16px; color: #031F16; font-weight: 500; text-align: center; }



/* CARDS LISTING VIEW OBJECTS ELEMENTS */
.product-listing-card { border-radius: 16px;  border: 1px solid rgba(170, 170, 170, 1); height: 100%; display: flex; flex-direction: column; transition: var(--common-transition);overflow: hidden; }
.product-listing-card:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.07); }
.product-card-media { position: relative; padding: 0 0 56%; overflow: hidden; }
.product-card-media img { width: 100%; height: 100%; object-fit: cover;position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

/* Floating Badges Alignment Style Rule */
.badge-tag { position: absolute; top: 15px; left: 15px; padding: 8px 14px; border-radius: 6px; font-weight: 400; color: var(--head-clr); font-family: var(--body-fonts); min-width: 142px; text-align: center; }

.badge-tag.stay-short { background-color: #0F291E; }
.badge-tag.stay-long { background-color: var(--clr-secondary); color: var(--clr-primary); }
.badge-tag.category-invest { background-color: #FFEDCD; color: var(--head-clr); }

/* Floating Wishlist Circular Buttons */
.wishlist-toggle-btn { position: absolute; top: 15px; right: 15px; border-radius: 50%; background-color: transparent; border: 0; display: flex; align-items: center; justify-content: center; color: #555555; font-size: 16px; cursor: pointer; transition: var(--common-transition); }
.wishlist-toggle-btn:hover {  transform: scale(1.05); }
.wishlist-toggle-btn.liked { color: #E53E3E; }
button.wishlist-toggle-btn svg { font-size: 24px; }
/* Card Bottom Inner Body Elements Layout */
.product-card-body { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.price-rating-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.product-price strong { font-size: 24px; color: var(--clr-primary); font-family: var(--body-fonts); font-weight: 500; }
.product-rating { font-size: 16px;  }
.product-card-body h6 { color: var(--black); font-weight: 500; font-size: 16px; }
.product-card-body p{font-size: 16px; }
.product-rating svg { color: rgba(255, 193, 7, 1); /* Rating star gold */ margin-right: 2px; }
.product-rating small { color: #718096; font-weight: 400; }
.product-desc { font-size: 16px; line-height: 1.5; color: var(--body-clr); margin-bottom: 15px; }

/* Meta Features Grid Spec Ribbon Layout Rules */
ul.product-specs-grid li { display: flex; gap: 9px;font-size: 14px; }
.product-specs-grid { display: flex; flex-wrap: wrap; gap: 15px; padding: 12px 0; margin-bottom: 15px; border-bottom: 0.5px solid rgba(170, 170, 170, 1); justify-content: space-between;}
.product-specs-grid span { width: 15px; }

.product-specs-grid span i { color: #A0AEC0; }
.product-card-footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.location-tag { font-size: 16px; color: #555555; font-weight: 500; }
.location-tag i { color: #A0AEC0; margin-right: 2px; }
.vendor-tag { font-weight: 500; text-transform: capitalize; color: var(--black); }

/* Mobile Breakpoint Optimizations Wrapper */
.properties-section .row:first-child.align-items-center.mb-4.g-3 { justify-content: flex-end; }
.product-searching-outer { display: flex; justify-content: space-between; }

/* ==========================================================================
   Updated Properties Header Toolbar Styles
   ========================================================================== */


.product-searching-outer { display: flex; justify-content: space-between; align-items: flex-end; width: 100%; gap: 30px; }
.product-searching-search-bar { flex: 1; max-width: 530px; }
.properties-counter { display: block; font-family: var(--body-fonts); color: var(--body-clr); font-size: 15px; font-weight: 400; margin-bottom: 12px; }
.product-searching-search-bar .search-bar-wrap { margin-bottom: 0 !important }
.product-searching-search-bar .main-search-input { background-color: transparent; border: 1px solid #C4B5A5;  height: 48px; border-radius: 8px 0 0 8px !important; padding-left: 18px; font-size: 14px; color: var(--body-clr); }
.product-searching-search-bar .main-search-input::placeholder { color: #A3978A; }
.product-searching-search-bar .search-submit-icon-btn { background-color: transparent !important; border: 1px solid #C4B5A5 !important; border-left: 0 !important; color: #A3978A !important; min-width: 48px; height: 48px; border-radius: 0 8px 8px 0 !important; display: flex; align-items: center; justify-content: center; }


.sort-dropdown-wrap { margin-bottom: 0; position: relative; display: inline-block; }
.sort-dropdown-wrap span { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); z-index: 2; pointer-events: none; display: flex; align-items: center; }
.sort-dropdown-wrap span img { width: 18px; height: 18px; object-fit: contain; }
.sort-dropdown-wrap .sort-select { height: 48px; font-size: 14px; background-color: transparent; border: 1px solid #C4B5A5; border-radius: 8px; padding: 5px 40px 5px 44px !important; color: var(--clr-primary); font-weight: 500; min-width: 230px; cursor: pointer; position: relative; z-index: 1; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-size: 16px; background-position: right 15px center; }
.sort-dropdown-wrap .sort-select:focus, .product-searching-search-bar .main-search-input:focus { border-color: var(--clr-secondary); box-shadow: none; }
/* ==========================================================================
   Directory Grid Layout Pagination Ribbon Base Rules
   ========================================================================== */
.directory-pagination-row { display: flex; justify-content: center; width: 100%; margin-top: 50px; margin-bottom: 60px; padding-left: 15px;  }
.directory-pagination-row ul.pagination-list li.page-control a.pagination-link.ajax-page,.insights-pagination-wrap .pagination a.next.page-link.control-arrow,.insights-pagination-wrap .pagination a.prev.page-link.control-arrow { background-color: var(--clr-primary); color: #fff; padding: 15px 15px; font-size: 18px;width: auto; }
.pagination-list { display: flex; align-items: center; gap: 12px; padding: 0; margin: 0; list-style: none; }
.pagination-link { display: flex; align-items: center; justify-content: center; min-width: 32px; height: 32px; padding: 0 6px; font-family: var(--body-fonts), sans-serif; font-size: 15px; font-weight: 500; color: var(--black, #000000); text-decoration: none; border-radius: 4px; background-color: transparent; transition: all 0.25s ease-in-out; }
.pagination-link.btn-prev, .pagination-link.btn-next { background-color: var(--black); color: var(--white, #ffffff); padding: 0 16px; height: 36px; border-radius: 5px; font-weight: 600; }

.pagination-link:hover:not(.btn-prev):not(.btn-next) { background-color: rgba(217, 161, 63, 0.15); color: var(--clr-secondary, #D9A13F); }
.pagination-link.btn-prev:hover, .pagination-link.btn-next:hover { background-color: var(--clr-secondary, #D9A13F); color: var(--black); box-shadow: 0 4px 12px rgba(217, 161, 63, 0.2); }
.pagination-link.active { background-color: var(--clr-secondary, #D9A13F) !important; color: var(--white, #ffffff) !important; font-weight: 600; }
.pagination-item.ellipsis { display: flex; align-items: flex-end; justify-content: center; min-width: 24px; height: 32px; font-family: var(--body-fonts), sans-serif; font-size: 16px; color: #A0AEC0; letter-spacing: 1px; }


/* ==========================================================================
   Responsive Adaptations for Smaller Screens */



/* ==========================================================================
   Property Detail Subheader Breadcrumb Ribbon Rules
   ========================================================================== */
.subheader-ribbon-wrapper { background-color: #011E15; width: 100%; padding: 30px 0; border-top: 1px solid rgba(255, 255, 255, 1); }
.subheader-flex-container { display: flex; justify-content: space-between; align-items: center; }

/* --- Left Side: Breadcrumbs Navigation Format --- */
.breadcrumb-list { display: flex; align-items: center; gap: 12px; padding: 0; margin: 0; list-style: none; }
.breadcrumb-item { display: flex; align-items: center;   }

.breadcrumb-item:not(:last-child)::after { content: "\f105"; /* FontAwesome Right Angle Chevron */ font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 11px; color: rgba(255, 255, 255, 0.4); margin-left: 12px; pointer-events: none; }
.breadcrumb-item a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: color 0.2s ease; }
.breadcrumb-item a:hover { color: #D9A13F; /* Elegant Accent Gold */ }

.breadcrumb-item.active { color: rgba(255, 255, 255, 0.95); font-weight: 500; }

/* --- Right Side: Save & Share Buttons --- */
.breadcrumb-item+.breadcrumb-item::before { content: ""; }
.utility-actions-group { display: flex; align-items: center; gap: 24px; }
.action-trigger-btn { background: none; border: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.85);  cursor: pointer; transition: color 0.2s ease; }
.action-trigger-btn i { font-size: 16px; transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.action-trigger-btn:hover { color: #D9A13F; }

/* --- Active Interactive Toggle Utility States --- */
.action-trigger-btn .icon-state-active { display: none; }
.action-trigger-btn.is-active { color: #D9A13F; }
.action-trigger-btn.is-active .icon-state-default { display: none; }
.action-trigger-btn.is-active .icon-state-active { display: inline-block; color: #D9A13F; }

/* ==========================================================================
   Slick Slider Navigation Arrows (Matching Design)
   ========================================================================== */

/* Base positioning styling for both navigation buttons */
.about-slick-carousel .slick-prev, .about-slick-carousel .slick-next, .property-slick-slider .slick-prev, .property-slick-slider .slick-next,.home-property-slider .slick-prev,.home-property-slider .slick-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 40px; height: 40px; border-radius: 50%; background-color: #011c14; /* Deep dark green/black background matching layout */ border: none; color: #ffffff; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 0.95rem; transition: background-color 0.2s ease, opacity 0.2s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
.property-slick-slider .slick-prev:hover, .property-slick-slider .slick-next:hover, .about-slick-carousel .slick-prev:hover, .about-slick-carousel .slick-next:hover,.home-property-slider .slick-prev:hover, .home-property-slider .slick-next:hover { background-color: #0b2d22; }
.property-slick-slider .slick-prev, .about-slick-carousel .slick-prev,.home-property-slider .slick-prev { left: -40px; }
.property-slick-slider .slick-next, .about-slick-carousel .slick-next,.home-property-slider .slick-next { right: -40px; }
.property-slick-slider .slick-prev::before, .about-slick-carousel .slick-prev::before, .about-slick-carousel .slick-next::before,
.property-slick-slider .slick-next::before,.home-property-slider .slick-prev::before,.home-property-slider .slick-next::before { display: none; }
.property-slick-slider .slick-disabled, .about-slick-carousel .slick-disabled,.home-property-slider .slick-disabled { opacity: 0.3; cursor: not-allowed; }
.slider-item-wrap { padding: 0 10px; }
.slider-section-container.common-padding { border-top: 1px solid #555555; }

.slick-track { display: flex; }
.slider-item-wrap.slick-slide { height: auto; }
/* ==========================================================================
   EXPAT HOMES GHANA - GALLERY AND HEADER BLOCKS
   ========================================================================== */

/* ==========================================================================
   EXPAT HOMES GHANA - GRID IMAGE ENGINE OVERRIDES
   ========================================================================== */

/* --- Core Sizing Declarations --- */
.gallery-image-wrapper { position: relative; padding: 0 0 69%; object-fit: cover; height: 100%;  border-radius: 30px;
    overflow: hidden; }
.gallery-image-wrapper img{position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0;}

.gallery-image-wrapper-right{ position: relative; padding: 0 0 51%; object-fit: cover; height: 100%; }
.gallery-image-wrapper-right img{position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0;}

/* .gallery-image-wrapper-right.nested-bottom-frame.overflow-hidden.rounded-4 { padding: 0 0 104%; } */
/* --- View All Custom Dark Badge Accent Overlay --- */
.view-all-overlay-card { background-color: var(--head-clr) !important; }
.view-all-overlay-card:hover { opacity: 0.94; }
.header-pill-accent { background-color: var(--head-clr); }
.gallery-image-wrapper.vertical-sub-frame, .gallery-image-wrapper-right { position: relative; padding: 0 0 110%; object-fit: cover; height: 100%; border-radius: 30px; overflow: hidden; }
.gallery-image-wrapper.vertical-sub-frame img{position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0;object-fit: cover;}
.property-gallery-bnr-img-section .row .col-md-6 .row .col-md-4 { margin-bottom: 25px; }
.property-meta-header-block .d-flex.flex-column.flex-md-row.justify-content-between.align-items-start.gap-3.border-bottom.pb-4.mb-4 { gap: 31px !important; }














/* ==========================================================================
   EXPAT HOMES GHANA - COMPREHENSIVE RIGHT COLUMN ENGINE HOOKS
   ========================================================================== */

/* --- 1. Right Masonry Gallery Proportional Heights --- */


.custom-dark-gallery-overlay { background-color: rgba(1, 28, 21, 0.88); /* Matches deep branding theme tint */ top: 0; left: 0; transition: background-color 0.2s ease; }
.view-all-overlay-card:hover .custom-dark-gallery-overlay { background-color: rgba(1, 28, 21, 0.93); }
/* --- 2. Action CTA Container & Buttons Engine --- */
.sidebar-action-card-panel { background-color: var(--head-clr) !important; /* Deep Green core identity color */ }
.panel-cta-title-main { font-size: 20px; letter-spacing: -0.01em; }

.py-2-5 {
    padding-top: 0.72rem !important;
    padding-bottom: 0.72rem !important;
}

.primary-gold-cta-action { background-color: #D9A13F !important; /* Brand accent luxury gold tint */ color: var(--white) !important; border: 1px solid #D9A13F !important; font-size: 13.5px; transition: opacity 0.2s ease; }
.primary-gold-cta-action:hover { opacity: 0.93; }
.outline-sidebar-cta-action { background-color: transparent !important; border: 1px solid rgba(255, 255, 255, 0.15) !important; color: var(--white) !important; font-size: 13.5px; transition: all 0.2s ease; }
.outline-sidebar-cta-action:hover { background-color: rgba(255, 255, 255, 0.04) !important; border-color: rgba(255, 255, 255, 0.3) !important; }

/* --- 3. Property Agent Profile Block Specs --- */
.panel-block-subheading-text { font-size: 15.5px; color: var(--head-clr); letter-spacing: -0.01em; }
.agent-avatar-circle-mask { width: 52px; height: 52px; background-color: var(--body-bg); }
.standard-agent-profile-card .name-heading { font-size: 15px; line-height: 1.2; }
.standard-agent-profile-card .company-affiliation-text { font-size: 12px; color: var(--para-clr); font-weight: 500; }
.direct-agent-contact-channels .contact-line-item { font-size: 13px; color: var(--para-clr); font-weight: 500; transition: color 0.15s ease; }
.direct-agent-contact-channels .contact-line-item svg { color: var(--head-clr); opacity: 0.75; }
.direct-agent-contact-channels .contact-line-item:hover { color: #D9A13F !important; }
/* --- 4. Verified Layout Checklist Modification Rules --- */
.verification-panel-override { background-color: #02231A !important; /* Slightly distinct deeper tone variant */ }
.listing-checklist-grid-sub-matrix .checklist-item-text {  font-weight: 500; color: rgba(255, 255, 255, 0.85); display: inline-flex; align-items: center; }

/* --- 5. Testimonial Carousels Navigation Node Mechanics --- */
.arrow-circle-nav-btn { width: 26px; height: 26px; border: 1px solid var(--border-clr) !important; background-color: var(--white) !important; color: var(--white) !important; transition: all 0.2s ease; min-width: inherit !important; background-color: var(--clr-primary) !important; }
.arrow-circle-nav-btn.active, .arrow-circle-nav-btn:hover { background-color: var(--head-clr) !important; border-color: var(--head-clr) !important; color: var(--white) !important; }
.client-quote-body-wrapper .client-signature-attribution { font-style: normal; }
.client-quote-body-wrapper .client-signature-attribution::before { content: "— " !important; color: #D9A13F; }

.criteria-list span { background-color: var(--clr-primary); color: #fff; padding: 6px 35px; border-radius: 5px; font-size: 16px;}
.price-usd { /*font-size: 36px;*/ font-size: var(--f-size-L); font-weight: 500; font-family: var(--head-fonts); color: var(--black); padding-right: 36px; margin-bottom: 5px; }
.price-usd small { font-size: 18px; font-weight: 400; }
.price-ghs { font-size: 18px; color: var(--black); font-weight: 600; }
.price-ghs small { font-size: 18px !important; color: var(--black); font-weight: 400; }

.spec-item svg, .spec-item span { font-weight: 500; }
.amenities-list { display: flex; align-items: center; gap: 41px; }
.spec-item span img { max-width: 19px; }
.spec-item { display: flex; align-items: center; gap: 10px; }

ul.inner-bullet-matrix-row { width: max-content; margin-left: auto; }
ul.inner-bullet-matrix-row li img { max-width: 15px; }
ul.inner-bullet-matrix-row li { margin-bottom: 15px; }
.amenity-wrap{border-top: 1px solid #555555;border-bottom: 1px solid #555555;padding: 30px 0;margin:30px 0;}

.detail-white-card-panel { border: 1px solid #011E15 !important; }
.detail-white-card-panel .row.top-row .col-4 h6 { color: #000; }
.matrix-box-item { height: 100%; }
.matrix-box-item span { max-width: 50px; }
.matrix-box-item p { font-size: 16px; }
.matrix-box-item { height: 100%; padding: 15px 5px !important; }
.map-iframe-container-wrapper { height: 100%; line-height: 0;}
.view-map-title a { background-color: var(--clr-primary)!important; }
.view-map-title { position: absolute; bottom: 0; padding: 27px; }

.sidebar-action-card-panel .d-flex.flex-column.gap-2 { gap: 24px !important; }
.sidebar-action-card-panel h3,.sidebar-action-card-panel p,.sidebar-action-card-panel h5{color: var(--white);}
.sidebar-action-card-panel button.btn.primary-gold-cta-action { width: 100%; padding: 14px !important; }
.assembly-buttons-stack button.btn span { max-width: 19px; margin-right: 8px; }
.standard-agent-profile-card h5, .user-reviews-testimonial-panel h5{color: var(--black);}
.sidebar-action-card-panel button.btn:hover span img { filter: brightness(0); }
.agent-profile-text-fields h6{color: var(--black);}
.agent-profile-text-fields h6, .agent-profile-text-fields p { margin-bottom: 6px;font-size: 16px; }

ul.direct-agent-contact-channels p { margin-bottom: 0; }
ul.direct-agent-contact-channels li a span { max-width: 15px; }
ul.direct-agent-contact-channels { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }

.property-meta-header-block h3 { font-weight: 500 !important; }

.verification-panel-override p { font-size: 16px; }
.verification-panel-override { text-align: left; }
.verification-panel-override h5 { margin-bottom: 0; }
.verification-panel-override .d-flex.align-items-center.gap-2.mb-2 { margin-bottom: 22px !important; }
.checklist-item-text svg { width: 20px; margin-right: 6px; }
.review-arrows-carousel-navigation { gap: 5px; }
.user-reviews-testimonial-panel{border: 1px solid #555555; border-radius: 20px; padding: 30px;}



/* ==========================================================================
   ABOUT SECTION ASYMMETRIC IMAGES GRID ENGINE
   ========================================================================== */
.about-images-grid-layout { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 16px; }
.grid-img-item-top img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; }
.grid-img-item-top { position: relative; padding: 0 0 38%; border-radius: 20px; overflow: hidden; height: 100%;}
.grid-img-item-bottom {  position: relative; padding: 0 0 70%; border-radius: 20px; overflow: hidden;height: 100%; }
.grid-img-item-bottom img, .grid-img-item-bottom img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.abt-expat .row .col-lg-6 { margin-top: 0; }
.abt-expat-homes-ghana-wrap{max-width: 800px; margin-left: auto;}

.why-client-trust-us-wrap { max-width: 800px; }






/* ==========================================================================
   CONTACT PAGE ASYMMETRICAL STEPPED FORM ELEMENTS
   ========================================================================== */

/* Step 1: Selector Multi-Tiles */
.custom-step-tile { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 24px 16px; border-radius: 16px; height: 100%; position: relative; cursor: pointer; transition: all 0.25s ease-in-out; border: 0.5px solid #AAAAAA; }
.custom-step-tile input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.custom-step-tile .tile-icon { color: #667085; margin-bottom: 12px; transition: color 0.2s ease; }
.custom-step-tile h5 { color: var(--clr-primary);  margin: 0 0 6px 0; }


/* Checkmark Badge on Selected Tile */
.custom-step-tile .checkmark-badge { position: absolute; top: 8px; right: 8px; width: 22px; height: 22px; border: 1px solid #D0D5DD; border-radius: 50%; background-color: #FFF; }
.custom-step-tile .checkmark-badge::after { content: ""; position: absolute; display: none; top: 0px; left: -1px; height: 22px; width: 22px; border-radius: 50%; background: #FFFFFF; background-image: url(../images/what-looking-for-check-icon.svg); background-repeat: no-repeat; background-position: center; }

/* Active Selection States */
.custom-step-tile:has(input[type="radio"]:checked) { border-color: var(--clr-primary) !important;   }
.custom-step-tile:has(input[type="radio"]:checked) .tile-icon { color: #D9A13F; }
.custom-step-tile:has(input[type="radio"]:checked) .checkmark-badge { background-color: #011C15; border-color: #011C15; }
.custom-step-tile:has(input[type="radio"]:checked) .checkmark-badge::after { display: block; }
.tile-icon img { max-width: 46px; }
/* Core Inputs Formatting */

.custom-form-input { width: 100%; height: 60px; padding: 10px 14px; background-color: transparent; border: 1px solid #AAAAAA; border-radius: 15px; color: #AAAAAA;  outline: none; transition: border-color 0.15s ease; }
.custom-form-textarea { width: 100%; padding: 12px 14px; background-color: transparent; border: 1px solid #AAAAAA; border-radius: 15px; color: #101828; outline: none; resize: none; }
.custom-form-input:focus, .custom-form-textarea:focus { border-color: #D9A13F; box-shadow: 0px 0px 0px 4px rgba(217, 161, 63, 0.1); }

/* Dropdown Arrow Modification */
.custom-select-wrapper { position: relative; }
.custom-select-wrapper.flex-grow-1 { position: relative; width: calc(100% - 144px); }
.custom-select-wrapper select { appearance: none; -webkit-appearance: none; padding-right: 36px; }
.custom-select-wrapper::after { content: ""; position: absolute; right: 14px; top: 50%; transform: translateY(-30%); height: 15px; width: 15px; background-image: url(../images/contact-dropdown.svg); background-size: contain; background-repeat: no-repeat; pointer-events: none; }

/* Phone Number Group */
.custom-phone-wrapper { display: flex; background-color: transparent; border: 1px solid #AAAAAA; border-radius: 15px; overflow: hidden; }
.custom-phone-wrapper .phone-prefix { display: flex; align-items: center; gap: 6px; padding: 0 12px;  border-right: 1px solid #AAAAAA; color: #101828; font-size: 14px; }
.custom-phone-wrapper .phone-prefix img { width: 18px; border-radius: 2px; }
.custom-phone-wrapper .phone-prefix svg { color: #667085; }
.custom-phone-wrapper input { flex-grow: 1; border: none; padding: 0 14px; font-size: 14px; color: #101828; outline: none;    background-color: transparent; }

/* Horizontal Selection Strip Row */
.custom-radio-strip { display: flex; flex-wrap: wrap; gap: 24px; border: 1px solid #AAAAAA; padding: 16px 58px; justify-content: space-between; margin-bottom: 0 !important; border-radius: 15px;    height: 60px; }
.radio-strip-item { display: flex; align-items: center; gap: 8px; cursor: pointer; font-weight: 500; color: #101828;margin-bottom: 0; }
.radio-strip-item input { position: absolute; opacity: 0; width: 0; height: 0; }
.radio-strip-item .radio-dot { width: 16px; height: 16px; border: 1px solid #AAAAAA; border-radius: 50%; position: relative; background-color: #FFF; }
.radio-strip-item .radio-dot::after { content: ""; position: absolute; display: none; top: -1px; left: -1px; width: 16px; height: 16px; border-radius: 50%; background: var(--clr-primary); }
.radio-strip-item input:checked + .radio-dot { border-color: #011C15; }
.radio-strip-item input:checked + .radio-dot::after { display: block; }

/* Budget Custom Input Toggle */
.custom-budget-input-group { display: flex; overflow: hidden; gap: 25px; }
.currency-toggle-wrapper { display: flex; align-items: center; width: 144px; border-radius: 15px; overflow: hidden; border: 1px solid #AAAAAA}
.currency-btn { cursor: pointer; margin: 0; height: 100%; width: 50%; }
.currency-btn input { position: absolute; opacity: 0; width: 0; height: 0; }
.currency-btn span { display: block; padding: 6px 12px; font-size: 18px; font-weight: 400; border-radius: 4px; color: #031F16; transition: all 0.15s ease; display: flex; align-items: center; justify-content: center; height: 100%; }
.currency-btn input:checked + span { background-color: var(--clr-primary); color: #FFFFFF; height: 100%; align-items: center; display: flex; justify-content: center; }

/* Custom Budget Range Slider Representation */
.custom-range-slider-container { position: relative; height: 4px; margin-top: 20px; }
.slider-track-line { position: absolute; width: 100%; height: 100%; background-color: #EAECF0; border-radius: 2px; }
.slider-fill-line { position: absolute; height: 100%; background-color: #D9A13F; }
.slider-thumb { position: absolute; width: 14px; height: 14px; background-color: #011C15; border: 2px solid #FFFFFF; border-radius: 50%; top: 50%; transform: translate(-50%, -50%); box-shadow: 0px 2px 4px rgba(0,0,0,0.1); }

/* Legal Acceptance Agreement Line */
.custom-checkbox-container { display: flex; align-items: center; gap: 12px; cursor: pointer; font-size: 13px;  line-height: 1.5; }
.custom-checkbox-container input { position: absolute; opacity: 0; width: 0; height: 0; }
.custom-checkbox-container .checkbox-square { flex-shrink: 0; width: 30px; height: 30px; border: 1px solid #D9A13F; border-radius: 4px; background-color: #FFFFFF; position: relative; margin-top: 2px; }
.custom-checkbox-container .checkbox-square::after { content: ""; position: absolute; display: none; left: 11px; top: 6px; width: 7px; height: 12px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.custom-checkbox-container input:checked + .checkbox-square { background-color: #D9A13F; border-color: #D9A13F; }
.custom-checkbox-container input:checked + .checkbox-square::after { display: block; }

/* Call to Action Trigger Button */
.custom-submit-btn { background-color: #D9A13F; color: #FFFFFF; border: 1px solid #D9A13F; padding: 12px 32px; font-size: 14px; font-weight: 700; border-radius: 8px; cursor: pointer; box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05); transition: background-color 0.2s ease; }
.custom-submit-btn:hover { background-color: #c48f33; border-color: #c48f33; }

/* Layout Divider Border Control on Small Viewports */
.why-choos-us-wrap h3 { color: #031F16; }
.why-choos-us-wrap { box-shadow: var(--bs-box-shadow-sm)!important; background: #fff; padding: 40px; border-radius: 40px; }
.why-choos-us-wrap h6 { color: var(--clr-primary); margin-bottom: 10px; font-weight: 600 !important; font-family: var(--head-fonts); }
.why-cntct-us-box p { font-family: var(--head-fonts); }
.why-cntct-us-logo-icon img { max-width: 32px; }
.guide-book-wrap { background-color: var(--clr-primary); padding: 40px;border-radius: 30px; }
.guide-book-wrap h6, .guide-book-wrap h3, .guide-book-wrap ul li { color: #fff; }
.guide-book-wrap ul li{position: relative; padding-bottom: 15px; padding-left: 31px;}
.guide-book-wrap ul li::before{position: absolute;content: ""; background-image: url(../images/bullete-right.svg); background-repeat: no-repeat;width: 20px; height: 20px; background-size: 20px;left: 0; top: 0;}
.guide-book { aspect-ratio: 1; max-width: 330px; }



/* service-details-page start */
.premium-living-sec{background-color: var(--white);}

.grid-img-large{  position: relative; padding: 0 0 70%; border-radius: 20px; overflow: hidden;height: 100%;    max-width: 649px; }
.grid-img-large img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }


.feature-content-box .accordion-item { background-color: transparent; border: none; border-bottom: 0.5px solid #000000; border-radius: 0 !important; }
.feature-content-box .accordion-button { background-color: transparent !important; box-shadow: none !important; color: var(--clr-primary) !important; font-size: 24px; font-weight: 600; padding: 18px 0; display: flex; justify-content: space-between; }


.feature-content-box .accordion-button::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c231a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-size: 14px; transform: rotate(0deg); transition: transform 0.2s ease-in-out; }


.feature-content-box .accordion-button.collapsed::after { transform: rotate(180deg); }
.feature-content-box .accordion-body { padding: 0 0 20px 0; color: #4a5568; font-size: 0.95rem; line-height: 1.6; }



.relocation-image-frame { width: 100%; aspect-ratio: 1 / 1; max-height: 520px; border-radius: 24px; overflow: hidden; }
.relocation-image-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }


.relocation-content-panel { padding-left: 20px; }
.relocation-content-panel span { display: inline-block; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #c59341; margin-bottom: 12px; }


.relocation-content-panel .accordion-item { background-color: transparent; border: none; border-bottom: 1px solid #d1d5db; border-radius: 0 !important; }
.relocation-content-panel .accordion-button { background-color: transparent !important; box-shadow: none !important; color: #0c231a !important; font-size: 1.1rem; font-weight: 600; padding: 20px 0; }


.relocation-content-panel .accordion-button::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c231a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-size: 14px; transform: rotate(0deg); transition: transform 0.2s ease-in-out; }


.relocation-content-panel .accordion-button.collapsed::after { transform: rotate(180deg); }
.relocation-content-panel .accordion-body { padding: 0 0 24px 0; font-size: 0.95rem; line-height: 1.6; color: #4a5568; }



/* blog listing star */

.insight-article-card { background-color: #ffffff; border-radius: 16px; overflow: hidden;   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015); }


.article-media-viewport {  position: relative; padding: 0 0 70%; border-radius: 20px; overflow: hidden;height: 100%;    max-width: 649px; }
.article-media-viewport img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.insight-article-card:hover .article-media-viewport img { transform: scale(1.04); }

.article-content-body { padding: 24px 24px 0 24px; display: flex; flex-direction: column; flex-grow: 1; }


.article-content-body h5 {  font-weight: 600; line-height: 1.4; color: var(--clr-primary);  margin-bottom: 8px;  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.8em; }


.article-content-body span { display: block; font-size: 0.85rem; font-weight: 600; color: #d19f43;  margin-bottom: 14px; }


.article-content-body p {  line-height: 1.6; color: #64748b; margin-bottom: 24px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }


.article-footer-row { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 12px;    padding:0px 25px 25px 25px; }


.article-footer-row a { font-weight: 600; color: var(--clr-primary); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s ease; }
.article-footer-row a:hover { color: #d19f43; }


.article-footer-row button { background: transparent; border: none; color: #000000; font-size: 0.95rem; cursor: pointer; padding: 4px; display: flex; align-items: center; justify-content: center; transition: color 0.2s ease, transform 0.2s ease; }
.article-footer-row button:hover { color: #d19f43; transform: scale(1.1); }

.read-btn { color: var(--clr-primary); font-weight: 600; display: flex; align-items: center; gap: 10px; }

.read-btn span { margin-bottom: 0; }
.article-footer-row svg { font-size: 20px; }

/* ==========================================================================
   Insights/Blog Custom Scoped Pagination Styles
   ========================================================================== */

.insights-pagination-wrap { width: 100%; padding: 40px 0; display: flex; justify-content: center; }
.insights-pagination-wrap .pagination { gap: 8px; align-items: center; border: none; margin: 0; padding: 0; }

.insights-pagination-wrap .page-link { background: transparent; border: none; font-size: 0.95rem; font-weight: 600; color: #0c231a; padding: 0; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 8px !important; box-shadow: none !important; transition: background-color 0.2s ease, color 0.2s ease; }
.insights-pagination-wrap .pagination li.page-item.active span { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: var(--clr-secondary); color: #fff; border-radius: 8px !important; }
.insights-pagination-wrap .page-link:hover:not(.active) { background-color: #f1f5f9; color: #0c231a; }
.insights-pagination-wrap .page-link.active { background-color: #d19f43 !important; color: #000 !important; cursor: default; }
.insights-pagination-wrap .control-arrow { font-size: 0.85rem; color: #0c231a; }
.insights-pagination-wrap .page-item.disabled .control-arrow { color: #94a3b8; opacity: 0.5; cursor: not-allowed; background: transparent; }
.insights-pagination-wrap .separator-break span { display: block; width: 36px; text-align: center; font-size: 0.9rem; font-weight: 700; color: #0c231a; letter-spacing: -1px; user-select: none; }

.share-btn { margin-top: 20px; margin-left: auto; width: max-content; }
.share-btn.text-end .btn { gap: 10px; }
.blog-details-cont-wrap{margin-top: 40px;}
.blog-details-cont-wrap h3 { margin-top: 60px; }
.blog-details-cont-wrap ul li { margin-left: 20px; margin-bottom: 9px; list-style: disc; }

.blog-details-img {  position: relative; padding: 0 0 40%; border-radius: 20px; overflow: hidden;height: 100%;  }
.blog-details-img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.sidebar-action-card-panel .d-flex.flex-column.gap-2 a.btn { width: 100%; gap: 10px; }
.sidebar-action-card-panel .d-flex.flex-column.gap-2 a.btn:hover img { filter: brightness(0.3); }
.sidebar-action-card-panel .d-flex.flex-column.gap-2 a.btn:hover{color: var(--head-clr) !important;}
.errorpage.common-padding { height: calc(100vh - 500px); }
.error-page-cont{display: flex; flex-direction: column; align-items: center; justify-content: center;}



/* ==========================================================================
   Advanced 404 Error Layout Modifications
   ========================================================================== */

.errorpage { width: 100%; min-height: 75vh;  background-color: rgba(238, 240, 242, 1);  }
.error-page-cont .errorimg { margin-bottom: 1rem; }
.error-page-cont .error-code-text { font-size: 9rem; font-weight: 800; color: #1C202C; line-height: 1; letter-spacing: -3px; margin: 0; }
.error-page-cont .error-code-text .highlight-green { color: var(--clr-secondary); }
.error-page-cont .error-display-title { font-size: 2.2rem; font-weight: 600; color: #1C202C; margin-bottom: 1rem; }

.error-page-cont .lead { font-size: 0.95rem; line-height: 1.6; color: #4A4A4A; max-width: 580px; margin: 0 auto; }
.btn-error-back { background-color: var(--clr-secondary); color: #1C202C !important; font-weight: 600; font-size: 0.85rem; padding: 0.85rem 2.2rem; border: none; border-radius: 0px; display: inline-flex; align-items: center; justify-content: center; transition: background-color 0.3s ease; }

.btn-error-back:hover { background-color: var(--clr-secondary); color: #1C202C !important; }
.button-arrow-icon { width: 12px; height: auto; transition: transform 0.2s ease; filter: brightness(0.5); }
.btn-error-back:hover .button-arrow-icon { transform: translateX(4px); }

/* ==========================================================================
   Responsive Adaptations For Tiny Device Screens
   ========================================================================== */

/* extra added sec */
.blog-contact { display: block !important; width: 100% !important; clear: both !important; margin-top: 40px !important; }
a.lifestyle-banner-link { display: block !important; width: 100% !important; text-decoration: none !important; position: relative !important; }

.lifestyle-banner-section .banner-overlay { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background: rgba(1, 30, 21, 0.55) !important; z-index: 2 !important; transition: background 0.4s ease !important; }

.banner-content-container { position: absolute !important; z-index: 3 !important; text-align: center !important; max-width: 650px !important; width: 100% !important; margin: 0 auto; top: 50%; left: 0; right: 0; transform: translateY(-50%);    display: flex; flex-direction: column; align-items: center; }
.banner-highlight-title { color: #ffffff !important; font-size: 36px !important; font-weight: 700 !important; margin-bottom: 12px !important; line-height: 1.3 !important; }

.banner-highlight-subtitle { color: #FFF7ED !important; font-size: 18px !important; font-weight: 400 !important; margin-bottom: 25px !important; }
.banner-highlight-btn { display: inline-block !important; background-color: #d19f43 !important; color: #011e15 !important; font-size: 15px !important; font-weight: 600 !important; padding: 13px 35px !important; border-radius: 4px !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; transition: all 0.3s ease-in-out !important; }
a.lifestyle-banner-link:hover .banner-bg-image { transform: scale(1.04) !important; }
a.lifestyle-banner-link:hover .banner-overlay { background: rgba(1, 30, 21, 0.65) !important; }
a.lifestyle-banner-link:hover .banner-highlight-btn { background-color: #ffffff !important; color: #011e15 !important; }
.blog-contact-img-wrap { position: relative; padding: 0 0 57%; overflow: hidden; border-radius: 20px; }
.blog-contact-img-wrap img { position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;    transition: 0.8s all ease; object-fit: cover; }
.blog-contact-img-wrap:after{position: absolute; content: "";background-color: rgba(3, 31, 22, 0.3); top: 0; right: 0; bottom: 0; left: 0;width: 100%; height: 100%;z-index: 1;}




/* new sec on home page */
/* ==========================================================================
   How It Works Component - Context Stylesheet (Responsive Layout Fix)
   ========================================================================== */

/* Outer Canvas wrapper background grid box setup */
.how-it-works-section {
    background-color: #faf7f2 !important; /* Premium soft backdrop palette tone */
    width: 100% !important;
    position: relative;
    overflow: hidden;
}

/* Header Content Text Typography Adjustments */
.hiw-header {
    margin-bottom: 50px !important;
}

.hiw-tagline {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
    color: var(--clr-secondary) !important; /* References your core global gold metric */
    display: block;
    margin-bottom: 8px;
}

.hiw-main-title {
    font-size: var(--f-size-XXL) !important; /* Global typography layout metric rule */
    color: var(--head-clr) !important; /* Direct signature deep green */
    font-weight: 700 !important;
}

.hiw-gold-text {
    color: var(--clr-secondary) !important;
}

.hiw-subtitle {
    font-size: var(--f-size-Sm) !important;
    color: #55625e !important;
    max-width: 600px;
    margin: 12px auto 0 auto !important;
}

.hiw-steps-row { display: flex !important; justify-content: space-between !important; align-items: flex-start !important; width: 100% !important; position: relative; padding: 20px 0 60px 0 !important; }

/* Individual Vertical Timeline Process Card */
.hiw-step-card { flex: 1 1 0% !important; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 2; min-width: 0; }
.hiw-step-card h4 { font-size: 24px; }
.hiw-icon-container { position: relative; display: inline-block; margin-bottom: 22px; }
.hiw-icon-circle { width: 86px !important; height: 86px !important; border: 1.5px dashed var(--clr-secondary) !important; border-radius: 50% !important;  display: flex !important; justify-content: center !important; align-items: center !important; color: var(--clr-primary) !important; transition: var(--common-transition) !important; }
.hiw-icon-circle img { width: 39px; }
.hiw-footer-badge-img { width: 24px !important; height: 24px !important; object-fit: contain !important; display: block; }
.hiw-badge-icon-wrap { display: flex !important; align-items: center !important; justify-content: center !important; flex-shrink: 0 !important; }

.hiw-svg { width: 38px; height: 38px; transition: var(--common-transition) !important; }
.hiw-badge-number { position: absolute !important; bottom: -8px; left: 50%; transform: translateX(-50%) !important; width: 25px !important; height: 25px !important; background-color: var(--clr-primary) !important; color: #ffffff !important; font-size: 13px !important; font-weight: 700 !important; border-radius: 50% !important; display: flex !important; justify-content: center !important; align-items: center !important; box-shadow: 0 3px 6px rgba(1, 30, 21, 0.16); }
.hiw-card-heading { font-size: 17px !important; font-weight: 700 !important; color: var(--head-clr) !important; margin-bottom: 10px !important; line-height: 1.3 !important; }
.hiw-card-text { font-size: 13.5px !important; color: #4f5e5a !important; line-height: 1.5 !important; padding: 0 6px !important; margin: 0 !important; }

.hiw-step-card:hover .hiw-icon-circle { border-style: solid !important; transform: translateY(-5px) !important; box-shadow: 0 10px 20px rgba(1, 30, 21, 0.08) !important; background-color: #fff9f0 !important; }
.hiw-arrow-divider { display: flex; align-items: center; justify-content: center; height: 86px; color: var(--clr-secondary); flex: 0 0 35px; opacity: 0.85; }
.hiw-arrow-svg { width: 30px; height: auto; }

.hiw-footer-cta-bar { background-color: var(--clr-primary) !important; border-radius: 10px !important; padding: 22px 35px !important; display: flex !important; justify-content: space-between !important; align-items: center !important; width: 100% !important; margin-top: 20px !important; box-shadow: 0 12px 35px rgba(1, 30, 21, 0.14); }
.hiw-cta-left-badges { display: flex !important; align-items: center !important; gap: 30px; flex-grow: 1; }
.hiw-badge-item { display: flex !important; align-items: center !important; gap: 12px; }
.hiw-badge-icon-wrap { color: var(--clr-secondary); display: flex; align-items: center; }
.hiw-badge-txt-box h6 { color: var(--clr-secondary) !important; /* Gold Bold Feature Tag */ font-size: 15px !important; font-weight: 600 !important; margin: 0 0 2px 0 !important; text-align: left;}
.hiw-badge-txt-box p { color: rgba(255, 255, 245, 0.75) !important; font-size: 12px !important; margin: 0 !important; white-space: nowrap; }
.hiw-cta-right-action { display: flex !important; align-items: center !important; gap: 25px; border-left: 1px solid rgba(255, 255, 255, 0.15); padding-left: 30px; }
.hiw-action-msg-group { text-align: left; }
.hiw-action-msg-group h5 { color: #ffffff !important; font-size: 17px !important; font-weight: 600 !important; margin: 0 0 2px 0 !important; }
.hiw-action-msg-group p { color: rgba(255, 255, 255, 0.75) !important; font-size: 12.5px !important; margin: 0 !important; white-space: nowrap; }





/*----19062026----*/

.blog-contact-new {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 40px;
}

.inner-contact-shape {
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    background: linear-gradient(90deg, #02291d 0%, var(--head-clr) 75%, #01140e 100%);
    height: 100%;
    width: 55%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3; padding: 30px 70px 30px 30px; display: flex;
    justify-content: center;
    flex-direction: column;
}
.inner-contact-shape .logo-contact {
    padding: 0 0 40px;
    position: relative;
}

.inner-contact-shape .logo-contact img {
    max-width: 200px;
}

.inner-contact-shape .logo-contact:after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: 18px;
    width: 35px;
    height: 2px;
    background-color: var(--clr-secondary);
}

.inner-contact-shape h3 {
    color: var(--white);
}

.inner-contact-shape h3 span {
    color: var(--clr-secondary);
}

.inner-contact-shape ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0 0 25px;
}

.inner-contact-shape ul li {
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #2c3f33;
}
.inner-contact-shape ul li:last-child { border: 0 }

.inner-contact-shape ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #173321;
    border-radius: 50%;
    color: var(--clr-secondary); margin: 0 0 5px;
}

.inner-contact-shape ul li p {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--clr-secondary);
}



/* ==========================================================================
   Advertise Your Property - Page Form Framework
   ========================================================================== */

.adv-property-section { background-color: #faf7f2 !important; /* Standard site soft background palette tint */ min-height: 100vh; }
.adv-header { margin-bottom: 45px !important; }
.adv-form-wrapper { background-color: #ffffff !important; border-radius: 12px !important; padding: 45px !important; box-shadow: 0 8px 30px rgba(3, 31, 22, 0.04); }
.adv-form-section { border-bottom: 1px solid #eae5dc !important; padding-bottom: 35px !important; margin-bottom: 35px !important; }
.adv-form-section:last-of-type, .adv-form-section.declaration-section { border-bottom: none !important; margin-bottom: 20px !important; }

.adv-form-section .section-sub-label { font-size: 14px !important; color: #55625e !important; font-weight: 500; display: block; margin-bottom: 15px !important; }
.adv-input-group { display: flex; flex-direction: column; text-align: left; }
.adv-input-group label { font-size: 13.5px !important; font-weight: 600 !important; color: var(--head-clr, #031F16) !important; margin-bottom: 8px !important; }

.adv-input-group input[type="text"], .adv-input-group input[type="email"], .adv-input-group input[type="tel"], .adv-input-group input[type="number"], .adv-input-group input[type="url"], .adv-input-group textarea { width: 100% !important; background-color: #fcfbfa !important; border: 1px solid #dcd6cd !important; border-radius: 6px !important; padding: 12px 16px !important; font-size: 14px !important; color: var(--head-clr, #031F16) !important; transition: all 0.25s ease; outline: none; }

.adv-input-group input:focus, .adv-input-group textarea:focus { border-color: var(--clr-secondary, #C09858) !important; background-color: #ffffff !important; box-shadow: 0 0 0 3px rgba(192, 152, 88, 0.1); }

/* Grids Setup Engine */
.adv-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.adv-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.adv-inline-flex { display: flex; gap: 25px; padding-top: 8px; }

/* Custom Interactive Selectable Option Nodes */
.adv-radio-grid, .adv-checkbox-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.adv-radio-grid.type-grid, .adv-checkbox-grid { grid-template-columns: repeat(3, 1fr); }
.adv-radio-label, .adv-checkbox-label { display: flex !important; align-items: center !important; gap: 10px; background-color: #fcfbfa !important; border: 1px solid #dcd6cd !important; border-radius: 6px !important; padding: 12px 14px !important; font-size: 13.5px !important; color: #3b4743 !important; cursor: pointer; transition: all 0.2s ease; user-select: none; }
.adv-radio-label input, .adv-checkbox-label input { accent-color: var(--clr-secondary, #C09858) !important; width: 16px; height: 16px; margin: 0; }

/* Option Selected Styles highlighting active states */
.adv-radio-label:has(input:checked),
.adv-checkbox-label:has(input:checked) {  border-color: var(--clr-secondary, #C09858) !important; color: var(--head-clr, #031F16) !important; font-weight: 500; }
.adv-declaration-stack { display: flex; flex-direction: column; gap: 12px; }
.adv-checkbox-label.basic-chk { background-color: transparent !important; border: none !important; padding: 4px 0 !important; cursor: pointer; }
.adv-checkbox-label.basic-chk span { font-size: 13.5px !important; line-height: 1.4; color: #4f5e5a !important; }



/* ==========================================================================
   Responsive Viewport Adaptability Media Queries Setup
   ========================================================================== */




@media only screen and (max-width:1699px){

:root { /* ~-~-~-~-~ declare font size ~-~-~-~-~ */ --f-size-XXXL: ; --f-size-XXL:45px ; --f-size-XL: 35px; --f-size-L: 32px; --f-size-M:26px; --f-size-S:22px ; --f-size-Sm: 16px; --f-size-Body: 16px; }
.hdr-wrap .logo a { max-width: 175px; }
.btn, a.btn { padding: 15px 36px; }
select, .form-select { font-size: 14px; }
textarea, select, .form-control, input { font-size: 14px; width: 100%; border-radius: 9px; height: 45px; }
.main-menu ul li:not(:last-child) { margin-right: 10px; }
.main-menu ul li a { font-size: 14px; }
li.menu-item-has-children > a::after { top: 22px; font-size: 12px; }
.location { right: 7%; padding: 17px 29px; gap: 22px; }
label, .maxchar { font-size: 14px; }
.custom-form-input { height: 45px; border-radius: 9px; }
.currency-btn span { font-size: 14px; }
.custom-phone-wrapper ,.custom-radio-strip{ border-radius:9px; height: 45px; }
ul.quality-list { justify-content: flex-start;}
.property-gallery-bnr-img-section .row .col-md-6 .row .col-md-4 { margin-bottom: 5px;}
.gallery-image-wrapper { border-radius: 20px;}
.gallery-image-wrapper.vertical-sub-frame, .gallery-image-wrapper-right { border-radius: 20px;}
.criteria-list span { padding: 6px 25px; border-radius: 4px; font-size: 14px;}
.hiw-footer-cta-bar { flex-direction: column; gap: 20px; }
.hiw-cta-right-action { border-left: none; padding-left: 0; }
}



@media only screen and (max-width:1499px){

.main-menu ul li a { padding: 20px 13px; }
.main-menu ul li:not(:last-child) { margin-right: 8px; }
.banner-sec-outer-wrap .row .col-sm-6 { width: 70%; height: 100%; }
ul.card-features { margin: 0 0 15px 0; }
header.main-header .container { max-width: 95%; }
.custom-sidebar-select { font-size: 14px; }
.beds-btn-group .bed-selector-btn { height: 35px; font-size: 11px; }
.vendor-tag { font-size: 12px; }
.custom-radio-strip { padding: 16px 18px; }
.listing-checklist-grid-sub-matrix .checklist-item-text { font-size: 14px; }
.matrix-box-item span { max-width: 40px; }
.matrix-box-item p { font-size: 14px; }
.location-destinations-matrix span { font-size: 12px; }
.property-gallery-showcase-section .container { max-width: 90%; }
.standard-agent-profile-card .d-flex.gap-3 { flex-wrap: wrap; }

.product-searching-search-bar .search-submit-icon-btn { padding: 7px; }
.gallery-image-wrapper { border-radius: 15px;}
.gallery-image-wrapper.vertical-sub-frame, .gallery-image-wrapper-right { border-radius: 15px;}
.criteria-list span { padding: 6px 15px; font-size: 13px;}
.sidebar-action-card-panel .d-flex.flex-column.gap-2 { gap: 10px !important;}
.btn, a.btn { padding: 13px 26px;}
.user-reviews-testimonial-panel {border-radius: 15px; padding: 15px;}
.hiw-steps-row { flex-wrap: wrap !important; justify-content: center !important; gap: 40px 25px !important; }
.hiw-step-card { flex: 0 0 21% !important; min-width: 180px !important; }
.hiw-arrow-divider { display: none !important; / }


}


@media only screen and (max-width:1199px){



     :root {

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:40px ;    
    --f-size-XL: 32px;    
    --f-size-L: 30px;    
    --f-size-M:26px;
    --f-size-S:22px ;
    --f-size-Sm: 16px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

}
body.fixed { overflow: hidden; }
 .ant-fact-hdr-right h1 { font-size: 60px; }
  .common-padding { padding-top: 50px; padding-bottom: 50px; }
  .contact-sec, .pet-friendly-pest-sec-bnr { margin-top: 0px; }
  .common-lg-padding { padding-top: 80px; padding-bottom: 80px; }
  .common-small-padding { padding-top: 40px; padding-bottom: 40px; }
  textarea, select, .form-control, input { font-size: 14px; padding: 13px 20px; height: 40px; }
  /* header start */
  .nav_btn { display: block; cursor: pointer; position: relative; margin-left: 10px; width: 23px; height: 23px;  top: 8px; }
  /* .nav_close { display: block; position: absolute; top: 20px; right: 30px; z-index: 999; font-size: 30px;} */
  .hdr-wrap ul { display: block;}
  
  .main-menu { position: fixed; transform: translateX(100%); right: -100%; top: 78px; bottom: 0; z-index: 999; max-width: 100%; padding-top: 60px; margin: 0; display: block; width: 100%; padding-left: 30px; padding-right: 30px; transition: 250ms ease-in; overflow: auto; height: calc(100vh - 79px); text-align: center; background: var(--body-back); overflow-y: auto; }
  .main-menu>ul li { width: 100%; }
  .main-menu ul li:not(:last-child) { margin-right: 0; }
  .main-menu>ul>li a { display: block; padding: 0px; border-bottom: 1px solid var(--grey); color: var(--white); font-size: 19px; }
  .main-menu ul li.current-menu-item a, .main-menu ul li:hover a{color: var(--clr-primary) !important;}
  .main-menu ul li a { color: var(--head-clr); font-size: 21px; }
 .main-menu ul li { margin-right: 0; /*padding: 30px 0;*/ padding: 17px 0; text-align: left; }
  .hdr-rt ul li a {color: var(--white);padding: 10px;}
  li.menu-item-has-children::after{content: none;}
  .nav_btn span {width: 23px; height: 2px; background: var(--white); display: block; }
  .nav_btn::after { content: ""; position: absolute; width: 23px; height: 2px; background: var(--white); right: 0; top: -6px;transition: ease-in-out 0.4s; }
  .nav_btn::before { content: ""; position: absolute; width: 23px; height: 2px; background: var(--white); top: 6px; right: 0;transition: ease-in-out 0.4s; }
  
  .nav_btn.sidebar_active span {display: none; }
  .nav_btn.sidebar_active::after{transform: rotate(45deg);  top: -3px; }
  .nav_btn.sidebar_active::before{transform: rotate(135deg);top: -3px; }

  .main-menu.sidebar-open { right: 0; }

  /* .minus, .plus { display: block; position: absolute; right: 0; top: 32px; font-weight: 400; color: var(--clr-primary); font-size: 23px; }
  .minus{display: none;} */
  span.plus .fa-chevron-down:before, span.minus .fa-chevron-up:before { display: none; }

  li.menu-item-has-children.open-sub > ul.sub-menu {display: block; background: no-repeat; box-shadow: none; }
  li.menu-item-has-children:hover > ul.sub-menu{height: 0; overflow: hidden;}
  li.menu-item-has-children.open-sub > ul.sub-menu{height: 100%; position: relative;}
  li.menu-item-has-children > a::after { font-size: 0; }
  
  .hdr-btn{margin-right: 6px;}

  .hdr-btn.mobileview a.btn { margin-bottom: 15px; }

   .hdr-wrap .mobileview { display: flex; flex-direction: column; margin: 0; }
 
  .hdr-btn.mobileview a.btn:first-child { margin-right: 0px; }
  li.menu-item-has-children.open-sub .minus{display: block;}
  li.menu-item-has-children.open-sub .plus{display: none;}
  li.menu-item-has-children ul.sub-menu a{color: var(--black) !important; padding: 5px;}
  li.menu-item-has-children > ul.sub-menu { top: 0; color: var(--gold); background-color: var(--white); position: relative; padding: 0; }
  /* .hdr-wrap  .sidebar-open .mobileview {display: block;margin: 20px auto;} */
  .main-menu ul li.menu-item-has-children a { margin-right: 0; }

  .main-menu ul li a{color: var(--head-clr) !important;}
  .main-menu ul li.current-menu-item a, .main-menu ul li>a:hover, .main-menu ul li.current-menu-parent a{color: var(--clr-secondary) !important;}



  .hdr-wrap { justify-content: flex-start; }
 
  .hdr-wrap .hdr-btn { margin-left: auto;  }

  .header-top p { font-size: 12px; }
  .header-top p:before, .header-top p:after { top: 4px; width: 10px; height: 10px; }
  .login-holder ul li a { font-size: 12px; }
  li.menu-item-has-children::after{display: none;}

  nav.main-menu ul { flex-direction: column; }

 

  li.menu-item-has-children span.plus svg,li.menu-item-has-children span.minus svg { display: none; }
  li.menu-item-has-children > ul.sub-menu { left: 0; }
  body.no-banner .header-sticky .main-header .main-menu ul li a { color: var(--head-clr); }
  .main-header .container { max-width: 90%; }
 .btn, a.btn { font-size: 14px; padding: 15px 40px; }
  body.fixed .main-header { background: var(--clr-primary); }

    body.fixed .nav_btn::before, body.fixed .nav_btn::after { background: var(--white); }
  .header-sticky header .btn { padding: 14px 33px; font-size: 14px; }
  a.hdr-search img{max-width: 24px; }
  .header-sticky a.hdr-search img { max-width: 20px; }
  .main-menu ul li a::after { display: none; }
   .main-menu ul li:hover a::before, .main-menu ul li.current-menu-item a::before { width: 0; }

li.menu-item-has-children:hover > ul.sub-menu { height: 0 !important; overflow: hidden !important; display: none !important; }
li.menu-item-has-children.open-sub > ul.sub-menu { display: block !important; height: auto !important; position: relative !important; overflow: visible !important;         background: #fff; border-radius: 12px;}
/*.minus, .plus { display: block !important; position: absolute !important; right: 0 !important; top: 24px !important; width: 40px !important; height: 40px !important; text-align: center !important; line-height: 40px !important; cursor: pointer !important; z-index: 10 !important; }*/
.minus, .plus { display: block !important; position: absolute !important; right: 0 !important; top: 11px !important; width: 40px !important; height: 40px !important; text-align: center !important; line-height: 40px !important; cursor: pointer !important; z-index: 10 !important; font-size: 30px; color: var(--head-clr) !important;}

.minus { display: none !important; }
.plus { display: block !important; }

li.menu-item-has-children.open-sub > .minus { display: block !important; }
li.menu-item-has-children.open-sub > .plus { display: none !important; }


li.menu-item-has-children.open-sub ul.sub-menu a { padding: 18px !important; display: block !important; width: 100% !important; }
  /* header end */

.feature-icon-box { width: 60px; height: 60px; min-width: 60px; }
.feature-icon-box img { height: 29px; }
.spec-item span { font-size: 12px; }
.spec-item { flex-wrap: wrap; }
.property-slick-slider .slick-next, .about-slick-carousel .slick-next { right: -14px; }
.property-slick-slider .slick-prev, .about-slick-carousel .slick-prev { left: -14px; }

.blog-details-cont-wrap h3 { margin-top: 30px; }
.share-btn { margin-top: 20px; margin-left: inherit; width: max-content; }
.beds-btn-group .bed-selector-btn { padding: 7px !important; font-size: 11px !important; }
.filter-sidebar-body button.btn { min-width: auto; }
.custom-sidebar-select { font-size: 12px; }
.price-labels span { font-size: 11px; }
.product-rating { font-size: 14px; }
ul.quality-list li:not(:last-child) { padding-right: 15px;  margin-right: 11px;}
.location { right: 3%; padding: 10px 7px; gap: 12px; min-width: 220px; border-radius: 10px;}
.location h6{margin-bottom: 4px; font-size: 14px;}
.location p{font-size: 13px;}
.location .location-icon {width: 21px;}
ul.quality-list { margin-top: 160px;}

.gallery-image-wrapper { border-radius: 10px;}
.gallery-image-wrapper.vertical-sub-frame, .gallery-image-wrapper-right { border-radius: 10px;}
.property-gallery-bnr-img-section .row .col-md-6 .row .col-md-4 { margin-bottom: 3px;}
.main-menu ul li a::before{display: none;}


.hiw-footer-cta-bar { flex-direction: column !important; gap: 25px !important; padding: 30px 20px !important; text-align: center; }
.hiw-cta-left-badges { width: 100%; justify-content: space-around !important; }
.hiw-cta-right-action { border-left: none !important; padding-left: 0 !important; width: 100%; flex-direction: column !important; gap: 15px !important; }
.hiw-action-msg-group { text-align: center !important; }
.blog-contact-img-wrap {
    padding: 0 0 67%;
  
}
}    




@media (max-width: 991px) {
        :root {

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:35px ;    
    --f-size-XL: 30px;    
    --f-size-L: 28px;    
    --f-size-M:24px;
    --f-size-S:20px ;
    --f-size-Sm: 16px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

}
   .container, .container-md, .container-sm { max-width: 90%; }
   .bnnr-inner-cont-wrap { position: relative; }
   .bnnr-inner-cont-wrap .row .col-sm-6:first-child { clip-path: fill-box; background: linear-gradient(90deg, #02291d 0%, var(--head-clr) 75%, #01140e 100%); width: 100%; }
   .bnr-img-wrap img { width: 100%; height: 42vh; object-fit: cover; }
   .clip-path-arrow { position: relative; width: 100%; margin-right: 0; z-index: 2; height: 100%; display: flex; align-items: flex-start; justify-content: flex-start; }
    .why-text-wrap { text-align: center; margin-bottom: 20px; }
    .why-text-wrap p { margin-left: auto; margin-right: auto; }
    .why-text-wrap .btn { margin: 0 auto; }
    .feature-row-card { padding: 20px; }
    .footer-section { padding-top: 60px; }
    .ftr-brand-wrap { margin-bottom: 20px; }
    .ftr-brand-wrap p { max-width: 100%; }
    .filter-sidebar { margin-bottom: 30px; }

   
    .location { right: 17px; padding: 17px 25px; gap: 22px; min-width: 200px; }
    .location-icon img { height: 28px; }
    .location p { font-size: 14px; }
   .location h6 { margin-bottom: 10px; font-size: 16px; }
   ul.quality-list { display: flex; justify-content: flex-start; align-items: flex-start; margin-top: 40px; flex-direction: column; gap: 14px; }
   ul.quality-list li:not(:last-child) { border-right: none; }
   .grid-img-large { max-width: inherit; }
   .feature-content-box { margin-top: 35px; }
   .why-client-trust-us-wrap { max-width: inherit; margin-top: 30px; }

    .hiw-step-card { flex: 0 0 42% !important; }
    .hiw-cta-left-badges { flex-direction: column !important; gap: 20px !important; }
    .hiw-badge-item { flex-direction: column !important; text-align: center; }
    .hiw-badge-txt-box h6 { margin: 0 0 10px 0 !important;text-align: center; }

    .adv-form-wrapper { padding: 30px 20px !important; }
    .adv-radio-grid, .adv-checkbox-grid { grid-template-columns: repeat(2, 1fr) !important; }
}


@media (max-width: 767px) {
    :root {

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:35px ;    
    --f-size-XL: 28px;    
    --f-size-L: 26px;    
    --f-size-M:22px;
    --f-size-S:18px ;
    --f-size-Sm: 16px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

}
    .btn, a.btn { font-size: 14px; padding: 11px 10px; border-radius: 6px; min-width: 160px;}
   .main-menu ul li { /*padding: 20px 0;*/ padding: 12px 0;}
    .clip-path-arrow { clip-path: none; margin-right: 0; background: var(--head-clr); }
    .bnr-inner-wrap { padding: 20px; }
    .bnr-cont-wrap { padding: 20px; }
    .product-searching-outer { flex-direction: column; align-items: stretch; gap: 20px; }
    
    .product-searching-search-bar { max-width: 100%; }
    .sort-dropdown-wrap { width: 100%; }
    .sort-dropdown-wrap .sort-select { width: 100%; }
    .directory-pagination-row { justify-content: center; padding-left: 0; margin-top: 40px; }
    .pagination-list { gap: 6px; }
    /* .pagination-list li:nth-last-child(3),
    .pagination-list li:nth-last-child(4) { display: none; } */
     .custom-sidebar-divider { border-start: none !important; border-top: 1px dashed #EAECF0; padding-top: 24px; }
      .primary-hero-frame { aspect-ratio: 4 / 3; height: auto; }
    .vertical-sub-frame { height: 140px; }
    .col-md-4.col-12 > .d-flex { flex-direction: row; display: flex !important; }
    .col-md-4.col-12 > .d-flex > div { flex: 1; }
    .banner-sec-outer-wrap .row .col-sm-6 { width: 100%; height: 100%; }
    .location { right: 0; padding: 17px 25px; gap: 22px; min-width: inherit; border-radius: 0; position: relative; bottom: 0;justify-content: flex-start; }

    .why-choos-us-wrap { padding: 30px; border-radius: 30px; }
    .amenities-list { flex-wrap: wrap; }
    .row.top-row { flex-wrap: wrap; }
    .row.top-row .col-8,.row.top-row .col-4 { width: 100%; }
    ul.inner-bullet-matrix-row { width: max-content; margin-left: inherit; }

    .slider-item-wrap { /*padding: 0;*/ padding: 5px; }
    

    .blog-details-img {  padding: 0 0 52%; border-radius: 10px; }
    .blog-details-cont-wrap { margin-top: 30px; }
    .why-client-trust-us-wrap { max-width: inherit; margin-top: 20px; }
    .why-choose-section .row.align-items-center.g-5 .col-lg-6.col-md-12 { margin-top: 25px; }
    .feature-content-box .accordion-button { font-size: 18px; }
    .grid-img-item-top ,.grid-img-item-bottom{ border-radius: 10px; }
    .feature-icon-box img { height: 24px; } .errorpage { min-height: 60vh; padding: 4rem 0; }
    .error-page-cont .error-code-text { font-size: 6.5rem; }
    .error-page-cont .error-display-title { font-size: 1.75rem; }
    .error-page-cont .lead { font-size: 0.9rem; }
    .btn-error-back { width: 100%; padding: 1rem 1.5rem; }
    .breadcrumb-list li.breadcrumb-item, .utility-actions-group .action-trigger-btn.share-article-btn.btn-share-property{font-size: 14px;}
    .property-meta-header-block .d-flex.flex-column.flex-md-row.justify-content-between.align-items-start.gap-3.border-bottom.pb-4.mb-4 { gap: 5px !important;}
    .property-meta-header-block.mt-4.mb-4.w-100 { margin-top: 0 !important;}
    .criteria-list span { padding: 4px 10px; border-radius: 4px; /*font-size: 14px;*/}
    .criteria-list.gap-2 { gap: .2rem !important;}
    .panel-body-paragraph-text { margin-bottom: 20px;}
    .left-details-wrap .detail-white-card-panel .col-md-7.col-12.order-1.order-md-2 { margin-bottom: 20px;}
    .property-slick-slider .slick-prev, .property-slick-slider .slick-next{ width: 30px; height: 30px; font-size: 0.8rem;}

   .lifestyle-banner-section { height: 320px !important; min-height: 320px !important; }
    .banner-highlight-title { font-size: 26px !important; }
    .banner-highlight-subtitle { font-size: 15px !important; } .hiw-main-title { font-size: 28px !important; }
    .hiw-step-card { flex: 0 0 100% !important; }
    .hiw-badge-txt-box p, 
    .hiw-action-msg-group p { white-space: normal !important; }


    /*19-06-2026*/
    .inner-contact-shape {clip-path: inherit; position: static; padding: 20px 20px 30px; width: 100%; }
    .blog-contact-img-wrap { border-radius: 0;}
    .inner-contact-shape ul li { padding: 0 8px; }
    .inner-contact-shape ul li p { font-size: 10px; }
    /*19-06-2026*/

    .property-gallery-bnr-img-section .container .row { display: none; }
    .property-gallery-bnr-img-section { padding-left: 8px; padding-right: 8px; }
    .gallery-image-mobile-slide-frame { position: relative; width: 100%; aspect-ratio: 4 / 3; border-radius: 20px; overflow: hidden; background-color: #011E15;height: 100%; }
    .gallery-image-mobile-slide-frame img { width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; display: block; }
    .property-gallery-mobile-slider .slick-prev { left: 15px !important; z-index: 12; }
    .property-gallery-mobile-slider .slick-next { right: 15px !important; z-index: 12; }

    .fancybox__container { z-index: 999999 !important;  }
    .fancybox__toolbar { opacity: 1 !important; visibility: visible !important; display: flex !important; position: absolute !important; top: 15px !important; right: 15px !important; z-index: 1000000 !important; }
    .fancybox__button--close { display: flex !important; opacity: 1 !important; visibility: visible !important; background: rgba(1, 28, 21, 0.85) !important; color: #ffffff !important; border-radius: 50% !important; width: 44px !important; height: 44px !important; }
    .property-gallery-mobile-slider .slick-slide a { display: block !important; width: 100%; height: 100%; pointer-events: auto !important; }

    .about-gallery-grid-custom { display: none !important; }
    .about-gallery-mobile-slide-frame { position: relative; width: 100%; aspect-ratio: 4 / 3; border-radius: 20px; overflow: hidden; }
    .about-gallery-mobile-slide-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .about-gallery-mobile-slider .slick-prev { left: 15px !important; z-index: 12; }
    .about-gallery-mobile-slider .slick-next { right: 15px !important; z-index: 12; }

    .about-section.common-padding { padding-bottom: 0; }
    .amenities-list { gap: 25px; }
    .property-slick-slider .slick-next, .about-slick-carousel .slick-next, .home-property-slider .slick-next { right: -18px; }
    .property-slick-slider .slick-prev, .about-slick-carousel .slick-prev, .home-property-slider .slick-prev { left: -18px; }

    .inner-contact-shape .logo-contact img { max-width: 162px; }
   
    .adv-grid-3, .adv-grid-2 { grid-template-columns: 1fr !important; gap: 15px; }
    .adv-radio-grid, .adv-checkbox-grid { grid-template-columns: 1fr !important; }
   
}

@media (max-width: 575px) {
   .hdr-wrap .hdr-btn { display: none; }
   .nav_btn { margin-left: auto; }
   .main-menu { top: 72px; height: calc(100vh - 72px);padding-top: 30px; }
   .hdr-btn-mobile { display: block; }
    .feature-row-card { flex-direction: column; text-align: center; }
    .feature-icon-box { margin-right: 0; margin-bottom: 15px; }
    .about-gallery-grid-custom { grid-template-columns: 1fr; gap: 15px; }
    .gallery-item.item-top-wide, .gallery-item.item-bottom-wider, .gallery-item.item-bottom-narrow { grid-column: span 1; height: 200px; }
    .ftr-links-column { margin-bottom: 15px; }
    .ftr-bottom-bar { margin-top: 40px; }
    .bnr-btn { flex-direction: column; }
    .bnr-inner-wrap { padding: 10px; }
    .subheader-ribbon-wrapper {  padding: 15px 0;}
    .subheader-ribbon-wrapper .subheader-flex-container { flex-flow: row wrap;}
    .spec-item { flex-wrap: wrap; width: 42%; }
    .slick-dots li button:before { font-size: 8px; }
    
}
@media (max-width: 480px) {
  .breadcrumb-list li.breadcrumb-item, .utility-actions-group .action-trigger-btn.share-article-btn.btn-share-property{font-size: 12px;}
  .subheader-ribbon-wrapper .utility-actions-group .action-trigger-btn { gap: 3px;}
  .breadcrumb-list { gap: 5px;}
  .breadcrumb-item:not(:last-child)::after { font-size: 10px; margin-left: 5px;}
  .product-card-body { padding: 15px;}
  .property-slick-slider .slick-prev, .property-slick-slider .slick-next, .about-slick-carousel .slick-next, .about-slick-carousel .slick-prev { width: 26px; height: 26px; font-size: 0.75rem;}
  .btn, a.btn { min-width: 150px;}
  .user-reviews-testimonial-panel { border-radius: 10px; padding: 15px;}
  .testimonial-item.slick-slide .review-arrows-carousel-navigation { width: 100%;}
.about-slick-carousel .slick-prev, .about-slick-carousel .slick-next, .property-slick-slider .slick-prev, .property-slick-slider .slick-next, .home-property-slider .slick-prev, .home-property-slider .slick-next { width: 30px; height: 30px; font-size: 12px; }
.inner-contact-shape ul li { width: 25%; }
}
@media (max-width: 380px) {
  .subheader-ribbon-wrapper { padding: 10px 0;}
  .utility-actions-group .action-trigger-btn.share-article-btn.btn-share-property span { font-size: 0;}
  .breadcrumb-list li.breadcrumb-item {font-size: 11px;}
  .utility-actions-group .action-trigger-btn.share-article-btn.btn-share-property svg { font-size: 14px;}
  .product-card-body { padding: 10px;}
  .btn, a.btn { min-width: 140px;}

}