@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Didact+Gothic:wght@400;700&family=Arima:wght@100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    background-color: #fff;
    position: sticky;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 7%;
}

/* Main Navigation Styles */
.main-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.main-nav ul li {
    display: flex;
}

.main-nav ul a {
    color: black;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Inter', Arial, sans-serif;
}

.main-nav ul a {
    color: black;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Inter', Arial, sans-serif;
}

.main-nav ul a:hover {
    color: #f00405;
}

.hamburger-icon img {
    width: 30px;
    height: auto;
    display: none;
}

.hamburger-icon {
    margin-left: auto;
}

/* Sidebar styles */
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 60vw;
    background-color: #ffffffd7;
    z-index: 999;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 2rem;
    transition: all 0.3s ease;
}

.close-icon img {
    width: 30px;
    height: auto;
    display: block;
}

.sidebar ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sidebar li {
    height: 10vh;
    /* Dynamic height based on viewport */
}

.sidebar a {
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
}

.sidebar a:hover {
    background-color: #f0f0f0;
}

/* Sidebar and hamburger visibility control */
.sidebar.show {
    display: flex;
}

.hamburger-icon.show img {
    display: block;
}

/* Content styles */

#home {
    height: auto;
    width: 100%;
    position: relative;

}

.main-content {
    margin-left: 60vw;
    z-index: 1;
    padding: 2rem;
    width: 100%;
    box-sizing: border-box;
}

section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* height: calc(100vh - 80px); */
    /* need to change the height */
    flex-direction: column;
    padding: 4rem 2rem;
    margin-bottom: 0;
    overflow: hidden;
}

.content {
    margin-top: 10%;
    max-width: 80%;
    margin-bottom: 0;
    z-index: 9998;
    position: relative;
}

/* Heading styles */
.head {
    font-size: 5vw;
    margin-bottom: 10px;
    font-family: 'Lora', Arial, sans-serif;
}

.subheading {
    background-color: white;
    padding: 0.5rem;
    border-radius: 5px;
    font-family: 'Lora';
    font-weight: 400;
    font-size: 3rem;
    max-width: 90%;
    /* Make sure it fits within the screen */
    display: inline-block;
}

/* Description styles */
.description {
    width: 62%;
    padding: 20px;
    margin: 20px;
    border-left: 12px solid red;
    padding-left: 0.5rem;
    font-size: 2.5rem;
    font-family: 'Didact Gothic', Arial, sans-serif;
    color: black;
}

.sidebar-image {
    width: 50%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    max-width: 100%;
    max-height: 100vh;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

a img, .inline-logo {
    width: 10vw;
    height: auto;
}

html, body {
    font-size: 1vw;
}

/* about us */

#about {
    margin: 0;
    padding: 0;
    background-color: #1F1F1F;
    height: auto;
    width: 100%;
    z-index: 10;
    position: relative;
}

.about-content {
    width: 100%;
    background: url(./images/aboutus4.jpg) center center / cover no-repeat;
    height: auto;
    z-index: 10;
    position: relative;
}

.back {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    margin: 0;
    margin-top: 0.7%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}


/* About title */
.about-us-title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 3vw;
    font-weight: 900;
    color: #FA002D;
    margin: 0;
}

.about-us-description {
    font-size: 2.2vw;
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
}

.about-us-paragraph {
    position: relative;
    width: 80%;
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    color: white;
    left: 26%;
    text-align: left;
    line-height: 1.6;
    padding: 0 15%;
    box-sizing: border-box;
    margin-top: 5%;
}

/* Bold text style */
.bold-red {
    color: #FA002D;
    font-weight: bold;
}

/* About image */
.about-us-image {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 30%;
    height: auto;
    margin-left: 10px;
    max-width: 100%;
}

