/* ==================================================
   RESPONSIVE OVERRIDES
   ================================================== */
@media (min-width: 1400px) {}



/* --- Max Width: 1399px (Small Laptops) --- */
@media screen and (max-width: 1399px) {
  html {
    font-size: 86.8%;
  }

}


/* --- Max Width: 1199px (Tablets Landscape) --- */
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  header.header_main .stellarnav>ul>li+li {
    margin-left: 1rem;
  }

  header.header_main .gp-rig {
    gap: 2rem;
  }

  section.hmSec2 .services-content {
    max-width: 405px;
  }

  /* ! ------13-03-2026------ ! */
  .insights-list.pt-top-5 .row {
    gap: 3rem 0;
    margin-bottom: 3rem;
  }

  .insights-details h1 {
    font-size: 2.8rem;
  }

  .insights-details .contentarea img {
    margin-bottom: 4rem;
  }

  .insights-details .contentarea {
    padding: 3rem 0;
    margin-bottom: 3rem;
  }

  .insights-details .cs-pagination {
    margin-bottom: 3rem;
  }

  .insights-details .contentarea h3 {
    font-size: 2rem;
  }

  /* ! ------13-03-2026------ ! */

  .inner_banner .inner-banner-img {
    margin-right: 1.875rem;
  }
}

/* --- Max Width: 992px (Tablets Portrait) --- */
@media screen and (max-width: 992px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: normal;
  }

  section.defaultPadding,
  section.defaultPadding90 {
    padding: 3.75rem 0;
  }

  header.header_main .stellarnav>ul>li+li {
    margin-left: 0;
  }

  header.header_main .stellarnav>ul>li>a {
    padding: 12px;
  }

  .hm_banner .container {
    position: relative;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    transform: none;
  }

  .hm_banner .banner-content {
    max-width: 100%;
    padding: 30px 0;
    text-align: center;
  }

  .hm_banner .banner-content ul {
    justify-content: center;
  }

  .hm_banner .banner-content .banner-buttons {
    margin: 0 auto 1.875rem;
    justify-content: center;
  }

  .hm_banner .banner-content ul li .each-info {
    text-align: left;
  }

  .hm_banner .banner-img-fm {
    width: 100%;
    height: 600px;
  }

  header.header_main .rig_btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
    padding: 0.9375rem;
    margin: 0;
  }

  header.header_main .rig_btn a.link {
    border: none;
  }

  header.header_main .rig_btn .btn {
    position: relative;
    display: inline-flex;
    padding: 0.8125rem 1.25rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--Black, #000);
    font-family: "Apercu Pro";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 3.125rem;
    background: var(--Ochre, #d4a869);
    border: 1px solid var(--Ochre, #d4a869);
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
    gap: 0.75rem;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
  }

  .hm_banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--White, #fff) url(../images/bg-banner-img1.png) no-repeat center center;
    background-size: auto 32.5rem;
    background-position: center;
    height: 42.125rem;
    display: flex;
    align-items: center;
  }

  .list-card-wrap {
    flex-direction: column;
  }

  .list-card-wrap .content {
    padding-right: 1.25rem;
    width: 100%;
  }

  .list-card-wrap figure {

    width: 100%;
    position: static;
  }

  section.contact-section .contact-list ul li {
    gap: 1rem;
    font-size: 16px;
  }

  footer.bg-black {
    padding: 3.75rem 0 0;
  }

  .inner_banner .inner-banner-img {
    width: 22.5rem;
  }

  .inner_banner .top h1 {
    font-size: 2.5rem;
    line-height: normal;
  }

  section.acquisition-sec .acquisition-content h2 {
    line-height: normal;
  }

  section.hmSec2.servicesPg .services-content {
    max-width: 400px;
    width: 100%;
  }

  section.acquisition-sec .acquisition-img {
    opacity: 0.3;
  }

  /* ! ------13-03-2026------ ! */
  .insights-list.pt-top-5 .insights-list-box h3 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .insights-list.pt-top-5 {
    padding-top: 3.75rem;
  }

  /* ! ------13-03-2026------ ! */
}

