/* General Styles */
body {
    font-family: 'Raleway', sans-serif;
    background-color: #0a1a2a; /* Dark navy blue */
    color: #f1f1f1; /* Light text */
}

/* Logo Section */
.logo {
    width: 15rem; /* Increase logo size */
    height: auto;
    margin-bottom: 2rem;
}

/* Services Section */
.services-section {
    background: #0a1a2a; /* Dark blue background matching the page */
    padding: 2rem;
    border-radius: 0.75rem;
    color: #f1f1f1; /* Inverted text color */
/*    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.6);*/
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    outline: 2px solid rgba(255, 255, 255, 0.5); /* Glowing outline */
    outline-offset: 4px;
    transition: outline-color 0.3s ease, box-shadow 0.3s ease;
}

.services-section:hover {
    outline-color: rgba(255, 255, 255, 0.9); /* Stronger glow on hover */
    box-shadow: 0 6px 10px rgba(255, 255, 255, 0.5);
}

.services-section h1 {
    color: #f2c76c; /* Complimentary golden-yellow for the heading */
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.services-section ul {
    margin: 0;
    padding: 0;
}

.services-section ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.services-section ul li i {
    color: #f2c76c; /* Matching golden-yellow for icons */
    font-size: 1.5rem;
    margin-right: 1rem;
}

/* Unify Button Styles */
.button.primary,
.contact-button {
    background-color: #2563eb; /* Consistent button color */
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effects */
.button.primary:hover,
.contact-button:hover {
    background-color: #1d4ed8;
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.2);
}

/* Floating Contact Button */
.contact-button {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1000;
}

/* Header Section */
.header {
    width: 100%;
    max-height: 60vh; /* Adjust height as needed */
    overflow: hidden; /* Prevents unwanted scrolling */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0a1a2a; /* Background matches the page */
}

.header-gif {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures it covers the section */
}

/* Header Title - Improve Positioning */
.header-title {
    font-family: 'Ysabeau SC', sans-serif;
    font-weight: 900;
    font-size: 4rem; /* Reduce from 5rem for better balance */
    color: #f2c76c;
    text-align: center;
/*    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);*/
    margin-top: -30px; /* Moves title closer to the logo */
}

/* Adjust for mobile screens */
@media (max-width: 768px) {
    .header-title {
        font-size: 2.5rem; /* Reduce size for smaller screens */
        margin-top: -10px; /* Adjust spacing */
    }
}

@media (max-width: 480px) {
    .header-title {
        font-size: 2rem; /* Further reduce for smaller screens */
        margin-top: -55px; /* Prevents overlap issues */
    }
}

/* Call-to-Action (CTA) Section */
.cta {
    text-align: center;
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(242, 241, 238, 0.15);
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

.cta h2 {
    font-family: 'Ysabeau SC', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #f2c76c; /* Golden text */
/*    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);*/
}
.cta h2 i {
    font-size: 1.5rem; /* Adjust size */
    margin-right: 0.5rem; /* Add spacing */
    color: #f2c76c; /* Keep golden theme */
}

.cta p {
    font-size: 1.2rem;
    color: #f1f1f1;
}

/* Footer */
footer {
    background: white;
    color: #9ca3af;
    padding: 1rem 0;
    margin-top: 5rem;
}

footer a {
    color: #2563eb;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}



/* Keep your existing Zoho Form styles */
.zf_lB_Dimmer_802522 { 
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.8;
    z-index: 10000000;
}


.zf_lB_Container_802522{
    position: fixed;
    background-color: white;
    margin: 0;
    margin-right: 0px;
    padding: 0;
    height: 1063px;
    width: 70%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 7px solid #1D508E;
    max-height: calc(100% - 60px);
    z-index: 999999;
}

.zf_lB_Wrapper_802522{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: -180px;
    z-index: 10000001;
}

.zf_main_id_802522{
    height: calc(100% - 0px);
    display: flex;
    overflow-y: auto;
    overflow-x: hidden;
}

.zf_lb_closeform_802522 {
    position: absolute;
    right: -20px;
    background: #2f2e2e;
    padding: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    top: -15px;
    cursor: pointer;
    border: 2px solid #d9d9d9;
}

.zf_lb_closeform_802522:before, .zf_lb_closeform_802522:after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 19px;
    width: 2px;
    top: 7px;
    background-color: #f7f7f7;
}

.zf_lb_closeform_802522:before {
    transform: rotate(45deg);
}

.zf_lb_closeform_802522:after {
    transform: rotate(-45deg);
} 

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block !important;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
} 

/* Responsive Styles */
@media screen and (min-device-width: 10px) and (max-device-width: 380px) {  
    .zf_lB_Container_802522 {
        width: 270px !important;
    } 
}

@media screen and (min-device-width: 360px) and (max-device-width: 480px) {  
    .zf_lB_Container_802522 {
        width: 350px !important;
    } 
}

@media screen and (min-device-width: 440px) and (max-device-width: 500px) {  
    .zf_lB_Container_802522 {
        width: 380px !important;
    } 
}

@media only screen and (min-width:500px) and (max-width:600px) {  
    .zf_lB_Container_802522 {
        width: 450px;
    }
}

@media only screen and (min-width:601px) and (max-width:700px) {  
    .zf_lB_Container_802522 {
        width: 540px;
    }
}

@media only screen and (min-width:700px) and (max-width:800px) { 
    .zf_lB_Container_802522 {
        width: 650px;
    }
}

@media screen and (min-device-width: 801px) and (max-device-width: 1268px) {  
    .zf_lB_Container_802522 {
        width: 750px !important;
    } 
}
@media (max-width: 640px) {
    .services-section {
        padding: 1.5rem; /* Slightly more padding on smaller screens */
    }
}