/* Custom Theme Styles and Animations */

/* Base Colors and Buttons */
.btn-theme3, .btn-theme4, .btn-theme2 {
    transition: all 0.3s ease !important;
    border-radius: 30px !important;
}

.btn-theme3:hover, .btn-theme4:hover, .btn-theme2:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
    opacity: 0.9;
}

/* Features Section Cards */
.w3l-feature-3 .three-grids-columns {
    border-radius: 12px;
    padding: 30px 20px;
    transition: all 0.4s ease;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.w3l-feature-3 .three-grids-columns:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.w3l-feature-3 .three-grids-columns span.fa {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #FF6B6B, #4ECDC4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    margin-bottom: 15px;
}

.w3l-feature-3 .three-grids-columns:hover span.fa {
    transform: scale(1.1);
}

/* About Section */
.w3l-index1 .calltoaction-20 {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
}

.w3l-index1 .ccont-left iframe {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.w3l-index1 .ccont-left img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: 15px;
}

/* Appply Section */
.services-12 {
    background: linear-gradient(135deg, #1A2980 0%, #26D0CE 100%) !important;
    position: relative;
    overflow: hidden;
}

.services-12::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>') repeat;
    opacity: 0.5;
}

/* Testimonials / Counter */
.w3l-customers-4 {
    background: linear-gradient(to bottom, #2b32b2, #1488cc) !important;
}

.counter1-box {
    padding: 30px 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, background 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.counter1-box:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.1);
}

.title-bar-counter {
    color: #ffd700 !important;
    font-weight: 700;
}

/* News Section */
.border-1px {
    transition: all 0.3s ease;
    border-left: 4px solid #ff4500;
    background: #fdfdfd;
    border-radius: 4px;
}

.border-1px:hover {
    background: #fff3f0;
    transform: translateX(5px);
}

/* Videos section */
.price-box iframe {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.price-box:hover iframe {
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}
