/*====================
<-----Index----->
1.Common CSS
2.Header CSS
3.Main Banner CSS
4.About us CSS
5.Discount CSS
6.services CSS
7.services provide CSS
8.Price CSS
9.Testimonials CSS
10.Working Hours CSS
11.Gallery CSS
12.Brands CSS
13.Footer CSS
14.Blog & Inner Pages CSS
15.Scroll To Top CSS
16.Responsive CSS
====================*/

/*==========Common CSS Start==========*/

/* dark blue 19315a */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  /* margin: 0; */
  padding: 0;
  box-sizing: border-box;
}

/* custom colors and styles  */
.lb-bg {
  /* light blue background-color; */
  background-color: rgba(220, 233, 255, 1);
}

.wbg {
  background-color: #fff;
}

.p-10 {
  padding: 5rem !important;
}

.b-bd {
  border: 10px solid rgba(220, 233, 255, 1);
}

/* custom colors and styles end */

body,
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}

/* special  */
a {
  color: #259bbe !important;
}

p {
  font-size: 20px !important;
  line-height: 1.7 !important;
}

.spec-container {
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.banner,
.bannerx {
  background-color: #fff;
  padding: 50px 0;
}

.spec-row {
  margin-bottom: 70px;
  align-items: center;
}

@media (max-width: 768px) {
  .banner {
    padding: 20px;
  }
}

/** UNIQUE SLIDE BUTTON STYLES **/

/* =========================
   BUTTON CONTAINER
   ========================= */
.unique-slide-btn {
  display: inline-block;
  position: relative;
  margin: 20px;
  /* No background or effects on the main div as requested */
}

.unique-slide-btn-vall2 {
  display: none;
}

.unique-contact-btn {
  margin: none !important;
}

@media (max-width: 991px) {
  .unique-contact1-btn {
    display: none;
  }

  .unique-slide-btn-vall {
    display: none;
  }

  .unique-slide-btn-vall2 {
    display: inline-block;
  }
}




.unique-slide-btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

/* =========================
   BUTTON TEXT LABEL
   ========================= */
.btn-label {
  background-color: #dce9ff;
  color: #259bbe;
  padding: 10px 25px;
  border-radius: 50px;
  /* Kept as full pill for consistency */
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
  /* 1s rolling/sliding movement */
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 1s,
    color 1s;
}

/* =========================
   ICON WRAPPER
   ========================= */
.icon-wrap {
  background-color: #dce9ff;
  color: #259bbe;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  /* Kept as full circle for consistency */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
  /* 1s rolling/sliding movement */
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 1s,
    color 1s;
}

/* =========================
   ARROW ICON
   ========================= */
.icon-wrap i {
  transform: rotate(45deg);
  transition: transform 1s ease-in-out;
}

/* =========================
   HOVER STATE
   ========================= */
.unique-slide-btn:hover a {
  transition-delay: 0.07s;
}

/* Roll text to the right side of the icon's original spot */
.unique-slide-btn:hover .btn-label {
  background-color: #259bbe;
  color: #fff;
  transform: translateX(60px);
}

/* Roll icon to the left side of the text's original spot */
.unique-slide-btn:hover .icon-wrap {
  background-color: #259bbe;
  color: #fff;
  transform: translateX(-95px);
}

.unique-slide-btn:hover .icon-wrap2 {
  background-color: #259bbe;
  color: #fff;
  transform: translateX(-133px);
}

.unique-slide-btn:hover .icon-wrap3 {
  background-color: #259bbe;
  color: #fff;
  transform: translateX(-157px);
}

.unique-slide-btn:hover .icon-wrap i {
  color: #fff;
  transform: rotate(0deg);
}

/* unique-slide-btn end */


/* for mobile  */

/* =========================
   100% WIDTH SPECIAL BUTTON
   ========================= */

/* 1. Force visibility on mobile and override display:none */
.unique-contact-btn .btn-label {
  font-size: 24px;
}

.unique-contact-btn .icon-wrap {
  width: 60px;
  height: 60px;
}

.unique-slide-btn.unique-contact-btn {
  display: none;
  width: 100% !important;
}

/* 2. Make the link container fill the full width */
.unique-contact-btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  /* Keeps the label and icon together in the center */
}

/* 3. Make the label stretch to fill the available space */
.unique-contact-btn .btn-label {
  flex-grow: 1;
  text-align: center;
}

/* 4. Optional: Adjust hover slide distance for full-width context */
.unique-contact-btn:hover .btn-label {
  transform: translateX(40px);
  /* Slightly reduced to stay within bounds */
}

.unique-contact-btn:hover .icon-wrap {
  transform: translateX(-60px);
  /* Slightly reduced to stay within bounds */
}

/* contact button end */




.servi-img {
  border-radius: 20px;
  height: 510%;
  width: auto;
}

.spec-h3 {
  /* font-style: normal; */
  padding-top: 10px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  font-size: 48px;
  font-family: 'Ubuntu', sans-serif !important;
  color: #259bbe;
  margin-bottom: 15px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

.spec-h2 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 35px;
  font-family: 'Ubuntu', sans-serif !important;
  color: #259bbe;
  margin-bottom: 15px;
  padding-top: 10px;
}

.spec-h4 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 3vw;
  font-family: 'Ubuntu', sans-serif !important;
  color: #259bbe;
  margin-bottom: 15px;
}

.spec-h5 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 30px;
  font-family: 'Ubuntu', sans-serif !important;
  color: #259bbe;
  margin-bottom: 15x;
}

/* Bread crumb start */

.page-tag-fixed {
  position: relative;
  top: 120px;
  /* Adjust this value to match the exact height of your header */
  left: 10px;
  width: 10%;
  /* As requested */
  min-width: 180px;
  /* Prevents it from getting too small on mobile */
  background: #259bbe;
  /* Use your brand accent color (e.g., Gold/Yellow) */
  color: #ffffff;
  padding: 12px 20px;
  z-index: 7;
  box-shadow: 0px 10px px rgba(0, 0, 0, 0.4),
    0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 15px 15px;

}

.tag-label {
  display: block;
  font-size: 14Spx;
  font-weight: 800;
  letter-spacing: 2px;
  opacity: 0.7;
  margin-bottom: 2px;
}

.tag-name {
  display: block;
  font-size: 14px;
  font-weight: 900;
  text-transform: capitalize;
}



