@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600&display=swap");



html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
    overflow-x: hidden;
  }
  
  /* Hide scrollbar completely */
html {
    scrollbar-width: none;       /* Firefox */
  }
  
  html::-webkit-scrollbar {
    display: none;               /* Chrome, Safari, Edge */
  }
  


.footer {
    margin-top: 10rem;
    padding: 5rem;
}

.footer .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box h3 {
    font-size: 2.2rem;
    color: #fff;
    padding: 1rem 0;
}

.footer .box-container .box .links {
    font-size: 1.5rem;
    display: block;
    color: #aaa;
    padding: 1rem 0;
}

.footer .box-container .box .links:hover {
    color: rgb(255, 206, 27);
}

.footer .box-container .box p {
    font-size: 1.5rem;
    color: #aaa;
    padding: 1rem 0;
}

.footer .box-container .box p i {
    padding-right: .5rem;
    color: rgb(255, 206, 27);
}

.footer .box-container .box .share {
    padding: 1rem 0;
}

.footer .box-container .box .share a {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.7rem;
    color: #fff;
    background: #111;
    border-radius: 50%;
    margin-right: .5rem;
    text-align: center;
}

.footer .box-container .box .share a:hover {
    background: rgb(255, 206, 27);
}

.footer .box-container .box form .email {
    margin-bottom: 1rem;
    width: 100%;
    background: #111;
    padding: 1.2rem;
    font-size: 1.5rem;
    color: #fff;
    text-transform: none;
}

.credit {
    font-size: 2rem;
    text-align: center;
    padding: 2rem;
    color: #fff;
    background: #111;
    line-height: 1.5;
}

.credit span {
    color: rgb(255, 206, 27);
}

.mid-image {
    display: grid;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    margin-top: 15%;
}



.head-about {
    color: rgb(250, 224, 51);
    font-size: 40px;
}

.para-about {
    margin-top: 8%;
}

.mid-image-about {
    width: 40%;
    display: flex;
}

.second-mid-head {
    text-align: center;
    color: rgb(255, 206, 27);
    font-size: 60px;
}

.second-mid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 40px;
    overflow-x: auto;
    padding: 20px 0;
    height: 30vh;
}

.second-mid-img-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 250px;
    flex-shrink: 0;
    padding: 10px;
}

.second-mid-img-section img {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.second-mid-img-section h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px;
    white-space: nowrap;
}

.second-mid-img-section p {
    font-size: 1.1rem;
    line-height: 1.4;
    max-width: 220px;
}

h3 {
    color: rgb(255, 206, 27);
    font-size: 36px;
}

p {
    color: white;
    font-size: 20px;
}

#about-us {
    display: grid;
    width: 80%;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}

.about-image {
    width: 80%;
    height: 65%;
    margin: 9% auto auto 5%;
}

.our-team-image {
    margin-top: 3%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 0;
}

.our-team-image img {
    width: 90%;
}

.book-appointment-button {
    margin: 2%;
    text-align: center;
}

.appointment {
    background-color: rgb(255, 206, 27);
    padding: 15px;
    border-radius: 20px;
    color: black;
    font-size: 20px;
    cursor: pointer;
    border: 2px solid white;
}

.appointment a {
    color: black !important;
    text-decoration: none;
    font-weight: bold;
}

.appointment:hover {
    transform: scale(1.2);
    z-index: 1;
    cursor: pointer;
}

#projects {
    color: black;
    margin-top: 3%;
}

.teams h5 {
    font-weight: 700;
    color: #07080B;
    transform: translateY(-65px);
}

.teams h1 {
    color: black;
    text-align: center;
    font-size: 40px;
    transform: translateY(23px);
    margin-bottom: 6%;
    margin-top: -6%;
}

.teams .carousel .project-card {
    background: rgb(165, 147, 29);
    border-radius: 5px;
    padding: 25px 35px;
    text-align: center;
    transition: all 0.3s ease;
}

.teams .carousel .project-card:hover {
    background: rgba(0, 0, 0, 0.149);
}

.teams .carousel .project-card .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

.teams .carousel .project-card:hover .box {
    transform: scale(1.05);
}

.teams .carousel .project-card #text {
    font-size: 30px;
    font-weight: 500;
    margin: 10px 0 7px 0;
}

.teams .carousel .project-card img {
    height: 150px;
    width: 250px;
    object-fit: cover;
    border: 5px solid black;
    transition: all 0.3s ease;
}

.teams .carousel .project-card:hover img {
    border-color: #fff;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    height: 13px;
    width: 13px;
    margin: 0 5px;
    background: #07080B !important;
    outline: none !important;
    border-radius: 50%;
    border: 2px solid #07080B;
    transition: all 0.3s ease;
}
