body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	background:  url("images/background.jpeg") repeat bottom scroll ;
	background-size: cover;
	font-family: "Inter", sans-serif;
}
.Logo{
	position: absolute;
	top:10px;
	left:25px;
	z-index: 2;
	height: 105px;
	width: auto;
	flex-shrink: 0;
}
nav {
	font-family: "Outfit", sans-serif;
	font-weight:600;
	font-size: 90%;
}
.nav-bar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content:space-between;
	background-color:#F9F7F9;
	padding: 0px 30px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	gap: 35px ;
	list-style: none;
}
.navi {
	display: flex;
	padding-top: 15px;
	gap: 45px;
	flex-grow: 1;
	justify-content:flex-start;
	list-style-type: none;
}
.navi a {
    text-decoration: none; 
    color: #0389D0;
    position: relative;
    padding-bottom: 5px; 
    transition: color 0.3s ease, transform 0.3s ease; 
    overflow: hidden;
}
.navi a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0; 
    height: 3px; 
    background-color: #1563A0; 
    transition: width 0.3s ease-out;
}
.navi a:hover {
    color: #1563A0; 
    transform: translateX(3px); 
	text-decoration: none;
}
.navi a:hover::after {
    width: 100%;
}
.navi a:visited {
	text-decoration: none;
	color: #0389D0;
}
.navi a.current-page:link,
.navi a.current-page:visited,
.navi a.current-page:hover,
.navi a.current-page:active  {
	color: #1563A0;
	text-decoration:underline;
	text-decoration-thickness: 4px;
	text-underline-offset: 5px;
}
.left-side {
	display: flex;
	align-items: center;
	flex: 1 1  auto;
	min-width: 0;
	gap: 80px;
	margin-left: 30px;
}
.Regis {
	font-family: "Outfit", sans-serif;
	font-weight:400;
	padding: 21px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #1563A0;
	margin: 0 10px;
	transition: font-weight 0.2s ease-out;
}
.btn {
	color:#FFFFFF !important;
	text-decoration: none !important;
	line-height: 1 !important;
	display: inline-block !important;
	font-weight: 500 !important;
	transition: font-weight 0.2s !important;
}
.Regis a:link {
	color:#FFFFFF;
	text-decoration: none;	
}
.Regis a:hover{
	color: #F4E913 !important;
	font-weight: 600 !important;
}
.hamburger-menu {
    display: none;
	cursor: pointer;
	z-index: 1001;
}
.nav-links-container {
    display: flex;
    flex-grow: 1; 
    align-items: center; 
    justify-content: flex-end;
    gap: 35px; 
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    transform: none;
    overflow-y: visible;
    z-index: auto;
	margin-left: 20px;
}


