@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");
/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Playfair Display', serif;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.hbody {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Playfair Display', serif;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: 'Playfair Display', serif;
}

/*header section*/
.header_section {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section.innerpage_header {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#160e0b), to(#160e0b));
  background: linear-gradient(to right, #160e0b, #160e0b);
  padding: 10px 0;
}
/* ✅ Navbar Brand Styling */
.navbar-brand {
  font-family: "Noto Serif Tamil", serif; /* Elegant Tamil font */
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff; /* soft white */
  text-decoration: none;
  line-height: 1.4;
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  margin-left: -25px;
}

/* ✅ Brand Text Styling */
.navbar-brand span {
  display: block;
  text-align: left;   /* keep aligned to left */
  font-size: 1.1rem;  /* slightly smaller */
  font-weight: 500;
  color: #040077;     /* gold look for premium */
  line-height: 1.5;
}

/* ✅ Hover Effect */
.navbar-brand:hover span {
  color: #000000;  /* light golden on hover */
  transition: color 0.3s ease-in-out;
}

/* ✅ Mobile (make text compact) */
@media (max-width: 576px) {
  .navbar-brand {
    font-size: 0.7rem;
    padding: 3px 6px;
  }
  .navbar-brand span {
    font-size: 0.6rem;
    line-height: 1.3;
  }
}

/* ✅ Base Menu Button Styles */
.custom_nav-container {
  padding-left: 0;
  padding-right: 0;
}

.custom_menu-btn {
  position: fixed;
  right: 20px; /* closer on small screens */
  top: 15px;
  width: 45px;
  height: 45px;
  z-index: 1000;
}

.custom_menu-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
  z-index: 7;
  border-radius: 100%;
  transition: all 0.3s;
}

.custom_menu-btn.menu_btn-style::before {
  width: 100vw;
  height: 100vh;
  background-color: #160e0b;
  transform: scale(5);
  border-radius: 0;
}

.custom_menu-btn button {
  width: 45px;
  height: 45px;
  outline: none;
  border: none;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  z-index: 999;
  margin: 0;
}

.custom_menu-btn button span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #000000;
  margin: 3px 0;
  transition: all 0.3s;
  border-radius: 15px;
}

.custom_menu-btn .s-2 {
  transition: all 0.1s;
}

.menu_btn-style button span {
  background-color: #ffffff;
}

