body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    background: linear-gradient(135deg, #fff8e1, #ffecb3);
    color: #333;
}

.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
    background: #f5f5f5;
    font-size: 14px;
}
.top-info

 {
    font-weight: 700;
    font-size: 18px;
}
.top-social a {
    color: #333;
    text-decoration: none;
    margin: 0 5px;
}
.about.ab .about__left ul {
    list-style: none;
    list-style: disc;
    padding: 0 20px;
}
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    background-color: #ffedb9;
}

.logo img {
    height: 50px;
}

.nav {
    position: relative;
}

#nav-toggle {
    display: none;
}

.burger {
    font-size: 30px;
    color: #333;
    cursor: pointer;
    display: none;
}

.nav-items {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-items li {
    margin-left: 30px;
}

.nav-items li a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
    font-weight: 700;
}

.nav-items li a:hover {
    color: #ff9800;
}

@media (max-width: 768px) {
    .burger {
        display: block;
    }
    .nav-items {
        display: none;
        position: absolute;
        top: 54px;
        width: 320px;
        height: 100vh;
        /* right: -17px; */
        right: -10px;
        background: #fff;
        padding: 10px 30px;
        border-radius: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .nav-items.active {
        display: block;
    }
    .nav-items li {
        margin: 10px 0;
    }
    #nav-toggle:checked ~ .nav-items {
        display: block;
    }
}



  .hero1 {
    padding: 7rem 0 0;
    background-color: #000;

}
.hero1__wrap
{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 4rem;
}
.logo {
    display: flex
;
color: #ff9800;
    gap: 20px;
    font-weight: 700;
    font-size: 20px;
    align-items: center;
}
.hero1 img{
    max-width: 700px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero1__content {
    display: flex ;
    gap: 50px;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero1__content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.btn {
    padding: 10px 20px;
    margin:20px auto;
    display: flex;
    width: fit-content;
    border: none;
    cursor: pointer;
    background: #ff9800;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    transition: background 0.3s;
}

.btn-orange {
    background: #ff9800;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #333;
}

.btn:hover {
    opacity: 0.9;
}

.about {
    padding: 8rem 20px;
    background: #fffde7;
}
.about.ab img{

}
.about__container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.about__left {
    max-width: 600;
}

.about__left h2 {
    font-size: 36px;
    color: #ff9800;
}

.about__left ul {
    list-style: none;
    padding: 0;
}

.about__left ul li {
    margin: 10px 0;
}

.about__right {
    max-width: 400px;
    position: relative;
}

.about__right h2 {
    font-size: 36px;
    color: #333;
}
.about.ab .about__right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: inherit;
}
.about__right img {

    width: 255px;
    height: 255px;
    border-radius: 100%;
}
.about.ab {
    padding: 10rem
160px
 20px;
    background: #fffde7;
}
.services {
    padding: 120px 20px 50px;
    background: #fff9c4;
}
.services.sv h1{
font-size: 30px;
text-align: center;

}
.appointment.cont

 {
    padding: 150px 20px;
}
.appointment.cont ul{
display: flex;
list-style: none;
max-width: 1000px;
margin: 0 auto;
flex-direction: column;
gap: 20px;
}
.appointment.cont ul li{
    font-size: 24px;

}
.services.sv .service-grid {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.service__item {
    text-align: center;
    background: #454545;
    padding: 40px 20px 20px;
    border-radius: 1px;
    position: relative;
}
.service__content{
    display: flex;
    flex-direction: column;
}
h4{

    color: #fff;
   font-size: 28px;
   margin: 0;
   margin-top: 10px;
}
.service__item i{
    color: #fff;
    font-size: 5rem;
}
.service__content p{
    color: #fff;
   
}
.service__item .number {
    position: absolute;
    top: -69px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff9800;
    color: #fff;
    font-size: 46px;
    padding: 10px 15px;
    border-radius: 5px;
}

.service__item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.special {
    padding: 50px 20px;
    background: #fffde7;
}

.special__container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.special__left {
    max-width: 600px;
}

.special__left h2 {
    font-size: 36px;
    color: #ff9800;
}

.special__left ul {
    list-style: none;
    padding: 0;
}

.special__left ul li {
    margin: 10px 0;
}

.special__right {
    max-width: 400px;
    position: relative;
}

.special__right h2 {
    font-size: 36px;
    color: #ff9800;
}

.special__right img {

    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.solutions {
    padding: 50px 20px;
    background: #fff9c4;
    text-align: center;
}

.solutions h2 {
    font-size: 36px;
    color: #ff9800;
    margin-bottom: 20px;
}

.solution__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 60px;
    margin-bottom: 50px;
}

.solution__item {
    text-align: center;
    background: #ff9800;
    padding:40px 20px 20px;
    border-radius: 10px;
}

.solution__item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.appointment {
    padding: 50px 20px;
  
    color: #fff;
    text-align: center;
}

.appointment h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #ff9800;
}
.testimonial__slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .testimonial__track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .testimonial__item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 8px;
  }
