
.sec-shape {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 1920px;
    height: 100%;
    z-index: 0;
}


/*==========Animated Triangles CSS Start==========*/
.animated-triangles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.triangle {
    position: absolute;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.triangle-1 {
    top: 10%;
    left: 5%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 86px solid #882D52;
    animation-delay: 0s;
}

.triangle-2 {
    top: 20%;
    right: 10%;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 69px solid #100d28;
    animation-delay: 1s;
}

.triangle-3 {
    bottom: 30%;
    left: 15%;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 52px solid #882D52;
    animation-delay: 2s;
}

.triangle-4 {
    top: 60%;
    right: 20%;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 60px solid #100d28;
    animation-delay: 3s;
}

.triangle-5 {
    bottom: 20%;
    right: 5%;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 78px solid #882D52;
    animation-delay: 4s;
}

.triangle-6 {
    top: 40%;
    left: 25%;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 43px solid #100d28;
    animation-delay: 5s;
}

/* Additional triangles for more density */
.triangle-7 {
    top: 12%;
    left: 35%;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 60px solid #882D52;
    animation-delay: 0.5s;
}

.triangle-8 {
    top: 28%;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 35px solid #100d28;
    animation-delay: 1.2s;
}

.triangle-9 {
    top: 65%;
    left: 8%;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 78px solid #882D52;
    animation-delay: 2.8s;
}

.triangle-10 {
    top: 75%;
    left: 28%;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 52px solid #100d28;
    animation-delay: 3.5s;
}

.triangle-11 {
    top: 85%;
    left: 48%;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 43px solid #882D52;
    animation-delay: 4.2s;
}

.triangle-12 {
    top: 15%;
    right: 25%;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 69px solid #100d28;
    animation-delay: 0.8s;
}

.triangle-13 {
    top: 45%;
    right: 15%;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 60px solid #882D52;
    animation-delay: 1.8s;
}

.triangle-14 {
    top: 55%;
    right: 35%;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 48px solid #100d28;
    animation-delay: 2.5s;
}

.triangle-15 {
    top: 25%;
    left: 55%;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 38px solid #882D52;
    animation-delay: 1.1s;
}

.triangle-16 {
    top: 35%;
    left: 65%;
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 55px solid #882D52;
    animation-delay: 2.2s;
}

.triangle-17 {
    top: 80%;
    left: 65%;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 31px solid #100d28;
    animation-delay: 4.8s;
}

.triangle-18 {
    top: 90%;
    left: 85%;
    width: 0;
    height: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-bottom: 73px solid #882D52;
    animation-delay: 5.5s;
}

.triangle-19 {
    top: 5%;
    left: 75%;
    width: 0;
    height: 0;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    border-bottom: 66px solid #882D52;
    animation-delay: 0.3s;
}

.triangle-20 {
    top: 95%;
    left: 15%;
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-bottom: 45px solid #100d28;
    animation-delay: 6.2s;
}

.triangle-21 {
    top: 8%;
    right: 45%;
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-bottom: 57px solid #882D52;
    animation-delay: 0.7s;
}

.triangle-22 {
    top: 18%;
    right: 55%;
    width: 0;
    height: 0;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-bottom: 50px solid #882D52;
    animation-delay: 1.4s;
}

.triangle-23 {
    top: 38%;
    right: 65%;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 42px solid #100d28;
    animation-delay: 2.1s;
}

.triangle-24 {
    top: 68%;
    right: 75%;
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    border-bottom: 62px solid #882D52;
    animation-delay: 3.8s;
}

.triangle-25 {
    top: 88%;
    right: 85%;
    width: 0;
    height: 0;
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    border-bottom: 54px solid #882D52;
    animation-delay: 5.2s;
}

.triangle-26 {
    top: 22%;
    left: 15%;
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-bottom: 47px solid #100d28;
    animation-delay: 1.6s;
}

.triangle-27 {
    top: 32%;
    left: 85%;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-bottom: 59px solid #882D52;
    animation-delay: 2.4s;
}

.triangle-28 {
    top: 72%;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-bottom: 36px solid #882D52;
    animation-delay: 4.1s;
}

.triangle-29 {
    top: 82%;
    left: 75%;
    width: 0;
    height: 0;
    border-left: 39px solid transparent;
    border-right: 39px solid transparent;
    border-bottom: 68px solid #100d28;
    animation-delay: 4.9s;
}

.triangle-30 {
    top: 92%;
    left: 55%;
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-bottom: 40px solid #882D52;
    animation-delay: 5.8s;
}

.triangle-31 {
    top: 7%;
    right: 35%;
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-bottom: 64px solid #882D52;
    animation-delay: 0.4s;
}

.triangle-32 {
    top: 17%;
    right: 75%;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 48px solid #100d28;
    animation-delay: 1.3s;
}

.triangle-33 {
    top: 27%;
    right: 85%;
    width: 0;
    height: 0;
    border-left: 41px solid transparent;
    border-right: 41px solid transparent;
    border-bottom: 71px solid #882D52;
    animation-delay: 2.0s;
}

.triangle-34 {
    top: 47%;
    right: 25%;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 43px solid #882D52;
    animation-delay: 2.7s;
}

.triangle-35 {
    top: 57%;
    right: 55%;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 52px solid #100d28;
    animation-delay: 3.4s;
}

.triangle-36 {
    top: 77%;
    right: 15%;
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-bottom: 57px solid #882D52;
    animation-delay: 4.6s;
}

.triangle-37 {
    top: 87%;
    right: 45%;
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-bottom: 45px solid #882D52;
    animation-delay: 5.3s;
}

.triangle-38 {
    top: 97%;
    right: 65%;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 61px solid #100d28;
    animation-delay: 6.0s;
}

.triangle-39 {
    top: 3%;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-bottom: 50px solid #882D52;
    animation-delay: 0.2s;
}

.triangle-40 {
    top: 13%;
    left: 55%;
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    border-bottom: 62px solid #882D52;
    animation-delay: 0.9s;
}

.triangle-41 {
    top: 23%;
    left: 75%;
    width: 0;
    height: 0;
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    border-bottom: 54px solid #100d28;
    animation-delay: 1.7s;
}

.triangle-42 {
    top: 43%;
    left: 35%;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 42px solid #882D52;
    animation-delay: 2.3s;
}

.triangle-43 {
    top: 53%;
    left: 65%;
    width: 0;
    height: 0;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    border-bottom: 66px solid #882D52;
    animation-delay: 3.1s;
}

.triangle-44 {
    top: 63%;
    left: 85%;
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-bottom: 47px solid #100d28;
    animation-delay: 3.9s;
}

.triangle-45 {
    top: 73%;
    left: 25%;
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 55px solid #882D52;
    animation-delay: 4.4s;
}

.triangle-46 {
    top: 83%;
    left: 35%;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 48px solid #882D52;
    animation-delay: 5.1s;
}

.triangle-47 {
    top: 93%;
    left: 65%;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-bottom: 59px solid #100d28;
    animation-delay: 5.9s;
}

.triangle-48 {
    top: 33%;
    right: 45%;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 43px solid #882D52;
    animation-delay: 2.6s;
}

.triangle-49 {
    top: 53%;
    right: 75%;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 52px solid #882D52;
    animation-delay: 3.6s;
}

.triangle-50 {
    top: 73%;
    right: 25%;
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-bottom: 47px solid #100d28;
    animation-delay: 4.7s;
}

/*==========Rectangles CSS Start==========*/
.rectangle {
    position: absolute;
    opacity: 0.08;
    animation: float-rectangle 8s ease-in-out infinite;
}

.rectangle-1 {
    top: 15%;
    left: 8%;
    width: 60px;
    height: 20px;
    background: #882D52;
    transform: rotate(45deg);
    animation-delay: 0s;
}

.rectangle-2 {
    top: 35%;
    right: 12%;
    width: 40px;
    height: 15px;
    background: #100d28;
    transform: rotate(-30deg);
    animation-delay: 1.5s;
}

.rectangle-3 {
    bottom: 40%;
    left: 20%;
    width: 50px;
    height: 12px;
    background: #882D52;
    transform: rotate(15deg);
    animation-delay: 3s;
}

.rectangle-4 {
    top: 70%;
    right: 25%;
    width: 35px;
    height: 18px;
    background: #882D52;
    transform: rotate(-60deg);
    animation-delay: 4.5s;
}

.rectangle-5 {
    bottom: 15%;
    right: 15%;
    width: 45px;
    height: 10px;
    background: #100d28;
    transform: rotate(75deg);
    animation-delay: 6s;
}

.rectangle-6 {
    top: 50%;
    left: 35%;
    width: 30px;
    height: 25px;
    background: #882D52;
    transform: rotate(-45deg);
    animation-delay: 7.5s;
}

/*==========Circles CSS Start==========*/
.circle {
    position: absolute;
    opacity: 0.06;
    animation: float-circle 7s ease-in-out infinite;
}

.circle-1 {
    top: 25%;
    left: 12%;
    width: 25px;
    height: 25px;
    background: #882D52;
    border-radius: 50%;
    animation-delay: 0.5s;
}

.circle-2 {
    top: 45%;
    right: 18%;
    width: 18px;
    height: 18px;
    background: #100d28;
    border-radius: 50%;
    animation-delay: 2s;
}

.circle-3 {
    bottom: 35%;
    left: 25%;
    width: 22px;
    height: 22px;
    background: #882D52;
    border-radius: 50%;
    animation-delay: 3.5s;
}

.circle-4 {
    top: 80%;
    right: 30%;
    width: 20px;
    height: 20px;
    background: #882D52;
    border-radius: 50%;
    animation-delay: 5s;
}

.circle-5 {
    bottom: 25%;
    right: 8%;
    width: 28px;
    height: 28px;
    background: #100d28;
    border-radius: 50%;
    animation-delay: 6.5s;
}

.circle-6 {
    top: 65%;
    left: 18%;
    width: 15px;
    height: 15px;
    background: #882D52;
    border-radius: 50%;
    animation-delay: 8s;
}

/*==========Cubes CSS Start==========*/
.cube {
    position: absolute;
    opacity: 0.07;
    animation: float-cube 9s ease-in-out infinite;
}

.cube-1 {
    top: 18%;
    left: 40%;
    width: 20px;
    height: 20px;
    background: #882D52;
    transform: rotate(45deg);
    animation-delay: 1s;
}

.cube-2 {
    top: 55%;
    right: 35%;
    width: 16px;
    height: 16px;
    background: #100d28;
    transform: rotate(-15deg);
    animation-delay: 2.5s;
}

.cube-3 {
    bottom: 45%;
    left: 45%;
    width: 24px;
    height: 24px;
    background: #882D52;
    transform: rotate(30deg);
    animation-delay: 4s;
}

.cube-4 {
    top: 85%;
    right: 45%;
    width: 18px;
    height: 18px;
    background: #882D52;
    transform: rotate(-75deg);
    animation-delay: 5.5s;
}

.cube-5 {
    bottom: 30%;
    right: 25%;
    width: 22px;
    height: 22px;
    background: #100d28;
    transform: rotate(60deg);
    animation-delay: 7s;
}

.cube-6 {
    top: 75%;
    left: 30%;
    width: 14px;
    height: 14px;
    background: #882D52;
    transform: rotate(-45deg);
    animation-delay: 8.5s;
}

/*==========Animation Keyframes==========*/
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.1;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 0.3;
    }
}

