/*
Theme Name: SKT Wedding Lite Child
Theme URI: https://www.sktthemes.org/shop/wedding-lite/
Description: SKT Wedding Lite Child Theme
Author: Your Name
Author URI: Your Website
Template: skt-wedding-lite
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skt-wedding-lite-child
*/

/* Import parent theme styles */
@import url("../skt-wedding-lite/style.css");

/* Custom styles will be added here */

/* Header Styles */
.header {
    background-color: rgba(255, 255, 255, 0.9);
}

/* Banner Section */
.slider-main {
    position: relative;
    min-height: 700px;
}

/* About Section */
.about-section {
    padding: 80px 0;
    background: #fff;
}

/* Services Section */
.services-section {
    padding: 80px 0;
    background: #f9f9f9;
}

/* Team Section */
.team-section {
    padding: 80px 0;
    background: #fff;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: url('../skt-wedding-lite/images/body_bg.jpg') center center fixed;
    background-size: cover;
    position: relative;
}

/* Footer Styles */
.footer-wrapper {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0;
}