:root {
    --style: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
p{
  font-family: var(--style);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--style);
}
/* ------------------------banner-start----------------------------- */
.banner-section {
  border-radius: 10px;
  margin-bottom: 1rem;
}

.banner-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

#banners {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#banners img {
  width: 100%;
  height: 40rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}

#banners img.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  /* optionally */
  display: block;
  /* unnecessary due to position absolute */
}

#prev,
#next {
  position: absolute;
  top: 45%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: transform 0.2s;
}

#prev {
  left: 1rem;
}

#next {
  right: 1rem;
}

.fa-solid {
  font-size: 1rem;
}

#prev:hover,
#next:active {
  opacity: 1;
  transform: scale(0.91);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  cursor: pointer;
}

.dot-container {
  position: absolute;
  bottom: 1rem;
  left: 45%;
}

.dot {
  height: 12px;
  width: 12px;
  cursor: pointer;
  background-color: rgb(25, 24, 24);
  border-radius: 50%;
  display: inline-block;
  transition: transform 0.2s;
}

.dot:active {
  background-color: white;
  transform: scale(0.91);
}

.dot-container .activedot {
  background-color: white;
}

@media screen and (max-width: 768px) {
  .banner-section {
    margin-top: 3rem;
  }

  #banners img {
    height: 28rem;
  }
}

@media screen and (max-width: 570px) {
  .banner-section {
    margin-top: 4.5rem;
    margin-bottom: 0.5rem;
  }

  #banners img {
    height: 15em;
  }

  #prev,
  #next {
    top: 50%;
    height: 2rem;
    width: 2rem;
  }

  .fa-solid {
    font-size: 0.8rem;
  }

  .dot {
    height: 10px;
    width: 10px;
  }
}

/* -----------history of company----------------------- */
.history-section {
  padding: var(--section-pading);
  margin: var(--section-margin);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;

}

.photo {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-inline: 0.5rem;
}

.photo img {
  width: 28rem;
  height: 25rem;
  border-radius: 50%;
  object-fit: fill;
  border: 3px solid rgb(71, 34, 34);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.photo img.animate-on-scroll {
  opacity: 1;
  transform: translateY(0);
}

.para {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 1.5rem;
}

.para h1 {
  font-family: monospace;
  font-weight: 600;
  font-size: 1.7rem;
  color: white;
  letter-spacing: 1.5px;
  text-shadow: 1px 0.5px 1px #ff0404;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.para p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 2rem;
  word-wrap: break-word;
  color: #d1d1d1;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.para.visible h1,
.para.visible p {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width:768px) {

  .history-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }

  .para {
    align-items: center;
    gap: 0;
  }

  .para h1 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    text-align: center;
  }

  .para p {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}

@media screen and (max-width:570px) {

  .history-section {
    padding: 0rem;
    margin: 0.5rem;
    gap: 0.5rem;
    margin-top: 0;
  }

  .photo img {
    border-radius: var(--border-radius-10px);
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    border: 2px solid rgb(71, 34, 34);
  }

  .para h1 {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.2rem;
    padding-block: 1rem;
  }

  .para p {
    font-size: 0.9rem;
    line-height: 1.8;
    font-weight: 400;
        padding-inline: 0rem;
  }
}
/* /---------------------------future------------------- */

/* ------------------card------------------------ */
.feature-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.card{
  margin-top: 3rem;
}
.feature-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.features-bar {
    margin-inline: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 16px;
    padding: 1.5rem 1rem;
    gap: 0;
    flex-wrap: wrap;
    z-index: 10;
    /* Ensure it appears above content if needed */
}

.feature-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 100px;
    padding: 0 1rem;
}

.feature-icon {
    height: 50px;
    width: 70px;

    margin-bottom: 0.5rem;
}

.live {
    margin-block: 0.8rem 0.7rem;
}

.feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 0.3rem;
    color: #efefef;
}

.feature-subtitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    color: #cbcaca;
}

.feature-divider {
    width: 1.5px;
    height: 69px;
    margin: auto 0;
}

@media (max-width: 768px) {
    .features-bar {
        margin-inline: 1rem;
        left: 0.5rem;
        right: 0.5rem;
        grid-template-columns: 1fr;
        padding: 0.5rem;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
    }
    .card{
  margin-top: 2rem;
}

    .feature-item {
        flex: 0 0 50%;
        box-sizing: border-box;
        padding: 1rem;
    }

    .feature-divider {
        display: none;
    }

    .feature-icon {
        height: auto;
        width: 48px;
        margin-bottom: 0.3rem;
    }

    .live {
        margin-block: 0.8rem 0.7rem;
    }

    .feature-title {
        font-size: 1rem;
        font-weight: 600;
        margin-top: 0.5rem;
    }

    .feature-subtitle {
        font-size: 0.85rem;
    }
}
/* ----------booking now-----------*/
.book-cta {
    padding: 2rem 1rem;
    text-align: center;
}

.cta-btn {
    background:#e05a44;
    color: #ffffff;
    padding: 1rem 4rem;
    font-size: 1.5rem;     /* bigger */
    border-radius: 40px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: .8rem;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    transition: .3s;
}

.cta-btn:hover {
    background: #cf5341;
}

.hand {
    animation: bounce 1.2s infinite;
}

