@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
:root{
    /* bootstrap.min.css references these on every .form-control/.form-select/checkbox
       but never defines them, leaving inputs with no background or border */
    --vz-input-bg-custom: #ffffff;
    --vz-input-border-custom: #ced4da;
}
a{text-decoration:none!important;}
li{list-style-type: none!important;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.pad{padding:90px 0;}
.wrdbrk{white-space:pre;}
.fullpad{padding: 0!important; margin:0!important;}




.w0{width:0%;}
.fixed{position:fixed; z-index:9999;}
.priceicn{width:50px;}
.priceicn3{width: 65px;}
.priceicn2 {width: 120px;}
.point3 {bottom: 140px;left: 4px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left:10px;}
.point2{bottom: 15px; right: 10px;}
.blink{
    -webkit-animation: blink 1s;
	animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;}
@keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}
@-webkit-keyframes blink {
    0% {opacity: 1;}
    50% { opacity: 0;}
    100% {opacity: 1;}}


@media (min-width:1px) and (max-width:767.98px){
.pad{padding:40px 0;}

}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
}

.time-of-year {
	margin: 100px 75px 10px 0px;
	position: relative;
	display: inline-block;
	/* Ensure span takes up space of floated child */
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.time-of-year .tooltip {
	background: #db2a1b;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: 60px;
	/* Shift it right to avoid being off-screen */
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	opacity: 0;
	/* Hidden by default */
	visibility: hidden;
	/* Hidden by default */
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;
	z-index: 999;
}

.time-of-year .tooltip::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #db2a1b;
	bottom: 40px;
	content: " ";
	position: absolute;
	left: -19px;
	/* Position arrow on the left side of the tooltip */
	transform: rotate(90deg);
}

.time-of-year:hover .tooltip {
	opacity: 1;
	visibility: visible !important;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	z-index: 10000;
}

/* Custom Pill Navbar */
.custom-pill-navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(135deg,#180101, #FD110D);
    border-radius: 0;
    padding: 10px 20px;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(121, 13, 13, 0.3);
    overflow: hidden;
    margin-bottom: 0;
}

/* Firework vector background */
.custom-pill-navbar .firework-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.4) 1px, transparent 1px),
        radial-gradient(circle at 80% 30%, rgba(255,255,255,0.4) 1px, transparent 1px),
        radial-gradient(circle at 50% 80%, rgba(255,255,255,0.4) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 0;
    opacity: 0.8;
}

.firework-vector {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 
        0 -12px 0 #fff, 
        8px -8px 0 #fff, 
        12px 0 0 #fff, 
        8px 8px 0 #fff, 
        0 12px 0 #fff, 
        -8px 8px 0 #fff, 
        -12px 0 0 #fff, 
        -8px -8px 0 #fff;
    z-index: 0;
    opacity: 0.3;
}
.fw-1 { top: 50%; left: 15%; transform: scale(0.8); animation: fwPulse 3s infinite alternate; }
.fw-2 { top: 30%; right: 25%; transform: scale(1.2); animation: fwPulse 2.5s infinite alternate-reverse; }
.fw-3 { top: 60%; left: 45%; transform: scale(0.6); animation: fwPulse 4s infinite alternate; }

@keyframes fwPulse {
    0% { opacity: 0.1; transform: scale(0.8) rotate(0deg); }
    100% { opacity: 0.5; transform: scale(1.2) rotate(45deg); }
}

.custom-pill-navbar .container-fluid {
    position: relative;
    z-index: 10;
}

.nav-logo {
    
    width: 270px;
    transition: transform 0.3s ease;
}
.nav-logo:hover {
    transform: scale(1.04);
}

.custom-nav-ul {
    gap: 10px;
    align-items: center;
}

