* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    overflow-x: hidden;
}
.width-100
{
    width:100%;
}
header {
    background-color: rgb(0 0 0 / 16%);
    padding: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p25 {
    padding: 25px;
}

.bg-gray-900 {
    background-color: rgb(27 30 92) !important;
}

.imgHeight {
    min-height: 175px;
    background-position: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
  
.logo img {
    height: 50px;
    width: 60px;
    border-radius: 15px;
}
  
.brandname {
    font-size: 1.5rem;
    font-weight: bold;
}
  
.navlinks {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
  
.navlinks a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}
  
.navlinks a:hover {
    color: #ffcc00;
}
  
.order-button {
    background-color: #ffcc00;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    transition: background-color 0.3s ease;
}
  
.order-button:hover {
    background-color: #e6b800;
}
body{
    background: linear-gradient(to left, #193576, #012987, #313181);
}
.cta {
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 5px;
    margin: 20px 0px;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
}
.ctaheading {
    color: aliceblue;
    font-weight: bolder;
    font-size: 60px;
    padding: 0px 40px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 75px;
}
.ho{
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
}
.ctaheadingo{
    color: rgb(201, 201, 201);
    font-weight: lighter;
    font-size: 30px;
    padding: 100px;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
}
.ctaheadingoo{
    color: rgb(201, 201, 201);
    font-weight: lighter;
    font-size: 40px;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
}
.btnsa {
    border: 2px solid blanchedalmond;
    font-size: 16px;
    border-radius: 15px;
    font-weight: bold;
    padding: 7px 25px;
    background-color: white;
    color: #12327b;
    margin: 20px auto;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
}

.features {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #1b1e5c;
    color: white;
    padding: 40px 0;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
}
  
.feature {
    max-width: 200px;
    margin: 20px;
}
  
.feature img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
}
  
.feature h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}

.hover\:opacity-100:hover {
    opacity: 1;
    color: white;
    min-height: 175px;
}


@media (max-width: 768px) {
    .ctaheading {
        font-size: 1.5rem;
        padding: 6px;
        width: 100%;
        display: block;
        text-align: center;
        line-height: 18px;
    }
    .displayIMGSlide {
        display: flex;
        justify-content: space-evenly;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ctaheadingo {
        font-size: 20px;
        padding: 9px;
        text-align: center;
        margin: auto;
        width: 100%;
        display: block;
    }

    .ctaheadingoo {
        font-size: 24px;
    }

    .btnsa {
        font-size: 20px;
        padding: 10px;
        background-color: white;
        color: #232f83;
        width: 100%;
        margin: auto;
        text-align: center;
        margin-top: 10px;
    }

    .feature {
        max-width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .container {
        max-width: 100%;
    }
    .footer {
        padding: 10px;
        width: 100%;
        margin-top: 10px;
    }
    .order-button {
        width: 80%;
        display: block;
        margin: 10px auto;
        text-align: center;
    }

    .features {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #0a0a0a;
        color: white;
        padding: 40px 0;
        margin-bottom: 20px;
        text-align: center;
        border-radius: 5px;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
    }
    footer {
        background-color: #11285d !important;
        border-top: 1px solid #0a1b41;
        padding: 10px !important;
        margin-top: 20px !important;
    }
    .imgHeight {
        min-height: auto !important;
    }
}
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.popup-content {
  background: #1a1a1a;
  color: #fff;
  padding: 2rem;
  width: 90%;
  max-width: 450px;
  margin: 15% auto;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.cta-btn {
  margin-top: 1rem;
  display: inline-block;
  background-color: #facc15;
  color: #000;
  padding: 0.8rem 1.6rem;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background-color: #fbbf24;
}

.close-btn {
  font-size: 1.5rem;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: #fff;
}
.cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0f172a;
  color: #facc15;
  text-align: center;
  padding: 0.8rem;
  font-weight: bold;
  z-index: 1000;
}

.cta-bar a {
  color: #fbbf24;
  text-decoration: underline;
}
.faq-section {
  background-color: #031f4d; /* Darker blue to match your hero section */
  color: #ffffff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.faq-container {
  max-width: 900px;
  margin: auto;
}

.faq-title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 600;
}

.faq-item {
  background-color: #062861;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.faq-item:hover {
  background-color: #08337a;
}

.faq-item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.faq-item p {
  font-size: 1rem;
  color: #cdd3e0;
  line-height: 1.6;
}