.menu_btn-style button .s-1 {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu_btn-style button .s-2 {
  transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ✅ Overlay Menu */
.overlay {
  height: 100%; /* full screen */
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9;
  background: rgba(22, 14, 11, 0.98);
}

.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 50px;
  color: #fff;
}

.overlay a {
  padding: 10px 0;
  text-decoration: none;
  font-size: 22px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
}

.overlay a:hover {
  color: #fd9c6b;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  z-index: 99;
}

.menu_width {
  width: 100%;
}

.menu_width.overlay a {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

/* ✅ General Links & Buttons */
a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}
/* 📱 Responsive Fixes */
@media (max-width: 1024px) {
  .custom_menu-btn {
    right: 20px;
    top: 12px;
    width: 42px;
    height: 42px;
  }
  .custom_menu-btn::before {
    border-radius: 50%;
    width: 42px;
    height: 42px;
  }
  .custom_menu-btn button {
    width: 42px;
    height: 42px;
  }
  .custom_menu-btn button span {
    width: 22px;
    height: 2.5px;
  }
  .overlay a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .custom_menu-btn {
    right: 15px;
    top: 10px;
    width: 38px;
    height: 38px;
  }
  .custom_menu-btn::before {
    width: 38px;
    height: 38px;
  }
  .custom_menu-btn button {
    width: 38px;
    height: 38px;
  }
  .custom_menu-btn button span {
    width: 20px;
    height: 2.2px;
  }
  .overlay .closebtn {
    font-size: 40px;
    right: 20px;
  }
  .overlay a {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .overlay-content {
    top: 30%;
  }
}

@media (max-width: 480px) {
  .custom_menu-btn {
    right: 10px;
    top: 8px;
    width: 34px;
    height: 34px;
  }
  .custom_menu-btn::before {
    width: 34px;
    height: 34px;
  }
  .custom_menu-btn button {
    width: 34px;
    height: 34px;
  }
  .custom_menu-btn button span {
    width: 18px;
    height: 2px;
  }
  .overlay a {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .overlay .closebtn {
    font-size: 32px;
  }
  .overlay-content {
    top: 28%;
  }
}

/*end header section*/
/* - section */
.slider_section {
  min-height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Default (Desktop / Large Screens) */
.slider_section .detail-boxsl {
  position: relative;
  z-index: 4;
  color: #ffffff;
  padding: 75px 0;
  text-align: left;
  margin-top: 10px;
  margin-left: -30px;
}

.slider_section .detail-boxsl h1 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 10px;
}

.slider_section .detail-boxsl p {
  width: 55%;
  margin-top: 15px;
  font-size: 1rem;
}

.slider_section .detail-boxsl .slider-link {
  display: inline-block;
  padding: 12px 45px;
  background-color: transparent;
  color: #fd9c6b;
  border-radius: 6px;
  border: 1px solid #fd9c6b;
  transition: all .3s ease-in-out;
  margin-top: 35px;
  font-size: 1rem;
  cursor: pointer;
}

.slider_section .detail-boxsl .slider-link:hover {
  background-color: #f75d10;
  color: #ffffff;
}
/* ✅ Tablet (768px – 1024px) */
@media (max-width: 1024px) {
  .slider_section .detail-boxsl {
    padding: 40px 20px;
    text-align: left;
  }
  .slider_section .detail-boxsl h1 {
    font-size: 1.9rem; /* balanced */
    line-height: 1.3;
  }
  .slider_section .detail-boxsl p {
    width: 65%;
    font-size: 0.6rem; /* subtle size */
    margin-top: 10px;
    line-height: 1.4;
  }
  .slider_section .detail-boxsl .slider-link {
    padding: 8px 26px;
    font-size: 0.9rem;
    margin-top: 15px;
  }
}
.img-small-responsive {
  max-width: 150px; /* never exceed 150px */
  width: 100%;      /* scale down on smaller screens */
  height: auto;     /* keep aspect ratio */
  display: block;
}

/* ✅ Mobile (up to 767px) */
@media (max-width: 767px) {
  .slider_section .detail-boxsl {
    padding: 30px 12px 30px 10px; /* tighter left */
    text-align: left;
  }
  .slider_section .detail-boxsl h1 {
    font-size: 1.6rem; /* reduced */
    line-height: 1.25;
    margin: 0px 0 8px 0;
  }
  .slider_section .detail-boxsl p {
    width: 70%;         /* smaller width */
    font-size: 0.5rem; /* lighter */
    line-height: 1.35;
    margin: 5px 0 0 0;
  }
  .slider_section .detail-boxsl .slider-link {
    padding: 7px 18px;
    font-size: 0.8rem;
    margin-top: 12px;
  }
}

/* ✅ Small Phones (up to 480px) */
@media (max-width: 480px) {
  .slider_section .detail-boxsl {
    padding: 20px 8px; /* almost hugging the edge */
  }
  .slider_section .detail-boxsl h1 {
    font-size: 1.4rem; /* very compact */
    line-height: 1.2;
  }
  .slider_section .detail-boxsl p {
    width: 65%;
    font-size: 0.5rem; /* smallest for readability */
    line-height: 1.3;
  }
  .slider_section .detail-boxsl .slider-link {
    padding: 6px 14px;
    font-size: 0.75rem;
    margin-top: 10px;
  }
}


.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.slider_section .slider_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.shop_section .heading_container {
  margin-bottom: 20px;
}

.shop_section .box {
  background-color: #eeeeee;
  position: relative;
  padding: 10px;
  margin-top: 25px;
}

.shop_section .box a {
  color: #000000;
}

.shop_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  height: 245px;
}

.shop_section .box .img-box img {
  max-width: 100%;
  max-height: 210px;
}

.shop_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop_section .box .detail-box h6 span {
  color: #fd9c6b;
}

.shop_section .box .new {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  font-size: 15px;
}

.shop_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.shop_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #fd9c6b;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #fd9c6b;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.shop_section .btn-box a:hover {
  background-color: transparent;
  color: #fd9c6b;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  padding: 25px 0 0 25px;
}

.about_section .img-box img {
  width: 100%;
  position: relative;
}

.about_section .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  background-color: #160e0b;
}

.about_section .detail-box p {
  margin-top: 10px;
  margin-bottom: 35px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #fd9c6b;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #fd9c6b;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #160096;
}

/* ===== Offer Section ===== */
.offer_section {
  padding: 3rem 1rem;
  background: #faf8f5; /* soft neutral background */
}

.offer_section .box {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  margin: 1rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer_section .box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}

