/* =============================================
    NEW FONT STYLES
============================================= */

/* 1. Set the default font for the entire website */
body {
  font-family: 'Montserrat', sans-serif; /* Replaces 'Poppins' */
  color: #0c0c0c;
  background-color: #ffffff;
}

/* 2. Set the elegant font for all main headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

/* 3. Specifically target the main banner heading for bigger impact */
.slider_section .detail_box h1 {
  font-family: 'Playfair Display', serif;
}

.layout_padding {
  padding: 65px 0;
}

.layout_padding2 {
  padding: 45px 0;
  background: #542219;
}

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

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

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

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

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  position: relative;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 30px;
  top: 28%;
  right: -15px;
  background: -webkit-gradient(linear, left top, right top, from(#fb930a), to(#f5e47b));
  background: linear-gradient(to right, #fb930a, #f5e47b);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

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

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* === MODIFIED/NEW STYLES START HERE === */
/* =============================================
    HEADER STYLES
============================================= */
.hero_area {
  height: 100vh;
  position: relative;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.header_section {
  position: absolute;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.header_section.header-scrolled {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-top: 4px solid;
  border-image-slice: 1;
  /* border-image-source: linear-gradient(to left, #fd2cff, #542219, #c251ff); */
  border-image-source: linear-gradient(to left, #000000, #542219, #542219);
}
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-brand img {
  width: 45px;
  margin-right: 10px;
}
.navbar-brand span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #191919;
  text-transform: uppercase;
}
.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 29px;
  color: #542219;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 500;
}
.custom_nav-container .navbar-nav .nav-link i {
  margin-right: 2px;
}
.custom_nav-container .navbar-nav .nav-item.active .nav-link,
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #ffffff !important;
  background-color: #542219;
  border-radius: 8px;
}
.custom_nav-container .navbar-toggler {
  outline: none;
  border: none;
}
.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 45px;
}


/* === MODIFIED/NEW STYLES END HERE === */

/*end header section*/

/* slider section */
.slider_section {
  height: calc(100% - 70px);
  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;
}

.slider_section .design-box {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 75px;
}

.slider_section .design-box img {
  width: 100%;
}

.slider_section .slider_number-container {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4%;
  text-align: center;
  opacity: .6;
}

.slider_section .slider_number-container hr {
  width: 1px;
  height: 50px;
  border: none;
  background-color: #ffffff;
}

.slider_section .slider_number-container .number-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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
}

.slider_section .detail_box h2 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .detail_box h2 span {
  margin-right: 10px;
}

.slider_section .detail_box h2 hr {
  margin: 0;
  border: none;
  width: 55px;
  height: 1px;
  background-color: #000000;
}

.slider_section .detail_box h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 5rem;
  margin-bottom: 30px;
  color: #542219;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #542219 !important;
  border: 1px solid #0d0806;
  color: #ffffff !important;
  border-radius: 10px;
  margin: 35px 0;
}

.slider_section .detail_box a:hover {
  background-color: transparent;
  color: #0d0806;
}

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

.slider_section .carousel-indicators {
  padding: 0;
  margin: 0;
  right: initial;
  bottom: 22%;
  left: 17%;
}

.slider_section .carousel-indicators li {
  text-indent: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background-color: transparent;
  border: none;
  color: #c0c0c0;
  font-size: 24px;
  display: none;
}

.slider_section .carousel-indicators li.active {
  display: block;
}

/* Other Sections... (All other original styles remain the same) */
/* =============================================
    MODERNIZED ITEM SECTION STYLES
============================================= */
/* =============================================
    MODERNIZED ITEM SECTION STYLES
============================================= */

/* =============================================
    COLORFUL & STYLISH ITEM SECTION
============================================= */

/* Using CSS Grid for a fully responsive layout */
.item_section .item_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px; /* Increased space between cards */
}

