* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1vw;
}

body {
    background: radial-gradient(circle at top left, #ffe5d9, #ffffff 25%);
    height: 100%;
    width: 100%;
    font-family: 'Segoe UI', sans-serif;
}

/* nav{
    background-color: antiquewhite;
} */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 3rem;
    /* background-color: aqua; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_text {
    font-size: 2rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.agency {
    color: #ff4500;
}



.tabs ul {
    display: flex;
    gap: 1.3rem;
}

.tabs ul a {
    text-decoration: none;
    color: black;
}

.tabs ul li {
    text-decoration: none;
    list-style: none;
    font-size: 1.3rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.active_tab {
    color: #ff4500;
}

.toggle {
    display: none;
}

#mobile_button ul {
    display: none;
}

@media (max-width : 680px) {

    body {

        background: radial-gradient(circle at top left, #ffe5d9, #ffffff 9%);

    }

    .logo_text {
        font-size: 6rem;
    }

    .container {
        padding: 4rem 5.5rem;
    }

    .tabs {
        display: none;
    }

    .toggle {
        display: initial;
    }

    #bars {

        font-size: 6rem;
    }

    #cancel {
        display: none;
        font-size: 7rem;
    }

    #mobile_button {
        display: none;

    }

    #mobile_button ul {
        display: inline-block;
        position: absolute;
        right: 1rem;
        padding: 10rem 2rem;
        width: 35rem;
        background: radial-gradient(circle at top left, #ffe5d9, rgb(228, 228, 228) 80%);
        /* background-color:antiquewhite; */
        border-radius: 0px 0px 7px 7px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4rem
    }

    #mobile_button ul a {
        text-decoration: none;
        text-align: center;
    }

    #mobile_button ul a:active {
        background-color: aliceblue;
    }

    #mobile_button ul li {
        list-style: none;
        font-size: 4rem;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin-bottom: 2rem;
        color: #000000;
    }

    .active_nav {

        color: #ff4500 !important;

    }

}

/* contact */

.contact-section {
  display: flex;
  justify-content: space-between;
  padding: 3rem 5%;
  gap: 3rem;
  flex-wrap: wrap;
}

.contact-left {
  flex: 1 1 450px;
}

.contact-left h1 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}

.contact-left form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.input-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.input-row input {
  flex: 1;
}

.input-row input, .input-row textarea {
  padding: 1.5rem;
  border-radius: 25px;
  border: none;
  background: #f0f0f0;
  font-size: 1rem;
}

.input-row textarea {
  min-height: 150px;
  resize: none;
}

.input-row button {
  padding: 1rem;
  background-color: #ff4500;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.contact-right {
  flex: 1 1 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-right img {
  width: 100%;
  max-width: 450px;
}

@media (max-width: 680px) {
  .contact-section {
    /* border: solid red; */
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
  }

  .contact-left {
    /* border: solid blue; */
    width: 100%;
  }

  .contact-left h1 {
    /* border: solid purple; */
    font-size: 8rem;
    padding: 2vh 2vw;
    text-align: center;
  }

  .input-row {
    /* border: solid green; */
    flex-direction: column;
    gap: 4rem;
    padding: 5rem;
    height: auto;
  }

  .input-row input, .input-row textarea {
    /* border: solid yellow; */
    width: 100%;
    font-size: 4rem;
    padding: 5rem;
  }
  .input-row button {
    /* border: solid black; */
    width: 100%;
    padding: 5rem;
    margin-top: 7rem;
    font-size: 4rem;
  }

  .contact-right {
    /* border: solid red; */
    width: 100%;
    justify-content: center;
  }

  .contact-right img {
    max-width: 100%;
    height: auto;
  }
}




.footer {
    /* border: solid red; */
    height: 60vh;
    background-color: #000;
    color: #fff;
    padding: 5vh 2.5vw;
}

.footer-container {
    /* border: solid purple; */
    /* height: auto; */
    margin-top: 4vh;
    display: flex;
    width: 1200px;
}

.footer-section {
    /* text-align: center; */
    /* border: solid green; */
    flex: 1 1 200px;
    margin: 10px;
    padding: 2vh 2vw;
}

.footer-section h2 {
    font-size: 2rem;
    margin-bottom: 2vh;
}

.highlight {
    font-size: 2rem;
    color: #ff4500;
}

.footer-section p {
    padding-top: 5vh;
    font-size: 1.2rem;
}

.footer-section h4 {
    font-size: 1.5rem;
    margin-bottom: 2vh;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.footer-section ul li a:hover {
    color: #ff4500;
}

.footer-bottom {
    /* border: solid brown; */
    text-align: center;
    padding: 2vh 2vw;
    font-size: 12px;
    color: #d2d2d2;
    margin-top: 7vh;
}


/* ✅ Responsive styles for max-width 680px */
@media (max-width: 680px) {
    .footer {
        /* border: solid red; */
        height: auto;
        padding: 0 3vw;
    }

    .footer-container {
        /* border: solid green; */
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .footer-section {
        /* border: solid gray; */
        margin: 10px 0;
        padding: 2vh 5vw;
        text-align: center;
    }

    .footer h2 {
        font-size: 7rem;
    }
    .highlight{
        font-size: 8rem;
    }

    .footer-section h4 {
        font-size: 5rem;
    }

    .Resources{
        display: none;
    }

    .footer-section p {
        font-size: 4rem;
    }

    .footer-section ul li a {
        font-size: 4rem;
    }

    .footer-bottom {
        /* border: solid yellow; */
        padding: 2vh 5vw;
         margin-bottom: 1vh;
    }
    .footer-bottom p{
        font-size: 3rem;
        margin-bottom: 2vh;
    }
}