body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  background: #fff;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;

    padding: 20px;
border-radius: 5px;
}

header {
  background: #FFCB05;
  color: white;
  padding: 15px 0;
}

header .logo {
  height: 40px;
  vertical-align: middle;
}
.hero-bg {
  background-image: url('assets/hero-bg.png'); /* replace with your file name */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.hero-content {
  background-color: rgba(0, 0, 0, 0.5); /* optional overlay */
  padding: 40px;
  border-radius: 8px;
}

nav {
  float: right;
}
.container {
    
    gap: 30px;
    align-items: flex-start;
  }

  /* Left side - 3/4 width */
  .content-section {
    flex: 3;
  }

  /* Right side - 1/4 width */
  .image-section {
    flex: 1;
  }
.container-1 {
    display: flex;
    gap: 30px;
    width: 90%;
    max-width: 1100px;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    align-items: flex-start;
}
  .image-section img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
  }

  /* Mobile responsive */
  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }
  }

nav a {
  color: white;
  margin-left: 20px;
  text-decoration: none;
  font-weight: bold;
}

#hero {
  text-align: center;
  padding: 100px 20px; 
}

#hero h1 {
  font-size: 48px;
  color: #FFCB05;
}
p.txt-title {
    font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 0px;
    word-spacing: 16px;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, .3);
    color: var(--e-global-color-accent);
    margin-bottom: 20px;
}
#hero .btn {
  padding: 10px 25px;
  background: #0b3d91;
  color: white;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
}

.section {
  padding: 20px;
  background: #f9f9f9;
}

ul {
  list-style-type: square;
  margin: 20px 0;
  padding-left: 20px;
}

form input, form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form button {
  background: #0b3d91;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

footer {
  text-align: center;
  padding: 20px;
  background: #eee;
}
 *{
      margin:0;
      padding:0;
      box-sizing:border-box;
      font-family: Arial, Helvetica, sans-serif;
    }

    body{
      background:#f2f2f2;
    }

    .contact-section{
      width:100%;
      min-height:100vh;
      background:url('assets/photo-1.avif') center/cover no-repeat;
      display:flex;
      justify-content:center;
      align-items:center;
      padding:40px 20px;
    }

    .contact-container{
      width:1100px;
      display:flex;
      flex-wrap:wrap;
      background:rgba(255,255,255,0.05);
    }

    /* LEFT SIDE */
    .contact-info{
      width:45%;
      background:#0b3d91;
      color:#fff;
      padding:50px;
    }

    .contact-info h1{
      font-size:52px;
      font-weight:300;
      margin-bottom:25px;
    }

    .divider{
      width:100%;
      height:1px;
      background:rgba(255,255,255,0.3);
      margin-bottom:50px;
    }

    .info-box{
      display:flex;
      margin-bottom:55px;
      align-items:flex-start;
    }

    .icon{
      min-width:64px;
      height:64px;
      border-radius:50%;
      background:#fff;
      color:#c8102e;
      display:flex;
      justify-content:center;
      align-items:center;
      font-size:28px;
      margin-right:25px;
    }

    .info-text h3{
      font-size:24px;
      margin-bottom:12px;
    }

    .info-text p{
      font-size:18px;
      line-height:1.8;
    }

    /* RIGHT SIDE */
    .contact-form{
      width:55%;
      background:rgba(230,230,230,0.95);
      padding:40px 55px;
    }

    .form-group{
      margin-bottom:18px;
    }

    .form-group label{
      display:block;
      margin-bottom:8px;
      color:#222;
      font-size:18px;
    }

    .form-control{
      width:100%;
      height:42px;
      border:none;
      padding:10px;
      background:#fff;
      font-size:16px;
    }

    textarea.form-control{
      height:120px;
      resize:none;
    }

    .verify-btn{
      width:100%;
      height:42px;
      background:#c8102e;
      color:#fff;
      border:none;
      font-size:16px;
      cursor:pointer;
      margin-bottom:12px;
    }

    .captcha-box{
      width:320px;
      height:78px;
      background:#fff;
      border:1px solid #d3d3d3;
      display:flex;
      align-items:center;
      padding:15px;
      margin-top:10px;
    }

    .captcha-box input{
      width:28px;
      height:28px;
      margin-right:15px;
    }

    .captcha-text{
      font-size:18px;
      color:#222;
    }

    .captcha-logo{
      margin-left:auto;
      text-align:center;
      font-size:12px;
      color:#666;
    }

    .captcha-logo i{
      font-size:32px;
      color:#3c6fd1;
      margin-bottom:4px;
    }

    @media(max-width:900px){

      .contact-info,
      .contact-form{
        width:100%;
      }

      .contact-info{
        padding:40px 30px;
      }

      .contact-form{
        padding:40px 30px;
      }
    }
