/* Desktop */
.navbar-brand {
  width: 50%;
}

.navbar-brand img {
  width: 18%;
  height: auto;
  display: block;
}

/* Desktop */
.hero-brand {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.hero-brand img {
  width: 20%;
  height: auto;
  display: block;
  margin: 15px auto;
}

/* Mobile */
@media (max-width: 768px) {
  .navbar-brand {
    width: 50%;
  }
}

.hero-wrap {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-image: url("images/bg_1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  display: block;
  background: #111;
  /* This ensures a dark background is behind the video (for instant bg color) */
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.68);
  /* Black overlay for readability */
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.hero-wrap > .container {
  position: relative;
  z-index: 2;
}

.hero-wrap .slider-text {
  min-height: 100vh;
  padding: 120px 0 80px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-wrap .slider-text h1 {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.hero-wrap .slider-text p {
  color: rgba(255, 255, 255, 0.82);
}

/* On mobile, hide background video, and fallback to static bg image with black overlay */
@media (max-width: 768px) {
  .hero-wrap {
    min-height: 100svh;
    background-image: url("images/bg_1.jpg");
    background-position: center top;
  }

  /* .hero-wrap .hero-bg-video {
    display: none !important;
  } */

  .hero-wrap .overlay {
    background: rgba(0, 0, 0, 0.62);
  }

  .hero-wrap .slider-text {
    min-height: 100svh;
    padding: 100px 0 60px;
  }

  .hero-wrap .slider-text .icon span {
    font-size: 56px;
  }

  .hero-wrap .slider-text h1 {
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 6px;
  }

  .hero-wrap .slider-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-wrap .slider-text .btn {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 12px !important;
    padding: 14px 20px !important;
  }
}

@media (max-width: 420px) {
  .hero-wrap .overlay {
    background: rgba(0, 0, 0, 0.68);
  }

  .hero-wrap .slider-text {
    padding: 90px 0 50px;
  }

  .hero-wrap .slider-text h1 {
    font-size: 26px;
    letter-spacing: 4px;
  }
}

/* ////// hero section below start //////////////////////// */

/* ===== Section 1: About Us ===== */
.about-row {
  min-height: 80vh;
}
.about-text-col {
  background: var(--websitebg);
  display: flex;
  align-items: center;
  padding: 60px 8% !important;
  position: relative;
}
.about-img-col {
  padding: 0;
  background-size: cover;
  background-position: center;
  min-height: 50vh;
  background-image: url(" https://ik.imagekit.io/seb4mbhy7x/Image/2.png?q=80&w=1600&auto=format&fit=crop");
}
.about-inner {
  position: relative;
  text-align: center;
  width: 100%;
}
.about-inner::before {
  content: "Aiir";
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 14rem;
  color: #e3c8b6;
  opacity: 0.35;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  line-height: 1;
  pointer-events: none;
}
.about-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 1;
  margin-bottom: 1.8rem;
}
.about-text p {
  font-size: 0.98rem;
  line-height: 1.85;
  color: #4a443f;
  margin-bottom: 1.4rem;
  position: relative;
  z-index: 1;
}

/* ===== Section 2: Our Main Focus ===== */
.focus-row {
  min-height: 70vh;
}
.focus-img-col {
  padding: 0;
  background-size: cover;
  background-position: center;
  min-height: 50vh;
  background-image: url("https://ik.imagekit.io/seb4mbhy7x/Image/1.png?q=80&w=1600&auto=format&fit=crop");
}
.focus-text-col {
  background: var(--websitebg);
  display: flex;
  align-items: center;
  padding: 60px 8% !important;
  position: relative;
}
.focus-inner {
  position: relative;
  text-align: center;
  width: 100%;
}
.focus-inner::before {
  content: "Aiir";
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 12rem;
  color: #e3c8b6;
  opacity: 0.35;
  position: absolute;
  top: -50px;
  right: 10%;
  z-index: 0;
  line-height: 1;
  pointer-events: none;
}
.focus-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  margin-bottom: 1.8rem;
}
.focus-text p {
  font-size: 0.98rem;
  line-height: 1.85;
  color: #4a443f;
  margin-bottom: 1.4rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .about-title {
    font-size: 2.2rem;
  }
  .focus-title {
    font-size: 2.2rem;
  }
  .about-inner::before,
  .focus-inner::before {
    font-size: 9rem;
  }
  .about-text-col,
  .focus-text-col {
    padding: 50px 6% !important;
  }
  .about-img-col,
  .focus-img-col {
    min-height: 40vh;
  }
  .about-row,
  .focus-row {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .about-title {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }
  .focus-title {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }
  .about-text p,
  .focus-text p {
    font-size: 0.92rem;
  }
  .about-text-col,
  .focus-text-col {
    padding: 40px 6% !important;
  }
}

/* ////// hero section below end //////////////////////// */

/* //////////  home page contact for start here ////////////////// */

.contact-row {
  min-height: 80vh;
}
.contact-img-col {
  padding: 0;
  background-size: cover;
  background-position: center;
  min-height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("https://ik.imagekit.io/seb4mbhy7x/Image/4.webp?q=80&w=1600&auto=format&fit=crop");
}
.contact-img-col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.contact-heading {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--logo3);
  text-align: center;
  width: 100%;
  line-height: 1.4;
  padding: 0 5%;
}
.contact-form-col {
  background: var(--websitebg);
  display: flex;
  align-items: center;
  padding: 60px 8% !important;
}
.contact-form-col .form-group {
  margin-bottom: 1.8rem;
}
.contact-form-col label {
  font-weight: 500;
  color: #2b2622;
  margin-bottom: 0.6rem;
}
.contact-form-col .form-control {
  border: none !important;
  border-bottom: 1px solid #c9c2bc !important;
  border-radius: 0 !important;
  padding: 0.5rem 0 !important;
  background: transparent !important;
  color: #2b2622 !important;
}
.contact-form-col .form-control:focus {
  box-shadow: none !important;
  border-bottom-color: #2b2622 !important;
  background: transparent !important;
}
.contact-form-col textarea.form-control {
  min-height: 110px;
  resize: vertical;
}
.btn-contact-submit {
  background: var(--logo5);
  color: #fff;
  border-radius: 4px;
  padding: 0.7rem 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: none;
}
.btn-contact-submit:hover {
  background: var(--logo1);
  color: #fff;
}

@media (max-width: 991px) {
  .contact-heading {
    font-size: 2.2rem;
  }
  .contact-img-col {
    min-height: 40vh;
  }
  .contact-form-col {
    padding: 50px 6% !important;
  }
  .contact-row {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .contact-heading {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }
  .contact-form-col {
    padding: 40px 6% !important;
  }
}

/* //////////  home page contact for end here ////////////////// */

/* //////////  our services section start here ////////////////// */
.our-services {
  background: var(--websitebg);
}

.services-heading {
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  color: #000000;
}

.service-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: block;
}

.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-item:hover .service-img {
  transform: scale(1.08);
}

.service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 10px;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  transition:
    background 0.4s ease,
    padding 0.4s ease;
}

.service-item:hover .service-overlay {
  background: rgba(0, 0, 0, 0.65);
  padding: 28px 10px;
}

.service-overlay span {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .service-item {
    height: 260px;
  }
  .services-heading {
    font-size: 1.8rem;
  }
  .service-overlay span {
    font-size: 0.9rem;
  }
}
/* //////////  our services section end here ////////////////// */

/* //////////  our brands section start here ////////////////// */
.brands-section {
  background: white;
}

.brands-heading {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 3rem;
  color: #222;
}

.brands-grid {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

.brand-item {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.brand-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  z-index: 1;
  position: relative;
}

.brand-item img {
  max-width: 65%;
  object-fit: contain;
  filter: grayscale(0%);
}

/* Mobile */
@media (max-width: 767px) {
  .brand-item {
    height: 100px;
    padding: 12px;
  }
  .brand-item img {
    max-height: 40px;
  }
  .brands-heading {
    font-size: 1.5rem;
  }
}
/* //////////  our brands section end here ////////////////// */

/* ///////instagram start here ////////// */
.reels-section {
  background: #ffffff;
}

.reels-heading {
  font-weight: 300;
  font-size: 2.2rem;
  color: #333;
}

.reels-heading span {
  font-weight: 700;
}

.reels-subheading {
  color: #777;
  font-size: 1rem;
}

.reel-item {
  position: relative;
  overflow: hidden;
  height: 560px;
  background: #000;
}

.reel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

@media (max-width: 767px) {
  .reel-item {
    height: 380px;
  }
  .reels-heading {
    font-size: 1.6rem;
  }
}
/* ///////instagram end here ////////// */

/* //////////// footer start here //////////// */

.footer-tagline {
  max-width: 800px;
  margin: 0 auto 1rem;
  font-size: 1rem;
}

.footer-menu {
  gap: 1.5rem;
}

.footer-menu li a {
  font-weight: 500;
}

.footer-bottom-bar {
  padding: 15px 0;
}

@media (max-width: 767px) {
  .footer-menu {
    gap: 0.8rem;
  }
  .footer-menu li {
    width: 50%;
    text-align: center;
    margin-bottom: 8px;
  }
}
/* //////////// footer end here //////////// */

/* ////////////  whatsaap icon floating start here //////////// */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}

@media (max-width: 767px) {
  .whatsapp-float {
    width: 48px;
    height: 48px;
    font-size: 24px;
    bottom: 15px;
    right: 15px;
  }
}
/* ////////////  whatsaap icon floating END here //////////// */