.offer_section .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  transition: transform 0.4s ease;
}

.offer_section .box:hover img {
  transform: scale(1.05);
}

/* ===== Text Overlay ===== */
.offer_section .detail-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(1rem, 3vw, 2rem);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  color: #fff;
  border-radius: 0 0 18px 18px;
}

.offer_section .detail-box h2,
.offer_section .detail-box h5,
.offer_section .detail-box h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.offer_section .detail-box h2 {
  font-size: clmp(1.2rem, 2vw, 2rem)a;
}

.offer_section .detail-box h5 {
  font-size: clamp(1rem, 1.8vw, 1.4rem);
}

.offer_section .detail-box h6 {
  font-size: clamp(0.95rem, 1.6vw, 1.2rem);
  font-weight: 600;
}

/* ===== Responsive Layout ===== */
@media (max-width: 991px) {
  .offer_section .row {
    flex-direction: column;
  }

  .offer_section .col-md-7,
  .offer_section .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .offer_section .box {
    margin: 1rem auto;
    width: 95%;
  }
}

@media (max-width: 576px) {
  .offer_section {
    padding: 2rem 0.5rem;
  }

  .offer_section .detail-box {
    padding: 0.8rem;
  }

  .offer_section .detail-box h2 {
    font-size: 0.8rem;
  }

  .offer_section .detail-box h5 {
    font-size: 1rem;
  }

  .offer_section .detail-box h6 {
    font-size: 0.9rem;
  }
}

.blog_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_section .heading_container h4::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 55px;
  background-color: #f1f2f3;
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box .blog_date {
  position: absolute;
  left: 25px;
  bottom: -15px;
  padding: 10px 15px;
  font-size: 18px;
  background-color: #160e0b;
  margin: 0;
  text-align: center;
  border: 3px solid #ffffff;
  color: #ffffff;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  margin-top: 10px;
  padding: 25px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
}

.blog_section .box .detail-box p {
  font-size: 15px;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: transparent;
  color: #160e0b;
  border-radius: 0;
  border: 1px solid #160e0b;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.blog_section .box .detail-box a:hover {
  background-color: #160e0b;
  color: #ffffff;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 45px;
  padding: 35px 25px;
  border-radius: 15px;
  background-color: #160e0b;
  color: #ffffff;
}

.client_section .box .img-box {
  margin-bottom: 15px;
  min-width: 145px;
  max-width: 145px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 7px solid rgba(255, 255, 255, 0.45);
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #fd9c6b;
  font-size: 20px;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #fd9c6b;
  background-position: center;
  border-radius: 5px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #160e0b;
}

.client_section .carousel-control-next {
  left: initial;
}
.contact {
  padding: 30px 15px 15px 15px;
  background-color: #f4f4f4;
}

.contact .container {
  max-width: 500px;
  margin: 0 auto;
}

.contact h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
}

.contact form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact form input,
.contact form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
}

.contact form textarea {
  resize: vertical;
  height: 120px;
}

.contact form button {
  background-color: #f4a261;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 1em;
}

.contact form button:hover {
  background-color: #e76f51;
}


.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 10px;
}

.info_section .social_box a:hover {
  color: #fd9c6b;
  border-color: #fd9c6b;
}

.info_section h4 {
  margin-bottom: 15px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
}

.info_section .info_links .info_links_menu a:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}

.info_section .info_links .info_links_menu a:hover {
  color: #fd9c6b;
}

.info_section .info_insta .insta_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_insta .insta_box .img-box {
  width: 65px;
  min-width: 65px;
  height: 65px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  background-color: #ffffff;
}

.info_section .info_insta .insta_box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.info_section .info_insta .insta_box p {
  margin: 0;
}

.info_section .info_insta .insta_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