/* Bread crumb end */

.view-project-btn {
  margin: 20px;
}

.view-project-btn a {
  /* width: 3500px; */
  padding: 10px 20px;
  font-size: 25px;
  border-radius: 35px;
  font-weight: 700;
  color: #259bbe;
  background-color: #dce9ff;
  transition: color 0.3s ease 0.1s, background-color 0.3s ease 0.1s;
}

.view-project-btn a:hover {
  color: #fff;
  background: #259bbe;
  transition: color 0.6s ease 0.2s, background-color 0.6s ease 0.2s;
}

.view-all-project-btn {
  margin-top: 50px !important;
}

.our-work {
  padding-left: 5%;
}

.our-work p {
  width: 70%;
}

/* hover box  */

.hover-box {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hover-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease;
}

.hover-box .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dce9ff;
  color: #259bbe;
  padding: 50px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.6s ease, opacity 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hover-box .hover-content h2 {
  margin: 0 0 10px;
  font-size: 48px;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
}

.hover-box .hover-content p {
  margin: 0;
  font-size: 30px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  line-height: 38px;
  color: #259bbe;
}

/* Tablets */
@media (max-width: 768px) {
  .hover-box .hover-content h2 {
    font-size: 36px;
  }

  .hover-box .hover-content p {
    font-size: 22px;
    line-height: 30px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .hover-box .hover-content h2 {
    font-size: 28px;
  }

  .hover-box .hover-content p {
    font-size: 18px;
    line-height: 26px;
  }
}

/* Very small devices (e.g. iPhone SE) */
@media (max-width: 360px) {
  .hover-box .hover-content {
    padding: 0;
    margin: 0;
  }

  .hover-box .hover-content h2 {
    margin: 0;
    font-size: 18px;
  }

  .hover-box .hover-content p {
    margin: 0;
    font-size: 14px;
  }
}

.hover-box:hover img {
  opacity: 0;
}

.hover-box:hover .hover-content {
  opacity: 1;
  transform: translateY(0);
}

/* hover box end */
.accom-right {
  width: 100%;
  min-height: 100%;
  background-image: url('../images/Greyscale-modern.jpg');
  background-size: cover;
  background-position: center;
  margin: auto;
}

.accom {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.accomplishment {
  width: 120px;
  height: 226px;
  background: #259bbe;
  border-radius: 15%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.acco-child {
  border-radius: 10px;
  text-align: center;
  align-items: center;
  color: #fff;
}

.acco-child p {
  text-align: center;
  font-size: 20px;
  margin: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.countup::after {
  content: "+";
  display: inline-block;
  margin-left: 2px;
}

.mg-0 {
  margin: 0 !important;
  padding: 0 !important;
}

.explore {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 650px;
  height: auto;
}

.explore p {
  text-align: left;
  text-transform: capitalize;
  font-size: 27px;
  font-weight: 500;
}

/* Container for icons */
.social-icons-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  /* allows icons to wrap on small screens */
}

/* Main circle styling */
.social-icon {
  width: 70px;
  height: 70px;
  background-color: #dce9ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

/* Icon inside the circle */
.social-icon i {
  color: #259bbe;
  font-size: 30px;
  transition: color 0.3s ease;
}

/* Hover effect */
.social-icon:hover {
  background-color: #259bbe;
}

.social-icon:hover i {
  color: #ffffff;
}

/* 🔹 Responsive sizes for mobile */
@media (max-width: 575px) {
  .social-icon {
    width: 55px;
    height: 55px;
  }

  .social-icon i {
    font-size: 24px;
  }
}

/* contact us */
.form-control {
  border-radius: 35px;
  background-color: #dce9ff;
  padding: 35px;
  font-size: 18px;
  font-family: 'Poppins', Arial, sans-serif;
  color: #259bbe;
  border: none;
  margin-bottom: 15px;
  transition: color 0.3s ease 0.1s, background-color 0.3s ease 0.1s;
}

.form-control::placeholder {
  color: #259bbe;
  opacity: 1;
}

textarea.form-control {
  border-radius: 35px;
  height: auto;
}

.con-form input,
textarea {
  margin: 10px auto;
}

.send-btn {
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 40px;
  font-weight: 700;
  background-color: #259bbe;
  color: #dce9ff;
  border: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease 0.1s, background-color 0.3s ease 0.1s;
}

.send-btn:hover .adown {
  color: #dce9ff;
  background-color: #259bbe;
  transition-delay: 0.07s;
}

.adown {
  padding: 20px;
  border-radius: 50%;
  color: #259bbe;
  background-color: #dce9ff;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
}

.adown:hover {
  color: #259bbe;
  background-color: #dce9ff;
}

.send-btn i {
  margin-left: 8px;
}

.send-btn:hover {
  color: #fff;
  background-color: #259bbe;
}

/* .html */

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background-color: #fff;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

/* contact us end */

/* .carousel  */
.c-text {
  font-family: 'Ubuntu' !important;
  font-size: 60px !important;
  width: 300px !important;
  text-transform: capitalize !important;
}

/* Responsive for small screens (iPhone XR and similar) */
@media (max-width: 414px) {
  .c-text {
    font-size: 28px !important;
    width: 90% !important;
    text-align: center !important;
  }
}

.ftco-section {
  padding: 7em 0;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.heading-section {
  font-size: 32px;
}

.heading-section small {
  font-size: 16px;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #4d4d4d;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}

.owl-carousel .owl-dots .owl-dot.active:after {
  border-color: #fff;
}

.owl-carousel.home-slider {
  position: relative;
  height: 100vh;
  z-index: 0;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  position: relative;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .owl-carousel.home-slider .slider-item {
    background-position: center center !important;
  }
}

.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
}

.owl-carousel.home-slider .slider-item .slider-text {
  height: 100vh;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
  z-index: 0;
  color: rgba(255, 255, 255, 0.9);
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 9vw;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 30px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
  color: white;
  color: #f5e4c3;
  display: inline-block;
  position: relative;
  letter-spacing: 4px;
}

.owl-carousel.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel.home-slider .owl-nav .owl-prev,
  .owl-carousel.home-slider .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel.home-slider .owl-nav .owl-prev span:before,
  .owl-carousel.home-slider .owl-nav .owl-next span:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
  left: 0;
  margin-left: 0;
}

.owl-carousel.home-slider .owl-nav .owl-next {
  right: 0;
  margin-right: 0;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
  margin-left: 50px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
  margin-right: 50px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider .owl-dots {
    bottom: 5px;
  }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  background: #fff;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.responsive-icon {
  font-size: 2.5rem;
}

/* end .carousel  */

/* Medium screens (tablets, small laptops) */
@media (max-width: 1200px) {
  .spec-h3 {
    font-size: 48px;
  }

  .accomplishment {
    width: 160px;
    height: 224px;
  }

  .acco-child p {
    font-size: 22px;
  }

  .responsive-icon {
    font-size: 2.5rem;
  }

  .explore {
    width: 500px;
    height: auto;
  }

  .unique-slide-btn.unique-contact-btn {
    display: inline-block;
  }
}

/* Small screens (large phones, tablets portrait) */
@media (max-width: 768px) {
  .call-mail {
    font-size: 18px;
  }

  .spec-h3 {
    font-size: 40px;
  }

  .accom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .accomplishment {
    width: 136px;
    height: 192px;
  }

  .acco-child p {
    font-size: 18px;
  }

  .responsive-icon {
    font-size: 2rem;
  }

  .explore {
    width: 90%;
    /* more fluid */
    height: auto;
    gap: 16px;
  }

  .services-list {
    margin: 5px auto;
    max-width: 70%;
  }
}

/* Extra small screens (phones) */
@media (max-width: 480px) {
  .spec-h3 {
    font-size: 30px;
    text-align: center !important;
  }

  .spec-h5 {
    font-size: 30px;
  }

  .accomplishment {
    width: 101px;
    height: 160px;
  }

  .acco-child p {
    font-size: 16px !important;
  }

  .acco-child h1 {
    font-size: 30px;
  }

  .responsive-icon {
    font-size: 1.5rem;
  }

  .explore {
    width: 100%;
    height: auto;
    gap: 12px;
  }

  .call-mail {
    font-size: 18px;
  }

  .services-list {
    margin: 5px auto;
    max-width: 100%;
  }
}

/* smaple project start  */

.project-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Image wrapper .project-card .image-section {
  position: relative;
  height: 300px;
} */



/* -------------------------------------- */
/* MOBILE (default) - box always visible  */
/* -------------------------------------- */
.project-card .info-box {
  background: #157a8a;
  color: white;
  padding: 18px 20px;
  width: 100%;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  /* always at bottom */
  left: 0;
  text-align: left;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.45s ease;
  /* smooth slide + fade */
  opacity: 1;
  /* mobile = visible */
}

/* Text styles */
.project-card .info-box h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.project-card .info-box p {
  margin: 4px 0 0;
  font-size: 13px;
  opacity: 0.9;
  color: #fff;
}

/* -------------------------------------- */
/* DESKTOP: hide first, show on hover     */
/* -------------------------------------- */
@media (min-width: 768px) {
  .project-card .info-box {
    width: 100%;
    border-radius: 15px;
    left: 50%;
    transform: translateX(-50%);

    bottom: -120px;
    /* hidden below card */
    opacity: 0;
    pointer-events: none;
  }

  .project-card:hover .info-box {
    bottom: 0;
    /* slides up smoothly */
    opacity: 1;
    /* fade in */
    pointer-events: auto;
  }
}

/* sample projects end */

/* WBGR Card */
.wbgr {
  background-color: #fff;
  border-radius: 50px;
  padding: 100px 50px;
  text-align: center;
}

/* Slider for desktop only */
@media (min-width: 992px) {

  /* Slider viewport */
  .slider-viewport {
    height: 700px;
    /* Height of 2 rows */
    overflow: hidden;
    position: relative;
  }

  /* Slider track */
  .slider-track {
    display: flex;
    flex-direction: column;
    animation: slide-vertical 70s linear infinite;
  }

  /* Each row inside the slider */
  .slider-row {
    display: flex;
    margin-bottom: 30px;
    /* spacing between rows */
  }

  /* Smooth infinite vertical scroll */
  @keyframes slide-vertical {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-50%);
      /* scroll through half track (duplicated rows) */
    }
  }
}

/* Mobile / tablet - no sliding */
@media (max-width: 991px) {
  .slider-viewport {
    height: auto;
    /* auto height to show all cards */
    overflow: visible;
    /* no scroll effect */
  }

  .slider-track {
    animation: none;
    flex-direction: column;
  }

  .mgrid {
    margin-top: 90px;
  }

  .page-tag-fixed {
    width: 100%;
    left: 0;
    border-radius: 0;
    /* position: relative; */
    top: 100px;
  }

  .tag-content {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .tag-label {
    white-space: nowrap;
  }

  .tag-name {
    font-weight: 900;
    text-transform: uppercase;
  }
}

/* special end */

/* service.html  */
.image-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* Vertical center */
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  /* Send image to back */
  top: 0;
  left: 0;
  z-index: 1;
}

.overlay-text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 450px;
  margin-left: 5%;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.services-list {
  margin: 50px auto;
  text-align: center;
  width: 50%;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
  margin-top: 0;
}

.service-text {
  text-align: left;
}

/* .servi {
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
} */

/* Default: image visible */
.service-img img {
  display: block;
  transition: opacity 0.3s ease-in-out;
}

/* Desktop only (≥992px): hide image until hover */
@media (min-width: 992px) {
  .service-img img {
    opacity: 0;
    /* invisible but space still there */
  }

  .services-list:hover .service-img img {
    opacity: 1;
    /* fade in on hover */
  }
}


/* -------------------------------------- */
/* BEFORE AND AFTER START    */
/* -------------------------------------- */

/* Container must be relative so the overlay can be absolute */
.img-container {
  position: relative;
  overflow: hidden;
}

/* The image itself: Transition the blur */
.img-container img {
  width: 100%;
  display: block;
  transition: filter 0.4s ease;
}

/* Blur the image on hover */
.img-container:hover img {
  filter: blur(5px);
}

/* The Overlay: Hidden by default */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Show overlay on hover */
.img-container:hover .overlay {
  opacity: 1;
}

/* The Glass Box */
.glass-text {
  padding: 15px 30px;
  color: white;
  font-weight: bolder;
  font-size: 3rem;
  text-transform: capitalize;
  border-radius: 10px;


}



.banner-video {
  width: 100%;
  height: auto;
  display: block;
  /* Ensure the video covers the area if you set a specific height */
  object-fit: cover;
}

.overlay-text-spec {
  position: absolute;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 2;
  color: #259bbe;
  font-size: 3.5rem;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 450px;
  margin-left: 5%;
}



/* -------------------------------------- */
/* ANIMATION VID START     */
/* -------------------------------------- */

.video-preview-wrapper {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  line-height: 0;
  /* Removes bottom gap under video */
}

.video-preview-wrapper video {
  width: 100%;
  transition: filter 0.3s ease, transform 0.5s ease;
  object-fit: cover;
}

.video-preview-wrapper:hover video {
  filter: brightness(0.6) blur(2px);
  transform: scale(1.02);
}

.play-hint-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 2rem;
}

.video-preview-wrapper:hover .play-hint-overlay {
  opacity: 1;
}

/* Force the modal to be 80% of the screen height */
#videoModal .modal-dialog {
  max-width: 80%;
  /* Adjust width */
}