.custom-pill-navbar .nav-link {
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    padding: 8px 18px !important;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.custom-pill-navbar .nav-link span {
    position: relative;
    z-index: 2;
}

.custom-pill-navbar .nav-link:hover,
.custom-pill-navbar .nav-link.active {
    background: rgba(255, 215, 0, 0.15);
    color: #ffd700 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.custom-pill-navbar .email-btn {
    background: #ffffff !important;
    color: #790D0D !important;
    border-radius: 30px;
    padding: 8px 22px !important;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.custom-pill-navbar .email-btn:hover {
    background: #ffd700 !important;
    color: #C21A03 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.custom-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #ffffff;
}

.navbar-toggler {
    border: none !important;
    background: transparent;
    outline: none;
    box-shadow: none !important;
    padding: 5px 10px;
}

@media (max-width: 991px) {
    .custom-pill-navbar {
        width: 100%;
        border-radius: 0;
        padding: 0px;
        top: 0;
        margin-bottom: 0;
    }
    .custom-nav-ul {
        background: rgba(0,0,0,0.1);
        padding: 20px;
        border-radius: 15px;
        margin-top: 15px;
        box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    }
    .custom-pill-navbar .email-btn {
        margin-top: 10px;
        display: inline-block;
    }
}

/* Welcome Section Styles */
.welcome-section {
    position: relative;
    overflow: hidden;
    background: #ffffff url('../images/texture.webp') center/cover no-repeat;
}

.sub-heading {
    color: #790D0D;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.sub-heading::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ffcc00;
    right: -65px;
    top: 50%;
    border-radius: 2px;
}

.welcome-list li {
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 1.05rem;
    color: #444;
}

.custom-btn {
    background: linear-gradient(135deg, #790D0D, #C21A03);
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(121, 13, 13, 0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.custom-btn:hover {
    background: linear-gradient(135deg, #C21A03, #790D0D);
    color: #ffd700 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(194, 26, 3, 0.4);
}

.welcome-img-wrapper {
    position: relative;
    z-index: 1;
    padding: 20px;
}

.blob-bg {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(121, 13, 13, 0.15), rgba(194, 26, 3, 0.15));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
    animation: blobAnim 8s ease-in-out infinite alternate;
}

.blue{
    color: #0d0c4d !important;
}
.grey{
    color: #302f2f !important;
}

@keyframes blobAnim {
    0% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; transform: rotate(0deg) scale(0.95); }
    100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; transform: rotate(15deg) scale(1.05); }
}

.rounded-custom {
    border-radius: 20px 80px 20px 80px;
    border: 5px solid #fff;
}

.floating-badge{
    position:absolute;
    bottom:30px;
    left:-118px;
    background:#fff;
    padding:15px 20px;
    border-radius:15px;
    border-left:5px solid #790D0D;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    text-align:center;
    z-index:10;
}

.badge-number{
    display:block;
    font-size:40px;
    font-weight:700;
    color:#C21A03;
    line-height:1;
}

.badge-text{
    display:block;
    font-size:22px;
    font-weight:700;
    color:#C21A03;
    line-height:1.2;
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Creative Products Section */
.creative-products-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.overlay-dark {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(121, 13, 13, 0.2), rgba(194, 26, 3, 0.85)); /* Theme overlay */
    z-index: 0;
}
.z-index-1 { z-index: 1; }

.creative-img-box {
    position: relative;
    padding: 15px;
}
.rounded-custom-2 {
    border-radius: 40px 10px 40px 10px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}
.glowing-border {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border: 3px dashed #E9D7D5A6;
    border-radius: 45px 15px 45px 15px;
    z-index: 1;
    animation: rotateBorder 15s linear infinite;
}
@keyframes rotateBorder {
    100% { transform: rotate(360deg); }
}

/* Product Live Card */
.product-live-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.product-live-card:hover {
    transform: translateY(-10px);
    border-color: #fff;
    box-shadow: 0 15px 30px rgba(194,26,3,0.3);
    background: rgba(255,255,255,0.07);
}

.product-live-card .img-wrapper {
    position: relative;
    z-index: 5;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.5s ease;
}
.product-live-card:hover .img-wrapper img {
    transform: scale(1.1);
}

.product-live-card img {
    max-height: 100%;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.5));
    transition: all 0.5s ease;
}

/* Live Effects (Sparks/Firework animations inside card) */
.live-effect {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.product-live-card:hover .live-effect, .active-effect {
    opacity: 1;
}
.spark-1, .spark-2, .spark-3 {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #ffd700;
    border-radius: 50%;
    box-shadow: 0 0 10px 2px #ffcc00;
}
.spark-1 { top: 30%; left: 40%; animation: sparkAnim 1.2s infinite ease-out; }
.spark-2 { top: 50%; right: 30%; animation: sparkAnim 1.5s infinite ease-out 0.3s; }
.spark-3 { bottom: 40%; left: 50%; animation: sparkAnim 1s infinite ease-out 0.6s; }

@keyframes sparkAnim {
    0% { transform: scale(0) translateY(0); opacity: 1; }
    50% { transform: scale(1.5) translateY(-20px); opacity: 0.8; }
    100% { transform: scale(0) translateY(-40px); opacity: 0; }
}

.product-info h4 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-family: 'Righteous', cursive;
}
.product-info p {
    color: #ccc;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

/* Owl Carousel Nav Customization */
.product-carousel .owl-nav button.owl-prev,
.product-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    background: #790D0D !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    font-size: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}
.product-carousel .owl-nav button.owl-prev:hover,
.product-carousel .owl-nav button.owl-next:hover {
    background: #ffd700 !important;
    color: #790D0D !important;
}
.product-carousel .owl-nav button.owl-prev { left: -20px; }
.product-carousel .owl-nav button.owl-next { right: -20px; }
.product-carousel .owl-dots .owl-dot.active span {
    background: #ffd700 !important;
}

/* Footer Styles */
.footer-area {
    background: linear-gradient(135deg, #790D0D, #C21A03);
    position: relative;
    padding: 80px 0 0;
    color: #fff;
    overflow: hidden;
    margin-top: 100px;
    border-top: 3px solid #ffd700;
}
.footer-area::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}
.footer-area::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}
/* CTA Overlay */
.footer-cta {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-top: -100px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(121, 13, 13, 0.3);
    text-align: center;
}
.footer-cta h3 {
    font-family: 'Righteous', cursive;
    font-size: 32px;
    margin-bottom: 10px;
    color: #790D0D;
}
.footer-cta p {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 25px;
    color: #444;
}
.cta-btn {
    background: linear-gradient(135deg, #790D0D, #C21A03);
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(194, 26, 3, 0.3);
}
.cta-btn:hover {
    background: linear-gradient(135deg, #C21A03, #790D0D);
    color: #ffd700;
    transform: translateY(-3px);
}
/* Footer Content */
.footer-content {
    position: relative;
    z-index: 1;
}
.brand-name {
    font-family: 'Righteous', cursive;
    font-size: 28px;
    color: #ffd700;
    margin-bottom: 20px;
}
.footer-about {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    line-height: 1.8;
}
.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}
.social-icons a:hover {
    background: #ffd700;
    border-color: #ffd700;
    color: #790D0D;
    transform: translateY(-3px);
}
.footer-title {
    font-family: 'Righteous', cursive;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    color: #fff;
}
.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #ffd700;
    border-radius: 5px;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-links a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
}
.footer-links a i {
    margin-right: 8px;
    color: #ffd700;
    transition: 0.3s;
    font-size: 14px;
}
.footer-links a:hover {
    color: #fff;
    padding-left: 8px;
}
.footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.9);
    font-size: 15px;
}
.footer-contact i {
    color: #ffd700;
    font-size: 22px;
    margin-right: 15px;
    margin-top: 2px;
}
.footer-bottom {
    background: rgba(0,0,0,0.2);
    padding: 25px 0;
    text-align: center;
    color: rgba(255,255,255,0.8);
    margin-top: 50px;
    font-size: 15px;
    position: relative;
    z-index: 1;
}
.footer-bottom a {
    color: #ffd700;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-bottom a:hover {
    color: #fff;
}
/* Live Image Styling */
.footer-live-img {
    position: relative;
    max-width: 200px;
}
.custom-bounce {
    animation: bounceImg 4s ease-in-out infinite;
    position: relative;
    z-index: 2;
    border: 3px solid rgba(255, 215, 0, 0.4);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
@keyframes bounceImg {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Creative Contact Page Styles */
.contact-header {
    background: linear-gradient(135deg, rgba(121, 13, 13, 0.9), rgba(194, 26, 3, 0.9)), url('../images/section_bg.webp') center/cover;
    padding: 90px 0 80px;
    position: relative;
    border-bottom: 5px solid #ffd700;
}

.creative-contact-section {
    background: #ffffff url('../images/texture.webp') center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

/* Contact Chips */
.contact-chip {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid transparent;
}
.contact-chip:hover {
    transform: translateX(15px);
    box-shadow: 0 15px 40px rgba(121, 13, 13, 0.15);
    border-left-color: #ffd700;
}

.chip-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, #790D0D, #C21A03);
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(194, 26, 3, 0.3);
    transition: transform 0.4s ease;
}
.contact-chip:hover .chip-icon {
    transform: rotate(15deg) scale(1.1);
    color: #ffd700;
}

.chip-content h5 {
    font-family: 'Righteous', cursive;
    color: #222;
    margin-bottom: 5px;
    font-size: 1.2rem;
}
.chip-content p {
    color: #666;
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
}

/* Creative Map Frame */
.creative-map-frame {
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 40px 10px 40px 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    z-index: 2;
}

.creative-map-frame iframe {
    border-radius: 30px 5px 30px 5px;
    display: block;
    filter: grayscale(20%) contrast(1.1);
    transition: filter 0.4s ease;
}

.creative-map-frame:hover iframe {
    filter: grayscale(0%) contrast(1);
}

.glowing-border-map {
    position: absolute;
    top: -5px; left: -5px; right: -5px; bottom: -5px;
    border: 3px dashed #ffcc00;
    border-radius: 45px 15px 45px 15px;
    z-index: -1;
    animation: rotateMapBorder 20s linear infinite;
    opacity: 0.5;
}

@keyframes rotateMapBorder {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.map-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: center;
    border-right: 5px solid #790D0D;
    animation: bounceImg 4s ease-in-out infinite;
    z-index: 10;
}

/* Safety Tips Page Styles */
.safety-banner-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.safety-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.safety-banner-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(121, 13, 13, 0.9), rgba(0,0,0,0.2));
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.max-w-700 { max-width: 700px; }

.safety-content-section {
    background: #ffffff url('../images/texture.webp') center/cover no-repeat;
    position: relative;
}

.safety-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    border-bottom: 5px solid transparent;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.safety-card:hover {
    transform: translateY(-10px);
    border-bottom-color: #ffd700;
    box-shadow: 0 20px 45px rgba(121, 13, 13, 0.15);
}

.safety-icon-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 25px;
    transition: transform 0.4s ease;
}

