@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: 'Bohemian Soul';
  src: url('../fonts/BohemianSoul-Regular.eot');
  src: url('../fonts/BohemianSoul-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/BohemianSoul-Regular.woff2') format('woff2'),
      url('../fonts/BohemianSoul-Regular.woff') format('woff'),
      url('../fonts/BohemianSoul-Regular.ttf') format('truetype'),
      url('../fonts/BohemianSoul-Regular.svg#BohemianSoul-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
  background:#78b628;
  border-radius:10px;
  padding:15px 30px;
}

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

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
  background:#169048;
  border-radius:10px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#78b628;
  color:#fff;
}

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

/* ===== Header Starts ====== */
.navbar-default{ 
  background:#fff; 
  border:none;
  margin:0; 
  padding:22px 0 15px;
  transition:all 600ms ease-in-out; 
}

.navbar-default:before{
  content:"";
  position:absolute;
  width:100%;
  height:8px;
  background:linear-gradient(to right, #1e5b14 0%, #a0b837 33%, #36763a 70%, #5ea921 100%);
  left:0;
  top:0;
}

.navbar-default:after{
  content:"";
  position:absolute;
  width:25%;
  height:48px;
  background:#79b728;
  right:0;
  bottom:24px;
  transition:all 600ms ease-in-out; 
}

.header_logo{
  width:160px;
  transition:all 600ms ease-in-out; 
}

.header_contact{
  width:400px;
  background:url(../images/ph-icon01.png) no-repeat left center;
  padding-left:50px;
}

.header_contact li{
  font-size:16px;
  color:#010101;
  line-height:20px;
  letter-spacing:.02em;
  margin-bottom:8px;
}

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

.header_contact li .title{
  font-weight:700;
}

.header_contact li a{
  color:#010101;
}

.header_contact li a:hover{
  color:#79b728;
}

.header_bottom{
  background:#79b728;
  padding-left:30px;
  z-index:999;
}

.header_btn a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#b1ce39;
  padding:15px 20px;
}

.header_btn a:hover{
  background:#169048;
}

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

  .navbar-default.navbar-fixed:after{
    bottom:12px;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:140px;
  }

}

.home_banner{
  margin-top:165px;
}

.home_banner:before,
.page .entry-header:before,
.error404 .page-header:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to right, rgba(51,70,43,.9) , rgba(255,255,255,.1));
  left:0;
  top:0;
}

.home_banner .desc{
  left:0;
  bottom:26%;
}

.banner_content{
  width:560px;
  max-width:100%;
}

.banner_bg_title{
  font-family: 'Bohemian Soul';
  font-size:55px;
  line-height:64px;
  text-shadow:1px 1px 2px rgba(0,0,0,.9);
  padding-bottom:15px;
}

.banner_sm_title{
  font-size:20px;
  line-height:26px;
  font-weight:600;
  letter-spacing:.03em;
  padding-bottom:20px;
}

.banner_content .common_btn{
  border-radius:0 10px 10px 0;
}

.about_panel,
.service_panel,
.galler_panel,
.choose_panel,
.home_form,
.area_panel{
  background:url(../images/about-bg.png) no-repeat right bottom;
  padding:65px 0;
}

.about_sm_title,
.service_sm_title,
.choose_sm_title{
  font-size:22px;
  color:#164524;
  line-height:24px;
  font-weight:600;
  letter-spacing:.08em;
  padding-bottom:10px;
}

.about_bg_title,
.service_bg_title,
.h_cta_title,
.choose_bg_title,
.faq_bg_title,
.testimonial_bg_title,
.area_bg_title{
  font-family: 'Bohemian Soul';
  font-size:48px;
  color:#363636;
  line-height:56px;
  letter-spacing:.02em;
  margin-bottom:20px;
  padding-bottom:15px;
}

.about_bg_title:after,
.choose_bg_title:after,
.trust_title:after{
  content:"";
  position:absolute;
  width:92px;
  height:1px;
  background:#0fa14b;
  left:0;
  bottom:0;
}

.service_panel{
  background:url(../images/service-bg.jpg) no-repeat center top;
  background-size:cover;
}

.service_content{
  padding:22px;
}

