/*  ==========================================================================
    Table of Content
    ==========================================================================
    
    1.0 Slider 
    2.0 Content Blocks
    3.0 Icon Box
    4.0 Portfolio
    5.0 Testimonials
    6.0 Counter
    7.0 Team
    8.0 Blog
    9.0 Sidebar Widgets
    10.0 Video Block
    11.0 Contact Page
    12.0 Brand
    13.0 Footer Widget
    14.0 Clients
    15.0 Scroll To Top

    ==========================================================================
    Construction
    ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,700');

/* ==========================================================================
   1.0 Slider
   ========================================================================== */
.slider-section {}

.main-slider {
  overflow: hidden;
}

.slide-item.bg-img {
  background-attachment: scroll;
}

.slider_content {}

.slider-content h1 {
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.slider-content p {
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.slider-content .b-btn {
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.slide-item {
  position: relative; /* Ensures the overlay is positioned correctly */
  overflow: hidden;
}
.page-heading {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35); /* LIGHTER overlay */
    z-index: 1;
}

.display-table {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 15px;
}

.hero-content {
    margin: auto;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.fz-40 {
    font-size: 40px;
}

.fz-18 {
    font-size: 18px;
}

.fw-bold {
    font-weight: 700;
}

.mb-3 {
    margin-bottom: 1rem;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 21, 13, 0.741); /* Light green with transparency */
  z-index: 1; /* Place the overlay above the background */
}

.slider-content {
  position: relative;
  z-index: 2; /* Ensure the content is above the overlay */
}


/* ==========================================================================
   2.0 Content Blocks
   ========================================================================== */
.content-block {
  z-index: 1;
}

.bg-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.bg-img-wrap.w-55 {
  width: 55%;
}

.bg-color.pos-right,
.bg-img-wrap.pos-right {
  left: auto;
  right: 0;
}
.maps{
  display: flex;
  justify-content: center;
}
.bg-img-wrap div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-img-wrap div.atts-scroll {
  background-attachment: scroll;
}

@media all and (max-width: 767px) {

  .bg-img-wrap.w-55,
  .bg-img-wrap {
    position: inherit;
    width: 100%;
    height: auto;
    min-height: 250px;
  }
}

.bg-color {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/* ==========================================================================
   
3.0 Icon Box
   ========================================================================== */
.icon-wrap {
  margin: 0 auto;
  position: relative;
}

.service-box-2:hover {
  background-color: #2c9089;
  transition: all 0.5s ease-in-out;
}

.service-box-2:hover h4 {
  color: #fff;
}

.service-box-2:hover p {
  color: #eee;
}

.service-box-2:hover .read-more {
  color: #eee;
}

.service-box {
  position: relative;
}

.service-box i {
  position: absolute;
  top: 0;
  left: 0;
}
.service-box img{
  padding-bottom: 20px;
}
.service-item {
  position: relative;
  overflow: hidden;
}

.service-item img {
  transition: all 0.8s ease-in-out;
}

.service-item:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition: all 3s ease-in-out;
}
* 



.vissions{
  display: flex;
}

.box {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  position: relative;
}

.box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 50px;
  height: 3px;
  background: #ccc;
  transform: translateY(-50%);
  z-index: -1;
}

.box:first-child::before {
  display: none;
}

.icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.box:nth-child(1) .icon {
  color: #f15a24;
}

.box:nth-child(2) .icon {
  color: #00aeef;
}

.box:nth-child(3) .icon {
  color: #8dc63f;
}

@media (max-width: 768px) {
  
  .header-bd{
    border-bottom:none;
  }
  .brand img{
    height: 60px !important;
  }
  .box::before {
      display: none;
  }
}
.service-item .post-info {
  /*background-color: rgba(34,34,34,0.2);*/
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-item .post-info a:hover {
  text-decoration: underline;
  opacity: 1;
}

.service-box {
  text-align: center;
  position: relative;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  padding: 10px;
}

.dropdown-button i {
  font-size: 24px;
  color: #172640;
  transition: transform 0.3s ease;
}

.additional-info {
  display: none;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.dropdown-button:focus + .additional-info,
.dropdown-button:active + .additional-info {
  display: block;
}
.dropdown-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.dropdown-button i {
  font-size: 20px;
  color: #172640;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-content a {
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.additional-info {
  margin-top: 15px;
  font-size: 14px;
  color: #444;
  display: none;
}
.service-box i {
  position: absolute;
  top: 0;
  left: 0;
}

.services-items .service-box {
  padding: 60px 20px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.services-items .service-box:hover h4,
.services-items .service-box:hover a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.services-items .service-box:hover p {
  color: #ddd;
  transition: all 0.3s ease-in-out;
}

.service-box .hover-img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.services-items .service-box:hover .hover-img {
  opacity: 1;
  visibility: visible;
}

.services-items .service-box.hover-yellow:hover {
  background-color: #2c9089;
  transition: all 0.3s ease-in-out;
}

.services-items .hover-yellow:hover p {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.brand img{
  height: 120px;
}
/* ==========================================================================
   4.0 Portfolio
   ========================================================================== */
.portfolio-secction {}

.filter-menu {
  display: inline-block;

}

.filter-menu li {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  display: inline-block;
  padding: 6px 10px;
  margin-left: -5px;
  cursor: pointer;
  color: #262626;
  opacity: 0.7;
  font-weight: 600;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.filter-menu li.active {
  border-top: 2px solid #2c9089;
  border-bottom: 2px solid #2c9089;
  transition: all 0.3s ease-in-out;
}

.filter-menu li:after {
  content: '|';
  position: absolute;
  right: -2px;
  top: 5px;
}

.filter-menu li:last-child:after {
  display: none;
}

.portfolio-wrapper {}

.portfolio-box {
  position: relative;
  height: inherit;
  overflow: hidden;
}

.portfolio-box .overlay {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease-in-out;
}


.portfolio-box .overlay:hover {
  text-decoration: none;
}

.portfolio-box .overlay .portfolio-content {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  right: 35px;
  bottom: 25px;
}

.portfolio-box .overlay .portfolio-content h4 {
  margin: 0 0 -3px;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.portfolio-box .overlay .portfolio-content p {
  margin: 0;
  font-size: 13px;
  display: inline-block;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.portfolio-box:hover .overlay {
  visibility: visible;
  opacity: 1;
}

.portfolio-box:hover .overlay .portfolio-content h4 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.4s;
  opacity: 1;
}

.portfolio-box:hover .overlay .portfolio-content p {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.6s;
  opacity: 1;
}


/* ==========================================================================
   5.0 Testimonials
   ========================================================================== */
.testimonial-section {}

.testi-content {
  margin-left: 30px;
}

.testimonial-item img {
  width: 100px !important;
  height: 100px;
  margin: 0 auto;
}

.review-box-2 img {
  margin-top: -90px;
}

.review-box-3 {
  position: relative;
  border: 1px solid #eaeaea;
  background-color: #f7f7f7;
}

.review-box-3:before {
  background-color: #f7f7f7;
  content: '';
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 60px;
  bottom: -13px;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.review-item .client-info {
  position: relative;
  padding-left: 130px;
  height: 80px;
  padding-top: 20px;
}

.review-item .client-info img {
  height: 80px;
  width: 80px !important;
  border-radius: 50%;
  position: absolute;
  left: 35px;
  bottom: 0;
}

.rating {
  margin-left: 5px;
}

.rating li {
  display: inline-block;
  margin-right: -1px;
  font-size: 13px;
}

.review-box-4 .testi-content {
  padding-left: 75px;
  position: relative;
}

.review-box-4 .testi-content .rank {
  font-size: 16px;
  padding: 15px 25px;
  border-radius: 50%;
  border: 2px solid #2c9089;
  position: absolute;
  left: 0;
  bottom: 10px;
}

/* ==========================================================================
   6.0 Counter
   ========================================================================== */
.counter-box-2 {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
  z-index: 1;
}

.counter-box-2:before {
  border: 1px solid #fff;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.counter-box-3 {
  border: 2px solid #fff;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
  border-radius: 50%;
}

/* ==========================================================================
   7.0 Team
   ========================================================================== */
.team-box {
  position: relative;
}

.team-box .overlay {
  background-color: rgba(34, 34, 34, 0.8);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.team-box:hover .overlay {
  visibility: visible;
  opacity: 1;
}

.team-box p,
.team-box h4 {
  margin: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.team-box:hover p,
.team-box:hover h4 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.team-box:hover h4 {
  transition-delay: 0.4s;
}

.team-box:hover p {
  transition-delay: 0.5s;
}

.team-box .social-icon-white {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 30px;
}

/* ==========================================================================
   8.0 Blog
   ========================================================================== */
.article-box {
  padding-bottom: 5px;
}

.article-box .post-thumb {
  max-height: 220px;
}

.article-box .entry-content .date {
  display: block;
  color: #262626;
  opacity: 0.6;
}

.article-box .entry-content .date:hover {
  color: #262626;
  opacity: 0.9;
  text-decoration: none;
}

.post-thumb {
  position: relative;
}

.post-thumb .video-post {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* Pagination */
.pagination-wrap {}

.pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}

.pagination-wrap li a {
  border: 1px solid #ddd;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #777;
  font-weight: 600;
}

.pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
}

.pagination-wrap li a.active {
  background-color: #2c9089;
  border: 1px solid #2c9089;
  color: #fff;
}

/* Social Share */
.social-share-wrap {
  overflow: hidden;
  margin: 40px 0;
}

.share-icon {
  display: inline-block;
  margin-left: 10px;
}

.share-icon li {
  display: inline-block;
  margin-right: 10px;
}

.share-icon li:nth-child(1) a {
  background-color: #3B5998;
}

.share-icon li:nth-child(2) a {
  background-color: #1DCAFF;
}

.share-icon li:nth-child(3) a {
  background-color: #DB4A39;
}

.share-icon li a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 5px 10px;
}

.share-icon li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* 9.0 Sidebar Widgets
   ==========================*/
.sidebar {}

.sidebar-widget {
  overflow: hidden;
}

/* Search Form */
.search-form {
  position: relative;
}

.search-form .form-control {
  box-shadow: none;
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  clear: #444;
  height: auto;
  padding: 15px 20px;
  border-radius: 3px;
  padding-right: 60px;
}

.search-form .search-btn {
  background-color: transparent;
  font-size: 24px;
  color: #888;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 13px 0;
  opacity: 0.6;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
  opacity: 1;
}

.search-form input::-webkit-input-placeholder {
  color: #888 !important;
}

.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #888 !important;
}

.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888 !important;
}

.search-form input:-ms-input-placeholder {
  color: #888 !important;
}

/* Category List */
.cat-list {}

.cat-list li {
  display: block;
}

.cat-list li:last-child a {
  border-bottom: 1px solid #ddd;
}

.cat-list li a {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 10px 18px;
  color: #444;
  font-size: 13px;

}

.cat-list li a:hover {
  text-decoration: none;
  background-color: #2c9089;
  color: #fff;
}

/* Tag List */
.tag-list {}

.tag-list li {
  display: inline-block;
  margin: 3px;
}

.tag-list li a {
  background-color: #111;
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
}

.tag-list li a:hover {
  background-color: #2c9089;
  color: #fff;
  text-decoration: none;
}

/* Recent Posts */
.recent-post h4 a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* ==========================================================================
   10.0 Video Block
   ========================================================================== */
.video-block {
  z-index: 1;
}

.video-box {
  position: relative;
}

.video-box .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.video-content {
  padding: 33px 0;
}

.video-bg-image {
  width: 45%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.video-bg-image img {
  height: 100%;
}

/* ==========================================================================
   11.0 Contact Page
   ========================================================================== */
.form-control {
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.form-control:focus,
.form-control:hover {
  outline: none;
}

.form-control {
  box-shadow: none;
}

.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  border: 1px solid #bbb;
}

.cf-wrapper .form-control {
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  color: #282828;
  padding: 10px;
}

.form-box .form-control {
  border: 1px solid #ddd;
}

.cf-wrapper .form-control:hover,
.cf-wrapper .form-control:focus {
  border-bottom: 1px solid #999;
  box-shadow: none;
}

#form-messages {
  display: none;
}

#form-messages.alert-danger,
#form-messages.alert-success {
  display: block;
}

.cf-wrapper input::-webkit-input-placeholder,
.cf-wrapper textarea::-webkit-input-placeholder {
  color: #888 !important;
}

.cf-wrapper input:-moz-placeholder,
.cf-wrapper textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #888 !important;
}

.cf-wrapper input::-moz-placeholder,
.cf-wrapper textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #888 !important;
}

.cf-wrapper input:-ms-input-placeholder,
.cf-wrapper textarea:-ms-input-placeholder {
  color: #888 !important;
}

/* Campaign Form */
.campaign-form {}

.campaign-form .form-control {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #444;
  height: 60px;
  width: 100%;
  border-radius: 3px;
}

.reg-form .form-control:focus,
.campaign-form .form-control:focus {
  outline: none;
}

.campaign-form .b-btn {
  width: 100%;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 0;
}

.campaign-form input::-webkit-input-placeholder {
  color: #888 !important;
}

.campaign-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #888 !important;
}

.campaign-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888 !important;
}

.campaign-form input:-ms-input-placeholder {
  color: #888 !important;
}

/* Google Map */
.google-map {
  width: 100%;
  height: 400px;
}
.accordion {
  border-radius: 5px;
}

.accordion-item {
  margin-bottom: 10px;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-content {
  display: none;
  padding: 15px;
  font-size: 16px;
  background: #f9f9f9;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-item .arrow {
  transition: transform 0.3s ease-in-out;
}

.accordion-item.active .arrow {
  transform: rotate(180deg);
}

.accordion-header {
  border: none;
  background-color: #f7f7f7;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  outline: none;
}

.accordion-header:hover {
}

.accordion-content {
  display: none;
  padding: 10px;
}

/* ==========================================================================
   12.0 Brand
   ========================================================================== */
.brand-item a {
  opacity: 0.3;
  display: block;
}

.brand-item a:hover {
  opacity: 1;
}

/* ==========================================================================
   13.0 Footer Widget
   ========================================================================== */
.widget-section {}

.widget-box img {
  height: 100px;
}

.addr-info li {
  color: #fff;
  margin-bottom: 5px;
}

.addr-info.footer-addr li {
  color: #000000;
  margin-bottom: 13px;
}ss

.addr-info li:last-child {
  margin: 0;
}

.addr-info li span {
  color: #fff;
}

.addr-info.addr-dark li span {
  color: #262626;
}

.widget-links {}

.widget-links li a {
  color: #fff;
  opacity: 0.6;
}

.widget-links-dark li a {
  color: #262626;
  opacity: 0.6;
}

/* ==========================================================================
   14.0 Clients
   ========================================================================== */
.partner-block-2 img {
  padding: 0 40px;
}

/* ==========================================================================
  15.0 Scroll To Top
   ========================================================================== */
.scroll-to-top {
  display: block;
  text-align: center;
  background-color: #2c9089;
  font-size: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 3px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
}

.scroll-to-top:hover {
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  text-decoration: none;
}
/* popup btn */
/* Button Style */
.b-nav-btn {
  background-color: #2e928b;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

/* Popup Overlay */
.form-popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

/* Popup Box */
.popup-box {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  animation: fadeIn 0.3s ease;
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

/* Form Styling */
.popup-form {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.popup-form h2 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #2e928b;
}

.popup-form label {
  font-size: 14px;
  color: #333;
}

.popup-form input,
.popup-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}

.submit-btn {
  background-color: #2e928b;
  color: white;
  padding: 12px;
  border: none;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.submit-btn:hover {
  background-color: #267c74;
}

/* Fade In Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
/* Popup Overlay */
#popupForm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Container */
.popup-box {
  background: #fff;
  border-radius: 12px;
  max-width: 360px;
  width: 90%;
  padding: 20px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  font-family: sans-serif;
}

/* Close Button */
.popup-box .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* Form Fields */
.popup-box input,
.popup-box textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* Submit Button */
.popup-box button {
  width: 100%;
  padding: 12px;
  background-color: #2c9485;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.popup-box button:hover {
  background-color: #22796d;
}

.services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .service-item {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .service-item img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .post-info {
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      width: 100%;
      padding: 15px;
    }

    .post-info h4 {
      margin: 0;
      font-size: 18px;
      text-transform: uppercase;
      color: #ffffff;
    }

    .post-info p {
      font-size: 13px;
      margin: 5px 0;
      text-transform: uppercase;
    }

    .read-more {
      font-size: 12px;
      text-transform: uppercase;
      color: #fff;
      text-decoration: underline;
    }

    @media (max-width: 600px) {
      .post-info h4 {
        font-size: 16px;
        color: #ffffff;
      }
      .service-item img {
        height: 180px;
      }
    }
     .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin: 65px;
    }

    .gallery img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .gallery img:hover {
      transform: scale(1.05);
    }
