.rti-section {
    background-color: #f8fafb
}

.rti-title {
    letter-spacing: 0.2px
}

.rti-hero {
    background: linear-gradient(135deg, #0d6efd 0%, #20c997 100%);
    color: #ffffff;
    border-radius: 18px;
    padding: 2.25rem 1.75rem;
    position: relative;
    overflow: hidden
}

.rti-hero::after {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    filter: blur(4px);
    transform: rotate(25deg)
}

.rti-hero .rti-hero-subtitle {
    opacity: 0.95
}

.rti-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    backdrop-filter: blur(6px)
}

.rti-form {
    margin-top: 1.5rem;
    max-height: calc(100vh - var(--mobile-navbar-height, 0px) - 100px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #20c997 #f1f1f1
}

.form-section-title {
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
    position: relative
}

.form-section-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #0d6efd
}

.rti-form .form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem
}

.rti-form .form-control,
.rti-form .form-select {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease
}

.rti-form .form-control:focus,
.rti-form .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25)
}

.rti-form .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.rti-form .form-check-label {
    color: #495057;
    font-weight: 500
}

.rti-form .btn-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #20c997 100%);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease
}

.rti-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3)
}

.rti-fee-section {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem
}

.rti-field-label {
    font-weight: 600;
    color: #856404;
    margin-bottom: 1rem;
    font-size: 1rem
}

.rti-input {
    border: 1px solid #6c757d;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background-color: #fff
}

.rti-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    background-color: #fff
}

.rti-input::placeholder {
    color: #6c757d;
    font-style: italic
}

.rti-payment-qr,
.rti-neft-details {
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem
}

.rti-qr-image {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)
}

.rti-qr-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
    margin-top: 0.5rem;
    margin-bottom: 0
}

.rti-bank-info {
    text-align: left
}

.rti-bank-title {
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.5rem
}

.rti-bank-details {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 1rem
}

.rti-bank-item {
    font-size: 0.85rem;
    color: #495057;
    margin-bottom: 0.5rem;
    line-height: 1.4
}

.rti-bank-item:last-child {
    margin-bottom: 0
}

.rti-bank-item strong {
    color: #212529;
    font-weight: 600
}

.rti-payment-qr:hover,
.rti-neft-details:hover {
    border-color: #0d6efd;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
    transition: all 0.3s ease
}

.rti-card {
    border: none;
    border-radius: 12px;
    transition: all 0.3s ease
}

.rti-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1)
}

.rti-list {
    list-style: none;
    padding: 0
}

.rti-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 8px 0
}

.rti-list-icon {
    color: #0d6efd;
    font-size: 1.1rem;
    min-width: 20px
}

.rti-links {
    list-style: none;
    padding: 0
}

.rti-links li {
    margin-bottom: 8px
}

.rti-links a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease
}

.rti-links a:hover {
    color: #20c997;
    text-decoration: underline
}

.rti-contact {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px
}

.rti-stat {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1rem;
    backdrop-filter: blur(10px)
}

.rti-stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff
}

.rti-stat-label {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500
}

@media (max-width:768px) {
    .rti-hero {
        padding: 1.5rem 1rem
    }

    .rti-form .btn-primary {
        width: 100%
    }

    .form-section-title {
        font-size: 1rem
    }
}

.rti-card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease
}

.rti-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(32, 201, 151, 0.35)
}

.rti-card .card-title {
    color: #0d6efd;
    font-weight: 600
}

.rti-card .card-text {
    color: #495057
}

.rti-stat {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 14px;
    padding: 1rem
}

.rti-stat .rti-stat-number {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1
}

.rti-stat .rti-stat-label {
    opacity: 0.9
}

.rti-badge {
    display: inline-block;
    background: rgba(32, 201, 151, 0.1);
    color: #20c997;
    border: 1px solid rgba(32, 201, 151, 0.25);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.85rem;
    font-weight: 600
}

.rti-links a {
    text-decoration: none
}

.rti-links a:hover {
    text-decoration: underline
}

.rti-contact {
    border: 1px dashed rgba(13, 110, 253, 0.35)
}

.rti-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.rti-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0
}

.rti-list li .rti-list-icon {
    color: #20c997;
    line-height: 1.4
}

.rti-accordion .accordion-button {
    border-radius: 12px !important
}

.rti-accordion .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    overflow: hidden
}

.rti-accordion .accordion-button:not(.collapsed) {
    background: rgba(13, 110, 253, 0.06);
    color: #0d6efd;
    box-shadow: none
}

