*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    height: 100%;
    width: 100%;
    background-color: #fff;/*#cdecff; */
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'DM Sans',sans-serif;
}
.navbar{
    background-color: transparent;
    height: 80px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-family: 'Poppins',sans-serif;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 50px;
    color: #00034c;
}
.nav-menu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-items{
    list-style: none;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    font-size: 18px;
}
.nav-links a{
    text-decoration: none;
    padding: 10px;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    cursor: pointer;
    color: #000371;
}
.nav-links:hover a{
    background-color: #000371;
    color: #fff;
}
.nav-links.active a{
    background-color: #000371;
    color: #fff;
}
.partner-button{
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #00579e;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.partner-button:hover{
    transform: scale(1.05);
}
/*contact-us*/
.contact-us{
    width: 100%;
    height: max-content;
    padding: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    position: relative;
}
.image-card{
    position: relative;
    overflow: hidden;
    width: 400px;
    height: 550px;
    border-radius: 15px;
}
.hook{
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #ffffff;
    padding: 5px 10px;
    color: rgba(255, 136, 0, 0.824);
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
    border: 1px solid rgba(255, 136, 0, 0.824);
}
.section-hero{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
form{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    max-width: 600px;
}
.form-head{
    width: 100%;
    text-align: center;
}
.form-head h2{
    color: #0d1c3b;
    font-size: 36px;
    margin-bottom: 10px;
}
.form-head h2 em{
    color: blue;
    font-family: 'Playfair Display',serif;
}
.form-head p{
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 600;
    letter-spacing: 4px;
}
.input-group{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 30px;
}
.filed{
    position: relative;
    width: 100%;
}
.filed label{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    transition: all 0.3s ease;
    pointer-events: none;
    font-size: 14px;
    background-color: transparent;
    color: #4f5157;
}
.filed input,
.filed select{
    height: 40px;
    width: 100%;
    padding: 4px 10px;
    font-size: 16px;
    outline: none;
    border-radius: 10px;
    border: 1px solid #e0e6f0;
    background: #f5f7fb;
}
.filed select {
    appearance: none; /* removes default arrow */
    outline: none;
    cursor: pointer;
}
.filed input:focus + label,
.filed input:not(:placeholder-shown) + label {
    top: -8px;
    font-size: 13px;
    color: #00579e;
}
.filed select:valid + label {
    top: -10px;
    font-size: 12px;
    color: #555;
}
textarea{
    width: 100%;
    height: 90px;
    resize: none;
    border: 1px solid #bbcceb;
    background: #f5f7fb;
    outline: none;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    font-family: 'DM Sans',sans-serif;
}
.filed input:focus,
textarea:focus {
    border-color: #00579e;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 87, 158, 0.1);
}
form button{
    width: 100%;
    height: 38px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 20px;
    background-color: rgb(8, 8, 105);
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    line-height: 1.2;
}
/*===========end of contact-us========*/
/*footer*/
footer{
    padding: 40px 50px;
    background-color: #00046e;
    position: relative;
    overflow: hidden;
}

footer::after{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(0, 98, 255, 0.25);
    filter: blur(120px);
    top: -80px;
    right: -80px;
}
.links{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 15px;
}
.company{
    display: flex;
    flex-direction: column;
    width: 280px;
    gap: 15px;
    font-size: 14px;
    color: #fff;
}
.company img{
    width: 80px;
    border-radius: 20px;
}
.company p{
    font-size: 16px;
    font-weight: 400;
}
.company button{
    background-color: rgb(0, 98, 255);
    border-radius: 20px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    cursor: pointer;
    width: max-content;
    transition: 0.3s;
}
.company button:hover{
    transform: scale(1.12);
}
.products-foot{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.products-foot h2{
    color: #fff;
    font-size: 16px;
}
.product-list{
    color: #fff;
    font-size: 15px;
    list-style: none;
    text-decoration: none;
}
.product-list li{
    margin-bottom: 10px;
    transition: 0.3s;
    cursor: pointer;
}
.product-list li:hover{
    color: #8c8c8c;
}
.navigation{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.navigation h2{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.nav-list{
    color: #fff;
    font-size: 15px;
    list-style: none;
    text-decoration: none;
}
.nav-list li{
    margin-bottom: 10px;
    transition: 0.3s;
    cursor: pointer;
}
.nav-list li:hover{
    color: #8c8c8c;
}
.contact{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.details h2{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.details p{
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
}
.social-head{
    font-size: 16px;
    color: #fff;
}
.icons{
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.icon-link{
    text-decoration: none;
    color: #fff;
}
.icon-link i{
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.34);
    cursor: pointer;
    transition: 0.3s;
}
.fa-instagram:hover{
    color: #E1306C;
    background: rgba(255,255,255);
}

.fa-facebook:hover{
    color: #0000ff;
    background: rgba(255,255,255);
}
.copyright{
    margin-top: 30px;
}
.copyright h5{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
hr{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin: 20px 0;
}
/*====end of footer======*/
/*======responsive========*/
@media (max-width: 1200px) {
  .navbar { padding: 15px 36px; }
 
  .contact-us { padding: 40px 36px; }
  .container { gap: 40px; }
  .image-card { width: 360px; height: 500px; }
 
  footer { padding: 36px 36px; }
}
 
/* ── TABLET LANDSCAPE (≤1024px) ── */
@media (max-width: 1024px) {
  /* Navbar */
  .navbar { padding: 15px 24px; gap: 16px; }
  .nav-items { gap: 10px; font-size: 16px; }
  .partner-button { font-size: 15px; padding: 9px 16px; }
 
  /* Contact */
  .contact-us { padding: 36px 24px; }
  .container {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }
  .image-card { width: 100%; max-width: 500px; height: 380px; }
  form { max-width: 100%; width: 100%; }
  .form-head h2 { font-size: 30px; }
 
  /* Footer */
  footer { padding: 32px 24px; }
  .links { flex-wrap: wrap; gap: 30px; }
}
 
/* ── TABLET PORTRAIT (≤768px) ── */
@media (max-width: 768px) {
  /* Navbar */
  .navbar { padding: 15px 18px; gap: 10px; }
  .nav-items { gap: 6px; font-size: 14px; }
  .nav-links a { padding: 6px 8px; }
  .partner-button { font-size: 13px; padding: 8px 12px; border-radius: 20px; }
 
  /* Contact */
  .contact-us { padding: 30px 18px; margin-bottom: 10px; }
  .container { gap: 28px; }
  .image-card { width: 100%; max-width: 440px; height: 320px; border-radius: 12px; }
  form { gap: 22px; }
  .form-head h2 { font-size: 28px; }
  .form-head p { font-size: 12px; letter-spacing: 3px; }
 
  .input-group { flex-direction: column; gap: 22px; }
 
  .filed input { font-size: 15px; }
  textarea { font-size: 15px; height: 80px; }
  form button { font-size: 17px; }
 
  /* Footer */
  footer { padding: 30px 18px; }
  .links { flex-direction: column; gap: 30px; }
  .company { width: 100%; }
}
 
/* ── MOBILE (≤480px) ── */
@media (max-width: 480px) {
  /* Navbar */
  .navbar { padding: 12px 14px; justify-content: space-between; }
  .nav-items { display: none; }
  .partner-button { font-size: 13px; padding: 8px 14px; }
 
  /* Contact */
  .contact-us { padding: 24px 14px; }
  .image-card { height: 260px; border-radius: 10px; }
  .hook { font-size: 12px; padding: 4px 10px; top: 10px; right: 12px; }
  form { gap: 18px; }
  .form-head h2 { font-size: 24px; margin-bottom: 8px; }
  .form-head p { font-size: 11px; letter-spacing: 2px; }
  .input-group { gap: 18px; }
  .filed input { height: 38px; font-size: 14px; }
  .filed label { font-size: 13px; }
  textarea { font-size: 14px; height: 75px; }
  form button { font-size: 16px; height: 42px; border-radius: 12px; }
 
  /* Footer */
  footer { padding: 26px 14px; }
  .links { gap: 26px; }
  .icon-link i { width: 38px; height: 38px; font-size: 20px; }
  .copyright h5 { font-size: 13px; }
}
 
/* ── SMALL MOBILE (≤360px) ── */
@media (max-width: 360px) {
  .navbar { padding: 10px 10px; }
  .contact-us { padding: 20px 10px; }
  .image-card { height: 220px; }
  .form-head h2 { font-size: 21px; }
  form { gap: 16px; }
  .filed input { height: 36px; }
  form button { font-size: 15px; }
  footer { padding: 22px 10px; }
}
/* Hamburger button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  border-radius: 6px;
  z-index: 1001;
  margin-left: auto;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #00034c;
  border-radius: 2px;
  transition: all 0.35s ease;
}

/* Animated X when open */
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile dropdown */
.mobile-menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  background: #fff;
  flex-direction: column;
  padding: 16px 24px 24px;
  gap: 4px;
  border-top: 1px solid rgba(0, 3, 76, 0.08);
  box-shadow: 0 8px 24px rgba(0, 3, 76, 0.1);
  z-index: 1000;
}
.mobile-menu.open { display: flex; }

.mobile-nav-link {
  display: block;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #000371;
  transition: background 0.2s;
}
.mobile-nav-link:hover,
.mobile-nav-link.active {
  background: #000371;
  color: #fff;
}
.mobile-partner {
  width: 100%;
  margin-top: 12px;
  font-weight: 600;
  color: #fff;
  padding: 13px;
  border-radius: 25px;
  background: #00579e;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

/* Show hamburger, hide desktop nav on mobile */
@media (max-width: 768px) {
  .nav-items,
  .partner-button { display: none; }
  .hamburger { display: flex; }
}