/* Mission and Vision text */
.vision-mission-title {
    font-size: 3vw;
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.vision-mission-text {
    font-size: 1.8rem;
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.vision-mission-image {
    width: 100%;
    margin-top: 10px;
}

/* Icon styles */
.icon-heading h3 {
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    font-size: 4vw;
    color: #FA002D;
    font-weight: 550;
}

.icon {
    width: 9vw;
    height: auto;
}

/* Vision and Mission Block text */
.vision-mission-block p {
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
}

/* Flex for centering icons */
.icon-heading {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 0.5rem;
}

/* Vertical Divider */
.vertical-divider {
    width: 1%;
    height: 14rem;
    background-color: #FA002D;
}

/* Ensure responsive behavior for Vision and Mission blocks */
.vision-mission-block {
    width: 45%;
    box-sizing: border-box;
    margin-bottom: 27%;
}

.vision-mission-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-left: 42%;
    padding: 0;
    flex-wrap: wrap;
    transform: translateY(40%);
}


/* Removing large margins */
.vision {
    margin-left: 0;
}

.mission {
    margin-right: 0;
}

#services {
    margin: 0;
    padding: 0;
    background-color: #1F1F1F;
    height: auto;
    width: 100%;
    display: flex;
    /* Use Flexbox */
    justify-content: center;
    /* Centers child horizontally */
    align-items: center;
    /* Optional: Centers child vertically */
    text-align: center;
}

.back2 {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    margin: 0;
    margin-top: 4%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.service-description {
    font-size: 2.2vw;
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 1rem;
    margin: 0;
}

.bold {
    color: #FA002D;
}

.section-title {
    color: #FA002D;
    font-size: 3vw;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

/* Swiper Container */
.swiper-container {
    margin-top: 5rem;
    width: 100%;
    height: auto;
    padding: 20px 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

/* Service Card Styles */
.service-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    /* Adjust padding to reduce height */
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border: 2px solid transparent;
    width: 100%;
    height: 550px;
    /* Make the height auto-adjust based on content */
    margin: 1rem auto;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 400px;
}

/* Make the card adjust width based on screen size */

/* Service Card Image */
.service-card img {
    max-width: 10vw;
    margin-bottom: 20px;
}

/* Service Card Heading */
.service-card h3 {
    font-size: 1.8vw;
    /* Use vw for responsive text size */
    color: #333;
    margin-bottom: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Service Card Paragraph */
.service-card p {
    text-align: left;
    font-size: 1rem;
    /* Adjust font size for flexibility */
    color: black;
    word-wrap: break-word;
    margin: 20px 0;
}

/* Service Card List Items */
.service-card li {
    margin-left: 20px;
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    text-align: left;
    margin-right: 20px;
}

/* "Read More" Link */
.read-more {
    font-size: 0.8rem;
    display: inline-block;
    margin-top: 10px;
    color: #555;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
    color: #FA002D;
}

/* Media queries for smaller screens */
@media (min-width: 2000px) {
    .service-card {
        max-width: 100%;
        height: 600px;
    }

    /* Service Card Heading */
    .service-card h3 {
        font-size: 1.5vw;
    }

    /* Service Card Paragraph */
    .service-card p {
        margin: 20px 0;
        font-size: 1.3rem;
    }

    /* Service Card List Items */
    .service-card li {
        font-size: 1.3rem;
    }

    /* "Read More" Link */
    .read-more {
        font-size: 1.2rem;
    }
}

@media (max-width: 1500px) {
    .swiper-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .service-card {
        max-width: 89%;
        height: 500px;
    }

    /* Service Card Heading */
    .service-card h3 {
        font-size: 1.8vw;
    }

    /* Service Card Paragraph */
    .service-card p {
        margin: 20px 0;
        font-size: 1.5rem;
    }

    /* Service Card List Items */
    .service-card li {
        font-size: 1.3rem;
    }

    /* "Read More" Link */
    .read-more {
        font-size: 1.1rem;
    }
}

@media (max-width: 1100px) {
    .service-card {
        max-width: 90%;
        height: 450px;
    }

    /* Service Card Heading */
    .service-card h3 {
        font-size: 2vw;
    }

    /* Service Card Paragraph */
    .service-card p {
        margin: 20px 0;
        font-size: 1.8rem;
    }

    /* Service Card List Items */
    .service-card li {
        font-size: 1.6rem;
    }

    /* "Read More" Link */
    .read-more {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .service-card {
        max-width: 50%;
        padding: 1.2rem;
        height: 360px;
    }

    /* Service Card Heading */
    .service-card h3 {
        font-size: 3vw;
    }

    /* Service Card Paragraph */
    .service-card p {
        margin: 20px 0;
        font-size: 2.2rem;
    }

    /* Service Card List Items */
    .service-card li {
        font-size: 1.9rem;
    }

    /* "Read More" Link */
    .read-more {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .service-card {
        max-width: 50%;
        padding: 1rem;
        height: 220px;
    }

    /* Service Card Heading */
    .service-card h3 {
        font-size: 1.8vw;
    }

    /* Service Card Paragraph */
    .service-card p {
        margin: 20px 0;
        font-size: 1.7rem;
    }

    /* Service Card List Items */
    .service-card li {
        font-size: 1.9rem;
    }

    /* "Read More" Link */
    .read-more {
        font-size: 1.5rem;
    }
}

/* Hover Effect */
.service-card:hover {
    transform: translateY(-10px);
    border-color: #FA002D;
}

/* Swiper Navigation Buttons */
.swiper-button-next, .swiper-button-prev {
    color: #FA002D !important;
    padding: 10px;
    position: fixed;
    z-index: 10;
    bottom: 5vh;
}

/* Style for the Relationship Approach page image */

#relationship {
    height: auto;
    width: 100%;
    display: flex;
    /* Use Flexbox */
    justify-content: center;
    /* Centers child horizontally */
    align-items: center;
    /* Optional: Centers child vertically */
    text-align: center;
}

#relationship .relationship-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

#relationship h2 {
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    font-size: 4rem;
    color: #000;
    font-weight: 550;
}

/* Contact Us Form Styles */
/* Contact Us Form Styles */
#contact {
    background-color: #1F1F1F;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center content horizontally */
    padding: 2rem 0;
    /* Optional padding for spacing */
}

#contact h2 {
    color: #FA002D;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
    /* Ensure it takes the full width of the container */
    max-width: 800px;
}

.form-container {
    width: 100%;
    max-width: 800px;
    /* Set max-width for large screens */
    padding: 0 20px;
    /* Optional padding to adjust on smaller screens */
    box-sizing: border-box;
    /* Ensure padding is included in the element width */
}

#contact label {
    color: white;
    display: block;
    margin-bottom: 5px;
    font-size: 1.3rem;
}

