/* Feature Cards Styling */

/* Why Choose Section Styling */
.why-choose-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(240,240,245,0.95) 100%);
    position: relative;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 20%, rgba(235, 102, 43, 0.08) 0%, rgba(235, 102, 43, 0) 60%),
                radial-gradient(circle at 30% 80%, rgba(74, 67, 196, 0.08) 0%, rgba(74, 67, 196, 0) 60%);
    z-index: 0;
}

.why-choose-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
    z-index: 0;
}

.why-choose-section .container {
    position: relative;
    z-index: 1;
}

/* Benefit Card Styling */
.benefit-card {
    position: relative;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 30px;
}

.benefit-card-inner {
    height: 100%;
    padding: 40px 35px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
}

.benefit-card-inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--color-accent-1) 0%, var(--color-accent-2) 100%);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.8;
}

.benefit-card-inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(var(--color-accent-1-rgb), 0.03) 0%, rgba(var(--color-accent-1-rgb), 0) 70%);
    border-radius: 50%;
    z-index: -1;
}

.benefit-card:hover .benefit-card-inner {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-color: rgba(var(--color-accent-1-rgb), 0.1);
}

.benefit-card:hover .benefit-card-inner::before {
    height: 8px;
    opacity: 1;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
    font-size: 32px;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Benefit Icon Colors */
.benefit-icon.pricing {
    background: linear-gradient(135deg, #00b4d8, #0096c7);
}

.benefit-icon.pricing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: -1;
    border-radius: 50%;
}

.benefit-icon.support {
    background: linear-gradient(135deg, #2ec4b6, #20a39e);
}

.benefit-icon.support::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: -1;
    border-radius: 50%;
}

.benefit-icon.drivers {
    background: linear-gradient(135deg, #ff9e00, #ff7b00);
}

.benefit-icon.drivers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: -1;
    border-radius: 50%;
}

.benefit-icon.payment {
    background: linear-gradient(135deg, #9d4edd, #7b2cbf);
}

.benefit-icon.payment::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: -1;
    border-radius: 50%;
}

.benefit-icon.cancellation {
    background: linear-gradient(135deg, #f15bb5, #e95da0);
}

.benefit-icon.cancellation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: -1;
    border-radius: 50%;
}

.benefit-icon.ontime {
    background: linear-gradient(135deg, #4361ee, #3a56e4);
}

.benefit-icon.ontime::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: -1;
    border-radius: 50%;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.1) rotate(10deg);
}

.benefit-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--color-dark-1);
    position: relative;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.benefit-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-accent-1) 0%, var(--color-accent-2) 100%);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.8;
    border-radius: 3px;
}

.benefit-card:hover .benefit-title {
    color: var(--color-accent-1);
    transform: translateX(5px);
}

.benefit-card:hover .benefit-title::after {
    width: 70px;
    opacity: 1;
}

.benefit-text {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-gray-1);
    margin-bottom: 0;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex-grow: 1;
}

.benefit-card:hover .benefit-text {
    color: var(--color-dark-1);
}

/* Our Services Section Styling */
.services-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(240,240,245,0.95) 100%);
    position: relative;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 20%, rgba(74, 67, 196, 0.08) 0%, rgba(74, 67, 196, 0) 60%),
                radial-gradient(circle at 70% 80%, rgba(235, 102, 43, 0.08) 0%, rgba(235, 102, 43, 0) 60%);
    z-index: 0;
}

.services-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(var(--color-accent-1-rgb), 0.03) 0%, rgba(var(--color-accent-1-rgb), 0) 70%);
    z-index: 0;
}

.services-section .container {
    position: relative;
    z-index: 1;
}

/* Service Card Styling */
.service-card {
    position: relative;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards;
}

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

.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }
.service-card:nth-child(4) { animation-delay: 0.4s; }
.service-card:nth-child(5) { animation-delay: 0.5s; }
.service-card:nth-child(6) { animation-delay: 0.6s; }
.service-card:nth-child(7) { animation-delay: 0.7s; }
.service-card:nth-child(8) { animation-delay: 0.8s; }

.service-card-inner {
    height: 100%;
    padding: 40px 35px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
}