@keyframes bounce {
    0%, 100% {transform: translateY(0);}
    50% {transform: translateY(6px);}
}
@media(max-width: 769px){
  .cta-btn{
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.9rem 0; /* height thoda chota */
    font-size: 1.2rem; /* mobile compact */
    border-radius: 35px;
  }
  @keyframes bounce {
    0%, 100% {transform: translateY(0);}
    40% {transform: translateY(10px);}
}
}


/* -----------------link-------------------- */
.link-section {
  padding: var(--section-pading);
  margin: var(--section-margin);
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 1rem 1.5rem;
}

.heading h1 {
  font-family: monospace;
  font-weight: 600;
  font-size: 1.8rem;
  color: white;
  letter-spacing: 2px;
  text-shadow: 1px 0.5px 1px #ff0404;
}

.heading-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.heading-1 h1 {
  font-family: monospace;
  font-weight: 600;
  font-size: 1.8rem;
  color: white;
  letter-spacing: 0px;
  text-shadow: 1px 0.5px 1px #ff0404;
}

.link-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
}

.links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(30px);
  animation-fill-mode: forwards;
}

.links img {
  align-items: center;
  width: 8rem;
  height: 8rem;
  object-fit: fill;
  border-radius: 50%;
  border: 1px solid brown;
}

.links p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;

  font-weight: 600;
  color: #bbb;
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width:768px) {

  .heading,
  .heading-1 {
    margin-block: 0rem 1rem;
  }

  .heading h1,
  .heading-1 h1 {
    font-size: 1.5rem;
  }

  .link-container {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.5rem;
  }

  .links {
    gap: 0.2rem;
  }

  .links img {
    width: 5rem;
    height: 5rem;
  }

  .links p {
    font-size: 0.7rem;
    font-weight: 600;
  }
}

@media screen and (max-width:570px) {
  .link-section {
    padding: 0rem;
    margin: 0.5rem;

  }

  .heading,
  .heading-1 {
    margin-block: 1rem 0rem;
  }

  .heading h1,
  .heading-1 h1 {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.2rem;
  }

  .link-container {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 0.5rem;
  }

  .links {
    gap: 0rem;
  }

  .links img {
    width: 5rem;
    height: 5rem;
  }

  .links p {
    font-size: 0.6rem;
    font-weight: 600;
  }
}
/* ---------------------staff-section------------------------------- */
.staff-section {
  padding: var(--section-pading);
  margin: var(--section-margin);
}

.staff-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.staff-card {
  padding: 0.5rem;
  border-radius: var(--border-radius-10px);
  transition: 0.3s ease-in-out 0.1s;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(30px);
  animation-fill-mode: forwards;
}

.heading {
  margin-bottom: 2rem;
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.web-img {
  align-items: center;
  width: 8rem;
  height: 8rem;
  object-fit: fill;
  border-radius: 50%;
  border: 1px solid rgb(30, 11, 11);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.staff-img {
  align-items: center;
  width: 9rem;
  height: 9rem;
  object-fit: fill;
  border-radius: 50%;
  border: 1px solid rgb(30, 11, 11);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.staff-card h1 {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.4rem;
  font-weight: 500;
  margin-block: 0.5rem;
  text-align: center;
  color: #111;
  margin-block: 0.5rem 0.8rem;
  text-align: center;
  text-shadow: 1px 0.5px 1px #ff040454;
}

.staff-card p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.2rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.5rem;
}

.animated-border-btn {
  width: 100%;
  position: relative;
  background: transparent;
  border: 2px solid #1e90ff;
  color: #1e90ff;
  padding: 7px 10px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.animated-border-btn a {
  text-decoration: none;
  color: inherit;
}

.animated-border-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #1e90ff;
  z-index: -1;
  transition: all 0.4s ease;
}

.animated-border-btn:hover::before {
  left: 0;
}

.animated-border-btn:hover {
  color: white;
}

@media screen and (max-width: 768px) {
  .staff-head h1 {
    font-size: 1.5rem;
    margin-block: 0rem;
  }

  .staff-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    gap: 1rem;
  }

  .staff-img {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
  }

  .web-img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
  }

  .staff-card h1 {
    font-size: 1.2rem;
    margin-block: 0.8rem;
  }

  .staff-card p {
    font-size: 1rem;
  }

  .animated-border-btn {
    padding: 10px 20px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 570px) {
  .staff-section {
    padding: 0rem;
    margin: 0.5rem;
  }

  .staff-container {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.5rem;
  }

  .staff-head h1 {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.2rem;
  }

  .staff-card p {
    font-size: 1rem;
  }

  .animated-border-btn {
    padding: 8px 10px;
    border-radius: 5px;
  }

  .animated-border-btn a {
    font-size: 0.9rem;
  }

}

/* ---------------------client-section------------------------------- */
.client-section {
  padding: var(--section-pading);
  margin: var(--section-margin);
}

.client-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.5rem;
}

