/* Homepage inline styles from Planet Courier clone */

           .clean-draw-btn {
     background: transparent;
     border: 2px solid white;
     color: white;
     font-weight: 600;
     font-size: 1.1rem;
     padding: 14px 26px;
     border-radius: 8px;
     letter-spacing: 0.3px;
     transition: all 0.3s ease;
     cursor: pointer;
 }

 .clean-draw-btn:hover {
     background: white;
     color: #1e3c72;
     transform: translateY(-2px);
     box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
 }

 .clean-draw-btn:active {
     transform: translateY(0);
 }

 .clean-draw-btn .bi-trophy {
     font-size: 1.2rem;
     margin-right: 8px;
 }

 .button-showcase {
     text-align: center;
 }

 .button-showcase h2 {
     color: white;
     margin-bottom: 30px;
     font-weight: 300;
     letter-spacing: 1px;
 }

 .btn-skew {
     transform: skewX(-15deg);
     padding: 10px 30px !important;
     border-radius: 5px !important;
     font-size: 13px;
     font-weight: 800 !important;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     font-family: 'Work Sans', sans-serif !important;
     display: inline-block;
     border: none;
 }

 .btn-skew-text {
     transform: skewX(15deg);
     display: inline-block;
     transition: transform 0.3s ease;
 }

 .btn-skew:hover {
     transform: skewX(15deg) scale(1.05);
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 }

 .btn-skew:hover .btn-skew-text {
     transform: skewX(-15deg);
 }

 @media(max-width:478px) {
     .clean-draw-btn {
         font-size: 0.8rem;
     }
 }

 .winner-img-container {
     position: relative;
     overflow: hidden;
 }

 .winner-verified-badge {
     position: absolute;
     top: 10px;
     right: 10px;
     z-index: 10;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
     padding: 0.4em 0.8em;
     font-size: 6px;
     color: #fff;
 }

 #hero-slider-main {
     position: relative;
     max-height: 700px;
     overflow: hidden;
 }

 .hero-image {
     height: 600px;
     object-fit: cover;
     filter: brightness(0.85);
     transition: transform 0.5s ease, filter 0.5s ease;
 }

 .carousel-item:hover .hero-image {
     transform: scale(1.05);
     filter: brightness(0.75);
 }

 .carousel-item {
     position: relative;
 }

 .carousel-caption {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 10;
     background: linear-gradient(135deg, rgba(176, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
 }

 .hero-caption-box {
     max-width: 800px;
     background: rgba(0, 0, 0, 0.3);
     padding: 3rem !important;
     border-radius: 0.5rem;
     backdrop-filter: blur(10px);
     border: 1px solid rgba(218, 165, 32, 0.3);
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
     animation: fadeInUp 0.8s ease-out;
 }

 @keyframes fadeInUp {
     from {
         opacity: 0;
         transform: translateY(30px);
     }
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .hero-caption-box h1 {
     text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
     letter-spacing: 1px;
 }

 .hero-caption-box p {
     text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
 }

 .hero-caption-box .btn {
     transition: all 0.3s ease;
     border: 2px solid transparent;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

 .hero-caption-box .btn:hover,
 .btn-skew-text:hover {
     transform: skewX(15deg) scale(1.05);
     border-color: rgba(255, 255, 255, 0.3);
 }

 #mainHeroCarousel .carousel-indicators {
     bottom: 30px;
 }

 #mainHeroCarousel .carousel-indicators button {
     width: 25px;
    height: 3px;
    background: #daa520;
    opacity: 0.4;
    margin: 0 4px !important;
    border-radius: 1.5px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 }

 #mainHeroCarousel .carousel-indicators button:hover {
     opacity: 0.9;
     transform: scale(1.2);
 }

 #mainHeroCarousel .carousel-indicators .active {
     background: #b00000;
    opacity: 1;
    width: 45px;
    height: 3px;
    border-radius: 1.5px;
 }

 #mainHeroCarousel .carousel-control-prev-icon,
 #mainHeroCarousel .carousel-control-next-icon {
     width: 3rem;
     height: 3rem;
     background-color: rgba(176, 0, 0, 0.6);
     border-radius: 50%;
     transition: all 0.3s ease;
     border: 2px solid rgba(218, 165, 32, 0.4);
 }

 #mainHeroCarousel .carousel-control-prev-icon:hover,
 #mainHeroCarousel .carousel-control-next-icon:hover {
     background-color: rgba(176, 0, 0, 0.9);
     border-color: #daa520;
     transform: scale(1.1);
 }

 #mainHeroCarousel .carousel-control-prev,
 #mainHeroCarousel .carousel-control-next {
     opacity: 0.7;
     transition: opacity 0.3s ease;
 }

 #mainHeroCarousel .carousel-control-prev:hover,
 #mainHeroCarousel .carousel-control-next:hover {
     opacity: 1;
 }

 @media (max-width: 768px) {
     .hero-image {
         height: 500px;
     }
     .hero-caption-box {
         padding: 2rem !important;
     }
     .hero-caption-box h1 {
         font-size: 21px !important;
     }
 }

 #typeText::after {
     content: '|';
     animation: blink 0.7s infinite;
     color: goldenrod;
 }

 @keyframes blink {
     50% {
         opacity: 0;
     }
 }

 @media (max-width:470px) {
     .hero-caption-box p {
         font-size: 14px !important;
     }
     .winner-img {
         height: 250px;
     }
 }
		 
		 .winner-img {width: 100%; display: block; height: 300px; object-position: center center;}
		 
		 /* Swiper Hero Slider Styles */