.service_title{
  font-size:26px;
  color:#464e23;
  line-height:32px;
  font-weight:600;
  padding-bottom:15px;
}

.service_box:hover .service_title{
  color:#517522;
}

.service_content a{
  font-size:15px;
  color:#fff;
  line-height:18px;
  letter-spacing:.03em;
  background:#464e23;
  border-radius:8px;
  padding:12px 20px;
}

.service_box:hover .service_content a{
  background:#169048;
}

.h_cta_title{
  font-size:40px;
  color:#2a5e39;
  line-height:48px;
}

.galler_panel,
.area_panel{
  background:none;
}

.gallery_sm_title{
  font-size:20px;
  color:#464f12;
  line-height:28px;
  font-weight:500;
  letter-spacing:.03em;
  padding-bottom:12px;
}

.gallery_bg_title{
  font-family: 'Bohemian Soul';
  font-size:30px;
  color:#2a2a2a;
  line-height:38px;
  letter-spacing:.02em;
  padding-bottom:35px;
}

.gallery_bg_title span{
  font-size:36px;
  color:#0a461b;
  line-height:42px;
}

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

.choose_panel{
  background:url(../images/choose-bg.jpg) no-repeat center top;
  background-size:cover;
}

.choose_bg_title:after{
  background:#fff;
  right:0;
  margin:0 auto;
}

.choose_bg_title{
  margin-bottom:35px;
}

.choose_title{
  font-size:24px;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
  padding:16px 0 12px;
}

.home_form{
  background:#fff;
}

.h_form_box{
  background:#c7e59f;
  border-radius:0 100px 0 0;
  padding:40px;
}

.h_form_title{
  font-size:34px;
  color:#32943a;
  line-height:40px;
  letter-spacing:.02em;
  padding-bottom:25px;
}

.trust_title{
  font-size:40px;
  color:#3d3d3d;
  line-height:48px;
  font-weight:500;
  margin-bottom:20px;
  padding-bottom:16px;
}

.trust_title span{
  display:block;
  color:#053208;
  font-weight:700;
}

.faq_panel{
  padding-bottom:65px;
}

.faq_bg_title,
.testimonial_bg_title,
.area_bg_title{
  color:#114503;
}

.accordion-item{
  background:#e5f5d0;
  border:none;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:18px;
  color:#fff;
  line-height:25px;
  font-weight:500;
  text-transform:inherit;
  background:#5f7b2e;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#5f7b2e;
  color:#fff;
}

.accordion-button:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.testimonial_panel .lower{
  background:#163815;
  padding-top:30px;
}

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

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  color:#fff;
  line-height:28px !important;
  letter-spacing:.03em !important;
  text-align:left !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-size:25px !important;
  color:#fff !important;
  line-height:28px !important;
  font-weight:600 !important;
  letter-spacing:.03em !important;
  font-style:italic !important;
  text-align:left !important;
}

.testimonial_box .sp-testimonial-client-rating{
  display:block !important;
  text-align:left !important;
}

.testimonial_img{
  margin-bottom:-20px;
}

.area_list li{
  display:inline-block;
  width:24%;
  font-size:18px;
  color:#343434;
  line-height:25px;
  font-weight:500;
  background:url(../images/location-icon01.png) no-repeat left center;
  vertical-align:middle;
  margin-bottom:12px;
  padding-left:32px;
}

.footer_top{
  background:#163815;
  padding:50px 0 40px;
}

.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:#fff;
  line-height:18px;
}

.footer_link li a:hover{
  color:#b1ce39;
}

.abn_title{
  font-size:22px;
  line-height:24px;
  font-weight:600;
  letter-spacing:.03em;
}

.footer_bottom .top_panel{
  background:#347723;
  padding:20px;
}

.footer_bottom .top_panel .icon{
  display:inline-block;
}

.footer_bottom .top_panel .content{
  display:inline-block;
  width:89%;
  vertical-align:top;
  padding-left:10px;
}

.ft_contact_title{
  font-size:20px;
  line-height:24px;
  font-weight:600;
  text-decoration:underline;
  padding-bottom:8px;
}

.ft_contact_main{
  font-size:15px;
  color:#fff;
  line-height:20px;
  letter-spacing:.02em;
}

.ft_contact_main a{
  color:#fff;
}