.service-card-inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--color-accent-1) 0%, var(--color-accent-2) 100%);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.8;
}

.service-card-inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(var(--color-accent-1-rgb), 0.03) 0%, rgba(var(--color-accent-1-rgb), 0) 70%);
    border-radius: 50%;
    z-index: -1;
}

.service-card:hover .service-card-inner {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-color: rgba(var(--color-accent-1-rgb), 0.1);
}

.service-card:hover .service-card-inner::before {
    height: 8px;
    opacity: 1;
}

.service-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
    font-size: 32px;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: -1;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Service Icon Colors */
.service-icon.local-rides {
    background: linear-gradient(135deg, #4361ee, #3a56e4);
}

.service-icon.outstation {
    background: linear-gradient(135deg, #3a0ca3, #480ca8);
}

.service-icon.airport {
    background: linear-gradient(135deg, #7209b7, #8b0dce);
}

.service-icon.corporate {
    background: linear-gradient(135deg, #f72585, #ff3898);
}

.service-icon.tour-packages {
    background: linear-gradient(135deg, #4cc9f0, #38bdf8);
}

.service-icon.group-cabs {
    background: linear-gradient(135deg, #4895ef, #3b82f6);
}

.service-icon.car-rentals {
    background: linear-gradient(135deg, #560bad, #6930c3);
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

.service-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--color-dark-1);
    position: relative;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-accent-1) 0%, var(--color-accent-2) 100%);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.8;
    border-radius: 3px;
}

.service-card:hover .service-title {
    color: var(--color-accent-1);
    transform: translateX(5px);
}

.service-card:hover .service-title::after {
    width: 70px;
    opacity: 1;
}

.service-text {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-gray-1);
    margin-bottom: 25px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex-grow: 1;
}

.service-card:hover .service-text {
    color: var(--color-dark-1);
}

.service-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    background: transparent;
    color: var(--color-accent-1);
    border: 2px solid var(--color-accent-1);
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(var(--color-accent-1-rgb), 0.1);
}

.service-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--color-accent-1) 0%, var(--color-accent-2) 100%);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
}

.service-button::after {
    content: '→';
    margin-left: 8px;
    font-size: 18px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateX(-10px);
}

.service-button:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(var(--color-accent-1-rgb), 0.2);
    padding-right: 30px;
}

.service-button:hover::before {
    width: 100%;
}

.service-button:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* Popular Routes Section Styling */
.popular-routes-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(240,240,245,0.95) 100%);
    position: relative;
}

.popular-routes-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 20%, rgba(235, 102, 43, 0.08) 0%, rgba(235, 102, 43, 0) 60%),
                radial-gradient(circle at 30% 80%, rgba(74, 67, 196, 0.08) 0%, rgba(74, 67, 196, 0) 60%);
    z-index: 0;
}

.popular-routes-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(var(--color-accent-2-rgb), 0.03) 0%, rgba(var(--color-accent-2-rgb), 0) 70%);
    z-index: 0;
}

.popular-routes-section .container {
    position: relative;
    z-index: 1;
}

/* Route Card Styling */
.route-card {
    position: relative;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards;
}

.route-card:nth-child(1) { animation-delay: 0.1s; }
.route-card:nth-child(2) { animation-delay: 0.2s; }
.route-card:nth-child(3) { animation-delay: 0.3s; }
.route-card:nth-child(4) { animation-delay: 0.4s; }
.route-card:nth-child(5) { animation-delay: 0.5s; }
.route-card:nth-child(6) { animation-delay: 0.6s; }

.route-card-inner {
    height: 100%;
    padding: 40px 35px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
}

.route-card-inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--color-accent-2) 0%, var(--color-accent-1) 100%);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.8;
}

.route-card-inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(var(--color-accent-2-rgb), 0.03) 0%, rgba(var(--color-accent-2-rgb), 0) 70%);
    border-radius: 50%;
    z-index: -1;
}

.route-card:hover .route-card-inner {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-color: rgba(var(--color-accent-2-rgb), 0.1);
}

.route-card:hover .route-card-inner::before {
    height: 8px;
    opacity: 1;
}