/* The new colorful card (.box) style */
.item_section .item_container .box {
  background: linear-gradient(145deg, #ffffff, #fff9ed); /* Light gold gradient */
  border: 1px solid #fdeec6;
  border-radius: 12px; /* Softer corners */
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

/* The hover effect for the card */
.item_section .item_container .box:hover {
  transform: translateY(-10px); /* Lifts the card up more */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 8px 15px rgba(248, 194, 44, 0.25); /* Stronger shadow + Gold glow */
}

/* Image container */
.item_section .item_container .box .img-box {
  margin-bottom: 25px;
}

.item_section .item_container .box .img-box img {
  width: 100%;
  height: 150px; /* Giving a fixed height for consistency */
  object-fit: contain; /* Use 'contain' to see the full image */
  transition: transform 0.4s ease;
}

/* Image zoom effect on card hover */
.item_section .item_container .box:hover .img-box img {
  transform: scale(1.1);
}

/* NEW: Badge style for sub-heading (e.g., "BEST DESIGNS") */
.item_section .item_container .box h6 {
  display: inline-block; /* Makes the background fit the text */
  background-color: #fbb534;
  color: #542219;
  padding: 5px 12px;
  border-radius: 15px; /* Pill shape */
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* NEW: Background for main heading (e.g., "BANGLES") */
.item_section .item_container .box h5 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #333;
  background-color: #fff9ed;
  padding: 12px;
  margin: 0 -25px -25px -25px; /* Negative margin to stretch to edges */
  border-top: 1px solid #fdeec6;
}
/* =============================================
    NEW STYLISH ABOUT US SECTION
============================================= */
/* =============================================
    FINAL ABOUT US SECTION STYLES
============================================= */
.about_section {
  position: relative;
  
  /* UNGA ORIGINAL IMAGE PATH-A USE PANNUNGA */
  background-image: url(../images/about-bg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* White overlay with 85% opacity */
.about_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(255, 255, 255, 0.85); */
}

/* Matra styles apdiye irukattum */
.about_section .container {
  position: relative;
  z-index: 2;
}
 

.about_section .detail-box {
  padding-right: 20px;
}

.about_section .heading_container h2 {
  font-size: 2.8rem;
  position: relative;
}

/* Vertical accent bar for the heading */
.about_section .heading_container h2::before {
  content: "";
  position: absolute;
  width: 6px; /* Thicker bar */
  height: 90%; /* Taller bar */
  top: 5%;
  left: -25px; /* Positioned to the left */
  right: auto;
  background: linear-gradient(to bottom, #f8c22c, #d1931a);
}

.about_section .detail-box p {
  margin-top: 25px;
  line-height: 1.9;
  color: #333;
      text-align: justify;
}

.about_section .img-box {
  padding: 20px;
}

.about_section .img-box img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .about_section .detail-box {
    padding-right: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .about_section .heading_container {
    justify-content: center;
  }
  .about_section .heading_container h2::before {
    left: -20px;
  }
}
/* =============================================
    NEW DARK THEME PRODUCTS SECTION
============================================= */
.products_section {
    background-color: #111111; /* Dark background */
    color: #ffffff;
}

/* New Heading Style for Dark Section */
.heading_container_dark {
    text-align: center;
    margin-bottom: 50px;
}
.heading_container_dark .sub-heading {
    color: #f8c22c;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}
.heading_container_dark h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin: 10px 0;
}
.heading_container_dark .decorator {
    width: 80px;
    height: 3px;
    background: #f8c22c;
    margin: 15px auto 0 auto;
}

/* Product Card Styling */
 /* =============================================
    FINAL DARK THEME PRODUCTS SECTION (GRID)
============================================= */

/* Main Section Style */
.products_section {
    background-color: #111111;
    color: #ffffff;
}

/* Heading Style */
.heading_container_dark {
    text-align: center;
    margin-bottom: 50px;
}
.heading_container_dark .sub-heading {
    color: #f8c22c;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}
.heading_container_dark h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin: 10px 0;
}
.heading_container_dark .decorator {
    width: 80px;
    height: 3px;
    background: #f8c22c;
    margin: 15px auto 0 auto;
}

/* The NEW Responsive Grid */
/* =============================================
    FINAL DARK THEME PRODUCTS SECTION (SLIDER)
============================================= */
/* =============================================
    FINAL DARK THEME PRODUCTS SECTION (SLIDER)
============================================= */

.products_section {
    background-color: #111111;
    color: #ffffff;
    overflow: hidden;
}

.heading_container_dark {
    text-align: center;
    margin-bottom: 50px;
}
.heading_container_dark .sub-heading {
    color: #f8c22c;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}
.heading_container_dark h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin: 10px 0;
}
.heading_container_dark .decorator {
    width: 80px;
    height: 3px;
    background: #f8c22c;
    margin: 15px auto 0 auto;
}

/* --- IMPORTANT FIX STARTS HERE --- */

 /* =============================================
    FINAL DARK THEME PRODUCTS SECTION (Corrected)
============================================= */
/* =============================================
    FINAL & CORRECT PRODUCTS SECTION CSS
============================================= */

.products_section {
    background-color: #542219;
    color: #ffffff;
    overflow: hidden;
}
.products_section .container {
    max-width: 1300px;
}

.heading_container_dark {
    text-align: center;
    margin-bottom: 50px;
}
.heading_container_dark .sub-heading {
    color: #f8c22c;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}
.heading_container_dark h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin: 10px 0;
}
.heading_container_dark .decorator {
    width: 80px;
    height: 3px;
    background: #f8c22c;
    margin: 15px auto 0 auto;
}

.product-slider {
    position: relative;
    padding: 10px 50px;
}

.product-card {
    text-align: center;
    transition: transform 0.3s ease;
}
.product-card:hover {
    transform: translateY(-10px);
}

/* --- THIS IS THE CRITICAL FIX --- */
.product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    /* The magic Hexagon shape */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* --- END OF FIX --- */

.product-info {
    margin-top: 25px;
}
.product-info h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
}
.product-info p {
    color: #f8c22c;
    margin: 5px 0 15px 0;
    font-family: 'Montserrat', sans-serif;
}
.enquire-btn {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #f8c22c;
    color: #f8c22c;
    text-decoration: none;
    transition: all 0.3s ease;
}
.enquire-btn:hover {
    background-color: #f8c22c;
    color: #111;
}

.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
    color: #f8c22c;
    top: 40%;
}
.product-slider .swiper-button-prev {
    left: 0px;
}
.product-slider .swiper-button-next {
    right: 0px;
}
/* BACK TO TOP BUTTON */
.back-to-top-btn { position: fixed; bottom: 25px; right: 25px; width: 50px; height: 50px; background-color: #542219; color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; opacity: 0; visibility: hidden; transition: all 0.4s ease; z-index: 999; }
.back-to-top-btn.show { opacity: 1; visibility: visible; }

 
.price_section {
  background-color: #f8f8f8;
}

.price_section .price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price_section .price_container .box {
  min-width: 300px;
  max-width: 360px;
  height: 550px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 10px;
  padding: 45px 0 25px 0;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.price_section .price_container .box .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price_section .price_container .box .img-box img {
  width: 150px;
}

.price_section .price_container .box h6 {
  font-weight: bold;
  font-size: 18px;
}

.price_section .price_container .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}

.price_section .price_container .box .detail-box h5 span {
  color: #fbb534;
}

.price_section .price_container .box .detail-box a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
}

.price_section .price_container .box:hover a {
  border-color: #fbb534;
  color: #fbb534;
}

.price_section .price_btn {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
}

.price_section .price_btn:hover {
  background-color: transparent;
  color: #0d0806;
}

.ring_section {
  text-align: center;
  position: relative;
}

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

.ring_section .container {
  -webkit-box-shadow: 0px 0px 56px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 56px 1px rgba(0, 0, 0, 0.08);
}

.ring_section .design-box {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 75px;
}

.ring_section .design-box img {
  width: 100%;
}

.ring_section .ring_container .detail-box h4 {
  text-transform: uppercase;
  color: #fbb534;
}

.ring_section .ring_container .detail-box a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
}

.ring_section .ring_container .img-box img {
  width: 100%;
}

.client_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .secondary_heading {
  text-align: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fbb534;
  padding: 25px;
  width: 85%;
  margin: 75px auto;
}

.client_section .client_container .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
}

