/* ==========================================================================
   Amira Universal — shared styles
   ========================================================================== */

:root {
  --amira-orange: #EE8B34;
  --amira-orange-dark: #E07724;
  --amira-black: #1B1B1B;
  --amira-cream: #FFF4EC;
  --amira-gray: #6B6B6B;
  --amira-border: #E9C9A8;
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Poppins', sans-serif;
}
html{
  overflow-x: hidden;
}
body {
  font-family: var(--font-body);
  color: var(--amira-black);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 600;
}

a {
  text-decoration: none;
}

.container{
  max-width: 1200px;
}

.navbar .container{
  max-width: 1600px;
}


/* ---------- Buttons ---------- */
.btn-amira {
  background-color: #ee6020;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.7rem 1.6rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.btn-amira:hover {
  background-color: var(--amira-orange-dark);
  color: #fff;
  transform: translateY(-1px);
}
.btn-amira-outline-dark {
  background-color: var(--amira-black);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.7rem 1.6rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.btn-amira-outline-dark:hover {
  background-color: #000;
  color: #fff;
}

/* ---------- Navbar ---------- */
.amira-navbar {
  padding: 0;
  background-color: #fff;
}

.amira-navbar .nav-link {
  color: #0e0e0e;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0.65rem;
  letter-spacing: 0.02em;
}
.amira-navbar .nav-link:hover,
.amira-navbar .nav-link.active {
  color: #ee6020;
}
.lang-select {
    color: #e1591b;
    font-weight: 500;
    font-size: 15px;
    border: none;
    background: transparent;
    padding: 0.8rem 1.6rem;
    background-color: #ffe1d4;
    border-radius: 6px;
}

/* ---------- Hero (shared banner style) ---------- */
.page-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 30, 0.35);
}
.page-hero h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.page-hero p {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 640px;
  margin: 0.75rem auto 0;
}

/* ---------- Home hero ---------- */
.home-hero {
  position: relative;
  min-height: 720px;
  background-size: cover;
  text-align: center;
  background-position: center;
  display: flex;
  align-items: center;
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,20,20,0.55) 0%, rgba(20,20,20,0.25) 55%, rgba(20,20,20,0.1) 100%);
}
.home-hero .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
}
.home-hero h1 {
  font-size: 50px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}