.safety-card:hover .safety-icon-wrapper {
    transform: scale(1.15) rotate(10deg);
}

.bg-success-light { background: rgba(40, 167, 69, 0.1); }
.bg-info-light { background: rgba(23, 162, 184, 0.1); }
.bg-warning-light { background: rgba(255, 193, 7, 0.1); }
.bg-primary-light { background: rgba(0, 123, 255, 0.1); }
.bg-danger-light { background: rgba(220, 53, 69, 0.1); }
.bg-purple-light { background: rgba(111, 66, 193, 0.1); color: #6f42c1; }
.text-purple { color: #6f42c1; }

.safety-card h4 {
    font-family: 'Righteous', cursive;
    color: #222;
    margin-bottom: 15px;
}

.safety-card p {
    color: #666;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.safety-cta-box {
    background: linear-gradient(135deg, #790D0D, #C21A03);
    border-radius: 20px;
    padding: 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(121, 13, 13, 0.3);
}

.safety-cta-box::before {
    content: '';
    position: absolute;
    top: -50px; left: -50px;
    width: 200px; height: 200px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 50%;
}
.safety-cta-box::after {
    content: '';
    position: absolute;
    bottom: -50px; right: -50px;
    width: 250px; height: 250px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}
.safety-cta-box h3 {
    font-family: 'Righteous', cursive;
    font-size: 2.5rem;
    margin-bottom: 15px;
    position: relative; z-index: 2;
}
.safety-cta-box p {
    font-size: 1.2rem;
    opacity: 0.9;
    position: relative; z-index: 2;
}
.safety-cta-box .btn {
    position: relative; z-index: 2;
}
.safety-cta-box .btn:hover {
    background: #fff !important;
    color: #C21A03 !important;
}

/* Mobile Fixes */
@media (max-width: 767.98px) {
    .sub-heading::after {
        right: -30px;
        width: 20px;
    }
}

/* About Page Styles */
.about-story-img-wrapper {
    position: relative;
    z-index: 1;
    padding: 20px;
}
.about-story-img-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(121, 13, 13, 0.1), rgba(255, 215, 0, 0.1));
    border-radius: 20px 80px 20px 80px;
    z-index: -1;
    transform: rotate(-3deg);
    transition: all 0.4s ease;
}
.about-story-img-wrapper:hover::before {
    transform: rotate(0deg) scale(1.05);
    background: linear-gradient(135deg, rgba(121, 13, 13, 0.2), rgba(255, 215, 0, 0.2));
}

.experience-badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: linear-gradient(135deg, #790D0D, #C21A03);
    color: #fff;
    padding: 25px;
    border-radius: 50%;
    width: 140px; height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 30px rgba(121, 13, 13, 0.4);
    border: 5px solid #fff;
    animation: floatBadge 4s ease-in-out infinite;
}
.experience-badge h2 {
    font-family: 'Righteous', cursive;
    margin: 0;
    font-size: 2.2rem;
    color: #ffd700;
}
.experience-badge span {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin-top: 5px;
}

.value-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    border-top: 5px solid transparent;
    height: 100%;
}
.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(121, 13, 13, 0.15);
    border-top-color: #ffd700;
}
.value-icon {
    width: 80px; height: 80px;
    background: rgba(121, 13, 13, 0.05);
    color: #790D0D;
    font-size: 35px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
}
.value-card:hover .value-icon {
    background: #790D0D;
    color: #ffd700;
    transform: rotateY(180deg);
}
.value-card h4 {
    font-family: 'Righteous', cursive;
    color: #222;
    margin-bottom: 15px;
}

