/***********WELCOME SECTION*************/

.video-welcome {
    position: relative;
    height: 100%;
    /* min-height: 500px; */
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../images/naltar.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 10px 15px 20px rgb(0 0 0 / 67%), -8px -8px 16px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
@media (max-width: 991.98px) {
      .video-welcome  {
            min-height: 350px;
            margin: 30px; } 
}
.video-welcome .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}
.video-welcome .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-welcome .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}
.video-welcome .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
/***********END WELCOME SECTION*************/
/******************************START DISTRICTS OF GILGIT BALTISTAN*********************************/
.hero {
    padding: 7rem 0 10rem 0;
    background: #6998AB;
}
.hero.hero-inner {
    padding: 9rem 0 7rem 0;
    margin-bottom: auto;
    background: #1A374D; 
}
.hero h1 {
    color: #ffffff;
    font-size: 60px; 
} 
.hero h1 .typed-words {
    position: relative; 
}
.hero h1 .typed-words:before {
    position: absolute;
    height: 7px;
    background-color: #65050d;
    bottom: 0;
    left: 0;
    right: 0;
    content: ""; 
}
.hero .intro-wrap {
    position: relative;
    z-index: 1; 
}
/* Slides Section */
.slides{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.slide_1{
     /* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/recipe_slides/astore.jpg);  */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    min-width: 60px;
    height: 300px;
    border-radius: 40px;
    margin: 0 15px;
    position: relative;
    transition: all 0.5s ease;
}
.slide_1:hover{
    min-width: 250px;
}
.slide_1:hover .slide-info{
    transform: rotate(0deg);
    font-size: 22px;
    left: 20px;
    bottom: 20px;
}
.slide-info{
    position: absolute;
    bottom: 50px;
    right: 0;
    color: #fff;
    transform: rotate(-90deg);
    font-size: 13px;
    font-weight: 700;
    transition: all 0.5s ease;
}

.slide_2{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/astore.jpg);
}
.slide_3{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/diamer.jpg);
}
.slide_4{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/ghanche.jpg);
}
.slide_5{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/ghizer.jpg);
}
.slide_6{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/gilgit.jpg);
}
.slide_7{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/hunza.jpg);
}
.slide_8{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/kharmang.jpg);
}
.slide_9{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/nagar.jpg);
}
.slide_10{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/shigar.jpg);
}
.slide_11{ 
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/skardu.jpg);
}
@media (max-width: 991.98px) {
    .slides{
        flex-direction: column;
    }
    .slide_1{
        width: 90%;
        min-width: 90%;
        height: 240px;
        margin: 20px 15px;
    }
}
/*End Slides Section*/
/******************************END DISTRICTS OF GILGIT BALTISTAN**********************************/
/*****************************START POPULAR DESTINATIONS SETTINGS***********************************/
/* Core layout */
.slider-container {
  position: relative;
  width: 100%;
  height: 70vh; /* Full screen height */
  overflow: hidden;
  display: flex;
}

/* Left text slider */
.left-slide {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: translateY(0%);
  transition: transform 0.5s ease-in-out;
}

.left-slide > div {
  flex: 0 0 100%;
  height: 100%;
  
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  border:5px solid white;
  border-right: none;
  color: #999;
}

.left-slide > div ul{
  font-size: 14px;
}

/*End left text title*/
/*End left text slider*/
/*Right image slider*/
/* Right image slider */
.right-slide {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: translateY(0%);
  transition: transform 0.5s ease-in-out;
}

.right-slide > div {
  flex: 0 0 100%;
  height: 100%;
}

.right-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border:5px solid white;
  border-left: none;
}
/*End right image slider*/
/*Middle Button Menouver*/

.slider-container .action-buttons button {
  background-color: #fff;
  border: none;
  color: #5997a9;
  cursor: pointer;
  font-size: 16px;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
}

.slider-container .action-buttons button:hover {
  color: #fff;
  background: black;
}

.slider-container .action-buttons button:focus {
  outline: none;
}

