/* ============================
   Media Query: max-width 1200px
=============================== */
@media only screen and (max-width: 1200px) {
  /* Hero Section */
  .hero-information-image.text-end,
  .hero-information-content.common-list-item {
    width: 100%;
  }

  .hero-information-content.common-list-item {
    margin-top: 70px;
  }

  .long-card {
    display: grid;
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-content p {
    margin-bottom: 40px;
  }

  .round-card-group {
    display: grid;
  }

  .content-column {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}


/* ============================
   Media Query: max-width 767px
=============================== */
@media only screen and (max-width: 767px) {
  /* Navigation */
  ul.desktop-menu {
    display: none;
  }

  .mobile-area {
    display: block;
  }

  .desktop-menu li a,
  .mobile-menu li a {
    font-size: 14px;
  }

  .logo-menu-section__container {
    padding: 16px 16px;
  }

  /* Hero Section */
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .hero-content p,
  .hero-content h1 {
    margin-bottom: 20px;
  }

  .hero-information-content.common-list-item {
    width: 100%;
    margin-top: 40px;
  }

  .hero-information-content {
    max-height: unset;
    overflow: hidden;
    height: 100%;
  }

  .hero-information-image {
    margin-bottom: 20px;
  }

  .hero-information-wrapper {
    padding-bottom: 40px;
  }

  /* Texts */
  p {
    font-size: 18px;
    line-height: 26px;
  }

  h5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
  }

  h6 {
    font-size: 24px;
    line-height: 24px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .primary-btn-lg {
    font-size: 16px;
  }

  .text-link {
    font-size: 18px;
    line-height: 14px;
  }

  /* Common List */
  .common-list-item ul li {
    padding-left: 8px;
    margin-bottom: 30px;
  }

  .common-list-item ul li:last-child {
    margin-bottom: 0px;
  }

  .common-list-item ul li::before {
    width: 24px;
    height: 24px;
    left: -27px;
    top: 0px;
    background-size: 13px 19px;
  }

  /* Section Spacing */
  .section-padding-top {
    padding-top: 60px;
  }

  .section-padding-bottom {
    padding-bottom: 60px;
  }

  .section-padding-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .section-title h5 {
    margin-bottom: 15px;
  }

  /* Image Items */
  .image-item img {
    width: 115px;
  }

  .image-item-group {
    padding: 8px;
  }

  /* Long Cards */
  .long-card-group .long-card {
    top: 100px !important;
    grid-template-columns: 1fr;
    padding: 30px 15px;
    gap: 40px;
    margin-bottom: 40px;
  }

  .long-card .icon,
  .long-card .icon svg {
    width: 40px;
    height: 40px;
  }

  .long-card .icon {
    margin-right: 8px;
  }

  .long-card .content-wrapper {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .long-card .icon {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  /* Round Cards */
  .round-card-group {
    display: grid;
  }

  .round-card-group {
    display: block;
  }

 
.round-card {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.round-card-group .round-card:last-child{
  
    margin-bottom: 0px;
}
  .round-card svg {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  /* Circle */
  .circle-wrapper {
    height: 370px;
  }

  .circle img {
    width: 46px;
    height: 46px;
  }

  /* Accordion */
  .accordion {
    padding: 16px;
  }

  .accordion svg {
    width: 20px;
    height: 20px;
  }

  .accordion-group .accordion {
    margin-bottom: 8px;
  }

  .accordion .content {
    margin-top: 20px;
  }

  /* Content Columns */
  .content-column {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  /* Square Content Cards */
  .square-content-card .content {
    padding: 15px;
  }

  .square-content-card .content .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .square-content-card .content .top-info {
    display: flex;
    align-items: start;
    margin-bottom: 0px;
  }

  .square-content-card .content .top-info p {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }

  .square-content-card.slick-slide {
    margin: 0px 0px;
  }

  /* Bullet Buttons */
  a.bullet {
    font-size: 14px;
    line-height: 12px;
    padding: 10px 14px;
    border-radius: 8px;
  }

  /* Common Content Typography */
  .content-common p {
    font-size: 18px;
  }

  .content-common h1,
  .content-common h2,
  .content-common h3,
  .content-common h4,
  .content-common h5 {
    font-size: 20px;
  }

  /* Footer */
  .site-footer p {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
  }

  .footer-top .footer-top-item {
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-top .footer-top-item:last-child {
    margin-bottom: 0px;
  }

  .footer-links a,
  .footer-links li {
    font-size: 18px;
  }

  /* Contact & Social */
   .contact-form-wrapper {
    padding: 40px 8px;
}

  .social-icons {
    justify-content: center !important;
  }
  .content-common ul li {
    font-size: 18px;

}
section.page-banner_section {
    height: 90px;
}

.case-study-groups {
    display: grid;
    grid-template-columns: 1fr ;
    gap: 40px;
}
}


/* ============================
   Media Query: max-width 575px
=============================== */
@media only screen and (max-width: 575px) {
  .logo-menu-section__container {
    width: 94%;
    margin: 0px auto;
  }

  ul.mobile-menu {
    width: 94%;
    left: 3%;
    right: 3%;
  }
}
