/** Shopify CDN: Minification failed

Line 1313:1 Expected "}" to go with "{"

**/
/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Poppins",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Playfair Display",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #900; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #046307; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
   --black-color: #000000;
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #bde8ef;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #900;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #f6fafd;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Recolor
--------------------------------------------------------------*/
.bg__blue {
    background: var(--heading-color);
}

.subscribe__btn input, .subscribe__btn input:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff !important;
    border-color: #000 !important;
}

.bigcounter {
    background: var(--heading-color);
    color: #fff;
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
.bg-breadcrumb-1, .header-bottom-area, .footer-top-area.bg-grey .container-fluid, .cta-icon, .footer-top-area ,
 .sf-button.sf-button-dark, .sf-button.sf-button-dark:link, .sf-button:link.sf-button-dark, .sf-button:link.sf-button-dark:link, .sf-button, .sf-button:link, .footer-top-area.bg-grey, #scrollUp
 {
    background: #900 !important;
    border-color: #900 !important;
}
nav.sf-navigation ul li.megamenu-active>ul>li>a, nav.sf-navigation ul li.Others ul li a
 {
    color:#900;
}
.mean-container .mean-nav ul li a
 {  background: #900 !important;border-color: #fff !important;}
.bg-breadcrumb-1 {
    margin-bottom: 50px;
    display:none;
}

.top-notification-bar {
 
    background: linear-gradient(to right, #0f1d42 0% 100%);}

nav.sf-navigation ul li a.events {background:  #0f1d42; }
    .notification-entry p a, .notification-entry p a:hover

 {
    background-color: #0f1d42;
    border: 1px solid #0f1d42;
    color: #fff;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
   margin-bottom: 0px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--accent-color)
}
.btn-learn-more, .btn-learn-more:visited {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: var(--black-color);
  color: var(--contrast-color);
  border: 1px solid var(--black-color);
  text-decoration: none;
  transition: 0.3s;
}
.header.sticky-header.header-custom {
    border-bottom: 1px solid #fff;
}
.action-buttons { margin-top:30px;}

.btn-learn-more:hover , .btn-learn-more:focus{
  background: transparent;
  transform: translateY(-2px);
  color: #000;
}
.footer-top-area.bg-grey {
    padding-bottom: 0 !important;
}
.footer-top-area.bg-grey .footer-widgets {
    padding-bottom: 40px;
}
.newsletter-content-icon, .newsletter-content h3 { color: var(--accent-color);}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #046307;
}

.hero .hero-content h1 .highlight {
  color: var(--heading-color);
  position: relative;
}

.hero .hero-content h1 .highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-color), color-mix(in srgb, var(--accent-color), transparent 50%));
  border-radius: 2px;
}

@media (min-width: 992px) and (max-width: 1400px) {
.hero .hero-content h1 {
    font-size: 2.5rem;
}
}

@media (max-width: 768px) {
  .hero .hero-content h1 {
    font-size: 2rem;
  }
}

.hero .hero-content h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.hero .hero-content h2 .typed {
  color: var(--accent-color);
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero .hero-content h2 {
    font-size: 1.25rem;
  }
}

.hero .hero-content p {
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 30px !important;
}
@media (min-width: 1600px) {
.hero .hero-content p {
 font-size:21px;
}}
.hero .hero-actions {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

.hero .hero-actions .btn {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid;
}

.hero .hero-image {
  position: relative;
}

.hero .hero-image .image-wrapper {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
}

.hero .hero-image .image-wrapper img {
  border-radius: 20px;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 85%);
  transition: transform 0.3s ease;
}

.hero .hero-image .image-wrapper img:hover {
  transform: scale(1.02);
}

.hero .hero-image .floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.hero .hero-image .floating-elements .floating-card {
  position: absolute;
  background:#046307;
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--default-color), transparent 90%);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  animation: float 3s ease-in-out infinite;
   color: #fff;
}

.hero .hero-image .floating-elements .floating-card i {
  font-size: 1.5rem;
  color: #fff;
}

.hero .hero-image .floating-elements .floating-card.design {
  top: 10%;
  right: -5%;
  animation-delay: 0s;
}

.hero .hero-image .floating-elements .floating-card.code {
  bottom: 30%;
  left: -15%;
  animation-delay: 1s;
}

.hero .hero-image .floating-elements .floating-card.creativity {
  top: 60%;
  right: -5%;
  animation-delay: 2s;
}

@media(min-width: 1200px) and (max-width:1400px){
    .hero .hero-image .floating-elements .floating-card.design {  
        right: -5%;
    }

    .hero .hero-image .floating-elements .floating-card.code {
        left: -9%;
    }
}

