/* styles.css */

/* Reset some default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    background-color: #ffffff;
    color: #333;
}

/* Header */


nav {
  position: sticky;
  top: 0px;
  z-index: 1000; /* ensures it stays above other content */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* optional: adds subtle shadow */
}
/* Basic dropdown styling */
.menu li ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  list-style: none;
}

.menu li:hover > ul {
  display: block;
}

.menu li ul li {
  padding: 5px;
}


/* Desktop + general */








.header-wrapper{

}

header {
    background-color: #f4b400;
    padding: 17px;
    text-align: center;
    font-weight: bold;
}
header .header-wrapper{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.blob {
  position: absolute;
  top: 10%;
  width: 1700px;
  height: 300px;
  z-index: 0;
  opacity: 0.6;
}




/* Navigation */
nav {
    /*background-color: #007AFF;*/
    background-color: #FFF;
    /*background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);*/
    /*background: linear-gradient(90deg, #ff758c, #007AFF);*/
    /*opacity: 0.8;*/
    padding: 10px;
}
nav .nav-wrapper{
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nav-links {
    display: grid;
    align-items: center;
    gap: 20px;

}

.nav-links p {
    color: white;
    margin-right: 22px;
    font-weight: bold;
}

.nav-links ul {
    list-style: none;
    display: flex;
    gap: 15px;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
}

/*.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}*/

.nav-links a {
    position: relative;
    color: #333;
    padding: 8px 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}
/*.nav-links a::after {*/
.menu-item-has-children > a::after {

    
    /*content: ">";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #333;
    transition: 0.3s ease;
*/

    content: "⌄";  /* right arrow */
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    color: #333;
    font-size: 26px;
    right: -11px;
    top: 38%;
}
.menu-item-has-children > a:hover::after {

    content: "⌃";  /* right arrow */
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    color: #333;
    font-size: 26px;
    right: -11px;
    top: 65%;

}


/*.nav-links a:hover::after {
  width: 100%;
}*/





.consultation .book-consultation {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background-color: #007AFF;
    padding: 14px 28px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}
/*.nav-links .book-consultation:hover {
    background-color: #007AFF;
    color: #fff;
}
*/
.consultation .book-consultation a {
    color: #fff;
    text-decoration: none;
}

/*.nav-links .book-consultation a:hover {
    background-color: #007AFF;
    color: #fff;
}*/


.menu-item-94::before {
  content: "\f1ec"; /* Unicode for Font Awesome icon (e.g., home) */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #fff;
}
.top-header{
    display: flex;
}
.top-line{
    position: absolute;
  left: 50%;
  transform: translateX(-50%); /* perfectly center */
  text-align: center;

}
.consultation{
      margin-left: auto; /* pushes it to the right */

}

.top-bar {
    color: #333;
    text-align: right;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}


.top-bar .tel::before {
  content: "\f095"; /* Unicode for Font Awesome icon (e.g., home) */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #333;
}

.top-bar .email::before {
  content: "\f0e0"; /* Unicode for Font Awesome icon (e.g., home) */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #333;
}
.logo img{
    width: 130px;
    height: auto;
}

/* Placeholder sections */
section {
    padding: 60px 20px;
}

/* Footer */
footer {
    background-color: #f4f4f4;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.legal-box {
  padding: 15px 20px;
  text-align: center;
  font-size: 15px;
  color: #333;
  
}

.legal-box p {
  margin: 4px 0;
}



/* Hero Section */
#hero {
    /*background-color: #007AFF;*/
    background: linear-gradient(90deg, #ff758c, #007AFF);
    /*background: linear-gradient(135deg, #ff758c, #ff7eb3, #a18cd1);*/
    /*opacity: 0.8;*/
    color: white;
    padding: 60px 20px;
}

.hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    gap: 40px;
}

.page-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    gap: 40px;
    margin-top: 30px;
}

.hero-text {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.hero-text h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: bold;
}

.hero-text p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    /*max-width: 515px;*/
    text-align: center;

}

