﻿/* Auto-generated from contact.html. Keep page-specific styles here. */

/* Extracted style block 1 from contact.html */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

  * {margin: 0; padding: 0; box-sizing: border-box;}

  body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #f2f9ff 0%, #ffffff 100%);
  }

/* Extracted style block 2 from contact.html */
@media (max-width: 768px) {
      #contact-hero {
        height: 60vh;
      }
      #contact-hero h1 {
        font-size: 2.2rem !important;
      }
      #contact-hero p {
        font-size: 1rem !important;
      }
      #contact-hero h2 {
        font-size: 1.2rem !important;
        margin-top: 20px !important;
      }
    }

    @media (max-width: 480px) {
      #contact-hero {
        height: 70vh;
        padding: 0 10px;
      }
      #contact-hero h1 {
        font-size: 1.8rem !important;
      }
      #contact-hero p {
        font-size: 0.9rem !important;
      }
      #contact-hero h2 {
        font-size: 1rem !important;
      }
    }

/* Extracted style block 3 from contact.html */
/* Wrapper */
    .contact-wrapper {
      max-width: 1180px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
      gap: 28px;
      align-items: start;
    }

    /* Contact Cards */
    .contact-box {
      background:#fff;
      padding:32px 28px;
      border-radius:20px;
      box-shadow:0 8px 24px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      text-align: left;
    }

    .contact-box:hover {
      transform: translateY(-6px);
      box-shadow:0 14px 35px rgba(0,0,0,0.12);
    }

    .contact-box h2 {
      font-size:1.9rem;
      font-weight:700;
      margin-bottom:12px;
      color:#374b95;
      position:relative;
      font-family: 'Times New Roman', Times, serif;
    }

    .contact-form__copy {
      margin: 0 0 20px;
      color: #5b6470;
      line-height: 1.7;
    }

    .contact-box p {
      margin-bottom:10px;
      color:#4b5563;
      line-height:1.6;
      font-size:1rem;
    }

    .contact-box a {
      color:#3A8E3D;
      font-weight:600;
      text-decoration:none;
      transition:0.3s;
      font-family: 'Times New Roman', Times, serif;
    }
    .contact-box a:hover {
      color:#6CC04A;
    }

    form {
      display:flex;
      flex-direction:column;
      gap:16px;
      text-align:left;
    }

    .form-row {
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap:15px;
    }

    .form-field {
      display:flex;
      flex-direction:column;
      gap:8px;
    }

    .form-field label {
      color:#214e39;
      font-size:0.92rem;
      font-weight:600;
    }

    input, textarea {
      width:100%;
      padding:13px 16px;
      border:1px solid #d1d5db;
      border-radius:12px;
      font-size:0.96rem;
      outline:none;
      transition:0.3s;
      font-family: "Poppins";
    }

    input:focus, textarea:focus {
      border-color:#3A8E3D;
      box-shadow:0 0 10px rgba(108,192,74,0.2);
    }

    textarea {
      resize: none;
      min-height: 120px;
    }

    button {
      align-self:flex-start;
      min-width:180px;
      padding:14px 24px;
      background-color: #405482;
      color:#fff;
      border:none;
      border-radius:12px;
      font-size:1.1rem;
      font-weight:600;
      font-family: 'Times New Roman', Times, serif;
      cursor:pointer;
      transition: all 0.3s ease;
    }
    button:hover {
      background-color: #354d86;
      transform: translateY(-2px);
      box-shadow:0 8px 20px rgba(0,0,0,0.15);
    }

    /* Popup Styles */
    #popupMsg {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      color: #2d7a2d;
      padding: 25px 35px;
      border-radius: 15px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
      font-size: 1.2rem;
      font-weight: bold;
      text-align: center;
      z-index: 9999;
    }
    #popupMsg.show {
      display: block;
      animation: fadeIn 0.4s ease-in-out;
    }
    @keyframes fadeIn {
      from {opacity: 0; transform: translate(-50%, -60%);}
      to {opacity: 1; transform: translate(-50%, -50%);}
    }

    .contact-inline-010 {
      grid-column: 1;
      grid-row: 1 / span 2;
      max-width: 620px;
      width: 100%;
      justify-self: start;
      margin-top: 0;
    }

    @media (max-width:992px){
      .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
      }
      .contact-inline-010 {
        grid-column: auto;
        grid-row: auto;
        max-width: none;
      }
    }
    @media (max-width:768px){
      #contact-info{padding:70px 15px;}
      .contact-box h2{font-size:1.5rem;}
      .form-row { grid-template-columns: 1fr; }
    }
    @media (max-width:480px){
      #contact-info{padding:50px 10px;}
      .contact-box h2{font-size:1.3rem;}
      .contact-box p,input,textarea,button{font-size:0.9rem;}
      button {
        width: 100%;
        min-width: 0;
      }
    }

