@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);

body {
    font-family: "Source Sans Pro", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

i.fa {
    margin-right: 5px;
}

header {
    background-color: #23824b4d;
}

#about {
    font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
    .features-img {
        width: 300px;
    }
}

@media only screen and (max-width: 450px) {
    .features-img {
        width: 200px;
    }
}
@media screen and (max-width: 768px) {
[data-aos-delay] {
    transition-delay: 0 !important;
}
}
#hero img {
    max-width: 100% !important;
    max-height: 100% !important;
}
/* Modern Navigation Styles */
.modern-nav {
    background-color: #f8f9fa;
    padding: 1.5rem 0;
    transition: all 0.4s ease;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    font-family: 'Montserrat', sans-serif;
}

.brand-modern {
    font-size: 1.5rem;
    color: #566a7f !important;
    transition: all 0.3s ease;
}

.brand-modern:hover {
    color: #7c8fa3 !important;
    transform: translateY(-2px);
}

.brand-modern i {
    margin-right: 0.5rem;
    color: #566a7f;
}

.modern-nav-items {
    gap: 1.5rem;
}

.modern-nav .nav-link {
    color: #566a7f;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.modern-nav .nav-link:hover {
    color: #7c8fa3;
    background-color: rgba(86, 106, 127, 0.05);
    transform: translateY(-2px);
}

.modern-nav .nav-link.active {
    color: #566a7f;
    background-color: rgba(86, 106, 127, 0.1);
}

.modern-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #566a7f;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.modern-nav .nav-link:hover::after,
.modern-nav .nav-link.active::after {
    width: 80%;
}

.modern-dropdown {
    background-color: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.modern-dropdown .dropdown-item {
    color: #566a7f;
    padding: 0.7rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.modern-dropdown .dropdown-item:hover {
    background-color: rgba(86, 106, 127, 0.05);
    color: #7c8fa3;
    transform: translateX(5px);
}

.modern-toggler {
    border: none;
    padding: 0.5rem;
    border-radius: 8px;
    background-color: transparent;
}

.modern-toggler span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #566a7f;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.modern-toggler:not(.collapsed) span:first-child {
    transform: rotate(45deg) translate(5px, 5px);
}

.modern-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.modern-toggler:not(.collapsed) span:last-child {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 991px) {
    .modern-nav {
        padding: 1rem 0;
    }

    .navbar-collapse {
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
        padding: 1rem;
        margin-top: 1rem;
    }

    .modern-nav-items {
        gap: 0.5rem;
    }

    .modern-dropdown {
        box-shadow: none;
        padding: 0;
        margin-top: 0;
    }
}
/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
/* Hero Section - Home Page
------------------------------*/
.hero {
    --primary-color: #FF6B6B;
    --primary-color-rgb: 255, 107, 107;
    --secondary-color: #4ECDC4;
    --secondary-color-rgb: 78, 205, 196;
    --text-color: #ffffff;
    --text-color-rgb: 255, 255, 255;
    
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 200px 0 120px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.hero:before {
    content: '';
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.8), rgba(78, 205, 196, 0.8));
    position: absolute;
    inset: 0;
    z-index: 2;
}

.floating-shapes svg {
    position: absolute;
    z-index: 2;
    opacity: 0.1;
    fill: var(--text-color);
}

.shape-1 {
    top: 15%;
    left: 10%;
    animation: float 6s ease-in-out infinite;
}

.shape-2 {
    bottom: 20%;
    right: 10%;
    animation: float 8s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

.hero .container {
    position: relative;
    z-index: 3;
}

.hero h2 {
    color: var(--text-color) !important;
    margin: 0;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.2;
}

.glow-text {
    text-shadow: 0 0 10px rgba(var(--text-color-rgb), 0.3);
    animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
    0%, 100% { text-shadow: 0 0 10px rgba(var(--text-color-rgb), 0.3); }
    50% { text-shadow: 0 0 20px rgba(var(--text-color-rgb), 0.5); }
}

.hero p {
    color: var(--text-color);
    margin: 25px 0 0 0;
    font-size: 24px;
    opacity: 0.9;
}

.hero .sign-up-form {
    margin-top: 40px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-input {
    height: 60px;
    border-radius: 15px !important;
    border: none;
    font-size: 18px;
    padding: 0 25px;
    background: rgba(255, 255, 255, 0.9);
}

.custom-input:focus {
    box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb), 0.3);
}

.btn-gradient {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: var(--text-color);
    padding: 0 35px;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 15px !important;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.pulse-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@media (max-width: 768px) {
    .hero {
        padding: 140px 0 80px 0;
    }
    
    .hero h2 {
        font-size: 40px;
    }

    .hero p {
        font-size: 20px;
    }
    
    .btn-gradient {
        width: 100%;
        margin: 10px 0 0 0;
    }
}
.post-preview > a {
    color: #212529;
}
.post-preview > a:focus,
.post-preview > a:hover {
    text-decoration: none;
    color: #0085a1;
}
.post-preview > a > .post-title {
    font-size: 1.875rem;
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
}
.post-preview > a > .post-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 0.625rem;
}
.post-preview > .post-meta {
    font-size: 1.125rem;
    font-style: italic;
    margin-top: 0;
    color: #6c757d;
}
.post-preview > .post-meta > a {
    text-decoration: none;
}
@media (min-width: 992px) {
    .post-preview > a > .post-title {
        font-size: 2.25rem;
    }
}
#contact {
    background-color: #f8f9fa;
    font-family: 'Montserrat', sans-serif;
}