.client_section .client_container .client-id .img-box {
  margin-right: 25px;
}

.client_section .client_container .client-id .img-box img {
  width: 100%;
}

.client_section .client_container .client-id h5 {
  font-weight: bold;
}

.client_section .client_container .client-id h6 {
  color: #f6d768;
}

.client_section .client_container .detail-box {
  width: 55%;
}

.client_section .client_container .detail-box p {
  margin: 0;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  opacity: 1;
}

.client_section .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.client_section .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.client_section .carousel-control-prev-icon,
.client_section .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-size: 25px;
}

.client_section .carousel-control-prev-icon {
  background-image: url(../images/prev-black.png);
}

.client_section .carousel-control-prev-icon:hover {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next-icon {
  background-image: url(../images/next-black.png);
}

.client_section .carousel-control-next-icon:hover {
  background-image: url(../images/next.png);
}
  /* CUSTOM CSS PROVIDED BY USER (with minor adjustments for consistency) */
        .contact_section {
            position: relative;
       
        }
        
        .contact_section .design-box {
            position: absolute;
            bottom: 50%;
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
            right: 0;
            width: 100px; 
            z-index: 1; 
            opacity: 0.6;
        }
        
        .contact_section .design-box img {
            width: 100%;
        }
        
        .contact_section .heading_container h2 {
           
            font-size: 2.5rem;
            color: #4a4a4a;
            font-weight: 700;
        }

        .contact_section form {
            padding-right: 0;
            padding-top: 15px; /* Added slight top padding for form */
        }
        
        /* --- FORM DESIGN: CLEAN BOTTOM BORDER STYLE --- */
        .contact_section input, .contact_section .message-box {
            width: 100%;
            border: none;
            border-bottom: 2px solid #ccc; /* Simple bottom border */
            height: 50px;
            margin-bottom: 25px;
            padding-left: 0; /* Align placeholder to left edge */
            background-color: transparent;
            outline: none;
            color: #101010;
            border-radius: 0; 
            box-shadow: none; 
            transition: border-color 0.3s;
        }

        .contact_section input:focus, .contact_section .message-box:focus {
            border-bottom-color: #880E4F; /* Focus border color using theme color */
            box-shadow: none;
        }

        .contact_section input.message-box {
            height: 120px;
            padding-top: 10px; 
        }

        .contact_section input::placeholder {
            color: #777;
        }
        
        .contact_section button {
            padding: 12px 43px;
            outline: none;
            border: none;
            border-radius: 30px;
            color: #fff;
            background: linear-gradient(to bottom, #f5e47b, #fb930a); /* Gold Gradient */
            margin-top: 10px;
            font-weight: bold;
            transition: opacity 0.3s;
        }
        
        .contact_section button:hover {
            opacity: 0.85;
        }

        /* CONTACT INFO BOX STYLING */
        .contact_info_box {
            background-color: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .contact_info_box h4 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 25px; 
            color: #880E4F; /* Theme color */
        }

        /* --- ALIGNMENT FIX APPLIED HERE --- */
        .contact-detail-row {
            display: flex;
            align-items: center; /* Ensures vertical centering */
            gap: 10px;
            margin-bottom: 20px; 
            color: #333;
            line-height: 1.5;
        }
        
        /* Targeting both SVG (Lucide) and i (Font Awesome) icons */
        .contact-detail-row i { /* Only targeting FA icons now */
            color: #880E4F; 
            min-width: 20px;
            font-size: 24px; /* Set font size for FA icons */
        }
        
        .contact-text-group {
            flex-grow: 1; 
            font-size: 1.0em;
        }

        .contact-text-group strong {
            font-weight: 600;
            margin-right: 5px;
            color: #4a4a4a; 
        }

        .contact-text-group a {
            color: #880E4F;
            text-decoration: none;
        }

        .contact-text-group a:hover {
            text-decoration: underline;
        }
        /* --- END ALIGNMENT FIX --- */


        /* MAP STYLING */
        .map_container {
            height: 400px; /* Fixed height for the map */
            margin-top: 40px;
            border-radius: 8px;
            overflow: hidden; 
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }
        .map-responsive {
            width: 100%;
            height: 100%;
            border: 0;
        }

        /* Mobile Adjustments */
        @media (max-width: 767px) {
            .contact_section .row {
                flex-direction: column-reverse; /* Put map/info above form on mobile */
            }
            .contact_info_box {
                margin-bottom: 30px;
            }
        }
		/*contact section end*/

.info_section {
  background-color: #363636;
  color: #ffffff;
}

.info_section .info_container .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 10px 45px 10px;
  background-color: #ffffff;
  width: 200px;
  border-radius: 0 0 50px 50px;
}

.info_section .info_container .info_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_container .info_logo a img {
  width: 50px;
  margin-right: 10px;
}

.info_section .info_container .info_logo a span {
  text-transform: uppercase;
  color: #000000;
  font-size: 28px;
  font-weight: bold;
}

.info_section .info_container .info_contact {
  padding: 115px 10px 45px 10px;
}

.info_section .info_container .info_contact a {
  color: #ffffff;
}

.info_section .info_container .info_contact a img {
  margin-right: 10px;
}

.info_section .info_heading {
  text-transform: uppercase;
  margin: 20px 0;
  position: relative;
}

.info_section .info_heading::before {
  content: "";
  width: 45px;
  height: 5px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  background-color: #f8bf46;
}

.info_section .info_form form {
  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;
}

.info_section .info_form form .email_box {
  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_form form label {
  color: #5a5959;
}

.info_section .info_form form input {
  width: 500px;
  border: none;
  background-color: #ffffff;
  outline: none;
  padding: 5px;
}

.info_section .info_form form button {
  padding: 8px 65px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e47b), to(#fb930a));
  background: linear-gradient(to bottom, #f5e47b, #fb930a);
  margin-top: 35px;
  text-transform: uppercase;
}

.info_section .info_social {
  padding-top: 35px;
  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;
}

.info_section .info_social .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social .social_box img {
  min-width: 10px;
  margin: 0 10px;
}

/* footer section*/
.footer_section {
  background-color: #542219;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.footer_section p {
  /* border-top: 1px solid #ffffff; */
  color: #f2ecda;
  margin: 0;
  text-align: center;
  padding: 20px 35px;
  margin: 0;
}

.footer_section a {
  color: #9c9b9b;
}
/*# sourceMappingURL=style.css.map */
/* 1. Default Header Style (Not Sticky) */
.header_section {
    /* position: sticky; - இந்த வரியை நீக்கவும் அல்லது மாற்றவும் */
    position: absolute; /* or relative, depending on your layout */
    width: 100%;
    z-index: 1000;
    background-color: transparent; /* Initially transparent */
    transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    border-top: 4px solid red;
    position: fixed;
    top: 0;
    /* background-color: #ffffff; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    border-top: 4px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #000000, #542219, #542219);
}

/* 2. Scrolled Header Style (This class will be added by JavaScript) */
.header_section.header-scrolled {
    position: fixed; /* Becomes fixed on scroll */
    top: 0;
    background-color: #ffcc00; /* White background on scroll */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Shadow appears on scroll */
    /* color: red; */
    background-image: url(../images/about-bg.png);
    background-position: center;
    background-attachment: fixed;
    /* background-repeat: no-repeat; */      
}


/* Menu Icons (No change needed) */
.custom_nav-container .navbar-nav .nav-link i {
    /* margin-right: 4px; */
}

/* Active Menu Background (No change needed) */
.custom_nav-container .navbar-nav .nav-item.active .nav-link,
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
    color: #ffffff;
    background-color: #542219;
    border-radius: 8px;
    margin-right: 6px;
    padding: 8px 10px;
    padding: 8px 20px;
}

.custom_nav-container .navbar-nav .nav-link {
     padding: 8px 29px;
     transition: all 0.3s ease;
}

/* =============================================
    MOBILE RESPONSIVE & SIDE MENU STYLES
============================================= */
@media (max-width: 991px) {
  /* By default (desktop), hide the mobile-only content */
  .side-menu-content {
    display: none;
  }
  
  /* On mobile, hide the desktop menu */
  .navbar-collapse .navbar-nav.ml-auto {
    display: none;
  }
  
  /* Adjust main logo size on mobile */
  .navbar-brand img {
    width: 35px;
  }
  .navbar-brand span {
    font-size: 14px;
  }

  /* Main container for the slide-in menu */
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background-color: #000;
    padding: 0;
    display: block;
    transition: right 0.4s ease-in-out;
    box-shadow: -5px 0 15px rgba(0,0,0,0.2);
  }
  .navbar-collapse.show {
    right: 0;
  }

  /* This container holds all content within the sidebar */
  .navbar-collapse.show .side-menu-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
  }

  /* Header inside the mobile menu (Logo + Close Button) */
  .side-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
    flex-shrink: 0;
  }
  .navbar-brand-mobile {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
  }
   .navbar-brand-mobile img {
    height: 35px;
    margin-right: 10px;
  }
  .side-menu-header .close {
    color: #fff;
    opacity: 1;
    font-size: 2rem;
    background: transparent;
    border: 0;
    padding: 0 10px;
    line-height: 1;
  }

  /* Mobile menu link list */
  .navbar-nav-mobile {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    flex-grow: 1;
  }
  .navbar-nav-mobile .nav-item {
    width: 100%;
  }
  .navbar-nav-mobile .nav-link {
    color: #fff !important;
    padding: 15px 10px !important;
    border-bottom: 1px solid #333;
    width: 100%;
    display: block;
  }
  .navbar-nav-mobile .nav-link i {
    margin-right: 10px; /* Space for icons */
  }
  .navbar-nav-mobile .nav-item:hover .nav-link,
  .navbar-nav-mobile .nav-item.active .nav-link {
    background-color: #f8c22c !important;
    color: #000 !important;
  }

  /* Contact info at the bottom of the mobile menu */
  .side-menu-contact-info {
    color: #aaa;
    border-top: 1px solid #444;
    padding-top: 20px;
    font-size: 0.9rem;
    flex-shrink: 0;
  }
  .side-menu-contact-info h5 {
    color: #fff;
    margin-bottom: 10px;
  }
  .side-menu-contact-info i {
    margin-right: 10px;
    color: #f8c22c;
  }
}
/* =============================================
    FIX: HIDE MOBILE MENU ON DESKTOP VIEW
============================================= */

