
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar {
  position: sticky !important;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  padding: 15px 0px !important;
}
 .container-fluid {
    padding: 0px 40px !important;
}

.logo a {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
}

.logo a span {
  color: #ff6600; 
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-btn.resp{
    display: none;
}
.nav-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.nav-links li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #ff6600;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.nav-links li a:hover {
  color: #ff6600;
}

.nav-links li a:hover::after {
  transform: scaleX(1);
}
.nav-btn a {
  display: inline-block;
  background: #ff6600;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 30px;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.3s ease;
}

.nav-btn a:hover {
  background: #e55a00;
}
.logo a {
    font-size: 20px;
  }

.menu-icon {
  display: none;
  font-size: 24px;
  color: #1a1a1a;
  cursor: pointer;
  position: absolute;
  top: 5px ;
  right: 15px;
}

.hero {
    position: relative;
    width: 100%;
}
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item {
    height: 100%;
}

.hero-slide {
    position: relative;
    height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.hero-slide .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.45) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    padding: 0 60px;
    color: #fff;
}

.hero-tag {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.35);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
    backdrop-filter: blur(4px);
    opacity: 0;
    transform: translateY(14px);
}
.assured-cash{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
    opacity: 0;
    transform: translateY(20px);
}

.hero-content p {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    margin: 0 0 28px;
    opacity: 0;
    transform: translateY(20px);
}

.hero-btn-group {
    display: flex;
    gap: 14px;
    opacity: 0;
    transform: translateY(20px);
}

.hero-btn {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.hero-btn-primary {
    background: #ff6600;
    color: #fff;
}

.hero-btn-primary:hover {
    background: #e55a00;
    transform: translateY(-2px);
}

.hero-btn-outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.6);
}

.hero-btn-outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
}
.hero-slider .owl-item.active .hero-tag,
.hero-slider .owl-item.active .hero-content h1,
.hero-slider .owl-item.active .hero-content p,
.hero-slider .owl-item.active .hero-btn-group {
    animation: heroFadeUp 0.8s ease forwards;
}

@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    z-index: 3;
    pointer-events: none;
}

.hero-slider .owl-nav button {
    pointer-events: all;
    width: 44px;
    height: 44px;
    border-radius: 50% !important; 
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.hero-slider .owl-nav button:hover {
    background: #ff6600 !important;
    border-color: #ff6600;
}



.about-section {
    padding: 50px 0;
    overflow: hidden;
}
.about-img-col {
    padding: 0 40px;
}
.about-img-wrap {
    position: relative;
    margin: 0 auto;
}

.about-img {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.about-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.about-img:hover img {
    transform: scale(1.05);
}

.about-shape {
    position: absolute;
    top: -24px;
    left: -24px;
    width: 120px;
    height: 120px;
    background: #ff6600;
    border-radius: 14px;
    z-index: -1;
    opacity: 0.12;
}

.about-shape-outline {
    position: absolute;
    bottom: -24px;
    right: -24px;
    width: 90px;
    height: 90px;
    border: 3px solid #ff6600;
    border-radius: 14px;
    opacity: 0.25;
    z-index: -1;
}
.assured-cash{
    position: absolute;
    top: 0px;     
    left: 0px;
    
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    height: 100%;
    width: 100%;
    z-index: 10;
    box-shadow: 0 10px 25px rgba(0,0,0,.28);
}
.assured-cash p{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    max-width: 400px;
    margin: auto;
    text-align: center;
}

.about-tag {
    display: inline-block;
    color: #ff6600;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-content h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 20px;
}

.about-content p {
    font-size: 16px;
    line-height: 1.75;
    color: #555;
    margin: 0 0 10px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 13px 30px;
    background: #ff6600;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.25s ease;
}

.about-btn:hover {
    background: #e55a00;
    color: #fff;
    transform: translateY(-2px);
}
.about-content{
    padding: 0px 40px 0px 0px;
}
.categories-section {
    padding: 40px 0px ;
    background: #fff;
}

 .section-title {
    text-align: center;
    margin: 0 auto 30px;
}

.section-title span {
    display: inline-block;
    background: rgba(255,102,0,0.1);
    color: #ff6600;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}
.section-title h2 strong {
    color: #ff6600;
    font-weight: 700;
}
.category-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
}
.category-content{
    padding: 10px 15px;
}
.category-card:hover {
    transform: scale(1.02);
    box-shadow: 0 16px 32px rgba(0,0,0,0.08);
    border-color: transparent;
    border-color: #e55a00;
}
.category-icon {
    width: 100%;
    height: 200px;
    background: rgba(255,102,0,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.category-icon img {
    height: 100%;
    width: 100%;
    
}

.category-card h3 {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px;
}
.category-card p {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}
.cashback-section {
    padding: 0px 0px 30px;
}

.cashback-wrap {
    position: relative;
    margin: 0 auto;
    background: #1a1410;
    border-radius: 10px;
    padding: 40px 60px;
    overflow: hidden;
    text-align: center;
}

.cashback-glow {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,102,0,0.35) 0%, rgba(255,102,0,0) 70%);
    pointer-events: none;
}

.cashback-content {
    position: relative;
    z-index: 2;
    max-width: 640px;
    margin: 0 auto;
}

.cashback-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,102,0,0.15);
    color: #ff8a3d;
    border: 1px solid rgba(255,138,61,0.35);
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 22px;
}

