* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  
}
/* nav {
  width: 90%;
  max-width: 1200px;
  height: auto;
  padding: 10px 20px;
  border-radius: 10px;
  
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), #448aec);
  
}
nav.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050; 
  width: 100%;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.logo {
  margin-top: 0rem !important;
  margin-left: 2rem;
  max-width: 100px;
}
.navbar-nav {
  margin-left: 7rem;
}
.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  font-style: normal;
  margin-left: 30px;
  transition: color 0.3s ease;
  align-items: center;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #007BFF;
}

.dropdown-menu {
  border-radius: 0.5rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #007BFF;
}

.navbar-toggler {
  border: none;
  background-color: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav__btn button {

  padding: 0.7rem 1.2rem;
  font-size: 1rem;
  border: none;
  border-radius: 3rem;
  background-color: #ffffff;
  color: #007BFF;

  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  padding: 0.70rem 1.2rem;
  font-weight: 500;
}

.nav__btn {
  margin-left: auto;
  background-color: rgb(237, 242, 246);
  border-radius: 3rem;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__btn button:hover {
  background-color: #007BFF;
  color: #fff;
} */


/* navbarrrrrr */



nav {
  width: 90%;
  max-width: 1200px;
  height: auto;
  padding: 10px 20px;
  border-radius: 10px;
  
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), #448aec);
  
}
nav.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050; 
  width: 100%;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.logo {
  margin-top: 0rem !important;
  margin-left: 2rem;
  max-width: 100px;
}
.navbar-nav {
  margin-left: 7rem;
}
.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  font-style: normal;
  margin-left: 30px;
  transition: color 0.3s ease;
  align-items: center;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #007BFF;
}

.dropdown-menu {
  border-radius: 0.5rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #007BFF;
}

.navbar-toggler {
  border: none;
  background-color: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav__btn button {

  padding: 0.7rem 1.2rem;
  font-size: 1rem;
  border: none;
  border-radius: 3rem;
  background-color: #ffffff;
  color: #007BFF;

  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  padding: 0.70rem 1.2rem;
  font-weight: 500;
}

.nav__btn {
  margin-left: auto;
  background-color: rgb(237, 242, 246);
  border-radius: 3rem;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__btn button:hover {
  background-color: #007BFF;
  color: #fff;
}


/* Mobile Adjustments */
@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
    
  }

  .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
    
    
  }

  .nav__btn {
    width: 30%;
    margin-top: 10px;
    justify-content: center;
    margin: 10px auto 0 auto;
   background-color: #fff;
  }
  .nav__btn button{
    background-color: #fff;
  }
  nav {
    padding: 10px;
    flex-direction: column;
  }
}

/* navbar end */
 

/* contentsection */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90vh;
  padding: 0 5%;
  position: relative;
  flex-wrap: wrap;
  
}

.content {
  max-width: 600px;
  z-index: 1;
  padding-top: 6rem;
}

.content h5 {
  font-size: 1rem;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.content h5 a {
  text-decoration: none;
  color: #2e2e2e;
  transition: color 0.3s ease;
  background-color: #448aec;
  padding: 5px 15px;
  border: 5px solid #448aec;
  border-radius: 80px;
  display: inline-block;
}

.content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.content p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333;
}

.content .btn {
  padding: 15px 50px;
  background-color:   #448aec;
  border: none;
  border-radius: 30px;
  border-top-right-radius: 0;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: bold;
  text-transform: capitalize;
  display: inline-block;
}

.content .btn:hover {
  border-top-right-radius: 30px;
  background-image: linear-gradient(50deg, #448aec, #3b73d1);
  color: #d6e3f0
}

.content-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 0;
  padding-top: 6rem;
}

.content-image img {
  max-width: 74%;
  height: auto;
  object-fit: contain;
}

.anim {
  opacity: 0;
  transform: translateY(30px);
  animation: moveup 0.5s linear forwards;
}

@keyframes moveup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* responsive hero */
@media (max-width: 991px) {
  .hero {
    flex-direction: column;
    height: auto;
    padding: 50px 5%;
    text-align: center;
  }

  .content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .content h1 {
    font-size: 5rem;
  }
  .content h5 {
    font-size: 20px;
    text-align: center;
  }
  .content p {
    font-size: 1.2rem;
  }

  .content-image {
    justify-content: center;
  }

  .content-image img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .content h1 {
    font-size: 2rem;
  }

  .content p {
    font-size: 1rem;
  }

  .content .btn {
    padding: 12px 30px;
    font-size: 13px;
  }
}






