@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');
/* native headers */
.font-native {
    font-family: 'Kanit', sans-serif;
  }
.color-native{
    color: #76bbed !important;
}
.logo-top{
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 3px;
}
.border-native{
  border-color: #76bbed !important;
  border-width: thick !important;
}
.color-native-text{
  color: #446e8c !important;
}
.color-native-dark{
  color: #31526a !important;
}
.border-top-native {
  border-top: 7px solid #76bbed;
}
.border-top-dash {
  border-top: 2px solid #76bbed;
}
.bg-native-dark{
  background-color: #446e8c !important;
}
.bg-hero-image{
  background-image: url('../images/about.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.dark-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
/* native buttone */
.native-button {
  max-width: 300px;
  border: 2px solid #76bbed;
  border-radius: 30px;
  background-color: transparent;
  color: white;
  padding: 10px 20px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.native-button:hover {
  background-color: #76bbed;
  color: #fff;
  cursor: pointer;
}
/* native button blue */
.native-button-blue {
  max-width: 300px;
  border: 2px solid #76bbed;
  border-radius: 30px;
  background-color: transparent;
  color: #76bbed;
  padding: 10px 20px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.native-button-blue:hover {
  background-color: #76bbed;
  color: #fff;
  cursor: pointer;
}
/* native buttone */
.native-button-big {
  width: 100%;
  border: 2px solid #76bbed;
  text-align: left !important;
  border-radius: 60px;
  background-color: transparent;
  color: white;
  padding: 20px 30px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.native-button-big:hover {
  background-color: #76bbed;
  color: #fff;
  cursor: pointer;
}
/* native white button */
.native-button-light {
  max-width: 300px;
  border: 2px solid white;
  border-radius: 30px;
  background-color: transparent;
  color: white;
  padding: 10px 20px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.native-button-light:hover {
  background-color: white;
  color: #76bbed;
  cursor: pointer;
}
/* Bg */
.bg-darkish {
    background-color: rgba(0, 0, 0, 0.5)
}
.bg-light-image{
  background-image: url("../images/home-content-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-native {
  background-color: #76bbed ;
}
.border-primary {
  border-color: #76bbed !important;
}
/* Hero Slider */
.h-80 {
    height: 80%;
  }
#hero{
    margin-top: -55px !important;
}
#hero-1{
  margin-top: 100px !important;
}
#hero-2{
  margin-top: -55px !important;
}
.jumbotron {
    color: white;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
  }
  
  .carousel-item {
    animation: carousel-fade 2s;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
  }
  
  .carousel-item.active {
    opacity: 1;
    z-index: 0;
  }
  
  @keyframes carousel-fade {
    from {
      opacity: .4;
    }
  
    to {
      opacity: 1;
    }
  }
  
/*PopUP Start*/
.popup{
	width: 400px;
	background: #fff;
	border-radius: 6px;
	animation: swing 5s;
	/*animation-iteration-count: 3;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform 0.4s, top 0.4s;
	transform: translate(-50%,-50%);
	padding: 0 30px 30px;
}
@keyframes swing{
	0%{transform: translate(-250%,-150%)}
	25%{transform: translate(150%,-150%)}
	50%{transform: translate(-250%,100%)}
	70%{transform: translate(150%,100%)}
	100%{transform: translate(-50%,-50%)}
}
.popup button{
	width: 100%;
	margin-top: 50px;
	padding: 10px 0;
	background: #6fd649;
	color: #fff;
	border: 0;
	outline: none;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.close-popup{
	visibility: hidden;
	transform: translate(-50%,-50%) scale(0.1);
	top: 0;
}
/*Popup end*/

  /* Start services section */
  #services .icon-boxes {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  #services .icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
  }
  
  #services .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  #services .icon-box .title a {
    color: #124265;
    text-decoration: none;
    transition: 0.3s;
  }
  
  #services .icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    color: #444444;
  }
  
  #services .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    max-height: 100px;
    line-height: 1;
    color: #2487ce;
  }
  
  #services .icon-box:hover {
    transform: scale(1.08);
  }
  
  #services .icon-box:hover .title a {
    color: #2487ce;
  }
  /* end service section */
  
  /*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/* blog-styles.css */
.blog-post {
  margin-bottom: 40px;
}

.blog-entry {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.blog-entry h3 {
  font-size: 1.5rem;
  margin-top: 0;
}

.blog-entry p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.blog-entry a {
  display: inline-block;
  font-weight: 600;
  color: #007bff;
  text-decoration: none;
}

.blog-entry a:hover {
  text-decoration: underline;
}

/* POst css */

/* Style for the single blog post */
.single-post {
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}

/* Style for the post title */
.post-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Style for the post content */
.post-content {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Style for the back link */
.back-link {
  display: inline-block;
  color: #007bff;
  text-decoration: none;
  font-size: 16px;
}

.back-link:hover {
  text-decoration: underline;
}

/* gallery section */
.gallery {
  margin-top: 40px;
}

.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery .gallery-item img {
  transition: 0.3s;
}

.gallery .gallery-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.gallery .gallery-links .preview-link,
.gallery .gallery-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

.gallery .gallery-links .preview-link:hover,
.gallery .gallery-links .details-link:hover {
  color: #fff;
}

.gallery .gallery-links .details-link {
  font-size: 30px;
  line-height: 0;
}

.gallery .gallery-item:hover .gallery-links {
  opacity: 1;
}

.gallery .gallery-item:hover .preview-link,
.gallery .gallery-item:hover .details-link {
  margin-top: 0;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.glightbox-clean .gslide-description {
  background: #222425;
}

.glightbox-clean .gslide-title {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.repair-network{
  max-width: 350px;
  margin-top: 100px;
}