header > .openNav {
    display: none;
}
.sideNav > .navClose {
    font-size: 20px;
    font-weight: 700;
    top: 20px;
    right: 20px;
    display: none;
    position: absolute;
    cursor: pointer;
    user-select: none;
    color: #111;
}
.nav-link {
    /* position: relative; */
    z-index: 100;
}
.drop-down#service {
    display: none;
}
.drop_down_sec:hover .drop-down {
    opacity: 1;
    visibility: visible;
    top: 3.5rem;
    z-index: 99;
}
#aboutus {
    width: fit-content;
}
#aboutus > .drop-down > .drop_col > .drop_box {
    cursor: auto;
}
#aboutus > .drop-down > .drop_col {
    height: 100%;
    display: grid;
}
#aboutus > .drop-down > .drop_col:nth-child(1) > .drop_box > a {
    color: blue;
}
#aboutus > .drop-down > .drop_col > .drop_box > a {
    font-family: Sans;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    color: #111;
    position: relative;
}
#aboutus > .drop-down > .drop_col > .drop_box > a::after {
    content: '';
    width: 40%;
    background: #111;
    position: absolute;
    bottom: -6px;
    left: 0%;
    height: 2px;
    transition: all .4s ease;
}
#aboutus > .drop-down > .drop_col > .drop_box > a:hover::after {
    width: 100%;
}
#aboutus > .drop-down > .drop_col > .drop_box > p {
    margin-top: 4rem;
    color: #333;
}
#aboutus > .drop-down {
    grid-template-columns: repeat(4, 1fr);
    height: fit-content;
    min-height: 60vh;
    z-index: -99;
}
.drop-down {
    width: 100%;
    height: 90vh;
    display: grid;
    align-items: start;
    grid-template-columns: 1.5fr 4fr;
    visibility: hidden;
    z-index: -99;
    top: 2.3rem;
    gap: 1rem;
    position: absolute;
    opacity: 0;
    left: 0;
    background: #fff;
    padding: 2rem 2rem 0 2rem;
    transition: all .6s ease;
    box-shadow: rgba(0,0,0,0.2) 2px 2px 1px;
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scroll-snap-type: both;
    scrollbar-gutter: stable;
    scroll-snap-stop: always;
}
.drop-down-sidenav {
    width: 100%;
    display: grid;
    gap: 1rem;
    background: #111;
    padding: 1rem;
    border-radius: 2px;
}
.drop_box {
    width: 100%;
    padding: 1rem;
    border-radius: 2px;
    transition: all .2s ease;
    cursor: pointer;
}
.drop_box.box_active,
.drop_box:hover
{
    background: white;
}
.drop_box.box_active > h2,
.drop_box:hover > h2
{
    color: #111;
}
.drop_box.box_active > p,
.drop_box:hover > p
{
    color: #333;
}
.drop_box > h2 {
    font-family: Sans;
    font-size: 17px;
    color: white;
    font-weight: 550;
    transition: all .6s ease;
}
.drop_box > p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: white;
    margin-top: 1rem;
    transition: all .6s ease;
    user-select: none;
}

.drop_down_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    height: fit-content;
}
/* drop row */
.drop-row {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: flex-start;
    min-height: 20vh;
    /* border: 1px solid #333; */
    padding: 2rem;
    /* cursor: pointer; */
    border-radius: 2px;
}
.drop-row > span {
    margin-bottom: 2rem;
    font-size: 4vh;
    display: none;
    -webkit-text-stroke: 1px #333;
    color: transparent;
}
.drop-row > a {
    text-decoration: none;
}
.drop-row h2, 
.drop-row > h2 a {
    font-family: Sans;
    font-weight: 550;
    text-transform: capitalize;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    position: relative;
    user-select: none;
    margin-bottom: 1rem;
}
.drop-row > a h2::after {
    content: "";
    width: 40%;
    height: 2px;
    background-color: #111;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: all .6s ease;
    border-radius: 60px;
}
.drop-row:hover > a h2::after {
    width: 100%;
}
.drop-row > p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    position: relative;
    user-select: none;
}
#extra:hover{
    
}
a.drop-link {
    font-family: "inter", Sans;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .3s ease;
    
}
a.drop-link:hover {
    color: #989898;
}
header > span {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 20px;
}