.client-card {
  padding: 0.5rem;
  border-radius: var(--border-radius-10px);
  transition: 0.3s ease-in-out 0.1s;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(30px);
  animation-fill-mode: forwards;
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.client-card img {
  align-items: center;
  width: 9rem;
  height: 9rem;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgb(30, 11, 11);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.client-card h1 {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-block: 1rem 0.5rem;
  text-align: center;
  color: #111;
  margin-block: 0.5rem 1rem;
  text-align: center;
  text-shadow: 1px 0.5px 1px #ff04045f;
}

.client-card p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.3rem;
  text-align: center;
  color: #333333;
}

.animated-border-btn {
  width: 100%;
  position: relative;
  background: transparent;
  border: 2px solid #1e90ff;
  color: #1e90ff;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.animated-border-btn a {
  text-decoration: none;
  color: inherit;
}

.animated-border-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #1e90ff;
  z-index: -1;
  transition: all 0.4s ease;
}

.animated-border-btn:hover::before {
  left: 0;
}

.animated-border-btn:hover {
  color: white;
}

@media screen and (max-width: 768px) {
  .client-head h1 {
    font-size: 1.5rem;
    margin-block: 0rem;
  }

  .client-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    gap: 1rem;
  }

  .client-card img {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
  }

  .client-card h1 {
    font-size: 1.2rem;
    margin-block: 0.8rem;
  }

  .client-card p {
    font-size: 1rem;
  }

  .animated-border-btn {
    padding: 10px 20px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 570px) {
  .client-section {
    padding: 0rem;
    margin: 0.5rem;
  }

  .client-container {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.5rem;
  }

  .client-head h1 {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.2rem;
  }

  .client-card p {
    font-size: 1rem;
  }

  .animated-border-btn {
    padding: 8px 10px;
    border-radius: 5px;
  }

  .animated-border-btn a {
    font-size: 0.9rem;
  }

}

/* -------------------------gellary start------------------------ */
.container {
  padding: 1rem 0;
}
.gellery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 100px 50px rgba(0, 0, 0, 0.8);
  pointer-events: none;
  z-index: 0;
}

.gellery-section>* {
  position: relative;
  z-index: 1;
}

.gellary .img {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.gellary .img .under:nth-child(n + 101) {
  display: none;
}

.gellary .img .under {
  width: 100%;
  height: 360px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s, transform 0.5s;
  /* For staggered effect, delay will be set via JS */
}

.gellary .img .under.visible {
  opacity: 1;
  transform: translateY(0);
}

.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (max-width:768px) {
  .gellery-section {
    padding: 0rem;
  }

  .gellary .img {
    grid-template-columns: repeat(2, 1fr);
  }

  .gellary .img .under:nth-child(n + 80) {
    display: none;
  }

  .gellary .img .under {
    height: 200px;
  }

}

@media screen and (max-width:530px) {
  .gellery-section {
    padding: 0rem;
  }

  .gellary .img {
    grid-template-columns: repeat(3, 1fr);
  }

  .gellary .img .under:nth-child(n + 30) {
    display: none;
  }

  .gellary .img .under {
    height: 260px;
  }
}

/* ================= VIDEO SECTION ================= */

.video {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-block: 2rem 1rem;
}

/* Video Card */
.video .under {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #000;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Thumbnail Image */
.video .under img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark Gradient Overlay */
.video .under::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0)
  );
  z-index: 1;
}

/* Play Icon Wrapper */
.play-icon {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Play Button */
.play-icon i {
  width: 64px;
  height: 64px;
  background: rgba(255, 0, 0, 0.75);
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.45);
  transition: transform 0.3s ease, background 0.3s ease;
}

/* Play Hover */
.video .under:hover .play-icon i {
  transform: scale(1.15);
  background: rgba(255, 0, 0, 0.9);
}

/* ================= READ MORE ================= */

.read {
  text-align: center;
  margin-top: 1.5rem;
}

.read-more {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border-radius: 25px;
  background: #ff0040;
  color: #fff;
  font-size: 0.95rem;
  transition: background 0.3s ease, transform 0.3s ease;
}

