/* Reset & Base Styles */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/92zatBhPNqw73oDd4iYl.woff2') format('woff2'); /* Cyrillic */
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/92zatBhPNqw73ord4iYl.woff2') format('woff2'); /* Latin-ext */
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/92zatBhPNqw73oTd4g.woff2') format('woff2'); /* Latin */
}

body {
    font-family: 'Jost', 'Century Gothic', Helvetica, sans-serif;
    background: #f4f4f4;
    color: #fff;
}

Container
.container {
    width: 100%;
}

/*icon*/
.small-logo img {
    max-width: 80px; /* Maximum width */
    max-height: 80px; /* Maximum height */
	min-width: 80px; /* Maximum width */
    min-height: 80px; /* Maximum height */
    list-style: none;
    display: flex;
    /*height: 100%;
    width: 122.75%;
    margin-bottom: 0%;*/
	
	margin: 0 auto;
	margin-bottom: -35%;
    padding-right: 10px;
}

/* Header */
header {
 
    top: 0px; /* Positions the header at the top of the viewport */
    position: fixed;
    background: #125488;
    margin: 0%;
    padding-top: .8%;
    padding-left: 45%;
    padding-right: 40%;
    z-index: 3; /* Higher stacking order */
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/*
.logo {
    display: flex;
    align-items: center;
    margin: 0%;
    padding-bottom: 0%;
}
    .logo img {
        margin-left: 12%;
        width: 32%;
    }

        .logo img.hero {
            margin-Left: 3.5%;
            width: 50%;
        }
*/
header nav ul {
    list-style: none;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-right: 0%;
    margin-top: 2%;
    padding-left: 4%
}

    header nav ul li a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
    }

        header nav ul li a:hover {
            color: #0078d7;
        }

/* Hero Section */
#heroSection {
	padding-top: 6.5rem;
    align-items: center;
    color: #fff;
    text-align: center;
    margin: 0%;
	background-color:  #125488;
	padding-bottom:2.5rem
}

    #heroSection p {
        font-size: 1.2rem;
    }

    #heroSection a {
        font-size: 1.2rem;
    }

.hero-container {
    background: #125488;
    color: #fff;
    margin: 0%;
    font-size: 2.5rem;
	padding-top: .0;
	padding-bottom:4.5rem;
}

.large-logo {
        margin-left: 12%;
        width: 32%;
}

img.hero {
            margin-Left: 3.5%;
            width: 50%;
 }

.btn {
    align-items: center;
    background: #fff;
    color: #125488;
    padding: 12px 28px;
    border-radius: 5px;
    border-radius: 600px;
    text-decoration: none;
    transition: background 0.3s;
}

    .btn:hover {
        background: #0A3A60;
        border-radius: 600px;
    }

/* About Section */
.about-section {
    font-family: 'Jost', sans-serif;
    padding: 10rem 0rem;
    background-color: #f9f9f9;
    color: #222;
}

    .about-section h2 {
        font-size: 2.7rem;
        margin-bottom: 6rem;
        text-align: center;
    }

.about-block {
    margin-bottom: 2.8rem;
}

    .about-block h3 {
        font-size: 1.7rem;
        margin-top: 1.5rem;
        color: #111;
    }

    .about-block p {
        font-size: 1.2rem;
        line-height: 1.7;
    }

    .about-block ul {
        list-style: none;
        padding-left: 0;
        margin-top: 1rem;
    }

        .about-block ul li {
            margin-bottom: 0.8rem;
            font-size: 1.4rem;
        }

.closing-thought p {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    margin-top: 1.8rem;
    color: #000;
}

/* Slider Section */
#sliderSection {
	padding-top: 120px;
    position: relative;
    background: #0A0A0A;
    text-align: center;
}

.slider-section h2 {
    font-size: 2.4rem;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 600px;
    background: #1A1F36;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.slider {
    display: flex;
    transition: transform .37s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    position: relative;
}

    .slide img {
        display: block;
        height: 900px;
        width: 100%;
        object-fit: cover;
    }

.slide-info {
    background: rgba(0, 0, 0, 0.6);
}

    .slide-info h3 {
        font-size: 1.6rem;
    }

    .slide-info p {
        font-size: 1rem;
    }

/* Slider Navigation */
.nav-arrow {
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    border-radius: 50%;
    height: 100%;
    z-index: 2;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Q&A Section */
#qaSection {
    padding: 50px 0;
    background: #1A1F36;
}

.qa-container h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    text-align: center;
}

.qa-item {
    margin: 20px auto;
    max-width: 800px;
    text-align: left;
    padding: 0 10px;
}

    .qa-item h3 {
        font-size: 1.5rem;
        color: #125488;
        margin-bottom: 8px;
    }

    .qa-item p {
        font-size: 1rem;
        line-height: 1.5;
    }

/* Call to Action Section */
#ctaSection {
    padding: 60px 0;
    background: #125488;
    text-align: center;
    margin: 0%;
}

.cta-container h2 {
    font-size: 2.4rem;
    margin-top: 60px;
}

.cta-container p {
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0 15px;
    margin-top: 40px;
    margin-bottom: 120px;
}

/* Contact Section */
#contactSection {
    padding: 50px;
    background: #0A0A0A;
    text-align: center;
}

.contact-container h2 {
    font-size: 2.4rem;
}

#contactSection form {
    max-width: 600px;
    margin: auto;
    text-align: left;
    background: #1A1F36;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

#contactSection label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

#contactSection input,
#contactSection textarea {
    width: 100%;
    min-width:100%;
    max-width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 4px;
    background: #F4F4F4;
    color: #333;
}

#contactSection textarea {

    height: 100px%;
    min-height: 100px;
    max-height: 300px;
}

#contactSection button {
    display: center;
    width: 33%;
    button: center;
    background: #125488;
    color: #fff;
    //center;
    font-size: 1rem;
    border: 4px;
    //border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    margin-Left:211px;
    border-radius: 600px;
}

    #contactSection button:hover {
        background: #0A3A60;
    }

.small-text {
    font-size: 0.8rem;
    color: #CCCCCC;
    margin-top: 15px;
    text-align: center;
}

/* Footer */
footer {
    background: #0A0A0A;
    padding: 20px 0;
    text-align: center;
    font-size: 0.9rem;
    margin: 0%;
    margin-bottom: 0;
}

.footer-container p {
    margin: 5px 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
   
/*   .header-container {
        flex-direction: column;
        text-align: center;
    }
*/
.header-container {
    flex-direction: row;
    align-items: flex-start;
	margin-left: 0%;
  }
  
   .nav-menu {
    flex-direction: row !important;
    flex-wrap: wrap; /* optional, allows wrapping if space is tight */
    justify-content: center; /* or space-between / flex-start */
  }

 	#heroSection {
	padding-top: 11rem;
	padding-left: 1%;
	margin-top:  -2rem;
		}
	

    header nav ul {
        flex-direction: column;
		 gap: 3px;
        margin: 1px 0;
    }
	
	  .large-logo {
    display: none;
  }


  .hero-text {
    font-size: 2.2rem;
    text-align: center;
	margin-top:  -3rem;
    padding-bottom: 1rem;
  }

	.hero-findout{
	padding-bottom: 8px;
}


	.visualize{
	font-size: 23rem;
	}

    .slide img{
      height: 50%;
    }

    .slide-info p {
        font-size: 0.85rem;
    }
}

#successMessage {
    color: green;
    font-weight: bold;
    margin-top: 20px;
}