#videoModal video {
  max-height: 80vh;
  /* Limits video height to 80% of the viewport height */
  object-fit: contain;
  /* Ensures video isn't cropped */
}

/* -------------------------------------- */
/* ANIMATION VID END    */
/* -------------------------------------- */


/* -------------------------------------- */
/* BEFORE AND AFTER END     */
/* -------------------------------------- */

/* Responsive for smaller screen size*/
@media (max-width: 991px) {
  .overlay-text {
    font-size: 2.8rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-list {
    width: 90%;
    margin: 20px auto;
    font-size: 20px;
    text-align: left;
  }

  .services-list h3 {
    font-size: 23px;
    display: inline;
    width: 10%;
  }

  .service-img {
    display: flex;
    height: auto;
    margin-bottom: 5px;
  }

  .service-img-1 {
    text-align: center;
  }

  .service-text {
    margin: auto;
    padding: 0;
  }
}

/* service.html end */

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-weight: bolder;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-item {
  color: #259bbe !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1200px);
  }
}

.slider {
  height: 160px;
  margin: auto;
  padding: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider .slide-track {
  display: flex;
  width: 2400px;
  animation: scroll 15s linear infinite;
}

.slider .slide {
  height: 80px;
  width: 200px;
  flex-shrink: 0;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .slide img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .slide {
    width: 40vw;
    max-width: 136px;
    margin-right: 3.2vw;
  }

  .slider {
    padding: 20px;
  }
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* .carousel-item */
.carousel-item {
  transition: transform 1.2s ease;
  /* slower slide animation (default is ~0.6s) */
}

.carousel-item img {
  width: 100%;
  height: auto;
  /* keeps aspect ratio */
  display: block;
}

.carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

img {
  height: auto;
  max-width: 100%;
}

::-moz-selection {
  color: #212529;
  background: #259bbe;
}

::selection {
  color: #212529;
  background: #259bbe;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background: #212529;
}

::-webkit-scrollbar-track {
  background: rgba(225, 187, 135, 0.8);
}

.grecaptcha-badge,
div.wpcf7 .screen-reader-response,
div.wpcf7-mail-sent-ok {
  display: none !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.form-element {
  position: relative;
}

.form-element i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  pointer-events: none;
  color: #b52350;
  font-size: 20px;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #ff0000;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  margin: 1em 0;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
  color: #ff0000;
}

.form-input::placeholder {
  color: #259bbe;
}

.form-input::-webkit-input-placeholder {
  color: #259bbe;
  opacity: 1;
}

.form-input::-moz-placeholder {
  color: #259bbe;
  opacity: 1;
}

.form-input:-ms-input-placeholder {
  color: #259bbe;
  opacity: 1;
}

.form-input::-ms-input-placeholder {
  color: #259bbe;
  opacity: 1;
}

.overflow-text p {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #1f1f1f;
}

.overflow-text {
  max-height: 130px;
  padding-right: 10px;
  overflow: auto;
}

.about-content .overflow-text {
  max-height: 100%;
  margin-top: 22px;
}

.overflow-text::-webkit-scrollbar {
  width: 3px;
}

.overflow-text::-webkit-scrollbar-thumb {
  background: #212529;
}

.overflow-text::-webkit-scrollbar-track {
  background: rgba(225, 187, 135, 0.8);
}

.slick-slide {
  outline: none;
}

body {
  font-family: 'Ubuntu', sans-serif;
  background-color: #1c1c1c !important;
}

a,
a:hover {
  text-decoration: none;
  color: #212529;
}

input,
input:focus,
button,
button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

p {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #1f1f1f;
}

.no-break {
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}

.text-center h1 {
  font-size: 4rem;
}

h1.h1-title {
  font-size: 160px;
  line-height: 175px;
  margin-bottom: 80px;
  color: #fff;
  position: relative;
}

.h1-title .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.h1-title .letter {
  display: inline-block;
  line-height: 1em;
  white-space: nowrap;
  word-break: keep-all;
}

h2.h2-title {
  font-size: 112px;
  color: #212529;
  font-family: 'Aclonica', sans-serif;
  position: relative;
  line-height: 175px;
  text-transform: capitalize;
}

.title {
  position: relative;
}

.title h3.h3-title {
  position: absolute;
  top: 63px;
  left: 15px;
  text-transform: capitalize;
  color: #259bbe;
  font-size: 48px;
  font-weight: 600;
  /* line-height: 53px; */
}

.sec-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 270px;
  margin: 0 auto;
  background: #fff;
  font-size: 20px;
  line-height: 35px;
  color: #1c1c1c;
  border-radius: 15px 0px 15px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.submit-btn .sec-btn.sm-btn {
  margin: 0;
  width: 200px;
  border: 0;
}


.sec-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #259bbe;
  border-radius: 15px 0px 0px 0px;
  z-index: -1;
  transition: 0.3s;
}

.sec-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  background: #259bbe;
  border-radius: 0px 0px 15px 0px;
  z-index: -1;
  transition: 0.3s;
}