.read-more:hover {
  background: #e60036;
  transform: translateY(-2px);
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 1024px) {
  .video {
    grid-template-columns: repeat(3, 1fr);
  }

  .video .under {
    height: 210px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .video {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1.5rem;
  }

  .video .under {
    height: 200px;
  }

  .play-icon i {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }
}

/* Small Mobile */
@media (max-width: 530px) {
  .video {
    grid-template-columns: repeat(3, 1fr);
  }

  .video .under {
    height:110px;
  }

  .play-icon i {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  
/* Play Button */
.play-icon i {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
  
}

/* ================= HEADING ================= */

.heading-1 h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .heading-1 h1 {
    font-size: 1.5rem;
  }
}




/* ----------------ask-map-section--------- */
.ask-section {
  padding: var(--section-pading);
  margin: var(--section-margin);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.ask-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.para.visible h1,
.para.visible p {
  opacity: 1;
  transform: translateY(0);
}


.feed-name,
.send {
  min-width: 90%;
}

.feed-name input {
  min-width: 100%;
  outline: none;
  background: #0000006c;
  color:white;
  border: 1px solid rgb(104, 104, 104);
  font-size: 1rem;
  padding: 8px 10px;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.feed-name input:focus {
  border: 1px solid #c67644;
}

.feed-name textarea {
  min-width: 100%;
  outline: none;
  border: 1px solid rgb(104, 104, 104);
  font-size: 1rem;
  background: #0000006c;
  color: white;
  padding: 8px 10px;
  border-radius: 5px;
  transition: all 0.5s ease;
  resize: none;
  min-height: 6rem;
}

.send button {
  width: 100%;
  font-weight: 600;
  color: white;
  padding: 0.8rem 1rem;
    background-color: #ff6b10;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.1rem;
  transition: transform 0.2s;
  border: none;
}

.send button:active {
  transform: scale(0.99);
}

.map-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.ask-container.visible {
  opacity: 1;
  transform: translateY(0);
}

.map-container.animate-on-scroll {
  opacity: 1;
  transform: translateY(0);
}

.map-container iframe {
  height: 16rem;
  width: 95%;
}

.map-name {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.map-name i {
  color: red;
  font-size: 1.3rem;
  margin-inline: 0.5rem;

}

.map-name p {
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: start;
  color: white;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

@media screen and (max-width:768px) {
  .ask-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .ask-container {
    gap: 0.5rem;
  }

  .ask-heading {
    text-align: start;
    margin-bottom: 0.5rem;
  }

  .map-heading {
    margin-bottom: 0.5rem;
  }

  .feed-name input {
    font-size: 0.9rem;
    padding: 6px 8px;
  }

  .feed-name textarea {
    font-size: 0.9rem;
    padding: 6px 8px;
    min-height: 5rem;
  }

  .send button {
    padding: 0.6rem 0;
    font-size: 1rem;

  }

  .map-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
  }

  .map-container iframe {
    height: 10rem;
    width: 95%;
  }

  .map-name {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .map-name i {
    font-size: 1.2rem;
    margin-inline: 0.5rem;

  }

  .map-name p {
    font-size: 1rem;
  }
}

@media screen and (max-width:530px) {
  .ask-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding: 0;
    margin: 0.5rem;
    margin-top: 0;
  }

  .feed-name,
  .send {
    width: 100%;
    padding-inline: 0rem;
  }

  .feed-name input {
    font-size: 1rem;
    padding: 6px 8px;
  }

  .feed-name textarea {
    min-width: 100%;
    padding: 6px 8px;
    min-height: 7rem;
  }

  .send button {
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }

  .send button:active {
    transform: scale(0.98);
  }

  .map-container {
    gap: 0.5rem;
    padding: 0rem;
  }

  .map-container iframe {
    height: 15rem;
    width: 100%;
    border-radius: 5px;
    border: var(--botton-border-radius);
  }

  .map-name {
    justify-content: center;
  }

  .map-name i {
    font-size: 1.7rem;

  }

  .ask-heading {
    margin-block: 1rem 0.5rem;
    font-size: 1.3rem;
  }

  .map-heading {
    margin-bottom: 0rem;
    text-align: center;
    font-size: 1.3rem;
  }
}

/* ----------------raview-section------------- */
.review-section {
  margin: 1rem;
  padding: 1rem;
}

.review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin-top: 1.5rem;
}

.r-first {
    display: flex;
    flex-direction: column;
}

.last {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    align-items: center;
}

.r-first p {
    color: white;
    font-size: 1.3rem;
}

.r-first .rate {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
}

.r-first i {
    color: #f0d000;
    font-size: 2rem;
}

.right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
}

.circle,
.circle-2,
.circle-3 {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid white;
}

.right .a-review {
    background-color: #ff6b10;
    border: var(--container-border);
    border-radius: 5px;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: transform 0.2s ease-in;
}

.right .a-review:active {
    transform: scale(0.98);

}

.right .a-review i {
    color: black;
    font-size: 1.1rem;
}

.right .a-review p {
    color: white;
    font-size: 1rem;
}

.circle img {
    width: 3rem;
    height: 2.5rem;

}

.circle-2 img {
    width: 3rem;
    height: 3rem;

}

.circle-3 img {
    width: 100%;
    height: 100%;
    margin: 2px;

}

.f-d-heading h1 {
    font-size: 1rem;
    color: white;
    font-weight: 500;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 11;

}

.popup .popup_item {
    display: none;
    z-index: 999;
    top: 3rem;
    margin-inline: 0.8rem;
    text-align: start;
    background-color: #dbf9f9;
    border: var(--container-border);
    border-radius: var(--botton-border-radius);
    position: relative;
    /* margin: 1rem; */
    padding-bottom: 1rem;
    width: 40rem;
    height: 30rem;
    overflow: auto;

}

.popup .popup_item::-webkit-scrollbar {
    width: 5px;
}

.popup .popup_item::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px grey;
    border-radius: 10px;
}

.popup .popup_item::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 10px;
}

.popup .popup_item::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.popup .popup_item.active {
    display: initial;
}

.popup .popup_item i {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
    color:rgb(180, 102, 12);
    font-size: 1.5rem;
}

/* --------------field ---------- */
.r-heading {
    background-color: #ff9933;
    width: 100%;
}

.input-name span {
    color: red;
}

.r-heading h1 {
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    text-align: center;
    padding-block: 0.5rem;
    color: var(--text-color);
}

.review-box {
    padding: 1rem;
}

.input-name {
    margin-bottom: 1rem;
    display: flex;
    align-items: start;
}

.input-name label {
    min-width: 10rem;
    text-transform: capitalize;
    color: var(--text-color);
    font-size: 1.1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.input-name input {
    width: 100%;
    outline: none;
    border: 1px solid var(--primary-color);
    font-size: 1rem;
    padding: 7px 10px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.input-name .selectbox {
    width: 100%;
}

.input-name .selectbox select {
    width: 100%;
    padding: 7px 10px;
    text-transform: capitalize;
    border: 1px solid var(--primary-color);
    border-radius: var(--border-radius-10px);
    outline: none;
    font-size: 1rem;
}

.input-name textarea {
    width: 100%;
    outline: none;
    border: 1px solid var(--primary-color);
    font-size: 1rem;
    padding: 7px 10px;
    border-radius: 5px;
    height: 4rem;
    transition: all 0.5s ease;
    resize: none;
}

.input-name input:focus,
.input-name textarea:focus {
    border: 1px solid var(--text-color);
}

.input-name select:focus {
    border: 1px solid var(--text-color);
}

.submit {
    text-align: center;
}

.submit input {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    border: none;
    font-weight: 500;
    background-color: #ff6b10;
    color: white;
    display: inline-block;
    text-align: center;
    border-radius: var(--botton-border-radius);
    cursor: pointer;
    transition: transform 0.2s ease-in;
}

.submit input:active {
    transform: scale(0.98);
}

@media screen and (max-width:768px) {
    .review-container {
        gap: 2rem;
        flex-direction: column-reverse;
    }

    .review-section {
        padding: 0;
    }

    .review-heading {
        font-size: 1.5rem;
    }

    .last {
        gap: 1.5rem;
    }

    .r-first p {
        font-size: 1.2rem;
    }

    .r-first .rate {
        font-size: 2rem;
    }

    .r-first i {
        font-size: 1.4rem;
    }

    .last {
        gap: 1rem;
    }

    .circle,
    .circle-2,
    .circle-3 {
        width: 4.5rem;
        height: 4.5rem;
    }

    .circle img {
        width: 2.5rem;
        height: 2rem;

    }

    .circle-2 img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .f-d-heading h1 {
        font-size: 0, 9rem;
    }
 
}

@media screen and (max-width:530px) {
    .review-section {
        margin: 5.5rem 0.5rem 0.5rem;
        padding: 0rem;
    }

    .review-container {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .review-heading {
        font-size: 1.3rem;
    }

    .r-first {
        gap: 0rem;
        align-items: center;
    }

    .last {
        gap: 1rem;
        flex-direction: column;
    }

    .r-first p {
        font-size: 1.1rem;
    }

    .r-first .rate {
        font-size: 2.1rem;
    }

    .r-first i {
        color: #f0d000;
        font-size: 1.8rem;
    }

    .right {
        gap: 0.5rem;
        flex-direction: column;
    }

    .circle,
    .circle-2,
    .circle-3 {
        width: 6rem;
        height: 6rem;
    }

    .circle img {
        width: 3.5rem;
        height: 3rem;

    }

    .circle-2 img {
        width: 3.5rem;
        height: 3.5rem;

    }

    .circle-3 img {
        width: 100%;
        height: 100%;

    }

    .f-d-heading h1 {
        font-size: 1rem;
    }
    .popup .popup_item{
    height: 41rem;
    }


    /* --------------field ---------- */
    .r-heading {
        width: 100%;
    }

    .r-heading h1 {
        font-size: 1.2rem;
        padding-block: 1rem;
    }

    .review-box {
        padding: 1rem 0.5rem 0  ;
    }

    .input-name {
        margin-bottom: 1rem;
        display: flex;
        gap: 0.5rem;
        flex-direction: column;
    }

    .input-name label {
        width: 100%;
        font-size: 1rem;

    }

    .input-name input {
        width: 100%;
        font-size: 0.9rem;
    }

    .input-name .selectbox select {
        font-size: 1rem;
    }

    .input-name textarea {
        width: 100%;
        font-size: 1rem;
        height: 4rem;
    }

    .submit input {
        font-size: 1rem;
    }







}

/* ------------rating--------- */
.rating-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 3rem;
}

.rating-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius: var(--border-radius-10px);
    border: var(--container-border);
    opacity: 0;
    background-color: white;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.39, 0.58, 0.57, 1);
    will-change: opacity, transform;
}

.rating-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.rating-item:nth-of-type(n+7) {
    display: none;
}

.r-first,
.last {
    opacity: 0;
    transition: opacity 0.8s;
}

.r-first.visible,
.last.visible {
    opacity: 1;
}

.both {
    display: flex;
    justify-content: space-between;
}

.r-l {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 1rem;
}

.r-l img {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
    border: 1px solid var(--text-color);
    border-radius: 50%;
}

.n-a {
    display: flex;
    flex-direction: column;
}

.n-a h1 {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
}

.n-a p {
    font-size: 0.85rem;
    line-height: normal;
    margin-top: 0.2rem;
    color: #474747;
    text-transform: capitalize;
}

/* ---right */
.r-r {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 0rem;
}

.avatar-placeholder {
    width: 3.5rem;
    /* match the image width */
    height: 3.5rem;
    /* match the image height */
    background-color: #4a7deb;
    /* Tailwind's bg-blue-600 */
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 3.5rem;
    /* vertically center the letter */
    text-align: center;
    border-radius: 50%;
    user-select: none;
    flex-shrink: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.r-r p {
    font-size: 0.85rem;
    line-height: normal;
    color: #474747;
}

.star {
    gap: 0.5rem;
    font-size: 1rem;
    padding: 0.2rem;
    display: flex;
    justify-content: center;
    gap: 0.1rem;
    border-radius: 4px;
    border: var(--container-border);
    background-color: green;
    margin-top: 0.3rem;
}

.star p,
.star i {
    font-size: 0.9rem;
    color: white;
}

.rating-para {
    margin-top: 0.1rem;
}

.rating-para p {
    font-size: 0.9rem;
    align-items: start;
    line-height: 1.3rem;
    word-wrap: break-word;
    color: #474747;
}

.see-more {
    text-align: center;
    margin-top: 1.5rem;
}

.see-more a {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    border: none;
    font-weight: 700;
    background-color: #24a0ed;
    color: white;
    display: inline-block;
    text-align: center;
    border-radius: var(--botton-border-radius);
    cursor: pointer;
    width: 8rem;
    transition: transform 0.2s ease-in;
}

.see-more a:active {
    transform: scale(0.98);

}

@media screen and (max-width:1024px) {
    .rating-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-top: 3rem;
    }
}

@media screen and (max-width:768px) {
    .rating-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
        margin-top: 3rem;
    }
}