/* 1. By default (on desktop), hide the mobile-only sidebar content. */
.side-menu-content {
    display: none;
}

/* 2. On mobile screens, re-enable the sidebar content. */
@media (max-width: 991px) {
    .side-menu-content {
        display: flex; /* This makes it visible again inside the mobile sidebar */
    }
}
/* =============================================
    FINAL SLIDER ARROW STYLES
============================================= */
/* =============================================
    CORRECTED BANNER ARROW STYLES
============================================= */

/* General style for both arrows */
#home .slider_section .carousel-control-prev,
#home .slider_section .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2); /* Made even more subtle */
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5; /* Reduced default opacity */
    transition: all 0.3s ease;
}

#home .slider_section .carousel-control-prev:hover,
#home .slider_section .carousel-control-next:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Positioning the arrows at the FAR edges of the slider */
#home .slider_section .carousel-control-prev {
    left: 20px;
}

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

#home .slider_section .carousel-control-prev-icon,
#home .slider_section .carousel-control-next-icon {
    width: 25px;
    height: 25px;
}

/* Hiding the arrows on mobile view */
@media (max-width: 768px) {
    #home .slider_section .carousel-control-prev,
    #home .slider_section .carousel-control-next {
        display: none;
    }
}

/* Basic Modal Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Image Thumbnails */
.thumbnail {
    width: 80px; /* Adjust as needed */
    height: 80px; /* Adjust as needed */
    object-fit: cover; /* Keeps aspect ratio and covers area */
    border: 2px solid #ddd;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.thumbnail:hover {
    opacity: 1;
    border-color: #d4a754; /* Gold highlight on hover */
}

