
body {
    font-family: "Barlow", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
.f-text-primery {
    color: #fa7307 !important;
  }
.f-text-primery:hover {
    color: #fa7307;
  }

.f-bg-primery {

    background-color: #fa7307 !important;
  }

  .f-button{
    color: #fff;
    background-color: #fa7307;
  }
  .f-button:hover{
    color: #fdfdfd;
    background-color: #000000;
  }

.hreo-section{
    background-image: url(/frontend/assets/img/herobg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0 0 0 2000px rgba(10, 3, 7, 0.3);

    z-index: -1;
}

nav ul li a{
  font-family: Barlow ! important;
  font-size: 15px ! important;
  font-weight: 600 ! important;
  text-align: center;
}

nav ul li a:hover{
  color: #fa7307 ! important;
}


nav img{
  /* width: 90px; */
  height: 80px;

}
nav .get-started{
  color: #ffffff !important;
  background-color: #fa7307 !important;
  border: none !important;
}

.hero-content{
    margin-top: 200px;
}
.hero-content h1{
  font-size: 80px;
  line-height: 1.4;
  font-weight: 700;
  border-left: 8px solid #fa7307;
  padding-left: 20px;

}
.hero-content p{
  font-size: 20px;
  line-height: 1.5;
  padding-left: 20px;
}

/* video button */


.video-play-button {
    /* position: absolute; */
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #eb2055; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }

  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #fa7307;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
  }

  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fa7307;
    border-radius: 50%;
    transition: all 200ms;
  }

  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid #fff;
      border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
  }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }


  .hero-bottom-img{
    height: 250px;
    background-image: url(../img/hero-bg-curve.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -110px;
    z-index: 1;

  }

  /* icon animation */

  .heartbeat {
    animation: heartbeat 1.5s infinite;
  }

  @keyframes heartbeat {
    0%, 100% {
      transform: scale(1);
    }
    25% {
      transform: scale(1.2);
    }
    50% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.2);
    }
  }

  .add-credit-image {
    border: 3px solid #fa7307;
    outline: 4px solid #fa7307;
    outline-style: dotted ;
  }

  .add-credit-image img{
    width: 400px;
  }

  .credit-section h1{
    font-size: 50px;
    font-weight: 700;
    border-left: 8px solid #fa7307;
    padding-left: 20px;
  }

  .credit-section i{
    font-size: 25px;
  }



  /* review carousel */

  .testimonial-card {
    background: linear-gradient(145deg, #f3f4f6, #ffffff);
    border-radius: 20px;
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.quote-icon {
    font-size: 4rem;
    color: #6366f1;
    opacity: 0.2;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #6366f1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: -20px;
}

.carousel-control-next {
    right: -20px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6366f1;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
}


.form-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #6c757d;
}
.form-control {
  padding-left: 40px;
}



.f-border-primery{
  border-color: #fa7307 !important;
}


/* gallery-section */

.tab-navigation {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  background: #f8f9fa;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.tab-btn:hover {
  background: #e9ecef;
}

.tab-btn.active {
  background: #fa7307;
  color: white;
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-content.active {
  display: block;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.grid-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-5px);
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 1.5rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.grid-item:hover .image-overlay {
  transform: translateY(0);
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.f-border-dashed{
  border-width: 4px !important;
  border-style: solid !important;
  outline: 4px dashed #fa7307;
}