/* General Info Section Contact Styling */
.info_section .info_contact {
  display: flex;
  flex-direction: row; /* Align items horizontally by default */
  align-items: center;
  justify-content: space-between; /* Distribute items evenly */
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.info_section .info_contact a {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
  text-decoration: none; /* Remove underline from links */
}

.info_section .info_contact a i {
  margin-right: 15px; /* Adjust margin for icons */
  width: 50px; /* Default icon width */
  display: inline-block; /* Ensure icons stay inline */
}

/* Hover Effect for Links */
.info_section .info_contact a:hover {
  color: #fd9c6b;
}

/* Responsive Design Adjustments */
@media (max-width: 1024px) {
  .info_section .info_contact a {
    font-size: 1.1em; /* Adjust font size for tablets */
  }

  .info_section .info_contact a i {
    width: 60px; /* Adjust icon size for tablets */
  }
}

@media (max-width: 768px) {
  .info_section .info_contact {
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items to the start */
  }

  .info_section .info_contact a {
    width: 100%; /* Make links full width */
    margin-bottom: 15px; /* Increase margin for better spacing */
    font-size: 1em; /* Adjust font size for mobile screens */
  }

  .info_section .info_contact a i {
    width: 50px; /* Adjust icon size for mobile screens */
  }
}

@media (max-width: 480px) {
  .info_section .info_contact a {
    font-size: 0.9em; /* Adjust font size for very small screens */
    text-align: center; /* Center text on very small screens */
  }

  .info_section .info_contact a i {
    width: 40px; /* Adjust icon size for very small screens */
  }
}

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  color: #000000;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */
/* General Contact Section Styling */
.contact {
  padding: 30px 15px;
  background-color: #f4f4f4;
}

.contact .container {
  max-width: 500px;
  margin: 0 auto; /* Center the container */
}

/* Header Styling */
.contact h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
}

/* Form Styling */
.contact form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: 50px;
  transition: margin-right 0.3s ease;
}

.contact form input,
.contact form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #181818;
  border-radius: 5px;
  font-size: 1em;
}

.contact form textarea {
  resize: vertical;
  height: 120px;
}

/* Button Styling */
.contact form button {
  background-color: #f4a261;
  color: #b50f0f;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact form button:hover {
  background-color: #e76f51;
}

/* Responsive Design Adjustments */
@media (max-width: 768px) {
  .contact form {
    margin-right: 20px; /* Adjust margin for tablet-sized screens */
    margin-left: 20px;
  }

  .contact h2 {
    font-size: 1.8em; /* Slightly reduce font size */
  }
}

@media (max-width: 480px) {
  .contact form {
    margin-right: 0;
    margin-left: 0;
    padding: 10px; /* Add padding for smaller screens */
  }

  .contact h2 {
    font-size: 1.6em; /* Further reduce font size for mobile */
  }
}

/* Info Section Styling */
.info_section {
  padding: 20px;
  background-color: #f8f8f8;
}

.info_form_social_row {
  margin-bottom: 20px;
}

.info_form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.info_form input[type="email"] {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px; /* Space between input and button */
}

.info_form button {
  background-color: #f4a261;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.info_form button:hover {
  background-color: #e76f51;
}

/* Contact Form Styling */
.contact_form {
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.contact_form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact_form input,
.contact_form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact_form textarea {
  resize: vertical;
  height: 120px;
}

/* Button Styling for Contact Form */
.contact_form button {
  background-color: #f4a261;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact_form button:hover {
  background-color: #e76f51;
}

/* Responsive Design Adjustments */
@media (max-width: 768px) {
  .info_form,
  .contact_form form {
    flex-direction: column;
  }

  .info_form input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }

  .info_form button {
    margin-left: 0;
    width: 100%;
  }

  .contact_form {
    margin: 10px 50px; /* Adjust margins for tablet screens */
  }
}

@media (max-width: 480px) {
  .info_form {
    flex-direction: column;
    align-items: stretch;
  }

  .contact_form {
    margin: 0; /* Remove margins for mobile screens */
  }
}
.discount_details {
  background: linear-gradient(135deg, #f9e7c9, #f4d58d, #e6c15b);
  color: #2d2d2d;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  text-align: center;
  width: 90%;
  max-width: 600px; /* ✅ smaller max for better balance */
  margin: 2rem auto;
  transition: all 0.4s ease;
  animation: fadeInUp 0.8s ease;
}

.discount_details:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.25), 0 0 20px rgba(212,175,55,0.4);
  transform: translateY(-5px);
}

.discount_details h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem); /* ✅ scales smoothly */
  font-weight: bold;
  margin-bottom: 0.8rem;
  color: #b8860b;
  letter-spacing: 1px;
}

.discount_details p {
  font-size: clamp(0.9rem, 2vw, 1.1rem); /* ✅ adaptive font size */
  line-height: 1.5;
  margin-bottom: 1.2rem;
  color: #3a3a3a;
}

