html {
  scroll-behavior: smooth;
}

/* main {
  overflow-x: hidden;
} */

.banner-section {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.banner-section .banners {
  width: 100%;
  display: flex !important;
  align-items: start;
  padding: 0px 70px;
}

.banner-section .banners .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.banner-section .banners .buttons a {
  /* border: 1px solid #7a7a7a; */
  padding: 15px;
  border-radius: 49px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: white;
  gap: 5px;
}

.mobile-img-section {
  display: none;
}

.banner-section .banners .buttons a i {
  font-size: 25px;
}
.banner-section .banners .content-section,
.banner-section .banners .img-section {
  width: 50%;
}

.banner-section .banners .content-section {
  padding: 30px 15px;
}

.banner-section .banners .info {
  color: #6a6868;
  margin-top: 15px;
  margin-bottom: 15px;
}

.banner-section .banners .content-section .title {
  border: 2px solid #e75003;
  border-radius: 15px;
  padding: 3px 10px;
  width: max-content;
  font-size: 13px;
  color: #039eec;
}

.banner-section .banners .content-section .heading {
  font-size: 50px;
  font-weight: 900;
}

.banner-section .banners .img-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section .banners .img-section img {
  width: 600px;
  animation: Bounce 6s infinite alternate-reverse;
}

.package-img {
  animation: Bounce 3s infinite alternate-reverse;
}

@keyframes Bounce {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}

.service-list {
  padding: 110px 70px;
}

.service-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.service-list h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-list ul li {
  width: 31%;
  font-size: 16px;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.service-list ul li i {
  font-size: 20px;
  color: #039eec;
}
.service-list ul li:hover {
  background-color: whitesmoke;
}

.banner-section .banners .content-section .tag {
  margin-top: 20px;
}

.banner-section .banners .content-section .tag i {
  color: #03a9f4;
}

.banner-section .banners .content-section .tag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.our-service,
.process {
  padding: 115px 70px;
  background: linear-gradient(
    180deg,
    #ebf1f8 0%,
    #f2f6fa 22%,
    #f2f6fa 78%,
    #ebf1f8 100%
  );
}
.our-service .service-title,
.our-service .service-heading,
.our-service .service-info {
  text-align: center;
}

.blog-service .service-title,
.blog-service .service-heading,
.blog-service .service-info {
  text-align: center;
}

.our-service .service-title,
.process .service-title,
.blog-service .service-title,
.faq .service-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #03a9f4;
}
.our-service .service-heading,
.blog-service .service-heading,
.process .service-heading,
.faq .service-heading {
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 10px;
}

.why-choose .services {
  overflow: hidden;
}
.our-service .services,
.why-choose .services {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.why-choose .services .service-details {
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 13px 2px #bdbdbd66;
}

.our-service .services .service-details {
  width: 33%;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 13px 2px #bdbdbd66;
}

.our-service .services .service-details .service-img img,
.blog-service .services .service-details .service-img img {
  height: 251px;
  width: 100%;
}

.our-service .services .service-details .service-info,
.why-choose .services .service-details .service-info,
.blog-service .services .service-details .service-info {
  padding: 20px;
  text-align: left;
}

.our-service .services .service-details .service-info h2 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.our-service .services .service-details .service-info span,
.why-choose .services .service-details .service-info span {
  font-weight: 400;
  font-size: 13px;
}

.why-choose .services .service-details .service-info i {
  padding: 10px;
  width: 65px;
  background: #a9a9a954;
  border-radius: 7px;
  font-size: 40px;
  margin-bottom: 20px;
}

.our-service .services .service-details .service-info hr {
  margin: 15px 0px;
  color: #c4c4c4;
}

.our-service .services .service-details .service-info .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 10px;
}
.our-service .services .service-details .service-info .tag li {
  padding: 5px 10px;
  border-radius: 15px;
  border: 1px solid #d1d1d1;
  transition: 0.5s;
  background: whitesmoke;
  font-size: 10px;
}

.our-service .services .service-details .service-info .tag li:hover {
  background: #03a9f4;
  color: white;
}
.why-choose .services .service-details .service-info h2 {
  margin-bottom: 10px;
}

.blog-service {
  width: 50%;
  padding: 100px 25px;
  position: sticky;
  top: 25px;
}

.blog-service .blog-services {
  width: 100%;

  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.blog-service .blog-services .service-details {
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 13px 2px #bdbdbd66;
}

.why-choose,
.faq {
  padding: 115px 70px;
}

.why-choose .service-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #03a9f4;
}
.why-choose .service-heading {
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 10px;
}

.why-choose .info-section {
  padding: 70px 0px;
  display: flex;
}

.info-section .info {
  width: 50%;
}

.list-service {
  display: flex;
  flex-wrap: wrap;
  overflow: visible !important;
}
.list-service .service-details {
  width: 31% !important;
}

.process ul {
  display: flex;
  gap: 10px;
  flex-direction: row;
  margin-top: 45px;
  /* flex-wrap: wrap; */
}

.process ul li {
  text-align: center;
}

.process ul li span {
  border: 3px solid black;
  border-radius: 50%;
  padding: 10px 15px;
  font-size: 25px;
  font-weight: 800;
}

.process ul li h2 {
  margin-top: 25px;
  font-weight: 600;
}

.process ul li p {
  font-weight: 400;
  font-size: 10px;
  margin-top: 15px;
}

.faq-container {
  margin-top: 45px;
}

.faq-item {
  background: #fff;
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #bbbbbb;
}

.faq-question {
  width: 100%;
  border: none;
  background: #fff;
  padding: 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item.active .faq-question {
  border-bottom: 1px solid #e2e2e2;
}

.icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #555;
  line-height: 1.6;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
}

.faq-item.active {
  border: 1px solid #2196f3 !important;
}
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 20px 20px;
}