.hero-text button {
    background-color: #ffffff;
    color: #333;
    padding: 14px 28px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 18px;
    text-align: center;
}

.hero-text button:hover {
    background-color: #e0e0e0;
}

.hero-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}



/* Who We Are Section */
.who-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.who-gallery img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#who-we-are {
    padding: 60px 20px;
    background-color: #E8F6FE;
    color: #333;
}

.who-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}
.who-text {
    flex: 1;
    min-width: 300px;
}

.who-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}

.who-text p {
    font-size: 18px;
    line-height: 1.6;
}

.who-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.who-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}




/* Our Services Section */
#our-services {
    padding: 60px 20px;
    background-color: #ffffff;
    color: #333;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.services-container h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

.service-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    flex: 1;
    min-width: 280px;
    background-color: #E8F6FE;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}

.service-card p {
    font-size: 18px;
    line-height: 1.5;
}
.service-card img {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}



/* Testimonials Section */
#testimonials {
    background-color: #E8F6FE;
    padding: 60px 20px;
    color: #333;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-container h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

.testimonial-cards {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    white-space: nowrap;
      scroll-behavior: smooth;
}

/*.testimonial-cards::-webkit-scrollbar {
    height: 8px;
}
.scroll-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
*/

.testimonial-card:hover {
    transform: translateY(-10px);
}


.testimonial-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    font-style: italic;
    position: relative;
    font-size: 18px;
    flex: 0 0 calc(33.33% - 20px); /* show only 3 cards at a time */
    scroll-snap-align: start;
    white-space: normal; /* allow text inside to wrap properly */
}


.testimonial-card hr{
  margin-top: 20px;
}
.testimonial-card img{
  width: 24px;
  height: 24px;
  margin: 0 8px;
  
}
.testimonial-card h4 {
    margin-top: 20px;
    font-style: normal;
    font-weight: bold;
    color: #333;
}


/* Reviews Section */
#reviews {
    background-color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    color: #333;
}

.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
}

.reviews-container h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

.review-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.review-box {
    flex: 1;
    min-width: 280px;
    background-color: #E8F6FE;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-align: center;
}
.review-box:hover {
    transform: translateY(-10px);
}


.review-box img {
    height: 55px;
    margin-bottom: 15px;
}

.review-box .rating {
    font-size: 20px;
    color: #f4b400;
    margin-bottom: 10px;
    font-weight: bold;
}

.review-box p {
    font-weight: bold;
    font-size: 18px;
    color: #555;
}

/* Software logo */
#software-logo{
    background-color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    color: #333;
}
.software-logo-container{
    max-width: 1200px;
    margin: 0 auto;
}
.logo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.25rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  background: transparent; /* change if you want a card bg */
}
.logo-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: none; /* optional: use grayscale(1) and hover to colorize */
  opacity: 0.95;
  transition: transform .2s ease, opacity .15s ease;
}
.logo-item img:hover {
  transform: translateY(-4px);
  opacity: 1;
}



/* Why Choose Us Section */
#why-choose-us {
    background-color: #E8F6FE; /* Light blue */
    padding: 60px 20px;
    color: #333;
}

.why-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.why-container h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

.why-columns {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    text-align: left;
}

.why-columns ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
}

.why-columns li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

/*.why-columns li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
}*/






/* Call to Action Section */
#cta {
    background-color: #007AFF;
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.cta-container {
    max-width: 830px;
    margin: 0 auto;
}

.cta-container h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-container p {
    font-size: 20px;
    margin-bottom: 30px;
}

