@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body{
  background-color: #FCFBFB !important;
  font-family: 'Poppins' !important;
  overflow-x: hidden; 
}
/* navbar section */
.navbar {
  position: absolute;
  width: 100%; 
  z-index: 1000; 
  background-color: white;
  transition: background-color 0.3s ease-in-out; 
}

.navbar.transparent {
  background-color: transparent;
}

.navbar.white {
  background-color: white; 
  border-bottom: #C9194A !important;
}

.nav-link {
  color: #3C3C3C
!important;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease-in-out; 
}

.nav-link:hover {
  color: #C9194A ;
}

.nav-link.active {
  color: #C9194A  !important;
}

.nav-link.active:hover {
  color: #C9194A ; 
}

.activeBtn{
  background: #c9194A !important;
  color: #fff !important;
  outline: none;
}

:root {
    --primary: #c9194A !important; 
    --secondary: #777777
    !important;
    --tertiary: #1E1E1E !important; 
}
.primary-text {
  color: var(--primary)!important;
}

.secondary-text {
  color: var(--secondary)!important;
}

.tertiary-text{
  color: var(--tertiary)!important;
}

.primary-background{
  background-color: var(--primary)!important;
}

.btn-custom {
    background-color: var(--primary);
    color: var(--secondary);
}

.btn-custom:hover {
    background-color: var(--secondary);
    color: var(--primary);
}

a {
  text-decoration: none !important; 
  color: inherit !important; 
}

a:hover,
a:active,
a:focus {
  color: inherit ; 
  text-decoration: none !important; 
  outline: none !important; 
}

.icons{
    color: #585858;
    Width:30.79px;
    Height:14.7px;
}
  
.button{
    width:145px;
    height:42px;
   }

/* font section */
/* Button heading and Screens */
.label{
    font-size:20px !important;
    font-weight:500 ;
}
/* for list items */
.label-2{
    font-size:18px ;
    font-weight:600;
}
/* contents */
.content{
    font-size: 18px !important;
    font-weight:400 ;
   line-height:27px;
}
/* content heading */
.content-heading-2{
    font-size: 30px;
    font-weight:600 ;
}
/* Headings */
.super-heading{
    font-size:50px ;
    font-weight: 600 !important;  
}