.home-hero p {
  font-size: 20px;
  line-height: 28px;
  color: #f1f1f1;
  margin: 1rem 0 1.75rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

/* ---------- Section titles ---------- */
.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.section-subtitle {
  text-align: center;
  color: var(--amira-gray);
  margin-bottom: 2.5rem;
}

/* ---------- Intro / partner section ---------- */
.intro-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-eyebrow {
  color: #000;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0.25rem;
}
.intro-eyebrow-big{
  color: #000;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0.25rem;
}
.section-py p{
  color: #414141!important;
}

/* ---------- Stats bar ---------- */
.stats-bar {
  background-color: #e6843c;
  padding: 50px 0;
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.stat-item .stat-icon{
  transition: transform .2s;
}
.stat-item:hover .stat-icon{
  -ms-transform: scale(1.2);
  /*IE9*/-webkit-transform: scale(1.2);
  /*Safari3-8*/transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.stat-item h3 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.stat-item p {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
}

/* ---------- Product cards ---------- */
.product-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 260px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 1.25rem;
  font-weight: 600;
  font-size: 1.15rem;
  isolation: isolate;
}
.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.65) 100%);
  z-index: -1;
}
.product-card .icon-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 36px;
  height: 36px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.product-card.highlight {
  background-color: var(--amira-orange-dark);
  background-image: none;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
}
.product-card.highlight p {
  font-size: 0.85rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

#products .section-title{
  font-size: 35px;
}
#products .section-subtitle{
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 500;
}
.productbox{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  background-color: #52230b;
  position: relative;
}
.productbox img{
  width: 100%;
  opacity: 0.58;
  object-fit: cover;
}
.productbox-title{
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  top: 0;
  left: 0;
  z-index: 99999;
}
.productbox-title img{
  width: auto;
  opacity: 1;
}
.productbox-title h2{
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.productbox-content{
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  top: 0;
  left: 0;
  background-color: #c06523;
  padding: 25px;
  text-align: center;
  display: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
  z-index: 999999;
}
.productbox:hover .productbox-content{
  display: flex;
}
.productbox-content p{
  color: #fff!important;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.productbox-content .btn-amira{
  color: #c06523;
  background-color: #fff;
}
.productbox .owl-carousel .owl-item img{
  height: 350px;
}

/* ---------- Why choose us ---------- */
.why-choose-section {
  background-color: var(--amira-orange);
  padding: 4rem 0;
  color: #fff;
}
.why-choose-section .section-title,
.why-choose-section h2 {
  color: #fff;
  text-align: left;
  font-size: 35px;
  font-weight: 600;
}
.why-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 18px 25px;
  margin-bottom: 1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.why-icon {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .2s;
}
.why-item:hover .why-icon{
  -ms-transform: scale(1.1);
  /*IE9*/-webkit-transform: scale(1.1);
  /*Safari3-8*/transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.why-item h5 {
  margin: 0 0 12px 0;
  font-size: 22px;
  font-weight: 600;
}
.why-item p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff2e8;
}
.why-choose-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Global presence ---------- */

.global-presence-section .btn-amira,
.global-presence-section .btn-amira-outline-dark {
  padding: 0.6rem 1.4rem;
}
.global-presence-section p{
  color: #414141;
}
.mapdiv{
  margin-top: 50px;
}
.mapdiv img{
  max-width: 100%;
}

/* ---------- Brands ---------- */
.brand-card{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: solid 1px #ccc;
  padding: 15px;
}
.brand-card img {
  border-radius: 10px;
  width: 100%;
  height: 260px;
  object-fit: contain;
}

/* ---------- Newsletter ---------- */
.newsletter-section {
  background-color: #e6843d;
  padding: 2.5rem 0;
  color: #fff;
}
.newsletter-section h3 {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.newsletter-form .form-control {
  border-radius: 6px 0 0 6px;
  border: none;
  padding: 0.75rem 1rem;
}
.newsletter-form .form-control::placeholder{
  color: #d38a41;
}
.newsletter-form .btn-send {
  background-color: #111;
  color: #fff;
  border-radius: 0 6px 6px 0;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border: none;
  display: flex;
  gap: 12px;
  align-items: center;
}

/* ---------- Footer ---------- */
.amira-footer {
  background-color: #e6843d;
  color: #fff;
  padding: 3rem 0 1rem;
}
.amira-footer h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.amira-footer a {
  color: #fff;
  opacity: 0.9;
}
.amira-footer a:hover {
  opacity: 1;
  text-decoration: underline;
}
.amira-footer ul {
  list-style: none;
  padding: 0;
}
.amira-footer ul li {
  margin-bottom: 0.5rem;
}
.amira-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.25);
  margin-top: 2rem;
  padding-top: 1rem;
  text-align: right;
  font-size: 0.85rem;
  opacity: 0.9;
}
.amira-footer .footer-logo {
  object-fit: contain;
}
.quicklinks{
  display: flex;
  gap: 15px;
}

