 /* Custom styles */
    .navbar-brand img {
        height: 120px;
    }
    .navbar {
        background-color: #000000 !important;
        padding: 0px;
        color: #fff;
    }
   .navbar-expand-lg .navbar-nav .nav-link {
    color: #FFD580;
  
    }
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    background-color: white;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size

}
    .navbar-nav .nav-item {
        margin-left: 15px;
        font-weight: 800;
    }
    .dropdown-menu {
        min-width: 140px;
 
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
      h2 {
      color: #cc394a !important;
      font-weight: 800 !important;
    }
    .btn {
      background-color: #cc394a !important;
      color: white !important;
      padding: 10px 20px !important;
      text-decoration: none !important;
      border-radius: 5px;
      display: inline-block !important;
    }
    .btn:hover {
      background-color: orange !important;
    }
    .left-section {
      width: 50%;
    }
    .heade h1{
     color: #0c3875;
     font-weight: 900;
    }
      .image-box img {
      height: 200px;
      object-fit: cover;
      width: 100%;
      border-radius: 6px;
    }
    .image-box {
      padding: 15px;
    }
    .card-title {
      font-size: 1.1rem;
      margin-top: 10px;
      font-weight: 900;
    }
    .btn-custom {
      background-color: #cc394a;
      color: white;
      border: none;
      border-radius: 25px;
    }
    .btn-custom:hover {
      background-color: #a52e3c;
    }
      body {
      font-family: Arial, sans-serif;
      background: #f4f4f4;
      
    }

    .contactpage-container {
      display: flex;
      max-width: 1000px;
      margin: auto;
      gap: 40px;
      align-items: flex-start;
    }

    .contactpage-left-section {
      flex: 1;
      
    }

    .contactpage-left-section h2 {
      font-size: 32px;
      color: #333;
      margin-bottom: 10px;
    }

    .contactpage-left-section p {
      font-size: 18px;
      color: #555;
    }

    .contactpage-form {
      flex: 1;
      color: #fff;
      background: #f5ae3d;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .contactpage-row {
      display: flex;
      gap: 20px;
      margin-bottom: 15px;
    }

    .contactpage-row.full {
      display: block;
    }

    .contactpage-form-group {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .contactpage-form label {
      margin-bottom: 5px;
      font-weight: bold;
    }

    .contactpage-form input,
    .contactpage-form textarea {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
    }

    .contactpage-form textarea {
      resize: vertical;
      min-height: 120px;
    }

    .contactpage-form button {
      padding: 12px 20px;
      width: 30%;
      color: #000;
      font-size: 16px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      margin-top: 10px;
    }

    .contactpage-form button:hover {
      background-color: #218838;
    }

    @media (max-width: 768px) {
      .contactpage-container {
        flex-direction: column;
      }
    }
    /*footer*/
     .footer {
      background-color: #0c3875;
      color: #fff;
      padding: 40px 20px;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: auto;
      gap: 30px;
    }

    .footer-column {
      flex: 1;
      min-width: 250px;
      font-size: 14px;
    }

    .footer h3 {
      margin-bottom: 15px;
      color: #fff;
      font-weight: 900;
    }

    .footer p {
      margin: 8px 0;
      color: #ddd;
    }

    .footer-form {
      display: flex;
      flex-direction: column;
    }

    .footer-form input,
    .footer-form textarea {
      margin-bottom: 10px;
      padding: 10px;
     
      border: none;
      font-size: 14px;
    }

    .footer-form textarea {
      resize: vertical;
      min-height: 80px;
    }

    .footer-form button {
      padding: 10px;
      border: none;
      width: 50%;
      color: #0c3875;
      font-weight: bold;
      
      cursor: pointer;
    }

    .footer-form button:hover {
      background-color: #e29a2e;
    }

    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
      }
    }
    .veriety{
        color: #0d3875;
        font-weight: 900;
    }
    .btn-outline{
     border: #000;        
    }
    .red{
      background-color: #f5ae3d;
    }
    
    /* hfxhiuhgirf */
      .float-btn{
    position: fixed;
    bottom: 18px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 6px 14px rgba(0,0,0,0.18);
    z-index: 9999;
    text-decoration: none;
    color: #fff;
    background: #111;
    transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
    opacity: 0.98;
  }
  .float-btn svg{ display:block; }
  .float-btn:active{ transform: scale(.96); }

  .float-phone{
    left: 18px;
    background: linear-gradient(135deg,#1e90ff,#0066cc);
  }
  .float-wa{
    right: 18px;
    background: linear-gradient(135deg,#25D366,#128C7E);
  }

  @media (max-width: 600px){
    .float-btn{ width:56px; height:56px; bottom:16px; }
    .float-phone{ left:14px; }
    .float-wa{ right:14px; }
  }
   