.sec-btn:hover:before,
.sec-btn:hover:after {
  width: 50%;
  transition: 0.5s;
}

/*==========Common CSS End==========*/

/*==========Header Start==========*/

.site-headerr {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  background: #ffffff;
  transition: 0.3s;
  height: 120px;
  padding: 10px 0;
}

/* By default, hide the contact item on desktop */
@media (min-width: 768px) {
  .spec-contact {
    display: none !important;
  }
}

/* On mobile (e.g., max-width: 768px), show it and style */
@media (max-width: 768px) {
  .menu-menu-1-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    padding-top: 30% !important;
    justify-items: start !important;
  }



  .contact-item {
    display: block;
    margin-top: auto;
    width: 100%;
  }


  .con-item {
    display: block;
    width: 87vw;
    background-color: #dce9ff;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    padding: 20px !important;
    margin: 18% 0 !important;
    box-sizing: border-box;
  }
}

.contact-us {
  background-color: #dce9ff;
  border-radius: 25px;
}

.contact-nav {
  display: flex !important;
  /* align-items: end !important; */
  /* justify-content: right !important; */
  right: 20px;
}

@media (max-width: 991px) {
  .site-headerr {
    height: 100px;
  }
}

@media (min-width: 991px) {
  .slide {
    height: 20%;
  }

  .nav-container {
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 20px;
    margin: 0 30px 0 50px;
  }
}

