/*
Theme Name: totaltoursindia
Theme URI: https://totaltoursindia.com/
Author: ghanshyam
Description: Simple Bootstrap 5 starter WordPress theme.
Version: 1.0
*/
.abc{color:green;}

/* Comment form wrapper */
#respond {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-top: 40px;
}

/* Form labels */
#respond label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

/* Input fields & textarea */
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

/* Focus state */
#respond input:focus,
#respond textarea:focus {
    border-color: #4caf50;
    outline: none;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.15);
}

/* Comment textarea */
#respond textarea {
    min-height: 120px;
    resize: vertical;
}

/* Submit button */
#respond input[type="submit"] {
    background: #4caf50;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Hover submit */
#respond input[type="submit"]:hover {
    background: #43a047;
}
