/*

Theme Name: abelabro

Theme URI: 

Author: abelabro

Author URI:

Description: Simple and Responsive Wordpress theme.

*/
@font-face {
  font-family: "DMSans-Light";
  src: url("fonts/DMSans-Light.ttf");
}

@font-face {
  font-family: "DMSerifDisplay-Regular";
  src: url("fonts/DMSerifDisplay-Regular.ttf");
}

@font-face {
  font-family: "DMSans-Regular";
  src: url("fonts/DMSans-Regular.ttf");
}

@font-face {
  font-family: "DMSans-Medium";
  src: url("fonts/DMSans-Medium.ttf");
}

@font-face {
  font-family: "DMSans-SemiBold";
  src: url("fonts/DMSans-SemiBold.ttf");
}
@font-face {
  font-family: "DMSans-Bold";
  src: url("fonts/DMSans-Bold.ttf");
}

@font-face {
  font-family: "DMSans-ExtraBold";
  src: url("fonts/DMSans-ExtraBold.ttf");
}

/* -- style for common -- */

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DMSans-Regular";
  scroll-behavior: smooth;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-family: "DMSans-Medium";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--black);
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: var(--black);
  text-decoration: none;
}

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  box-shadow: none !important;
}

.container {
  width: 100%;
  max-width: 1200px;
}