@keyframes float-rectangle {
    0%, 100% {
        transform: translateY(0px) scale(1);
        opacity: 0.08;
    }
    50% {
        transform: translateY(-25px) scale(1.1);
        opacity: 0.2;
    }
}

@keyframes float-circle {
    0%, 100% {
        transform: translateY(0px) scale(1);
        opacity: 0.06;
    }
    50% {
        transform: translateY(-18px) scale(1.3);
        opacity: 0.15;
    }
}

@keyframes float-cube {
    0%, 100% {
        transform: translateY(0px) scale(1);
        opacity: 0.07;
    }
    50% {
        transform: translateY(-22px) scale(1.2);
        opacity: 0.18;
    }
}

/*==========Floating Elements CSS Start==========*/
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-shape {
    position: absolute;
    opacity: 0.1;
    animation: float-slow 8s ease-in-out infinite;
}

.shape-1 {
    top: 15%;
    right: 15%;
    width: 20px;
    height: 20px;
    background: #882D52;
    border-radius: 50%;
    animation-delay: 0s;
}

.shape-2 {
    bottom: 25%;
    left: 10%;
    width: 15px;
    height: 15px;
    background: #100d28;
    border-radius: 50%;
    animation-delay: 2s;
}

.shape-3 {
    top: 70%;
    right: 25%;
    width: 25px;
    height: 25px;
    background: #882D52;
    border-radius: 50%;
    animation-delay: 4s;
}