.faq-item.active .icon {
  transform: rotate(45deg);
  background-color: #03a9f4;
  border-radius: 50%;
  width: 35px;
  text-align: center;
}

footer {
  overflow: hidden;
  background: linear-gradient(
    to right,
    rgb(255 255 255) 0px,
    rgb(112 186 220) 0px,
    rgb(241 241 241 / 75%) 100%
  );
}

.contact-us-contact-form {
  gap: 25px;
}
.contact-us-contact-form .info {
  position: relative;
}

.contact-us-contact-form .info h2 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
.contact-us-contact-form .info ul {
  margin-top: 35px;
}
.contact-us-contact-form .info ul li {
  margin-bottom: 35px;
  background: whitesmoke;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}
.contact-us-contact-form .info form {
  padding: 40px 35px;
  box-shadow: 0px 0px 9px #b6b6b6;
  border-radius: 15px;
}
.contact-us-contact-form .info ul li h4 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 30px;
}

.contact-us-contact-form .info ul li iframe {
  width: 100%;
}

.contact-form .info,
.contact-us-contact-form .info {
  width: 49%;
}

.contact-form .info .inputs .form-input {
  margin-bottom: 15px;
}
.contact-form .info .inputs .form-input,
.contact-us-contact-form .info .inputs .form-input {
  width: 48%;
}
.contact-form .info h2 {
  font-weight: 900;
  font-size: 25px;
}

.contact-form .info .inputs {
  margin-top: 35px;
}
.contact-form .info .inputs .form-input input,
input,
textarea {
  border: 1px solid #b2b2b2;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}

.contact-form .info .inputs,
.contact-us-contact-form .info .inputs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.contact-form .info {
  padding: 20px;
}

.contact-form .info img {
  border-radius: 10px;
}

.contact-form .info form {
  padding: 30px 25px;
  box-shadow: 0px 0px 5px #afafaf;
  border-radius: 15px;
}
.contact-form,
.contact-us-contact-form {
  padding: 115px 70px;
  display: flex;
}
footer .connect-section {
  padding: 115px 70px;
  text-align: center;
  background: linear-gradient(
    to right,
    rgb(255 255 255) 0px,
    rgb(112 186 220) 0px,
    rgb(241 241 241 / 75%) 100%
  );
}
footer .connect-section h2 {
  font-weight: 900;
  font-size: 40px;
}

footer .connect-section .buttons {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

footer .connect-section .buttons a {
  border: 1px solid #c0c0c0;
  padding: 15px;
  border-radius: 49px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: white;
}

footer .connect-section .buttons a i {
  font-size: 25px;
}

.footer-section {
  padding: 110px 70px;
  background: black;
  color: #918d8d;
  margin: 15px;
  border-radius: 21px;
}

.footer-section .sections {
  display: flex;
  gap: 50px;
}

.footer-section .sections .section {
  width: 33%;
}

.footer-section .sections .section h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #03a9f4;
  padding-bottom: 10px;
  border-bottom: 1px solid #03a9f4;
}

.footer-section .sections .section .info-section p {
  margin-top: 20px;
  font-size: 11px;
}

.footer-section .sections .section ul {
  margin-top: 15px;
}
.footer-section .sections .section ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 0px;
}

.footer-section .sections .section ul li i {
  color: #03a9f4;
}

.footer-section .sections .section.service-section {
  width: 30%;
}

.footer-section .sections .section.service-section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-section .sections .section.quick-links {
  width: 20%;
}

.footer-section .footer-info {
  padding-top: 35px;
  margin-top: 25px;
  border-top: 1px solid;
}