@media screen and (max-width:530px) {
    .see-more {
        margin: 1rem 0.5rem;
    }

    .rating-container {
        margin-top: 1rem;
    }

    .n-a h1 {
        font-size: 1rem;
        font-weight: 500;
        text-transform: capitalize;
    }

    .see-more a {
        font-size: 0.9rem;
        padding: 0.8rem 1rem;
        font-weight: 500;
        width: 8rem;
    }

    .see-more a:active {
        transform: scale(0.97);

    }
}
.see-more {
  text-align: center;
  margin-top: 1.5rem;
}

.see-more a {
  font-size: 1rem;
  padding: 0.8rem 1rem;
  border: none;
  font-weight: 700;
  background-color: #24a0ed;
  color: white;
  display: inline-block;
  text-align: center;
  border-radius: var(--botton-border-radius);
  cursor: pointer;
  width: 8rem;
  transition: transform 0.2s ease-in;
}

.see-more a:active {
  transform: scale(0.98);

}

@media screen and (max-width:1024px) {
  .rating-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width:768px) {
  .rating-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width:530px) {
  .see-more {
    margin: 1rem 0.5rem;
  }

  .rating-container {
    margin-top: 1rem;
  }

  .n-a h1 {
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
  }

  .see-more a {
    font-size: 0.9rem;
    padding: 0.8rem 1rem;
    font-weight: 500;
    width: 8rem;
  }

  .see-more a:active {
    transform: scale(0.97);

  }
}

