* {
   margin: 0;
        padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
          color    :#333;
        background: #fff;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
   margin: 0 auto;
	 padding: 0 15px;
}

.container-fluid {
     width : 100%;
   padding-left: 15px;
    padding-right: 15px;
	}


.row {
    display: flex;
   flex-wrap: wrap;
  margin-left   :     -15px;
   margin-right: -15px;
}

.col-xl-12, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-8, .col-md-4, .col-md-6, .col-md-11, .col-md-12, .col-12 {

    position: relative;
   width: 100%;
  padding-left: 15px;
    padding-right: 15px;}@media (min-width: 768px) {
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 992px) {
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
}

@media (min-width: 1200px) {
    .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
}.header-section {

	   background: #2c3e50;
   padding: 25px 0;
    position: fixed;
  left: 0;
  width: 100%;
    top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1); 
	


}

.inner-header {
  display: flex;
   align-items: center;
  justify-content: space-between;
   flex-wrap: wrap;
}

.inner-header .logo {
  flex-shrink: 0;
  filter: brightness(0) invert(1);
    margin-right: 30px;
}

.inner-header .logo a {
  display    :       block;
}

.inner-header .logo img {
       height: 45px;
  width     :        auto;
}

.inner-header .main-menu    {
    flex: 1;
}

.inner-header .main-menu ul {
   list-style: none;
   display: flex;
  margin: 0;
  padding: 0;
   gap :        40px;}

.inner-header .main-menu ul li {
  position: relative;
}

.inner-header .main-menu ul li a {
  font-size: 18px;
  font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.5px;
   text-decoration: none;
	padding: 10px 15px;
   display: block;
	 transition: 0.3s;
}

.inner-header .main-menu ul li:hover a {
  color: #3498db;
	
}

.inner-header .top-info {
   display: flex;
         align-items: center;
   gap: 10px;
  position: relative;
}

.inner-header .top-info img {

  width: 16px;
      height: 16px;
  filter: brightness(0) invert(1);
}

.inner-header .top-info span {
    font-size: 14px;
  font-family: "Open Sans", sans-serif;
   font-weight: 400;
	 color: #ffffff;
   line-height: 18px;
    display   :inline-block;
	margin-left: 20px;
 max-width: 180px;
}

#mobile-menu-wrap


{
  display     :       none;
}

.mobile-nav-toggler {
		cursor: pointer;
    padding: 10px;
    display: none;
}

.burger-icon {
       width: 24px;
   height: 24px;
  filter: brightness(0) invert(1);
     } 

.slider_area    {
	margin-top    : 0;
}

.slider_bg_1 
 {
  background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../banners/modern_HEPA_filter_system_home_office_2.webp');

   background-size     : cover;

  background-repeat: no-repeat;

	 background-position :      center center;

	 max-height: 60vh;


}

.slider_area .single_slider {
  height:   750px;
  display: flex;
   align-items   :center;
}  @media (max-width: 767px) {
    .slider_area .single_slider {
        height: 100vh;
    }
}.slider_area .single_slider .slider_text h1 {
  font-family: "Poppins", sans-serif;
    font-size: 60px;
   text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 76px;
    margin-bottom: 15px;
	color: #fff;
}

.slider_area .single_slider .slider_text h1 span {
	    font-weight: 700;
    color: #3498db; 



}@media (max-width: 767px) {
    .slider_area .single_slider .slider_text h1 {
        font-size: 30px;
        line-height: 45px;
    }
}.slider_area .single_slider .slider_text p