/* ---------- Contact page ---------- */
.contact-info-card {
  border: 1.5px solid var(--amira-border);
  border-radius: 8px;
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.contact-info-card .icon-circle {
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--amira-orange);
  color: var(--amira-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.contact-info-card h5 {
  margin-bottom: 0.35rem;
  font-weight: 600;
}
.contact-info-card p {
  margin: 0;
  color: #000;
  font-size: 0.95rem;
}
.contact-info-card p a{
  color: #000;
}
.contact-info-card p a:hover{
  text-decoration: underline;
}
.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--amira-orange);
  color: var(--amira-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6rem;
  font-size: 1.1rem;
}
.social-icons a:hover {
  background-color: var(--amira-orange);
  color: #fff;
}

.contact-form-wrapper {
  background-color: var(--amira-cream);
  border-radius: 10px;
  padding: 2rem;
}
.contact-form-wrapper label {
  color: var(--amira-orange-dark);
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}
.contact-form-wrapper .form-control,
.contact-form-wrapper .form-select {
  border: 1.5px solid #fad8b8;
  border-radius: 6px;
  padding: 0.7rem 0.9rem;
  background-color: #fff;
}
.contact-form-wrapper .form-control::placeholder, .contact-form-wrapper .form-select {
  color: #ddaf79;
}

.contact-form-wrapper .btn-amira {
  width: 100%;
  justify-content: space-between;
  padding: 1rem 2rem;
  font-weight: 600;
  background-color: #f89a3a;
  font-size: 20px;
  max-width: 190px;
}

/* ---------- Utilities ---------- */
.section-py {
  padding: 4.5rem 0;
}

/* ---------- Map Marker ---------- */

.global-presence-map{
  position: relative;
  margin: 0 auto;
  width: fit-content;
}

.map-marker {
    position      : absolute;
    width         : 18px;
    height        : 18px;
    border-radius : 50%;
    background    : #b86330;
    box-shadow    : 0 0 0 0 rgba(184, 99, 48, 0.9);
    transform     : translate(-50%, -50%);
    animation     : marker-pulse 2.4s ease-in-out infinite;
    pointer-events: none;
    z-index       : 5;
    border        : 2px solid rgba(184, 99, 48, 0.6);
    transition    : all 0.3s ease;
}

/* Inner glow ring */
.map-marker::after {
    content      : '';
    position     : absolute;
    inset        : -6px;
    border-radius: 50%;
    border       : 2px solid rgba(184, 99, 48, 0.25);
    animation    : marker-ring 2.4s ease-in-out infinite;
}

/* Different delays for natural feel */
.map-marker:nth-child(2) {
    animation-delay: 0.15s;
}

.map-marker:nth-child(2)::after {
    animation-delay: 0.15s;
}

.map-marker:nth-child(3) {
    animation-delay: 0.3s;
}

.map-marker:nth-child(3)::after {
    animation-delay: 0.3s;
}

.map-marker:nth-child(4) {
    animation-delay: 0.45s;
}

.map-marker:nth-child(4)::after {
    animation-delay: 0.45s;
}

.map-marker:nth-child(5) {
    animation-delay: 0.6s;
}

.map-marker:nth-child(5)::after {
    animation-delay: 0.6s;
}

.map-marker:nth-child(6) {
    animation-delay: 0.75s;
}

.map-marker:nth-child(6)::after {
    animation-delay: 0.75s;
}

.map-marker:nth-child(7) {
    animation-delay: 0.9s;
}

.map-marker:nth-child(7)::after {
    animation-delay: 0.9s;
}

.map-marker:nth-child(8) {
    animation-delay: 1.05s;
}

.map-marker:nth-child(8)::after {
    animation-delay: 1.05s;
}

.map-marker:nth-child(9) {
    animation-delay: 1.2s;
}

.map-marker:nth-child(9)::after {
    animation-delay: 1.2s;
}

.map-marker:nth-child(10) {
    animation-delay: 0.2s;
}

.map-marker:nth-child(10)::after {
    animation-delay: 0.2s;
}

.map-marker:nth-child(11) {
    animation-delay: 0.35s;
}

.map-marker:nth-child(11)::after {
    animation-delay: 0.35s;
}

.map-marker:nth-child(12) {
    animation-delay: 0.5s;
}

.map-marker:nth-child(12)::after {
    animation-delay: 0.5s;
}

.map-marker:nth-child(13) {
    animation-delay: 0.65s;
}

.map-marker:nth-child(13)::after {
    animation-delay: 0.65s;
}

.map-marker:nth-child(14) {
    animation-delay: 0.8s;
}

.map-marker:nth-child(14)::after {
    animation-delay: 0.8s;
}

.map-marker:nth-child(15) {
    animation-delay: 0.95s;
}

.map-marker:nth-child(15)::after {
    animation-delay: 0.95s;
}

.map-marker:nth-child(16) {
    animation-delay: 1.1s;
}

.map-marker:nth-child(16)::after {
    animation-delay: 1.1s;
}

.map-marker:nth-child(17) {
    animation-delay: 1.25s;
}

.map-marker:nth-child(17)::after {
    animation-delay: 1.25s;
}

.map-marker:nth-child(18) {
    animation-delay: 0.1s;
}

.map-marker:nth-child(18)::after {
    animation-delay: 0.1s;
}

.map-marker:nth-child(19) {
    animation-delay: 0.4s;
}

.map-marker:nth-child(19)::after {
    animation-delay: 0.4s;
}

@keyframes marker-pulse {
    0% {
        transform : translate(-50%, -50%) scale(0.8);
        opacity   : 0.6;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    50% {
        transform : translate(-50%, -50%) scale(1.4);
        opacity   : 1;
        box-shadow: 0 0 30px 12px rgba(255, 255, 255, 0.4);
    }

    100% {
        transform : translate(-50%, -50%) scale(0.8);
        opacity   : 0.6;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    }
}

@keyframes marker-ring {
    0% {
        transform: scale(0.7);
        opacity  : 0.5;
    }

    50% {
        transform: scale(2.4);
        opacity  : 0.05;
    }

    100% {
        transform: scale(0.7);
        opacity  : 0.5;
    }
}

/* Hover effect on markers */
.global-presence-map .map-marker:hover {
    animation-play-state: paused;
    transform           : translate(-50%, -50%) scale(1.8);
    background          : #ffffff;
    box-shadow          : 0 0 40px 20px rgba(255, 255, 255, 0.8);
    z-index             : 10;
}

.global-presence-map .map-marker:hover::after {
    animation-play-state: paused;
    transform           : scale(3);
    opacity             : 0.1;
}

/* Small screens */
@media (max-width: 767px) {
    .map-marker {
        width : 12px;
        height: 12px;
    }

    .map-marker::after {
        inset: -4px;
    }
}

/* ===== MARKER POSITIONING GUIDE ===== */
.show-grid .global-presence-map {
    background:
        linear-gradient(rgba(255, 0, 0, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 0, 0, 0.1) 1px, transparent 1px);
    background-size    : 10% 10%;
    background-position: center center;
}

.show-grid .global-presence-map::before {
    content      : 'Grid ON - Use % values for positioning';
    position     : absolute;
    top          : 10px;
    left         : 50%;
    transform    : translateX(-50%);
    background   : rgba(255, 0, 0, 0.8);
    color        : white;
    padding      : 5px 15px;
    border-radius: 5px;
    font-size    : 12px;
    z-index      : 20;
    font-weight  : bold;
}

.grid-toggle {
    position     : fixed;
    bottom       : 20px;
    right        : 20px;
    z-index      : 999;
    background   : #29398c;
    color        : white;
    border       : none;
    padding      : 10px 20px;
    border-radius: 8px;
    cursor       : pointer;
    font-size    : 14px;
    font-weight  : 600;
    box-shadow   : 0 4px 15px rgba(0, 0, 0, 0.2);
}

.grid-toggle:hover {
    background: #1a2866;
}
.marker01{
	top: 21.2%;
  left: 13.3%;
}
.marker02{
	top: 52%;
  left: 41.6%;
}
.marker03{
	top: 58%;
  left: 51.5%;
}
.marker04{
	top: 65.2%;
  left: 57.8%;
}
.marker05{
	bottom: 15.3%;
  right: 8.8%;
}
.marker06{
	top: 53.4%;
  left: 40.3%;
}
.marker07{
	top: 58.8%;
  left: 41.3%;
}
.marker08{
	top: 63.9%;
  left: 43.95%;
}
.marker09{
	top: 69.2%;
  left: 46.4%;
}
.marker10{
	top: 52.2%;
  right: 47.8%;
}
.marker11{
	top: 59%;
  right: 47.4%;
}
.marker12{
	top: 46.7%;
  right: 30.6%;
}
.marker13{
	top: 35%;
  right: 20.1%;
}


/* ---------- About page ---------- */
.about-intro-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vision-mission-card {
  background-color: var(--amira-orange);
  border-radius: 12px;
  padding: 2rem;
  color: #fff;
  height: 100%;
}
.vision-mission-card .vm-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--amira-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  transition: transform .2s;
}
.vision-mission-card:hover .vm-icon{
  -ms-transform: scale(1.2);
  /*IE9*/-webkit-transform: scale(1.2);
  /*Safari3-8*/transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.vision-mission-card h3 {
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.vision-mission-card p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.95;
}

.team-card {
  background-color: #fff0db;
  border-radius: 12px;
  padding: 1.75rem;
  margin-bottom: 2rem;
}
.team-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 10px;
}
.team-card h3 {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.team-role {
  color: var(--amira-orange);
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: inline-block;
}
.team-card p {
  color: var(--amira-gray);
  font-size: 0.95rem;
}

/* ---------- Products listing page ---------- */
.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
}
.category-pill {
  background-color: #fdece0;
  color: var(--amira-black);
  border: none;
  border-radius: 8px;
  padding: 0.6rem 1.3rem;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.category-pill:hover {
  background-color: #f9d6b6;
}
.category-pill.active {
  background-color: var(--amira-orange);
  color: #fff;
}

.spice-card {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.spice-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.spice-card p {
  margin: 0.6rem 0 0;
  font-weight: 500;
  text-align: center;
}

/* ---------- Usages & Benefits (shared) ---------- */
.usage-card {
  background-color: #EE6A2F;
  color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.usage-card .usage-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #fff;
  color: #EE6A2F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  margin-bottom: 0.75rem;
}
.usage-card h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 30px;
}
.usage-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #fff!important;
}

.benefit-card {
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  height: 100%;
}
.benefit-card .benefit-icon {
  font-size: 57px;
  color: var(--amira-orange);
  margin-bottom: 1rem;
  display: block;
}
.benefit-card p {
  margin: 0;
  color: #4a4a4a;
  font-size: 20px;
}
.benefit-pink { background-color: #FCE4E1; }
.benefit-cream { background-color: #FCEBD3; }

.products-tab .nav-tabs{
  border: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
.products-tab .nav-tabs .nav-link{
  width: 100%;
  text-align: center;
  border: none;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #ffe1bd;
  color: #0d0d0d;
  font-size: 17px;
  font-weight: 500;
}
.products-tab .nav-tabs .nav-link.active, .products-tab .nav-tabs .nav-link:hover{
  background-color: #f48d13;
}
.products-tab .tab-pane h1{
  color: #111111;
  font-size: 35px;
  font-weight: 600;
  margin: 50px 0;
}
.productcatdiv-img{
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.productcatdiv img{
  width: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  height: 310px;
  object-fit: cover;
  transition: transform .2s;
}
.productcatdiv:hover img{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.productcatdiv h4{
  font-size: 20px;
  font-weight: 500;
  color: #0d0d0d;
  margin: 15px 0;
  text-align: center;
}

/* ---------- Single product page ---------- */
.single-product-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productslider .carousel-caption{
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  bottom: 0;
}
.productslider .carousel-item{
  background-color: #000;
}
.productslider .carousel-item img{
  opacity: 0.70;
}
.productslider .carousel-caption h3{
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.mapdiv{
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.global-presence-section .nav-tabs{
  border: none;
  gap: 15px;
}
.global-presence-section .nav-tabs .nav-link{
  padding: 0.6rem 1.4rem;
  background-color: #1b1b1b;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.7rem 1.6rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.global-presence-section .nav-tabs .nav-link:hover, .global-presence-section .nav-tabs .nav-link.active{
  background-color: #ee6020;
  color: #fff;
}

.langdropdown .dropdown-menu{
  border: none;
  padding: 0;
}
.langdropdown .dropdown-item{
  background-color: #eeeeee;
  color: #767676;
  font-size: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 1px;
}
.langdropdown .dropdown-item:hover{
  color: #e1591b;
  background-color: #ffe1d4;
}

.productslider .carousel-indicators, .productslider .carousel-control-prev, .productslider .carousel-control-next{
  display: none;
}

.current-lang-flag, .langdropdown .dropdown-item img{
  width: 25px!important;
  height: 25px!important;
}

.translated-ltr .products-tab .nav-tabs .nav-link{
  font-size: 13px;
}
.langdropdown .dropdown-item{
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

#products .owl-carousel .owl-item{
  min-height: inherit!important;
}


@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .amira-navbar .nav-link{font-size: 12px; margin: 0;}
  .navbar .btn-amira, .lang-select{font-size: 12px;}
  .navbar-brand img{width: 80px;}
  .products-tab .nav-tabs .nav-link{font-size: 14px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .stat-item{justify-content: start;}
  .global-presence-section .section-title{text-align: left;}
  .products-tab .nav-tabs{display: grid; grid-template-columns: repeat(4, 1fr);}
  .products-tab .nav-tabs .nav-link{width: 100%; padding: 10px;}
  .products-tab .nav-tabs .nav-link{font-size: 13px;}
}
@media (max-width: 767.98px) {
  .section-py { padding: 3rem 0; }
  .home-hero h1 { font-size: 1.5rem; }
  .page-hero h1 { font-size: 2.2rem; }
  .why-choose-section .section-title { text-align: center; }
  .navbar-brand img{max-width: 100px;}
  .navbar .btn-amira, .lang-select{font-size: 13px; margin-bottom: 20px;}
  .home-hero{min-height: 470px;}
  .intro-eyebrow{font-size: 20px;}
  .intro-eyebrow-big{font-size: 30px;}
  .stat-icon{width: 25px; height: 25px;}
  .stat-icon img{width: 100%;}
  .stat-item h3{font-size: 17px;}
  .stat-item p{font-size: 12px;}
  .stat-item{justify-content: start;}
  .global-presence-section .section-title{text-align: left;}
  .amira-footer .footer-bottom{text-align: center;}
  .page-hero{min-height: 250px;}
  .products-tab .nav-tabs{display: grid; grid-template-columns: repeat(2, 1fr);}
  .products-tab .nav-tabs .nav-link{width: 100%; padding: 10px;}
  .productslider .carousel-caption h3{font-size: 1rem;}
  .products-tab .nav-tabs .nav-link{font-size: 11px;}
  .map-marker{display: none;}
}