/* ///---------------------------------quete-section---------------------------- */

.quote-section {
  padding: 1rem 1rem 1rem;
}

.quote-form {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 3px 12px -8px rgba(234, 26, 100, 0.14);
  display: flex;
  flex-direction: column;
  gap: 18px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s cubic-bezier(.47, .14, .41, .81), transform 0.8s cubic-bezier(.47, .14, .41, .81);
}

.quote-form.visible {
  opacity: 1;
  transform: translateY(0);
}

.form-row {
  display: flex;
  gap: 14px;
  margin-bottom: 2px;
}

.form-row input {
  flex: 1 1 0;
  padding: 14px 12px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  background: #ffffff;
  width: 100%;
  outline: none;
  color: black;
  transition: box-shadow .2s;
}

.form-row select {
  flex: 1 1 0;
  padding: 14px 12px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  background: #ffffff;
  color: black;
  width: 100%;
  outline: none;
  transition: box-shadow .2s;
}

textarea {
  resize: none;
  padding: 13px 12px;
  border-radius: 10px;
  min-height: 50px;
  border: none;
  background: #ffffff;
  color: black;
  font-size: 1rem;
  outline: none;
}

.success-msg {
  padding-block: 1rem;
  font-size: 1.15rem;
  color: #2a7a2a;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 12px 16px;
  border-radius: 6px;
  max-width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Error message style */
.error-msg {
  padding-block: 1rem;
  font-size: 1.15rem;
  color: #842029;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  padding: 12px 16px;
  border-radius: 6px;
  max-width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.read {
  text-align: center;
  margin-block: 2rem 1rem;
}

.read-more {
  background-color: #ff6b10;
  color: white;
  border: none;
  padding: 0.6rem 2rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 28px;
  cursor: pointer;
  box-shadow: 0 2px 3px rgba(255, 107, 16, 0.45);
  transition: background-color 0.3s ease;
}

.read-more:hover {
  background-color: #e64900;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .quote-form {
    padding: 24px 12px;
    width: 100%;
  }

  .form-row {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 530px) {
  .quote-section {
    padding: 0.5rem 0rem 0.5rem;
  }

  .read-more {
    padding: 0.5rem 1.3rem;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 20px;
    box-shadow: 0 5px 4px rgba(255, 107, 16, 0.45);
  }

  .form-row {
    flex-direction: column;
    gap: 10px;
  }

  .quote-form {
    padding: 2px 6px;
  }

  .get-quote-btn {
    width: 100%;
    padding: 11px 0;
    font-size: 1.07rem;
  }

  .read {
    margin-block: 1rem;
  }
}



/* ===== BOOK NOW POPUP ===== */
.fv-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.fv-popup-box {
  background: #fff;
  width: 420px;
  max-width: 92%;
  border-radius: 12px;
  text-align: center;
  padding: 1rem;
  position: relative;
  animation: fvPopupIn 0.4s ease;
}

@keyframes fvPopupIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.fv-popup-box img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0.8rem;
}

.fv-popup-box h2 {
  font-size: 1.4rem;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.fv-popup-box p {
  font-size: 0.85rem;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #555;
  margin-bottom: 1rem;
  line-height: 1.4;
}

/* BOOK NOW BUTTON */
.fv-popup-btn {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background: #ff6b10;
  color: #fff;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.fv-popup-btn:hover {
  background: #e65a00;
}

.fv-popup-btn:active {
  transform: scale(0.96);
}

/* CUT BUTTON */
.fv-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  font-weight: bold;
}

/* MOBILE */
@media (max-width: 480px) {
  .fv-popup-box h2 {
    font-size: 1.2rem;
  }

  .fv-popup-box p {
    font-size: 0.9rem;
  }
}

/* BUTTON GROUP */
.fv-popup-btn-group {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}

/* COMMON BUTTON */
.fv-popup-btn {
  padding: 0.65rem 1.4rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  color: white;
  transition: transform 0.2s ease, background 0.2s ease;
}

/* REVIEW BUTTON */
.review-btn {
  background-color: #28a745; /* green */
}

.review-btn:hover {
  background-color: #1e7e34;
}

/* BOOK NOW BUTTON */
.book-btn {
  background-color: #ff6b10; /* orange */
}

.book-btn:hover {
  background-color: #e65a00;
}

.fv-popup-btn:active {
  transform: scale(0.96);
}



/* FONT */
.popup {
  font-family: "Poppins", "Segoe UI", Tahoma, sans-serif;
}

/* BACKDROP */
.popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* BOX */
.popup_item {
  width: 350px;
  max-width: 94%;
  background: #ffffff;
  border-radius: 12px;
  padding: 0.9rem;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.3s ease;
  position: relative;
}

.popup_item.active {
  transform: translateY(0);
  opacity: 1;
}

/* CLOSE */
.close-popup {
  position: absolute;
  top: 9px;
  right: 13px;
  font-size: 1.2rem;
  cursor: pointer;
  color: #444;
}

/* HEADER */
.popup-header {
  text-align: center;
  margin-bottom: 0.6rem;
}

.popup-header h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ff6b10;
}