@media (max-width: 992px) {
  .hero .hero-image .floating-elements .floating-card {
    display: none;
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 992px) {
  .hero .hero-content {
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
.hero {
    padding-top: 30px;
}

.hero .d-flex{
    flex-flow: column
}
}

/*--------------------------------------------------------------
# Tickets Section
--------------------------------------------------------------*/
.tickets {
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-image: url(/cdn/shop/files/discover-timeless-gifts-price-wrights-jewelry.webp?v=17624340690);
    background-position: center;
}

.tickets::before {
    content: "";
    background: color-mix(in srgb, #000000, transparent 50%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.tickets .ticket-info-bar {
  padding: 40px;
  text-align: center;
}

.tickets .ticket-info-bar .countdown-info {
  margin-bottom: 0px;
}
.tickets .ticket-info-bar .countdown-info h2, .tickets .ticket-info-bar .countdown-info p{
  color:#fff
}

.tickets .ticket-info-bar .countdown-info h5 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}.tickets .ticket-info-bar .countdown-info .section-title {
  margin-bottom:0px;
}

.tickets .ticket-info-bar .countdown-info h5 i {
  color: #fff;
  margin-right: 10px;
}

.tickets .ticket-info-bar .countdown-info .countdown {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.tickets .ticket-info-bar .countdown-info .countdown>div {
  background: var(--surface-color);
  padding: 15px 10px;
  border-radius: 10px;
  min-width: 80px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tickets .ticket-info-bar .countdown-info .countdown>div h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--accent-color);
  margin: 0 0 5px 0;
  line-height: 1;
}

.tickets .ticket-info-bar .countdown-info .countdown>div h4 {
  font-size: 18px;
  font-weight: 500;
  color: color-mix(in srgb, var(--black-color), transparent 30%);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tickets .ticket-info-bar .support-info p {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--default-color);
}

.tickets .ticket-info-bar .support-info .contact-link {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 600;
}

.tickets .ticket-info-bar .support-info .contact-link:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.tickets .ticket-info-bar .support-info .divider {
  margin: 0 15px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

@media (max-width: 768px) {
    .tickets .ticket-info-bar .countdown-info .countdown>div {
        min-width: 70px;
    }

    .tickets .ticket-info-bar .countdown-info .countdown>div h3 {
        font-size: 30px;
    }

    .tickets .ticket-info-bar .countdown-info .countdown>div h4 {
        font-size: 10px;
    }

  .tickets .ticket-card {
    padding: 30px 20px;
  }

  .tickets .ticket-card.featured {
    transform: none;
  }

  .tickets .ticket-card.featured:hover {
    transform: translateY(-5px);
  }

  .tickets .ticket-header .ticket-price .amount {
    font-size: 36px;
  }

  .tickets .ticket-info-bar {
    padding: 30px 20px;
  }

  .tickets .ticket-info-bar .countdown {
    gap: 15px !important;
  }

  .tickets .ticket-info-bar .countdown>div {
    padding: 15px 10px;
    min-width: 60px;
  }

  .tickets .ticket-info-bar .countdown>div h3 {
    font-size: 24px;
  }

  .tickets .ticket-info-bar .countdown>div h4 {
    font-size: 12px;
  }

  .tickets .ticket-info-bar .support-info .divider {
    display: block;
    margin: 10px 0;
  }

  .section-title h2 {
    font-size: 24px;
    }

    .product {
    border: 0;
    margin: 0 0 20px;
}
}

/*--------------------------------------------------------------
# Promo Cards Section
--------------------------------------------------------------*/
.promo-cards {
  padding-top: 60px;
  padding-bottom: 60px;
}

.promo-cards .promo-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  transition: transform 0.3s ease;
  padding: 0 20px;
  margin-bottom: 30px;
}

.promo-cards .promo-card:hover {
  transform: translateY(-5px);
}

.promo-cards .promo-card.card-1 {
  background-color: #b5b5b540;
}

.promo-cards .promo-card.card-2 {
  background-color: #b5b5b540;
}

.promo-cards .promo-card.card-3 {
  background-color: #b5b5b540;
}

.promo-cards .promo-card.card-4 {
  background-color: #b5b5b540;
}

.promo-cards .promo-card .product-image {
  margin: 0;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-cards .promo-card .product-image img {
  max-height: 250px;
  object-fit: contain;
}

.promo-cards .promo-card .promo-content {
  padding: 20px 15px 20px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.promo-cards .promo-card .discount-badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--black-color);
  letter-spacing: 0.5px;
}

.promo-cards .promo-card .product-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
  color: var(--black-color);
}
@media(max-width: 1400px) and (min-width: 1200px) {
.cards .card-item .card-content {
min-height: 142px;}
}
@media(max-width: 1199px) and (min-width: 992px) {
.cards .card-item .card-content {
min-height: 158px;}
}
@media(max-width: 991px) and (min-width: 768px) {
.cards .card-item .card-content {
min-height: 140px;}
}
@media(max-width: 767px) and (min-width: 576px) {
.cards .card-item .card-content {
min-height: 146px;}
}

.promo-cards .promo-card .shop-btn {
  display: inline-block;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
  align-self: flex-start;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  margin-top:20px;
}

.promo-cards .promo-card .shop-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color) 90%, black 15%);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .promo-cards .promo-card .row {
    flex-direction: column;
  }

  .promo-cards .promo-card .col-5,
  .promo-cards .promo-card .col-7 {
    width: 100%;
  }

  .promo-cards .promo-card .product-image {
    padding: 15px 15px 0;
  }

  .promo-cards .promo-card .promo-content {
    padding: 15px 20px 20px;
    text-align: center;
  }

  .promo-cards .promo-card .promo-content .shop-btn {
    align-self: center;
  }
}

