* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #FFFFFF;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  background-color: #ffbb00;
  color: #FFFFFF;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-list li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
}

.hero__wrapper {
  display: flex;
  align-items: center;
  gap: 65px;
}

.hero__content,
.hero__image {
  flex: 1;
}

.nav-list li a.active,
.nav-list li a:hover {
  text-decoration: underline;
}

.burger {
  display: none;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #FFFFFF;
  margin: 5px 0;
}

.hero {
  background-repeat: no-repeat;
  background: linear-gradient(to right, #E6F0FA, #FFFFFF);
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-top: 69px;
}

.hero__content {
  max-width: 800px;
}

.hero__content h1 {
  font-size: 46px;
  margin-bottom: 20px;
  color: white;
}

.hero__content p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007BFF;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
}

.btn:hover {
  background-color: #0056b3;
}

.hero__image img {
  max-width: 100%;
  border-radius: 10px;
}

.portfolio {
  padding: 50px 0;
}

.portfolio h2 {
  text-align: center;
  margin-bottom: 40px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.portfolio-item img {
  width: 100%;
  border-radius: 10px;
}

.about {
  padding: 50px 0;
}

.about-content {
  display: flex;
  gap: 40px;
}

.about-image img {
  max-width: 100%;
  border-radius: 10px;
}

.about-text {
  flex: 1;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.expertise-item {
  text-align: center;
}

.services {
  padding: 50px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.service-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #E6F0FA;
  border-radius: 10px;
}

.contact {
  padding: 50px 0;
}

.contact__content {
  display: flex;
  gap: 40px;
}

.contact__info,
.contact__form {
  flex: 1;
}

.contact__form input,
.contact__form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #E6F0FA;
  border-radius: 5px;
}

.contact__form textarea {
  height: 150px;
}

footer {
  background-color: #fbb062;
  padding: 50px 0;
}

.footer__content {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.footer__services ul {
  list-style: none;
}

.footer__links

 {
    margin-top: 20px;
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
}

.footer__links a {
  margin-right: 15px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}

.footer__copy {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.about {
  padding: 80px 0;

}
h2{
  color: #000;
  margin: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
sub{
  margin: 0 ;
  display: block;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #e48407;
  font-weight: 700;
  text-transform: uppercase;
}
.about__items{
  display: flex;
  align-items: center;
  margin-bottom: 55px;
  gap: 55px;
}
.about__item{
  flex: 1;
}
.about__item img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
p{
  margin: 0;
  margin-bottom: 10px;
}
.about ul {
list-style: none;
}
.about li{
  display: flex;
  gap: 10px;
margin-bottom: 10px;
}
.about i{
  margin-top: 5px;
  color: #ffbb00;
}
.services {
  padding: 80px 0;
}
.services__wrapper{
  display: flex;
  gap: 20px;
}
.services__wrap{
  flex: 1;
}
.services__items{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.services__item h3{
  margin-bottom: 10px;
  text-align: center;
}
.service__icon{
  display: flex;
  justify-content: center;
}
.services__item  i {
  font-size: 48px;
  color: #ffbb00;
  text-align: center;
  margin-bottom: 10px;
}
.stats {
  padding: 80px 0;
  background-color: #838079;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: color-burn;
  background-size: cover;
  background-repeat: no-repeat;
}
.stats__items{
  display: flex;
  gap: 40px;

}
.stats__item{
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 1;
}
.stats__item-content{

}
.stats__item-content span{
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;

}
.stats__item-content h3{
  display: block;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.stats__item i {
  color: #E6F0FA;
}
.portfolio{
  padding: 80px 0;
}
.portfolio__grids{
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.portfolio__grid{
flex: 1;
overflow: hidden;
position: relative;

}
.portfolio__grid img{
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 100%;
  object-fit: cover;
}
.portfolio__grid h3{
  font-size: 26px;
  color: #fff;
  padding:40px 20px 20px;
}
.portfolio__grid p{
  color: #E6F0FA;
  font-size: 20px 20px 40px;
  padding: 20px;
}
.testimonial{
  padding: 80px 0;
}
.testimonial__avatar{
  border-radius: 100%;
  min-width: 100px;
  width: 100px;
  height: 100px;
}
.testimonial__card-content{
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}
.blog__cards

 {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 40px 20px;
}

.blog__card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 500px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.blog__card:hover {
  transform: translateY(-5px);
}

.blog__card img {
  width: 100%;
  display: block;
  height: 400px;
  object-fit: cover;
  /* height: auto; */
}

.blog__content {
  padding: 20px;
}

.blog__meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.blog__meta i {
  color: #ffae00;
  margin-right: 5px;
}
.blog__content a{
  text-decoration: none;
}
.blog__content h3 {
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.blog__content p {
  color: #888;
  font-size: 15px;
  line-height: 1.5;
}
.blog{
  padding: 80px 0;
}
.btn{
  padding: 10px 40px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  background: transparent !important;
  color: #fff !important;
}
.contact

 {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000b3;
    background-blend-mode: color;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}
.contact__items{
  display: flex;
  gap: 50px;
  align-items: center;
}
.contact__item{
  flex: 1;
}
.contact__item .btn{
  margin: 0 auto;
  width: fit-content;
  display: block;
}
.contact__item h2{
color: #fff;
}
.contact__item p{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.footer__services h3,
.footer__social h3,
.footer__contact h3{
  margin-bottom: 20px;
  flex: 1;
}
.footer__services ,
.footer__social ,
.footer__contact {

  flex: 1;
}
.footer__social a{
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
}
footer ul li a{
  color: #4c4848;
margin-bottom: 10px;
text-decoration: none;
}
footer ul li {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  }
  .services__wrap img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
  }
  .serv .services__items {
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
  .contact {
    display: flex;
   
    padding: 40px 0;
  }
  
  .contact .container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  
  .contact__map {
    flex: 1;
    background: #eaecef;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    text-align: center;
  }
  
 
  
  .contact .contact__content {
    flex: 1;
    flex-direction: column;
    background: #fff;
    padding: 40px;
  }
  
  .contact__content h2 {
    margin-bottom: 10px;
  }
  
  .contact__details {
    margin: 20px 0;
  }
  
  .contact__details div {
    margin-bottom: 10px;
  }
  
  .contact__form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .contact__form input,
  .contact__form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  
  .contact__form button {
    background: #ff7b00;
    color: #fff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
  }
  
  .contact__links {
    margin-top: 30px;
  }
  
  .contact__links a {
    margin-right: 10px;
    color: #ffc400;
    font-size: 18px;
    text-decoration: none;
  }
  .contact__map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact__map{
    object-fit: cover;
  }
  .contact__details a{
    text-decoration: none;
    color: #4c4848;
  }
  .blog.blo .container{
    max-width: 900px;
  }
  .blog.blo .blog__cards {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 40px 20px;
}

.blog.blo .blog__card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.post{
  padding: 80px 0;
}
.post h2 {
  margin-top: 0;
}

.post__meta {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 20px;
}

.post__meta span {
  margin-right: 15px;
}

.post__image {
  width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 5px;
}

blockquote {
  border-left: 4px solid #ad5c00;
  padding-left: 15px;
  margin: 20px 0;
  font-style: italic;
  background-color: #f0f4ff;
  padding: 15px;
}

.comments, .reply {
  margin-top: 40px;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.comment {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.reply form {
  display: flex;
  flex-direction: column;
}

.reply input,
.reply textarea {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.reply button {
  width: fit-content;
  background-color: #ad6200;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.reply button:hover {
  background-color: #8a6500;
}
.post img{
  width: 100%;
  object-fit: cover;
  height: 350px;
}
.faq__header {
  background-color: #004aad;
  color: white;
  padding: 40px;
  text-align: center;
}

.faq__container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq__item {
  margin-bottom: 20px;
}

.faq__question {
  font-weight: bold;
  margin-bottom: 15px;
  color: #ada100;
}

.faq__answer {
  margin-left: 15px;
}
.faq{
  padding: 80px 0;
}
.faq__irems{
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
.test{
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.testimonial__wrapper{
  display: flex;
  gap: 55px;
}
.testimonial__wrap{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.test img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.test h4 {
  margin: 10px 0 5px;
  color: #ad8500;
}

.test p {
  font-style: italic;
  color: #555;
}
.testimonial__wrap img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.gallery__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 0px;
  margin-top: 40px;
}
.gallery{
  padding: 80px 0;
}

.gallery__items img {
  width: 100%;
  height:300px;
  object-fit: cover;
  display: block;
  border-radius: 0px;
}
.terms{
  padding: 80px 0;
}
p{
  line-height: 150%;
}
.terms li,
.terms h3,
.terms h4 {
  line-height: 130%;
  margin-bottom: 10px;
}
.terms ul{
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .burger {
    display: flex;
    flex-direction: column;
  }

  .nav-list {
    position: absolute;
    top: 60px;
    left: 0;
    background: #fd8a13;
    padding: 20px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: none;
    gap: 15px;
  }

  .nav-list.open {
    display: flex;
  }
  .nav-list li a {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
}
.about__items {
  display: flex
;
  align-items: center;
  margin-bottom: 55px;
  gap: 55px;
  flex-direction: column;
}
.services__wrapper {
  display: flex
;
  gap: 20px;
  flex-direction: column;
}
.portfolio__grids {
  display: grid
;
  gap: 40px;
  grid-template-columns: repeat(1, 1fr);
}
.blog__cards {
  display: grid
;
  grid-template-columns: repeat(1, 1fr);
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 40px 20px;
}
.contact__items {
  display: flex
;
  gap: 50px;
  align-items: center;
  flex-direction: column;
}
.stats__items {
  display: flex
;
  gap: 40px;
  flex-direction: column;
}
.footer__content {
  display: flex
;
  gap: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.serv .services__items {
  margin-top: 50px;
  grid-template-columns: repeat(1, 1fr);
}
.contact .container {
  display: flex
;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  flex-direction: column;
}
.faq__irems {
  display: grid
;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.testimonial__wrapper {
  display: flex
;
  gap: 55px;
  flex-direction: column;
}
}

.coo__banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ad5c00ad;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  z-index: 999;
}

.coo__banner p {
  margin: 0;
  font-size: 14px;
}

.coo__banner button {
  background-color: #fff;
  color: #ad7f00;
  border: none;
  padding: 8px 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}