.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-call-icon {
  position: absolute;
  top: 0;
  left: 15px;
  width: auto;
  height: 80px;
  align-items: center;
  display: none;
  z-index: 2;
}

.mobile-logo {
  display: none;
}

.desktop-logo {
  width: 277px;
  height: 70px;
}

.site-branding {
  position: relative;
  width: 300px;
  padding-top: 7px;
  transition: 0.3s;
}

.menu.nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu.nav-menu li {
  display: inline-block;
  padding: 15px 5px;
}

.main-navigation {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  transition: 0.3s;
  justify-content: center;
}

.menu.nav-menu li a {
  font-size: 20px;
  text-transform: capitalize;
  color: #259bbe;
  padding: 5px 20px;
  transition: 0.3s;
  line-height: 35px;
  position: relative;
}

.menu.nav-menu li a:hover {
  transition: 0.3s;
}

.sticky-header {
  transition: 0.3s;
  border: 0;
  height: 90px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.sticky-header .main-navigation {
  height: 90px;
  transition: 0.3s;
}

.sticky-header .menu.nav-menu li.active a,
.sticky-header .menu.nav-menu li:hover a {
  color: #1c1c1c;
}

.sticky-header .menu.nav-menu li.active a:before,
.sticky-header .menu.nav-menu li:hover a:before {
  background: #1c1c1c;
}

.sticky-header .site-branding {
  transition: 0.3s;
  padding-top: 0;
  width: 220px;
}

.sticky-header .site-branding:before {
  height: 90px;
  transition: 0.3s;
}

.menu.nav-menu li a:before {
  /* content: ""; */
  display: block;
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 3px;
  opacity: 0;
  left: 50%;
  transform: scale(0) rotate(35deg);
  transition: 0.3s;
}

.menu.nav-menu li:hover a:before,
.menu.nav-menu li.active a:before {
  opacity: 1;
  transform: scale(1) rotate(35deg);
  transition: 0.3s;
}

.menu.nav-menu li:hover a,
.menu.nav-menu li.active a {
  transition: 0.01s;
  border-bottom: 2px solid #259bbe;
}

.menu.nav-menu li a.active {
  color: #259bbe;
  font-weight: bold;
  border-bottom: 2px solid #259bbe;
}

/*==========Header End==========*/

/*==========Main Banner==========*/

section.main-banner {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.main-banner .row {
  height: 100vh;
  align-items: center;
}

/*==========Main Banner End==========*/

/*==========About Us ==========*/

.abt-lg-slider {
  background-color: #ffffff;
}

section.about-us {
  padding: 50px 0px;
  /* background-color: white; */
  padding-bottom: 100px;
  border: none;
}

.about-container {
  width: 100%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
}

.about-content h3.h3-title {
  font-size: 48px;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif !important;
  /* line-height: 94px; */
  color: #259bbe;
  /* text-transform: capitalize; */
}

.about-frame {
  margin-top: 10px;
  height: 600px;
  width: 100%;
  border-radius: 100px 0px 100px 0px;
  border: 4px solid #259bbe;
  padding: 5px;
  overflow: hidden;
}

.about-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  border-radius: 100px 0px 100px 0px;
}

.about-wel {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 48px !important;
  text-transform: capitalize;
  color: #259bbe;
  margin: 0;
}

/*==========About Us End==========*/

/*==========Discount Start==========*/

section.discount {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 800px;
}

.discount .row {
  height: 550px;
  align-items: center;
}

.ml4 {
  font-size: 110px;
  line-height: 120px;
  color: #259bbe;
  position: relative;
}

.ml4 .letters {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0;
}

/*==========Discount End==========*/

/*==========services Start==========*/

section.services {
  position: relative;
  padding: 90px 0px;
}

.for-mobile {
  display: none;
}

.service-image {
  height: 630px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.service-content {
  padding: 35px;
  border: 5px solid #259bbe;
}

h3.number {
  position: absolute;
  bottom: 15px;
  font-size: 80px;
  left: 35px;
  color: #fff;
}

.service-btn {
  display: block;
  text-align: right;
}

a.service-tag,
a.explore {
  display: inline-flex;
  font-size: 20px;
  color: #fff;
  background: #259bbe;
  height: 54px;
  width: 222px;
  position: relative;
  padding: 0px 17px;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  left: 5px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

a.explore {
  width: 166px;
  justify-content: space-between;
  left: 0;
  padding: 0px 25px;
  background: rgba(225, 187, 135, 80%);
}

.services-box.box-1,
.services-box.box-4 {
  position: relative;
  width: 100%;
  top: 0;
  height: 764px;
  left: 0;
  margin-top: -143px;
}

.services-box {
  margin-bottom: 70px;
}

.service-tag:before,
.explore:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #ba9c72;
  z-index: -1;
  transform: translate(-50%, 0%);
  transition: 0.5s;
  opacity: 0;
}

.service-tag:hover:before,
.explore:hover:before {
  width: 100%;
  opacity: 1;
}

.explore:before {
  background: #259bbe;
}

/*==========services End==========*/

/*==========service-provide Start==========*/
section.service-provide {
  background-color: #fff;
  position: relative;
  padding: 50px 0px;
}

/* For the new 'Our work' section */
.our-work-section {
  background-color: #fff;
  position: relative;
  padding: 50px 0px;
}

.service-provide-box {
  text-align: center;
  padding: 10px;
  border: 2px dashed transparent;
  transition: 0.3s;
}

.service-provide-box:hover {
  background: #212529;
  transition: 0.3s;
  border: 2px dashed #259bbe;
}

.service-provide-box h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 25px;
  line-height: 35px;
  color: #259bbe;
  margin: 5px 0px 5px;
}

.service-provide-box .overflow-text {
  padding: 0;
}

/*==========service-provide End==========*/

/*========== Price Start ==========*/

.price {
  padding: 107px 0px 48px;
}

.price .title {
  text-align: right;
}

.price .title h3.h3-title {
  left: inherit;
  right: 20px;
}

.price-frame {
  border: 2px dashed #259bbe;
  padding: 23px;
}

.price-img {
  width: 100%;
  height: 792px;
  background-size: cover;
  background-position: center;
}

.price-box {
  height: 270px;
  width: 100%;
  position: relative;
  background: #212529;
  margin-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  display: flex;
  align-items: center;
  padding: 49px 38px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.11, 1.1);
}