/*--------------------------------------------------------------
# Cards Section
--------------------------------------------------------------*/
.cards {
  padding-top: 0px;
  padding-bottom: 60px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* default: 4 columns */
}

.cards .cards-slider {
  overflow: hidden;
}

.cards .card-item {
  display: block;
  position: relative;
  min-height: 540px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.cards .card-item:hover .card-bg {
  transform: scale(1.1);
}

.cards .card-item:hover .card-content {
  background: rgba(0, 0, 0, 0.7);
}

.cards .card-item .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-in-out;
}

.cards .card-item .card-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease-in-out;
}

.cards .card-item:hover .card-bg::before {
  background: rgba(0, 0, 0, 0.2);
}

.cards .card-item .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px 15px;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease-in-out;
}

.cards .card-item .card-content p {
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 12px;
}

.cards .card-item .card-content span {
  text-decoration: underline;
  color: #fff;
}

.cards .card-item .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--contrast-color);
  font-size: 24px;
}

.cards .card-item h3 {
  color: var(--contrast-color);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1199px) {
  .cards .card-item {
    height: 350px;
  }

  .cards .card-item .card-content {
    padding: 25px;
  }

  .cards .card-item .icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .cards .card-item h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .cards .card-item {
    height: 300px;
  }

  .cards .card-item .card-content {
    padding: 20px;
  }

  .cards .card-item .icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .cards .card-item h3 {
    font-size: 16px;
  }
}


/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/
.about {
  padding-top: 60px;
  position: relative;
  padding-bottom: 0px;
}

.about .about-content {
  text-align: center;
}

.about .about-content.about-content-2{
    margin-top: 60px;
}

.about .about-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
 
    color: var(--heading-color);
}

@media (max-width: 768px) {
  .about .about-content h2 {
    font-size: 24px;
  }

  .about {
    padding-top: 0px;
   }
}

.about .about-content p {
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 30px;
}

.silver-bg{
    background: #f1f1f1;
    padding-top:5px;
}

.products-slider .product-item{
    border: 1px solid #eee;
    margin: 0 20px 30px;
}

.product-price{
    font-weight: 700;
}

.product__inner {
    margin: 0 20px;
}

.product__inner span {
    display: block;
}

.product-item .product-title {
    min-height: 85px;
}

.product__action li a {
    border: 1px solid var(--heading-color);
    line-height: 55px;
}

.product__action li a:hover {
    background: var(--heading-color) none repeat scroll 0 0;
}
@media (max-width: 767px) {
.product__action li a {
    line-height: 40px;
    background: var(--heading-color);
}

.product__action li a i{
color: #fff !important;
}

.product__action {
    margin-top: 15px;
}
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us {
  padding-top: 0px;
  padding-bottom: 60px;
}

.why-us .content-grid {
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .why-us .content-grid {
    margin-bottom: 3rem;
  }
}

.why-us .about-block {
  background: var(--surface-color);
  padding: 3rem;
  border-radius: 20px;
  height: 100%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.3s ease;
}

.why-us .about-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.why-us .about-block .about-header {
  margin-bottom: 2rem;
}

.why-us .about-block .about-header h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  line-height: 1.3;
}

.why-us .about-block .about-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.why-us .about-block .feature-list {
  margin-top: 2rem;
}