.heading-responsive {
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2rem;
    animation: fadeInDown 1s ease-out;
}

.contact-form-wrapper {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    animation: slideUp 0.8s ease-out;
}

.form-label {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.custom-input,
.custom-textarea {
    font-size: 24px;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.custom-input:focus,
.custom-textarea:focus {
    border-color: #2c3e50;
    box-shadow: 0 0 0 0.2rem rgba(44,62,80,0.1);
    outline: none;
}

.custom-textarea {
    min-height: 150px;
    resize: vertical;
}

.custom-button {
    background: #2c3e50;
    color: white;
    font-size: 24px;
    padding: 1rem 3rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.custom-button:hover {
    background: #34495e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 1.5rem;
    }
    
    .heading-responsive {
        font-size: 36px;
    }
    
    .form-label {
        font-size: 20px;
    }
    
    .custom-input,
    .custom-textarea {
        font-size: 20px;
        padding: 0.8rem;
    }
    
    .custom-button {
        font-size: 20px;
        padding: 0.8rem 2rem;
    }
}
.bg-light {
    background-color: #f8f9fa !important;
    font-family: 'Montserrat', sans-serif;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.map-container:hover {
    transform: translateY(-5px);
}

.contact-card {
    background-color: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.info-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 32px;
    height: 32px;
}

.info-text {
    font-size: 24px;
    color: #4B5563;
    margin: 0;
}

.animate-fade-in {
    animation: fadeIn 1s ease-in;
}

.animate-slide-up {
    animation: slideUp 1s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .contact-card {
        padding: 2rem;
    }

    .info-text {
        font-size: 20px;
    }

    .contact-icon {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 575.98px) {
    .contact-card {
        padding: 1.5rem;
    }

    .info-text {
        font-size: 18px;
    }

    .contact-icon {
        width: 24px;
        height: 24px;
    }
}
#footer {
    background: #f8f9fa;
    padding: 0 0 40px 0;
    color: #4a4a4a;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

#footer .footer-top {
    padding: 80px 0 40px 0;
}

#footer .footer-info {
    margin-bottom: 30px;
    background: #ffffff;
    color: #4a4a4a;
    border-radius: 20px;
    text-align: center;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

#footer .footer-info:hover {
    transform: translateY(-5px);
}

#footer .brand-title {
    font-size: 42px;
    margin: 0 0 30px 0;
    padding: 2px 0;
    line-height: 1.2;
    font-weight: 700;
    color: #2d2d2d;
}

#footer .contact-details {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 0;
}

#footer .footer-links {
    margin-bottom: 40px;
}

#footer .footer-top h4 {
    font-size: 28px;
    font-weight: 600;
    color: #2d2d2d;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

#footer .footer-top h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #4a4a4a;
    border-radius: 2px;
}

#footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-links ul li {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

#footer .arrow-icon {
    margin-right: 10px;
    color: #4a4a4a;
    transition: transform 0.3s ease;
}

#footer .footer-links ul a {
    color: #4a4a4a;
    transition: color 0.3s ease;
    font-size: 24px;
    text-decoration: none;
}

#footer .footer-links ul a:hover {
    color: #757575;
}

#footer .footer-links ul li:hover .arrow-icon {
    transform: translateX(5px);
}

#footer .newsletter-form {
    margin-top: 30px;
    background: #ffffff;
    padding: 8px;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#footer .newsletter-form input[type="email"] {
    border: none;
    padding: 15px;
    width: calc(100% - 140px);
    font-size: 24px;
    background: transparent;
    outline: none;
}

#footer .newsletter-form .submit-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    border: none;
    font-size: 24px;
    padding: 0 30px;
    background: #4a4a4a;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
}

#footer .newsletter-form .submit-btn:hover {
    background: #757575;
    transform: translateY(-2px);
}

#footer .copyright {
    border-top: 1px solid #dedede;
    text-align: center;
    padding-top: 40px;
    font-size: 20px;
    color: #4a4a4a;
}

.animate-fade-in {
    animation: fadeIn 1s ease-in-out;
}

.animate-slide-right {
    animation: slideRight 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@media (max-width: 768px) {
    #footer {
        font-size: 20px;
    }

    #footer .brand-title {
        font-size: 36px;
    }

    #footer .contact-details,
    #footer .footer-links ul a,
    #footer .newsletter-form input[type="email"],
    #footer .newsletter-form .submit-btn {
        font-size: 20px;
    }

    #footer .footer-top h4 {
        font-size: 24px;
    }

    #footer .footer-info {
        margin: 0 15px 30px;
    }
}
