/* Homepage Specific Styles */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

/* Reusable Overlay Background */
.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(248,249,250,0.92) 0%, rgba(233,236,239,0.85) 100%);
    z-index: 2;
}

/* Font Family Definitions */
body { font-family: 'Source Sans Pro', sans-serif; }
h1, h2, h3, h4, h5, h6, .hero-title { font-family: 'Playfair Display', serif; }
/* Hero Section */
p { font-size: 1.2rem !important; font-weight: 300; line-height: 1.6; color: #222; }
a { text-decoration: none !important;  transition: color 0.3s ease; }
.navbar { padding: 0 !important;}
.hero-section { position: relative; overflow: hidden; }
.swiper-wrapper-container { position: relative; height: 100%; width: 100%; }
.swiper-container { height: 100%; width: 100%; }
.swiper-slide { height: 100%; width: 100%; }
.swiper-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; /*background: rgba(0, 0, 0, 0.3);*/ display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; z-index: 10; }
.hero-title { color: white !important; font-size: 3rem !important; font-weight: bold; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
.hero-subtitle { color: white; font-size: 1.5rem !important; margin-bottom: 2rem; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
.btn-hero { background: transparent !important; border: 2px solid white !important; color: white !important; padding: 12px 30px; font-size: 1.1rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; }
.btn-hero:hover { background: white !important; color: #333 !important; border-color: white !important; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3); }
/* Our Story Section */
.our-story { padding: 5px 0; background: #f8f9fa; }
.our-story h2 { font-size: 2.5rem; font-weight: bold; text-align: center; margin-bottom: 2rem; color: #333; }
.our-story p { font-size: 1.1rem; line-height: 1.8; text-align: center; margin-bottom: 2rem; color: #666; }
.awards-badges { text-align: center; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #dee2e6; }
/* Featured Sections */
.featured-section { padding: 20px 0; }
.featured-section h2 { font-size: 2.5rem; font-weight: bold; text-align: center; margin-bottom: 1rem; color: #333; }
.featured-section .lead { text-align: center; font-size: 1.2rem; margin-bottom: 3rem; color: #666; }
/* Service Cards */
.service-card { border: none; border-radius: 10px; overflow: hidden; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); height: 100%; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
.service-card img { width: 100%; height: 275px; object-fit: cover; }
.service-card .card-body { padding: 1rem; text-align: center; }
.service-card h5 { font-weight: bold; margin-bottom: 1rem; color: #333; }
.service-card p { color: #666; margin-bottom: 1.5rem; }
/* Card Title Links */
.card-title-link { 
    color: #333 !important; 
    text-decoration: none !important; 
    transition: color 0.3s ease; 
}
.card-title-link:hover { 
    color: #007bff !important; 
    text-decoration: none !important; 
}
.card-title-link h5,
.card-title-link h4 { 
    margin: 0; 
    transition: color 0.3s ease; 
}
.card-title-link:hover h5,
.card-title-link:hover h4 { 
    color: #007bff !important; 
}
/* Videos Section */
.videos-section { padding: 80px 0; background: #f8f9fa; }
.videos-section h2 { font-size: 2.5rem; font-weight: bold; text-align: center; margin-bottom: 1rem; color: #333; }
.videos-section .lead { text-align: center; font-size: 1.2rem; margin-bottom: 3rem; color: #666; }
.video-card { border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); background: white; }
.video-embed { position: relative; width: 100%; height: 450px; }
.video-embed iframe { width: 100%; height: 100%; }
.video-card .card-body { padding: 1rem; }
.video-card h5 { font-weight: bold; margin-bottom: 0.5rem; color: #333; }
.video-card p { color: #666; margin: 0; }
/* Services Grid */
.services-grid { padding: 80px 0; }
.services-grid h2 { font-size: 2.5rem; font-weight: bold; text-align: center; margin-bottom: 3rem; color: #333; }
.service-item { text-align: center; padding: 2rem; border-radius: 10px; transition: all 0.3s ease; }
.service-item:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
.service-item img { width: 100%; height: 300px; object-fit: cover; border-radius: 10px; margin-bottom: 1.5rem; }
.service-item h4 { font-weight: bold; margin-bottom: 1rem; color: #333; }
/* Reviews Section */
.reviews-section { padding: 80px 0; background: #f8f9fa; }
.reviews-section h2 { font-size: 2.5rem; font-weight: bold; text-align: center; margin-bottom: 1rem; color: #333; }
.review-carousel { position: relative; height: 300px; overflow: hidden; }
.review-card { background: white; padding: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); height: 100%; text-align: center; position: absolute; width: 100%; opacity: 0; transform: translateY(20px); transition: all 0.5s ease; }
.review-card.active { opacity: 1; transform: translateY(0); }
.review-rating { font-size: 1.5rem; color: #ffc107; margin-bottom: 1rem; }
.review-text { font-style: italic; color: #666; margin-bottom: 1.5rem; line-height: 1.6; }
.review-author { font-weight: bold; color: #333; }
.review-indicators { display: flex; justify-content: center; margin-top: 2rem; gap: 10px; }
.indicator { width: 12px; height: 12px; border-radius: 50%; background: #ccc; cursor: pointer; transition: all 0.3s ease; }
.indicator.active { background: #007bff; }
.indicator:hover { background: #007bff; transform: scale(1.2); }
/* Contact Section */
.contact-section { padding: 80px 0; background: #333; color: white; }
.contact-info h4 { font-weight: bold; margin-bottom: 1rem; color: white; }
.contact-info p { color: #ccc; line-height: 1.6; }
.contact-info a { color: #ffc107; text-decoration: none; }
.contact-info a:hover { color: #fff; text-decoration: underline; }
.social-media a { display: inline-block; margin-right: 1rem; color: #ccc; font-size: 1.5rem; transition: color 0.3s ease; }
.social-media a:hover { color: #ffc107; }
/* Global Font Size Adjustments - Increase all fonts by 2px except headings and buttons */
/* Specific adjustments for common text elements */
.lead { font-size: calc(1.25rem + 1px) !important; }
.small, small { font-size: calc(0.875rem + 1px) !important; }
/* Responsive Design */
@media (max-width: 768px) {
    .hero-title { font-size: 2rem; line-height: 1.2em; }
    .hero-subtitle { font-size: 1.2rem; }
    .btn-hero { padding: 10px 25px; font-size: 1rem; }
    .featured-section h2, .our-story h2, .videos-section h2, .services-grid h2, .reviews-section h2 { font-size: 2rem; }
    .featured-section, .our-story, .videos-section, .services-grid, .reviews-section, .contact-section { padding: 10px 0; }
}

.more-rounded {
    border-radius: 50% !important;
}