.price-box img {
  width: 90px;
}

.price-box h3 {
  font-size: 25px;
  margin-top: 19px;
  line-height: 38px;
  color: #259bbe;
  letter-spacing: 1px;
}

.hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  height: 90%;
  width: 90%;
  display: flex;
  background: #259bbe;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.11, 1.1);
}

.price-tag {
  background: #fff;
  width: 100px;
  height: 45px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  color: #1c1c1c;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.price-box:hover .hover {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.11, 1.1);
}

/*========== Price End==========*/

/*========== Testimonials Start==========*/

.testimonials h3.h3-title,
.gallery h3.h3-title {
  left: 50%;
  transform: translate(-50%, 0);
}

.testimonials-box {
  position: relative;
  background-color: #259bbe;
  padding: 90px 70px 27px 30px;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.testimonials-box:before {
  content: '';
  display: block;
  position: absolute;
  height: 150px;
  width: 150px;
  background-image: url(../images/icons/testimonials-before.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonial-section {
  padding-top: 55px;
}

.testimonials-box h3 {
  color: #1c1c1c;
  font-size: 20px;
  line-height: 42px;
  margin: 0;
  text-align: right;
}

.testimonials-before {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.testimonials-before:before {
  content: '';
  display: block;
  position: absolute;
  height: 50px;
  width: 50px;
  background-image: url(../images/icons/quote.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials-box p {
  color: #1c1c1c;
  margin: 0;
}

.testimonials-box .overflow-text {
  max-height: 123px;
  margin-bottom: 7px;
}

.testimonials-box .overflow-text::-webkit-scrollbar-thumb {
  background: #fff;
}

.testimonials-box .overflow-text::-webkit-scrollbar-track {
  background: #212529;
}

/*========== Testimonials End==========*/

/*========== Working Hours Start==========*/

.working-hours {
  padding: 120px 0px 27px;
}

.working-schedule {
  padding-top: 30px;
}

#timedate {
  font: small-caps lighter 43px/150% 'Ubuntu', Arial, sans-serif;
  text-align: left;
  width: 100%;
  color: #259bbe;
  border-left: 5px solid #259bbe;
  background: #212529;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.time-schedule {
  font-family: 'Ubuntu', sans-serif;
  color: #259bbe;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  justify-content: space-between;
  margin-bottom: 35px;
}

span.day {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  background: #1c1c1c;
  padding-right: 15px;
}

span.time {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: right;
  background: #1c1c1c;
  padding-left: 15px;
}

span.line {
  height: 2px;
  background: #259bbe;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.small-text {
  display: flex;
  justify-content: center;
}

.small-text p {
  color: #999999;
}

.small-text span {
  color: #999999;
  font-size: 30px;
  padding-right: 15px;
  font-family: 'Ubuntu' !important;
}

/*========== Working Hours End==========*/

/*========== Gallery Start ==========*/

.gallery-slider {
  padding-top: 5px;
}

.gallery-img .img {
  height: 270px;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}

.gallery-img.sec-img .img {
  height: 570px;
  display: block;
  position: relative;
}

.gallery-img.sec-img {
  height: 570px;
  width: 100%;
  padding: 0px 15px;
}

.gallery-img .img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30em;
  height: 90%;
  width: 90%;
  transform: translate(-50%, -50%);
  background: #212529;
  opacity: 0.9;
  transition: 0.3s;
}

.gallery-img a:hover .img:before {
  left: 50%;
  transition: 0.3s;
}

.gallery-img .img:after {
  content: '';
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s;
  background-image: url(../images/icons/eye.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery-img a:hover .img:after {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.3s;
}

/*========== Gallery End ==========*/

/*========== Brands Start ==========*/

.brands {
  position: relative;
  padding: 100px 0px 60px;
}

.brand-img {
  height: 120px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  transition: 0.4s;
}

.brand-img.brand-hover {
  position: absolute;
  top: -45%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-size: 100%;
  opacity: 1;
  transition: 0.4s;
}

.brands a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 120px;
  display: block;
  transition: 0.3s;
}

.brands a:hover .brand-hover {
  top: 50%;
  transition: 0.4s;
  opacity: 1 !important;
}

.brands a:hover .brand-img {
  opacity: 0;
  transition: 0.4s;
}

/*========== Brands End ==========*/

/*========== Footer ==========*/

/* Layout */
footer .container {
  width: 100%;
  max-width: 1440px;
  margin: 0;
  padding: 0 2rem;
}

.spec-footer {
  padding-top: 50px;
}

footer {
  font-family: 'Ubuntu' sans-serif;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #259bbe;
}

footer {
  font-size: 25px;
  color: #ffffff;
  font-family: 'Ubuntu' sans-serif;
}

.call-mail {
  font-family: 'Poppins';
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.cut-text {
  font-size: 17vw;
  /* 20% of the viewport width */
  line-height: 1;
  /* Keeps line height tight */
  /* height: 12vw; */
  /* Show top ~70% of the text */
  margin: auto;
  font-weight: 600;
  color: rgba(220, 233, 255, 1);
  opacity: 0.5;
}

@media (min-width: 1000px) and (max-width: 1300px) {
  .call-mail {
    font-size: 18px;
  }
}

footer h2 {
  font-size: 26px;
  font-family: 'Ubuntu' sans-serif;
  font-weight: 700;
}

footer li a {
  color: #e8e1e1 !important;
  text-transform: capitalize;
  font-style: normal;
  font: optional;
  font-size: 18px;
}

.text-decoration-none {
  font-size: 18px;
}

/*========== Footer End ==========*/

/*==========Blog & Inner Pages Start==========*/

.blog-post {
  padding: 80px 0;
}

.privacy-title {
  color: #000000;
  font-weight: 700;
}

.blog-post ol,
.blog-post ul {
  margin-left: 0;
}

.blog-post a {
  color: #000000;
  font-weight: 700;
  transition: 0.3s;
  word-break: break-word;
}

.blog-post a:hover {
  color: #000000;
}

.blog-post p,
.blog-post ul li,
.blog-post ol li {
  color: #000000;
}

.thank-text {
  position: relative;
  text-align: center;
  padding-top: 170px;
}

.thank-text:before {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 147px;
  height: 151px;
  background-image: url(assets/images/thank-you.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.thank-text h6 {
  color: #000000;
}

.error-404.not-found {
  text-align: center;
}

.error-404 img {
  width: 50vw;
}

/*==========Blog & Inner Pages End==========*/

/*==========Scroll To Top Start==========*/

.scrolltop {
  width: 50px;
  height: 50px;
  background: #259bbe;
  text-align: center;
  font-size: 25px;
  padding: 12px 0px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: none;
  transition: 0.3s;
  z-index: 99;
}

.scrolltop i {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrolltop:hover:before {
  transition: 0.4s;
  transform: scale(1);
}

.scrolltop:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(-80deg, #212529, #1c1c1c);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.4s;
}

/*==========Scroll To Top End==========*/

/*==========Responsive Start==========*/

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1230px;
  }

  .menu.nav-menu li {
    padding: 15px 0px;
  }
}

@media screen and (max-width: 1199px) {
  .menu.nav-menu li {
    padding: 10px 0px;
  }

  .ml4 {
    font-size: 90px;
  }

  h2.h2-title {
    font-size: 100px;
  }

  a.service-tag,
  a.explore {
    font-size: 16px;
    width: 180px;
  }

  .contact-form {
    padding-left: 10px;
  }

  a.explore {
    width: 120px;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0px 5px;
  }

  .site-header {
    top: 0px;
    width: 100%;
    height: 90px;
    position: fixed;
    border-radius: 0px;
    z-index: 9;
    transition: 0.3s;
    background-color: transparent;
  }

  .desktop-logo {
    display: none;
  }

  .sticky-header .site-branding {
    width: 186px;
    padding-top: 20px;
  }

  .mobile-logo {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .sticky-header {
    background: #fff;
  }

  .site-header:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.2;
  }

  .site-header .container {
    max-width: 100%;
    padding: 0px 15px;
  }

  .site-branding {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 9;
    padding-top: 20px;
    width: 186px;
    margin: 0;
  }

  .sticky-header .site-branding svg.mobile-logo #Beauty_Salon-2 {
    fill: #212529;
    transition: 0.3s;
  }

  nav.main-navigation {
    height: 90px;
  }

  .menu-toggle {
    padding: 0;
    margin: 0;
    border: none;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    border-radius: 10px;
    outline: none !important;
    /* background: #212529; */
    z-index: 99;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, .16); */
    transition: 0.5s all;
    transform: translate(-50%, -50%);
    background-color: #fff !important;
  }

  nav.main-navigation .menu-menu-1-container {
    height: 100vh;
    position: fixed;
    top: -57em;
    opacity: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 4;
    padding: 20px 30px;
    transition: 0.3s;
    display: flex;
    align-items: left;
    flex-direction: column;
  }

  .menu-toggle span {
    width: 35px;
    margin-bottom: 5px;
    height: 4px;
    background: #259bbe;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transition: 0.3s all;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .menu-toggle span:first-child {
    top: 20px;
    width: 20px;
    left: 50%;
    margin: 0 auto;
  }

  .menu-toggle span:last-child {
    top: 40px;
    width: 20px;
    left: 50%;
  }

  .mobile-call-icon {
    position: absolute;
    top: 50%;
    left: inherit;
    right: 80px;
    height: 60px;
    display: flex;
    z-index: 2;
    border-radius: 10px;
    width: 60px;
    background: #212529;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .mobile-call-icon a img {
    transition: 0.3s;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main-navigation.toggled .menu-menu-1-container {
    transition: 0.3s;
    opacity: 1;
    top: 0;
  }

  .menu-cont {
    transition: 0.3s;
    opacity: 1;
    top: 0;
  }

  .toggled .menu-toggle span:first-child {
    transform: rotate(-45deg);
    opacity: 1;
    width: 30px;
    left: 25%;
    top: 45%;
  }

  .toggled .menu-toggle span {
    opacity: 0;
  }

  .toggled .menu-toggle span:last-child {
    transform: rotate(45deg);
    width: 30px;
    opacity: 1;
    left: 25%;
    top: 45%;
  }

  .menu.nav-menu {
    height: 100vh;
    display: flex !important;
    width: 100%;
    padding-top: 5vh;
    /* align-items: center; */
    flex-direction: column;
    /* justify-content: center; */
    color: #259bbe !important;
  }

  nav.main-navigation .menu.nav-menu li {
    display: block;
    padding: 4vh 0vh;
    height: auto;
    float: none;
    width: fit-content;
  }

  .menu.nav-menu li a {
    color: #212529;
    font-size: 24px;
  }

  .menu.nav-menu li.active a {
    color: #212529;
  }

  .menu.nav-menu li a:before {
    background: #259bbe;
    display: none;
  }

  nav.main-navigation .menu-menu-1-container:before {
    content: '';
    position: absolute;
    height: 485.6px;
    width: 315.49px;
    top: 50%;
    left: 0;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transform: translateY(-50%);
    color: #259bbe !important;
  }

  /* main-banner	*/
  .text-center h1 {
    font-size: 2.8rem;
  }

  .main-banner .row {
    height: auto;
  }

  section.main-banner {
    height: auto;
    padding: 210px 0px 260px;
    background-attachment: unset;
    /*background-position: 920px center;*/
  }

  h1.h1-title {
    font-size: 90px;
  }

  /*		h1.h1-title {
              font-size: 80px;
              line-height: 100px;
          }*/
  .about-frame {
    border-radius: 0px;
    height: 390px;
  }

  .about-image {
    border-radius: 0px;
  }

  section.about-us {
    padding: 11px 0px;
  }

  .about-content {
    padding-top: 38px;
  }

  .about-content h2.h2-title {
    display: none;
  }

  section.discount {
    height: 500px;
    background-attachment: unset;
    position: relative;
  }

  .discount .row {
    height: 200px;
  }

  section.discount:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #212529;
    opacity: 0.6;
  }

  .ml4 {
    font-size: 75px;
  }

  .title {
    text-align: center;
  }

  .title h3.h3-title {
    top: 50%;
    font-size: 24px;
    width: 100%;
    line-height: 44px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .about-wel {
    font-size: 24px;
  }

  h2.h2-title {
    font-size: 69px;
    line-height: 86px;
  }

  .menu.nav-menu li:hover a,
  .menu.nav-menu li.active a {
    color: #212529;
    transition: 0.3s;
  }

  .for-desk {
    display: none;
  }

  section.services {
    padding: 55px 0px;
  }

  .services-box.box-1 {
    margin: 0;
    /*height: 552px; */
    padding-top: 30px;
  }

  .service-content {
    padding: 25px;
  }

  .for-mobile {
    display: block;
  }

  section.service-provide {
    background-image: url(../images/service-provide-mobile.jpg) !important;
    padding: 30px 0px;
  }

  section.service-provide:before {
    display: none;
  }

  .price .title {
    text-align: center;
  }

  .price .title h3.h3-title {
    right: inherit;
    left: 50%;
  }

  .price-box {
    height: 420px;
  }

  .price .for-mobile {
    padding: 30px 0px 80px;
  }

  .price-img {
    height: 410px;
  }

  .price-frame {
    padding: 17px;
  }

  section.price {
    padding-bottom: 60px;
  }

  .testimonial-section {
    padding-top: 30px;
  }

  .testimonial-section .row .col-lg-6:last-child {
    display: none;
  }

  section.working-hours {
    padding: 110px 0px 70px;
  }

  section.brands {
    padding: 50px 0px 60px;
  }

  .working-schedule {
    padding-top: 55px;
  }

  div#timedate {
    margin-bottom: 60px;
  }

  .gallery .img {
    height: 380px;
  }

  .brands .for-mobile a:hover .brand-img {
    opacity: 1;
  }

  .for-mobile .brand-img:hover {
    opacity: 1;
  }

  .map {
    position: relative;
    right: 0;
    left: -30%;
    bottom: 0;
    height: 589px;
    margin-bottom: 80px;
    width: 300%;
  }

  .footer-top {
    padding-top: 0;
  }

  .contact-form .wpcf7 {
    padding-top: 60px;
  }

  .submit-btn .sec-btn.sm-btn {
    margin: 0 auto;
  }

  .scrolltop {
    display: none !important;
  }

  .price-box h3 {
    font-size: 38px;
    line-height: 57px;
    padding: 10px;
  }

  .price-box img {
    width: 140px;
  }
}

@media screen and (max-width: 991px) and (max-height: 667px) {
  nav.main-navigation .menu.nav-menu li {
    padding: 3vh 0vh;
  }

  .menu.nav-menu {
    padding-top: 8vh;
  }

  nav.main-navigation .menu-menu-1-container:before {
    width: 280px;
  }
}

@media screen and (max-width: 991px) and (max-height: 480px) {
  nav.main-navigation .menu.nav-menu li {
    padding: 2vh 0vh;
  }

  .menu.nav-menu {
    padding-top: 8vh;
  }
}

@media (max-width: 575px) {
  h1.h1-title {
    font-size: 16vw;
    line-height: 18vw;
  }

  .services-box.box-1 {
    height: 582px;
  }

  .service-content {
    height: 100%;
    overflow: hidden;
    padding: 25px;
  }

  .service-image {
    height: 440px;
    width: 100%;
  }

  .footer-bottom p.copyright {
    padding: 0px 50px;
    line-height: 35px;
  }

  .testimonials-box {
    padding: 51px 35px 27px 30px;
  }

  .testimonials-before {
    height: 47px;
    width: 47px;
  }

  .testimonials-before:before {
    width: 30px;
    height: 30px;
  }

  .price .for-mobile {
    padding-bottom: 30px;
  }

  section.price {
    padding: 60px 0px 100px;
  }

  section.services {
    padding-bottom: 0px;
  }

  section.service-provide {
    padding-bottom: 0px;
  }
}

@media (max-width: 425px) {
  .container {
    padding: 0px 15px;
  }

  .site-branding {
    left: 10px;
  }

  .menu-toggle {
    right: -14px;
  }

  .mobile-call-icon {
    right: 60px;
  }
}

@media (max-width: 375px) {
  h2.h2-title {
    font-size: 17vw;
    line-height: 20vw;
  }

  .about-frame {
    padding: 5px;
  }

  .menu-toggle,
  .mobile-call-icon {
    width: 50px;
    height: 50px;
  }

  .toggled .menu-toggle span:last-child {
    left: 20%;
  }

  .toggled .menu-toggle span:first-child {
    left: 20%;
  }

  .site-branding {
    width: 160px;
    padding-top: 25px;
  }

  .mobile-call-icon {
    right: 50px;
  }

  .mobile-call-icon a img {
    width: 30px;
  }

  .menu-toggle span:first-child {
    top: 15px;
  }

  .menu-toggle span:last-child {
    top: 35px;
  }

  .sticky-header .site-branding {
    width: 150px;
    padding-top: 25px;
  }

  .about-content h3.h3-title {
    font-size: 16vw;
  }

  .ml4 {
    font-size: 21vw;
  }

  .title h3.h3-title {
    font-size: 7vw;
  }

  .service-btn {
    display: flex;
    align-items: center;
  }

  a.service-tag,
  a.explore {
    /* width: 150px; */
    padding: 0px 10px;
  }

  a.explore {
    padding: 0px 15px;
  }

  .service-content {
    padding: 15px;
  }

  .services-box.box-1 {
    height: 565px;
  }

  .price-box h3 {
    font-size: 30px;
    line-height: 47px;
  }

  #timedate {
    font-size: 35px;
  }

  .footer-bottom p.copyright {
    padding: 0px;
  }
}

/*==========Responsive End==========*/

.der-btn {
  color: #000;
  background-color: #259bbe;
  border-color: #fff;
}