/* COMPLETE DESIGN FIX - Alanya Medical Help */

/* Reset problematic styles */
* {
    box-sizing: border-box !important;
}

/* Hero Section Complete Fix */
.vl-hero-area2,
.vl-banner-area2 {
    background: linear-gradient(135deg, #161A40 0%, #0F1229 100%) !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    padding: 100px 0 !important;
}

.vl-hero-area2::before {
    display: none !important;
}

.vl-hero-area2 .container {
    position: relative !important;
    z-index: 1 !important;
}

.vl-banner-content2 {
    padding: 40px 0 !important;
}

.vl-banner-content2 h5 {
    color: #FF3131 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    margin-bottom: 20px !important;
    animation: fadeInUp 0.8s ease !important;
}

.vl-banner-content2 h1 {
    color: #ffffff !important;
    font-size: 56px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
    animation: fadeInUp 1s ease !important;
}

.vl-banner-content2 p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    max-width: 600px !important;
    margin-bottom: 35px !important;
    animation: fadeInUp 1.2s ease !important;
}

.vl-banner-content2 .vl-btn {
    background: #FF3131 !important;
    color: #ffffff !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    display: inline-block !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 5px 25px rgba(255, 49, 49, 0.3) !important;
    animation: fadeInUp 1.4s ease !important;
}

.vl-banner-content2 .vl-btn:hover {
    background: #e02a2a !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 35px rgba(255, 49, 49, 0.4) !important;
}

.vl-banner-thumb2 img {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    animation: fadeInRight 1.5s ease !important;
}

/* About Section Complete Fix */
.vl-about-area2 {
    padding: 100px 0 !important;
    background: #ffffff !important;
    position: relative !important;
}

.vl-about-area2::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, #e5e5e5, transparent) !important;
}

.vl-about-content2 {
    padding-right: 50px !important;
}

.vl-about-content2 h5 {
    color: #FF3131 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 15px !important;
    display: inline-block !important;
    position: relative !important;
}

.vl-about-content2 h2 {
    color: #161A40 !important;
    font-size: 44px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 25px !important;
}

.vl-about-content2 p {
    color: #666666 !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
    margin-bottom: 30px !important;
}

.vl-about-icon-box2 {
    background: #ffffff !important;
    border: 2px solid #f5f5f5 !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    transition: all 0.4s ease !important;
    cursor: pointer !important;
}

.vl-about-icon-box2:hover {
    border-color: #FF3131 !important;
    transform: translateX(10px) !important;
    box-shadow: 0 15px 40px rgba(22, 26, 64, 0.1) !important;
}

