/* Service Banner Section */
.service-banner-section {
  padding-top: clamp(25px,3vw,50px);
  width: 100%;
  overflow: hidden;
}
.service-banner-image img {
  width: 100%;
  height: 600px;
  padding-bottom: 20px;
  object-fit: cover;
  border-radius: 20px;
}

/* Service Content Section */
.service-title {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  color: #1a1a1a;
    margin-bottom: 10px;
  line-height: 1.3;
}

.service-description {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  padding-bottom: clamp(20px, 3vw, 40px);
}

.service-description p:last-child {
  margin-bottom: 0;
}
.elementor-widget-container h3{
  padding-bottom: 15px;
  margin-top: 30px;
}
*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
    margin-top: 0 !important;
}
/* Related Services Section */
.related-services-section {
  padding: 60px 0 80px;
  background: #f9f9f9;
}

.related-services-header {
  margin-bottom: 40px;
}

.related-services-header h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.related-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .service-banner-section {
    height: 300px;
    margin-bottom: 40px;
  }

  .service-content-section {
    padding: 30px 0 40px;
  }

  .service-title {
    margin-bottom: 24px;
  }

  .related-services-section {
    padding: 40px 0 60px;
  }

  .related-services-header {
    margin-bottom: 30px;
  }

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

@media (max-width: 480px) {
  .service-banner-section {
    height: 250px;
    margin-bottom: 30px;
  }

  .service-content-section {
    padding: 20px 0 30px;
  }

  .service-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .related-services-section {
    padding: 30px 0 40px;
  }

  .related-services-grid {
    grid-template-columns: 1fr;
  }
}

/* Blog Banner Section */
.blog-banner-section {
  position: relative;
  width: 100%;
}

.blog-banner-image {
  position: relative;
  width: 100%;
  height: auto;

  overflow: hidden;
  padding-bottom: 35px;
}

.blog-banner-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 20px;
}
.date-time{
  /* padding-top: clamp(20px,3vw,40px); */
  /* padding-bottom: clamp(20px,3vw,40px);; */
}
.date-time i{
  padding-right: 5px;
  display: flex;
  align-items: center;
}
/* Blog Content Section */
.blog-content-wrapper {
  margin: 0 auto;
}

.blog-meta {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.blog-meta div{
  display: flex;
  gap: 15px;
}

.blog-title {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
}

.blog-description {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  max-width: 1300px;
  margin: 0 auto;
}

.blog-description p {
  margin-bottom: 20px;
}

.blog-description p:last-child {
  margin-bottom: 0;
}

/* Related Blogs Section */
.related-blogs-section {
  padding: 60px 0 80px;
  background: #f9f9f9;
}

.related-blogs-header {
  margin-bottom: 40px;
}

.related-blogs-header h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.related-blogs-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin: 0 auto;
 
}

/* Responsive Styles */
@media(max-width:890px){
  .get-in-touch_section .entry-wrapper {
    display: block;
  }
  .get-in-touch_section .entry-title p{
    max-width: unset !important;
  }
  .get-in-touch_section .form{
    width: 100%;
  }
  .get-in-touch_section .entry-title {
    width: 100%
}
.our-services-content {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 768px) {
  .blog-banner-section {
    margin-bottom: 40px;
  }

  .blog-banner-image {
    height: 350px;
  }

  .blog-content-section {
    padding: 0 0 40px;
  }

  .blog-title {
    margin-bottom: 24px;
  }

  .related-blogs-section {
    padding: 40px 0 60px;
  }

  .related-blogs-header {
    margin-bottom: 30px;
  }

  .related-blogs-wrapper {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .blog-banner-section {
    margin-bottom: 30px;
  }

  .blog-banner-image {
    height: 280px;
  }

  .blog-content-section {
    padding: 0 0 30px;
  }

  .blog-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .related-blogs-section {
    padding: 30px 0 40px;
  }

  .related-blogs-wrapper {
    grid-template-columns: 1fr;
  }
}

/* get-in-touch_section-start */
.get-in-touch_section .entry-wrapper{
  display: flex;
  gap: clamp(30px,4vw,60px);
}
.get-in-touch_section .entry-title{
  width: 50%
}

.get-in-touch_section .entry-title p{
  margin-top: clamp(20px,3vw,40px);
  color: #999999;
}
.get-in-touch_section .entry-sub-title{
  margin-top: clamp(30px,3vw,60px);
  margin-bottom: clamp(20px, 3vw, 40px);
}
.get-in-touch_section input {
  border: 1px solid #ccc;
}
.get-in-touch_section textarea {
  border: 1px solid #ccc;
}
.entry-information{
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.entry-information i{
  font-size: 22px;
}
.entry-information p{
  margin-top: unset !important;
}
.map-wrapper iframe{
  width: 100%;
  height: clamp(300px,6vw,605px) ;
}
.form{
  width: 50%;
}
.get-in-touch_section .wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
}
.entry-sub-title h3{
  margin-bottom: clamp(20px,3vw,40px);
}
@media(max-width:890px){
  .get-in-touch_section .entry-wrapper {
    display: block;
  }
  .get-in-touch_section .entry-title p{
    max-width: unset !important;
  }
  .get-in-touch_section .form{
    width: 100%;
  }
  .get-in-touch_section .entry-title {
    width: 100%
}
.our-services-content {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
/* get-in-touch_section-end */

/* faqs-start */
.faqs_section .entry-title p{
  margin-top: 20px;
  margin-bottom: 20px;
}
/* .faqs_section .entry-content{
  display: flex;
  gap: clamp(30px,6vw,100px);
} */
 .faqs_section .entry-content{
  display: flex;
  gap: clamp(50px,6vw,100px);
 }

 .faqs_section .entry-content p{
  margin-top: 0;
  color: #999;
  font-size: 16px;
  text-align: unset;
 }
 .faqs_section .entry-title h2{
  padding-bottom: 20px;
 }
.accordion-content{
  padding-top: 20px;
  width: 50%;
}
.uk-accordion-content{
  border-bottom: 1px solid #9999;
  padding-bottom: 20px;
}
.uk-accordion-title{
  border-bottom: 1px solid #9999;
  padding-bottom: 20px;
  font-weight: 600;
}
.uk-open .uk-accordion-title{
  border-bottom: unset;
  padding-bottom: unset;
}     
.related_services {
    padding-top: 14px;
}