.slider-container .action-buttons .down-button {
  transform: translateX(-100%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.slider-container .action-buttons .up-button {
  transform: translateY(-100%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/*End Middle Button Menouver*/
/*Media Queries*/
@media (max-width: 991.98px) {
  .left-slide p {
    display: none;
  }
  .left-slide a {
    font-size: 10px;
  }
  .right-slide img {
    
    object-fit: cover;
  }
  ul {
    display: none;
  }
  .slider-container .action-buttons button {
  font-size: 10px;
  padding: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
}
}

/*End Media Queries*/
/*****************************END POPULAR DESTINATIONS SETTINGS***********************************/
/**********************************FESTIVALS & EVENTS*****************************************/
.destination {
    position: relative; 
}
.destination .thumb {
    position: relative;
    /* border-radius: 10px; */
    overflow: hidden; 
    z-index: -1;
}
.destination .thumb:before {
    position: absolute;
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    opacity: .5;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 212, 255, 0)));
    background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 212, 255, 0) 100%);
    background: -o-linear-gradient(bottom, black 0%, rgba(0, 212, 255, 0) 100%);
    background: linear-gradient(0deg, black 0%, rgba(0, 212, 255, 0) 100%); 
}
.destination .thumb img{
    height: 300px;
    width: 350px;
}
.destination .price {
    right: 0;
    bottom: 0;
    display: inline-block;
    padding: 0px 10px;
    font-size: 15px;
    background: #1A374D;
    color: #fff;
    margin-bottom: 5px;
    
}
.destination .slide-text{
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: -40px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    padding: 7px;
    height: 100px;

}
.destination .meta {
    color: #999; 
}
.destination-slider-wrap {
    position: relative; 
}
 .destination-slider-wrap .tns-nav {
    display: none;
}
/* .destination-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
}
.destination-slider-wrap .tns-nav button {
    background: none;
    border: none;
    display: inline-block;
    position: relative;
    width: 0px !important;
    height: 7px !important;
    margin: 2px; 
}
.destination-slider-wrap .tns-nav button:active, .destination-slider-wrap .tns-nav button:focus, .destination-slider-wrap .tns-nav button:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none; 
}
.destination-slider-wrap .tns-nav button:before {
    display: block;
    width: 9px;
    height: 9px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background-color: transparent;
    border: 2px solid #1A374D ; 
}
.destination-slider-wrap .tns-nav button:hover:before, .destination-slider-wrap .tns-nav button.tns-nav-active:before {
    background-color: #1A374D ; 
} */

#destination-controls:active, #destination-controls:focus, #prevnext-testimonial:active, #prevnext-testimonial:focus {
    outline: none; 
}

#destination-controls .next, #destination-controls .prev, #prevnext-testimonial .next, #prevnext-testimonial .prev {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    width: 80px;
    height: 80px;
    background-color: #efefef;
    border-radius: 50%; 
}
#destination-controls .next > span, #destination-controls .prev > span, #prevnext-testimonial .next > span, #prevnext-testimonial .prev > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}
#destination-controls .next:hover, #destination-controls .prev:hover, #prevnext-testimonial .next:hover, #prevnext-testimonial .prev:hover {
    opacity: 1; 
}
#destination-controls .next:hover, #destination-controls .prev:hover, #prevnext-testimonial .next:hover, #prevnext-testimonial .prev:hover {
    background-color: #1A374D ;
    color: #fff; 
}
#destination-controls .prev, #prevnext-testimonial .prev {
    right: 0; 
}
#destination-controls .prev:hover, #prevnext-testimonial .prev:hover {
    color: #fff;
    right: 7px; 
}
#destination-controls .next, #prevnext-testimonial .next {
  left: 0; 
}
#destination-controls .next:hover, #prevnext-testimonial .next:hover {
    color: #fff;
    left: 7px; 
}
/********************************END FESTIVALS & EVENTS**************************************/
/****************************************KEY TOURISM AREAS***********************************/
.projects {
    padding: 0px 0;
    overflow: hidden;
}
.tab__bar {
	position: relative;
	margin: 40px 10px 30px 10px;
  .tab__navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
  }
  .tab__menu {
    color: var(--text-color);
    list-style: none;
    max-width: 550px;
    white-space: nowrap;
    scroll-behavior: smooth;
    user-select: none;
    overflow-x: auto;
    &.dragging {
      scroll-behavior: unset;
      cursor: grab;
      .tab-btn {
        pointer-events: none;
      }
    }
    &::-webkit-scrollbar {
      display: none;
    }
    .tab__btn {
      display: inline-block;
      color: #999;
      font-size: 1em;
      font-weight: 400;
      margin: 0 2px;
      padding: 10px 20px;
      border-radius: 30px;
      cursor: pointer;
      user-select: none;
      transition: background-color .3s ease;
      &:hover {
        background-color: #1A374D;
        color: #fff;
      }
      &.active {
        background-color: #1A374D;
        color: #fff;
      }
    }
  }
  .left__btn,
  .right__btn {
    position: absolute;
    color: var(--text-color);
    font-size: 1.8em;
    cursor: pointer;
    svg {
      width: 30px;
      height: 30px;
      path {
        fill: #1A374D;
      }
    }
  }
  .left__btn {
        display: none;
        left: -50px;
        top: -5px;
        /* background: linear-gradient(to left, transparent, #1A374D 60%); */
        padding: 10px 30px 10px 0;
  }
  .right__btn {
        right: -50px;
        top: -5px;
        /* background: linear-gradient(to right, transparent, #1A374D 60%); */
        padding: 10px 0 10px 30px;
  }
}

