#header #navbar-main {
	background: none !important;
	padding: 0px;
}
#header .nav-item a {
	color: #344662 !important;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
#header {
	padding: 0 80px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 99;
}
.main-content {
	padding: 0px !important;
}
.node__content.clearfix {
	margin: 0px;
}
.containerr {
	max-width: 600px;
	margin: 40px auto;
	background-color: #ffffff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	width: 100%;
	text-align: center;
	border: 1px solid #e3e3e3;
}
.containerr .thankyou-img {
	text-align: center;
}
.containerr .thankyou-img img {
	width: 200px;
	height: auto;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 10px;
}
.containerr .thankyou-img {
	text-align: center;
	margin-bottom: 20px;
}




        :root {
            --primary-navy: #0F172A;
            --accent-blue: #3B82F6;
            --accent-red: #EF4444;
            --light-bg: #F8FAFC;
        }
 
        body {
            font-family: 'Open Sans', sans-serif;
            color: #334155;
            line-height: 1.7;
        }
 
        h1, h2, h3 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }
 
        /* Hero Section */
        .head {
            background: linear-gradient(135deg, var(--primary-navy) 0%, #1e293b 100%);
            color: white;
            padding: 100px 0;
            text-align: center;
        }
 
        .head h1 {
            font-size: 3rem;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }
 
        .head p {
            font-size: 1.25rem;
            opacity: 0.9;
            max-width: 700px;
            margin: 0 auto;
        }
 
        /* Section Spacing */
        .sectionn {
            padding: 80px 0;
        }
 
        /* Mission Section */
        .mission-section {
            background-color: white;
            text-align: center;
        }
 
        .section-title {
            color: var(--primary-navy);
            margin-bottom: 2rem;
            position: relative;
            display: inline-block;
        }
 
        .section-title::after {
            content: '';
            display: block;
            width: 60px;
            height: 4px;
            background: var(--accent-blue);
            margin: 10px auto 0;
            border-radius: 2px;
        }
 
        /* A.R.K. Cards */
        .ark-section {
            background-color: #d6e2ec;
        }
 
        .ark-card {
            border: none;
            border-radius: 12px;
            background: white;
            padding: 2rem;
            height: 100%;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-top: 5px solid var(--accent-blue);
        }
 
        .ark-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }
 
        .ark-card h3 {
            color: var(--primary-navy);
            margin-bottom: 1rem;
        }
 
        /* Values List */
        .values-list {
            list-style: none;
            padding: 0;
        }
 
        .values-list li {
            margin-bottom: 1.5rem;
            padding-left: 2rem;
            position: relative;
        }
 
        .values-list li::before {
            content: '✔'; /* Simple checkmark */
            position: absolute;
            left: 0;
            color: var(--accent-blue);
            font-weight: bold;
        }
 
        .values-list strong {
            color: var(--primary-navy);
            display: block;
            font-size: 1.1rem;
        }
 
        /* CTA Section */
        .cta-section {
            background-color: var(--primary-navy);
            color: white;
            text-align: center;
        }
 
        .btn-custom {
            background-color: var(--accent-blue);
            color: white;
            padding: 15px 40px;
            font-weight: 600;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: background 0.3s;
            text-decoration: none;
            display: inline-block;
            margin-top: 20px;
        }
 
        .btn-custom:hover {
            background-color: #2563EB; /* Darker blue */
            color: white;
        }

div#main-wrapper #user-login-form {
    background-color: rgb(240, 238, 235);
    max-width: 500px;
    margin: 40px auto;
    padding: 20px;
}
div#main-wrapper #webform-submission-contact-add-form {
    background-color: rgb(240, 238, 235);
    max-width: 500px;
    margin: 40px auto;
    padding: 20px;
}

.rel{
    position :relative
}
.text_center123{
    text-align: center;
}
p.hero-text {
    max-width: 450px;
    font-size: 24px;
    position: absolute;
    top: 30%;
    right: 10%;
    font-weight: bold;
}

@media (max-width: 992px) {
    p.hero-text {
        font-size: 20px;
        max-width: 350px;
        top: 15%;
        right: 5%;
    }
}