.contact-form > form {
    margin-bottom: 2rem;
}
.input-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.input-field {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
}
.input-field label, label {
    font-family: "inter";
    font-size: 16px;
    font-weight: 650;
}
.input-field input, textarea {
    font-family: "inter";
    font-size: 16px;
    font-weight: 500;
    color: var(--color-primary);
    padding: 20px;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
}
.service-field {
    width: 100%;
    display: flex;
    align-items: center;
    gap: var(--gap, 20px);
    margin-top: 20px;
}
.service-field > input {
    font-size: 2rem;
    outline: 2px solid var(--color-accent);
}
form > input[type="submit"] {
    width: 100%;
    padding: 20px;
    background-color: var(--color-accent);
    border: none;
    font-family: 'open sans';
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    color: var(--color-neutral);
}

.newsletter {
    width: 100%;
    padding: 2rem;
    display: grid;
    place-items: center;
}
.newsletter > h2 {
    font-family: Sans;
    color: #111;
    font-size: 4.4vh;
    font-weight: 550;
}
.newsletter > form {
    width: 40%;
    margin-top: 2rem;
}
.form_box {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1.8px solid #989898;
    border-radius: 10px;
    justify-content: space-between;
}
.form_box > input[type="text"] {
    width: 100%;
    padding: 0 1rem;
    background: transparent;
    border: none;
    color: #333;
    font-family: Sans;
    font-size: 17px;
    outline: none;
}
.form_box > input[type="submit"] {
    padding: 15px 30px;
    color: white;
    background: var(--color-accent);
    font-family: Sans;
    border: none;
    font-size: 17px;
    font-weight: 550;
    border-radius: 5px;
    cursor: pointer;
}

/* CTA Section */
#cta {
  background-color: #111;
  text-align: center;
  padding: 2rem;
  border-radius: 2px;
  margin-top: 3rem;
}

#cta h3 {
  font-size: 1.4rem;
  font-family: Sans;
  color: white;
}

#cta p {
    color: white;
    font-family: "Inter", sans-serif;
}

.cta-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  background-color: #2ecc71;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-family: Sans;
}


@media (max-width: 568px) {
    header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header > .openNav {
        /* border-radius: 70% 30% 30% 70% / 30% 30% 70% 70%; */
        border: none;
        /* position: absolute; */
        /* top: 1rem;
        right: 1rem; */
        cursor: pointer;
        user-select: none;
        padding: 5px;
        font-size: 20px;
    }
    .sideNav .navClose {
        display: block;
    }
    /* CTA Section */
    #cta {
    width: 100%;
    background-color: #111;
    text-align: center;
    padding: 2rem;
    border-radius: 2px;
    margin-top: 2rem;
    }

    #cta h3 {
    font-size: 1.5rem;
    font-family: Sans;
    color: white;
    margin-bottom: 2rem;
    }

    #cta p {
        color: white;
        font-size: 18px;
        font-family: "Inter", sans-serif;
    }

    .cta-button {
        font-family: Sans;
        font-size: 18px;
    }

        
    .newsletter {
        width: 100%;
        padding: 2rem;
        display: grid;
        place-items: center;
    }
    .newsletter > h2 {
        font-size: 20px;
        font-weight: 550;
    }
    .newsletter > form {
        width: 100%;
        margin-top: 2rem;
    }
    .form_box {
        
    }
    .form_box > input[type="text"] {
        width: 100%;
        padding: 0 1rem;
        background: transparent;
        border: none;
        color: #333;
        font-family: Sans;
        font-size: 14px;
        outline: none;
    }
    .form_box > input[type="submit"] {
        padding: 15px;
    }
}
