/* Custom styles for Memorify */

/* Fix for FontAwesome icons */
.fa, .fas, .far, .fal, .fab {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
}

.fa, .fas {
    font-weight: 900;
}

.far {
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

/* Fix for navbar */
.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav .nav-link {
    padding: 1rem 1.5rem;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #007bff;
}

/* Fix for main header */
.main-header {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.nav-fixed-top {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
}

/* Fix for slider */
.swiper-mt {
    margin-top: 80px;
}

.slider-img {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.slider-text h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.post-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    display: block;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Fix for sections */
.section-holder {
    padding: 80px 0;
}

.section-info {
    background: #f8f9fa;
}

.padding-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.margin-b30 {
    margin-bottom: 30px;
}

.margin-bm50 {
    margin-bottom: 50px;
}

.margin-r50 {
    margin-right: 50px;
}

.margin-l50 {
    margin-left: 50px;
}

.margin-t30 {
    margin-top: 30px;
}

/* Fix for pricing boxes */
.pricing-box {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.pricing-box:hover {
    transform: translateY(-5px);
}

.pricing-box.featured {
    border: 2px solid #007bff;
    position: relative;
}

.pricing-box h3 {
    color: #333;
    margin-bottom: 20px;
}

.pricing-box .price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 20px;
}

.pricing-box ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricing-box ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.pricing-box ul li:last-child {
    border-bottom: none;
}

/* Fix for buttons */
.read-more {
    display: inline-block;
    padding: 12px 30px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.read-more:hover {
    background: #0056b3;
    color: white;
    text-decoration: none;
}

.read-more.white-btn {
    background: white;
    color: #333;
}

.read-more.white-btn:hover {
    background: #f8f9fa;
    color: #333;
}

/* Fix for forms */
.comm-field {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.comm-field:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}

#msg-contact {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    resize: vertical;
}

.submit {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s ease;
}

.submit:hover {
    background: #0056b3;
}

/* Fix for footer */
.main-footer {
    background: #333;
    color: white;
    padding: 60px 0 20px;
}

.main-footer h5 {
    color: white;
    margin-bottom: 20px;
}

.main-footer a {
    color: #ccc;
    text-decoration: none;
}

.main-footer a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 20px;
    text-align: center;
    color: #ccc;
}

/* Responsive fixes */
@media (max-width: 768px) {
    .margin-r50, .margin-l50 {
        margin: 0;
    }
    
    .slider-text h1 {
        font-size: 2.5rem;
    }
    
    .pricing-box {
        margin-bottom: 20px;
    }
}

/* Fix for alerts */
.alert {
    border-radius: 5px;
    margin-bottom: 20px;
}

/* Fix for parallax */
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Fix for text utilities */
.alignc {
    text-align: center;
}

.el-smalltitle {
    color: #007bff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.display-4 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.display-2 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.lead {
    font-size: 1.1rem;
    font-weight: 300;
}

/* Fix for radius utilities */
.radius10 {
    border-radius: 10px;
}

/* Fix for padding utilities */
.padding-lr200 {
    padding-left: 200px;
    padding-right: 200px;
}

@media (max-width: 768px) {
    .padding-lr200 {
        padding-left: 20px;
        padding-right: 20px;
    }
} 