@keyframes rti-fade-up {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.rti-animate-up {
    animation: rti-fade-up 0.5s ease both
}

@media (prefers-reduced-motion:reduce) {
    .rti-animate-up {
        animation: none
    }
}

.timeline-container {
    position: relative;
    padding-left: 2rem;
    padding-right: 0.5rem;
    min-height: 100%;
    height: auto;
    overflow: visible
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #28a745, #007bff, #ffc107, #6c757d);
    border-radius: 1px
}

.timeline-container .timeline-item {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 0px;
    scroll-snap-align: start;
    width: 100%;
    left: 0 !important;
    padding-right: 0;
    opacity: 0;
    transform: translateX(-20px);
    animation: timelineSlideIn 0.6s ease forwards
}

.timeline-container .timeline-marker {
    position: absolute;
    left: -2rem;
    top: 0.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 2
}

.timeline-container .timeline-marker::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: timelinePulse 1.8s ease-in-out infinite
}

.timeline-container .timeline-content {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 0.9rem;
    margin-left: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    width: calc(100% - 0.5rem);
    max-width: 100%
}

.timeline-container .timeline-content::before {
    content: '';
    position: absolute;
    left: -0.5rem;
    top: 1rem;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #e9ecef
}

.timeline-container .timeline-content:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #007bff
}

.timeline-container .timeline-date {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 0.25rem
}

.timeline-container .timeline-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem
}

.timeline-container .timeline-description {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
    line-height: 1.4
}

.timeline-container .timeline-stats {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem
}

.timeline-container .timeline-stats .badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.45rem
}

.timeline-container .timeline-location {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.5rem
}

.timeline-container .timeline-location i {
    margin-right: 0.25rem;
    color: #007bff
}

.timeline-container .timeline-item:nth-child(1) {
    animation-delay: 0.1s
}

.timeline-container .timeline-item:nth-child(2) {
    animation-delay: 0.2s
}

.timeline-container .timeline-item:nth-child(3) {
    animation-delay: 0.3s
}

.timeline-container .timeline-item:nth-child(4) {
    animation-delay: 0.4s
}

.timeline-container .timeline-item:nth-child(5) {
    animation-delay: 0.5s
}

.timeline-container .timeline-item:nth-child(6) {
    animation-delay: 0.6s
}

.timeline-container .timeline-item:nth-child(7) {
    animation-delay: 0.7s
}

.timeline-container .timeline-item:nth-child(8) {
    animation-delay: 0.8s
}

@keyframes timelineSlideIn {
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes timelinePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.35)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(13, 110, 253, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0)
    }
}

.timeline-container::-webkit-scrollbar {
    width: 10px
}

.timeline-container::-webkit-scrollbar-track {
    background: #f1f3f5;
    border-radius: 10px
}

.timeline-container::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #20c997, #0d6efd);
    border-radius: 10px
}

.timeline-container {
    scrollbar-width: thin;
    scrollbar-color: #0d6efd #f1f3f5
}

.bg-teal {
    background-color: #20c997 !important
}

.text-teal {
    color: #20c997 !important
}

.btn-teal {
    background-color: #20c997;
    border-color: #20c997;
    color: white
}

.btn-teal:hover {
    background-color: #1ba085;
    border-color: #1ba085;
    color: white
}

.progress-bar.bg-teal {
    background-color: #20c997 !important
}

.badge.bg-teal {
    background-color: #20c997 !important
}

.timeline-container::before {
    background: linear-gradient(to bottom, #20c997, #17a2b8, #ffc107, #6c757d)
}

.timeline-container .timeline-content:hover {
    border-color: #20c997;
    box-shadow: 0 4px 12px rgba(32, 201, 151, 0.15)
}

.timeline-marker.bg-teal {
    background-color: #20c997 !important;
    box-shadow: 0 2px 8px rgba(32, 201, 151, 0.3)
}

.timeline-marker.bg-teal::after {
    animation: timelinePulseTeal 1.8s ease-in-out infinite
}

@keyframes timelinePulseTeal {
    0% {
        box-shadow: 0 0 0 0 rgba(32, 201, 151, 0.35)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(32, 201, 151, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(32, 201, 151, 0)
    }
}

.campaign-timeline .timeline-marker {
    border: 2px solid rgba(255, 255, 255, 0.2)
}

.event-timeline .timeline-marker {
    border: 2px solid rgba(255, 255, 255, 0.2)
}

@media (max-width:768px) {
    .timeline-container {
        padding-left: 1.5rem;
        min-height: auto;
        height: auto;
        overflow: visible
    }

    .timeline-container::before {
        left: 0.75rem
    }

    .timeline-container .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-right: 0
    }

    .timeline-container .timeline-marker {
        left: -1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.7rem
    }

    .timeline-container .timeline-content {
        margin-left: 0.25rem;
        padding: 0.65rem 0.75rem;
        width: calc(100% - 0.25rem);
        max-width: 100%
    }

    .timeline-container .timeline-content::before {
        left: -0.25rem;
        border-right-width: 6px;
        border-top-width: 6px;
        border-bottom-width: 6px
    }

    .timeline-container .timeline-stats {
        flex-direction: column;
        gap: 0.25rem
    }

    .timeline-container .timeline-stats .badge {
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
        align-self: flex-start
    }
}

.page-header-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../uploads/pexels-pixabay-159775.jpg") center/cover no-repeat !important
}

