/*
Theme Name: Astra Child
Template: astra
*/




.home-banner-bg{
    position: relative;
    overflow: hidden;
}

.home-banner-bg::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        #010611 38%,
        #051223d9 62%,
        #05122366 100%
    );
    opacity: 1;
    z-index: 0;
}


.home-banner-bg2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #010611 3%, #111111 25%, #0c0d0ecc 51%);
    opacity: 1;
    z-index: 0;
}
.home-banner-bg3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #010611 3%, #111111 25%, #0c0d0ecc 51%);
    opacity: 1;
    z-index: 0;
}

.home-banner-bgg::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        #010611 38%,
        #051223d9 62%,
        #051223c2 100%
    );
    opacity: 1;
    z-index: 0;
}

.home-banner-bg > *, .home-banner-bgg > *, .home-banner-bgf > *{
    position: relative;
    z-index: 1;
}

.home-banner-bgf::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, #050c13bf 0%, #050c13b8 30%, #050C13 70%, #050C13 100%);
    opacity: 1;
    z-index: 0;
}
@media screen and (max-width: 767px) {
  .box-sm-brd {
    border-width: 0 0 2px 0 !important;
}
}
/*  contact-form css starts here*/

/* Contact Form 7 Full Style */

/* Form Layout */
.cf7-custom-form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
}

/* Remove default p margin */
.cf7-custom-form p {
    margin: 0;
}

/* Two Column */
.cf7-custom-form p:nth-child(1),
.cf7-custom-form p:nth-child(2),
.cf7-custom-form p:nth-child(3),
.cf7-custom-form p:nth-child(4) {
    width: calc(50% - 10px);
}

/* Full Width */
.cf7-custom-form p:nth-child(5),
.cf7-custom-form p:nth-child(6),
.cf7-custom-form p:nth-child(7) {
    width: 100%;
}

/* Labels */
.cf7-custom-form label {
    display: block;
    font-family: Inter, system-ui, -apple-system, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #4d5660;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Remove CF7 line breaks */
.cf7-custom-form br {
    display: none;
}

/* Input Fields */
.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form select,
.cf7-custom-form textarea {
    width: 100%;
    border: 1px solid #d8dde3;
    background: #fff;
    border-radius: 0;
    padding: 16px 18px;
    margin-top: 12px;
    font-family: Inter, system-ui, -apple-system, sans-serif;
    font-size: 16px;
    color: #1f2933;
    outline: none;
    box-shadow: none;
    transition: 0.3s ease;
}

/* Height */
.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form select {
    height: 56px;
}

/* Textarea */
.cf7-custom-form textarea {
    height: 180px;
    resize: none;
}

/* Focus */
.cf7-custom-form input:focus,
.cf7-custom-form select:focus,
.cf7-custom-form textarea:focus {
    border-color: #03152f;
}

/* Placeholder */
.cf7-custom-form input::placeholder,
.cf7-custom-form textarea::placeholder {
    color: #7c8792;
    opacity: 1;
}

/* Select Arrow */
.cf7-custom-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%2303152f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 50px;
}

/* Submit Button */
.cf7-custom-form input[type="submit"] {
    background: #03152f;
    color: #fff;
    border: none;
    padding: 18px 34px;
    font-family: Inter, system-ui, -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    min-width: 180px;
}

.cf7-custom-form input[type="submit"]:hover {
    background: #0b2347;
}

/* Spinner */
.cf7-custom-form .wpcf7-spinner {
    margin-top: 15px;
}

/* Mobile */
@media (max-width: 767px) {
    .cf7-custom-form p:nth-child(1),
    .cf7-custom-form p:nth-child(2),
    .cf7-custom-form p:nth-child(3),
    .cf7-custom-form p:nth-child(4) {
        width: 100%;
    }
	
/* contact form css ends here */