.custom-background {
    background-color: #333333;
    background-image: url('../../public/images/custom_bg.png'); 
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}
@media (max-width: 768px) {
  .custom-background{
 
    background-image: url('../../public/images/custombg_1.png'); 
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .custom-background {
    background-image: url('../../public/images/custombg_1.png'); 
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-bg-home {
  background-image: url('../../public/images/home_Page/fullbg.webp');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 889px;
  position: relative;
}

.btn-custom{
    background-color: #d01c4c !important;
    width: 232px;
    height: 54px;
}

/* contact page section */
.custom-border-radius{
    border-radius: 30px !important;
    height: 160px !important;
}

.custom-input-height{
    border-radius: 50px !important;
    height: 60px !important;
 
}
.img-container{
  width: 918px;
  height: 868px;
}
.custom-bg-input{
    background-color: #F1F1F1 !important;
    
}

/* service section */
.service-border-radius{
border-radius: 50px !important;
overflow: hidden; 
}

/* faq section */
.faq-border-radius{
    border-radius: 20px !important;
overflow: hidden;
}

/* sleek scrollbar */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #C9194A;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  
  ::-webkit-scrollbar-thumb:window-inactive {
    background:#C9194A;
  }

/* why choose section */
.custom-bg-why{
    background-color: #FFE9EF;
    background-image: url("../images/home_Page/whysecbg.png");
   /* background-position: right -350px center; */
   background-position: left;
    background-repeat: no-repeat;
}

@media (min-width: 390px) and (max-width: 1180px) and (orientation: portrait) {
  .custom-bg-why-2{
    background-color: #FFE9EF;
    background-position: center;
    background-repeat: no-repeat;
   
}
}

@media (min-width: 390px) and (max-width: 1180px) and (orientation: landscape) {
  .custom-bg-why-2 {
    background-color: #FFE9EF;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-bg-vision{
    background-color: #C9194A; 
}

/* About Section */
.custom-bg-about {
    background-color: #333333;
    background-image: url(../../public/images/home_Page/aboutimg.png);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    height: 480px;
    position: relative; 
    overflow: visible; 
}

.about-image {
    position: absolute;
    bottom: -50px;
    left:80px;
    z-index: 2; 
    width: 478px;
   
}

.featurette-divider {
    border: none; 
    margin: 40px 0; 
  }

  /* testimonials */
  .custom-bg-testimonials{
    background-color:#333333;
    background-image: url(../../public/images/home_Page/testimonialsbg.png);
    
}

.custom-card {
    background-color: #000000;
    padding: 20px;
    border-radius: 20px;
    min-height: 250px;
  }
  
  .stars {
    font-size: 2.0rem;
    color: gold;
  }
  
  .text-testimonial{
    color: #A4A4A4 !important; 
    
  }
  
  .owl-carousel .item {
    padding: 15px;
  }
  
  /* partner section  */
  .custom-bg-partner{
    background-color: #C9194A;
    background-image: url(../../public/images/partner/partner2.png);
}

.custom-padding{
  padding-bottom: 50px !important;
}

.custom-bg-partner-2{
  background-color:#333333 !important;
  background-image: url(../../public/images/partner/partnerWorks1.jpg);

}


/* home section mob */

@media (max-width: 768px) {
  .custom-mob-img {
    background-color: #333333 !important;
    background-image: url(../../public/images/home_Page/custom_mobImage.png);
    background-size: cover;
    background-position: center;
    padding: 4rem 0; 
    position: relative; 
    overflow: visible; 
    z-index: 1; 
    margin: 0 auto;
    max-width: 351px;
    height: 450px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .custom-tab-img {
    background-color: #333333 !important;
    background-image: url(../../public/images/home_Page/custom_mobImage.png);
    background-size: cover;
    background-position: center;
    padding: 4rem 0;
    position: relative;
    overflow: visible;
    z-index: 1;
    margin: 0 auto;
    max-width: 500px;
    height: 600px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .custom-tab-img {
    background-color: #333333 !important;
    background-image: url(../../public/images/home_Page/custom_mobImage.png);
    background-size: cover;
    background-position: center;
    padding: 4rem 0;
    position: relative;
    overflow: visible;
    z-index: 1;
    margin: 0 auto;
    max-width: 500px;
    height: 600px;
  }
}

/* Mobile responsive */

@media screen and (max-width: 768px) {
  .nav-link {
 
  font-size: 16px !important;
  
  }
}

@media (max-width: 768px) {
  .super-heading {
    font-size: 26px; 
  }
}

@media (max-width: 768px) {
  .content-heading {
    font-size: 24px; 
  }
}

@media (max-width: 768px) {
  .content {
    font-size: 14px !important; 
    font-weight: 400;
    line-height: 21px;
  }
}

@media (max-width: 768px) {
  .label {
    font-size: 14px !important; 
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .label-2 {
    font-size: 16px; 
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .content-heading-2 {
    font-size: 30px; 
    font-weight: 500;

  }
}

/*accordion button */
   .accordion-button {
    background-color: white !important; 
    border: none !important; 
    box-shadow: none !important; 
    position: relative; 
}
.accordion-button:not(.collapsed) {
    background-color: white !important; 
    color: black !important; 
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url('../../public/images/faq/beforearrow.png') !important; 
  background-repeat: no-repeat;
  background-size: 1.5rem; 
  transition: transform .2s ease-in-out;
  transform: rotate(90deg);
}

.accordion-button.collapsed::after {
  transform: rotate(0deg); 
}

.accordion-item:has(.accordion-collapse.show) {
  border: 2px solid #C9194A;
}
/* Borders for services */
.custom-border-packers {
  border: 2px solid #D03660; 
  border-radius: 0.5rem; 
}

.custom-border-pestControl {
  border: 2px solid #498DBD; 
  border-radius: 0.5rem; 
}

.custom-border-handyMen {
  border: 2px solid #188158; 
  border-radius: 0.5rem; 
}

.custom-border-healthCare {
  border: 2px solid #C57033; 
  border-radius: 0.5rem; 
}