.cta-container button {
    background-color: #F4B400;
    color: #333;
    padding: 14px 28px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-container button:hover {
    background-color: #2c8c45;
}


/* Footer Section */
footer {
    background-color: #E8F6FE;
    color: #333;
    padding: 40px 20px;
    font-size: 16px;
}
.footer-logo img{
    height: 150px;
}   


.footer-info i {
  font-size: 18px;
  width: 20px;      /* keeps icons aligned */
  text-align: center;
  margin-right: 7px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}

.footer-info a {
    text-decoration: none;
    color: #000;
}
.footer-info p {
    margin: 5px 0;
}
.footer-info img {
    width: 24px;
    height: 24px;
    margin: 0 8px;
    /*filter: brightness(0) invert(1);*/
    transition: transform 0.3s ease;
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: #333;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-social a img {
    width: 24px;
    height: 24px;
    margin: 0 8px;
    /*filter: brightness(0) invert(1);*/
    transition: transform 0.3s ease;
}

.footer-social a img:hover {
    transform: scale(1.1);
}


.footer-bottom {
    background-color: #F4B400;
    color: #333;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* space between items */
}

.footer-bottom a {
    color: #333;
    text-decoration: none;
}
/*.menu-toggle {
    display: none;
    background-color: #fff;
    color: #007AFF;
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}*/

.menu-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: none; /* hidden by default, shown in media query */
}


.menu-toggle img {
    width: 32px;
    height: 32px;
}
.nav-links .close-icon{
    display: none;
}
.nav-links .back-btn{
    display: none;
}


/* Style the input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

/* Style the submit button */
.wpcf7 input[type="submit"] {
  background-color: #007AFF;
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #005FCC;
}

.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

.page-inner{
    margin: 0 auto;
}