.vl-about-icon-box2 .icon {
    width: 65px !important;
    height: 65px !important;
    min-width: 65px !important;
    background: linear-gradient(135deg, #FF3131, #ff5555) !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    color: #ffffff !important;
    box-shadow: 0 5px 15px rgba(255, 49, 49, 0.2) !important;
}

.vl-about-icon-box2 .content h4 {
    color: #161A40 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.vl-about-icon-box2 .content p {
    color: #888888 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.vl-counter-box2 {
    text-align: center !important;
    padding: 40px 30px !important;
    background: linear-gradient(135deg, #ffffff, #f9f9f9) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s ease !important;
    margin-bottom: 30px !important;
}

.vl-counter-box2:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 50px rgba(22, 26, 64, 0.15) !important;
}

.vl-counter-box2 h2 {
    color: #FF3131 !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
    background: linear-gradient(135deg, #FF3131, #ff5555) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.vl-counter-box2 p {
    color: #161A40 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Service Section Complete Redesign */
.vl-service-area2 {
    padding: 100px 0 !important;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%) !important;
}

.vl-section-title2 {
    text-align: center !important;
    margin-bottom: 70px !important;
}

.vl-section-title2 h5 {
    color: #FF3131 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    margin-bottom: 15px !important;
    position: relative !important;
    display: inline-block !important;
}

.vl-section-title2 h5::after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 50px !important;
    height: 3px !important;
    background: #FF3131 !important;
}

.vl-section-title2 h2 {
    color: #161A40 !important;
    font-size: 44px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-top: 25px !important;
}

.vl-service-icon-bo2x {
    background: #ffffff !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 45px 30px !important;
    text-align: center !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
}

.vl-service-icon-bo2x::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 5px !important;
    background: linear-gradient(90deg, #FF3131, #ff5555) !important;
    transform: scaleX(0) !important;
    transition: transform 0.5s ease !important;
}

.vl-service-icon-bo2x:hover::before {
    transform: scaleX(1) !important;
}

.vl-service-icon-bo2x:hover {
    transform: translateY(-15px) !important;
    box-shadow: 0 20px 60px rgba(22, 26, 64, 0.15) !important;
}

.vl-service-icon-bo2x .icon {
    width: 90px !important;
    height: 90px !important;
    margin: 0 auto 30px !important;
    background: linear-gradient(135deg, #FF3131, #ff5555) !important;
    border-radius: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 42px !important;
    color: #ffffff !important;
    box-shadow: 0 10px 30px rgba(255, 49, 49, 0.25) !important;
    transition: all 0.5s ease !important;
}

.vl-service-icon-bo2x:hover .icon {
    transform: rotateY(360deg) !important;
    background: linear-gradient(135deg, #161A40, #1a1f47) !important;
}

.vl-service-icon-bo2x h4,
.vl-service-icon-bo2x .title {
    color: #161A40 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 18px !important;
    transition: color 0.3s ease !important;
}

.vl-service-icon-bo2x:hover h4,
.vl-service-icon-bo2x:hover .title {
    color: #FF3131 !important;
}

.vl-service-icon-bo2x p,
.vl-service-icon-bo2x .para {
    color: #777777 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    margin-bottom: 25px !important;
}

.vl-service-icon-bo2x a,
.vl-service-icon-bo2x .read-more {
    color: #FF3131 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
}

.vl-service-icon-bo2x a:hover,
.vl-service-icon-bo2x .read-more:hover {
    color: #161A40 !important;
    gap: 15px !important;
}

/* Team Section Complete Redesign */
.vl-team-area2 {
    padding: 100px 0 !important;
    background: #ffffff !important;
}

.vl-single-team-bo2x {
    background: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin-bottom: 40px !important;
}

.vl-single-team-bo2x:hover {
    transform: translateY(-15px) rotate(1deg) !important;
    box-shadow: 0 25px 60px rgba(22, 26, 64, 0.15) !important;
}

.vl-single-team-bo2x .team-thumb {
    position: relative !important;
    height: 380px !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0) !important;
}

.vl-single-team-bo2x .team-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: all 0.5s ease !important;
}

.vl-single-team-bo2x:hover .team-thumb img {
    transform: scale(1.1) !important;
    filter: brightness(0.9) !important;
}

.vl-single-team-bo2x .team-social {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(180deg, transparent, rgba(22, 26, 64, 0.9)) !important;
    padding: 20px !important;
    transform: translateY(100%) !important;
    transition: all 0.4s ease !important;
}

.vl-single-team-bo2x:hover .team-social {
    transform: translateY(0) !important;
}

.vl-single-team-bo2x .team-social ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
}

.vl-single-team-bo2x .team-social ul li a {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

.vl-single-team-bo2x .team-social ul li a:hover {
    background: #FF3131 !important;
    border-color: #FF3131 !important;
    transform: scale(1.1) !important;
}

.vl-single-team-bo2x .team-content {
    padding: 30px !important;
    text-align: center !important;
    background: #ffffff !important;
}

.vl-single-team-bo2x .name {
    font-size: 24px !important;
    color: #161A40 !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    transition: color 0.3s ease !important;
}

.vl-single-team-bo2x:hover .name {
    color: #FF3131 !important;
}

.vl-single-team-bo2x .desig {
    font-size: 14px !important;
    color: #999999 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Blog Section Complete Redesign */
.vl-blog-area2 {
    padding: 100px 0 !important;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%) !important;
}

.vl-single-blog-box2 {
    background: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.vl-single-blog-box2:hover {
    transform: translateY(-15px) !important;
    box-shadow: 0 25px 60px rgba(22, 26, 64, 0.15) !important;
}

.vl-single-blog-box2 .blog-thumb {
    height: 280px !important;
    overflow: hidden !important;
    position: relative !important;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0) !important;
}

.vl-single-blog-box2 .blog-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.5s ease !important;
}