.tab__content {
	position: relative;
  .tab-domains {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    display: none;
    animation: fadein .8s;
    &.active {
      display: flex;
        }
    }
 .portfolio-content {
    position: relative;
    overflow: hidden;
}
.portfolio-content img {
    height: 302px;
    width: 100%;
    transition: 0.3s;
}
.portfolio-info {
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
}
.portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background-color: #1A374D;
}

.portfolio-content .portfolio-info p {
    position: absolute;
    bottom: 10px;
    text-align: center;
    display: inline-block;
    left: 0;
    right: 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.portfolio-content .portfolio-info .preview-link,
.portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio-content .portfolio-info .preview-link:hover,
.projects .portfolio-content .portfolio-info .details-link:hover {
  color: #fff;
}

.portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}
.portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio-content:hover img {
  transform: scale(1.1);
}
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*************************************END KEY TOURISM AREAS***********************************/
/*************************************PLAN YOUR TRIP******************************************/
.heading-section .subheading {
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
    color: #f15d30;
    font-family: "Arizonia", cursive;
}
.services {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services.services-1 {
    width: 100%;
    background: #1A374D;
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-bottom: 30px;
    z-index: 0;
    height: 300px;
    background-blend-mode: difference;
    transition: 0.5;
}
.services.services-1:hover {
    transform: scale(1.1); /* Zoom in by 10% */
}
.services .icon {
    line-height: 1.3;
    position: relative;
}
.services.services-1 .icon {
    width: 90px;
    height: 50px;
    margin-left: -35px;
    margin-bottom: 10px;
    background: #1a374dc7;
    position: relative;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
;
}
.services.services-1 .icon span {
    color: #fff;
    font-size: 30px;
}
.services .icon span {
    font-size: 60px;
    color: #1A374D;
}
.flaticon-tour-guide:before {
    content: "\f104";
}
.flaticon-route:before {
    content: "\f105";
}
.flaticon-map:before {
    content: "\f106";
}
.flaticon-paragliding:before {
    content: "\f103";
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.services.services-1 .icon:after {
    position: absolute;
    top: -5px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #1A374D transparent;
}
.services.services-1 .media-body {
    color: rgba(255, 255, 255, 0.8);
}
.services.services-1 .media-body h3 {
    text-align: center;
    color: #fff;
}
/************************************END PLAN YOUR TRIP***************************************/
/*************************************TESTIMONIALS SECTIONS***************************************/
/* Limit the Swiper width and center it */
.swiper.testimonial-swiper {
    max-width: 850px;
    margin: 0 auto;
    background: white;
    box-shadow: 10px 15px 20px #00000070;
}

/* Center content inside each slide */
.testimonial-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding: 20px;
}

/* Optional: On smaller screens, center text */
.text-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-column {
  grid-column: span 5;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  border-radius: 10px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1A374D;
  border: none;
  color: white;
  font-size: 40px;
  padding: 10px 20px;
  border-radius: 50%;
  cursor: pointer;
}

.text-column {
  grid-column: span 7;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.text-column .profile{
    display: flex;
    padding-left: 15px; 
}
.text-column .profile img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.text-column .profile .information {
    color: #1A374D;
    padding-left: 20px;
    margin-bottom: 15px;
}
.text-column .profile .information .stars {
    color: #1A374D;
}
.text-column .profile .information span {
    color: #1A374D;
    font-weight: bold;
    line-height: 1.6em;
    font-size: 14px;
}
.testimonial-name {
  font-weight: bold;
  color: #555;
}

/* Popup Styles */
.video-popup {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
}

.popup-content iframe {
  width: 100%;
  height: 450px;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 35px;
  color: white;
  cursor: pointer;
}

/* Swiper Navigation Colors */
/* Swiper pagination dots */
/* Bottom right navigation buttons */
.swiper-controls {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.swiper-btn {
  border: 2px solid #ccc;
  background: transparent;
  color: #333;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-btn:hover {
  background: #1A374D;
  color: #fff;
  border-color: #1A374D;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-container {
    grid-template-columns: 1fr;
  }
  .video-column, .text-column {
    grid-column: span 12;
  }
  .swiper-controls {
    margin-top: 10px;
  }
}
/***********************************END TESTIMONIALS SECTIONS*************************************/
/***********************************MEDIA & GALLERY**********************************************/
.main {
  grid-column: main;
  padding: 1.25rem;
}

/* Photo Gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  grid-auto-rows: 12.5rem;
  grid-auto-flow: dense;
  gap: 0.75rem;
}

.gallery figure {
  /* container-type: inline-size; */
  container: figure / inline-size;
  overflow: hidden;

  display: grid;
  /* grid-template-columns: 1fr; */
  /* grid-template-rows: 1fr; */

  /*
    Because 1fr = minmax(auto, 1fr),
    to prevent the grid blowout,
    set the minimum to zero.
  */
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}

.gallery img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;

  /* grid-row: 1 / -1; */
  /* grid-column: 1 / -1; */
  grid-area: 1 / 1 / -1 / -1;

  transition: scale 1s ease-in-out;
}