.route-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
    font-size: 32px;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, var(--color-accent-2) 0%, var(--color-accent-1) 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.route-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: -1;
}

.route-card:hover .route-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.route-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--color-dark-1);
    position: relative;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.route-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-accent-2) 0%, var(--color-accent-1) 100%);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.8;
    border-radius: 3px;
}

.route-card:hover .route-title {
    color: var(--color-accent-2);
    transform: translateX(5px);
}

.route-card:hover .route-title::after {
    width: 70px;
    opacity: 1;
}

.route-text {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-gray-1);
    margin-bottom: 25px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.route-card:hover .route-text {
    color: var(--color-dark-1);
}

.route-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    background: transparent;
    color: var(--color-accent-2);
    border: 2px solid var(--color-accent-2);
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(var(--color-accent-2-rgb), 0.1);
}

.route-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--color-accent-2) 0%, var(--color-accent-1) 100%);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
}

.route-button::after {
    content: '→';
    margin-left: 8px;
    font-size: 18px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateX(-10px);
}

.route-button:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(var(--color-accent-2-rgb), 0.2);
    padding-right: 30px;
}

.route-button:hover::before {
    width: 100%;
}

.route-button:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.service-button:hover::before {
    width: 100%;
}

/* Reviews Section Styling */
.reviews-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(240,240,245,0.95) 100%);
    position: relative;
}

.reviews-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 20%, rgba(74, 67, 196, 0.08) 0%, rgba(74, 67, 196, 0) 60%),
                radial-gradient(circle at 70% 80%, rgba(235, 102, 43, 0.08) 0%, rgba(235, 102, 43, 0) 60%);
    z-index: 0;
}

.reviews-section::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(var(--color-accent-1-rgb), 0.03) 0%, rgba(var(--color-accent-1-rgb), 0) 70%);
    z-index: 0;
    transform: translateY(-50%);
}

.reviews-section .container {
    position: relative;
    z-index: 1;
}

/* Review Card Styling */
.review-card {
    position: relative;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards;
}

.review-card:nth-child(1) { animation-delay: 0.1s; }
.review-card:nth-child(2) { animation-delay: 0.2s; }
.review-card:nth-child(3) { animation-delay: 0.3s; }
.review-card:nth-child(4) { animation-delay: 0.4s; }
.review-card:nth-child(5) { animation-delay: 0.5s; }
.review-card:nth-child(6) { animation-delay: 0.6s; }

.review-card-inner {
    height: 100%;
    padding: 40px 35px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
}

.review-card-inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--color-accent-1) 0%, var(--color-accent-2) 100%);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.8;
}

.review-card-inner::after {
    content: '\201C'; /* Opening quotation mark */
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 120px;
    line-height: 1;
    font-family: Georgia, serif;
    color: rgba(var(--color-accent-1-rgb), 0.1);
    z-index: -1;
}

.review-card:hover .review-card-inner {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-color: rgba(var(--color-accent-1-rgb), 0.1);
}

.review-card:hover .review-card-inner::before {
    height: 8px;
    opacity: 1;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.reviewer-info {
    display: flex;
    align-items: center;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-accent-1), var(--color-accent-2));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px;
}

.reviewer-details {
    display: flex;
    flex-direction: column;
}

.reviewer-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-dark-1);
    margin-bottom: 6px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.review-card:hover .reviewer-name {
    color: var(--color-accent-1);
}

.review-route {
    font-size: 15px;
    color: var(--color-gray-1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
}

.review-route::before {
    content: '\2022'; /* Bullet point */
    margin-right: 6px;
    color: var(--color-accent-2);
    font-size: 18px;
}

.review-rating {
    color: #FFD700;
    font-size: 18px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.review-rating i {
    margin-right: 3px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.review-card:hover .review-rating i {
    transform: rotate(360deg) scale(1.2);
    transition-delay: calc(0.05s * var(--i));
}

.review-content {
    flex-grow: 1;
    position: relative;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.review-content p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-gray-1);
    font-style: italic;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.review-card:hover .review-content p {
    color: var(--color-dark-1);
}

/* Cities We Serve Section Styling */
.cities-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(240,240,245,0.95) 100%);
    position: relative;
}

.cities-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 20%, rgba(235, 102, 43, 0.08) 0%, rgba(235, 102, 43, 0) 60%),
                radial-gradient(circle at 30% 80%, rgba(74, 67, 196, 0.08) 0%, rgba(74, 67, 196, 0) 60%);
    z-index: 0;
}

