/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

a:focus {
    outline: none !important;
}

.accod-name {
 
   margin-top: 20px;
}
a.bottem-footer {
    color: white;
}

/* 🌟 Contact Form 7 - Custom Design */
.custom-contact-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

.custom-contact-form .form-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.custom-contact-form .form-group {
  width: 100%;
  margin-bottom: 5px;
}

.custom-contact-form .form-group.half {
  flex: 1 1 48%;
}

.custom-contact-form label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
}

/* .custom-contact-form input[type="text"],
.custom-contact-form input[type="tel"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease;
} */
.custom-contact-form input[type="text"], .custom-contact-form input[type="tel"], .custom-contact-form input[type="email"], .custom-contact-form textarea {
    width: 100%;
    padding: 10px 12px !important;
    border: none;
    font-size: 15px;
    height: 55px;
    border-radius: 8px !important;
    outline: none;
    transition: border-color 0.3s ease;
box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

/* .custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  border-color: #f0b400;
  box-shadow: 0 0 0 2px rgba(240, 180, 0, 0.2);
} */

.custom-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.custom-contact-form input[type="submit"] {
  background-color: #f0b400;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 0 #b68900;
}


/* .custom-contact-form input[type="submit"]:hover {
  background-color: #ffcc00;
  box-shadow: 0 2px 0 #b68900;
  transform: translateY(-1px);
} */

.form-group.half br {
    display: none;
}

.form-group br {
    display: none;
}
.custom-contact-form {
    margin-top: 20px !important;
}
label, legend {
    color: #111827 !important;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
    font-family: Inter, sans-serif !important;
margin-bottom: 15px !important;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]):focus, 
.wpcf7 select.wpcf7-form-control:focus, 
.wpcf7 textarea.wpcf7-form-control:focus {
    border: none;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}


.ast-primary-header-bar {
    display: none;
}












/* Tracking form design */
.saap-track-form {
  max-width: 500px;
  margin: 20px auto;
}

.track-input-group {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.track-input-group input[type="text"] {
    flex: 1;
    border: none;
    padding: 28px 15px;
    font-size: 15px;
    outline: none;
    border-radius: 0px;
}

.track-input-group button {
    background: #f4b400;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 0px 25px;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 0px;
}
.track-input-group button:hover {
  background: #e0a900;
}

.saap-track-result {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
  background: #fafafa;
}

.saap-track-result h3 {
  margin-top: 0;
  color: #222;
}

.track-error {
  color: #c00;
  margin-top: 10px;
}

p.track-error {
    text-align: center;
}


.content {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  cursor: pointer;
}

/* --- Image --- */
.content-image {
  width: 100%;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.3, 1);
}

/* --- Overlay --- */
.content-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* --- Text Box --- */
.content-details {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 21px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent 90%);
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.3, 1),
              opacity 0.6s ease,
              background 0.6s ease;
}

.content-details h3 {
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: white;
}

/* --- Paragraph --- */
.content-details p {
  font-size: 14px;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.9;
  transition: all 0.6s ease;
}

/* --- Hover Effects --- */
.content:hover .content-image {
  transform: scale(1.08);
}

.content:hover .content-overlay {
  opacity: 1;
}

.content:hover .content-details {
  transform: translateY(-12%);
  background: rgba(0,0,0,0.75);
  opacity: 1;
}

.content:hover .content-details p {
    -webkit-line-clamp: unset;
    overflow: visible;
    opacity: 1;
    margin-bottom: 5px;
}

.e-n-tabs-heading button {
    max-width: 160px !important;
}