#contact input, #contact textarea {
    width: 100%;
    max-width: 600px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    /* Include padding and border in the width calculation */
}

#contact textarea {
    height: 150px;
    resize: vertical;
}

#contact button {
    background-color: #FA002D;
    color: white;
    padding: 2% 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    max-width: 600px;
    /* Limit button width like inputs */
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

#contact button:hover {
    background-color: darkred;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 80%;
    max-width: 400px;
}

.popup button {
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.popup button:hover {
    background-color: #218838;
}

/* Footer Styles */
.footer {
    background-color: #fff;
    padding: 2rem 1rem;
    text-align: center;
    /* Adjust padding for responsive spacing */
}

.footer-content {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Allow content to be flexible and wrap when needed */
}

.footer-logo img {
    max-width: 100%;
    /* Make the logo responsive */
    width: 15%;
    /* Set a base size, but scale down if necessary */
    height: auto;
    /* Maintain aspect ratio */
    margin-bottom: 1.5rem;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    /* Allow items to wrap and space them out */
}

.footer-nav a {
    color: black;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Inter', Arial, sans-serif;
}

.footer-nav a:hover {
    color: #FA002D;
}

.footer-contact {
    margin-bottom: 1.5rem;
}

.footer-contact a li {
    color: #000;
    text-decoration: none;
}

.footer-copyright {
    font-size: 1rem;
    color: #bbb;
}

@media screen and (max-width: 950px) {
    .main-nav ul a {
        font-size: 1.8rem;
    }

    .footer-nav a {
        font-size: 1.4rem;

    }
}