/* Current active thumbnail */
.thumbnail.active {
    opacity: 1;
    border-color: #d4a754; /* Gold highlight for active */
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
      background: #f8c22c;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Optional: Main image cursor style */
#mainProductImage {
    cursor: zoom-in;
}

/* 1. GOOGLE FONT IMPORT */
/* Noto Serif Tamil is clear and elegant for body text */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Tamil:wght@400;700&display=swap');

/* Apply the new font to all Tamil content */
.tamil-content, .heading_container h2 {
    font-family: 'Noto Serif Tamil', serif;
    line-height: 1.8; /* Improves readability for Tamil text */
}
/* --- PHONE CONTACT BLOCK STYLING --- */

.contact-info-block {
    /* Mimics the yellow background block */
    background-color: #fdd835; /* Bright yellow */
    color: #880e4f; /* Deep red for text */
    padding: 15px 25px;
    border-radius: 8px; /* Rounded corners */
    text-align: center;
    margin: 20px auto;
    display: inline-flex; /* Allows icon and numbers to be inline */
    align-items: center;
    /* Optional: Center the block if the container allows */
    justify-content: center;
}

.phone-number-link {
    color: #880e4f; /* Deep red color for numbers */
    text-decoration: none; /* Remove underline */
    font-size: 1.6em; /* Large, noticeable font size */
    font-weight: 900; /* Extra bold */
    display: inline-flex;
    align-items: center;
}