/* banner */
.bannerr {
  width: 100%;
  height: 30vh;
  background-image: url(assests/ab-contact.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: capitalize;
  padding: 1rem;
  margin: auto;
  background-color: rgba(66, 87, 221, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-content h2 {
  font-size: 3rem;
  color: #fff;
  margin: 0.5rem 0;
}

.banner-content p {
  font-size: 1rem;
  color: black;
}

.banner-content a {
  color: #fff;
  text-decoration: underline;
}

/* Responsive Design */

@media (max-width: 1024px) {
  .bannerr {
    height: 25vh;
  }
  .banner-content h2 {
    font-size: 2.5rem;
  }
  .banner-content p {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .bannerr {
    height: 22vh;
  }
  .banner-content h2 {
    font-size: 2rem;
  }
  .banner-content p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .bannerr {
    height: auto; 
    /* padding: 1rem 0; */
  }
  .banner-content {
    padding: 0.5rem;
  }
  .banner-content h2 {
    font-size: 1.5rem;
  }
  .banner-content p {
    font-size: 0.85rem;
  }
}


/* cards */
.cards-section {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  padding: 2rem 0;
}

.cards-wrapper a {
  text-decoration: none;
  color: inherit;
}

.card-content h1 {
  font-size: 3.5rem;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 1rem;
}

.card-content span {
  color: #3b73d1;
}

.card-btn {
  text-align: center;
  margin-top: 1rem;
}

.card-btn a {
  text-decoration: none;
}

.card-btn button {
  padding: 15px 50px;
  background-image: linear-gradient(55deg, #c7ced1, #116ef2);
  border: none;
  border-radius: 30px 0 30px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  transition: 0.5s;
  cursor: pointer;
}

.card-btn button:hover {
  border-top-right-radius: 30px;
  background-image: linear-gradient(55deg, #448aec, #056bfb);
}

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}

.card {
  max-width: 350px;
  min-height: 300px;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  background-image: linear-gradient(55deg, #e1e3e6, #0657e5);
  color: #fff;
}

.card:after {
  content: "";
  position: absolute;
  top: 150%;
  left: -200px;
  width: 120%;
  height: 18px;
  transform: rotate(50deg);
  background-color: #fff;
  filter: blur(5px);
  opacity: 0.5;
  transition: 1s;
}

.card:hover:after {
  width: 225%;
  top: -100%;
}

.icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 2rem;
}

.card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.card p {
  font-size: 1rem;
  line-height: 1.5;
  color: inherit;
}

/* ----------------- Responsive ------------------ */

@media (max-width: 1200px) {
  .card-content h1 {
    font-size: 3rem;
    text-align: center;
  }

  .cards-wrapper {
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .card-content h1 {
    font-size: 2.5rem;
  }

  .card {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .card-content h1 {
    font-size: 2rem;
  }

  .card-btn button {
    padding: 12px 40px;
    font-size: 13px;
  }

  .cards-wrapper {
    gap: 1rem;
  }

  .card {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .card-content h1 {
    font-size: 1.8rem;
  }

  .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
  }
}

@media (max-width: 400px) {
  .card-content h1 {
    font-size: 1.5rem;
  }

  .card-btn button {
    padding: 10px 30px;
    font-size: 10px;
  }
}



/* sliderrrr */
.sliderr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  min-height: 60vh;
}

.slider-content {
  width: 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-content h5 {
  font-size: 1rem;
  padding-left: 2rem;
  color: #3b73d1;
  font-weight: bold;
}

.slider-content p {
  font-size: 3rem;
  padding-left: 2rem;
  text-transform: capitalize;
  font-weight: bold;
}

.slider-content span {
  color: #3b73d1;
}

.slider-content h6 {
  text-transform: capitalize;
  margin-top: 1rem;
  padding-left: 2rem;
}

.slider-wrapper {
  
  
  width: 50%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: auto;

  scrollbar-width: none; 
  -ms-overflow-style: none;  
}
.slider-wrapper::-webkit-scrollbar {
  display: none;
}

.slider-cards {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  min-width: max-content;
}

.slides {
  flex: 0 0 auto;
  width: 200px;
  height: 250px;
  scroll-snap-align: start;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  /* background-image: linear-gradient(180deg, #e1e3e6, #1260e7); */
  color: #fff;
  border: 1px solid #407BFF;
}

.icon1 img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-top: 2rem;
}

.slides h4 {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: capitalize;
  color: black;
}

.slides p {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #3c3636;
}












/* Responsive Adjustments */
@media (max-width: 1200px) {

  .slider-content,
  .slider-wrapper {
    width: 100%;
    text-align: center;
    height: auto;
  }

  .slider-content h5,
  .slider-content p,
  .slider-content h6 {
    padding-left: 0;
  }

  .slider-content h5 {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .slider-content p {
    font-size: 2.2rem;
  }

  .slider-content h5 {
    font-size: 0.9rem;
  }

  .slider-content h6 {
    font-size: 1rem;
  }

  .slides {
    width: 180px;
    height: 230px;
    padding: 0.8rem;
  }

  .slides h4 {
    font-size: 1.2rem;
  }

  .slides p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .slider-content p {
    font-size: 1.8rem;
  }

  .slides {
    width: 160px;
    height: 210px;
  }

  .slides h4 {
    font-size: 1.1rem;
  }
}

@media (max-width: 400px) {
  .slider-content p {
    font-size: 1.5rem;
  }

  .slides {
    width: 140px;
    height: 190px;
    padding: 0.6rem;
  }

  .slides h4 {
    font-size: 1rem;
  }

  .slides p {
    font-size: 0.85rem;
  }
}

/* who we are */
.about-section {
  width: 100%;
  margin-top: 3rem;
  background-color: rgb(218, 219, 222);
  padding-bottom: 2rem;
}

.about-heading h5 {
  font-size: 1.5rem;
  text-align: center;
  padding-top: 2rem;
  color: #3b73d1;
  font-weight: bold;
}

.about-heading p {
  font-size: 2.3rem;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
}

.about-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  gap: 2rem;
}

.about-left-side {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.images img {
  width: 80%;
  max-width: 500px;
  height: auto;
  display: block;
}

.text-content {
  width: 50%;
  max-width: 600px;
  padding: 0 2rem;
}

.text-content h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.text-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist li {
  margin-bottom: 10px;
  font-size: 1.1rem;
  text-transform: capitalize;
}

.checklist li::before {
  content: "✔";
  color: #3b73d1;
  margin-right: 10px;
}

/* Responsive */
@media (max-width: 1200px) {

  .about-left-side,
  .text-content {
    width: 100%;
    text-align: center;
  }

  .text-content {
    margin-top: 1rem;
    padding: 0 1rem;
  }

  .images img {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .about-heading h5 {
    font-size: 1.3rem;
  }

  .about-heading p {
    font-size: 1.8rem;
  }

  .text-content h3 {
    font-size: 1.5rem;
  }

  .text-content p {
    font-size: 0.95rem;
  }

  .checklist li {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .about-heading p {
    font-size: 1.5rem;
  }

  .images img {
    width: 90%;
  }

  .text-content h3 {
    font-size: 1.3rem;
  }

  .text-content p {
    font-size: 0.9rem;
  }

  .checklist li {
    font-size: 0.95rem;
  }
}

@media (max-width: 400px) {
  .about-heading h5 {
    font-size: 1.2rem;
  }

  .about-heading p {
    font-size: 1.3rem;
  }

  .text-content {
    padding: 0 10px;
  }

  .text-content h3 {
    font-size: 1.1rem;
  }

  .text-content p,
  .checklist li {
    font-size: 0.85rem;
  }
}

/* testimonials */
.testimonials-section {
  width: 100%;
  padding: 0px 8%;
}

.testimonials-section .section-header {
  max-width: 700px;
  text-align: center;
  margin: 30px auto 40px;
}

.section-header h4 {
  position: relative;
  font-size: 36px;
  color: #448aec;
}

.testimonials-container {
  position: relative;
}

.testimonials-container .testimonial-card {
  padding: 20px;
}

.testimonial-card .test-card-body {
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.3);
  background-color: rgb(239, 239, 241);
  padding: 20px;
}

.test-card-body .quote {
  display: flex;
  align-items: center;
}

.test-card-body .quote i {
  font-size: 45px;
  color: #3b73d1;
  margin-right: 20px;
}

.test-card-body .quote h2 {
  color: black;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.test-card-body p {
  margin: 10px 0px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #448aec;
}

.test-card-body .ratings {
  margin-top: 20px;

}

.test-card-body .ratings i {
  font-size: 17px;
  color: #eacc70;
  cursor: pointer;
}

.testimonial-card .profile {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.profile .profile-image {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;

}

.profile .profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.profile .profile-desc {
  display: flex;
  flex-direction: column;
}

.profile-desc span:nth-child(1) {
  font-size: 24px;
  font-weight: 400;
  color: black;
  text-transform: capitalize;

}

.profile-desc span:nth-child(2) {
  font-size: 15px;
  color: #448aec;
}

.owl-nav {
  position: absolute;
  right: 20px;
  bottom: -10px;
}

.owl-nav button {
  border-radius: 50% !important;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  padding: 10px !important;
  border-radius: 50%;
  font-size: 18px !important;

  background-color: #448aec !important;
  color: #fff;

  cursor: pointer;
  transition: 0.4s;
}

.owl-nav .owl-prev i:hover,
.owl-nav .owl-next i:hover {
  background-color: rgb(185, 185, 155) !important;
  color: #448aec;
}

.owl-dots {
  margin-top: 15px;
}

.owl-dots .owl-dot span {
  background-color: #434753;
  padding: 6px !important;
}

.owl-dot.active span {
  background-color: dimgrey !important;
}

/* testimonialresponvive */
@media (max-width: 1200px) {
  .testimonials-section {
    padding: 0px 5%;
  }

  .testimonials-container .testimonial-card {
    padding: 15px;
  }
}

@media (max-width: 992px) {
  .section-header h4 {
    font-size: 30px;
  }

  .test-card-body .quote h2 {
    font-size: 1.3rem;
  }

  .test-card-body p {
    font-size: 13px;
  }

  .profile-desc span:nth-child(1) {
    font-size: 20px;
  }

  .profile-desc span:nth-child(2) {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 0px 3%;
  }

  .test-card-body {
    padding: 15px;
  }

  .test-card-body .quote {
    flex-direction: column;
    align-items: flex-start;
  }

  .test-card-body .quote i {
    font-size: 35px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .test-card-body .ratings {
    margin-top: 15px;
  }

  .testimonial-card .profile {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .section-header h4 {
    font-size: 26px;
  }

  .section-header h3 {
    font-size: 20px;
  }

  .test-card-body .quote h2 {
    font-size: 1.1rem;
  }

  .test-card-body p {
    font-size: 12px;
    line-height: 1.4;
  }

  .profile .profile-image {
    width: 45px;
    height: 45px;
  }

  .profile-desc span:nth-child(1) {
    font-size: 18px;
  }

  .profile-desc span:nth-child(2) {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .test-card-body {
    padding: 10px;
  }

  .test-card-body .quote i {
    font-size: 30px;
  }

  .test-card-body .ratings i {
    font-size: 14px;
  }

  .owl-nav {
    right: 10px;
    bottom: -20px;
  }
}

/* footer */
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #448aec;
  padding: 40px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 111px;
  border-top-left-radius: 111px;
  margin-top: 3rem;
  color: #fff;
}

.footer-section {
  flex: 1 1 220px;
  margin: 20px;
}

.footer-section h4,
.footer-section h5 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}

.footer-section h5 {
  font-size: 1.5rem;
  color: whitesmoke;
}

.footer-section a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #d9e2e7;
  font-size: 16px;
}

.footer-section a:hover {
  color: #fff;
}

.contact-info p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #d9e2e7;
  gap: 12px;
}

.social-icons1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-icons1 .fab {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.social-icons1 .fab:hover {
  color: #3c3636;
}

form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

form input {
  flex: 1;
  padding: 5px;
  background: transparent;
  color: #ccc;
  border: none;
  outline: none;
}

form button {
  background: transparent;
  border: none;
  cursor: pointer;
}

form .far,
form button .fas {
  font-size: 18px;
  color: #ccc;
}

.underline {
  display: block;
  height: 4px;
  background: #767676;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 5px;
  position: relative;
}

.underline span {
  display: block;
  width: 20%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: -25%;
  animation: moving 2s linear infinite;
}

@keyframes moving {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 0.9rem;
  background-color: #a5a5a5;
  color: black;
  text-align: center;
}

.footer-bottom a {
  margin-left: 20px;
  color: black;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #407BFF;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .footer {
    border-radius: 80px 80px 0 0;
  }
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-section {
    flex: 1 1 100%;
    text-align: center;
  }

  .contact-info p,
  form {
    justify-content: center;
  }

  form {
    flex-direction: column;
  }

  form input {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  .social-icons1 {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom a {
    margin: 5px 0;
    display: block;
  }
}

/* maintenance */
.maintenance-section {
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #FDF9f1;
}

.maintenance-content {
  text-align: center;
  padding-top: 2rem;

}

.maintenance-image img {
  max-width: 45%;
}

.maintenance-content2 {
  font-size: 1.5rem;
}