@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Tenor+Sans&display=swap");

body {
  font-family: "Lato", sans-serif !important;
  font-weight: 500 !important;
}
h2 {
  font-size: 40px;
}
p {
  font-size: 24px;
}
h6 {
  font-size: 20px !important;
}
.about-content .list-style-one {
  font-size: 20px !important;
}
.worldwide h2 {
  font-size: 30px !important;
}

.about-section:after {
  background: unset !important;
}
.about-content .list-style-one li {
  width: 100% !important;
  display: block !important;
}
.list-style-one li:before {
  font-size: 25px !important;
  line-height: 20px;
}

.about-three-image:before {
  display: none !important;
}
.about-three-image img:last-child {
  margin: 0 !important;
  width: 100% !important;
  height: 450px !important;
  object-fit: cover !important;
}

.main-header .logo {
  width: 220px;
  height: 50px;
}

.footer-logo img {
  width: 220px;
  height: 50px;
}
.footer-top .contact-info li i {
  background-color: #223187 !important;
}

.logo-carousel-wrap.style-two {
  transform: translateY(0px) !important;
}
.service-item-four {
  padding-top: 25px !important;
}
.service-title-area .category {
  color: #223187 !important;
  font-size: 20px !important;
}

.service-details-content .image img {
  /* width: 100% !important; */
  object-fit: cover !important;
  height: 400px;
}

.service-details-content .list-style-three li {
  width: 100% !important;
  display: block !important;
}

.list-style-three li:before {
  margin-right: 10px !important;
}

.main-menu .mobile-logo {
  width: 170px;
}

.gallery-section-two img {
  height: 300px;
  object-fit: cover;
}

.main-slider-wrap .slick-arrow,
.main-slider-wrap .slick-arrow i {
  color: #104cba !important;
}

.main-slider-wrap .slick-arrow:hover,
.main-slider-wrap .slick-arrow:focus {
  background-color: #104cba !important;
}

.main-slider-wrap .slick-arrow:hover i,
.main-slider-wrap .slick-arrow:focus i {
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.success-item .count-text,
.pricing-header .price {
  font-family: "Lato", sans-serif !important;
  font-weight: 600 !important;
}

.contact-info-item {
  width: 25%;
  padding-left: 35px;
  padding-right: 35px;
}

.modal-backdrop {
  display: none !important;
}

.value_section .service-item-four {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 0 !important;
  background-image: url(image/f-04.jpg);
  margin-bottom: 20px;
}

.value_section .service-item-four .category {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.value_section .service-item-four h6 {
  font-size: 16px;
  margin: 0;
}
.goals_section.value_section .service-item-four h6 {
  font-size: 17px !important;
}
.value_section .service-item-four:before {
  display: none !important;
}
.page-banner .page-title,
.page-banner .breadcrumb .breadcrumb-item a {
  color: #104cba;
}
.page-banner .page-title {
  font-size: 90px;
}
.breadcrumb-item.active {
  color: #223187 !important;
}

.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #223187 !important;
}
.page-banner {
  min-height: 250px;
}

.page-banner .breadcrumb {
  justify-content: center;
}
.feature-item {
  background-color: transparent;
  height: 100%;
  overflow: hidden;
}

.feature-content ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  margin-top: 15px;
  list-style: circle !important;
}

/* When .learn-more is hovered, show the list */
.feature-content:hover ul,
.feature-content:has(.learn-more:hover) ul {
  max-height: 500px; /* Adjust based on your content size */
  opacity: 1;
}
.main-slider-wrap .image:before {
  display: none !important;
}

.team-member .image {
  height: 360px;
  width: 100%;
}
.team-member .image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

.fact_title {
  font-size: 60px;
  font-weight: 700 !important;
}
.fact_text {
  font-size: 22px;
  font-weight: 500 !important;
  line-height: 50px;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.service-group {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.service-group .title {
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #2c3e94;
  color: #fff;
  padding: 10px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.service-group .title:hover {
  cursor: pointer;
}
.service-group .title:hover ~ ul {
  max-height: 500px;
  opacity: 1;
  transition: 0.25s all ease-in-out;
}
.service-group span:hover ~ ul {
  max-height: 500px;
  opacity: 1;
  transition: 0.25s all ease-in-out;
}
.service-group ul {
  margin: 0;
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.sub-title:hover ~ ul {
  max-height: 500px;
  opacity: 1;
  transition: 0.25s all ease-in-out;
}
.sub-title {
  font-weight: bold;
  color: #2c3e94;
  margin-bottom: 5px;
}

.consulting-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.consulting-columns > div {
  flex: 1 1 257px;
}

.counter-disc {
  display: block;
}
.counter-mob {
  display: none;
}
.footer-widget .text{
  font-size: 22px;
  margin-bottom: 10px;
}
.footer-widget ul li a{
  font-size: 20px;
  margin-bottom: 5px;
}

.value_item .service-title-area{
margin-right: 0px;
}

.value_item .service-four-content{
margin-top: 0px !important;
}

.main-slider-content p{
  font-size: 22px !important;
}

.feature-item .icon i{
  color:#fff
}

.list-style-two li{
font-size: 20px !important;
}
/* 🔹 Responsive Styles */
@media (max-width: 768px) {
  .title {
    font-size: 1.25rem;
  }
  .counter-mob {
    display: block;
  }

  .counter-disc {
    display: none;
  }
  .img-strip{
    display: none;
  }
  .consulting-columns {
    flex-direction: column;
  }

  .consulting-columns > div {
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 1.1rem;
    padding: 8px;
  }

  ul {
    padding-left: 15px;
  }
  .value_section .service-item-four{
    margin: 15px auto;
  }
}