.ft_contact_main a:hover{
  color:#b1ce39;
}

.footer_bottom .bottom_panel{
  padding:30px 0;
}
 
.footer_bottom .bottom_panel .text-common span{
  color:#60ac1f;
  font-weight:600;
}

.footer_bottom .bottom_panel .text-common a{
  color:#114503;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#169048;
  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:165px !important;
  padding:120px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Bohemian Soul';
  font-size:52px;
  color:#fff;
  line-height:60px;
  letter-spacing:.02em;
  position:relative;
}

.thumb-conatct .section .icon{
  width:75px;
  height:75px;
  background:#169048;
  line-height:75px;
  border-radius:15px;
  text-align:center;
}

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

.contact-title{
  font-family: 'Bohemian Soul';
  font-size:22px;
  color:#030303;
  line-height:24px;
  font-weight:600;
  letter-spacing:.06em;
}

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

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

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

.thumb-conatct .form-box{
  background:#c7e59f;
}

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

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

.contact_form .block label{
  font-size:16px;
  color:#010101;
  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:120px;
  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:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#114503;
  border-radius:10px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#79b728;
  color:#fff;
}

.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-size:46px;
  color:#020202;
  line-height:52px;
  font-weight:700;
}

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

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

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:26px;
  font-weight:500;
  background:url('http://localhost/rajgardencare/wp-content/uploads/2025/12/shovel.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-size:44px;
  color:#1c1c1c;
  line-height:50px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#742170;
  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:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#169048;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#347723;
}

@media screen and (max-width:1366px){
  .service_content{
    min-height:235px;
  }


}

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

  .navbar-default:before{
    height:5px;
  }

  .navbar-default:after{
    display:none;
  }

  .header_logo{
    width:100px;
  }

  .home_banner{
    margin-top:108px;
  }

  .home_banner .desc{
    bottom:12%;
  }

  .footer_bottom .bottom_panel{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:108px !important;
  }

  
}

@media screen and (max-width:767px){
  .home_banner .desc{
    bottom:8%;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:12px;
  }

  .banner_sm_title{
    font-size:16px;
    line-height:24px;
    padding-bottom:15px;
  }

  .banner_content .text-common{
    text-shadow:1px 1px 2px rgba(0,0,0,.9);
  }

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

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

  .about_panel, 
  .service_panel, 
  .galler_panel, 
  .choose_panel, 
  .home_form, 
  .area_panel{
    padding:35px 0;
  }

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

  .about_bg_title, 
  .service_bg_title, 
  .h_cta_title, 
  .choose_bg_title, 
  .faq_bg_title, 
  .testimonial_bg_title, 
  .area_bg_title,
  .h_form_title,
  .trust_title{
    font-size:26px;
    line-height:34px;
  }

  .service_content{
    min-height:auto;
  }

  .service_title{
    font-size:22px;
    line-height:28px;
  }

  .service_content a{
    padding:10px 15px;
  }

  .h_cta_panel{
    padding-top:35px;
  }

  .gallery_sm_title{
    font-size:16px;
    line-height:24px;
  }

  .gallery_bg_title{
    font-size:24px;
    line-height:32px;
    padding-bottom:20px;
  }

  .gallery_bg_title span{
    font-size:27px;
    line-height:35px;
  }

  .choose_title{
    font-size:20px;
    line-height:26px;
  }

  .h_form_box{
    padding:25px;
  }

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

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

  .faq_panel{
    padding-bottom:35px;
  }

  .accordion-button{
    font-size:16px;
    line-height:22px;
  }

  .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:28px !important;
  }

  .area_panel{
    padding-top:50px;
  }

  .area_list li{
    width:32.5%;
    font-size:15px;
    line-height:22px;
  }

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

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

  .footer_logo{
    width:160px;
  }

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

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

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

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

  .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;
	}
	
	.inner_list{
		font-size:14px;
		line-height:20px;
	}
	
	.thumb-conatct .section .icon{
		width:62px;
		height:62px;
		line-height:62px;
	}
	
	.contact-title{
		font-size:18px;
		line-height:20px;
	}
	
	.contact-main{
		font-size:15px;
	}


  
}

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

  .area_list li{
    width:49%;
  }

  
}
