/*
Theme Name: AL ARWA
Theme URI: https://alarwafms.com/
Author: Kantipur Infotech
Author URI: https://kantipurinfotech.com/
Description: Official website of AL ARWA FACILITY MANAGEMENT SERVICES LLC.
Tags: HR Solution
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
:root{
  --primary-green: #2698e1;

  --white-100: #ffffff;
  --white-90: #f1f1f1;

  --golden: #ffc631;

  --black: #4C4C4C;
}


body{
  font-family: Nunito Sans;
/*   background: #e2e4eb; */
}
.card{
  border: none!important;
  outline: none!important;
 background: rgb(249,249,249);
}
a{
  text-decoration: none!important;
  color: unset;
}
.navbar{
  background: #ffffff;
}
.navbar-nav{
	gap: 20px;
}
.navbar-nav .nav-item a{
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.navbar-nav .nav-item a.active{
  color: #000000;
  font-weight: 500;
}

.nav-btn .book-submit {
	width: max-content;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    height: 45px;
    margin-left: 30px;
    background: rgb(139, 203, 53);
    border-radius: 100vw;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 10px 15px;
    transition: 0.3s all ease-in-out;
}

.nav-btn .book-submit:hover {
    background: rgb(106, 166, 29);
}


.hero-section{
  height: calc(85vh - 75px);
  background: var(--primary-green);
  position: relative;
  overflow: hidden;
  background-image: url(https://elkit.wirastudio.co/exuta/wp-content/uploads/sites/21/2023/04/recruiter-shaking-hand-of-candidate.jpg);
  background-position: center center;
  background-size: cover;
}
.hero-overlay{
	background-color: transparent;
/*     background-image: linear-gradient(90deg, #264653E8 50%, #26465373 100%); */
	background-image: linear-gradient(90deg, #437103e8 50%, #26465373 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
}
.hero-text-container{
	position: absolute;
	top: 50%;
	left: 18%;
	transform: translatey(-50%);
}
.left-content h2{
  font-size: 58px;
  font-weight: 600;
  color: var(--white-100);
  line-height: 0.9;
  margin-top: 10px;
}
.left-content p{
  font-size: 19px;
  color: var(--white-90);
  max-width: 490px;
  margin: 20px 0 40px 0;
}
.left-content a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background: #8bcb35;
    border-radius: 100vw;
    padding: 16px 25px;
	transform: 0.2s all ease-in-out;
}
.left-content a:hover{
	background: #ffffff;
	color: #3F6906;
}
.tagline{
  color: var(--golden);
  font-weight: 500;
  font-size: 16px;
}

.left-img{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
.left-img img{
  width: 0%;
}
.right-img{
  position: absolute;
  bottom: -12%;
  right: 5%;
  transform: scale(0.9);
}





/* about */
.home-about-section{
	margin-top: 140px;
/*   background-image: linear-gradient(45deg,
  #e2e4eb,
  #e2e4eb), 
    url('http://localhost/rjconstruction/wp-content/uploads/2024/03/plan-resize.png'); */
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-about-content{
  display: flex;
  align-items: center;
}
.about-image-container{
  position: relative;
}
.about-image-content .card{
  height: 300px;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
}
.about-image-content .card img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10%;
  border: none;
}
.experience-text{
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffffff;
  transform: translate(-50%,-50%);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  outline: 1px dashed #83CC26;
  outline-offset: -10px;
}
.experience-text h2{
  font-weight: 800;
  font-size: 60px;
  margin: 0;
  margin-bottom: -10px;
  color: #83CC26;
}
.experience-text p{
  font-size: 16px;
  margin: 0;
  opacity: 0.8;
}

.section-title{
  color: var(--primary-green);
  font-weight: 500;
  font-size: 18px;
  opacity: 0.7;
  text-transform: uppercase;
  position: relative;
  box-sizing: border-box ;
}
.section-title::before{
  content: '';
  height: 2px;
  width: 20px;
  background: var(--primary-green);
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.about-content h2{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-content p{
  text-align: justify;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.primary-btn{
  display: flex;
  align-items: center;
  border: 2px solid var(--primary-green);
  width: max-content;
  padding: 8px;
  color: var(--primary-green);
  font-weight: 600;
  transition: 0.2s all ease-in-out;
  border-radius: 100vw;
  padding-left: 10px;
}

.primary-btn span{
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 100vw;
  background: var(--primary-green);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  transition: 0.2s all ease-in-out;
}

.primary-btn:hover{
  background: var(--primary-green);
  color: var(--white-100);
}
.primary-btn:hover span{
  background: var(--white-100);
  color: var(--primary-green);
}


/* Facts */
.home-fact-section{
  background-image: url(https://cdn.pixabay.com/photo/2021/02/03/00/10/receptionists-5975962_1280.jpg);
  position: relative;	
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.fact-overlay{
  background-image: linear-gradient(90deg, #437103e8 50%, #26465373 100%);
}
.fact-side-text{
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff;
  opacity: 0.8;
}
.service-text{
  font-weight: 600;
  color: #000000;
}
.fact-service-text{
	color: #ffffff;
}
.count-continer{
  padding: 0 12px;
}
.custom-padding{
	padding: 80px 0;
}
.fact-section-title{
	color: #ffffff;
}
.fact-section-title::before{
	background: #ffffff;
}
.count-box{
  background: rgb(255 255 255 / 63%);
  height: 200px;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  transition: 0.2s all ease-in-out;
  border-radius: 10px;
  cursor: pointer;
}
.count-box .count-icon span{
  font-size: 28px;
  color: var(--white-100);
  height: 50px;
  width: 50px;
  background: #8BCC33;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  transition: 0.2s all ease-in-out;
  border-radius: 50%;
	padding: 20px;
}
.count-box .count{
  font-weight: 600;
  font-size: 50px;
  margin: 0;
}
.count-box p{
  margin: -8px 0 0 0;
}

.count-box:hover{
  background: #8BCC33;
  color: #ffffff;
}
.count-box:hover span{
  background: #ffffff;
	color:#8BCC33;
}

/* Services */
.home-service-section{
  background: #ffffff;
}
.service-cards .col{
  height: 300px;
  overflow: hidden;
}
.service-cards .col .card{
  overflow: hidden;
  cursor: pointer;
   transition: 0.2s all ease-in-out;
}
.service-cards .col .card img{
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.service-cards .col .card .content{
	display: flex;
	flex-direction: column;
}
.card-img-overlay{
/*   background: rgba(26, 147, 111, 0.95); */
/*   background: #2698e1; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: left;
  color: var(--white-100);
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s all ease-in-out;
}

.service-cards .col .card:hover img{
  transform: scale(1.2);
}
.service-cards .col .card:hover .card-img-overlay{
  background: #83CC26;
}

.card-img-overlay .card-title{
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.card-img-overlay .card-text{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  opacity: 0.8;
}

.card-img-overlay .card-text p{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  opacity: 0.8;
}

.card-img-overlay .icon-box{
  height: 70px;
  width: 70px;
  background: var(--white-100);
  border-radius: 50%;
  outline: 1px dashed #83CC26;
  outline-offset: -6px;
/*   margin: 0 auto; */
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-img-overlay .icon-box span{
  color: #83CC26;
  font-size: 28px;
}
.service-cards .col .card:hover .card-img-overlay .card-text,
.service-cards .col .card:hover .card-img-overlay .card-title{
	color: #ffffff;
}
.service-cards .col .card:hover .card-img-overlay .icon-box{
  outline: 1px dashed #83CC26;
}
.service-cards .col .card:hover .card-img-overlay .icon-box span{
	color: #83CC26;
}
.service-card{
	border: 1px solid #83CC26!important;
	background: rgba(139, 204, 51, 0.36);
	border-radius: 24px;
}
/* Messages */

.home-message-section{
  background: var(--primary-green);
}
.dark-bg-title{
  color: var(--golden);
  opacity: 1;
}
.dark-bg-title::before{
  background: var(--golden);
}
.dark-bg-content{
  color: var(--white-100);
}
.message-card{
  background: rgba(255,255,255,0.5);
  padding: 30px;
}
.message-card .icon img{
  width: 8%;
  transform: rotate(180deg);
  filter: invert(1);
  opacity: 0.8;
  margin-bottom: 20px;
}
.message-card .card-text{
  font-size: 20px;
  text-align: justify;
  margin: 0;
  padding-bottom: 20px;
}

.message-card .footer{
  display: flex;
  justify-content: flex-start;
  border-top: 0.5px solid rgba(26, 147, 11,0.5);
  padding: 20px 0 0 0;
}
.person-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.person-container .image{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-right: 10px;
}
.person-container .image img{
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid rgba(255,255,255,0.2);
}
.person-container .text h2{
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.person-container .text p{
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}


/* Testimonial */
.home-slider-section{
  background: #ffffff;
}
.swiper {
  width: 100%;
  height: 100%;
  /* padding: 0 40px; */
}
.swiper-wrapper{
  display: flex;
  align-items: center;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(26, 147, 111, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  transition: 0.5s opacity ease-in-out;
  border-radius: 4px;
}

.swiper-slide .image {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.swiper-slide .image img{
  width: 100%;
  height: 100%;
  border: 6px solid rgba(255,255,255,0.5);
  object-fit: cover;
  border-radius: 50%;
}

.swiper-slide .content p{
  margin: 14px 0; 
  font-size: 14px;
  color: #4C4C4C;
  text-align: center;
}
.swiper-slide .person-detail h2{
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin: 0;
}
.swiper-slide .person-detail p{
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,0.8);
  text-align: center;
  margin: 0;
}
.swiper-slide-active .content p{
  color: #e2e4eb;
}
.swiper-slide-active .person-detail h2{
  color: #ffffff;
}
.swiper-slide-active .person-detail p{
  color: #e2e4eb;
}

.home-slider-section .swiper-slide.swiper-slide-active{
  transform: scale(1.25)!important;
  height: 500px!important;
  background: rgba(26, 147, 111, 1);
  border-radius: 4px;
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction{
  width: 10%;
  left: initial!important;
  right: 0!important;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 24px;
  color: #ffffff;
}
.swiper-button-prev, 
.swiper-rtl .swiper-button-next, 
.swiper-button-next, 
.swiper-rtl .swiper-button-prev{
  height: 40px;
  width: 40px;
  background: rgba(26, 147, 111, 0.5);
}
.swiper-button-prev:hover, 
.swiper-rtl .swiper-button-next:hover, 
.swiper-button-next:hover, 
.swiper-rtl .swiper-button-prev:hover,
.swiper-pagination-bullet-active{
  background: rgba(26, 147, 111, 1);
}




/* Logo Slider */

.marquee {
    overflow: hidden;
  }
  
  .marquee-content {
    display: flex;
    animation: scrolling 30s linear infinite;
  }
  
  .marquee-item {
    flex: 0 0 11vw;
    margin: 0 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    padding: 5px;
    background: #ffffff;
    border: 0.5px solid rgba(255,255,255,0.2);
  }
  
  .marquee-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translatex(-144vw); }
  }
  

  /* Home Gallery */
  .card-group .card{
    height: 50vh;
    border-radius: 0;
  }
  .card-group .card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .card-group .card-img-overlay{
    background: rgba(26, 147, 111, 0.2);
    justify-content: flex-end;
    padding-bottom: 50px;
    border-radius: 0;
  }
  .card-group .card-img-overlay:hover{
    background: rgba(26, 147, 111, 0.8);
    justify-content: flex-end;
    padding-bottom: 50px;
    border-radius: 0;
  }
  .card-group .card-img-overlay .content{
    opacity: 0;
    transition: 0.2s all ease-in-out;
    text-align: left;
  }
  .card-group .card-img-overlay .content .card-title{
    margin: 0;
  }
  .card-group .card-img-overlay:hover .content{
    opacity: 1; 
  }

/* Footer */

.footer-container{
  background-image: linear-gradient(49deg, #568910 20%, #00639d 100%);
}
.footer-about-links{
  display: flex;
  justify-content: space-between;
}
.footer-about-links .quick-links h2{
  color: #ffffff;
  font-size: 22px;
}
.quick-links .link-container{
  display: flex;
}
.quick-links .link-container ul{
  padding: 0px;
}
.quick-links .link-container ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.quick-links .link-container ul li a{
  color: #e2e4eb;
}
.quick-links .link-container ul li a:hover{
  color: #ffffff;
}
.footer-about{
  width: 40%;
}
.footer-about .about-text{
  color: #ffffff;
  line-height: 1.3;
  opacity: 0.9;
}

.footer-about-info {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.footer-about-info p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
}
.footer-social-media p a {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s all ease-in-out;
}
.footer-social-media p a:hover{
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.copyright-ft {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}
.copyright-ft .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e2e4eb;
}



.contact-details p{
  color: var(--primary-green);
}
.contact-form-container{
  width: 100%;
  text-align: left;
  align-items: flex-start;
}
.wpcf7{
  width: 100%;
}
.wpcf7 label{
  font-size: 14px;
  font-weight: 600;
}
.wpcf7 label, .wpcf7 label span{
  width: 100%;
}
.wpcf7-form-control{
  padding: 10px;
  width: 100%!important;
  height: 55px;
  border: 1px solid rgba(2, 56, 84, 0.5);
  border-radius: 4px;
}
.wpcf7-form-control:focus{
  border: 1px solid var(--primary-green);
}
.wpcf7-textarea{
  height: 120px;
}
.wpcf7-submit{
  width: 50%!important;
  background: var(--primary-green);
  color: #ffffff;
  border: none;
  transition: 0.3s all ease-in-out;
}

.contact-details-list{
  display: flex;
  justify-content: space-between;
}

.cat-image{
  height: 260px;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
}


.hamburger{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a936f;
  background: #f1f1f1;
  border: none;
  outline: none;
}
.hamburger:hover, .hamburger.active, .hamburger:focus-visible{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a936f!important;
  background: #ffffff!important;
}
.mbl-show{
  display: none;
}
.mbl-nav{
  list-style: none;
  font-size: 18px;
}
.mbl-nav li{
  margin: 10px 0;
}

@media only screen and (max-width: 600px) {
  .mbl-show{
    display: flex;
  }
  .mbl-hide{
    display: none;
  }
  .hero-section {
    align-items: unset;
    height: calc(100vh - 160px);
  }
  .left-content{
    text-align: center;
  }
  .left-content h2{
    font-size: 40px;
  }
  .right-img {
    position: absolute;
    bottom: -43%;
    right: -61%;
    transform: scale(0.7);
  }
  .hamburger{
    width: max-content;
  }
  #navbarText{
    display: flex;
  }
  .home-about-content{
    flex-direction: column-reverse;
  }
  .about-content{
    padding-left: 0!important;
    padding-bottom: 20px;
  }
  .home-about-content{
    padding: 0!important;
  }
  .count-continer{
    padding: 10px;
  }
  .count-box{
    margin-top: 10px;
  }
  .mbl-left{
    justify-content: flex-start!important;
  }
  .swiper-slide .content p{
    padding: 50px;
  }
  .footer-about-links{
    flex-direction: column;
  }
  .footer-about-links>*{
    width: 100%;
  }
  .footer-about-info {
    width: 40%;
  }
  .copyright-ft .container{
    flex-direction: column;
  }
  .marquee-item {
    flex: 0 0 30vw;
  }
	.text-mbl{
		text-align: justify;
		padding: 20px 20px 0 20px!important;
	}
	.contact-details-list{
		flex-direction: column;
	}
	
	.btn {
		right: 2%;
	}
	
	.hero-text-container {
		left: 2% !important;
	}
	
	.book-form {
		width: 100% !important;
	}
	
	.book-form .field-container {
		flex-direction: column !important;
	}
	
	.book-form-container {
		position: static !important;
		transform: translatex(0%) !important;
		margin-top: 20px !important;
	}
	
	.home-about-section {
		margin-top: 20px !important;
	}
	
	.testimonial-container {
		width: 95% !important;
	}
	
	.first-row-images {
		height: 100% !important;
	}
	
	.first-row-images .col-md-7 {
		margin-top: 30px;
	}

	
	.about-experience-card {
		margin-bottom: 30px;
	}
	
	.abt-exp .col {
		height: auto !important;
	}
	
}

.book-form {
    width: 70%;
    margin: 0px auto;
    background: rgb(90, 139, 25);
    padding: 40px 40px;
    border-radius: 25px;
}
.book-form .form-label {
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.book-form .form-control, .book-form .form-select {
    box-shadow: none;
    height: 45px;
    width: 100%;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 4px;
}
.book-form .book-submit {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    height: 45px;
    margin-top: 35px;
    background: rgb(139, 203, 53);
    border-radius: 100vw;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 10px 45px;
	transition: 0.3s all ease-in-out;
}
.book-form .book-submit:hover{
	background: rgb(106, 166, 29);
}
.book-form-container {
	z-index:10;
    position: absolute;
    margin-top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
}

.blog-image {
    height: 250px;
    object-fit: cover;
}
.blog-date {
    color: rgb(0, 0, 0);
    opacity: 0.6;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.blog-date span{
	color: rgb(0, 0, 0);
    opacity: 0.6;
    font-size: 14px;
	margin-right: 5px;
}
.blog-title {
    font-weight: 700;
    font-size: 20px;
}
.blog-excerpt {
    color: rgb(0, 0, 0);
    opacity: 0.8;
}
.message-section{
	background-image: url(https://cdn.pixabay.com/photo/2024/04/05/05/17/business-8676529_1280.jpg);
	background-attachment: fixed;
}
.message-section-padding{
	padding: 120px 0;
}

.page-title{
	background-image: url(https://cdn.pixabay.com/photo/2024/04/05/05/17/business-8676529_1280.jpg);
	background-position: center center;
}
.about-experience-card{
	padding: 50px;
    text-align: center;
    background: #8bcb35;
    color: #ffffff;
    font-weight: 800;
    font-size: 24px;
}
.first-row-images{
	height: 30vh;
}
.about-image-cards .card{
	border-radius: 30px;
}
.contact-icon{
	height: 50px!important;
    width: 50px!important;
    background: #D6EDBB;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #559300;
    margin-right: 20px;
}
.contact-title{
	font-size: 20px;
    font-weight: 700;
}
.single-content-box h1{
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
}
.feature-image-box img{
	width: 100%;
	height: 600px;
	border-radius: 20px;
	object-fit: cover;
}
.single-content{
	font-size: 20px;
	padding: 30px;
	text-align: justify;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	padding: 10px;
}