@keyframes float-slow {
    0%, 100% {
        transform: translateY(0px) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translateY(-15px) scale(1.2);
        opacity: 0.3;
    }
}

/*==========Banner CSS Start==========*/
.main-banner {
    position: relative;
    padding: 200px 0 115px 0;
    overflow: hidden;
}

.main-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-banner .container {
    position: relative;
    z-index: 2;
}

.main-banner-slider {
    position: relative;
}

/* Circle Background Container */
.banner-image-container {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Circle Background Shadow */
.circle-background {
    position: absolute;
    width: 675px;
    height: 675px;
    background: radial-gradient(circle, rgba(186, 18, 30, 0.1) 0%, rgba(255, 215, 0, 0.05) 50%, transparent 70%);
    border-radius: 50%;
    box-shadow: 
        0 0 100px rgba(186, 18, 30, 0.2),
        0 0 200px rgba(255, 215, 0, 0.1),
        inset 0 0 50px rgba(186, 18, 30, 0.1);
    z-index: 1;
}

/* Banner Image Slider */
.banner-image-slider {
    position: relative;
    width: 600px;
    height: 575px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    touch-action: pan-y pinch-zoom;
}

/* Loading indicator */
.banner-image-slider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid rgba(186, 18, 30, 0.2);
    border-top: 3px solid #882D52;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.banner-image-slider.loading::before {
    opacity: 1;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    opacity: 0;
    transition: all var(--banner-transition-duration, 0.8s) ease-in-out;
    transform: scale(0.8);
    will-change: transform, opacity;
}