ul,
ol {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

/* Common Style */

:root {
  --primary: #ddd;
  --black: #000;
  --white: #fff;
}
.font-48 {
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #0b0b0b;
  font-family: "DMSerifDisplay-Regular";
}
.banner_video_sec {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.banner_video_sec video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  left: 0;
  top: 0;
}
.page-id-7 .header_fixed {
  position: fixed;
  width: 100%;
  z-index: 80;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: none; /* remove border */
  backdrop-filter: none;
  background: rgba(33, 33, 33, 0.2);
}
.blur-overlay {
  position: absolute;
  /* background: rgba(33, 33, 33, 0.2); */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header_fixed {
  position: fixed;
  width: 100%;
  z-index: 80;
  background: rgba(33, 33, 33, 1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: none;
  border: none; /* remove border */
}
.header_fixed .common-container {
  position: relative;
  z-index: 2;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.common-container {
  width: 1580px;
  max-width: 100%;
  padding: 0px 70px;
  margin: 0px auto;
}
.menu_flag_split {
  display: flex;
  align-items: center;
  gap: 65px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "DMSans-Medium";
}

.menu_flag_split ul li a {
  color: #fff;
  transition: color 0.3s ease-in; /* smooth transition */
}

.menu_flag_split ul li a:hover {
  color: #deb774;
}

#main-menu {
  gap: 55px;
}
.banner_content_sec {
  z-index: 30;
}
.banner_sec_wrapper {
  z-index: 40;
}
.button {
  width: 208px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-family: "DMSans-Bold";
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Initial gradient: dark → light → dark */
  background: linear-gradient(90deg, #936625 0%, #ccb46c 50%, #936625 100%);
  transition: background 0.3s ease-in-out;
}

.button:hover {
  /* Hover gradient: light → dark → light */
  background: linear-gradient(90deg, #ccb46c 0%, #936625 50%, #ccb46c 100%);
}
.font-64 {
  color: #fff;
  font-size: 64px;
  font-family: "DMSerifDisplay-Regular";
  line-height: 74px;
}
.banner_content_sec p {
  color: #fff;
  padding-bottom: 37px;
}
.banner_content_sec h1 {
  padding-bottom: 42px;
}
.banner_btn_wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.bannet_left_sec {
  max-width: 563px;
  width: 100%;
}
/* banner right hover image interaction */

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 items per row */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.image-container {
  position: relative;
  height: 273px;
  border-radius: 13px;
  overflow: hidden;
  background: #ffffff1a;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

/* Gradient border using pseudo-element */
.image-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 13px;
  padding: 1px; /* thickness of border */
  background: linear-gradient(
    151.48deg,
    rgba(255, 255, 255, 0.5) 6.09%,
    rgba(11, 11, 11, 0.5) 66.72%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

/* Images inside container */
.image-container .img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease, opacity 0.6s ease;
  border-radius: 13px;
  padding: 26px;
  z-index: 1;
}

.img-hover {
  transform: translateX(100%);
  z-index: 1;
}

/* Hover effect */
.image-container:hover .img-default {
  transform: translateX(-100%);
  opacity: 0;
}

.image-container:hover .img-hover {
  transform: translateX(0);
  opacity: 1;
}

.banner_content_sec_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.banner_right_sec {
  max-width: 635px;
  width: 100%;
}
/* footer section */
footer {
  /* padding-top: 219px; */
}
.padding-50 {
  padding-top: 50px;
}

.spirit-card {
  position: relative;
  overflow: visible;
  border-radius: 12px;
  text-align: left;
}

/* Image wrapper */
.spirit-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  height: auto;
}

.spirit-image img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

/* Content block inside image */
.spirit-content {
  display: flex;
  align-items: start;
  justify-content: center;
  background: linear-gradient(269.92deg, #deb774 41.62%, #a99060 114.15%);
  padding: 15px 20px;
  border-radius: 8px;
  color: #000;
  text-align: left;
  min-width: fit-content;
  max-width: 100%;
  height: 146px;
  overflow: auto;
  flex-direction: column;
  opacity: 0;
  margin-left: -50px;
  z-index: 20;
  position: relative;
  padding-left: 54px;
  margin-bottom: 65px;
  /* Add transform for sliding */
  transform: translateX(-50px); /* start slightly left */
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.beer-slider .spirit-content {
  height: 100%;
}
.softdrinks-slider .spirit-content {
  height: 100%;
}
.spirit-card .spirit-spirit:hover + .spirit-content {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
html[lang="ta"] .spirit-content {
  height: fit-content;
  z-index: 99;
  position: absolute;
  bottom: 0;
  margin-bottom: 0px;
  transform: translateY(50%);
  margin-left: 0px;
  padding-left: 20px;
}

html[lang="ta"]
  .spirit-content
  .spirit-card
  .spirit-spirit:hover
  + .spirit-content {
  opacity: 1;
  transform: translateY(0);
}
html[lang="ta"] .spirit-image {
  align-items: center;
}
/* Hover: show content */
html[lang="ta"] .spirit-card .spirit-spirit:hover + .spirit-content {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.drug_container {
  width: 1804px !important;
}
.drug_sec_box {
  padding: 30px;
  padding-bottom: 29px;
  background: #eedebc;
  border-radius: 30px;
}

.padding-60 {
  padding-top: 60px;
}
.drug_container .owl-carousel .owl-item img {
  width: auto !important;
  position: relative;
  z-index: 50;
  height: 100%;
}

.font-22 {
  font-size: 22px;
  line-height: 32px;
  font-family: "DMSerifDisplay-Regular";
  color: #000000;
}
.font-16 {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: "DMSans-Regular";
}
.font-14 {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-family: "DMSans-Regular";
}
.excerpt p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: "DMSans-Regular";
}
.foodproduct-slider img {
  height: 180px;
  width: auto !important;
}
.dealership-slider .item {
  border: 1px solid #deb774;
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.dealership-slider .item img {
  height: 120px;
  object-fit: contain;
}
.dealership_wrapper {
  display: flex;
  align-items: center;
  gap: 66px;
}

.dealership_header {
  flex: 0 0 250px; /* title block fixed width */
}

.dealership_slider_wrapper {
  flex: 1;
  display: block;
  max-width: calc(100% - 250px); /* remaining space */
  overflow: hidden; /* keep carousel inside */
}
.video_section .common-container {
  overflow: hidden;
}

.video_section video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* Contact us section */
.home_contact_us {
  background: #eedebc;
  padding: 75px 194px;
  border-radius: 30px;
}
.home_contact_wrapper {
  display: flex;
  justify-content: space-between;
}
.contact_left {
  max-width: 490px;
  width: 100%;
}
.contact_right {
  max-width: 643px;
  width: 100%;
}

input {
  height: 56px;
  box-shadow: 0px 4.4px 20px -1px #1310220d !important;
  border: 1px solid #000000 !important;
  border-radius: 10px;
  padding-left: 16px;
  color: #000000;
  font-family: "DMSans-Regular" !important;
  background: #eedebc !important;
}
input::placeholder {
  color: #000 !important;
}
/* Chrome, Safari, Edge autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #eedebc inset !important; /* white background */
  -webkit-text-fill-color: #000000 !important; /* text color */
  transition: background-color 5000s ease-in-out 0s; /* prevents flash of default color */
}

/* Firefox autofill */
input:-moz-autofill {
  box-shadow: 0 0 0px 1000px #eedebc inset !important;
  -moz-text-fill-color: #000000 !important;
}
.contact_left h2 {
  width: 81%;
  text-align: start;
  padding-bottom: 39px;
}
.contact_right h2 {
  text-align: start;
}
.contact_right p {
  padding-top: 37px;
  padding-bottom: 53px;
}
.contact-info-icon-sec {
  display: flex;
  gap: 22px;
  align-items: start;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
textarea {
  box-shadow: 0px 4.4px 20px -1px #1310220d !important;
  border: 1px solid #000000 !important;
  border-radius: 10px;
  padding-left: 16px;
  font-family: "DMSans-Regular" !important;
  min-height: 101px !important;
  resize: none;
  background: #eedebc !important;
}
textarea::placeholder {
  color: #000 !important;
}
.font-24 {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-family: "DMSans-SemiBold";
}
.contact-info-icon-sec-timer span {
  display: block;
}
.contact_submit_btn {
  width: 50% !important;
  margin: 0px auto;
}
#frm_field_12_container .contact_submit_btn {
  width: 50% !important;
}

.contact_submit_btn .frm_button_submit {
  width: 100% !important;
}

.contact_submit_btn .frm_button_submit {
  background: transparent !important;
  border: none !important;
  box-sizing: none !important;
  box-shadow: none !important;
}
.button.contact_submit_btn {
  margin-top: 12px !important;
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 10px !important;
}
.font-65 {
  font-size: 65px;
  line-height: 70px;
  font-family: "DMSerifDisplay-Regular";
}
/* footer Design */
.footer_country {
  display: grid;
  border-radius: 5px;
  gap: 10px;
  height: 191px;
  grid-template-columns: repeat(7, 1fr);
}

.country-code {
  position: relative;
  color: transparent; /* stroke effect */
  -webkit-text-stroke: 1px #fff;
  cursor: pointer;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.code {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  transition: filter 0.3s ease;
}

.hover-text {
  color: #deb774;
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  white-space: nowrap;
  margin-left: 5px;
  -webkit-text-stroke: 0; /* keep invisible by default */
}

/* Show only hover-text on hover */
.country-code:hover .hover-text {
  opacity: 1;
  visibility: visible;
  -webkit-text-stroke: 0px #deb774;
  transition: opacity 0.3s ease;
}

/* Glow ONLY on 3-letter code */
.country-code:hover .code {
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff)
    drop-shadow(0 0 20px #ccb46c) drop-shadow(0 0 30px #ccb46c)
    drop-shadow(0 0 40px #ccb46c);
}

.footer-bottom-sec {
  background: #2a2930;
}
.footer_sec_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 65px;
}
.footer_second_sec {
  display: flex;
  align-items: center;
  gap: 103px;
}
.footer_menu_secsplit {
  display: flex;
  align-items: start;
  gap: 114px;
}
.font-28 {
  font-size: 28px;
  line-height: 38px;
  font-family: "DMSerifDisplay-Regular";
  color: #deb774;
  padding-bottom: 16px;
}
.footer_menu_secsplit a,
.footer_menu_secsplit span {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-family: "DMSans-Medium";
  margin-bottom: 10px;
  display: block;
  transition: color 0.3s ease-in;
}
.frm_error {
  color: red !important;
  font-family: "DMSans-Regular";
}
.footer_bottom-bottom {
  padding-top: 37px;
  padding-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.footer_bottom-bottom ul li a {
  color: #fff;
  font-family: "DMSans-Medium";
  transition: color 0.3s ease-in;
}

.footer_bottom-bottom ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 66px;
}
.footer_bottom-bottom div {
  font-family: "DMSans-Medium";
}
.footer_country_bg_sec {
  background-color: #1c1c20;
}

a.glink img {
  width: 48px !important;
  margin-right: 13px !important;
}
.footer_time_content_sec {
  display: flex;
  gap: 13px;
  align-items: start;
}
.footer_time_content_sec img {
  object-fit: contain;
  margin-top: 6px;
}
.gt_white_content {
  top: 0 !important;
  left: 50% !important;
  transform: translate(0%, 100%) !important;
}
.gt_black_overlay {
  height: 100vh !important;
  /* display: flex !important;
  align-items: center !important;
  justify-content: center !important; */
  opacity: 0.5 !important;
}
.banner_video_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* black with 50% opacity */
  z-index: 11; /* higher than video */
}
.dealership-slider .owl-stage .owl-item:first-child .item {
  border-left: 2px solid #deb774 !important;
}

.dealership_container {
  width: 1340px;
}
.footer_menu_secsplit a:hover {
  color: #deb774;
}
.footer_bottom-bottom ul li a:hover {
  color: #deb774;
}
.contact-info-icon-sec img {
  margin-top: 8px;
}
a.glink span {
  font-size: 14px !important  ;
}
.softdrinks-slider .owl-stage {
  display: flex !important;
  align-items: center !important;
}
body.menu-open {
  overflow: hidden; /* prevent scrolling */
  height: 100%; /* ensure full viewport height */
}

/* footer location */
.world-map-sec {
  position: relative;
  display: inline-block;
}

.world-map-sec .map-img {
  width: 100%;
  height: auto;
  display: block;
}

.world-map-sec .location {
  position: absolute;
  transform: translate(-50%, -100%);
  text-align: center;
}

.world-map-sec .location img {
  cursor: pointer;
  position: relative;
  z-index: 30;
}

/* FIXED LABEL */
.world-map-sec .label {
  display: none;
  position: absolute; /* take it out of the flow */
  bottom: 100%; /* place above the icon */
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 6px;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  white-space: nowrap;
  text-transform: uppercase;
  z-index: 40;
  font-family: "DMSans-SemiBold";
}

.world-map-sec .location:hover .label {
  display: block;
}

.frm_submit {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul#footer-right {
  list-style: none;
}
.dealership-slider .owl-item .item,
.dealership-slider .owl-item.cloned .item {
  border: 1px solid #deb774 !important;
}
.dealership-slider .item {
  border-left: none !important;
}
.dealership-slider .item.has-left-border {
  border-left: 2px solid #deb774 !important;
}
.dealership-slider .item.has-right-border {
  border-right: 2px solid #deb774 !important;
}
.dropdown-toggle {
  display: inline-block;
  width: 16px; /* adjust size */
  height: 24px; /* adjust size */
  background: url("./images/down-arrow.png") no-repeat center center;
  background-size: contain; /* maintain aspect ratio */
  cursor: pointer;
}

ul.dropdown-menu {
  padding: 20px 10px;
  width: max-content;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  background: rgba(33, 33, 33, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

ul.dropdown-menu li a {
  color: #fff !important;
  padding-bottom: 10px;
  width: max-content;
  display: block;
}
.dropdown-toggle::after {
  border: none !important;
}
ul.dropdown-menu li a {
  transition: all 0.3s ease-in;
}
ul.dropdown-menu li a:hover {
  color: #deb774 !important;
  text-decoration: underline;
}
.banner_btn_wrapper button a {
  color: #fff;
}

/* Polylang language dropdown container */
.translate-widget select#lang_choice_1 {
  padding: 12px 20px;
  min-width: 180px; /* Set a minimum width */
  background: rgba(33, 33, 33, 0.8);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
}

/* Add custom arrow using pseudo-element */
.translate-widget {
  position: relative;
  display: inline-block;
}

/* .translate-widget::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px; 
  height: 24px;
  background: url("./images/down-arrow.png") no-repeat center center;
  background-size: contain; 
  pointer-events: none;
  cursor: pointer;
} */

/* Hover & Focus effects */
.translate-widget select#lang_choice_1:hover,
.translate-widget select#lang_choice_1:focus {
  background: rgba(33, 33, 33, 0.95);
  border-color: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
}

/* Style the options */
.translate-widget select#lang_choice_1 option {
  background: rgba(33, 33, 33, 0.9);
  color: #fff;
  padding: 10px;
}
.translate-widget:hover::after {
  filter: brightness(1.2); /* slightly brighter on hover */
}
.padding-70 {
  padding-top: 70px;
}
.padding-200 {
  padding-top: 200px;
}
h1.font-48.entry-title {
  padding-bottom: 20px;
}

.rich-container {
  background: #eedebc;
  border-radius: 16px;
  padding: 40px !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rich-container:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.rich-container .rich-header {
  text-align: center;
  margin-bottom: 0px;
}

.rich-container .rich-header .entry-title {
  position: relative;
}

.rich-container .featured-image {
  margin: 30px 0;
  text-align: center;
}

.rich-container .featured-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.rich-container .entry-content {
  line-height: 1.8;
  color: #444;
}

.rich-container .entry-content p {
  margin-bottom: 1em;
  text-align: center;
}

.rich-container .entry-content h2,
.rich-container .entry-content h3 {
  margin: 1.5em 0 0.5em;
  color: #2d2b73;
}

.rich-container .entry-content a {
  color: #f17e07;
  text-decoration: none;
  border-bottom: 1px dashed #f17e07;
  transition: color 0.3s, border-color 0.3s;
}

.rich-container .entry-content a:hover {
  color: #2d2b73;
  border-color: #2d2b73;
}
/* .card-size-container {
  width: 1000px;
} */

.gt_switcher-popup {
  color: #fff;
}
.gt_switcher-popup:hover {
  color: #fff;
}
.gt_switcher-popup span:last-child {
  display: none;
}

.aboutus_wrapper {
  display: flex;
}
.aboutus_wrapper .rich-container {
  width: 65%;
}
.aboutus-img-sec {
  width: 35%;
}
.about-rich-container {
  background: #eedebc;
  padding: 40px 80px !important;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
  border-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.aboutus-img-sec img {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 100%;
}

/* Product category page */

.padding-171 {
  padding-top: 171px;
}

.product-category-page .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  border-radius: 30px;
}
.product-cat-pad {
  padding: 0px 65px;
}
.product-category-page .product-item {
  background: #eedebc;
  padding: 64px 35px;
  border-radius: 30px;
  display: flex;
  align-items: end;
  position: relative;
}
.product-category-page .product-description {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(269.92deg, #deb774 41.62%, #a99060 114.15%);
  padding: 15px 0;
  border-radius: 8px;
  color: #000;
  text-align: left;
  min-height: 146px;
  max-height: fit-content;
  flex-direction: column;
  opacity: 0;
  width: 0; /* start collapsed */
  margin-left: -65px;
  padding-left: 0;
  margin-bottom: 36px;
  z-index: 20;
  position: relative;
  overflow: hidden; /* prevent scrollbar/jump */
  transition: all 0.6s ease;
  padding-left: 54px;
}

.product-category-page .product-item:hover .product-description {
  opacity: 1;
  width: 100%; /* expand smoothly */
}

.product-category-page .product-image {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-category-page .product-image img {
  height: 350px;
  width: auto;
}
.product-category-page .product-description p {
  font-family: "DMSans-Regular";
}
/* Tamil-specific product item */
html[lang="ta"] .product-category-page .product-item {
  position: relative; /* required for absolute positioning of description */
  overflow: hidden; /* hide overflowing content */
}

/* Tamil-specific product description */
html[lang="ta"] .product-category-page .product-description {
  position: absolute;
  bottom: 0;
  left: 50%; /* center horizontally */
  transform: translate(-50%, 100%); /* start hidden below */
  flex-direction: column;
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 99;
  margin: 0; /* reset default margins */
  padding: 15px 20px; /* optional padding */
  border-radius: 8px;
  background: linear-gradient(269.92deg, #deb774 41.62%, #a99060 114.15%);
  width: 100%;
}

/* Hover animation: slide up */
html[lang="ta"]
  .product-category-page
  .product-item:hover
  .product-description {
  opacity: 1;
  transform: translate(-50%, 0); /* slide up into view */
  width: 100%;
}

#menu-item-13 {
  position: relative;
}
.subcategory-section {
  padding-top: 50px;
}
.subcategory-section .subcategory-title:first-child {
  padding-top: 0px;
}

h3.subcategory-title {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: "DMSans-Regular";
}
.gt_white_content .gt_languages {
  overflow-x: scroll !important;
}
.term-115 .product-category-page .product-item {
  align-items: center;
  margin-bottom: 0px;
}
.term-115 .product-category-page .product-item .product-image img {
  object-fit: contain;
}
li#menu-item-11 {
  position: relative;
}

/* Pagination Container */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  gap: 8px;
}

/* Pagination Links */
.pagination a,
.pagination span {
  display: inline-block;
  padding: 10px 16px;
  background-color: #eedebc; /* Primary color */
  color: #000;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}

/* Hover effect */
.pagination a:hover {
  background-color: #deb774; /* Hover color */
  color: #fff;
}

/* Current page */
.pagination .current {
  background-color: #deb774; /* Highlight current page */
  color: #fff;
  pointer-events: none;
}

.subcategory-tabs {
  display: grid;
  border-bottom: 1px solid #deb774;
  width: 100%;
  margin-bottom: 35px;
  margin-top: 30px;
  grid-template-columns: repeat(7, 1fr);
}
.subcategory-tabs button.tab-btn {
  border: none;
  background: none;
  cursor: pointer;
  height: 50px;
  border-right: 1px solid #eedebc;
}
button.tab-btn.active {
  background: linear-gradient(90deg, #936625 0%, #ccb46c 50%, #936625 100%);
  color: #fff;
  border: none;
}
.subcategory-tabs button.tab-btn:last-child {
  border: none;
}
.product_title_desc {
  padding-bottom: 25px;
  text-align: center;
  width: 70%;
  margin: 0px auto;
  padding-top: 10px;
}

h2.subcategory-title.font-36 {
  padding-bottom: 25px;
}
html[lang="ar"] body {
  direction: rtl;
  text-align: right;
}

html[lang="ar"] .footer_country {
  direction: ltr; /* keep your country section in left-to-right */
  text-align: left;
}

html[lang="ar"] .product-category-page .product-item {
  direction: ltr;
  text-align: left; /* optional, for text alignment */
}
html[lang="ar"] .owl-carousel {
  direction: ltr;
  text-align: left; /* optional, for text alignment */
}

html[lang="ar"] .owl-item {
  direction: ltr;
}
html[lang="ar"] .gt_white_content.notranslate {
  direction: ltr;
  text-align: left; /* optional, for text alignment */
}

/* === 404 PAGE STYLING === */
.error-page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error-box {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 0.8s ease both;
}

.error-code {
  font-size: 100px;
  font-weight: 800;
  color: #deb774;
  margin-bottom: 10px;
  line-height: 1;
}

.error-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.error-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.error-home-btn {
  display: inline-block;
  background-color: #2d2b73;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.error-home-btn:hover {
  background-color: #f17e07;
  transform: translateY(-2px);
}

.error-page-wrapper .button:hover {
  color: #fff;
}

a.header-logo img {
  height: 75px;
  object-fit: contain;
}
a.footer-logo img {
  height: 200px;
}
/* Container styling */
.form-submission-branding {
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.akaram_video-sec input {
  background: transparent !important;
}
.akaram_video-sec .plyr__control--overlaid {
  background: linear-gradient(90deg, #936625 0%, #ccb46c 50%, #936625 100%);
}
.akaram_video-sec .plyr__control:hover {
  background: linear-gradient(
    90deg,
    #936625 0%,
    #ccb46c 50%,
    #936625 100%
  ) !important;
}
.plyr--full-ui input[type="range"] {
  color: #deb774 !important;
  border: none !important;
}
html[lang="ta"] .footer_sec_wrapper {
  gap: 80px;
}
html[lang="ta"] .footer_second_sec .footer_second_left {
  width: 50%;
}
html[lang="ta"] .footer_second_sec .footer_second_right {
  width: 50%;
}
.header-gradient {
  background: linear-gradient(90deg, #936625 0%, #ccb46c 50%, #936625 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
a.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.footer_gradient {
  background: linear-gradient(90deg, #936625 0%, #ccb46c 50%, #936625 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Safari */
}
.footer_world_trading {
}
.footer_logo_section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_world_trading {
  margin-top: 10px;
  font-size: 23px;
  line-height: 33px;
  color: #fff;
  font-family: "DMSerifDisplay-Regular";
}
.product-item.special-style {
  align-items: center;
  min-height: 380px;
}
.product-item.special-style .product-image img {
  height: auto;
  object-fit: contain;
}

/* Smooth entry animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 600px) {
  .error-code {
    font-size: 70px;
  }
  .error-title {
    font-size: 22px;
  }
}
