
	@font-face {
    font-family: 'Zax Casual';
    src: url('../fonts/ZaxCasual-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Improves loading performance */
}
	@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Improves loading performance */
}
	@font-face {
    font-family: 'Barlow-Medium';
    src: url('../fonts/Barlow-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Improves loading performance */
}
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Barlow;
            line-height: 1.6;
            color: #333;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(15, 29, 65, 0), rgba(15, 29, 65, 0.9)), 
                        url('../images/header_banner.png') center/cover;
            color: white;
            text-align: center;
            padding: 200px 20px 80px;
            position: relative;
		
        }

        .hero h1 {
            font-size: 3.5em;
			font-family: Barlow;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .hero p {
            font-size: 1.3em;
            margin-bottom: 30px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
	h2{
		font-family:'Zax Casual';

	}
        .cta-button {
            display: inline-block;
            padding: 18px 45px;
            background: white;
            color: #C6192F;
            text-decoration: none;
            font-size: 1.1em;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s;
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
            margin: 10px;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.3);
            background: #C6192F;
            color: white;
        }

        .cta-button.secondary {
            background: transparent;
            border: 2px solid white;
            color: white;
        }

        .cta-button.secondary:hover {
            background: white;
            color: #C6192F;
        }

        /* Stats Section */
        .stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }

        .stat-item {
            padding: 20px;
        }

        .stat-number {
            font-size: 3.5em;
            font-weight: 700;
            color: #C6192F;
            margin-bottom: 10px;
            display: block;
        }

        .stat-label {
            font-size: 1.1em;
            color: #666;
        }

        /* Section Styling */
        .section {
            padding: 80px 20px;
        }

        .section.dark {
            background: #f8f9fa;
        }

        .section.navy {
            background: linear-gradient(135deg, #0f1d41 0%, #1a2d5a 100%);
            color: white;
        }
		#container{
			min-height:100%;
		}
		 .logo {
           background-color: #18284e;
		   background-image: url('../images/logotype.png');
		   background-repeat: no-repeat;
		   background-position: 50% 50%;
		   padding-top:20px;
		   min-height:100px;
		   padding-bottom:20px;
            color: white;
        }
		#error{
			text-align:center;
			padding-left:50px;
			padding-right:50px;

		}
		.section.navysolid{
			background: #18284e;

		}