.cashback-content h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 18px;
}

.cashback-highlight {
    color: #ff6600;
}

.cashback-content p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.65);
    margin: 0 0 40px;
}

.cashback-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 40px;
}

.cashback-stat h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ff6600;
    margin: 0 0 4px;
}

.cashback-stat span {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
}

.cashback-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.15);
}

.cashback-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.cashback-btn-primary {
    display: inline-block;
    padding: 15px 34px;
    background: #ff6600;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(255,102,0,0.35);
    transition: all 0.25s ease;
}

.cashback-btn-primary:hover {
    background: #e55a00;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(255,102,0,0.45);
}

.cashback-btn-outline {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    transition: all 0.25s ease;
}

.cashback-btn-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.6);
    color: #fff;
}
.why-choose-section {
    padding: 20px 0px 40px;
}

.why-choose-section .section-title {
    text-align: center;
    margin: 0 auto 30px;
}

.why-choose-section .section-title span {
    display: inline-block;
    background: rgba(255,102,0,0.1);
    color: #ff6600;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.why-choose-section .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.why-choose-section .section-title h2 strong {
    color: #ff6600;
    font-weight: 700;
}

.why-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 22px 15px;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.why-card:hover {
    box-shadow: 0 16px 32px rgba(0,0,0,0.2);
}

.why-card-featured {
    background: #1a1410;
    border-color: #1a1410;
}

.why-card-featured h3,
.why-card-featured p {
    color: #fff !important;
}

.why-card-featured p {
    color: rgba(255,255,255,0.65);

}

.why-card-featured .why-icon {
    background: #ff6600;
}

.why-card-featured .why-icon i {
    color: #fff ; 
}

.why-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    background: rgba(255,102,0,0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon i {
    font-size: 22px;
    color: #ff6600;
}

.why-card h3 {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px;
}

.why-card p {
    font-size: 14px;
    color: #777;
    line-height: 1.65;
    margin: 0;
    text-align: center;
}
.testimonial-section {
    padding: 30px 0px;
    background: #fff;
}
.testimonial-section .section-title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 25px;
}

.testimonial-section .section-title span {
    display: inline-block;
    background: rgba(255,102,0,0.1);
    color: #ff6600;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.testimonial-section .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.testimonial-section .section-title h2 strong {
    color: #ff6600;
}

.testimonial-slider {
    overflow: hidden;
    margin: 0 auto;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #e55a00;
    border-radius: 8px;
    padding: 20px 28px;
    margin: 6px;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 16px 32px rgba(0,0,0,0.08);
}

.testimonial-card:hover {
    transform: translateY(-2px);
}

.testimonial-quote-icon {
    position: absolute;
    top: 5px;
    right: 28px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-quote-icon i {
    font-size: 100px;
    color: #ff6600;
    opacity: 0.2;
}

.testimonial-stars {
    margin-bottom: 16px;
}

.testimonial-stars i {
    color: #ffb020;
    font-size: 14px;
    margin-right: 2px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.75;
    color: #444;
    margin: 0 0 26px;
    padding-right: 20px;
    z-index: 9;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
}
.img-wrap{
width: 65px;
    height: 65px;
}
.testimonial-user img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,102,0,0.2);
}

.testimonial-user h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 2px;
}

.testimonial-user span {
    font-size: 13px;
    color: #999;
}

.testimonial-slider .owl-dots {
    text-align: center;
    margin-top: 36px;
}

.testimonial-slider .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #ddd;
    border-radius: 50%;
    display: block;
    transition: all 0.25s ease;
}