/* --- Styles from about.php --- */
.creative-value-card:hover {
    transform: translateY(-15px) !important;
    box-shadow: 0 25px 50px rgba(194, 26, 3, 0.4) !important;
}
.creative-value-card:hover .icon-box {
    transform: rotateY(180deg);
    transition: transform 0.6s ease;
}
.icon-box { transition: transform 0.6s ease; }
@media (max-width: 991px) {
    .creative-value-card { transform: translateY(0) !important; }
    .card-stagger { transform: translateY(0) !important; }
}

.brand-carousel .item img:hover {
    filter: grayscale(0) contrast(1) !important;
    opacity: 1 !important;
    transform: scale(1.1);
}
@media (min-width: 992px) {
    .border-end-lg { border-right: 1px solid rgba(0,0,0,0.1); }
}
.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
}

/* --- Styles from index.php --- */
.zigzag-section {
    padding: 100px 0;
    background: #ffffff url('../images/texture.webp') center/cover no-repeat;
    overflow: hidden;
}
.zigzag-row {
    margin-bottom: 100px;
    align-items: center;
}
.zigzag-row:last-child {
    margin-bottom: 0;
}
.zigzag-img-box {
    position: relative;
    z-index: 1;
    padding: 20px;
}
.zigzag-img-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    border-radius: 30px;
    z-index: -1;
    transform: rotate(-4deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.zigzag-row:nth-child(even) .zigzag-img-box::before {
    background: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    transform: rotate(4deg);
}
.zigzag-row:nth-child(3) .zigzag-img-box::before {
    background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}
.zigzag-img-box:hover::before {
    transform: rotate(0deg) scale(1.03);
}
.zigzag-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: transform 0.5s ease;
    display: block;
}
.zigzag-img-box:hover .zigzag-img {
    transform: translateY(-10px);
}
.zigzag-content {
    padding: 30px;
}
.zigzag-badge {
    display: inline-block;
    padding: 8px 20px;
    background: #111;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.zigzag-title {
    font-size: 38px;
    font-weight: 800;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.2;
}
.zigzag-desc {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}
.zigzag-list li {
    font-size: 16px;
    color: #444;
    font-weight: 600;
    margin-bottom: 12px;
}
.zigzag-list i {
    font-size: 18px;
    margin-right: 10px;
}
.zigzag-btn {
    background: #ff4757;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 10px 20px rgba(255, 71, 87, 0.3);
    text-decoration: none;
}
.zigzag-btn:hover {
    background: #ff6b81;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(255, 71, 87, 0.4);
    color: #fff;
}
@media (max-width: 991px) {
    .zigzag-content { padding: 40px 15px 0; text-align: center; }
    .zigzag-list { text-align: left; display: inline-block; }
}