.appointment form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    gap: 10px;
}

.appointment input,
.appointment textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.team {
    padding: 50px 20px;
    background: #fffde7;
}

.team h2 {
    font-size: 36px;
    color: #ff9800;
    text-align: center;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.team__item {
    text-align: center;

    padding: 20px;
    border-radius: 10px;
}

.team__item img {
    width: 100%;
  height: 340px;
}

.testimonials {
    padding: 50px 20px;
    background: #fff9c4;
}
.team__content {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
}
.team__content  span{
  font-size: 24px;
  font-weight: 700;
  color: #ff9800;
  text-transform: uppercase;
  text-align: center;

}
.team__content  data{
  text-align: start;
  margin-top: 5px;
  color: #494646;
  font-size: 12px;
  font-weight: 300;
}
.team__content  p{
    color: #292c32;
}
.testimonials h2 {
    font-size: 36px;
    color: #ff9800;
    text-align: center;
}

.testimonial__item {
    max-width: 600px;
    margin: 0 auto;
    background: #494646;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.top-info

 {
    font-weight: 700;
    font-size: 18px;
}
.stats span {
    background: #ff9800;
    color: #fff;
    padding: 20px 10px;
    border-radius: 0px;
}

footer {
    background: #212121;
    padding: 50px 20px;
    color: #fff;
}

.foooter__container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;

    margin-bottom: 50px;
}

.foooter__logo img {
    height: 50px;
}

.foooter__info p {
    margin: 5px 0;
}

.social a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}
.foooter__links{
    display: flex;
    gap: 20px;
    justify-content: center;
 flex-wrap: wrap;
}
.foooter__links a{
    text-decoration: none;
    color: #fff;
}
.foooter__links ul {
    list-style: none;
    padding: 0;
}

.foooter__links ul li a {
    color: #fff;
    text-decoration: none;
}

.foooter__newsletter input {
    padding: 10px;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
}

.copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
body,html{
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media screen  and (max-width:768px){
    .hero1__content {
        display: flex
    ;
        gap: 10px;
        align-items: center;
        text-align: center;
        color: #fff;
        flex-direction: column;
    }
    .service-grid {
        display: grid
    ;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 100px;
    }
    .team-grid {
        display: grid
    ;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 20px;
    }
    .about {
        padding: 3rem
    48px
     20px;
        background: #fffde7;
    }
    .main-header {
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
        padding: 10px 10px;
        background-color: #ffedb9;
    }
    .top-bar {
        display: flex
    ;
        justify-content: space-between;
        padding: 10px 10px;
        background: #f5f5f5;
        font-size: 14px;
    }
    .hero1__wrap {
        display: flex
    ;
        flex-direction: column;
        gap: 40px;
        padding: 4rem 1rem;
    }
    .about.ab {
        padding: 10rem 16px 20px;
        background: #fffde7;
    }
}
.about.ter .about__container {
    display: flex
;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.about.ter h2,
.about.ter p,
.about.ter ul,
.about.ter h3{
    margin: 0;
   line-height: 150%;
}