.phone-number-link:hover {
    color: #5d0737; /* Darker red on hover */
}

.phone-icon-img {
    font-size: 1.4em; /* Icon size */
    margin-right: 10px;
    /* Styles to mimic the image's circled icon */
    background-color: white;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #880e4f;
}

.number-text {
    /* For the actual phone numbers */
    margin-right: 5px; /* Space between number and separator */
    letter-spacing: 1px; /* Gives a premium feel */
}

.separator {
    /* Style for the comma separator */
    color: #880e4f;
    font-size: 1.6em;
    font-weight: 900;
    margin: 0 5px;
}

/* Mobile Responsiveness for the contact block */
@media (max-width: 600px) {
    .contact-info-block {
        /* Stacks the numbers if they get too wide on a small phone */
        flex-direction: column;
        padding: 10px;
        font-size: 0.9em;
    }
    .phone-number-link {
        margin: 5px 0;
    }
    .separator {
        display: none; /* Hide the comma separator on mobile when stacked */
    }
}
/* Scroll-to-Top Button Styling */
        #scrollTopButton {
            display: none; /* Hidden by default */
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 99;
            border: none;
            outline: none;
            background: linear-gradient(to bottom, #fb930a, #f5e47b); /* Reversed Gold Gradient for contrast */
            color: white;
            cursor: pointer;
            padding: 15px;
            border-radius: 50%; /* Circular shape */
            font-size: 16px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            transition: opacity 0.3s, transform 0.3s;
        }

        #scrollTopButton:hover {
            opacity: 0.9;
            transform: scale(1.05);
        }
		
		/* =========================
   UPDATED FOOTER STYLES
   ========================= */