.parallax-section {
    background: url('../images/safety_bg.webp') center/cover fixed;
    padding: 120px 0;
    position: relative;
    color: white;
}
.parallax-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
}
.glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.4s ease, background 0.4s ease;
    height: 100%;
}
.glass-card:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.glass-icon {
    font-size: 50px;
    color: #ffc107;
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.4s ease;
}
.glass-card:hover .glass-icon {
    transform: scale(1.2) rotate(10deg);
    color: #fff;
}
.glass-card h4 {
    font-weight: 700;
}

.journey-section {
    padding: 120px 0;
    background: #ffffff url('../images/texture.webp') center/cover no-repeat;
}
.journey-path {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.journey-line {
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 4px;
    background: repeating-linear-gradient(90deg, #dee2e6, #dee2e6 10px, transparent 10px, transparent 20px);
    z-index: 0;
}
.journey-step {
    position: relative;
    z-index: 1;
    width: 30%;
    text-align: center;
}
.journey-icon-wrap {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 4px solid #ff4757;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 40px;
    color: #ff4757;
    box-shadow: 0 10px 20px rgba(255, 71, 87, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.journey-step:hover .journey-icon-wrap {
    background: #ff4757;
    color: #fff;
    transform: scale(1.15) rotate(10deg);
    border-color: #ff4757;
}
.journey-title {
    font-weight: 800;
    font-size: 22px;
    color: #222;
    margin-bottom: 15px;
}
.journey-desc {
    color: #666;
    line-height: 1.6;
}
.step-number {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 35px;
    height: 35px;
    background: #222;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    border: 3px solid #fff;
}
@media (max-width: 768px) {
    .journey-path { flex-direction: column; align-items: center; }
    .journey-line { display: none; }
    .journey-step { width: 100%; margin-bottom: 40px; }
}

.topbg {
    background: linear-gradient(135deg, #790D0D, #C21A03);
    color: #ffffff;
    padding: 15px 0;
}
.topbg .head-clr {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
}
.topbg .head-clr:hover {
    color: #ffaa00;
}

/* About Page Sections Background Texture */
.about-story-section {
    background: #ffffff url('../images/texture.webp') center/cover no-repeat;
}
.mission-vision-section {
    background: #ffffff url('../images/texture.webp') center/cover no-repeat;
}
.brand-carousel-section {
    background: #ffffff url('../images/texture.webp') center/cover no-repeat;
}