{
    margin-bottom: 24px;
   margin-top: 10px;
  color: #D5D5D5;
	font-weight: 400;
    font-size: 20px;
}@media (max-width: 767px) {
    .slider_area .single_slider .slider_text p {
        font-size: 16px;
    }
}.slider_area .single_slider .slider_text .video_service_btn > a {
  margin-right    :       15px; 
	
}@media (max-width: 767px) {
    .slider_area .single_slider .slider_text .video_service_btn > a {
        margin-bottom: 20px;
    }
}.boxed-btn3 {
  background: linear-gradient(to bottom, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
  color   :     #fff;
  display: inline-block;
  padding: 19px 41px;
  font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight  :      500;
  border: 0;
  border-radius: 30px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  transition: 0.3s;
    cursor: pointer;
   text-decoration: none;

}

.boxed-btn3:hover {
  background: linear-gradient(to left, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
    color: #fff !important;
	
} 

.text-center    {
	    text-align     :      center;

}

.service_area		{
  padding-top   :        125px;
  padding-bottom: 110px;
  background: #f8f9fa;

	}

.service_area .single_service


{
   border-radius: 12px;
                    transition: 0.4s;
         background: white;
	border: 1px solid #e0e0e0;
  margin-bottom: 32px;
    padding: 75px 28px 68px 28px;
}

.service_area .single_service.active {
	 border-color: #3498db;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
   color: white;
}

.service_area .single_service .service_thumb {

   height: 145px;
  width:  165px;
  background-repeat: no-repeat;
   background-size: 100% 100%;
   margin: auto;
 display: flex;
    align-items: center;
   justify-content: center;
    background: #ecf0f1;
  border-radius: 50%;
   width: 120px;
         height: 120px;
}

.service_area .single_service.active .service_thumb {
	  background: rgba(255,255,255,0.2);
}

.service_area .single_service .service_thumb .service_icon img {
  width     :        60px;
 height: 60px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(1038%) hue-rotate(192deg) brightness(96%) contrast(92%);
}

.service_area .single_service.active .service_thumb .service_icon img {

	  filter: brightness(0) invert(1);}

.service_area .single_service .service_content h3 {
	   font-size: 26px;
   font-weight:     650;
    margin-top: 45px;
    margin-bottom: 24px;
     }

.service_area .single_service .service_content p {
  margin-bottom :     0;
  font-size: 16px;
	line-height: 1.6;
}

.service_area .single_service:hover {
  box-shadow: 0px 18px 38px 0px rgba(0, 0, 2, 0.09);
  border: 1px solid #3498db;
  transform: translateY(-5px);
}

.section_title h2 {
                    font-size: 52px;
	font-weight: 750;
	line-height: 62px;
    color :     #1a1e35;
  font-family: "Poppins", sans-serif;
}

.section_title p {
       font-size: 17px;
    line-height: 32px;
    color   :   #959597;
	 font-weight  :      400;
}

.mb-100 {
   margin-bottom: 95px;
}

.justify-content-center {
  justify-content: center;
}

.d-flex {
  display: flex;
	}

.align-items-center {
  align-items: center;
}@media (max-width: 767px) {
    .service_area {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .section_title h2 {
        font-size: 29px;
        line-height: 35px;
    }
    .mb-100 {
        margin-bottom: 42px;
    }
}.page-section {
    padding: 2.6em 0;
}@media (min-width: 768px) {
    .page-section {
        padding: 5.2em 0;
    }
}.title-underline {
    color: #000;
}

.title-underline span {
  display: inline-block;
   border-bottom: 4.2px solid #53c07a;
}

.feature-item-1 {
   background: white;
	border: 1px solid #e0e0e0;
    border-radius: 15px;
  overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
   padding-top: 50px;
}

.feature-item-1:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15); 

}

.feature-item-1 .icon-container {


    position: relative;
    width: 98px;
     height: 56.5px;
   margin: 0 auto;
    z-index: 1;
      margin-top: -34.5px;
   background: #53c07a;
   display: flex;
  align-items: center;
	justify-content    :center;
   border-radius: 50%;
    width: 80px;
   height: 80px;
  top:-40px;
  margin-bottom: -40px;


}

.feature-item-1 .icon-container .feature-icon {
   width: 40px;
   height: 40px;
  filter: brightness(0) invert(1);


}

.feature-item-1 .feature-item-content
{
	    padding   :   52px 21px 21px 21px;
  text-align: center;
     }

.feature-item-1 .feature-item-content h3 {
    font-size: 1.32rem;
   color: #000;
   margin-bottom: 15px;
}

.feature-item-1 .feature-item-content p {
  color: #666;
  line-height: 1.6;
   margin-bottom: 20px;
}

.bg-primary  
  {
   background:      #53c07a !important;
}

.btn {
    -webkit-transition: all 0.3s ease;
  display   : inline-block;
  -moz-transition   :     all 0.3s ease;
   padding:     12px 25px;
  text-decoration: none;
  border-radius: 5px;
   -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
    font-weight: 500;
   border  :    none;
    cursor: pointer;
}

.btn-primary {
  color: #fff;
	border-color: #53c07a;
   background-color: #53c07a;
}

.btn-primary:hover {
       color :        #fff;
   background-color: #449b66;
   border-color: #3f925f;
}



.rounded-0


{
	border-radius: 0 !important;
}

.px-4     {

  padding-left    : 1.55rem !important;
   padding-right: 1.55rem !important;

}

.mb-4 {
     margin-bottom: 25px;
}

.mb-5 {
     margin-bottom     :     35px;

}

.mb-lg-0 {
    margin-bottom: 0;
}@media (max-width: 991px) {
    .mb-lg-0 { margin-bottom: 25px; }
}.main-section {
		 padding: 3em 0;
   background: #fff;
}@media (min-width: 768px) {
    .main-section {
        padding: 5.5em 0;
    }
}.section-title-accent {
    color: #111;
}

.section-title-accent span {
	   display: inline-block;
   border-bottom: 5px solid #62c789;}

.lead-text {
    font-size   :       1.3rem;
    font-weight: 400;
	 color: #34495e;
  margin-bottom: 20px;
}

.btn-main {
   color: #fff;
  -webkit-border-radius: 5px;
   background-color  : #62c789;
   border-color: #62c789;
    padding: 15px 30px;
    text-decoration   :   none;
   -moz-border-radius: 5px;
  border-radius: 5px;
   font-weight: 600;
  transition: all 0.3s ease;
}

.btn-main:hover {
    color: #fff;
     background-color: #4fa874;
  border-color: #459e6d;
  transform: translateY(-2px);
}

.px-3  {
    padding-left: 1.8rem !important;
   padding-right: 1.8rem !important;
}

.img-responsive {

	  max-width: 100%;
    height: auto;
    border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);


}

.ml-auto {

	   margin-left: auto;

}

.about-section {
   padding: 80px 0;
    background   :        #f8f9fa;
}

.section-padding-80-0 {
       padding-top: 80px;
   padding-bottom: 0;
}

.section-header {
         position     :       relative;
  z-index: 1;
   margin-bottom: 50px;
}

.section-header h2 {
    font-size: 42px;
  margin-bottom: 10px;
 display: block;
    line-height: 1.2;
    color     :    #2c3e50; 

}

.section-header p {
   font-size     :      16px;
	color: #bfbfbf;
    margin-bottom: 0;
}

.section-header span {
   position: absolute;
    top: 50%;
  font-size: 100px;
        color: #eef3f6;
  transform: translateY(-50%);
   z-index: -1;
    left: -50px;
    line-height: 1;
   font-weight:     900;
}

.about-image {
	  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	

}

.about-image img {
  width: 100%;
    border-radius: 15px;
}

.about-text h3 {
  color: #2c3e50;
  font-size: 28px;
	 margin-bottom: 30px;
}

.about-text p {
	 color: #7f8c8d;
   line-height: 1.7;
		margin-bottom: 25px;
}

.akame-button.active {
  background-color: #2f2f2f;
	 color : #ffffff;
   display:inline-block;
   padding  :    15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.akame-button:hover {
  transform: translateY(-2px);
    background-color    :       #34495e;
}

.mb-80  
  {
     margin-bottom: 50px;}

.pl-4 {
	 padding-left: 30px;
}

.mt-30 {
	 margin-top: 30px;
}

.site-section


{
   padding: 3em 0;
    background: #f8f9fa;
}@media (min-width: 768px) {
    .site-section {
        padding: 5.5em 0;
    }
}.section-title-underline {
   color: #1a1a1a;
}

.section-title-underline span {
   display  :    inline-block;
    border-bottom: 5px solid #4a9e6b;
}

.owl-slide {
    position: relative;
	display: flex;
   gap: 30px;
	overflow-x: auto;
   padding   :       35px 0;
}

.ftco-testimonial-1


{
  background: white;
   padding :30px;
   border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
   min-width: 350px;
	flex-shrink: 0;
}

.ftco-testimonial-1 .ftco-testimonial-vcard {
   display    :     flex;
   align-items: center;
    margin-bottom    :  20px;
   gap: 15px;
}

.ftco-testimonial-1 .ftco-testimonial-vcard img {
   object-fit: cover;
    width: 55px;
   border-radius: 50%;
  height: 55px;
}

.ftco-testimonial-1 .ftco-testimonial-vcard h3 {
   color: #1a1a1a;
    font-size: 1.3rem;
    margin-bottom: 0;
   display: block;
}

.ftco-testimonial-1 .ftco-testimonial-vcard span {
  color: #666;
      font-size: 14px;
}

.ftco-testimonial-1 p {
    color: #999999;
         font-style: italic;
       line-height     :    1.6;
}

.img-fluid {
      max-width: 100%;
         height: auto; 

}

.mr-3 {
   margin-right: 15px; 
	
}

.footer-section {
  background    :       #2c3e50;
   color: white;
    padding: 60px 0 20px;
}

.footer-section h3 {
  color: #3498db;
  margin-bottom: 20px;
   font-size: 24px;

}

.footer-section h4 {
                    color: #ecf0f1;
  margin-bottom :   15px;
   font-size: 18px;
}

.footer-section p {
  color: #bdc3c7;
	   line-height     :      1.6;
}

.contact-info p {
   display: flex;
          align-items: center;
   gap: 10px;
   margin-bottom: 10px;
}

.contact-icon {
   width  :     16px;
  height: 16px; 

}

.footer-links {
  list-style: none;
    padding: 0;

}

.footer-links li   {
 margin-bottom: 8px;
}

.footer-links a {
  color: #bdc3c7;
    text-decoration    : none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #3498db;
}

.social-links {

	display: flex;
  gap: 15px;
	margin-top: 15px;
} 

.social-links a {
   display: flex;
    align-items: center;
   justify-content: center;
    width: 40px;
  height: 40px;
         background: #34495e;
	 border-radius: 50%;
          transition: all 0.3s ease;
}

.social-links a:hover {

	   background: #3498db;
  transform: translateY(-2px);
	}

.social-links img   {
    width:   20px;
   height: 20px;
  filter: brightness(0) invert(1);
}

.py-5 {
   padding: 30px 0;


}@media (max-width: 991px) {
    .inner-header .main-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #2c3e50;
        z-index: 999;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .inner-header .main-menu.mobile-active {
        display: block;
    }

    .inner-header .main-menu ul {
        flex-direction: column;
        gap: 0;
    }

    .inner-header .main-menu ul li {
        width: 100%;
        border-bottom: 1px solid #34495e;
    }

    .inner-header .main-menu ul li a {
        padding: 15px 0;
        width: 100%;
    }

    .mobile-nav-toggler {
        display: block;
    }

    .inner-header .top-info {
        order: -1;
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }

    .inner-header .top-info span {
        font-size: 12px;
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .pl-4 {
        padding-left: 0;
        margin-top: 30px;
    }

    .owl-slide {
        flex-direction: column;
    }

    .ftco-testimonial-1 {
        min-width: 100%;
    }
}.header-section {
    background: #2c3e50;
	padding: 15px 0;
      position: fixed;
        left: 0;
  width: 100%;
  top    :        0;
  z-index   :       1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.inner-header {
  display: flex;
  align-items: center;
   justify-content: space-between;
                    max-width   :  1200px;
    margin: 0 auto;
    padding: 0 15px;
   flex-wrap: wrap;
}

.inner-header .logo {
    flex-shrink: 0;
   z-index: 1001;


}

.inner-header .logo img {
  height: 40px;
    width  :auto;
}  

.inner-header .main-menu {
  display: flex;
    justify-content: center;
	align-items : center;
    flex: 1;
}

.inner-header .main-menu ul {
    gap    :40px;
     display:flex;
      margin: 0;
   	 padding: 0;
       align-items: center;
     list-style: none;
}

.inner-header .main-menu ul li {
	position: relative; 
	
}

.inner-header .main-menu ul li a {
   font-size    :     16px;
  font-weight: 500;
  color: #ffffff;
   letter-spacing: 0.5px;
   text-decoration: none;
	padding: 10px 15px;
   display: block;
   transition: color 0.3s ease;
    white-space: nowrap;
}

.inner-header .main-menu ul li:hover a


{
   color: #3498db;
	}

.inner-header .top-info
	{
       display: flex;
   gap: 8px;
   align-items :    center;
   flex-shrink :      0;


	}

.inner-header .top-info img {
   width:      14px;
      height: 14px;
  filter: brightness(0) invert(1);
}

.inner-header .top-info span


{
  font-size: 12px;

  font-weight: 400;

   color: #ffffff;

    line-height: 1.3;

       max-width: 160px;
}

#mobile-menu-wrap {
  display: none;
}

.mobile-nav-toggler {
   padding: 8px;
  display: none;
    cursor: pointer;
  z-index: 1001;
}

.burger-icon {
   width: 22px;
    height     :       22px;
  filter: brightness(0) invert(1);
}

.slider_area {
   margin-top  :   70px;
   position: relative;
  overflow: hidden;
    max-height: 60vh;
}

.slider_bg_1 {
  background: linear-gradient(135deg, rgba(44, 62, 80, 0.85) 0%, rgba(52, 152, 219, 0.75) 100%),
    url('../banners/modern_HEPA_filter_system_home_office_2.webp');
  background-size: cover;
  background-repeat     :no-repeat;
	 background-position: center center;
   background-attachment: fixed;
}

.slider_area .single_slider {
				 min-height: 40vh;
    display     :    flex;
    align-items    :   center;
  justify-content: center;
   position: relative;
}

.slider_area .single_slider::before {
  content: '';
	position: absolute;
   top: 0;
  left  :  0;
    right :      0;
   bottom: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.3) 100%);
                    pointer-events: none;
}

.slider_area .single_slider .slider_text {
   position: relative; 
		 z-index: 2; 
	  max-width: 800px; 
	  margin: 0 auto; 
	    padding     : 0 20px;
}

.slider_area .single_slider .slider_text h1 {
  font-family: "Poppins", sans-serif; 
	font-size: 64px; 
               font-weight: 300; 
   line-height: 1.2; 
   margin-bottom: 25px; 
	color: #fff; 
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3); 
    letter-spacing    :    1px;
}