.vl-single-blog-box2:hover .blog-thumb img {
    transform: scale(1.1) rotate(2deg) !important;
}

.vl-single-blog-box2 .blog-thumb .date-badge {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: #FF3131 !important;
    color: #ffffff !important;
    padding: 8px 15px !important;
    border-radius: 25px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    box-shadow: 0 5px 15px rgba(255, 49, 49, 0.3) !important;
}

.vl-single-blog-box2 .blog-content {
    padding: 35px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.vl-single-blog-box2 .blog-meta {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.vl-single-blog-box2 .author,
.vl-single-blog-box2 .date {
    color: #999999 !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.vl-single-blog-box2 .author i,
.vl-single-blog-box2 .date i {
    color: #FF3131 !important;
    font-size: 16px !important;
}

.vl-single-blog-box2 h4,
.vl-single-blog-box2 .title {
    font-size: 24px !important;
    color: #161A40 !important;
    font-weight: 700 !important;
    margin-bottom: 18px !important;
    line-height: 1.4 !important;
    transition: color 0.3s ease !important;
}

.vl-single-blog-box2:hover h4,
.vl-single-blog-box2:hover .title {
    color: #FF3131 !important;
}

.vl-single-blog-box2 p,
.vl-single-blog-box2 .desc {
    color: #777777 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    margin-bottom: 25px !important;
    flex: 1 !important;
}

.blog-learnmore {
    color: #FF3131 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
    margin-top: auto !important;
}

.blog-learnmore:hover {
    color: #161A40 !important;
    gap: 15px !important;
}

/* Testimonials Complete Redesign */
.vl-testimonial-area2 {
    padding: 100px 0 !important;
    background: #ffffff !important;
    position: relative !important;
}

.vl-testimonial-slide2 {
    background: #ffffff !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 50px 40px !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s ease !important;
    position: relative !important;
}

.vl-testimonial-slide2::before {
    content: '"' !important;
    position: absolute !important;
    top: 30px !important;
    left: 40px !important;
    font-size: 80px !important;
    color: #FF3131 !important;
    opacity: 0.1 !important;
    font-family: Georgia, serif !important;
}

.vl-testimonial-slide2:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 25px 60px rgba(22, 26, 64, 0.12) !important;
}

.vl-testimonial-slide2 .testimonial-text {
    color: #666666 !important;
    font-size: 17px !important;
    line-height: 1.9 !important;
    margin-bottom: 35px !important;
    font-style: italic !important;
}

.vl-testimonial-slide2 .client-info {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
}

.vl-testimonial-slide2 .client-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 3px solid #FF3131 !important;
    padding: 3px !important;
    background: #ffffff !important;
}

.vl-testimonial-slide2 .client-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.vl-testimonial-slide2 .client-details {
    flex: 1 !important;
}

.vl-testimonial-slide2 .name {
    font-size: 20px !important;
    color: #161A40 !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}

.vl-testimonial-slide2 .desig {
    font-size: 14px !important;
    color: #999999 !important;
    margin-bottom: 10px !important;
}

.vl-testimonial-ratting ul {
    display: flex !important;
    gap: 3px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.vl-testimonial-ratting ul li i {
    color: #FFB800 !important;
    font-size: 14px !important;
}

/* FAQ Section Complete Redesign */
.vl-faq-area2 {
    padding: 100px 0 !important;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%) !important;
}

.accordion {
    border: none !important;
}

.accordion-item {
    background: #ffffff !important;
    border: none !important;
    border-radius: 15px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.accordion-item:hover {
    box-shadow: 0 10px 30px rgba(22, 26, 64, 0.1) !important;
}

.accordion-button {
    background: #ffffff !important;
    color: #161A40 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 25px 30px !important;
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #161A40, #1a1f47) !important;
    color: #ffffff !important;
}

.accordion-button::after {
    background: none !important;
    content: "+" !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    color: #FF3131 !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    height: auto !important;
}

.accordion-button:not(.collapsed)::after {
    content: "−" !important;
    color: #ffffff !important;
    transform: rotate(0) !important;
}

.accordion-body {
    padding: 30px !important;
    color: #666666 !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
    background: #fafafa !important;
}

/* Appointment/CTA Section Complete Redesign */
.vl-appointment-area2 {
    padding: 120px 0 !important;
    background: linear-gradient(135deg, #161A40 0%, #0F1229 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.vl-appointment-area2::before {
    display: none !important;
}

.vl-appointment-content2 {
    padding-right: 50px !important;
}

.vl-appointment-content2 h5 {
    color: #FF3131 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    margin-bottom: 20px !important;
}

.vl-appointment-content2 h2 {
    color: #ffffff !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 25px !important;
}

.vl-appointment-content2 p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 18px !important;
    line-height: 1.9 !important;
    margin-bottom: 35px !important;
}

.vl-appointment-form2 {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 25px !important;
    padding: 50px 40px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
}

.vl-appointment-form2 .form-group {
    margin-bottom: 25px !important;
}

.vl-appointment-form2 .form-control,
.vl-appointment-form2 .form-select {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid transparent !important;
    color: #161A40 !important;
    padding: 15px 20px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
}

.vl-appointment-form2 .form-control:focus,
.vl-appointment-form2 .form-select:focus {
    background: #ffffff !important;
    border-color: #FF3131 !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(255, 49, 49, 0.1) !important;
}

.vl-appointment-form2 .form-control::placeholder {
    color: #999999 !important;
}

.vl-appointment-form2 .btn {
    background: #FF3131 !important;
    color: #ffffff !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    border: none !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 30px rgba(255, 49, 49, 0.3) !important;
}

.vl-appointment-form2 .btn:hover {
    background: #e02a2a !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(255, 49, 49, 0.4) !important;
}

/* Footer Complete Redesign */
.vl-footer-area2 {
    background: #161A40 !important;
    padding-top: 80px !important;
    position: relative !important;
}

.vl-footer-area2::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, #FF3131, transparent) !important;
}

.vl-footer-widget {
    margin-bottom: 40px !important;
}

.vl-footer-widget h4 {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
    position: relative !important;
    padding-bottom: 15px !important;
}

.vl-footer-widget h4::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 3px !important;
    background: #FF3131 !important;
}

.vl-footer-widget p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

.vl-footer-widget ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.vl-footer-widget ul li {
    margin-bottom: 15px !important;
}

.vl-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    position: relative !important;
    padding-left: 0 !important;
}