.testimonial-slider .owl-dot.active span {
    background: #ff6600;
    width: 26px;
    border-radius: 5px;
}

.site-footer {
    background: #1a1410;
    padding-top: 30px;
}

.footer-top {
    padding: 0 0px 30px;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 40px;
}

.footer-col h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.footer-logo {
    height: 34px;
    margin-bottom: 18px;
}

.footer-about p {
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
    margin: 0 0 22px;
}

.footer-social {
    display: flex;
    gap: 10px;
}
.footer-social a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.footer-social a:hover {
    background: #ff6600;
    transform: translateY(-3px);
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-col ul li a:hover {
    color: #ff6600;
    padding-left: 4px;
}

.footer-contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

.footer-contact ul li i {
    color: #ff6600;
    font-size: 16px;
    margin-top: 3px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    gap: 22px;
}

.footer-bottom-links a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #ff6600;
}
.breadcrumb-section {
    background: linear-gradient(135deg, #2a1405 0%, #935228 100%);
    padding: 40px 0px;
}

.breadcrumb-section h1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.breadcrumb-path {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    font-size: 20px;
}

.breadcrumb-path a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.breadcrumb-path a:hover {
    color: #fff;
}

.breadcrumb-sep i {
    font-size: 15px;
    color: #fff;
}

.breadcrumb-current {
    color: #fff;
    font-weight: 600;
}
.about-page-section {
    padding: 40px 0;
    overflow: hidden;
}

.about-page-img-col {
    padding: 0 30px;
}

.about-page-img-wrap {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.about-page-img-main {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.about-page-img-main img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
}

.about-page-img-small {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 160px;
    height: 160px;
    border-radius: 14px;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.about-page-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-page-float-card {
    position: absolute;
    bottom: 10px;
    left: 20px;
    background: #fff;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.about-page-float-icon {
    width: 42px;
    height: 42px;
    background: #ff6600;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page-float-icon i {
    color: #fff;
    font-size: 17px;
}

.about-page-float-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 2px;
}

.about-page-float-card span {
    font-size: 12px;
    color: #888;
}

.about-page-content-col {
    padding: 0px 60px 0px 0px;
}
.about-page-tag {
    display: inline-block;
    color: #ff6600;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
}

.about-page-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 10px;
}

.about-page-content > p {
    font-size: 16px;
    line-height: 1.75;
    color: #555;
    margin: 0 0 14px;
}

.about-page-points {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.about-page-point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.about-page-point-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: #ff6600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.about-page-point-icon i {
    color: #fff;
    font-size: 12px;
}

.about-page-point h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.about-page-point p {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}

.about-page-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #ff6600;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(255,102,0,0.25);
    transition: all 0.25s ease;
}

.about-page-btn:hover {
    background: #e55a00;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(255,102,0,0.35);
}
.mission-vision-section {
    padding: 0px 0 30px;
}

.mv-col {
    padding: 0 12px;
    margin-bottom: 24px;
}

.mv-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 26px 25px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 18px 36px rgba(0,0,0,0.08);
}

.mv-card:hover {
    transform: translateY(-3px);   
}
.mv-card-dark {
    background: #1a1410;
    border-color: #1a1410;
}

.mv-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,102,0,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.mv-card-dark .mv-icon {
    background: #ff6600;
}

.mv-icon i {
    font-size: 24px;
    color: #ff6600;
}

.mv-card-dark .mv-icon i {
    color: #fff;
}

.mv-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #ff6600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.mv-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    margin: 0 0 18px;
}

.mv-card-dark h3 {
    color: #fff;
}

.mv-card p {
    font-size: 15px;
    line-height: 1.75;
    color: #666;
    margin: 0;
}

.mv-card-dark p {
    color: rgba(255,255,255,0.65);
}
.story-section {
    padding: 30px 0;
}

.story-year-col {
    padding: 0 12px;
    margin-bottom: 30px;
}

.story-year-card {
    background: #1a1410;
    border-radius: 8px;
    height: 100%;
    min-height: 260px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.story-year-label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.story-year {
    font-size: 64px;
    font-weight: 700;
    color: #ff6600;
    margin: 0 0 8px;
    line-height: 1;
}

.story-year-sub {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.story-content-col {
    padding: 0 40px 0 20px;
}

.story-content {
    padding: 0px 0px 0px 40px;
}

.story-tag {
    display: inline-block;
    color: #ff6600;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.story-content h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 10px;
}

.story-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 8px;
}

.story-content p strong {
    color: #ff6600;
}

.blog-section {
    padding: 30px 0;
    background: #faf9f7;
}

.blog-section .section-title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 25px;
    padding: 0 0px;
}