.partnership-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.partnership-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(13, 110, 253, 0.3)
}

.partnership-icon {
    transition: all 0.3s ease
}

.partnership-card:hover .partnership-icon {
    transform: scale(1.1)
}

.benefit-item {
    transition: all 0.3s ease;
    border-radius: 10px
}

.benefit-item:hover {
    background: rgba(13, 110, 253, 0.05);
    transform: translateY(-3px)
}

.benefit-icon {
    transition: all 0.3s ease
}

.benefit-item:hover .benefit-icon {
    transform: scale(1.1)
}

.story-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(13, 110, 253, 0.3)
}

.story-image img {
    transition: transform 0.3s ease
}

.story-card:hover .story-image img {
    transform: scale(1.05)
}

#partnership-form .card {
    border-radius: 15px;
    overflow: hidden
}

#partnership-form .form-control,
#partnership-form .form-select {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease
}

#partnership-form .form-control:focus,
#partnership-form .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25)
}

#partnership-form .btn-primary {
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease
}

#partnership-form .btn-primary:hover {
    background: linear-gradient(135deg, #0b5ed7, #0a58ca);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3)
}

@media (max-width:768px) {
    .partnership-card {
        margin-bottom: 1.5rem
    }

    .benefit-item {
        margin-bottom: 1rem
    }

    .story-card {
        margin-bottom: 1.5rem
    }

    #partnership-form .card-body {
        padding: 2rem 1.5rem
    }

    .partnership-icon div {
        width: 60px !important;
        height: 60px !important
    }

    .benefit-icon div {
        width: 50px !important;
        height: 50px !important
    }
}

.team-item:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important
}

.timeline {
    position: relative;
    padding: 20px 0
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
    transform: translateX(-50%)
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    width: 50%
}

.timeline-item:nth-child(odd) {
    left: 0;
}

.timeline-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent
}

.timeline-item:nth-child(odd) .timeline-content::before {
    right: -20px;
    border-left-color: white
}

.timeline-item:nth-child(even) .timeline-content::before {
    left: -20px;
    border-right-color: white
}

.timeline-dot {
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    background: #20c997;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 0 4px #e9ecef
}

.timeline-item:nth-child(odd) .timeline-dot {
    right: -10px
}

.timeline-item:nth-child(even) .timeline-dot {
    left: -10px
}

.navbar-brand {
    font-weight: bold
}

.sidebar-nav li a {
    border-radius: 4px;
    margin: 2px 0;
    padding: 8px 15px;
    transition: all 0.3s ease
}

.sidebar-nav li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff
}

.sidebar-nav li.active a {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff
}

.small-box {
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    position: relative;
    display: block;
    margin-bottom: 20px
}

.small-box>.inner {
    padding: 10px
}

.small-box .icon {
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15)
}

.small-box:hover .icon {
    font-size: 95px
}

.small-box .icon>i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.3s linear
}

.small-box:hover .icon>i {
    font-size: 95px
}

.reports-hero {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
    padding: 100px 0;
    text-align: center
}

.newsletter-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0;
    text-align: center
}

.news-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15)
}

.tender-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 10px;
    overflow: hidden
}

.tender-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15)
}

.construction-icon {
    font-size: 4rem;
    color: #ffc107;
    animation: bounce 2s infinite
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.hero-slide {
    position: relative;
    min-height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1
}

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

.hero-icon {
    margin-bottom: 1.5rem
}

.hero-icon i {
    color: #ffc107;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3)
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    opacity: 0.95
}

.hero-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5)
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap
}

.btn-orange {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
    border: none;
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3)
}

.btn-orange:hover {
    background: linear-gradient(135deg, #fd7e14 0%, #ffc107 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.4);
    color: white
}

.btn-outline-light {
    border: 2px solid white;
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
    background: transparent
}

.btn-outline-light:hover {
    background: white;
    color: #20c997;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3)
}

@media (max-width:768px) {
    .hero-title {
        font-size: 2.5rem
    }

    .hero-subtitle {
        font-size: 1.2rem
    }

    .hero-description {
        font-size: 1rem
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center
    }

    .btn-orange,
    .btn-outline-light {
        width: 100%;
        max-width: 300px
    }
}

@media (max-width:576px) {
    .hero-title {
        font-size: 2rem
    }

    .hero-subtitle {
        font-size: 1rem
    }

    .hero-description {
        font-size: 0.9rem
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(0, 0, 0, 0.5)
}

.carousel-control-prev {
    left: 30px
}

.carousel-control-next {
    right: 30px
}

.carousel-indicators {
    bottom: 30px
}

.carousel-indicators button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    transition: all 0.3s ease
}

.carousel-indicators button.active {
    background: white;
    transform: scale(1.2)
}