.vl-footer-widget ul li a::before {
    content: '→' !important;
    position: absolute !important;
    left: -20px !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
}

.vl-footer-widget ul li a:hover {
    color: #FF3131 !important;
    padding-left: 20px !important;
}

.vl-footer-widget ul li a:hover::before {
    opacity: 1 !important;
    left: 0 !important;
}

.vl-footer-social2 {
    display: flex !important;
    gap: 15px !important;
    margin-top: 30px !important;
}

.vl-footer-social2 a {
    width: 45px !important;
    height: 45px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
}

.vl-footer-social2 a:hover {
    background: #FF3131 !important;
    border-color: #FF3131 !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(255, 49, 49, 0.3) !important;
}

.vl-copyright-area {
    background: #0F1229 !important;
    padding: 25px 0 !important;
    margin-top: 50px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.vl-copyright-area p {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 14px !important;
    margin: 0 !important;
    text-align: center !important;
}

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

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

/* Responsive Design */
@media (max-width: 991px) {
    .vl-banner-content2 h1 {
        font-size: 42px !important;
    }
    
    .vl-section-title2 h2,
    .vl-about-content2 h2,
    .vl-appointment-content2 h2 {
        font-size: 32px !important;
    }
    
    .vl-service-icon-bo2x,
    .vl-single-team-bo2x,
    .vl-single-blog-box2 {
        margin-bottom: 30px !important;
    }
    
    .vl-about-content2 {
        padding-right: 0 !important;
        margin-bottom: 40px !important;
    }
    
    .vl-appointment-content2 {
        padding-right: 0 !important;
        margin-bottom: 40px !important;
    }
}

@media (max-width: 767px) {
    .vl-banner-content2 h1 {
        font-size: 32px !important;
    }
    
    .vl-banner-content2 p {
        font-size: 16px !important;
    }
    
    section {
        padding: 60px 0 !important;
    }
    
    .vl-section-title2 {
        margin-bottom: 40px !important;
    }
}