.why-us .about-block .feature-list .feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.why-us .about-block .feature-list .feature-item i {
  color: var(--accent-color);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.why-us .about-block .feature-list .feature-item span {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .why-us .about-block {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .why-us .about-block .about-header h3 {
    font-size: 1.6rem;
  }
}

.why-us .section-badge {
  display: inline-block;
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.why-us .image-showcase {
  position: relative;
  height: 100%;
}

.why-us .image-showcase .main-image {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.why-us .image-showcase .main-image img {
  height: 100%;
  object-fit: cover;
}

.why-us .image-showcase .main-image .overlay-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--surface-color);
  padding: 1rem 1.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.why-us .image-showcase .main-image .overlay-badge .badge-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.why-us .image-showcase .main-image .overlay-badge .badge-content i {
  font-size: 1.5rem;
  color: var(--accent-color);
}

.why-us .image-showcase .main-image .overlay-badge .badge-content .badge-text strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--heading-color);
}

.why-us .image-showcase .main-image .overlay-badge .badge-content .badge-text span {
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.why-us .image-showcase .floating-card {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: var(--surface-color);
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 200px;
}

.why-us .image-showcase .floating-card img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.why-us .image-showcase .floating-card .card-content .rating {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
}

.why-us .image-showcase .floating-card .card-content .rating i {
  color: #ffc107;
  font-size: 0.8rem;
}

.why-us .image-showcase .floating-card .card-content .rating span {
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

.why-us .image-showcase .floating-card .card-content p {
  margin: 0;
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

@media (max-width: 768px) {
  .why-us .image-showcase .main-image {
    min-height: 300px;
  }

  .why-us .image-showcase .overlay-badge {
    top: 15px;
    right: 15px;
    padding: 0.8rem 1rem;
  }

  .why-us .image-showcase .floating-card {
    position: static;
    margin-top: 1rem;
    transform: none;
  }
}

.why-us .why-choose-wrapper .section-header {
  margin-bottom: 4rem;
}

.why-us .why-choose-wrapper .section-header h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem 0 1.5rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .why-us .why-choose-wrapper .section-header h3 {
    font-size: 2rem;
  }
}

.why-us .why-choose-wrapper .section-header p {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {


  .why-us .why-choose-wrapper .section-header {
    margin-bottom: 2.5rem;
  }
}
/* Ensure the slick slides and rows align properly */
.features-container-fluid .row {
  display: flex;
  flex-wrap: wrap;
}

/* Each column (Bootstrap col) stretches equally */
.features-container-fluid .col-lg-3,
.features-container-fluid .col-md-6 {
  display: flex !important;
}

/* Equal height feature boxes */
.feature-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.why-us .feature-box {
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--surface-color);
    border: 1px solid var(--accent-color);
    transition: all .3s ease;
    height: 100%;
    margin-bottom: 0px;
    flex:1
}
.why-us .feature-box .feature-icon-wrapper {
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.why-us .feature-box .feature-icon-wrapper .feature-icon {
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.why-us .feature-box h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--heading-color);
  min-height:54px;
}

.why-us .feature-box p {
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
    color: #000;
}
@media (max-width: 1299px) {
.why-us .feature-box h4 {  min-height:81px  }
@media (max-width: 768px) {
  .why-us .feature-box {
    padding: 1.5rem;
  }

  .why-us .feature-box .feature-icon-wrapper .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }

  .why-us .feature-box h4 {
    font-size: 1.2rem;
  }
}

@media (max-width: 1120px) {
    .card-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: dense;
    }

   .two-col {
        display: flex;
    }

    .two-col .item {
        flex: 1;
    }
  }
@media(min-width: 992px) and (max-width: 1120px) {
  .two-col > *:nth-child(2),
  .two-col > *:nth-child(3) {
    display: block !important;
  }

   .card-grid > *:nth-child(4) ,
   .card-grid > *:nth-child(5) {
    display: none !important;
  }
}


/* Mobile — 2 columns */
@media (max-width: 767px) {
    .card-grid, .two-col {
        display:grid;
        grid-template-columns: repeat(2, 1fr);
    }
   .two-col > *:nth-child(3) {
        grid-column: span 2;
    }
}
@media (max-width: 560px) {
          .two-col, .card-grid{  grid-template-columns: repeat(1, 1fr);
            row-gap: 20px;}
          .two-col > *:nth-child(3) {
        grid-column: span 1;
    }
}

                /* ====== Slider Arrow Styles ====== */
.slider-navigation {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 5;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-navigation i {
  line-height: 1;
}

.slider-navigation:hover {
  background-color:#046307; 
  color: #fff;
}
.slider-navigation-prev {
  left: -35px;
}

.slider-navigation-next {
  right: -35px;
}
.why-us .container-fluid1 {
padding-left:60px;
padding-right:60px; }


@media (max-width: 768px) {
.cta-icon {
    left: calc(50% - 50px);}
  }

@media (max-width: 576px) {
  .slider-navigation {
    width: 25px;
    height: 25px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 450px) {.countdown h4 {
    font-size: 0.7rem;}
}
@media (max-width: 360px) {
.countdown{display: grid !important;
grid-template-columns: repeat(2, 1fr);}
}