/* Extracted style block 4 from contact.html */
@media (max-width:768px) {
      #contact-map h2 {
        font-size:2rem !important;
      }
      #contact-map p {
        font-size:1rem;
      }
      #contact-map iframe {
        height:350px !important;
      }
    }
    @media (max-width:480px) {
      #contact-map {
        padding:50px 15px;
      }
      #contact-map h2 {
        font-size:1.6rem !important;
      }
      #contact-map iframe {
        height:300px !important;
      }
    }

/* Extracted inline styles from contact.html */
.contact-inline-001 { position: relative; width: 100%; height: 70vh; font-family: 'Poppins', sans-serif; overflow: hidden; }
.contact-inline-002 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.contact-inline-003 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1; }
.contact-inline-004 { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; text-align: center; color: #fff; padding: 0 20px; }
.contact-inline-005 { font-size: 3rem; font-family: 'Times New Roman', Times, serif; font-weight: bold; color: white; margin-bottom: 15px; }
.contact-inline-006 { font-size: 1.2rem; max-width: 800px; line-height: 1.6; margin: 0 auto; color: #f1f1f1; }
.contact-inline-007 { margin-top: 30px; font-family: 'Times New Roman', Times, serif; font-size: 1.8rem; font-weight: 600; color: #f16136; position: relative; display: inline-block; }
.contact-inline-008 { position: absolute; left: 0; bottom: -5px; width: 100%; height: 3px; background: #f16136; border-radius: 3px; }
.contact-inline-009 { background: linear-gradient(135deg, #f9fafb, #eef2f3); font-family: 'Poppins', sans-serif; padding: 100px 20px; }
.contact-inline-010 { flex: 1 1 100%; margin-top: 0; }
.contact-inline-011 { width: 100%; background: linear-gradient(135deg, #f9f9f9 0%, #e8f7ef 50%, #f0faff 100%); font-family: 'Poppins', sans-serif; padding: 80px 20px; }
.contact-inline-012 { max-width: 1200px; margin: 0 auto; text-align: center; }
.contact-inline-013 { font-size: 2.5rem; font-family: 'Times New Roman', Times, serif; font-weight: 700; color: #374b95; margin-bottom: 10px; position: relative; display: inline-block; }
.contact-inline-014 { color: #1C2A5B; font-size: 1.1rem; margin-bottom: 40px; }
.contact-inline-015 { color: #f16136; font-weight: 600; }
.contact-inline-016 { background: #fff; border-radius: 16px; padding: 40px 20px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); margin-bottom: 40px; }
.contact-inline-017 { font-size: 2rem; font-family: 'Times New Roman', Times, serif; margin-bottom: 15px; color: #374b95; }
.contact-inline-018 { margin-bottom: 25px; font-size: 1rem; color: #444; line-height: 1.6; }
.contact-inline-019 { width: 100%; max-width: 1000px; margin: 0 auto; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.15); }
.contact-inline-020 { border: 0; }