.footer { 
    background-color: #F9F7F9; 
    color: #333; 
    font-family: "Outfit", sans-serif;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
	gap: 60px;
}
.footer-column { 
    flex: 1;
    min-width: 180px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.footer-info {
    flex-basis: 350px;
    min-width: 300px;
    margin-left: 20px;
    margin-bottom: 30px;
    text-align: right;
}
.column-title {
    font-family: "Bowlby One", sans-serif;
    color: #1563A0;
    font-size: 1.4em;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.column-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.column-links li {
    margin-bottom: 10px;
}
.column-links li a {
    text-decoration: none;
    color: #0389D0;
    font-size: 1em;
    font-weight: 400;
    transition: color 0.3s ease;
    display: inline-block;
}
.column-links li a:hover {
    color: #1563A0;
    font-weight: bold;
    text-underline-offset: 4px;
}
.footer-info-logo {
    height: 40px;
    width: auto;
    margin-bottom: 15px;
}
.footer-address {
    font-size: 0.95em;
    line-height: 1.5;
    color: #666;
    margin-bottom: 25px;
}
.footer-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 30px;
}
.contact-button,
.call-button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    white-space: nowrap;
}
.contact-button {
	text-decoration: none;
    background-color: #1563A0; 
    color: #FFFFFF;
    border: 2px solid #1563A0;
    padding: 12px 24px;
}
.call-button {
	text-decoration: none;
    background-color: transparent;
    color: #1563A0;
    border: 2px solid #1563A0;
    padding: 12px 15px; 
    min-width: 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.contact-button:hover,
.call-button:hover {
    background-color: #F4E913; 
    border-color: #F4E913; 
    color: #1563A0; 
	text-decoration: none;
}
.footer-social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
	gap: 20px;
    margin-bottom: -40px;
	margin-top: -15px;
}
.footer-social-icons li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: auto;
    border-radius: 50%;
	text-decoration: none;
	transition: background-color 0.3s ease;
    background-color: transparent;
    border: 1px solid transparent;
}
.footer-social-icons li a img {
    width: 47px;
    height: auto;
    object-fit: contain;
    transition: filter 0.3s ease;
}
.footer-bottom { 
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 0;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85em;
    color: #666;
}
.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 10px;
}
.footer-bottom-links a {
    text-decoration: none;
    color: #666;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}
.footer-bottom-links a:hover {
    color: #0389D0;
    font-weight: bold;
	text-decoration: none;
}
.footer-copyright-text {
    margin-bottom: 10px;
    font-size: 0.8em;
    color: #888;
}
.hosting-button {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #0389D0;
    border: 1px solid #0389D0;
    border-radius: 50px;
    padding: 8px 18px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    white-space: nowrap;
}


.main-page-image {
	position: relative;
	width: 100%;
	display: block;
}
.main-page-image img {
  width: 100%;
  height: auto;
  display: block;
}
.order-now-button {
  position: absolute;
  top: 90%;           
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;       
}
.order-now-button button {
	font-family: "Outfit", sans-serif;
	font-weight: bolder;
	font-size: 1.2rem;  
	width: 200px; 
	height: 55px;
	border-radius: 5px;
	box-shadow: 4px 4px 8px #00000040;
	color: #FFFFFF;
	background-color:#FF0004;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
.order-now-button button:hover{
	border: 3px solid #FF0004;	
	background-color:#FFFFFF;
	color: #FF0004;
	transform: translateY(-3px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.about-us-section {
	background-color:  #FFF7E3;
    padding: 110px 100px 150px 50px;
    position:static;
    overflow: hidden;
}
.about-us-tease-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.about-us-content {
    flex: 1.5;
    padding-right: 25px;
	padding-left: 20px;
    max-width: 55%;
}
.about-us-content p {
    font-family: "Outfit", sans-serif;
    font-size: 19px;
	font-weight: 300;
    line-height: 1.6;
    color: #1563A0;
    margin-bottom: 30px;
    max-width: 650px;
}
.about-us-title {
    font-family: "Shrikhand", serif; 
    font-size: 3.5em; 
    margin-bottom: 20px;
    line-height: 1.1; 
    letter-spacing: 1px;
    margin: 50px 0 15px;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #1563A0 0%, 
        #0389D0 45%, 
        #1caffc 50%, 
        #0389D0 55%, 
        #1563A0 100%  
    );
    background-size: 200% 100%; 
    -webkit-background-clip: text; 
    background-clip: text; 
    -webkit-text-fill-color: transparent; 
    text-fill-color: transparent; 
    animation:  shimmer 3s infinite linear 2s; 
}
@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.about-pop-mie-button {
    display: inline-block;
    background-color: #1563A0;
    color: #FFFFFF;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
    font-weight: bolder;
    font-size: 1.2rem;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
	box-shadow: 4px 4px 8px #00000040;
    max-width: 100%;
    height: auto;
}
.about-pop-mie-button:hover {
	text-decoration: none;
    background-color: #0389D0;
	color: yellow;
    transform: translateY(-3px); 
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.logo-popmie-about-us{
	flex: 1; 
    display: flex;
    justify-content: center; 
    align-items: center;
    padding-left: 30px; 
	animation: slowRotate 50s linear infinite; 
    transform-origin: center center;
}
.about-us-popmie-image {
    max-width: 100%; 
    height: auto;
    display: block;
    border-radius: 50%;
    box-shadow: 0 0px 35px rgba(0,0,0,0.2); 
    width: 500px;
	margin-right: -30px;
}
@keyframes slowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.new-product-section {
    background-color: #1563A0;
    padding: 120px 40px;
    position: relative;
    overflow: hidden;
	
    background-image: url("images/Home-page-img.png"); 
    background-size: cover;
    background-position: 10% center;
    background-repeat: no-repeat;
    min-height: 600px; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.new-product-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.4) 100%);
	z-index: 1; 
}
.new-product-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 70px;
    justify-content: flex-end;
	z-index: 2;
	
}
.new-product-content {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 0;
    padding-right: 30px;
    text-align: left;
    margin-left: auto;
    padding: 40px;
    border-radius: 10px;
}
.new-product-content {
    background-color: rgba(0, 0, 0, 0.4); 
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.new-product-title {
    font-family: "Shrikhand", serif;
    color: #F4E913;
    font-size: 3.5em;
    margin-bottom: 5px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.new-product-subtitle {
    font-family: "Outfit", sans-serif;
    color: #F4E913;
    font-size: 2.2em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.2;
}
.new-product-paragraph {
    font-family: "Outfit", sans-serif;
    color: #FFFFFF;
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: justify;
    font-weight: 300;
    max-width: none;
}
.new-product-button {
    display: inline-block;
    background-color: #FFFFFF;
    color: #000000;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.new-product-button:hover {
    text-decoration: none;
    background-color: #E0E0E0;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}


.about-page-hero {
    padding: 80px 0 100px;
    text-align: center;
    background: linear-gradient(to bottom, #1563A0 0%, #0389D0 50%, rgba(3, 137, 208, 0) 100%);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.about-page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 80%, rgba(244, 233, 19, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(227, 34, 42, 0.1) 0%, transparent 50%);
    animation: backgroundPulse 6s ease-in-out infinite alternate;
}
.about-page-title {
    font-family: "Shrikhand", serif;
    color: #F4E913;
    font-size: 4.5em;
    margin: 50px 0 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}
.about-page-description {
    font-family: "Outfit", sans-serif;
    font-size: 1.3em;
    color: #FFFFFF;
    max-width: 900px;
    margin: 0 auto 60px auto;
    line-height: 1.7;
    position: relative;
    z-index: 2;
	font-style: italic;
}
.about-section {
    padding: 100px 40px;
    position: relative;
    overflow: hidden;
}
.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(21,99,160,0.05)"/></svg>') repeat;
}
.about-section-content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
    position: relative;
    z-index: 2;
    animation: slideInCenter 0.8s ease-out;
}
.section-title {
    font-family: "Shrikhand", serif;
    font-size: 3.5em;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    border-radius: 2px;
    animation: expandLine 2s ease-out;
}
#values .section-title::after {
    background: linear-gradient(90deg, #E3222A, #F4E913);
}
#mission .section-title::after {
    background: linear-gradient(90deg, #1563A0, #33b8ff);
}
#careers .section-title::after {
    background: linear-gradient(90deg, #1563A0, #33b8ff);
}
#story .section-title::after {
    display: none;
}
.light-section {
    background: linear-gradient(135deg, #FFF7E3 0%, #FFFAED 50%, #FFF7E3 100%);
    color: #1563A0;
}
.light-section .section-title {
    color: #1563A0;
}
.dark-section {
    background: linear-gradient(to bottom, #1563A0 0%, #0389D0 50%, rgba(3, 137, 208, 0) 100%);
    color: #FFFFFF;
    position: relative;
}
.dark-section::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1.5" fill="rgba(244,233,19,0.1)"/></svg>') repeat;
}
.dark-section .section-title {
    color: #F4E913;
}
.about-section-content p {
    font-family: "Outfit", sans-serif;
    font-size: 1.2em;
    margin-bottom: 25px;
    text-align: justify;
    opacity: 100%;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 60px;
}
.value-item {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(244, 233, 19, 0.2);
}
.value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(244, 233, 19, 0.1), transparent);
    transition: left 0.6s ease;
}
.value-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.value-heading {
    font-family: "Bowlby One", sans-serif;
    font-size: 1.6em;
    color: #F4E913;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}
.mission-vision-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    margin-top: 60px;
}
.mission-vision-card {
    flex: 1;
    min-width: 350px;
    background: linear-gradient(135deg, #1563A0 0%, #0389D0 100%);
    color: #FFFFFF;
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(21, 99, 160, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}
.mission-vision-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(244, 233, 19, 0.1), transparent);
    animation: rotate 8s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mission-vision-card:hover::before {
    opacity: 1;
}
.mission-vision-card:hover {
    transform: translateY(-15px);
}
.card-title {
    font-family: "Bowlby One", sans-serif;
    font-size: 2em;
    color: #F4E913;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}
.mission-vision-card p {
    font-size: 1.2em;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.careers-button {
    display: inline-block;
    background-color: #E3222A;
    color: #FFFFFF;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
    font-weight: bolder;
    font-size: 1.2rem;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    margin-top: 30px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
}
.careers-button::before {
    display: none;
}
.careers-button:hover {
    text-decoration: none;
    padding: 12px 32px;
    border: 3px solid #FF0004;	
    background-color:#FFF7E3;
    color: #FF0004;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}


html, body {
    height: 100%;
    overflow-x: hidden; 
    scroll-behavior: smooth;
}
.product-page-hero {
 	padding: 30px 0 40px;
    text-align: center;
    background: linear-gradient(to bottom, #1563A0 0%, #0389D0 50%, rgba(3, 137, 208, 0) 100%);
}
.product-page-title {
    font-family: "Shrikhand", serif;
    color: #F4E913;
    font-size: 4em;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-top: 50px;
	margin-bottom: 40px;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}
.product-page-description {
    font-family: "Outfit", sans-serif;
	font-style: italic;
    font-size: 1.3em;
    color: #FFFFFF;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}
.product-category-buttons-section {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.4) 100%);
	padding: 50px 40px; 
}
.category-buttons-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #E0E0E0;
    border-radius: 5px;
    padding: 5px;
    max-width: fit-content;
    margin: 0 auto;
    border: 2px solid #1563A0;
}
.category-button {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    color: #1563A0;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
}
.category-button:hover {
    background-color: rgba(21, 99, 160, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
.category-button.active {
    background-color: #1563A0;
    color: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}
.category-button.active:hover {
    background-color: #0389D0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	text-decoration: none;
}
.product-carousel-section {
    padding: 0; 
}
.carousel-section-title {
    font-family: "Shrikhand", serif;
    color: #FFFFFF;
    font-size: 2.9em;
    text-align: center;
    margin-bottom: 60px; 
    padding-top: 60px; 
    text-transform: uppercase;
    letter-spacing: 1px;
	text-shadow: 2px 2px 4px rgba(21, 99, 160, 1);
}
.carousel {
    position: relative;
    width: 100%;
}
.carousel-inner {
    height: 100vh;
    width: 100%;
    background-color: #000;
}
.carousel-item {
    height: 100%; 
    position: relative;
    background-color: #f0f0f0; 
}
.carousel-bg-image {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    display: block; 
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 1; 
}
.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.4) 100%);
    z-index: 2; 
}
.product-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    padding: 20px 40px;
    max-width: 500px; 
    width: 90%;
    text-align: left; 
    background-color: rgba(0, 0, 0, 0.4); 
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.product-caption.left-caption {
    left: 5%; 
    right: auto;
    text-align: left;
}
.product-caption.right-caption {
    left: auto;
    right: 5%; 
    text-align: right;
}
.product-item-title {
    font-family: "Shrikhand", serif;
    color: #F4E913; 
    font-size: 3.5em;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
}
.product-item-description {
    font-family: "Outfit", sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.product-detail-button {
    display: inline-block;
    background-color: #E3222A; 
    color: #FFFFFF;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 1em;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.product-detail-button:hover {
    background-color: #c41e25;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	color: #FFFFFF;
}
.button-icon {
    width: 100%; 
    height: 100%;
}
.button-icon.hover-icon {
    display: none; 
}
.nav-button {
    width: 80px; 
    height: auto;
    cursor: pointer;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	background: none; 
	box-shadow: none;
	border: none;
}
.nav-button:focus {
    outline: none; 
    box-shadow: none;
}
.nav-button:active {
    outline: none;
    box-shadow: none;
}
.nav-button:hover .default-icon {
    display: none;
}
.nav-button:hover .hover-icon {
    display: block;
}
.carousel-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 4;
    padding: 0 20px; 
}
.carousel-control-prev,
.carousel-control-next {
	outline: none !important; 
    display: none !important; 
	box-shadow: none !important;
}


.gallery-page-hero {
 	padding: 30px 0 40px;
    text-align: center;
    background: linear-gradient(to bottom, #1563A0 0%, #0389D0 50%, rgba(3, 137, 208, 0) 100%);
}
.gallery-page-title {
    font-family: "Shrikhand", serif;
    color: #F4E913;
    font-size: 4em;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-top: 50px;
	margin-bottom: 40px;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}
.gallery-page-description {
    font-family: "Outfit", sans-serif;
	font-style: italic;
    font-size: 1.3em;
    color: #FFFFFF;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
	margin-bottom: 30px;
}
.gallery-content-section {
    padding: 80px 40px 100px;
    background-color: #FFF7E3;
}
.year-section {
    margin-bottom: 80px;
}
.year-title {
    font-family: "Bowlby One", sans-serif;
    font-size: 3em;
    color: #1563A0;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.year-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #1563A0, #0389D0);
    border-radius: 2px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}
.gallery-item {
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.gallery-item-info {
    padding: 20px;
    text-align: center;
}
.gallery-item-title {
    font-family: "Outfit", sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    color: #1563A0;
    margin-bottom: 10px;
}
.gallery-item-date {
    font-family: "Outfit", sans-serif;
    font-size: 0.9em;
    color: #666;
    font-style: italic;
}
.gallery-item.video {
    position: relative;
}
.gallery-item.video::before {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 2;
    pointer-events: none;
}
.gallery-item.video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.hidden {
    display: none !important;
}


.contact-page {
    padding: 80px 0;
    font-family: "Outfit", sans-serif; 
    color: #FFFFFF;
    text-align: center; 
    background: linear-gradient(to bottom, #1563A0 0%, #0389D0 30%, rgba(3, 137, 208, 0) 100%);
}
.contact-page h1 {
    font-family: "Shrikhand", serif;
    color: #F4E913; 
    font-size: 4em; 
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}
.contact-page p {
    font-size: 1.3em;
    max-width: 900px; 
    margin: 0 auto 60px auto; 
    line-height: 1.6;
	font-style: italic;
}
.container {
    width: 90%;
    max-width: 960px; 
    margin: 0 auto; 
}
.contact-box {
    background: #FFFFFF;
    display: flex; 
    flex-direction: column; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); 
    border-radius: 10px; 
    overflow: hidden; 
}
.contact-left {
    flex-basis: 100%; 
    padding: 60px 80px; 
    text-align: center; 
}
.contact-right {
    flex-basis: 100%; 
    padding: 40px 80px; 
    background: #1563A0; 
    color: #FFFFFF;
    text-align: center; 
}
.contact-left h3 {
    color: #1563A0; 
    font-family: "Shrikhand", serif;
    margin-bottom: 40px;
    font-size: 3em; 
}
.contact-right h3 {
    color: #F4E913; 
    font-family: "Shrikhand", serif;
    margin-bottom: 30px;
    font-size: 2.5em; 
}
.input-row {
    display: block; 
    margin-bottom: 30px; 
}
.input-row .input-group {
    flex-basis: auto; 
    margin-bottom: 20px; 
}
.input-group:last-child {
    margin-bottom: 0; 
}
input,
textarea {
    width: 100%;
    border: 1px solid #ccc; 
    border-radius: 5px; 
    padding: 15px; 
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
    font-size: 1.1em;
    color: #333; 
}
input:focus,
textarea:focus {
    border-color: #1563A0; 
    box-shadow: 0 0 5px rgba(21, 99, 160, 0.5); 
    outline: none;
}
label {
    margin-bottom: 10px; 
    display: block;
    color: #1563A0;
    font-weight: 600; 
    text-align: left; 
}
textarea {
    min-height: 120px; 
    resize: vertical; 
    margin-bottom: 30px; 
}
button[type="submit"] {
    background: #E3222A; 
    width: 250px; 
    max-width: 100%; 
    border: none;
    outline: none;
    color: #FFFFFF;
    height: 50px;
    border-radius: 5px;
    font-family: "Outfit", sans-serif;
    font-weight: 700; 
    font-size: 1.2em; 
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3); 
    cursor: pointer;
	margin-top: 30px;
}
button[type="submit"]:hover {
    background-color: #FFFFFF;
	color: #FF0004;
	border: 3px solid #FF0004; 
    transform: translateY(-2px);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.4);
}
.contact-right table {
    width: 100%;
    text-align: left; 
    margin: 0 auto; 
}
.contact-right tr td {
    padding-bottom: 15px; 
    font-size: 1.1em; 
    line-height: 1.4;
}
.contact-right tr td:first-child {
    font-weight: 600; 
    color: #F4E913; 
    padding-right: 30px; 
    vertical-align: top; 
}


@media (max-width: 992px) {
    body {
        padding: 0;
        margin: 0;
        font-size: 12px;
        background: url("images/background.jpeg") repeat bottom scroll;
        background-size: cover;
        font-family: "Inter", sans-serif;
    }
    .Logo {
        position: absolute;
        top: 5px;
        left: 10px;
        z-index: 3;
        height: 70px;
        width: auto;
    }
    .nav-bar {
        position: relative;
        flex-direction: column;
        background-color: #F9F7F9;
        padding: 10px 15px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        gap: 10px;
		height: 80px;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; /* Space out logo and hamburger */
        z-index: 1000;
    }
	.nav-links-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; 
        align-items: flex-start; 
        position: fixed; 
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0389D0; 
        z-index: 999;
        padding-top: 70px;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        overflow-y: auto; 
        -webkit-overflow-scrolling: touch;
    }
    .left-side {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        align-items: center;
    }
    .navi {
        flex-direction: column;
        padding-top: 10px;
        gap: 20px;
        width: 100%;
        text-align: center;
		padding-right: 80px;
    }
    .navi a {
        font-size: 16px;
        padding: 10px 0;
        display: block;
        width: 100%;
    }
    .Regis {
        width: 100%;
        padding: 15px 20px;
        margin: 0;
        text-align: center;
    }
	.hamburger-menu {
        display: block;
		position: absolute;
		right: 20px;
		top: 26px;
        flex-direction: column;
        justify-content: space-around;
        width: 40px;
        height: auto;
        cursor: pointer;
        z-index: 1001;
        order: 1;
        margin-left: auto;
	
	}
	.nav-links-container {
        display: flex; 
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 120%;
        height: 100%;
        background-color: #FFFFFF;
        z-index: 999;
        padding-top: 70px; 
        transform: translateX(100%); 
        transition: transform 0.3s ease-in-out;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
		margin: 0 -30px;
    }
	.nav-links-container.open {
        transform: translateX(0);
    }
	
	
    .footer {
        padding-top: 40px;
    }
    .footer-top {
        flex-direction: column;
        width: 95%;
        gap: 30px;
        padding-bottom: 30px;
    }
    .footer-column {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-info {
        flex-basis: auto;
        min-width: auto;
        margin-left: 0;
        text-align: center;
    }
    .column-title {
        font-size: 1.2em;
        margin-bottom: 15px;
    }
    .footer-buttons .call-button {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .contact-button,
    .call-button {
        width: 100%;
        max-width: 250px;
        text-align: center;
        padding: 12px 20px;
    }
    .footer-social-icons {
        justify-content: center;
        gap: 15px;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .footer-bottom-links {
        flex-direction: column;
        gap: 10px;
    }
	
	
    .main-page-image img {
        width: 100%;
        height: auto;
        min-height: 400px;
        object-fit: cover;
    }
    .order-now-button {
        top: 85%;
    }
    .order-now-button button {
		font-weight:600;
		margin: 0 10px;
        width: 160px;
        height: 45px;
    }
    .about-us-section {
        padding: 60px 20px;
    }
    .about-us-tease-container {
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }
    .about-us-content {
        max-width: 100%;
        padding: 0;
        text-align: center;
    }
    .about-us-content p {
        font-size: 16px;
        text-align: justify;
        margin-bottom: 25px;
    }
    .about-us-title {
        font-size: 2.5em;
        text-align: center;
        margin: 30px 0 20px;
    }
    .about-pop-mie-button {
        font-size: 1rem;
        padding: 12px 25px;
        margin-bottom: 30px;
    }
    .logo-popmie-about-us {
        padding-left: 0;
        order: -1;
    }
    .about-us-popmie-image {
        width: 280px;
        max-width: 90%;
    }
    .new-product-section {
        padding: 80px 20px;
        background-position: center;
        min-height: 500px;
        justify-content: center;
    }
    .new-product-container {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        width: 100%;
    }
    .new-product-content {
        width: 100%;
        padding: 30px 20px;
        text-align: center;
    }
    .new-product-title {
        font-size: 2.5em;
        margin-bottom: 10px;
    }
    .new-product-subtitle {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .new-product-paragraph {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .new-product-button {
        font-size: 1rem;
        padding: 12px 25px;
    }

	
    .about-page-hero {
        padding: 60px 20px;
    }
    .about-page-title {
        font-size: 3em;
        margin: 30px 0 20px;
    }
    .about-page-description {
        font-size: 1.1em;
        margin-bottom: 40px;
    }
    .about-section {
        padding: 60px 20px;
    }
    .about-section-content {
        width: 100%;
    }
    .section-title {
        font-size: 2.5em;
        margin-bottom: 30px;
    }
    .about-section-content p {
        font-size: 1rem;
        text-align: justify;
    }
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }
    .value-item {
        padding: 30px 20px;
    }
    .value-heading {
        font-size: 1.3em;
    }
    .mission-vision-container {
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
    }
    .mission-vision-card {
        min-width: auto;
        padding: 30px 20px;
    }
    .card-title {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .careers-button {
        font-size: 1rem;
        padding: 12px 25px;
    }

	
    .product-page-hero {
        padding: 40px 20px;
    }
    .product-page-title {
        font-size: 3em;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .product-page-description {
        font-size: 1.1em;
        margin-bottom: 30px;
    }
    .product-category-buttons-section {
        padding: 30px 15px;
    }
    .category-buttons-wrapper {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
        max-width: 100%;
    }
    .category-button {
        justify-content: center;
        padding: 15px 20px;
        font-size: 1rem;
        width: 100%;
    }
    .carousel-inner {
        height: 70vh;
        min-height: 500px;
    }
    .carousel-section-title {
        font-size: 2em;
        margin-bottom: 40px;
        padding-top: 40px;
    }
    .product-caption .left-caption{
        position: absolute;
        top: 60%;
        left: 5%;
        right: 5%;
        transform: translateY(-50%);
        max-width: none;
        width: 90%;
        padding: 20px;
        text-align: center;
    }
    .product-caption.right-caption.left-caption{
        left: 5%;
        right: 5%;
        text-align: center;
    }
    .product-item-title {
        font-size: 2.2em;
        margin-bottom: 10px;
    }
    .product-item-description {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    .product-detail-button {
        font-size: 0.9em;
        padding: 10px 20px;
    }
    .carousel-container {
        padding: 0 10px;
    }
    .nav-button {
        width: 50px;
        height: 50px;
    }


    .gallery-page-hero {
        padding: 40px 20px;
    }
    .gallery-page-title {
        font-size: 3em;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .gallery-page-description {
        font-size: 1.1em;
        margin-bottom: 20px;
    }
    .gallery-content-section {
        padding: 60px 20px;
    }
    .year-section {
        margin-bottom: 60px;
    }
    .year-title {
        font-size: 2em;
        margin-bottom: 30px;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }
    .gallery-item img {
        height: 200px;
    }
    .gallery-item-info {
        padding: 15px;
    }
    .gallery-item-title {
        font-size: 1.1em;
    }
    .gallery-item-date {
        font-size: 0.85em;
    }


    .contact-page {
        padding: 60px 20px;
    }
    .contact-page h1 {
        font-size: 3em;
        margin-bottom: 15px;
    }
    .contact-page p {
        font-size: 1.1em;
        margin-bottom: 40px;
    }
    .container {
        width: 100%;
        max-width: none;
    }
    .contact-box {
        margin: 0;
    }
    .contact-left {
        padding: 40px 30px;
    }
    .contact-right {
        padding: 30px 30px;
    }
    .contact-left h3 {
        font-size: 2.2em;
        margin-bottom: 30px;
    }
    .contact-right h3 {
        font-size: 2em;
        margin-bottom: 25px;
    }
    .input-row {
        margin-bottom: 20px;
    }
    .input-group {
        margin-bottom: 15px;
    }
    input,
    textarea {
        font-size: 1rem;
        padding: 12px;
    }
    textarea {
        min-height: 100px;
        margin-bottom: 20px;
    }
    button[type="submit"] {
        width: 100%;
        max-width: 300px;
        height: 45px;
        font-size: 1.1em;
        margin-top: 20px;
    }
    .contact-right table {
        width: 100%;
    }
    .contact-right tr td {
        padding-bottom: 12px;
        font-size: 1rem;
    }
    .contact-right tr td:first-child {
        padding-right: 15px;
    }

	
    .mobile-hidden {
        display: none !important;
    }
    .mobile-center {
        text-align: center !important;
    }
    .mobile-full-width {
        width: 100% !important;
    }
    @keyframes slowRotate {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    @keyframes shimmer {
        0% { background-position: 200% 0; }
        100% { background-position: -200% 0; }
    }
    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
    @keyframes slideInCenter {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    @keyframes expandLine {
        0% { width: 0; }
        100% { width: 80px; }
    }
    @keyframes backgroundPulse {
        0% { opacity: 0.8; }
        100% { opacity: 1; }
    }
    @keyframes rotate {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }


    img {
        max-width: 100%;
        height: auto;
    }
    button, 
    .btn, 
    .category-button, 
    .footer-buttons a,
    .nav-button {
        min-height: 44px;
        min-width: 44px;
    }
    p, li {
        line-height: 1.6;
    }
    .logo-popmie-about-us {
        animation-duration: 60s;
    }
    .section-spacing {
        margin: 40px 0;
    }
    .nav-bar {
        z-index: 1000;
    }
    .Logo {
        z-index: 1001;
    }