@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.container {
            margin: auto;
            margin-bottom: 50px;
            background-color: none;
            padding: 60px 5%;
    max-width: 1500px;
            border-radius: 8px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            justify-items: center;
        }

        .form-section h2 {
            color: #2d5f3f;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .form-intro {
            color: #333;
            margin-bottom: 30px;
            font-size: 1rem;
        }
        .italics{
            font-style: italic;
        }

        .form-intro a {
            color: #2d5f3f;
            text-decoration: none;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            color: #2d5f3f;
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 1rem;
        }

        .required {
            color: #e74c3c;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 32.563rem;
            padding: 12px 16px;
            border: 2px solid #ddd;
            border-radius: 4px;
            font-size: 1rem;
            background-color: white;
            transition: border-color 0.3s;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #2d5f3f;
        }

        .form-group input::placeholder,
        .form-group textarea::placeholder {
            color: #999;
        }

        
        select {
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 12px center;
            background-size: 16px;
            padding-right: 40px;
            cursor: pointer;
        }

        select option:first-child {
            color: #a0a6ac;
        }

        .subject-options {
            background-color: white;
            border: 2px solid #ddd;
            border-radius: 4px;
            margin-top: 5px;
            max-height: 200px;
            overflow-y: auto;
        }

        .subject-option {
            padding: 12px 16px;
            cursor: pointer;
            border-bottom: 1px solid #f0f0f0;
            transition: background-color 0.2s;
        }

        .subject-option:hover {
            background-color: #f8f9fa;
        }

        .subject-option:last-child {
            border-bottom: none;
        }

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

        .submit-btn {
            background-color: #025836;
            color: white;
            padding: 12px 24px;
            border: none;
            border-radius: 4px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .submit-btn:hover {
            background-color: #1e4129;
        }

        .contact-info h2 {
            color: #2d5f3f;
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .contact-info h3 {
            color: #2d5f3f;
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 15px;
            margin-top: 30px;
        }

        .contact-info h3:first-of-type {
            margin-top: 0;
        }
    

        .info-1, .info-2, .info-3{
            padding: 2.5rem;
            background-color: #F1FFEF;
            margin-top: 0.7rem;
            border-radius: 4px;
        }


        .phone-number,
        .email-address,
        .office-address {
            color: #333;
            font-size: 1.1rem;
            margin-bottom: 10px;
            font-weight: 500;
        }

        .email-address-1, .phone-number-1, .office-address-1{
            border-bottom: 1px solid black;
            font-weight: 500;
            font-size: 1.1rem;
            margin-bottom: 8px;
            padding-bottom: 10px;
        }

        .email-address {
            margin-bottom: 20px;
        }

        .office-address {
            margin-bottom: 15px;
        }

        .map-section {
            max-width: 1500px;
            margin: 10px auto;
            padding: 60px 5%;
            text-align: center;
        }

        .map-section h2 {
             color: #2d5f3f;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .map-container {
            border-radius: 4px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }

        .map-container iframe {
            display: block;
        }

        @media (max-width: 768px) {
            .map-section {
                margin: 40px auto;
                padding: 0 15px;
            }

            .map-section h2 {
                font-size: 1.5rem;
                margin-bottom: 20px;
            }

            .map-container iframe {
                height: 300px;
            }
        }

     
        /* Responsive Media Queries */
        @media (max-width: 1024px) {
            .container {
                padding: 4rem;
                gap: 40px;
            }
            
            .form-group input,
            .form-group select,
            .form-group textarea {
                width: 100%;
                max-width: 32.563rem;
            }
        }

        @media (max-width: 768px) {
            .container {
                grid-template-columns: 1fr;
                gap: 30px;
                padding: 2rem;
                margin-bottom: 50px;
            }
            .butt{
                display: flex;
                justify-content: center;
            }

            .form-section h2 {
                font-size: 2.5rem;
            }
            
            .form-group input,
            .form-group select,
            .form-group textarea {
                width: 100%;
            }
            
            .info-1, .info-2, .info-3{
                padding: 1.5rem;
                width: 100%;
            }
            
            .info-1{
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 1rem;
                margin-bottom: 30px;
            }
            .form-section h2 {
                font-size: 2rem;
            }
            .butt{
                display: flex;
                justify-content: center;
            }
            
            .contact-info h2 {
                font-size: 1.5rem;
            }
            
            .contact-info h3 {
                font-size: 1.3rem;
            }
            
            .info-1, .info-2, .info-3{
                padding: 1rem;
            }
            
            .phone-number,
            .email-address,
            .office-address {
                font-size: 1rem;
            }
            
            .email-address-1, .phone-number-1, .office-address-1{
                font-size: 1rem;
            }
        }

        @media (max-width: 320px) {
            .container {
                padding: 0.5rem;
            }
            .butt{
                display: flex;
                justify-content: center;
            }
            
            .form-section h2 {
                font-size: 1.8rem;
            }
            
            .info-1, .info-2, .info-3{
                padding: 0.8rem;
            }
        }

        /* Slide-in from left effect on page load */
@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.page-slide-in {
    animation: slideInFromBottom 0.8s ease-out forwards;
}