* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --black: #000;
    --primary-color: #FFA008;
    --font-family: 'Inter';
    --font-secondary: "DM Sans", sans-serif;
    --white: #fff;
}

body {
    background: var(--black);

    letter-spacing: 0.01em;
}

img {
    width: 100%;
}

.container {
    max-width: 1320px;
    padding: 0 15px;
}

a {
    text-decoration: none;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.primary-btn {
    padding: 17px 36px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    border: 2px solid var(--white);
    border-radius: 50px;
    color: var(--white);
    min-width: 157px;
}

h2 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 45px;
    line-height: 1.44;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--white);
}

h6 {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    vertical-align: middle;
    color: var(--white);
}

/* ============================= */
header .navbar {
    background: var(--black) !important;
    justify-content: space-between;
    padding: 0;
}

header .navbar .navbar-brand img {
    width: 100%;
    max-width: 193px;
    object-fit: contain;
    object-position: top;
    height: 99px !important;
}

header .header-nav {
    display: flex;
    gap: 34px;
    align-items: center;
}

header .header-nav ul.navbar-nav {
    display: flex;
    gap: 47px;
}

header .navbar-brand {
    padding: 0;
}

header .header-nav ul.navbar-nav li a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 19px;
    line-height: 100%;
    vertical-align: middle;
    color: var(--white);
}

.header-nav button.navbar-toggler i {
    color: #fff;
    font-size: 30px;
}

.header-nav button.navbar-toggler {
    padding: 0;
    outline: none;
    box-shadow: none;
}

/* ========================================= */
.Hero-sec {
    padding: 165px 0 120px;
}

.Hero-sec h1 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 65px;
    line-height: 1.44;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--white);
    max-width: 1104px;
    margin-bottom: 50px;
}

.Hero-sec .line {
    border: 1px solid #929292;
    width: 100%;
    display: block;
    max-width: 100%;
    margin-top: 83px;
}

.primary-btn:hover {
    background: #fff;
    color: #000;
    transition: 0.5s ease all;
}

.total-project {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.total-project h2 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 55px;
    line-height: 1.18;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--primary-color);
}

.total-project h6 {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    vertical-align: middle;
    color: var(--white);
}

/* ======================================== */
.Service-sec h6 {
    margin-bottom: 30px;
}

.Service-sec {
    padding-bottom: 120px;
}

.Service-sec .service-card {
    min-height: 305px;
    max-height: 305px;
    border-radius: 0 !important;
    box-shadow: none;
    position: relative;
    padding: 31px 20px;
    transition: 0.5s ease all;
}

.Service-sec .service-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.72);
    z-index: 1;
}

.Service-sec .card-title {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    z-index: 99;
    position: relative;
    color: var(--white);
}

.Service-sec .service-card::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0;
    background: #ffffff70;
    z-index: 1;
    transition: 0.5s ease all;
}

.Service-sec .card-body {
    position: relative;
    z-index: 99;
}

.Service-sec .service-card:hover::after {
    background: hsl(37deg 100% 52% / 86%);
}

/* ======================= */
.about {
    padding: 160px 0 120px;
}

.about .cont-wrap {
    display: flex;
    gap: 139px;
    flex-wrap: wrap;
}

.about .cont-wrap .left {
    width: calc(50% - 70px);
}

.about .cont-wrap .right {
    width: calc(50% - 70px);
}

p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 27.2px;
    vertical-align: middle;
    color: var(--white);
}

.about .cont-wrap .right p {
    margin-bottom: 20px;
}

.about .cont-wrap .right h6 span.para-high {
    font-weight: 800;
    color: #FFA008;

}

.about .cont-wrap .right h6 {
    margin-bottom: 30px;
}

.about .cont-wrap .right h2 {
    margin-bottom: 15px;
}

.about .cont-wrap .left img {
    height: 90%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.contact-form {
    padding: 80px 0 120px;
}

.contact-form h1 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 45px;
    line-height: 1.44;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
}

.contact-form div#wpcf7-f84-o1 {
    display: flex;
    justify-content: center;
}

.contact-form form {
    width: 100%;
}

.contact-form form p input,
.contact-form form p textarea {
    padding: 14px;
    border-radius: 8px;
    color: #000;
    border: none;
    width: 100%;
}

.contact-form form label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 27.2px;
    vertical-align: middle;
    color: var(--white);
    margin-bottom: 8px;
}

.input-item.btn-sub p input {
    width: fit-content;
    min-width: 180px;
    background-color: var(--primary-color);
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
}

.input-item.btn-sub p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form form {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 21px;
}


/* ==================== */
footer {
    padding: 100px 0 0;
    background: var(--primary-color);
}

footer {
    padding: 100px 0 0;
    background: #FFA008;
}

footer .cta {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
}



footer .ft-img {
    margin-top: 205px;
    width: 100%;
}

.wpcf7-response-output {

    color: #fff;
}

.total-project .proj-dt {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.contact-form form p textarea {
    min-height: 80px;
    max-height: 120px;
    overflow: auto;
    resize: none;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
}