@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Oswald:wght@200..700&display=swap');
* {
padding: 0;
margin: 0;
}
body {
font-family: "Manrope", sans-serif !important;
box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Manrope", sans-serif !important;
}
p,
span,
strong,
a {
font-family: "Manrope", sans-serif !important;
}
a:hover {
color: #000000 !important;
text-decoration: none !important;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1300px !important;
}
/* ================= TOP BAR ================= */
.topbar {
background: #689c54;
padding: 10px 0;
font-size: 14px;
position: relative;
}
.topbar .social a:hover i {
color: black;
}
.topb-text a {
color: white;
font-size: 14px;
font-weight: 600;
}
.topbar .social i {
margin-right: 15px;
color: #fff;
}
.topbar .center-text {
text-align: center;
font-weight: 500;
color: #fff;
}
.phone-btn {
background: rgba(255, 255, 255, 0.2);
padding: 6px 15px;
border-radius: 20px;
color: #fff;
font-weight: 600;
}
/* ================= HEADER ================= */
.main-header {
position: absolute;
width: 100%;
top: 60px;
z-index: 999;
}
.nav-wrapper {
background: #0e0e0ea1;
border-radius: 40px;
padding: 5px 20px;
}
.navbar {
padding: 0;
}
.navbar-brand img {
height: 85px;
}
.navbar-nav .nav-link {
color: #fff !important;
font-size: 14px;
text-transform: uppercase;
padding: 10px 15px;
font-weight: 500;
}
.navbar-nav .nav-link:hover {
color: #689c54 !important;
}
.nav-icon i:hover {
color: #689c54;
}
.navbar-collapse {
position: relative;
}
.navbar-brand {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
/* Icons */
.nav-icon {
color: #fff;
margin-left: 15px;
font-size: 18px;
}
.cart-count {
position: absolute;
top: -6px;
right: -8px;
background: #689c54;
color: #000;
font-size: 10px;
padding: 2px 6px;
border-radius: 50%;
font-weight: 600;
}
/* ================= HERO ================= */
.hero-section {
position: relative;
height: 100vh;
overflow: hidden;
}
.hero-section video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
transform: translate(-50%, -50%);
object-fit: cover;
}
.hero-overlay {
position: absolute;
width: 100%;
height: 100%;
background: rgb(0 0 0 / 42%);
}
.hero-content {
position: relative;
z-index: 2;
text-align: center;
top: 55%;
transform: translateY(-50%);
width: 60% !important;
}
.hero-content h1 {
font-size: 70px;
color: #ffffff;
line-height: 1.2;
font-weight: 700;
margin-bottom: 20px;
}
.hero-content p {
color: white;
font-size: 18px;
}
.hero-btn {
padding: 12px 35px;
border-radius: 30px;
margin: 10px;
font-weight: 600;
}
a.green-btn {
background: #689c54;
color: white;
padding: 12px 40px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
border-radius: 50px;
font-size: 15px;
}
a.green-btn:hover {
background-color: #000;
color: white !important;
}
a.black-btn {
background: #000;
color: white;
padding: 12px 40px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
border-radius: 50px;
font-size: 15px;
}
a.black-btn:hover {
background-color: #689c54;
color: white !important;
}
.hero-content .btn_group {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 30px;
}
.btn_group {
display: flex;
gap: 20px;
}
span.highlight-text {
color: #689c54;
}
section.cat_slider {
padding: 70px 0;
}
/* Heading */
.heading-title {
color: #000000;
font-size: 40px;
font-weight: 800;
letter-spacing: 1px;
}
/* Slider spacing */
.cat-slider {
margin: 0 -15px;
}
.cat-slbox {
text-align: center;
padding: 20px 15px;
display: block;
transition: 0.3s ease;
}
/* Image wrapper for better control */
.cat-image {
height: 223px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #eeeeeec2;
}
.cat-image img {
width: 180px;
height: 200px;
object-fit: contain;
}
.cat-slbox img {
max-width: 100%;
max-height: 170px;
object-fit: contain;
transition: 0.4s ease;
}
/* Category Title */
.cat-slbox span {
display: block;
margin-top: 15px;
color: #222;
font-size: 20px;
font-weight: 700;
transition: 0.3s;
}
/* Hover Effects */
.cat-slbox:hover img {
transform: scale(1.08);
}
.cat-slbox:hover span {
color: #689c54;
}
/* Footer Css */
footer {
background: #111111;
margin-top: 30px;
border-radius: 30px 30px 0px 0px;
}
a.fot_logo img {
width: 40%;
margin-bottom: 20px;
}
footer p,
footer a {
color: white;
font-size: 15px;
}
.foot_top {
padding: 50px 0px 20px;
}
.foot_top h4 {
color: white;
font-size: 20px;
margin-bottom: 20px;
font-weight: 700;
}
.fot_social a {
background: #808080e0;
width: 35px;
display: flex;
height: 35px;
border-radius: 50px;
align-items: center;
text-align: justify;
justify-content: center;
}
.fot_social a:hover {
background-color: #000000;
color: #fff;
}
.fot_social {
display: flex;
align-items: center;
gap: 10px;
}
footer ul {
list-style: none;
}
footer ul li {
padding-bottom: 5px;
}
footer ul li a:hover {
color: #01BAD5;
}
form#sub_form input {
border: none;
width: 100%;
margin-bottom: 20px;
padding: 15px;
border-radius: 50px;
font-size: 15px;
color: black !important;
font-weight: 600;
}
form#sub_form button {
border: none;
}
p.copy_txt {
margin-bottom: 0px;
}
.foot_mid .row {
align-items: center;
}
.foot_mid {
border-top: 2px solid #cccccc42;
padding: 10px 0px;
border-bottom: 2px solid #cccccc42;
}
.foot_mid img {
width: 50%;
}
.pay_img {
text-align: right;
}
.con-det a {
display: flex;
gap: 10px;
align-items: center;
margin-bottom: 15px;
}
.foot_top a:hover {
color: #689c54 !important;
}
.featured-products {
padding: 60px 0 20px;
background: #f8f8f8;
}
.product-card {
background: #fff;
padding: 25px;
border-radius: 8px;
position: relative;
transition: 0.3s;
height: 100%;
}
.product-card:hover {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
transform: translateY(-5px);
}
/* Badge */
.badge-label {
position: absolute;
top: 15px;
left: 15px;
background: #eee;
font-size: 12px;
padding: 4px 10px;
font-weight: 600;
}
/* Image */
.product-img{
position: relative;
width: 100%;
height: 260px;
perspective: 1000px;
}
.product-img img{
width: 100%;
height: 100%;
object-fit: contain;
position: absolute;
top: 0;
left: 0;
backface-visibility: hidden;
transition: transform .6s ease;
}
/* First Image */
.product-img img:first-child{
transform: rotateY(0deg);
}
/* Second Image */
.product-img img:last-child{
transform: rotateY(180deg);
}
/* On Hover Flip */
.product-card:hover .product-img img:first-child{
transform: rotateY(-180deg);
}
.product-card:hover .product-img img:last-child{
transform: rotateY(0deg);
}
.rating span {
color: #888;
margin-left: 8px;
}
/* Title */
.product-title {
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
}
/* Price */
.price {
font-size: 20px;
font-weight: 700;
margin-bottom: 15px;
}
/* Colors */
.colors {
margin: 12px 0;
}
.colors span {
display: inline-block;
width: 18px;
height: 18px;
border-radius: 50%;
margin-right: 8px;
border: 1px solid #ccc;
cursor: pointer;
}
/* Buttons */
.product-actions {
display: flex;
align-items: center;
margin-top: 15px;
}
.cart-btn {
background: #000;
color: #fff;
border: none;
padding: 8px 12px;
margin-right: 10px;
cursor: pointer;
}
.view-btn {
border: 1px solid #000;
padding: 7px 15px;
font-size: 13px;
text-decoration: none;
color: #000;
}
.view-btn:hover,
.cart-btn:hover {
background: #689c54;
color: #fff !important;
}
/* About Css */
.about_sec {
margin: 50px 0px;
background-image: url('../images/aboutbg.png') !important;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: lighten;
background-color: rgb(255 255 255 / 92%);
}
.about_cont img {
width: 100px;
position: relative;
left: 30px;
}
section.about_sec .row {
align-items: center;
}
.about_cont h4 {
color: #01BAD5;
margin: 10px 0px 20px;
}
.about_cont ul {
list-style: none;
margin-bottom: 10px;
}
.about_cont ul li {
display: flex;
align-items: center;
gap: 10px;
padding-bottom: 10px;
font-weight: 600;
}
h4.secondry-title {
color: #689c54;
font-size: 25px;
font-weight: 800;
letter-spacing: 1px;
}
.about_sec img {
width: 100%;
}
.about_sec .btn_group {
gap: 20px;
display: flex;
}
.up-ani {
position: relative;
bottom: 0px;
transition: all 0.5s;
}
.up-ani:hover {
bottom: 10px;
}
/* Cta section css */
section.cta_sec .container {
background: url('https://philodobikes.com/cdn/shop/files/philodo_camo_hunting_bike.jpg') !important;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center !important;
padding: 80px 50px;
border-radius: 20px;
}
.cta_sec {
margin: 80px 0px;
}
section.cta_sec h3 {
color: white;
}
.cta_mtxet {
color: #ffff;
margin: 30px 0px 40px;
font-size: 18px;
}
p.btextxol2 {
font-size: 15px;
line-height: 25px;
font-weight: 400;
color: #ffffffbd;
padding-bottom: 15px;
}
/* Card Styling */
.testimonial-card {
background: #ffffff;
color: #333;
border: none;
border-radius: 15px;
padding: 30px 25px;
transition: all 0.3s ease;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
height: 380px;
}
.testimonial-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
/* Avatar */
.testimonial-avatar {
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
margin-top: -70px;
border: 5px solid #fff;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
/* Stars */
.stars i {
color: #f4b400;
margin-right: 3px;
}
/* Name */
.testimonial-name {
font-weight: 600;
margin-top: 15px;
font-size: 18px;
}
/* Quote icon */
.quote-icon {
font-size: 30px;
color: #6a994e;
opacity: 0.2;
}
section.testimonial-section p {
    font-size: 18px;
    font-weight: 600;
    color: white;
}
.testimonial-card p {
    color: black !important;
}
section.testimonial-section {
    background: #689c54;
    padding: 50px 0px 0px;
}
.testimonial-section h2 {
    color: white !important;
}
.testimonial-card p {
font-size: 15px !important;
font-weight: 500 !important;
margin-bottom: 20px !important;
}
.testimonial-name {
font-style: italic;
}
.testimonial-section .slick-list.draggable {
background: transparent;
padding: 50px 0px;
}
.video-item {
width: 100%;
cursor: pointer;
overflow: hidden;
background: #000;
position: relative;
border-radius: 15px;
}
.video-item i {
color: white;
background: #689c54;
padding: 15px 16px;
border-radius: 50px;
position: absolute;
left: 38%;
top: 40%;
}
.video-item i:hover {
background-color: #000;
}
.preview-video {
width: 100%;
height: 200px;
pointer-events: none; /* prevents interaction in preview */
}
.lightbox {
display: none;
position: fixed;
z-index: 9999;
inset: 0;
background: rgba(0,0,0,0.8);
justify-content: center;
align-items: center;
}
.lightbox-content {
width: 80%;
max-width: 800px;
position: relative;
}
#lightbox-video {
width: 100%;
height: 450px;
background-color: #000;
}
.close {
position: absolute;
top: -30px;
right: 0;
color: white;
font-size: 28px;
cursor: pointer;
}
section.vid_sec {
    padding: 50px 0px !important;
}
.about_img img {
    height: 480px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
}