.slider_area .single_slider .slider_text h1 span {
   font-weight    :      700;
  color: #3498db;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.slider_area .single_slider .slider_text p 
 {
   font-size: 22px;
  font-weight: 400;
  color   :#f8f9fa;
    margin-bottom: 35px;
   line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  max-width: 600px;
  margin-left: auto;
   margin-right: auto;
}

.boxed-btn3 {
  background: linear-gradient(45deg, #3498db 0%, #2980b9 100%); 
	         color: #fff; 
	   display: inline-block; 
		padding: 18px 40px; 
	  font-family: "Poppins", sans-serif; 
	               font-size: 16px; 
	    font-weight: 600; 
	  border  :2px solid transparent; 
	  border-radius :   50px; 
	  text-align: center; 
	    text-decoration: none; 
	   text-transform: uppercase; 
	   letter-spacing  :        1px; 
	   transition: all 0.4s ease; 
	    cursor: pointer; 
	  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3); 
	  position    :relative; 
	   overflow: hidden;
}

.boxed-btn3::before {
  content: '';
      position : absolute;
         top: 0;
     left: -100%;
         width: 100%;
             height: 100%;
     background: linear-gradient(45deg, transparent, rgba(255,255,255,0.2), transparent);
      transition: left 0.6s ease;
}

.boxed-btn3:hover {
  background: linear-gradient(45deg, #2980b9 0%, #3498db 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(52, 152, 219, 0.4);
  border-color: rgba(255,255,255,0.3);
}

.boxed-btn3:hover::before {
  left: 100%;
}


.boxed-btn3:active {
  transform: translateY(-1px);
	}@media (max-width: 991px) {
    .inner-header {
        padding: 0 15px;
    }

    .inner-header .main-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(44, 62, 80, 0.98);
        backdrop-filter: blur(10px);
        z-index: 999;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        border-radius: 0 0 15px 15px;
    }

    .inner-header .main-menu.mobile-active {
        display: block;
    }

    .inner-header .main-menu ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .inner-header .main-menu ul li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .inner-header .main-menu ul li:last-child {
        border-bottom: none;
    }

    .inner-header .main-menu ul li a {
        padding: 15px 0;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    .mobile-nav-toggler {
        display: block;
    }

    .inner-header .top-info {
        position: absolute;
        top: -45px;
        right: 15px;
        font-size: 10px;
    }

    .inner-header .top-info span {
        max-width: 120px;
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .slider_area .single_slider .slider_text h1 {
        font-size: 42px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .slider_area .single_slider .slider_text p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .boxed-btn3 {
        padding: 16px 32px;
        font-size: 14px;
    }

    .inner-header .top-info {
        display: none;
    }

    .header-section {
        padding: 10px 0;
    }

    .slider_area {
        margin-top: 60px;
    }

    .slider_bg_1 {
        background-attachment: scroll;
    }
}

@media (max-width: 480px) {
    .slider_area .single_slider .slider_text h1 {
        font-size: 32px;
    }

    .slider_area .single_slider .slider_text p {
        font-size: 16px;
    }

    .boxed-btn3 {
        padding: 14px 28px;
        font-size: 13px;
    }
}.text-center {
    text-align: center;
}

.inner-header .container
	{
  flex: 1;
   display: flex;
    justify-content: center;
	
}

.inner-header .container .row {
   width: 100%;
      display: flex;
    justify-content: center;
}

.inner-header .container .col-xl-12 {
   display: flex;
   align-items: center;
  justify-content:    space-between;
   width: 100%;
}@media (max-width: 991px) {
    .inner-header .container {
        display: none;
    }
}.header-section     {
    background: #2c3e50;
   padding: 15px 0;
  position: fixed;
  left    :        0;
    width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.inner-header {
    display: flex; 
    align-items: center; 
   justify-content: space-between; 
	max-width:     1200px; 
   margin: 0 auto; 
  padding: 0 15px; 
   position: relative;
}

.inner-header .logo
{
  z-index: 1001;
  flex-shrink: 0;
}

.inner-header .logo img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}

.main-menu {
  display: flex;
    align-items: center;
    flex: 1;
   justify-content: center;


}

.main-menu ul {
    list-style: none;
  display: flex;
     margin   : 0;
        padding   :   0;
    gap: 40px;
    align-items: center;
}


.main-menu ul li a {
   font-size: 16px;
    font-weight: 500;
   color: #ffffff;
   letter-spacing: 0.5px;
   text-decoration: none;
   padding: 10px 15px;
    display: block;
  transition: color 0.3s ease;
    white-space: nowrap;
}

.main-menu ul li:hover a {
    color: #3498db;
}

.top-info {

	    display: flex;
	 align-items:     center;
   gap: 8px;
	flex-shrink: 0;
     }

.top-info img {
    width: 14px;
    height: 14px;
  filter: brightness(0) invert(1);
}

.top-info span  {
    font-size: 12px;
  font-weight: 400;
   color: #ffffff;
          line-height: 1.3;
    max-width     :  160px;


}

.mobile-nav-toggler {
    cursor: pointer;
  padding: 8px;
	display: none;
   z-index: 1001;
   background: none;
    border: none;
}

.burger-icon {
  width  :       24px;
          height: 24px;
  filter: brightness(0) invert(1);
}@media (max-width: 991px) {

    .mobile-nav-toggler {
        display: block !important;
    }

    .main-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(44, 62, 80, 0.98);
        backdrop-filter: blur(10px);
        z-index: 999;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        border-radius: 0 0 15px 15px;
        flex-direction: column;
    }

    .main-menu.mobile-active {
        display: flex !important;
    }

    .main-menu ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .main-menu ul li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .main-menu ul li:last-child {
        border-bottom: none;
    }

    .main-menu ul li a {
        padding: 15px 0;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    .top-info {
        position: absolute;
        top: -45px;
        right: 60px;
        font-size: 10px;
    }

    .top-info span {
        max-width: 120px;
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .inner-header {
        padding: 0 10px;
    }

    .top-info {
        display: none;
    }

    .header-section {
        padding: 10px 0;
    }
}.page-header {

  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    padding: 150px 0 100px;
    margin-top: 70px;
  color: white;
    position: relative;
    overflow: hidden;}

.page-header::before {


  content: '';
    position: absolute;
  top: 0;
   left :      0;
    right: 0;
  bottom: 0;
  background: url('../banners/modern_HEPA_filter_system_home_office_2.webp') center/cover;
    opacity: 0.1;
   z-index :     1;
     } 

.page-header-content {
 position: relative;
  z-index: 2;
}

.page-header h1 {
	font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    color     :      #fff;
}

.page-header h1 span {
	 font-weight    :700;
   color    :#3498db;
}

.page-header p {

   font-size: 18px;
    margin-bottom:    30px;
	opacity: 0.9; 



}

.breadcrumb {
  display: flex;
  align-items: center;
    justify-content: center;
	gap: 10px;
         font-size: 14px;
}

.breadcrumb a{
	   color: #bdc3c7;

  text-decoration: none;

  transition: color 0.3s ease;
     }

.breadcrumb a:hover
	{
   color: #3498db;
}

.breadcrumb img {
         width   :      12px;
      height: 12px;
     filter: brightness(0) invert(1);
      opacity: 0.6;
}


.breadcrumb span:last-child {
        color: #3498db;
   font-weight: 500;
}

.services-overview  {
  padding: 80px 0;
  background: #f8f9fa;
}

.services-overview h2 {
  font-size     :36px;
    color  :    #2c3e50;
                    margin-bottom: 20px;
  font-weight: 700;
}

.services-overview p {
  font-size: 16px;
   color: #7f8c8d;
 line-height: 1.7;
   margin-bottom :      50px;
}

.service-overview-card

{


   background: white;
   padding: 40px 30px;
   border-radius: 15px;
    text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
  height: 100%;


}

.service-overview-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
} 

.service-overview-card .service-icon {
	     width: 70px;
   height: 70px;
  background     : #ecf0f1;
    border-radius: 50%;
	display: flex;
  align-items: center;
   justify-content   :        center;
   margin: 0 auto 25px;
     }

.service-overview-card .service-icon img {
  width: 35px;
   height: 35px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(1038%) hue-rotate(192deg) brightness(96%) contrast(92%);


}

.service-overview-card h4 {
  font-size: 20px;
  color: #2c3e50;
	margin-bottom: 15px;
   font-weight: 600;


}

.service-overview-card p {
	    font-size: 14px;
   color: #7f8c8d;
    line-height: 1.6;
                    margin: 0;}

.pricing-section {
     padding: 80px 0;
    background    :      #fff;
	}

.main_title {
    margin-bottom: 60px;
  text-align: center;


}


.main_title h2		{
  font-family: "Poppins", sans-serif;
  font-size: 42px;
   color: #2c3e50;
    font-weight: 700;
   margin-bottom: 15px;
}

.main_title p {
  font-size: 16px;
   line-height: 1.6;
  color: #7f8c8d;
    margin-bottom: 0px;
    max-width: 600px;
    margin: auto;
	
}

.pricing-item {
    background: #fff;
  border-radius: 15px;
        overflow: hidden;
                    margin-bottom: 35px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    border: 2px solid transparent;
}


.pricing-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
}

.pricing-item.featured {
  transform: scale(1.05);
  border-color: #3498db;
   position: relative;
      z-index: 2;
}  

.pricing-item.featured:hover {
  transform: translateY(-10px) scale(1.05);
}

.pricing-badge {
   position: absolute;
    top: 20px;
   right: 20px;
  background: linear-gradient(45deg, #e74c3c, #c0392b);
    color: white;
	padding: 8px 15px;
    border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
          z-index: 3;
}

.pricing-header {
    text-align: center;
   padding: 30px 25px 25px;
  border-bottom: 1px solid #ecf0f1;
}

.product-image {
   width: 80px;
   height: 80px;
    margin: 0 auto 20px;
   border-radius: 50%;
               overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product-image img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing-header h4		{
   font-size: 20px;
               color: #2c3e50;
   margin-bottom: 15px;
  font-weight: 600;
}

.pricing-header h1		{
    font-weight :700;
               color: #3498db;
    margin-bottom: 0;
  font-family: "Poppins", sans-serif;
    font-size: 48px;
}

.pricing-header h1 span
	{
	  font-size: 16px;
    color: #7f8c8d;
  font-weight   :   normal;


}


.pricing-body


{
	padding: 30px 25px;
}

.pricing-list {
	 list-style: none;
	padding: 0;
  margin: 0;
}

.pricing-list li {
  line-height: 1.8;
   font-size: 15px;
 color: #555;
	position: relative;
   padding-left: 25px;
		 margin-bottom: 10px;
}

.pricing-list li:before {
  content: "✓";
    position: absolute;
  left: 0;
    top: 0;
       color: #27ae60;
   font-weight: bold;
  font-size: 16px;
}

.pricing-footer {
  text-align: center;
  padding: 25px;
}

.pricing-btn {
	display: inline-block;
   padding: 15px 35px;
       text-align: center;
    color: #2c3e50;
    font-size: 14px;
    font-weight: 600;
  line-height: 1;
    border: 2px solid #bdc3c7;
    border-radius  :      25px;
    transition: all 0.3s ease;
        background: #fff;
  text-decoration: none;
   min-width: 140px;
}

.pricing-btn:hover {
    background  :   #3498db;
   color: #fff;
    border-color:#3498db;
  transform: translateY(-2px);
}

.pricing-btn.featured-btn	{
  background: #3498db;
    color: #fff;
  border-color   :   #3498db;
}

.pricing-btn.featured-btn:hover {
  background   :      #2980b9;
 border-color: #2980b9;
}

.pricing-note {
    font-size:  14px;
    color: #7f8c8d;
      font-style: italic;
    margin-top   :       30px;
}

.additional-services {
    padding: 80px 0;
    background: #f8f9fa;
}

.additional-services .section-title {
    font-size :      36px;
                  color :       #2c3e50;
       font-weight: 700;
}

.additional-service-item {


    background  :      white;
  padding: 30px;
	border-radius: 12px;
    display: flex;
   align-items: center;
	gap: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
   height: 100%;


}

.additional-service-item:hover {
	  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);


}

.additional-service-item .service-icon
{
  width: 60px;
    height: 60px;
   background: #ecf0f1;
  border-radius: 50%;
   display: flex;
         align-items: center;
  justify-content  :   center;
    flex-shrink: 0;
}

.additional-service-item .service-icon img {
   width: 30px;
   height: 30px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(1038%) hue-rotate(192deg) brightness(96%) contrast(92%);
}

.additional-service-item .service-content h4 {
    font-size: 18px;
   color: #2c3e50;
  margin-bottom   :  8px;
	font-weight: 600; 
	
}

.additional-service-item .service-content p  
  {
    font-size: 14px;
     color  :      #7f8c8d;
      margin-bottom: 5px;
      line-height: 1.5;
	
}

.additional-service-item .service-price {
	    font-size: 16px;
  color: #3498db;
    font-weight: 600;}

.cta-section {
   padding: 80px 0;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
       color: white;
  text-align: center;
}

.cta-section h2 {
   font-size: 38px;
    font-weight   : 700;
   margin-bottom: 20px;
   color: white;
}

.cta-section p {
         font-size: 18px;
  margin-bottom: 40px;
    margin-left: auto;
  max-width: 600px;
   opacity: 0.9;
  margin-right: auto;
}

.cta-buttons {


   display: flex;
    justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-cta {
    display: inline-flex;
   align-items: center;
  gap: 10px;
  padding: 18px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
  font-size: 16px;
        transition: all 0.3s ease;
		 border: 2px solid transparent;
}

.btn-cta.primary {
   background: white;
   color: #3498db;
   border-color :       white; 

}

.btn-cta.primary:hover {
     background: transparent;
   color: white;
    border-color: white;


}

.btn-cta.secondary {
          background: transparent;
  color     :  white;
    border-color: white;
}

.btn-cta.secondary:hover {
  background: white;
	 color: #3498db;
}

.btn-cta.secondary img {


                    width: 18px;
    height:        18px;
  filter: brightness(0) invert(1);


}

.btn-cta.secondary:hover img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(7462%) hue-rotate(202deg) brightness(98%) contrast(89%);
}@media (max-width: 991px) {
    .pricing-item.featured {
        transform: scale(1);
    }

    .pricing-item.featured:hover {
        transform: translateY(-10px);
    }

    .additional-service-item {
        flex-direction: column;
        text-align: center;
    }

    .additional-service-item .service-content {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 120px 0 80px;
    }

    .page-header h1 {
        font-size: 36px;
    }

    .services-overview,
    .pricing-section,
    .additional-services,
    .cta-section {
        padding: 60px 0;
    }

    .main_title h2,
    .services-overview h2,
    .additional-services .section-title,
    .cta-section h2 {
        font-size: 28px;
    }

    .pricing-header h1 {
        font-size: 36px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-cta {
        width: 280px;
        justify-content: center;
    }

    .breadcrumb {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .page-header h1 {
        font-size: 28px;
    }

    .pricing-header h1 {
        font-size: 32px;
    }

    .btn-cta {
        width: 100%;
        max-width: 300px;
    }
}.page-header {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
               padding: 150px 0 100px;
  margin-top: 70px;
   color :      white;
    position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
    position: absolute;
    top  :      0;
  left: 0;
   right: 0;
    bottom   :    0;
  background: url('../banners/modern_HEPA_filter_system_home_office_2.webp') center/cover;
   opacity: 0.1;
    z-index: 1;
}

.page-header-content 
 {
    position: relative;
  z-index: 2;
}

.page-header h1 {
               font-size: 48px;
    font-weight: 300;
   margin-bottom: 20px;
  color: #fff;
}

.page-header h1 span

{
   font-weight: 700;
  color:        #3498db;
}

.page-header p {
	font-size   :    18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.breadcrumb {
   display: flex;
  align-items: center;
   justify-content: center;
  gap:       10px;
    font-size: 14px;
}

.breadcrumb a {
   color: #bdc3c7;

		text-decoration: none;

				 transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: #3498db; 
	
}

.breadcrumb img {
  width: 12px; 
	  height: 12px; 
	  filter: brightness(0) invert(1); 
	    opacity: 0.6;
}

.breadcrumb span:last-child {
   color: #3498db;
  font-weight: 500;
}

.contact-section {
    background: #f8f9fa;
   padding :100px 0;
}

.contact-title h2


{
      font-size: 36px;
  color: #2c3e50;
   font-weight: 600;
  text-transform: uppercase;
   margin-bottom: 18px;
}

.contact-title p {
    font-size: 15px;
    color: #7f8c8d;
  margin-bottom: 30px;
   line-height: 1.6;


}

.contact-info {
	  list-style: none;
  padding  :    0;
   margin: 0;
}

.contact-info li {
   list-style: none;
  margin-bottom     :   25px;
    display: flex;
   align-items: flex-start;
    gap: 15px;
}

.contact-icon {
          height: 50px;
    width   :   50px;
	background: #3498db;
			border-radius: 50%;
  display: flex;
  -moz-transition: all 0.3s ease;
  align-items     :  center;
          justify-content     :      center;
   flex-shrink :      0;
   -webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-icon img{
    width  :       20px;
   height: 20px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(7462%) hue-rotate(202deg) brightness(98%) contrast(89%);
}

.contact-info li:hover .contact-icon {
    border-color: #3498db;
  background: #3498db;
}

.contact-info li span {
    display: inline-block;
   font-size: 14px;
 color: #555;
   line-height: 1.5;
   padding-top: 12px;
}

.quick-contact-buttons {
    display: flex;
    gap: 15px;
  margin-top: 30px;
}

.quick-contact-btn {
   display: flex;
    align-items: center;
   -webkit-border-radius: 25px;
   gap: 10px;
  padding     :12px 20px;
  -moz-border-radius: 25px;
    border-radius: 25px;
               text-decoration: none;
    font-weight: 600;
   font-size: 14px;
  transition: all 0.3s ease;
   border: 2px solid transparent;
	}

.quick-contact-btn.phone-btn {
				 background: #27ae60; 
  color: white; 
  border-color    :  #27ae60;
}

.quick-contact-btn.phone-btn:hover {
  background: transparent;
    color: #27ae60; 
	
}

.quick-contact-btn.email-btn     {
   background: transparent;
   color   :       #3498db;
   border-color: #3498db;
}

.quick-contact-btn.email-btn:hover {
	background: #3498db;
   color: white;
}

.quick-contact-btn img {
        width: 16px;

	    height: 16px;

	  filter: brightness(0) invert(1);
}

.quick-contact-btn.email-btn img
	{
  filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(7462%) hue-rotate(202deg) brightness(98%) contrast(89%); 

}

.quick-contact-btn.email-btn:hover img {
  filter: brightness(0) invert(1);
}

.contact-form {
  background: white;
  padding   :  40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}



.contact-form-title h2 {
    font-size  :       36px;
      color: #2c3e50;
   font-weight: 600;
	 text-transform: uppercase;
   margin-bottom: 18px;
}

.contact-form-title p {
  font-size: 15px;
  color:   #7f8c8d;
   margin-bottom: 30px;
    line-height: 1.6;
}  

.form-group {
  margin-bottom   :      20px;
   position: relative;
}

.contact-form form input,
.contact-form form select {
    height : 50px;
  width: 100%;
  background: transparent;
    border: 2px solid #e1e1e1;
   font-size: 14px;
	color: #555;
    padding: 0 20px;
	border-radius: 5px;
  transition: all 0.3s ease;
} 

.contact-form form textarea {
  height: 120px; 
	  width: 100%; 
	    background: transparent; 
	  border: 2px solid #e1e1e1; 
		 font-size: 14px; 
	    color: #555; 
		padding: 15px 20px; 
	   border-radius: 5px; 
	    resize: vertical; 
	    min-height: 120px; 
	   transition: all 0.3s ease;
}

.contact-form form input:focus,
.contact-form form select:focus,
.contact-form form textarea:focus {
    outline: none;
    border-color:  #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
   color: #aaa;
}  

.contact-form form select {
  cursor: pointer;
}

.checkbox-group {
   margin-bottom: 25px;
}



.checkbox-label {
    display: flex;
      align-items  :    flex-start;
       gap     :    10px;
     cursor: pointer;
     font-size: 13px;
     line-height    :        1.4;
   	color: #666;
}

.checkbox-label input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 18px;
    height: 18px;
  border: 2px solid #ddd;
   border-radius:   3px;
  position: relative;
  flex-shrink: 0;
   margin-top: 2px;
    transition: all 0.3s ease; 
	
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {


   background :     #3498db;

	    border-color: #3498db;
     }

.checkbox-label input[type="checkbox"]:checked + .checkmark::after
{
  content: '✓';
  position: absolute;
       top     :50%;
  left: 50%;
  transform: translate(-50%, -50%);
   color: white;
  font-size: 12px;
        font-weight: bold;
}

.checkbox-label a {
    color: #3498db;
    text-decoration: underline;
}

.checkbox-label a:hover {
    color  :      #2980b9;
}

.error-message {
     display    :     block;
  color: #e74c3c;
  font-size: 12px;
    margin-top: 5px;
   padding-left: 5px;
   opacity: 0;
   transition: opacity 0.3s ease;
     }



.error-message.show 
 {
  opacity: 1;
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea {
	 border-color: #e74c3c;
  background: rgba(231, 76, 60, 0.05);
}

.site-btn  
  {
   font-size: 15px;
  color: #ffffff;
    font-weight: 600;
         text-transform: uppercase;
    display :flex;
   align-items: center;
   justify-content: center;
                    gap: 10px;
  padding: 15px 30px;
  background: linear-gradient(45deg, #3498db, #2980b9);
  border: none;
   border-radius: 25px;
  width: 100%;
	cursor: pointer;
    transition: all 0.3s ease;
   position: relative;
  overflow: hidden;
}

.site-btn::before {

  content: '';
  position  :        absolute;
  top: 0;
  left: -100%;
    width: 100%;
    height  :      100%;
  background: linear-gradient(45deg, transparent, rgba(255,255,255,0.2), transparent);
	transition  : left 0.6s ease;}

.site-btn:hover {
	  background: linear-gradient(45deg, #2980b9, #3498db);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);

}

.site-btn:hover::before {
   left: 100%;
	
}

.site-btn:active {
	  transform: translateY(0);

}



.site-btn:disabled {
         background: #bdc3c7;
	 cursor: not-allowed;
   transform: none;
  box-shadow : none;
}

.site-btn img {
  width: 16px;
   height: 16px;
  filter: brightness(0) invert(1);
   transition: transform 0.3s ease;
}

.site-btn:hover img {
  transform: translateX(3px);
}

.map-section {
  padding  : 0;
   background: #fff;
}

.map-container {
    position :    relative;
  height: 400px;
    background: #ecf0f1;
    border-radius     : 15px;
  overflow: hidden;
  margin: 40px 0;
}

.map-placeholder {
   width: 100%;
    height: 100%;
  background: linear-gradient(45deg, #bdc3c7, #ecf0f1);
    position: relative;
    display: flex;
    align-items: center;
  justify-content: center;
}

.map-overlay {
  background: rgba(44, 62, 80, 0.9);
    color: white;
    padding     :30px;
	 border-radius   :      10px;
  text-align: center;
   max-width: 400px;
  backdrop-filter: blur(10px);
}

.map-overlay h3 {
	font-size: 24px;
   margin-bottom: 15px;
   color: #3498db;
}

.map-overlay p   {
    font-size: 16px;
   margin-bottom: 20px;
    opacity: 0.9;
}

.map-details    {
	display  :        flex;
    align-items: center;
    justify-content: center;
  gap: 10px;
}

.map-details img {
    width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.map-details span


{

   font-size: 14px;
}

.popup-overlay {
          position :    fixed;
	top: 0;
  left: 0;
        width: 100%;
   height: 100%;
  background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
   display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
	visibility: hidden;
  transition: all 0.3s ease;
}

.popup-overlay.show {
    opacity: 1;
   visibility: visible;
}

.popup-content {
    background: white;
  border-radius    :   15px;
    max-width: 500px;
  width: 90%;
    max-height: 80vh;
  overflow-y: auto;
  transform: scale(0.7);
                    transition: transform 0.3s ease;
}

.popup-overlay.show .popup-content {
  transform: scale(1);
     }

.popup-header
{
   padding: 30px 30px 0;
  display: flex;
  justify-content :       space-between;
  align-items: center;
}

.popup-header h3 {
  font-size: 24px;
  color     :    #27ae60;
                    margin: 0; 

}

.popup-close   {
      background: none;
    border: none;
    cursor: pointer;
   padding: 5px;
    border-radius: 50%;
   transition: background 0.3s ease;


}

.popup-close:hover {
  background  :       #ecf0f1;
}

.popup-close img {
    width: 16px;
	height: 16px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(1038%) hue-rotate(192deg) brightness(96%) contrast(92%);
}

.popup-body {
  padding: 20px 30px 30px;
  text-align: center;
}

.success-icon {
  margin :20px 0;
	
}

.success-icon img {

    width : 60px;
   height: 60px;
  filter: brightness(0) saturate(100%) invert(44%) sepia(96%) saturate(1014%) hue-rotate(96deg) brightness(95%) contrast(89%);

}

.popup-body p {
  margin-bottom: 30px; 
    font-size: 16px; 
  line-height: 1.5; 
  color: #666;
}

.popup-actions {
	   display: flex;
   gap:        15px;
    justify-content     :       center;


}

.popup-btn {
    -moz-transition: all 0.3s ease;
   padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
                    -webkit-transition     :       all 0.3s ease;
  border: 2px solid transparent;
   cursor:        pointer;
               background: none;

}

.popup-btn.primary   {
  background: #27ae60;
   color: white;
  border-color: #27ae60;
}

.popup-btn.primary:hover {

       background  :     transparent;
   color: #27ae60;
	}

.popup-btn.secondary     {
                    background: transparent;
  color: #3498db;
	border-color: #3498db;
}

.popup-btn.secondary:hover {
                    background: #3498db;
   color: white;
}@media (max-width: 768px) {
    .page-header {
        padding: 120px 0 80px;
    }

    .page-header h1 {
        font-size: 36px;
    }

    .contact-section {
        padding: 60px 0;
    }

    .contact-form {
        padding: 30px 20px;
        margin-top: 30px;
    }

    .contact-title h2,
    .contact-form-title h2 {
        font-size: 28px;
    }

    .quick-contact-buttons {
        flex-direction: column;
    }

    .quick-contact-btn {
        justify-content: center;
    }

    .popup-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .popup-btn {
        text-align: center;
    }

    .map-container {
        height: 300px;
    }

    .map-overlay {
        padding: 20px;
        max-width: 300px;
    }

    .map-overlay h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .page-header h1 {
        font-size: 28px;
    }

    .contact-form {
        padding: 20px 15px;
    }

    .popup-content {
        width: 95%;
    }

    .popup-header,
    .popup-body {
        padding: 20px;
    }
}