.cities-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(var(--color-accent-2-rgb), 0.03) 0%, rgba(var(--color-accent-2-rgb), 0) 70%);
    z-index: 0;
}

.cities-section .container {
    position: relative;
    z-index: 1;
}

/* Cities Grid Styling */
.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

/* City Card Styling */
.city-card {
    position: relative;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards;
}

.city-card:nth-child(1) { animation-delay: 0.1s; }
.city-card:nth-child(2) { animation-delay: 0.2s; }
.city-card:nth-child(3) { animation-delay: 0.3s; }
.city-card:nth-child(4) { animation-delay: 0.4s; }
.city-card:nth-child(5) { animation-delay: 0.5s; }
.city-card:nth-child(6) { animation-delay: 0.6s; }
.city-card:nth-child(7) { animation-delay: 0.7s; }
.city-card:nth-child(8) { animation-delay: 0.8s; }

.city-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.city-card::after {
    content: '→';
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: #ffffff;
    font-size: 24px;
    z-index: 2;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.city-card:hover::before {
    background: linear-gradient(to bottom, rgba(var(--color-accent-1-rgb), 0.3) 0%, rgba(var(--color-accent-1-rgb), 0.8) 100%);
}

.city-card:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.city-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.city-card:hover img {
    transform: scale(1.1);
}

.city-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.city-name {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.city-card:hover .city-name {
    bottom: 35px;
    color: #ffffff;
}

/* How It Works Section Styling */
.how-it-works-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
    position: relative;
}

.how-it-works-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(235, 102, 43, 0.05) 0%, rgba(235, 102, 43, 0) 50%),
                radial-gradient(circle at 80% 70%, rgba(74, 67, 196, 0.05) 0%, rgba(74, 67, 196, 0) 50%);
    z-index: 0;
}

.how-it-works-section .container {
    position: relative;
    z-index: 1;
}

/* Steps Container Styling */
.steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

/* Step Card Styling */
.step-card {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--color-accent-1) 0%, var(--color-accent-2) 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--color-accent-1) 0%, var(--color-accent-2) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.step-card:hover .step-icon {
    transform: scale(1.1) rotate(5deg);
}

.step-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-dark-1);
    margin-bottom: 15px;
}

.step-text {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* Step Connector Styling */
.step-connector {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-accent-1) 0%, var(--color-accent-2) 100%);
    position: relative;
    z-index: 1;
}

.step-connector::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: var(--color-accent-2);
    border-radius: 50%;
}

@media (max-width: 991px) {
    .steps-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .step-connector {
        width: 3px;
        height: 50px;
    }
    
    .step-connector::before {
        top: auto;
        right: auto;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Blog Preview Section Styling */
.blog-preview-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.blog-preview-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(74, 67, 196, 0.05) 0%, rgba(74, 67, 196, 0) 50%),
                radial-gradient(circle at 90% 80%, rgba(235, 102, 43, 0.05) 0%, rgba(235, 102, 43, 0) 50%);
    z-index: 0;
}

.blog-preview-section .container {
    position: relative;
    z-index: 1;
}

/* Blog Card Styling */
.blog-card {
    height: 100%;
    transition: all 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-card-inner {
    height: 100%;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.blog-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--color-accent-1) 0%, var(--color-accent-2) 100%);
    transition: height 0.3s ease;
}

.blog-card:hover .blog-card-inner {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.blog-category {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(var(--color-accent-1-rgb), 0.1);
    color: var(--color-accent-1);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-dark-1);
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
    color: var(--color-accent-1);
}