.emobility-section {
    padding: 60px 0 3px;
    background: linear-gradient(135deg, #eef2f7, #ffffff);
    position: relative;
    overflow: hidden;
}

.emobility-title{
    font-size:48px;
    font-weight:700;
    line-height:1.2;
}

.emobility-title span{
    color:#28a745;
}

.emobility-text{
    color:#6c757d;
    margin-top:20px;
    font-size:16px;
    line-height:1.8;
}

.emobility-section .feature-card{
    background:#fff;
    border-radius:15px;
    padding:30px 20px;
    text-align:center;
    transition: all 0.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    height:100%;
}

.emobility-section .feature-card:hover{
    transform: translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

.emobility-section .feature-icon{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border-radius:50%;
    background:linear-gradient(135deg,#28a745,#20c997);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
}

.emobility-section .feature-title{
    font-weight:700;
    margin-bottom:10px;
}

.emobility-section .feature-text{
    font-size:15px;
    color:#6c757d;
    line-height:1.6;
}
section.emobility-section p {
    color: black !important;
    font-size: 16px;
}

.premium-section {
    padding: 60px 0 60px;
    position: relative;
    overflow: hidden;
}

.premium-section .bg-word{
    position:absolute;
    top:120px;
    left:5%;
    font-size:180px;
    font-weight:900;
    color:rgba(0,0,0,0.05);
    z-index:0;
    letter-spacing:10px;
}

.premium-content{
    position:relative;
    z-index:2;
}
.premium-content {
    padding-left: 5% !important;
}

.premium-section .small-label{
    font-size:12px;
    letter-spacing:3px;
    font-weight:600;
    text-transform:uppercase;
    color:#999;
    margin-bottom:15px;
}

.premium-title{
    font-size:56px;
    font-weight:900;
    line-height:1.1;
    margin-bottom:30px;
}

.premium-text {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 30px;
}
.premium-list{
    list-style:none;
    padding:0;
    margin-bottom:40px;
}

.premium-list li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #000000;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
}

.premium-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#28a745;
    font-weight:700;
}

.premium-btn{
    padding:14px 35px;
    border:2px solid #000;
    background:transparent;
    font-weight:600;
    letter-spacing:1px;
    transition:0.3s ease;
}

.premium-btn:hover{
    background:#000;
    color:#fff;
}

.premium-image{
    height:600px;
    background-size:cover;
    background-position:center;
    border-radius:0;
}


.faq-section{
    padding:50px 0;
    background:#f9fafb;
}

.faq-title{
    font-size:48px;
    font-weight:800;
    margin-bottom:20px;
}

.faq-subtext {
    color: #000000;
    padding: 20px 0px;
    font-size: 16px;
}

.faq-btn{
    padding:14px 35px;
    border:2px solid #000;
    background:transparent;
    font-weight:600;
    letter-spacing:1px;
    transition:0.3s;
}

.faq-btn:hover{
    background:#000;
    color:#fff;
}

/* Accordion Styling */
.faq-section .card{
    border:none;
    border-radius:8px !important;
    margin-bottom:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.faq-section .card-header{
    background:#fff;
    border:none;
    padding:0;
    border-radius:8px !important;
}

.faq-section .btn-link{
    width:100%;
    text-align:left;
    padding:18px 25px;
    font-weight:600;
    color:#111;
    text-decoration:none;
    position:relative;
}

.faq-section .btn-link:hover,
.faq-section .btn-link:focus{
    text-decoration:none;
    color:#000;
}

.faq-section .btn-link:after{
    content:"+";
    position:absolute;
    right:25px;
    font-size:20px;
    transition:0.3s;
}

.faq-section .btn-link[aria-expanded="true"]:after{
    content:"−";
}

.faq-section .card-body{
    padding:20px 25px;
    color:#000000;
    font-size:15px;
    line-height:1.7;
    border-top:1px solid #eee;
}
.btn.focus, .btn:focus {
    box-shadow: none !important;
}