/* --- Max Width: 767px (Mobile Phones Landscape) --- */
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.625rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: normal;
  }

  h3 {
    font-size: 1.25rem;
    line-height: normal;
  }

  h4 {
    font-size: 1.125rem;
    line-height: normal;
  }

  h5 {
    font-size: 1rem;
    line-height: normal;
  }

  h6 {
    font-size: 0.875rem;
    line-height: normal;
  }

  section.defaultPadding,
  section.defaultPadding90 {
    padding: 1.875rem 0;
  }

  header.header_main {
    position: relative;
    background: #fff;
  }

  header.header_main .logo {
    margin: 0;
  }

  header.header_main .top_header ul.info-ft li {
    margin: 0 12px;
  }

  header.header_main .top_header ul.info-ft li+li::before {
    left: -0.95rem;
  }

  header.header_main .stellarnav>ul>li.rig-btn-item .rig_btn {
    margin-top: 0;
    padding: 15px;
  }

  header.header_main .stellarnav>ul>li.rig-btn-item .rig_btn .btn {
    display: inline-flex;
    border: 1px solid #b8860b;
  }

  header.header_main .top_header ul.info-ft {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #818181;
    padding-bottom: 8px;
  }

  header.header_main .top_header ul.info-ft li .social-links ul {
    display: flex;
    gap: 1rem;
  }

  header.header_main .gp-rig {
    padding: 0;
  }

  .hm_banner .banner-content ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .hm_banner .banner-content ul li+li::before {
    display: none;
  }

  .process_item {
    margin: 0 0 1.25rem;
  }

  section.hmSec2 {
    text-align: center;
  }

  .tick-pill-wrap {
    margin-top: 1.2rem;
  }

  .contact-section {
    text-align: center;
  }

  section.contact-section .contact-list ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin: 0 0 20px;
  }

  footer.bg-black .footer-top-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
    align-content: center;
  }

  footer.bg-black .footer-top-content>*:nth-child(1) {
    order: 2;
  }

  footer.bg-black .footer-top-content>*:nth-child(2) {
    order: 1;
  }

  footer.bg-black .footer-top-content>*:nth-child(3) {
    order: 3;
  }

  footer.bg-black {
    padding: 1.875rem 0 0;
  }

  .footer-logo {
    margin: 0 0 1.25rem;
  }

  footer.bg-black .footer-top-block {
    padding-bottom: 1.875rem;
  }

  section.contact-section .contact-form-lined label.market-label {
    text-align: left;
  }

  .inner_banner .top h1 {
    font-size: 1.625rem;
    line-height: normal;
    margin: 0 0 5px;
  }

  .inner_banner .inner-banner-img {
    width: 100%;
    height: 360px;
    text-align: center;
  }

  .inner_banner .inner-banner-img img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    -webkit-object-fit: cover;
    object-position: bottom;
  }

  .inner_banner .top {
    text-align: center;
  }

  .inner_banner .top .brdcump {
    justify-content: center;
  }

  section.acquisition-sec {
    text-align: center;
  }

  section.acquisition-sec .acquisition-content .feature-icon-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.875rem;
    flex-direction: column;
    gap: 0.625rem;
  }

  .principles .principles-bx .text h3 {
    margin-bottom: 0.5rem;
  }

  section.hmSec3 {
    text-align: center;
  }

  .principles .principles-bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: center;
  }

  .tick-pill-wrap .tick-pill-item span {
    text-align: left;
  }

  section.inner-contactPg .contact-market-card .card-title-wrap {
    margin-bottom: 1rem;
  }

  section.inner-contactPg .contact-market-card .card-title-wrap {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
    flex-direction: column;
  }

  section.inner-contactPg .contact-market-card .card-contact-info ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
  }

  section.inner-contactPg .contact-market-card .card-title-wrap .line-divider::after {
    content: "";
    position: absolute;
    right: -0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: var(--Navy-Blue-Primary, #0c1828);
    border-radius: 50%;
  }

  section.inner-contactPg .contact-market-card .card-title-wrap .line-divider {
    background-color: #6d6561;
  }

  /* ! ------13-03-2026------ ! */
  .insights-list.pt-top-5 .insights-list-box {
    text-align: center;
  }

  .insights-list.pt-top-5 {
    padding-top: 1.85rem;
  }

  .insights-list.pt-top-5 .insights-list-box h3+p {
    justify-content: center;
  }

  .insights-details h1 {
    font-size: 2.4rem;
  }

  .insights-details .cs-breadcrumb ul {
    gap: 0.4rem 2.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .insights-details .contentarea {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }

  .insights-details .contentarea img {
    margin-bottom: 2rem;
  }

  .insights-details .contentarea h3 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    line-height: 2.5rem;
  }

  .insights-details .cs-pagination {
    margin-bottom: 1.5rem;
  }

  .insights-details .contentarea p {
    margin-bottom: 2.1rem;
  }

  .insights-details {
    text-align: center;
  }

  /* ! ------13-03-2026------ ! */

  .market-buttons {
    display: flex;
    flex-wrap: wrap;
  }

  .entry-modal .modal-body .modal-body-content h1 {
    font-size: 1.875rem;
    line-height: normal;
  }

  .entry-modal .modal-header {
    padding: 1rem 1.5rem;
  }

  .socail-whatsapp {
    right: 15px;
    bottom: 15px;
  }

  .socail-whatsapp a {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 567px) {
  .inner_banner .inner-banner-img {
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .inner_banner {
    height: 20rem;
  }
}