#topBtn:hover i {
  color: #039eec;
}
.buisness-info {
  padding: 50px 70px;
  background: linear-gradient(
    to right,
    rgb(255 255 255) 0px,
    rgb(112 186 220) 0px,
    rgb(241 241 241 / 75%) 100%
  );
  position: relative;
  overflow: hidden;
}

.buisness-info::after {
  content: "";
  position: absolute;
  width: 175px;
  height: 1438px;
  background-color: #ffffff3d;
  top: -279px;
  left: -200px;
  transform: rotate(45deg);
  animation: shine 3s linear infinite;
}

@keyframes shine {
  from {
    transform: translateX(-350px) rotate(45deg);
  }

  to {
    transform: translateX(calc(100vw + 350px)) rotate(45deg);
  }
}
.buisness-info ul {
  display: flex;
  justify-content: space-around;
}

.buisness-info ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #6b6b6b;
  padding: 10px;
  width: 31%;
}

.buisness-info ul li {
  flex: 1;
  padding: 0 20px;
  border-left: 1px solid #9a9a9a;
}

.buisness-info ul li:first-child {
  border-left: none;
}
.buisness-info ul li span {
  font-weight: 800;
  font-size: 45px;
  color: black;
}

.buisness-info ul li p {
  color: black;
}

.alert-section {
  padding: 5px 10px 0px 10px;
  font-weight: 600;
  margin-top: 20px;
  font-size: 14px;
}

.alert-section.alert {
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.alert-section.sucess {
  border: 1px solid green;
  color: black;
  background-color: #baddcd;
}

.alert-section.error {
  border: 1px solid red;
  color: black;
  background-color: #ddbaba;
}

.slick-initialized .slick-slide {
  padding: 10px !important;
}

.about-us {
  display: flex;
  padding: 115px 70px;
}
.about-us .info {
  width: 50%;
  padding: 20px;
}

.section-banner {
  background: #f5fbff !important;
}

.section-banner .banner-info-section {
  padding: 75px 70px;
}

.section-banner .breadcrumb {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.section-banner .title h1 {
  font-size: 55px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 10px;
}
.section-banner .breadcrumb li,
.section-banner .breadcrumb li a {
  display: flex;
  gap: 5px;
  align-items: center;
}

.blog-details {
  padding: 110px 70px;
  display: flex;
  gap: 10px;
}

.blog-details .content {
  width: 68%;
}
.blog-details .info {
  width: 28%;
}

.blog-details .content .media img {
  border-radius: 15px;
  margin-bottom: 35px;
}

.blog-details .info ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 20px;
}

.blog-details .info ul li a:hover,
.footer-section .sections .section ul li a:hover,
.our-service .services .service-details .service-info a:hover {
  color: #039eec;
}
.blog-details .info .list {
  background: whitesmoke;
  padding: 10px;
  border-radius: 10px;
}

.blog-details .info .list h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details .info ul li .img {
  width: 30%;
}
.blog-details .info ul li .info-content {
  width: 70%;
}
.blog-details .info ul li .img img {
  width: 170px;
  border-radius: 5px;
  height: 65px;
  object-fit: cover;
}

.blog-details .info ul li .info-content h6 {
  font-size: 10px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  padding: 110px 70px;
}
.gallery .items {
  width: 23%;
}

.gallery .items embed {
  box-shadow:
    0 2px 4px #0000001a,
    0 8px 16px #0000001a;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

.container-section {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 70px;
}
.container-section .content-section {
  width: 50%;
}

.container-section .content-section h2 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  color: #1069b0;
}

.container-section .content-section p {
  text-align: justify;
}
@media (max-width: 877px) {
  .footer-section .sections {
    flex-wrap: wrap;
  }
  .footer-section .sections .section {
    width: 50%;
  }
  .footer-section .sections .section.service-section {
    width: 65%;
  }

  .process ul li {
    width: 48%;
  }

  .buisness-info ul,
  .process ul {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }

  .container-section .content-section {
    width: 100% !important;
  }
}

@media (max-width: 577px) {
  .footer-section .sections {
    flex-wrap: wrap;
  }
  .footer-section .sections .section {
    width: 100%;
  }
  .footer-section .sections .section.service-section,
  .footer-section .sections .section.quick-links {
    width: 100%;
  }

  .banner-section .banners {
    flex-direction: column;
  }

  .contact-form .info {
    padding: 0px !important;
  }

  .process ul li {
    width: 100%;
  }

  .banner-section .banners .content-section,
  .banner-section .banners .img-section {
    width: 100%;
  }

  .service-list ul li {
    width: 47% !important;
    overflow: hidden;
  }
}