.gallery figure:hover img {
  scale: 1.125;
}

.gallery figcaption {
  grid-area: 1 / 1 / -1 / -1;
  align-self: end;
  z-index: 1;

  padding: 3em 15% 1em 1em;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  background: linear-gradient(transparent 25%, rgb(0 0 0 / 0.75));
  display: none;
}

@container figure (width > 20rem) {
  .gallery figcaption {
    display: block;
  }
}

.gallery figcaption h3 {
  font-size: 1.0625rem;
}

.gallery figcaption p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (width > 600px) {
  .gallery figure:nth-child(1) {
    grid-area: span 2 / span 2;
  }

  .gallery figure:nth-child(4n + 1) {
    grid-row: span 2;
  }

  .gallery figure:nth-child(4n + 2) {
    grid-column: span 2;
  }
}
/*********************************END MEDIA & GALLERY*******************************************/
/*********************************ABOUT US*****************************************************/
.service-section-1 {
    background: #F7F7F7;
}
.service-section-1 .image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.service-section-1 .image-container img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.service-section-1 .image-container:hover img {
  transform: scale(1.1);
}

.service-section-1 .image-container .image-title {
      position: absolute;
    top: 10px;
    left: 10px;
    color: #1A374D;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    background: #ffffffc4;
    padding: 0px 10px;
}

.about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.service-section-1 .image-container:hover .about-overlay {
  opacity: 1;
}
/********************************END ABOUT US*************************************************/
/*****************************SECTIONS TITLE UNDERLINE SETTINGS********************************/
/*Option One*/
.title-underline h1,.title-underline h2,.title-underline h3,.title-underline h5 {
    text-align: center;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}
@media (max-width: 991.98px) {
    .title-underline h1,.title-underline h2,.title-underline h3,.title-underline h5 {
    font-size: 17px;    
    grid-gap: 10px;
}
    .title-underline h1:before,.title-underline h2:before,.title-underline h3:before,.title-underline h5:before{
        width: 20px !important; 
    } 
    .title-underline h1:after,.title-underline h2:after,.title-underline h3:after,.title-underline h5:after {
        width: 20px !important;
}
}
.title-underline h1:before,.title-underline h2:before,.title-underline h3:before,.title-underline h5:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #1A374D;
    border-top: 1px solid #1A374D;
    height: 10px;
    width: 80px;
    margin-left: auto;
}
.title-underline h1:after,.title-underline h2:after,.title-underline h3:after,.title-underline h5:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #1A374D;
    border-top: 1px solid #1A374D;
    height: 10px;
    width: 80px;
    margin-right: auto;
}
/*End Option One*/
/*Option Two*/
/* === HEADING STYLE #1 === */
.title-underline2 h1,.title-underline2 h2,.title-underline2 h3,.title-underline2 h5  {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

.title-underline2 h1:before,.title-underline2 h2:before,.title-underline2 h3:before,.title-underline2 h5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #1A374D;
}
.title-underline2 h1:after,.title-underline2 h2:after,.title-underline2 h3:after,.title-underline2 h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #1A374D;
}
/*End Option Two*/
/*Option Three*/
/*left text title */
.title-underline3 h1 {
  text-align: center;
  color:#222; font-size:30px; font-weight:400;
  text-transform: uppercase;
  word-spacing: 1px; letter-spacing:2px; color:#353c49;
}
.title-underline3 h1 span {
  line-height:2em; padding-bottom:15px;
  text-transform: none;
  font-size:.7em;
  font-weight: normal;
  font-style: italic; font-family: "Playfair Display","Bookman",serif;
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
.title-underline3 h1:after, .title-underline3 h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px; 
  margin:auto;
  background-color: #ccc;
}
.title-underline3 h1:before { 
  background-color:#323d3f;
  left:45px; 
  width:90px;
}
@media (max-width: 991.98px) {
.title-underline3 h1 {
  font-size:15px; 
}
.title-underline3 h1 span {
  line-height:15px; 
  padding-bottom:10px;
  font-size:10px;
}
.title-underline3 h1:after, .title-underline3 h1:before {
  height: 2px;
  right: 15px; 
  background-color: #ccc;
}
.title-underline3 h1:before { 
 background-color:#323d3f !important;
  width:20px;
  left:20px; 
}
}
/*End Option Three*/
/*****************************END SECTIONS UNDERLINE SETTINGS******************************************/