.heroSwiper {
    width: 100%;
    height: 100vh;
    min-height: 600px;
}

.hero-slide {
    width: calc(100% + 2px);
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-left: -1px
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(258.98deg, rgba(20, 23, 41, 0.92) 28.78%, rgb(1 21 30 / 71%) 73.15%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}


.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide {
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Simple staggered animation */
.animate-slide-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.animate-slide-up.show {
    opacity: 1;
    transform: translateY(0);
}


/* Custom navigation buttons */
.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: rgba(176, 0, 0, 0.7);
    border-radius: 50%;
    border: 2px solid rgba(218, 165, 32, 0.5);
    transition: all 0.3s ease;
}

.heroSwiper .swiper-button-next:after,
.heroSwiper .swiper-button-prev:after {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.heroSwiper .swiper-button-next:hover,
.heroSwiper .swiper-button-prev:hover {
    background-color: rgba(176, 0, 0, 0.9);
    border-color: #daa520;
    transform: scale(1.1);
}

.heroSwiper .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    background: #daa520;
    opacity: 0.4;
    margin: 0 4px !important;
    border-radius: 1.5px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.heroSwiper .swiper-pagination-bullet-active {
    background: #b00000;
    opacity: 1;
    width: 45px;
    height: 3px;
    border-radius: 1.5px;
}

.swiftx-hero__subtitle {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #FFB302;
    display: inline-block;
    margin-bottom: 35px;
}

.subtitle-border {
    position: relative;
}

.subtitle-border::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fec201;
    content: "";
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .heroSwiper {
        height: 70vh;
        min-height: 500px;
    }
    
    .hero-content h1 {
        font-size: 2rem !important;
    }
    
    .hero-content p {
        font-size: 1rem !important;
    }
}

@media (max-width:480px){
    .heroSwiper .swiper-button-next, .heroSwiper .swiper-button-prev{
        display:none;
    }
    
    #mainHeroCarousel .carousel-control-prev-icon, #mainHeroCarousel .carousel-control-next-icon{
         display:none;
    }
}
      


  .navbar-toggler svg line {
    transition: all 0.3s ease;
  }
 
@media (max-width: 991px) {
    .adj {
        width: 34%;
    }
}

@media (min-width: 991px) {
    .adj {
        width: 23%;
    }
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc{
    display:none;
}
  



 .fixed-social-bar {position: fixed;top: 50%;left: 0;transform: translateY(-50%);z-index: 1050;display: flex;flex-direction: column;box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);border-radius: 0 5px 5px 0;overflow: visible;width: 45px;}.social-btn {display: flex;align-items: center;justify-content: flex-start;width: 45px;overflow: hidden;height: 45px;color: #fff;font-size: 1.5rem;transition: width 0.3s ease, background-color 0.3s ease, z-index 0s, opacity 0.3s ease;text-decoration: none;cursor: pointer;position: relative;}.social-btn:hover {width: 150px;z-index: 1051;}.social-btn.telegram {background-color: #0088CC;border-bottom: 1px solid rgba(0, 0, 0, .4);}.social-btn.whatsapp {background-color: #25D366;}.social-btn i {padding: 0 10px;}.social-btn span {white-space: nowrap;opacity: 0;position: absolute;left: 45px;transition: opacity 0.3s ease;font-size: 0.75rem;font-weight: bold;}.social-btn:hover span {opacity: 1;position: static;margin-left: 10px;}