.banner-img.active {
    opacity: 1;
    transform: scale(1);
}

.banner-img:not(.active) {
    opacity: 0;
    transform: scale(0.8);
}

/* Banner Content Styles */
.banner-content-slider {
    position: relative;
    height: 500px;
    overflow: hidden;
    touch-action: pan-y;
}

.banner-content {
    padding-top: 28px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(20px);
    transition: all var(--banner-transition-duration, 0.6s) ease-in-out;
    z-index: 2;
    visibility: hidden;
    will-change: transform, opacity;
}

.banner-content.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
    visibility: visible;
}

.banner-content:not(.active) {
    pointer-events: none;
    display: none;
}

.banner-badge {
    margin-bottom: 20px;
}

.banner-badge .badge {
    background: linear-gradient(45deg, #882D52, #d63384);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 25px rgba(186, 18, 30, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    user-select: none;
}

.banner-badge .badge:hover {
    background: linear-gradient(45deg, #d63384, #882D52);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(186, 18, 30, 0.4);
}

.banner-badge .badge:active {
    transform: translateY(0);
}

.banner-badge .badge i {
    font-size: 16px;
}

.sub-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(45deg, #100d28, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.sub-title i {
    color: #100d28;
    font-size: 18px;
}

.h1-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #010f2e;
    word-wrap: break-word;
    hyphens: auto;
}

.highlight-text {
    background: linear-gradient(45deg, #882D52, #d63384);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.banner-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #6c757d;
    max-width: 500px;
    word-wrap: break-word;
}

.banner-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    user-select: none;
    flex: 1;
    min-width: 120px;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.stat-item:active {
    transform: translateY(-2px);
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #882D52;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.banner-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.btn-primary {
    background: linear-gradient(45deg, #882D52, #d63384);
    color: white;
    box-shadow: 0 8px 25px rgba(186, 18, 30, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(45deg, #d63384, #882D52);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(186, 18, 30, 0.4);
    color: white;
}

.btn-secondary {
    background: transparent;
    color: #882D52;
    border: 2px solid #882D52;
}

.btn-secondary:hover {
    background: linear-gradient(45deg, #882D52, #d63384);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(186, 18, 30, 0.3);
}

.banner-call {
    margin-top: 30px;
}

.banner-call a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.banner-call a:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.banner-call a .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #882D52, #d63384);
    border-radius: 50%;
    padding: 12px;
}

.banner-call a .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.call-content {
    display: flex;
    flex-direction: column;
}

.call-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.call-number {
    font-size: 20px;
    font-weight: 700;
    color: #010f2e;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .main-banner {
        padding: 180px 0 100px 0;
    }
    
    .banner-image-container {
        height: 500px;
    }
    
    .circle-background {
        width: 550px;
        height: 550px;
    }
    
    .banner-image-slider {
        width: 500px;
        height: 475px;
    }
    
    .h1-title {
        font-size: 3rem;
    }
    
    .banner-content p {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .main-banner {
        padding: 160px 0 90px 0;
    }
    
    .banner-image-container {
        height: 400px;
        margin-bottom: 40px;
    }
    
    .circle-background {
        width: 350px;
        height: 350px;
    }
    
    .banner-image-slider {
        width: 300px;
        height: 300px;
    }
    
    .h1-title {
        font-size: 2.5rem;
        line-height: 1.3;
    }
    
    .banner-content p {
        font-size: 16px;
        max-width: 100%;
    }
    
    .banner-stats {
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .banner-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-primary, .btn-secondary {
        justify-content: center;
        width: 100%;
        max-width: 300px;
    }
    
    .banner-content-slider {
        height: auto;
    }
    
    .banner-content {
        padding-top: 0;
        text-align: center;
    }
    
    .banner-badge {
        margin-bottom: 25px;
    }
    
    .banner-badge .badge {
        font-size: 13px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .main-banner {
        padding: 140px 0 70px 0;
    }
    
    .banner-image-container {
        height: 300px;
        margin-bottom: 30px;
    }
    
    .circle-background {
        width: 250px;
        height: 250px;
    }
    
    .banner-image-slider {
        width: 200px;
        height: 200px;
    }
    
    .h1-title {
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    .banner-content p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
    
    .banner-stats {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }
    
    .stat-item {
        padding: 15px;
        flex: 1;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .banner-actions {
        gap: 12px;
    }
    
    .btn-primary, .btn-secondary {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .banner-badge .badge {
        font-size: 12px;
        padding: 8px 16px;
    }
    
    .banner-badge .badge i {
        font-size: 14px;
    }
    
    .banner-content {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .main-banner {
        padding: 120px 0 60px 0;
    }
    
    .banner-image-container {
        height: 250px;
        margin-bottom: 25px;
    }
    
    .circle-background {
        width: 200px;
        height: 200px;
    }
    
    .banner-image-slider {
        width: 160px;
        height: 160px;
    }
    
    .h1-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    
    .banner-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .banner-stats {
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .stat-item {
        padding: 12px;
    }
    
    .stat-number {
        font-size: 1.25rem;
    }
    
    .banner-actions {
        gap: 10px;
    }
    
    .btn-primary, .btn-secondary {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .banner-badge {
        margin-bottom: 20px;
    }
    
    .banner-badge .badge {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    .banner-content {
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .main-banner {
        padding: 100px 0 50px 0;
    }
    
    .banner-image-container {
        height: 200px;
        margin-bottom: 20px;
    }
    
    .circle-background {
        width: 160px;
        height: 160px;
    }
    
    .banner-image-slider {
        width: 120px;
        height: 120px;
    }
    
    .h1-title {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    .banner-content p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .banner-stats {
        gap: 8px;
        margin-bottom: 15px;
    }
    
    .stat-item {
        padding: 10px;
    }
    
    .stat-number {
        font-size: 1.1rem;
    }
    
    .banner-actions {
        gap: 8px;
    }
    
    .btn-primary, .btn-secondary {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .banner-badge .badge {
        font-size: 10px;
        padding: 5px 10px;
    }
    
    .banner-content {
        padding: 0 5px;
    }
}

/* Landscape orientation adjustments for mobile */
@media (max-width: 767px) and (orientation: landscape) {
    .main-banner {
        padding: 100px 0 50px 0;
    }
    
    .banner-image-container {
        height: 200px;
        margin-bottom: 20px;
    }
    
    .circle-background {
        width: 180px;
        height: 180px;
    }
    
    .banner-image-slider {
        width: 140px;
        height: 140px;
    }
    
    .h1-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .banner-content p {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .banner-img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .banner-img,
    .banner-content,
    .floating-shape,
    .triangle,
    .rectangle,
    .circle,
    .cube {
        animation: none !important;
        transition: none !important;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .main-banner {
        background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    }
    
    .h1-title {
        color: #ffffff;
    }
    
    .banner-content p {
        color: #b0b0b0;
    }
    
    .stat-item {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .call-number {
        color: #ffffff;
    }
}