@media (max-width: 576px) {
    p.hero-text {
        position: absolute;
        max-width: 50%;
        top: 30%;
        right: 20%;
      
        font-size: 10px;
        max-width: 90%;
        text-align: center;
    }
    .head h1 {
	font-size: 25px !important;
	margin-bottom: 0px !important;
	line-height: 35px !important;
}
.sectionn {
	padding: 40px 0 !important;
}
}
@media (max-width: 600px) {
.desktop-show {
	display: none;
}
.content-mobile h4 {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	padding: 30px 15px;
	line-height: 31px;
}
#header {
    padding: 0 20px !important;
}
}
@media (min-width: 601px) {
.mobile-show {
	display: none;
}
.content-mobile {
	display: none;
}
}

#header .navbar-toggler {
	display: none;
}

#header #CollapsingNavbar {
	display: block;
	flex-basis: auto;
	text-align: right;
}
.webform-submission-contact-form {
	max-width: 800px;
	margin: 50px auto;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 25px;
}
.webform-submission-contact-form .js-form-item label {
	font-weight: 600;
	line-height: normal;
}
.webform-submission-contact-form .js-form-item input {
	border-color: #c2c2c2;
}
.webform-submission-contact-form #edit-actions {
	text-align: center;
	position: relative;
	top: 7px;
	clear: both;
}
.webform-submission-contact-form #edit-actions button {
	background: #344662;
	border: none;
	padding: 9px 30px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}
@media (min-width: 701px) {
.webform-submission-contact-form .js-form-item-name {
	width: 49%;
	float: left;
}
.webform-submission-contact-form .js-form-item-last-name {
	width: 49%;
	float: right;
}
.webform-submission-contact-form .js-form-item-zip {
	width: 33.33%;
	float: right;
}
.webform-submission-contact-form .js-form-item-phone {
	width: 33.33%;
	float: left;
	padding: 0 15px;
}
.webform-submission-contact-form .form-type-email {
	width: 33.33%;
	float: left;
}
}
.site-footer {
	padding: 10px 0px;
}
.site-footer .site-footer__bottom {
	margin: 0px;
	border: none;
}
.site-footer .site-footer__bottom .row.region.region-footer-fifth {
	margin: 0px;
}
.site-footer .site-footer__bottom .row.region.region-footer-fifth #block-bootstrap-demofooter {
	margin: 0px;
}
.site-footer .site-footer__bottom .copyright {
	margin: 0px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}



    .containers {
      max-width: 800px;
      margin: 40px auto;
      background: #ffffff;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      overflow: hidden;
    }

   .header-contact {
	padding: 32px;
	background: linear-gradient(135deg, #344662, #344662);
	color: #ffffff;
}

    .header h1 {
      margin: 0 0 8px 0;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.5px;
    }

    .header p {
      margin: 0;
      font-size: 1.1rem;
      opacity: 0.95;
    }

    .contents {
      padding: 25px;
      line-height: 1.7;
      font-size: 1.05rem;
    }

    .contents p { margin-bottom: 20px; }

    .highlight {
      font-weight: 700;
      color: #0a3161;
    }

    .arks {
      margin: 32px 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
    }

   .arks-card {
	padding: 20px;
	border-radius: 14px;
	background: #f4f6f8;
	border-left: 6px solid #344662;
}
    .arks-card h3 {
      margin-top: 0;
      font-size: 1.3rem;
      color: #000;
    }

    .arks-card p {
      margin: 0;
      font-size: 0.98rem;
    }

    .bullets {
      margin: 28px 0;
      padding-left: 20px;
    }

    .bullets li {
      margin-bottom: 12px;
    }

    .graphics {
      margin: 40px 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
    }
.cta {
	margin-top: 40px;
	padding: 28px;
	border-radius: 14px;
	background: linear-gradient(135deg, #fffce7, #dbdbdb);
	border: 2px solid #e3e3e3;
}
    .cta p {
      margin: 0 0 8px 0;
      font-size: 1.1rem;
      font-weight: 600;
    }
.graphic-placeholder img {
	width: 100%;
}
    .signature {
      margin-top: 32px;
      font-weight: 700;
    }

    .footer {
      padding: 20px 32px;
      background: #0f172a;
      color: #ffffff;
      text-align: center;
      font-size: 0.9rem;
    }

    .hashtags {
      margin-top: 8px;
      color: #c7d2fe;
      font-size: 0.85rem;
    }

    @media (max-width: 600px) {
      .contents { padding: 24px; }
      .header h1 { font-size: 1.6rem; }
    }

#header li.nav-item a {
	background: #344662;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 32px;
	word-spacing: 4px;
	letter-spacing: 1px;
	max-width: 200px;
	text-align: center;
	margin-right: 0px;
	margin-left: auto;
}