@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --primary-color: #0052cc;
    --secondary-color: #f4f7fc;
    --text-color: #333;
    --text-light: #666;
    --border-color: #e0e0e0;
    --white-color: #fff;
    --dark-blue: #0d244f;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--white-color);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */


/* ADD THIS NEW CSS BLOCK */
/* Header */
header {
    --primary-blue: #1e40af;
    --secondary-blue: #3b82f6;
}

header a.text-blue-600 {
    color: var(--secondary-blue);
}
header a.hover\:text-blue-600:hover {
    color: var(--secondary-blue);
}
header .bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--secondary-blue), var(--primary-blue));
}
.max-w-7xl { max-width: 80rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.z-50 { z-index: 50; }
.bg-white\/95 { background-color: rgb(255 255 255 / 0.95); }
.backdrop-blur-sm { --tw-backdrop-blur: blur(4px); backdrop-filter: var(--tw-backdrop-blur); }
.border-b { border-bottom-width: 1px; }
.border-gray-100 { border-color: rgb(243 244 246); }
.flex { display: flex; }
.justify-between { justify-content: space-between; }
.items-center { align-items: center; }
.h-16 { height: 4rem; }
.space-x-3 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.75rem; }
.space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem; }
.space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; }
.space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
.w-10 { width: 2.5rem; }
.h-10 { height: 2.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.justify-center { justify-content: center; }
.w-6 { width: 1.5rem; }
.h-6 { height: 1.5rem; }
.text-white { color: white; }
.text-xl { font-size: 1.25rem; }
.font-bold { font-weight: 700; }
.text-gray-900 { color: rgb(17 24 39); }
.text-xs { font-size: 0.75rem; }
.text-gray-500 { color: rgb(107 114 128); }
.text-sm { font-size: 0.875rem; }
.font-medium { font-weight: 500; }
.transition-colors { transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 200ms; }
.text-gray-700 { color: rgb(55 65 81); }
.w-4 { width: 1rem; }
.h-4 { height: 1rem; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.inline-flex { display: inline-flex; }

.hidden a{
    text-decoration: none;
}
a{
    text-decoration: none;
}

/* Responsive Header Styles */
@media (max-width: 768px) {
    .md\:hidden {
        display: block;
    }
    .md\:flex {
        display: none;
    }
}
@media (min-width: 768px) {
    .md\:hidden {
        display: none;
    }
    .md\:flex {
        display: flex;
    }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 1024px) {
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .lg\:flex { display: flex; }
}

/* Hero Section */
.hero {
    /* background-color: var(--secondary-color); */
   background: linear-gradient(135deg, #f8faff 0%, #e0f2fe 100%);
    text-align: center;
    padding: 60px 20px;
}

.hero-badge {
    display: inline-block;
    background-color: #e6f0ff;
    color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: var(--dark-blue);
}

.hero p {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Form Section */
.contact-form-section {
    padding: 80px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

/* Contact Info */
.contact-info h2, .contact-form h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--dark-blue);
}
.contact-form h2 + p {
    margin-bottom: 30px;
    color: var(--text-light);
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.info-item .icon {
    font-size: 1.5rem;
    margin-right: 20px;
    color: var(--primary-color);
    margin-top: 5px;
}

.info-item strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 3px;
}

.info-item p {
    color: var(--text-light);
    margin: 0;
}

.why-choose-us {
    margin-top: 50px;
    background-color: var(--secondary-color);
    padding: 30px;
    border-radius: 8px;
}

.why-choose-us h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--dark-blue);
}

.why-choose-us ul {
    list-style: none;
}

.why-choose-us li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    color: var(--text-light);
}

.why-choose-us li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

/* Form Styling */
.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
    flex: 1;
}

.form-group.full-width {
    flex-basis: 100%;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #aaa;
}

.form-group select {
    appearance: none;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat right 15px center;
    background-size: 10px;
    background-color: white;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.checkbox-grid div, .form-group input[type="radio"] + label {
    display: flex;
    align-items: center;
}
.checkbox-grid input, .form-group input[type="radio"] {
    margin-right: 10px;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #0041a8;
}

/* Footer */
.footer {
    background-color: var(--dark-blue);
    color: #cdd5e8;
    padding: 60px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
}

.footer-about h3 {
    color: var(--white-color);
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.footer-about .tagline {
    font-weight: 500;
    color: #8a9ac0;
    margin-bottom: 20px;
}

.footer-contact {
    margin-top: 20px;
}
.footer-contact p {
    margin-bottom: 10px;
}

.footer-contact i {
    margin-right: 10px;
    color: var(--primary-color);
}

.footer-links h4 {
    color: var(--white-color);
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #cdd5e8;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--white-color);
}

.footer-bottom {
    border-top: 1px solid #2a3f6a;
    text-align: center;
    padding: 20px 0;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer-about {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .nav, .header-contact {
        display: none;
    }
    .hamburger-menu {
        display: block;
    }
    .hero h1 {
        font-size: 2.5rem;
    }
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    .contact-form {
        padding: 20px;
    }
    .checkbox-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}


/* after editing this is the new code paated  */

@media (max-width: 768px) {
  header {
    position: relative !important;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 12px;
  }

  header .flex {
    flex-wrap: wrap;
  }

  header .flex.justify-between.items-center.h-16 {
    height: auto;
    align-items: flex-start;
  }

  header .flex.items-center.space-x-2.md\:space-x-4 {
    justify-content: flex-end;
    width: 100%;
    margin-top: 4px;
  }

  header h1 {
    font-size: 1rem;
  }

  header p {
    font-size: 0.7rem;
  }

  header .lucide-phone {
    width: 14px;
    height: 14px;
  }

  header span {
    font-size: 0.8rem;
    display: inline-block;
  }
}


@media (max-width: 768px) {
  select {
    max-width: 100%;
    box-sizing: border-box;
  }

  select option {
    white-space: normal;
    word-wrap: break-word;
  }
}