.section.navysolid .section-title{

			color:white;
		}
        .section-title {
            text-align: center;
            font-size: 2.5em;
            color: #333;
            margin-bottom: 60px;
            font-weight: 700;
        }

        .section.navy .section-title {
            color: white;
        }

        .content-wrapper {
            max-width: 1200px;
            margin: 0 auto;
        }

        /* Why Zaxbys Section */
        .why-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
        }

        .why-card {
            background: white;
            padding: 40px 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: transform 0.3s;
        }

        .why-card:hover {
            transform: translateY(-10px);
        }

        .why-icon {
            font-size: 3em;
            margin-bottom: 20px;
        }

        .why-title {
            font-size: 1.5em;
            color: #C6192F;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .why-description {
            color: #666;
            line-height: 1.8;
        }

        /* Testimonial Section */
        .testimonial {
            max-width: 900px;
            margin: 0 auto 20px auto;
            background: white;
            padding: 60px 40px;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            position: relative;
        }

        .testimonial::before {
            content: 'â€œ';
            font-size: 6em;
            color: #C6192F;
            opacity: 0.2;
            position: absolute;
            top: 20px;
            left: 30px;
            font-family: Georgia, serif;
        }

        .testimonial-text {
            font-size: 1.3em;
            font-style: italic;
            color: #555;
            margin-bottom: 30px;
            line-height: 1.8;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .testimonial-image {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #C6192F;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2em;
            font-weight: bold;
        }

        .testimonial-info h4 {
            color: #C6192F;
            font-size: 1.2em;
            margin-bottom: 5px;
        }

        .testimonial-info p {
            color: #666;
        }
		#semi_transparent {
			background-color: rgba(18, 33, 71, 0.7);
			width:50%;
			margin-left: auto;
			margin-right:auto;
		}
        /* Multi-Brand Section */
        .multi-brand-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        li {
            list-style: none;
        }

        li {
            padding: 15px 0 15px 40px;
            position: relative;
            font-size: 1.1em;
            color: #555;
        }
		.white_li li{
			color: white;
		}

        li::before {
            content: '✓';
            position: absolute;
            left: 0;
			top:5px;
            color: #C6192F;
            font-weight: bold;
            font-size: 1.5em;
        }
		   .white_li li::before {
            color: white;
        }

        /* Synergies Section */
        .synergies-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .synergy-card {
            background: rgba(255,255,255,0.1);
            padding: 30px;
            border-radius: 10px;
        }

        .synergy-card h3 {
            font-size: 1.3em;
            margin-bottom: 15px;
        }

        .synergy-card p {
            color: rgba(255,255,255,0.9);
        }

        /* Financials Section */
        .financials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
        }

        .financial-card {
            background: white;
            padding: 40px 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        }

        .financial-amount {
            font-size: 2.5em;
            color: #C6192F;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .financial-label {
            font-size: 1.1em;
            color: #666;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .financial-description {
            font-size: 0.95em;
            color: #888;
        }

        /* FAQ Section */
        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .faq-item {
            background: white;
            margin-bottom: 20px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        .faq-question {
            padding: 25px 30px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            color: #333;
            font-size: 1.1em;
            transition: background 0.3s;
        }

        .faq-question:hover {
            background: #f8f9fa;
        }

        .faq-icon {
            color: #C6192F;
            font-size: 1.5em;
            transition: transform 0.3s;
        }

        .faq-item.active .faq-icon {
            transform: rotate(45deg);
        }

        .faq-answer {
            padding: 0 30px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s, padding 0.3s;
        }

        .faq-item.active .faq-answer {
            padding: 0 30px 25px 30px;
            max-height: 500px;
        }

        .faq-answer p {
            color: #666;
            line-height: 1.8;
        }

        /* Steps Section */
        .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            position: relative;
        }

        .step-card {
            background: white;
            padding: 40px 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            position: relative;
        }

        .step-number {
            width: 60px;
            height: 60px;
            background: #C6192F;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8em;
            font-weight: bold;
            margin: 0 auto 20px;
        }

        .step-title {
            font-size: 1.3em;
            color: #333;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .step-description {
            color: #666;
            line-height: 1.8;
        }

        /* CTA Section */
        .cta-section {
            background: #0f1d41;
            color: white;
            padding: 80px 20px;
            text-align: center;
        }

        .cta-section h2 {
            font-size: 2.5em;
            margin-bottom: 20px;
        }

        .cta-section p {
            font-size: 1.3em;
            margin-bottom: 40px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
	.emphasis_span{
		font-family:'Zax Casual';
		color: #c6192f;
		
		
	}
	.missionstatement p{
		color:white !important;
	}
		.emphasis_span{
		color:#c6192f;
		font-family:'Zax Casual';
		}
		.missionstatement h3{
		color:white !important;

		margin:0;
	}
		.missionstatement .synergy-card{
		background:#0f1d41 !important;
		box-shadow: 5 5px 20px rgba(0,0,0,0.08);
		padding-bottom:15px;
	}
        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }
		.content-para{
			margin:20px;
		}

        /* Footer */
        footer {
            background: #72b5e4;
            color: white;
            text-align: center;
            padding: 30px 20px;

        }
		.fixedfooter{
			position: fixed;
			bottom:0;
			width:100%;
		}

        footer a {
            color: white;
            text-decoration: underline;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5em;
            }
				#semi_transparent {
	
			width:100%;
		}
            
            .multi-brand-content {
                grid-template-columns: 1fr;
            }
            
            .section-title {
                font-size: 2em;
            }
        }
		
	