.popup-header p {
  font-size: 0.78rem;
  color: #666;
}

/* INPUTS */
.input-name input,
.input-name textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 9px;
  font-size: 0.88rem;
  margin-bottom: 0.45rem; /* 👈 reduced gap */
}

/* CITY + STATE */
.input-row {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
}

.input-row input {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 9px;
  font-size: 0.85rem;
}

@media (max-width: 600px) {
  .input-row {
    flex-direction: column;
  }
}

/* UPLOAD BUTTON */
.upload-box {
  text-align: center;
  margin: 0.4rem 0;
}

.upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #1e88e5;
  color: #fff;
  padding: 0.45rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.upload-btn:hover {
  background: #1565c0;
}

/* RATING */
.rating-wrapper {
  text-align: center;
  margin: 0.5rem 0;
}

.rating-label {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

.rating-stars {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
}

.rating-stars span {
  font-size: 1.6rem;
  cursor: pointer;
  filter: grayscale(1);
  transition: 0.2s ease;
}

.rating-stars span.active,
.rating-stars span:hover {
  filter: grayscale(0);
  transform: scale(1.15);
}

/* TEXTAREA */
textarea {
  resize: none;
  height: 58px;
}

/* SUBMIT */
.submit input {
  width: 100%;
  background: #ff6b10;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.55rem;
  font-size: 0.9rem;
  cursor: pointer;
  font-weight: 500;
}

.submit input:active {
  transform: scale(0.97);
}

.rating-stars span {
  font-size: 1.6rem;
  cursor: pointer;
  filter: grayscale(1);
  transition: 0.2s ease;
}

.rating-stars span.active {
  filter: grayscale(0);
  transform: scale(1.2);
}
/* ------------------------------------------------------------------------------------buttons type */
.portfolio-section {
    margin: 1rem auto 1rem;
    padding: 24px 8px;
}

/* Tabs */
.portfolio-tabs {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.portfolio-section.hidden-left {
    transition: all 0.8s ease;
}

.tab-btn {
    border: 1px solid orange;
    font-weight: 500;
    padding: 10px 1.2rem;
    border-radius: 32px;
    cursor: pointer;
    font-size: 1.14rem;
    background: transparent;
    color: white;
    font-weight: 400;
}

.tab-btn.active,
.tab-btn:hover {
    background:#ff6b10;
    color: white;
}

/* Info Section */
.tab-info {
    text-align: center;
    margin-bottom: 2rem;
}

.tab-heading {
    text-align: center;
    font-size: 1.5rem;
    color: rgb(233, 233, 233);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 500;
}

.tab-desc {
    font-size: 1rem;
    color: white;
    text-align: center;
}
.slider-group {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.slider-group.active {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.slider-container {
    max-width: 1050px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.scrolling-content::-webkit-scrollbar {
    display: none;
}


.scrolling-content {
    display: flex;
    overflow-x: auto;
    gap: 1.2rem;
    padding: 0rem 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    align-items: flex-start;
}

.card-1 {
    background: linear-gradient(180deg,rgba(79, 26, 26, 0.295));
    border-radius: 20px;
    padding: 1rem;
    min-width: 325px;
    max-width: 350px;
    color: rgb(255, 199, 56);
    border: 1px solid brown;
    display: flex;
    flex-direction: column;
}


.card-1 h2 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 0rem;
    font-weight: 600;
}

.price h1{
    text-align: center;
    margin-block:0 0.5rem;
    font-weight: 600;
    font-size: 1.5rem;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.card-1 .subtitle {
    color:white;
    font-size: 1em;
    margin-bottom: 0.5em;
    text-align: center;
}

.card-1 h3 {
    color:var(--orange);
    font-size: 1em;
    margin-bottom: 0.4rem;
    font-weight: 500;
}

.card-1 ul {
    margin: 0 0 0.7em 0;
    padding: 0 0 0 1.2em;
}

.card-1 ul li::before {
    content: "✔";
    color:white;
    margin-right: 0.4em;
}

.card-1 ul li {
    margin: 0.2em 0;
    font-size: 0.97em;
    color:white;
}


@media (max-width: 768px) {
    .portfolio-section {
        max-width: 700px;
        margin: 2rem auto 1rem;
        padding: 1rem 1rem;
    }

    /* Tabs */
    .portfolio-tabs {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .tab-btn {
        padding: 9px 1rem;
        border-radius: 30px;
        font-size: 1rem;
    }

    .tab-heading {
        font-size: 1.3rem;
    }

    .tab-desc {
        font-size: 0.9rem;
    }

    .slider-container {
        max-width: 990px;
        border-radius: 16px;
    }

    .scrolling-content {
        gap: 1.5rem;
        padding: 0rem 1rem;
    }

    .card-1 {
        border-radius: 20px;
        padding: 1.5rem 1rem 1rem 1.5rem;
        min-width: 300px;
        max-width: 330px;
        border: 1px solid orange;
    }


    .card-1 h2 {
        font-weight: 500;
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }
.price h1{
    font-size: 1.3rem;
}
    .card-1 .subtitle {
        font-size: 1em;
        margin-bottom: 0.5em;
    }

    .card-1 h3 {
        font-size: 1em;
        margin-bottom: 0.4rem;
        font-weight: 500;
    }

    .card-1 ul {
        margin: 0 0 0.7em 0;
        padding: 0 0 0 1.2em;
    }

    .card-1 ul li::before {
        margin-right: 0.4em;
    }

    .card-1 ul li {
        margin: 0.2em 0;
        font-size: 0.97em;
    }


}

@media (max-width: 530px) {
    .portfolio-section {
        max-width: 530px;
        padding: 0.5rem 8px;
    }

    .scrolling-section {
        gap: 1rem;
        padding: 1rem 0.2rem;
    }
    .scrolling-content {
        gap: 1rem;
        padding: 0rem 0.5rem;
    }

    .card-1 {
        border-radius: 20px;
        padding: 1rem 0.5rem 0.5rem 1rem;
        min-width: 90%;
        max-width: 93%;
    }


    .card-1 h2 {
        font-weight: 500;
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }

    .card-1 .subtitle {
        font-size: 1em;
        margin-bottom: 0.5em;
    }

    .card-1 h3 {
        font-size: 1em;
        margin-bottom: 0.4rem;
        font-weight: 500;
    }

    .card-1 ul {
        margin: 0 0 0.7em 0;
        padding: 0 0 0 1.2em;
    }

    .card-1 ul li::before {
        margin-right: 0.4em;
    }

    .card-1 ul li {
        margin: 0.2em 0;
        font-size: 0.97em;
    }

    /* Tabs */
    .portfolio-tabs {
        gap: 1rem;
        margin-bottom: 1rem;
        justify-content: center;
    }
     .portfolio-tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.7rem;
        justify-content: center;
        align-items: center;
    }

    .tab-btn {
        width: 100%;
        text-align: center;
        padding: 11px 8px;
        font-size: 0.95rem;
        border-radius: 22px;
    }

    /* Last button full width */
    .tab-btn:last-child {
        grid-column: span 2;
    }

    .tab-btn {
        padding: 10px 15px;
        border-radius: 20px;
        font-size: 0.98rem;
    }

    .tab-heading {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        margin-top: 1.5rem;
    }

    .tab-desc {
        font-size: 0.9rem;
        max-width: 22rem;
        margin-inline: auto;
        line-height: 1.4rem;
    }
}
.hidden-left {
    opacity: 0;
    transform: translateX(-80px);
}

.hidden-left.show {
    opacity: 1;
    transform: translateX(0);
}
.btn-wrapper {
    margin-top: auto;          /* button always bottom */
    display: flex;
    justify-content: center;
    padding-top: 0.8rem;
}

.pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    padding: 11px 22px;
    border-radius: 30px;

    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;

    background: linear-gradient(135deg, #0b5ed7, #084298);
    color: #fff;

    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(11, 94, 215, 0.35);
}

.pricing-btn i {
    font-size: 0.95rem;
}

.pricing-btn:hover {
    background: linear-gradient(135deg, #084298, #0b5ed7);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(11, 94, 215, 0.45);
}

/* Mobile */
@media (max-width: 530px) {
    .pricing-btn {
        width: 100%;
        padding: 13px;
        font-size: 1rem;
    }
}