/*book-consultation page*/
.book-consultation-main input[type="submit"] {
  background-color: #007AFF;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}
.book-consultation-main input[type="submit"]:hover {
  background-color: #005FCC;
}
.book-consultation-form p {
  margin-bottom: 20px;
}
.book-consultation-form .submit-btn {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.book-consultation-main input[type="text"],
.book-consultation-main input[type="email"],
.book-consultation-main input[type="date"],
.book-consultation-main select,
.book-consultation-main textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}
.cb-column {
    display: grid;
    grid-template-columns: 1fr 1fr; /* two equal columns */
    gap: 20px; /* space between columns */
    max-width: 800px;
}
.cb-column .cb-form-group {
    display: flex;
    flex-direction: column;
}


.blog-list { display: grid; gap: 2rem; }
.blog-list-item { border-bottom: 1px solid #eee; padding-bottom: 1.5rem; }
.blog-list-title { margin: 0 0 .5rem; }
.blog-list-title a { text-decoration: none; }
.blog-list-meta { font-size: .9rem; color: #666; margin-bottom: .75rem; }
.blog-list-thumb img { max-width: 100%; border-radius: 6px; margin-bottom: 1rem; }
.blog-list-excerpt { font-size: 1rem; line-height: 1.6; color: #444; margin-bottom: .75rem; }
.read-more { text-decoration: none; font-weight: bold; color: #0073aa; }
.read-more:hover { text-decoration: underline; }


.blog-title { font-size: 2rem; margin-bottom: .5rem; }
.blog-meta { font-size: .9rem; color: #777; margin-bottom: 1rem; }
.blog-featured-image img { max-width: 100%; border-radius: 8px; margin: 1rem 0; }
.blog-content { line-height: 1.7; font-size: 1.1rem; }
.blog-tags { margin-top: 1rem; }
.blog-navigation { display: flex; justify-content: space-between; margin-top: 2rem; }
.blog-navigation a { text-decoration: none; font-weight: bold; }


@media (max-width: 870px) {
  

  .who-container {
    flex-direction: column;

  }
  .logo img {
    width: 125px;
    height: auto;
  }
  .top-line{
    left: 45%;
  }
}


@media (max-width: 768px) {


  .hero-wrapper,
  .page-wrapper,
  .who-container,
  .service-items,
  .testimonial-cards,
  .review-boxes,
  .why-container,
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  
  .top-header{
    display: block;
  }
  .top-line{
    /*flex-direction: column;   
    text-align: center;
    display: flex;*/
    position: relative;
  }
  .consultation{
     margin-left: 0;           /* reset auto margin */
    margin-top: 10px;         /* add spacing below */
  }

  /*.nav-links .book-consultation {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background-color: #007AFF;
    padding: 10px 15px;
    border: none;
    border-radius: 15px;
    cursor: pointer;

    }

    .nav-links .book-consultation a {
        color: #FFF;
    }*/




  .hero-text h2,
  .hero-text p,
  .hero-text button {
    font-size: 24px;
  }

  .hero-text button {
    padding: 10px 20px;
  }

  .service-card,
  .testimonial-card,
  .review-box,
  .why-card {
    width: 100%;
    max-width: 90%;
  }

  .footer-links,
  .footer-social {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

     .logo img {
    width: 150px;
    height: auto;
  }

  .top-bar {
    font-size: 20px;
    display: grid;
    text-align: center;

  }
  .top-bar .seperator{
    display: none;
  }

  .cb-column {
        grid-template-columns: 1fr;
    }




  .menu-toggle {
      display: block;
  }
    .nav-links button {
    background-color: #007AFF;
    color: #fff;
  }

  /*menu*/

/*  .nav-links {
    flex-direction: column;
    gap: 10px;
    margin-top: 35px;
    position: fixed;
   top: 0;
  right: 0;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 1000;
      height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}

  .nav-links.active {
    transform: translateX(0);
  }




  .nav-links ul {
      flex-direction: column;
      align-items: flex-start;
      margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .nav-links ul li {
      width: 100%;
  }

   .nav-links a {
    color: #333;
  }

  .nav-links ul {
    flex-direction: column;
    gap: 10px;
  }
    .menu li {
    position: relative;
  }
  .menu li ul{
    position: absolute;
  }
  .menu.inactive {
  left: -100%;
    }*/


/* Mobile menu wrapper */

/* Mobile menu wrapper */
#navLinks {
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
      align-items: flex-start; /* Align everything inside to the left */
  text-align: left;        /* Make sure text is left aligned */
}
.nav-links ul {
    /*align-content: baseline;*/
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    display: block;
}



#navLinks.open {
    transform: translateX(0);
}

/* Close icon */
#navLinks .close-icon {
    align-self: flex-end;
    cursor: pointer;
    margin-bottom: 20px;
}

/* Back button */
#navLinks .back-btn {
    display: none;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
}
#navLinks.sub-level .back-btn {
    display: block;
}




/* Menu levels */
ul.menu, ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
     width: 100%;  
}

ul.menu li, ul.sub-menu li {
    border-bottom: 1px solid #eee;
}

ul.menu li a, ul.sub-menu li a {
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    color: #333;
      text-align: left;        /* Force text to left */
  padding-left: 0;  
}

/* Hide all submenus by default */
ul.sub-menu {
    display: none;
}

ul.sub-menu.active {
    display: block;
}

.nav-links .close-icon{
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    align-self: flex-end;
    margin: 20px;
}

  .close-icon img{
    width: 30px;
    height: 30px;
  }


    .menu li ul {
        position: relative;
    }





}


@media (max-width: 480px) {
  /* General layout adjustments */
  .hero-wrapper,
  .page-wrapper,
  .who-container,
  .service-items,
  .testimonial-cards,
  .review-boxes,
  .why-columns,
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .why-columns{
    text-align: left;
  }

  /* Navigation */
 

  .nav-links button {
    font-size: 16px;
    padding: 8px 12px;
  }

  .nav-links a {
    color: #333;
  }

  .logo img {
    width: 100px;
    height: auto;
  }



  /* Hero section */
  .hero-text h2 {
    font-size: 24px;
  }

  .hero-text p {
    font-size: 16px;
  }

  .hero-text button {
    font-size: 18px;
    padding: 14px 28px;
  }

  /* Service cards */
  .service-card,
  .testimonial-card,
  .review-box,
  .why-card {
    width: 100%;
    max-width: 90%;
  }

  /* Footer */
  .footer-links,
  .footer-social {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-container {
    text-align: center;
  }

  .top-bar {
    font-size: 14px;
    display: grid;
    text-align: center;
  }
  .top-bar .seperator{
    display: none;
  }
  .who-gallery {
    display: inline-grid;

  }


  .why-columns ul {
    min-width : 286px;
  }
  .why-columns{
    gap: 0;
  }


}
.review-box a {
    text-decoration: none;
}