.blog-section .section-title span {
    display: inline-block;
    background: rgba(255,102,0,0.1);
    color: #ff6600;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}
.category-all{
    text-align: center;
    margin: 32px 0px;
}
.category-all a{
    background: #ff6600;
    padding: 8px 22px;
    color: #fff;
    font-size:15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;

}

.blog-section .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.blog-section .section-title h2 strong {
    color: #ff6600;
}

.blog-section .section-title p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.blog-col {
    padding: 0 12px;
    margin-bottom: 24px;
}
.blog-card {
    background: #fff;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease; 
    box-shadow: 0 18px 36px rgba(0,0,0,0.08);
}

.blog-card:hover {
    transform: translateY(-3px);
   
}

.blog-img {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.08);
}

.blog-category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #ff6600;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
}

.blog-body {
    padding: 15px 18px 15px;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.blog-meta span {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-meta i {
    color: #ff6600;
    font-size: 11px;
}

.blog-body h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 0 0 8px;
}

.blog-body p {
    font-size: 14px;
    color: #444;
    line-height: 1.35;
    margin: 0 0 8px;
}

.blog-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #ff6600;
    text-decoration: none;
    transition: gap 0.25s ease;
}

.blog-readmore i {
    font-size: 12px;
    transition: transform 0.25s ease;
}

.blog-readmore:hover {
    gap: 12px;
    color: #e55a00;
}


.contact-section {
    padding: 50px 0;
    background: #faf9f7;
}

.contact-info-col {
    padding: 0 40px 0 24px;
    margin-bottom: 40px;
}


.contact-tag {
    display: inline-block;
    background: rgba(255,102,0,0.1);
    color: #ff6600;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}

.contact-info h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 16px;
}

.contact-info > p {
    font-size: 15px;
    line-height: 1.75;
    color: #666;
    margin: 0 0 26px;
}
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 15px;
}
.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-detail-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-detail-icon i {
    color: #ff6600;
    font-size: 17px;
}

.contact-detail-item h5 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.contact-detail-item p {
    font-size: 14px;
    color: #777;
    margin: 0;
    line-height: 1.6;
}

.contact-socials span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.contact-social-icons {
    display: flex;
    gap: 10px;
}

.contact-social-icons a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.contact-social-icons a:hover {
    background: #ff6600;
    border-color: #ff6600;
    color: #fff;
    transform: translateY(-3px);
}

.contact-form-col {
    padding: 0 24px 0 20px;
}
.contact-form-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 20px 45px rgba(0,0,0,0.06);
}

.contact-form-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
}

.contact-form-card > p {
    font-size: 14px;
    color: #777;
    margin: 0 0 30px;
}

.contact-form-row {
    display: flex;
    gap: 20px;
}

.contact-form-group {
    flex: 1;
    margin-bottom: 13px;
}

.contact-form-full {
    width: 100%;
}

.contact-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 3px;
}

.contact-form-group input,
.contact-form-group textarea {
    width: 100%;
    padding: 8px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    color: #1a1a1a;
    background: #faf9f7;
    outline: none;
    transition: all 0.25s ease;
    font-family: inherit;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus {
    border-color: #ff6600;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255,102,0,0.1);
}

.contact-form-group textarea {
    resize: vertical;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ff6600;
    color: #fff;
    border: none;
    padding: 15px 34px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(255,102,0,0.25);
    transition: all 0.25s ease;
}

.contact-submit-btn:hover {
    background: #e55a00;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(255,102,0,0.35);
}
.policy-section {
    padding: 50px 0 0px;
}
.policy-updated {
    display: inline-block;
    background: rgba(255,102,0,0.1);
    color: #ff6600;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.policy-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.policy-block {
    margin-bottom: 20px;
}

.policy-block h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.policy-block h3 span {
    color: #ff6600;
    font-size: 15px;
    font-weight: 700;
}

.policy-block p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

.policy-contact-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #faf9f7;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 18px 20px;
    margin: 20px 0px; 
}

.policy-contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: #ff6600;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-contact-icon i {
    color: #fff;
    font-size: 19px;
}

.policy-contact-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.policy-contact-box p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.policy-contact-box strong {
    color: #ff6600;
}