.footer_section {
    /* padding: 20px 0; */
}

.footer-content {
    display: flex;
    justify-content: space-between; /* Moves items to opposite ends */
    align-items: center;
    flex-wrap: wrap; /* Helps in mobile view */
    gap: 15px; /* Adds space if items wrap */
}

.footer-links a {
    color: #f3eddb; /* Takes the color from the parent */
    text-decoration: none;
    margin-right: 15px; /* Space between links */
}

.footer-links a:last-child {
    margin-right: 0;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer_section p {
    margin: 0; /* Removes default paragraph margin */
}

/* --- Responsive styles for mobile --- */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column; /* Stacks items vertically on small screens */
        justify-content: center;
    }
    .footer-links {
        order: 2; /* Puts links below copyright on mobile */
    }
    .footer_section p {
        order: 1; /* Puts copyright text on top on mobile */
        margin-bottom: 10px;
    }
}
/* ====================================
   TERMS & PRIVACY PAGE STYLES
   ==================================== */

/* Page background color */
.policy-page-body {
    background-color: #f9f9f9;
}

/* Breadcrumb navigation bar */
.breadcrumb-section {
    background-color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.breadcrumb-section a {
    color: #cda45e; /* Gold color */
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-section a:hover {
    text-decoration: underline;
}

.breadcrumb-section span {
    color: #333;
    margin-left: 8px;
}

.breadcrumb-section .fa-home {
    margin-right: 5px;
}

/* Main content box */
.policy-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 40px 50px;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}

/* Main Title (e.g., "Terms & Conditions") */
.policy-container h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    text-align: center;
    color: #222;
    margin-bottom: 35px;
}

/* Section Sub-headings (e.g., "1. Product Pricing") */
.policy-container h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #cda45e; /* Gold color */
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

/* Paragraph and List styles */
.policy-container p, .policy-container li {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    color: #555;
    text-align: justify;
    margin-bottom: 15px;
}

.policy-container ul {
    list-style-type: disc;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .policy-container {
        margin: 30px 15px;
        padding: 25px;
    }
    .policy-container h2 {
        font-size: 30px;
    }
    .policy-container h3 {
        font-size: 18px;
    }
}
/* =========================
   SCROLL TO TOP ARROW
   ========================= */
#scrollTopBtn {
  display: none; /* Default ah marachi vekkanum */
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
  background-color: #cda45e; /* Unga theme gold color */
  color: white;
  border: none;
  border-radius: 50%; /* Vattama irukka */
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 50px; /* Icon-a center la kondu vara */
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s, visibility 0.3s;
}

#scrollTopBtn:hover {
  background-color: #b89554; /* Hover color */
}

@media (max-width: 440px) {
	.navbar-brand span {
        font-size: 13px;
    }
    .navbar-brand img {
        width: 25px;
    }
}