@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

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

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

p{
  margin-bottom:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

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

@font-face {
  font-family: 'AktivGrotesk';
  src: url('../fonts/AktivGrotesk-Bold.eot');
  src: url('../fonts/AktivGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AktivGrotesk-Bold.woff2') format('woff2'),
      url('../fonts/AktivGrotesk-Bold.woff') format('woff'),
      url('../fonts/AktivGrotesk-Bold.ttf') format('truetype'),
      url('../fonts/AktivGrotesk-Bold.svg#AktivGrotesk-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jane Roe';
  src: url('../fonts/JaneRoe-Bold.eot');
  src: url('../fonts/JaneRoe-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/JaneRoe-Bold.woff2') format('woff2'),
      url('../fonts/JaneRoe-Bold.woff') format('woff'),
      url('../fonts/JaneRoe-Bold.ttf') format('truetype'),
      url('../fonts/JaneRoe-Bold.svg#JaneRoe-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#010101;
  line-height:18px;
  background:#f3dd2e;
  padding:15px 30px;
}

.common_btn:hover{
  background:#010101;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#a39200;
  line-height:18px;
  background:#fff;
  border:2px solid #f3dd2e;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#f3dd2e;
  color:#010101;
}

.text-common{
  font-size:16px;
  color:#030303;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:rgba(255,255,255,.5); 
  border:none;
  margin:0; 
  padding:15px 0;
  transition:all 600ms ease-in-out; 
}

.header_logo{
  width:170px;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .header_link li a{
    color:#030303;
  }

  .navbar-default.navbar-fixed .header_link li.active a,
  .navbar-default.navbar-fixed .header_link li a:hover{
    color:#f3dd2e;
  }

}

.home-banner .desc{
  left:0;
  bottom:15%;
}

.banner_bg_title{
  font-family: 'AktivGrotesk';
  font-size:52px;
  line-height:60px;
  text-shadow:0px 1px 3px rgba(0, 0, 0, 1);
  padding-bottom:15px;
}

.banner_sm_title{
  font-size:28px;
  line-height:36px;
  font-weight:600;
  padding-bottom:30px;
}

.banner_search{
  margin-top:25px;
}

.about_panel,
.choose_panel,
.follow_panel{
  padding:60px 0;
}

.about_content{
  width:430px;
}

.about_sm_title,
.choose_sm_title{
  font-family: 'Jane Roe';
  font-size:22px;
  color:#e8ce00;
  line-height:24px;
  letter-spacing:.04em;
  transform:rotate(-90deg);
  margin:100px 0 0 -115px;
  padding-left:100px;
}

.about_sm_title:after,
.choose_sm_title:after{
  content:"";
  position:absolute;
  width:85px;
  height:2px;
  background:#e8ce00;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.about_bg_title,
.choose_bg_title,
.cta_bg_title,
.follow_bg_title{
  font-family: 'AktivGrotesk';
  font-size:36px;
  color:#020202;
  line-height:44px;
  margin-top:-135px;
  padding-bottom:20px;
}

.about_bg_title span,
.choose_bg_title span{
  color:#f4e001;
}

.properties_panel,
.listing_panel{
  padding-bottom:60px;
}

.properties_bg_title,
.experience_bg_title,
.listing_bg_title{
  font-family: 'AktivGrotesk';
  font-size:28px;
  color:#f4d900;
  line-height:35px;
  letter-spacing:.04em;
  margin-bottom:30px;
  padding-right:120px;
}

.properties_bg_title:after,
.experience_bg_title:after,
.listing_bg_title:after{
  content:"";
  position:absolute;
  width:100px;
  height:1px;
  background:#f4d900;
  right:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.properties_box img.big{
  border-radius:10px;
}

.properties_title_box{
  background:url(../images/properties-title-bg01.jpg) no-repeat center center;
  background-size:cover !important;
  border-radius:10px;
  padding:12px 20px;
}

.properties_panel .col-lg-3:nth-child(2) .properties_title_box{
  background:url(../images/properties-title-bg02.jpg) no-repeat center center;
}

.properties_panel .col-lg-3:nth-child(3) .properties_title_box{
  background:url(../images/properties-title-bg03.jpg) no-repeat center center;
}

.properties_panel .col-lg-3:nth-child(4) .properties_title_box{
  background:url(../images/properties-title-bg04.jpg) no-repeat center center;
}

.properties_title{
  font-family: 'Jane Roe';
  font-size:22px;
  line-height:24px;
  letter-spacing:.04em;
}

.experience_bg_title{
  color:#1e1e1e;
}

.experience_bg_title:after{
  background:#1e1e1e;
}

.experience_box{
  background:#fffef5;
  border:1px solid #f4d900;
  border-radius:10px;
  padding:20px;
}

.experience_md_title{
  font-family: 'AktivGrotesk';
  font-size:30px;
  color:#070706;
  line-height:32px;
  padding-bottom:12px;
}

.experience_sm_title{
  font-size:17px;
  color:#9d9211;
  line-height:24px;
  font-weight:600;
}

.experience_img{
  z-index:999;
}

.experience_img:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:url(../images/shadow-img01.png) no-repeat center center;
  background-size:cover;
  left:0;
  top:0;
  z-index:-1;
}

.testimonial_panel{
  background:url(../images/testimonial-bg.png) no-repeat center center, #ead601;
  background-size:cover;
  margin-top:-10px;
  margin-top:-8px;
  padding:50px 0;
  z-index:999;
}

.testimonial_box{
  background:url(../images/quote-icon01.png) no-repeat center top;
  padding-top:68px;
}

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  line-height:26px !important;
  font-weight:500 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: 'Jane Roe' !important;
  font-size:26px !important;
  line-height:28px !important;
  font-style:italic !important;
}

.testimonial_title{
  font-family: 'AktivGrotesk';
  font-size:24px;
  line-height:26px;
  background:#9b9b9b;
  padding:12px 20px;
}

.choose_sm_title{
  margin:110px 0 0 -155px;
}

.choose_box{
  border-radius:10px;
  overflow:hidden;
}

.choose_box:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to bottom, rgba(44,44,44,.2), #2c2c2c);
  left:0;
  bottom:0;
}

.choose_content{
  position:absolute;
  width:100%;
  left:0;
  bottom:0;
  padding:0 15px 20px;
}

.choose_title{
  font-family: 'Jane Roe';
  font-size:20px;
  line-height:25px;
  letter-spacing:.04em;
  margin-bottom:8px;
  padding-bottom:8px;
}

.choose_title:after{
  content:"";
  position:absolute;
  width:80%;
  height:1px;
  background:#f4e001;
  left:0;
  bottom:0;
}

.choose_content .text-common{
  font-size:14px;
  line-height:22px;
}

.listing_panel .block{
  background:#fdfbe5;
  box-shadow:0 4px 10px rgba(0,0,0,.2);
  border-radius:10px;
  padding:20px;
}

.listing_title{
  font-family: 'Jane Roe';
  font-size:20px;
  color:#494949;
  line-height:24px;
  letter-spacing:.04em;
  margin-bottom:8px;
  padding-bottom:8px;
}

.listing_title:after{
  content:"";
  position:absolute;
  width:110px;
  height:1px;
  background:#ead601;
  left:0;
  bottom:0;
}

.listing_md_title{
  font-family: 'Jane Roe';
  font-size:24px;
  color:#010101;
  line-height:30px;
  padding-bottom:12px;
}

.h_cta_panel{
  background:url(../images/h-cta-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:45px 0;
}

.cta_bg_title,
.follow_bg_title{
  font-family: 'Jane Roe';
  margin-top:0;
  margin-bottom:20px;
}

.cta_bg_title:after,
.follow_bg_title:after{
  content:"";
  position:absolute;
  width:60%;
  height:1px;
  background:#ead601;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.follow_bg_title{
  color:#e7d300;
  margin-bottom:30px;
  padding-bottom:12px;
}

.footer_top{
  background:url(../images/footer-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:50px 0 40px;
}

.footer_title{
  font-family: 'Jane Roe';
  font-size:26px;
  color:#010101;
  line-height:28px;
  letter-spacing:.04em;
  padding-bottom:18px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child{
  margin-bottom:0;
}

.footer_link li a{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
}

.footer_link li a:hover,
.footer_contact li a:hover{
  color:#333;
}

.footer_contact li{
  display:inline-block;
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
  border-right:1px solid #010101;
  margin-right:15px;
  padding-right:15px;
}

.footer_contact li:last-child{
  border-right:none;
  margin-right:0;
  padding-right:0;
}

.footer_contact li a{
  color:#010101;
}

.footer_bottom{
  padding:25px 0;
}

.footer_bottom .text-common span,
.footer_bottom .text-common a{
  color:#333;
  font-weight:700;
}

#back-button {
  display:inline-block;
  background-color:#f3dd2e;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img01.jpg) no-repeat right top;
  background-size:cover;
  margin-top:0 !important;
  padding:210px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'AktivGrotesk';
  font-size:48px;
  color:#fff;
  line-height:56px;
  font-weight:700;
  text-shadow:0px 1px 3px rgba(0,0,0,.5);
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#f3dd2e;
  line-height:80px;
  text-align:center;
}

.thumb-conatct .section .text{
  width: 75%;
}

.contact-title{
  font-family: 'Jane Roe';
  font-size:25px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.04em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#e8ce00;
}

.thumb-conatct .form-box{
  background:#ddd;
  background-size:cover;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:50px;
  border-radius:0;
  border:none;
  background:#fff;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#020202;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#020202;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:110px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #fff !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  font-size:18px;
  color:#010101;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#f3dd2e;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#010101;
  color:#f3dd2e;
}

.contact_form .block .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_title{
  font-family: 'Jane Roe';
  font-size:42px;
  color:#020202;
  line-height:50px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#e8ce00;
}

.inner-sm-title{
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:26px;
  font-weight:500;
  background:url('https://junaidally.com/wp-content/uploads/2025/10/home-icon-silhouette.png') no-repeat left 5px;
  background-size: 20px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: 'Jane Roe';
  font-size:38px;
  color:#1c1c1c;
  line-height:45px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#030303;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#010101;
  line-height:17px;
  text-transform:uppercase;
  background:#e8ce00;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#010101;
  color:#fff;
}

.icon-box {
  font-size: 40px;
  color: #6c63ff; 
}

.icon-box img{
	width:70px;
	height:70px;
}

.card-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

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



}

@media screen and (max-width:991px){
  .navbar-default{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:12px 0;
  }

  .home-banner{
    margin-top:95px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:40px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:95px !important;
    padding:100px 0 80px !important;
  }

  .thumb-conatct .section .text{
    width:72%;
  }

  
}

@media screen and (max-width:767px){
  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    padding-bottom:12px;
  }

  .banner_sm_title{
    font-size:18px;
    line-height:25px;
    padding-bottom:18px;
  }

  .common_btn,
  .common_btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .about_panel, 
  .choose_panel, 
  .follow_panel{
    padding:35px 0;
  }

  .about_content{
    width:100%;
  }

  .about_sm_title, 
  .choose_sm_title{
    font-size:18px;
    line-height:20px;
  }

  .about_sm_title{
    margin-left:-100px;
  }

  .about_bg_title, 
  .choose_bg_title, 
  .cta_bg_title, 
  .follow_bg_title{
    font-size:25px;
    line-height:32px;
    padding-bottom:15px;
  }

  .text-common{
    font-size:14px;
    line-height:22px;
  }

  .properties_bg_title, 
  .experience_bg_title, 
  .listing_bg_title{
    font-size:22px;
    line-height:26px;
    margin-bottom:20px;
  }

  .properties_title{
    font-size:18px;
    line-height:24px;
  }

  .properties_panel, 
  .listing_panel{
    padding-bottom:35px;
  }

  .experience_md_title{
    font-size:26px;
    line-height:28px;
  }

  .experience_sm_title{
    font-size:15px;
    line-height:22px;
  }

  .testimonial_panel,
  .h_cta_panel{
    padding:30px 0;
  }

  .testimonial_box .sp-testimonial-content p{
    font-size:15px !important;
    line-height:22px !important;
  }

  .testimonial_box .sp-testimonial-client-name{
    font-size:22px !important;
    line-height:24px !important;
  }

  .testimonial_title{
    font-size:18px;
    line-height:20px;
  }

  .listing_title{
    font-size:18px;
    line-height:20px;
  }

  .listing_md_title{
    font-size:20px;
    line-height:22px;
  }

  .follow_bg_title{
    margin-bottom:20xp;
  }

  .footer_top{
    padding:30px 0 25px;
  }

  .footer_title{
    font-size:22px;
    line-height:24px;
  }

  .footer_link li a{
    font-size:14px;
    line-height:16px;
  }

  .footer_contact li{
    font-size:14px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 60px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    padding-bottom:0;
  }

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

  .contact-title{
    font-size:22px;
    line-height:24px;
  }

  .contact-main{
    font-size:15px;
  }

  .contact_form .block .form-control{
    height:42px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:85px;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	.inner_title{
		font-size:30px;
		line-height:35px;
	}
	.inner-sm-title{
		font-size:20px;
		line-height:25px;
	}
  
}

@media screen and (max-width:575px){
  .home-banner img.big{
    height:320px;
    object-fit:cover;
  }

  .home-banner .desc{
    bottom:7%;
  }

  .experience_box{
    min-height:138px;
    padding:15px;
  }

  .choose_sm_title{
    margin-left:-135px;
  }

  .choose_title{
    font-size:18px;
    line-height:22px;
  }

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

  .footer_contact li{
    display:block;
    border-right:none;
    margin-right:0;
    margin-bottom:10px;
    padding-right:0;
  }

  .footer_contact li:last-child{
    margin-bottom:0;
  }

  
}