.blog-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    color: var(--color-accent-1);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.blog-read-more::after {
    content: '→';
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.blog-read-more:hover {
    color: var(--color-accent-2);
}

.blog-read-more:hover::after {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .blog-card {
        margin-bottom: 30px;
    }
}

/* Call to Action Section Styling */
.cta-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, var(--color-accent-1) 0%, var(--color-accent-2) 100%);
    overflow: hidden;
    animation: gradientShift 15s ease infinite alternate;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 60%),
                radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: 0;
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 0;
    opacity: 0.6;
    transform: translateY(50%);
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.cta-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.cta-container::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: rotateBg 20s linear infinite;
}

.cta-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

.cta-container:hover::before {
    opacity: 0.7;
}

.cta-container:hover::after {
    opacity: 0.3;
}

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

.cta-content {
    flex: 1;
    padding-right: 40px;
    position: relative;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cta-container:hover .cta-content {
    transform: translateY(-5px);
}

.cta-title {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cta-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
    border-radius: 2px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cta-container:hover .cta-title {
    transform: translateY(-5px);
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.cta-container:hover .cta-title::after {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.cta-text {
    font-size: 20px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 35px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: 90%;
}

.cta-container:hover .cta-text {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.cta-buttons {
    display: flex;
    gap: 20px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cta-container:hover .cta-buttons {
    transform: translateY(-5px);
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cta-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    transition: all 0.8s ease;
}

.cta-button.primary {
    background: #ffffff;
    color: var(--color-accent-1);
    border: 2px solid transparent;
}

.cta-button.primary:hover {
    transform: translateY(-7px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    color: var(--color-accent-2);
}

.cta-button.primary:hover::after {
    left: 100%;
}

.cta-button.secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
}

.cta-button.secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-7px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
}

.cta-button.secondary:hover::after {
    left: 100%;
}

.cta-button i {
    margin-right: 10px;
    font-size: 1.2em;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cta-button:hover i {
    transform: scale(1.2);
}

.cta-image {
    flex: 0 0 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cta-container:hover .cta-image {
    transform: translateY(-5px) scale(1.05);
}

.cta-img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.3));
    animation: float 6s ease-in-out infinite alternate;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.cta-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.cta-container:hover .cta-img {
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
    transform: scale(1.05);
}

.cta-container:hover .cta-img::before {
    opacity: 1;
}

@keyframes float {
    0% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-10px) rotate(1deg); }
    50% { transform: translateY(-15px) rotate(0deg); }
    75% { transform: translateY(-10px) rotate(-1deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

@media (max-width: 1199px) {
    .cta-title {
        font-size: 36px;
    }
    
    .cta-text {
        font-size: 18px;
    }
    
    .cta-image {
        flex: 0 0 300px;
    }
}

@media (max-width: 991px) {
    .cta-section {
        padding: 80px 0;
    }
    
    .cta-container {
        flex-direction: column;
        padding: 40px;
    }
    
    .cta-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .cta-title {
        font-size: 32px;
    }
    
    .cta-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .cta-container:hover .cta-title::after {
        width: 80%;
    }
    
    .cta-text {
        font-size: 17px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cta-buttons {
        justify-content: center;
    }
    
    .cta-button {
        padding: 15px 30px;
        font-size: 16px;
    }
    
    .cta-image {
        flex: 0 0 auto;
        margin-top: 20px;
    }
    
    .cta-img {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-container {
        padding: 30px;
    }
    
    .cta-content {
        margin-bottom: 30px;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .cta-text {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    
    .cta-button {
        width: 100%;
        padding: 14px 25px;
        font-size: 15px;
    }
    
    .cta-img {
        max-width: 200px;
    }
}

@media (max-width: 575px) {
    .cta-section {
        padding: 50px 0;
    }
    
    .cta-container {
        padding: 25px 20px;
    }
    
    .cta-title {
        font-size: 24px;
    }
    
    .cta-text {
        font-size: 15px;
        line-height: 1.5;
    }
    
    .cta-button {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .cta-img {
        max-width: 180px;
    }
}

/* Animation for service cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.service-card:nth-child(1) {
    animation-delay: 0.1s;
}

.service-card:nth-child(2) {
    animation-delay: 0.2s;
}

.service-card:nth-child(3) {
    animation-delay: 0.3s;
}

.service-card:nth-child(4) {
    animation-delay: 0.4s;
}

.service-card:nth-child(5) {
    animation-delay: 0.5s;
}

.service-card:nth-child(6) {
    animation-delay: 0.6s;
}

.service-card:nth-child(7) {
    animation-delay: 0.7s;
}

.package-section-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-dark-1);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.package-section-title span {
    color: var(--color-accent-1);
    position: relative;
}

.package-section-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    max-width: 700px;
    margin: 0 auto;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .services-section {
        padding: 60px 0;
    }
    
    .service-card-inner {
        padding: 25px 20px;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .service-title {
        font-size: 18px;
    }
    
    .service-text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .service-button {
        padding: 8px 20px;
        font-size: 13px;
    }
    
    .feature-card {
        margin-bottom: 25px;
    }
    
    .feature-card-inner {
        padding: 25px 20px;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .feature-title {
        font-size: 18px;
    }
    
    .feature-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .services-section {
        padding: 50px 0;
    }
    
    .package-section-title {
        font-size: 26px;
    }
    
    .package-section-subtitle {
        font-size: 15px;
    }
    
    .service-card-inner {
        padding: 20px 15px;
    }
    
    .service-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .service-title {
        font-size: 17px;
        margin-bottom: 10px;
    }
    
    .service-text {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .service-button {
        padding: 7px 18px;
        font-size: 12px;
    }
    
    .feature-card-inner {
        padding: 20px 15px;
    }
    
    .feature-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
    
    .feature-title {
        font-size: 17px;
    }
    
    .feature-text {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .services-section {
        padding: 40px 0;
    }
    
    .package-section-title {
        font-size: 24px;
    }
    
    .package-section-subtitle {
        font-size: 14px;
    }
    
    .service-card-inner {
        padding: 20px 15px;
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .service-title {
        font-size: 16px;
    }
    
    .service-text {
        font-size: 13px;
    }
    
    .service-button {
        width: 100%;
        padding: 8px 15px;
    }
    
    .feature-card-inner {
        padding: 20px 15px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .feature-title {
        font-size: 16px;
    }
    
    .feature-text {
        font-size: 13px;
    }
}

/* Feature Card Styling */
.feature-card {
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
    margin-bottom: 30px;
}

.feature-card-inner {
    height: 100%;
    padding: 30px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.feature-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(var(--color-accent-1-rgb), 0.1) 0%, rgba(var(--color-accent-1-rgb), 0.05) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-card:hover .feature-card-inner {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.feature-card:hover .feature-card-inner::before {
    opacity: 1;
}

.feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(var(--color-accent-1-rgb), 0.1);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: var(--color-accent-1);
}

.feature-card:hover .feature-icon img {
    filter: brightness(0) invert(1);
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark-1);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.feature-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-title {
    color: var(--color-accent-1);
}

/* Animation for feature cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.feature-card:nth-child(1) {
    animation-delay: 0.1s;
}

.feature-card:nth-child(2) {
    animation-delay: 0.2s;
}

.feature-card:nth-child(3) {
    animation-delay: 0.3s;
}

.feature-card:nth-child(4) {
    animation-delay: 0.4s;
}

/* Media Queries */
@media (max-width: 991px) {
    .feature-card-inner {
        padding: 25px;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
    }
    
    .service-card-inner {
        padding: 25px;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .why-choose-section,
    .services-section {
        padding: 60px 0;
    }
    
    .feature-card-inner,
    .service-card-inner {
        padding: 20px;
    }
    
    .feature-icon,
    .service-icon {
        width: 50px;
        height: 50px;
    }
    
    .service-icon {
        font-size: 20px;
    }
    
    .feature-title,
    .service-title {
        font-size: 16px;
    }
    
    .feature-text,
    .service-text {
        font-size: 13px;
    }
    
    .service-button {
        padding: 8px 16px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .services-section {
        padding: 40px 0;
    }
    
    .service-card {
        margin-bottom: 20px;
    }
    
    .service-card-inner {
        padding: 15px;
    }
    
    .service-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .service-title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .service-text {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    .service-button {
        padding: 6px 14px;
        font-size: 12px;
    }
}