.btn-discount {
  display: inline-block;
  padding: 0.7rem 1.4rem;
  background: linear-gradient(135deg, #b8860b, #d4af37);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-size: clamp(0.85rem, 1.8vw, 1rem); /* ✅ auto resize */
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.btn-discount:hover {
  background: linear-gradient(135deg, #d4af37, #f1d97a);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25), 0 0 15px rgba(212,175,55,0.6);
}

/* ✨ Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ✅ Responsive Tweaks */
@media (max-width: 768px) {
  .discount_details {
    padding: 1.5rem;
  }

  .discount_details p {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .discount_details {
    padding: 1rem;
    border-radius: 15px;
  }

  .discount_details h3 {
    margin-bottom: 0.6rem;
  }

  .discount_details p {
    margin-bottom: 0.8rem;
  }

  .btn-discount {
    padding: 0.6rem 1.1rem;
  }
}
.discount-img {
  width: 100%;        /* ✅ fills parent container */
  height: auto;       /* ✅ keeps aspect ratio */
  max-width: 100%;    /* ✅ prevents overflow */
  border-radius: 15px; /* optional – soft rounded corners */
  box-shadow: 0 6px 18px rgba(0,0,0,0.15); /* optional – subtle depth */
  object-fit: cover;  /* ✅ makes it look clean inside container */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.discount-img:hover {
  transform: scale(1.03); /* ✅ smooth zoom effect */
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .discount-img {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
}

@media (max-width: 480px) {
  .discount-img {
    border-radius: 10px;
    box-shadow: none;  /* ✅ lighter look on very small screens */
  }
}
/* ===== About Section ===== */
.about_section {
  padding: 3rem 1rem;
  background: linear-gradient(135deg, #faf8f5, #f5f2ec); /* subtle gradient */
}

/* Shop box container */
.shop-box {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  margin-bottom: 2rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.shop-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Image */
.shop-box .img-box {
  width: 100%;
  aspect-ratio: 16/9; /* ✅ keeps uniform image sizes */
  overflow: hidden;
}

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

.shop-box:hover .img-box img {
  transform: scale(1.06);
}
/* Details */
.detail-boxs {
  padding: clamp(1rem, 3vw, 2rem);  /* Adjusts padding smoothly */
  flex-grow: 1;
  text-align: center;               /* Better on small screens */
}

.detail-boxs h2 {
  font-size: clamp(1.2rem, 2.2vw, 2rem); /* More flexible scaling */
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #000000;
  letter-spacing: 0.6px;
  line-height: 1.3;
}

.detail-boxs .address {
  font-size: clamp(0.85rem, 1.5vw, 1.05rem); /* Scales well */
  color: #000000;  /* lighter for readability on dark bg */
  margin-bottom: 1.2rem;
  line-height: 1.6;
  max-width: 600px; /* keeps text readable on large screens */
  margin-left: auto;
  margin-right: auto;
}

/* Small devices */
@media (max-width: 576px) {
  .detail-boxs {
    padding: 1rem;
    text-align: left; /* Optional: keep alignment natural */
  }

  .detail-boxs h2 {
    font-size: 1.1rem;
  }

  .detail-boxs .address {
    font-size: 0.9rem;
  }
}


/* Button */
.about-btn {
  display: inline-block;
  padding: 0.65rem 1.5rem;
  background: linear-gradient(135deg, #26016b, #0a0167);
  color: #ffffff; /* ✅ improved contrast */
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 35px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.about-btn:hover {
  background: linear-gradient(135deg, #d4af37, #f1d97a);
  transform: scale(1.07);
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
  color: #000;
}

/* ===== Responsive Layout ===== */
@media (max-width: 991px) {
  .shop-box {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .detail-boxs {
    padding: 1rem;
  }

  .about-btn {
    padding: 0.55rem 1.2rem;
    font-size: 0.85rem;
  }
}
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

/* Video Section */
.video-section {
  position: relative;
  width: 90%;        /* compact width */
  max-width: 800px;  /* professional card size */
  margin: 50px auto; /* center section with spacing */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Video Styling */
.video-section video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.9) saturate(1.2);
  transition: transform 1.2s ease, filter 1s ease;
}

.video-section:hover video {
  transform: scale(1.05);
  filter: brightness(1) saturate(1.3);
}

/* Overlay Text */
.overlay-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 8px rgba(0,0,0,0.7);
  width: 90%;
}

/* Compact, professional text */
.overlay-text h1 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 5px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.overlay-text p {
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .video-section {
    width: 95%;
  }
  .overlay-text h1 {
    font-size: 1.6rem;
  }
  .overlay-text p {
    font-size: 1rem;
  }
}
