:root {
  --main-color: #c9454d;
  --footer-blue: #13262f;
  --offwhite-background: #fffcf4;
}

/* Style the active class, and buttons on mouse-over */
.active {
  color: #c9454d !important;
}
a {
  text-decoration: none;
}

/* custome elements  */
.container {
  max-width: 90vw;
}

.heading-main h2 {
  text-align: center;
  font-size: 3vw;
  font-weight: 700;
}

.heading-main h2 span {
  color: #9b0034;
}

.heading-main p {
  text-align: center;
  margin-top: 15px;
}

/* navbar style  */

.main-navbar {
  background-color: white;
  box-shadow: 1px 1px 9px 2px #00000012;
  position: sticky;
  top: 0;
  z-index: 999;
}

.main-navbar .main-navbar-left-logo img {
  width: 400px;
  margin: 10px 0px;
}

.main-navbar .main-navbar-right-menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.main-navbar .main-navbar-right-menu ul li {
  display: inline-block;
}

.main-navbar .main-navbar-right-menu ul li a {
  padding: 35px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: 600;
  transition: all 1s;
}

.main-navbar .main-navbar-right-menu ul li a:hover {
  color: var(--main-color);
  text-decoration: none;
}

/* top banner style  */

/* how racap  */

/* about racap  */

.about-racap .about-racap-main-two {
  padding: 50px 0px;
}

.about-racap .about-racap-main-two h3 {
  font-size: 1.667vw;
  color: #9b0034;
  font-weight: bold;
}

.about-racap .about-racap-main-two h2 {
  font-size: 2vw;
  font-weight: 700;
  margin: 10px 0px;
}

/* footer sction  */

.footer-main {
  background-color: var(--footer-blue);
  color: white;
  padding: 40px 0px;
}
.footer-main-left {
  max-width: 640px;
}

.footer-main .footer-main-left img {
  width: 60%;
  border-radius: 10px;
}

.footer-main .footer-main-left p {
  margin-top: 20px;
  font-size: 1.136vw;
}

.footer-main .footer-main-right h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-main .footer-main-right ul {
  list-style: none;
  padding: 0px;
}

.footer-main .footer-main-right ul li {
  margin-bottom: 15px;
  font-weight: 300;
}

.footer-main .footer-main-right ul li a {
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: all 1s;
  font-size: 0.994vw;
}

.footer-main .footer-main-right ul li a:hover {
  text-decoration: underline;
}
.footer-links {
  text-align: right;
}


.menu-togall-icon {
  display: none;
}


@media screen and (max-width: 860px) {
  .container {
    max-width: 100%;
  }

  .main-navbar-right-menu {
    display: none;
  }

  .menu-togall-icon {
    display: block;
  }

  .main-navbar-right-mobile ul {
    list-style: none;
    line-height: 2.5;
    padding: 0;
  }

  .main-navbar-right-mobile ul li {
    border-bottom: 1px solid #efefef;
  }

  .main-navbar-right-mobile ul li a {
    color: #13262f;
  }

  .footer-main .footer-main-right h3 {
    margin-top: 20px;
  }


  .about-racap .about-racap-main-two h2 {
    font-size: 28px;
  }

  .heading-main h2 {
    font-size: 34px;
  }
  .about-racap .about-racap-main-two {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 768px) {
  .about-racap .about-racap-main-two h3 {
    font-size: 2.667vw;
  }

  .footer-main .footer-main-left p,
  .footer-main .footer-main-right ul li a {
    font-size: 2.136vw;
  }
}

@media screen and (max-width: 576px) {
   
  .footer-links {
    text-align: center !important;
  }

  .about-racap .about-racap-main-two h3 {
    font-size: 18px;
  }

  .footer-main .footer-main-left img {
    width: 100%;
  }

  .footer-main .footer-main-left p,
  .footer-main .footer-main-right ul li a {
    font-size: 4.136vw;
  }

  .heading-main h2 {
    font-size: 30px;
  }
}

.social i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 8px;
}

/* Facebook */
.social.facebook i {
    background: #1877F2;
}

/* Instagram */
.social.instagram i {
    background: #E4405F;
}

/* Twitter */
.social.twitter i {
    background: #1DA1F2;
}

/* LinkedIn */
.social.linkedin i {
    background: #0A66C2;
}

/* YouTube */
.social.youtube i {
    background: #FF0000;
}

  /* =========================================
       OUR PROJECTS PAGE
    ========================================= */

    /* Hero Heading */


    /* Main Project */
    .project-card {
      max-width: 1100px;
      margin: auto;
      background: #ffffff;
      border-radius: 25px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
      border: 1px solid #eeeeee;
    }


    /* Left Visual */


    /* Right Content */


    /* Feature */

    .feature-icon {
      width: 45px;
      height: 45px;
      min-width: 45px;
      border-radius: 12px;
      background: #f9e9e9;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .feature-icon i {
      color: #c62828;
      font-size: 18px;
    }


    /* CTA */


    /* Coming Soon */


    /* Bottom Message */

    /* Responsive: stack project visual and content on small screens */

/* ===================================
   VISION & MISSION SECTION
=================================== */

.vision {
    position: relative;
    padding: 90px 0;
    background: var(--offwhite-background, #fffcf4);
    overflow: hidden;
}

/* Decorative background circles */
.vision::before,
.vision::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.vision::before {
    width: 280px;
    height: 280px;
    top: -140px;
    left: -100px;
    background: rgba(201, 69, 77, 0.06);
}

.vision::after {
    width: 350px;
    height: 350px;
    right: -180px;
    bottom: -180px;
    border: 55px solid rgba(201, 69, 77, 0.05);
}

.vision .container {
    position: relative;
    z-index: 2;
}

/* Vision and Mission cards */
.vision .info-card {
    position: relative;
    height: 100%;
    min-height: 440px;
    padding: 42px 38px;
    background: #ffffff;
    border: 1px solid rgba(201, 69, 77, 0.22);
    border-top: 5px solid #9b0034;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(19, 38, 47, 0.08);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.vision .info-card:hover {
    transform: translateY(-8px);
    border-color: var(--main-color, #c9454d);
    box-shadow: 0 20px 45px rgba(201, 69, 77, 0.14);
}

/* Mission card variation */
.vision .info-card.mission {
    background: linear-gradient(
        145deg,
        #ffffff 0%,
        #fff8f1 100%
    );
}

/* Large background numbers */
.vision .big-no {
    position: absolute;
    top: 5px;
    right: 24px;
    color: rgba(201, 69, 77, 0.07);
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
    user-select: none;
    transition: all 0.35s ease;
}

.vision .info-card:hover .big-no {
    color: rgba(201, 69, 77, 0.12);
    transform: translateY(4px);
}

/* Icon box */
.vision .feature-icon {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #9b0034;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(201, 69, 77, 0.25);
    transition:
        transform 0.35s ease,
        border-radius 0.35s ease;
}

.vision .feature-icon i {
    font-size: 30px;
    line-height: 1;
}

.vision .info-card:hover .feature-icon {
    transform: rotate(-5deg) scale(1.07);
    border-radius: 50%;
}

/* Small label */
.vision .label {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 15px;
    color: var(--main-color, #c9454d);
    background: rgba(201, 69, 77, 0.08);
    border: 1px solid rgba(201, 69, 77, 0.18);
    border-radius: 30px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Card heading */
.vision .info-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 18px;
    color: var(--footer-blue, #13262f);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

/* Description */
.vision .text-muted-custom {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
    color: #67747a;
    font-size: 16px;
    line-height: 1.8;
}

/* Bottom quote */
.vision .quote {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 24px;
    padding: 17px 20px;
    color: var(--footer-blue, #13262f);
    background: #fff8f1;
    border-left: 4px solid var(--main-color, #c9454d);
    border-radius: 0 12px 12px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

/* Bottom hover line */
.vision .info-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    margin: auto;
    background: var(--main-color, #c9454d);
    transition: width 0.4s ease;
}

.vision .info-card:hover::after {
    width: 100%;
}

/* Tablet */
@media (max-width: 991px) {
    .vision {
        padding: 70px 0;
    }

    .vision .info-card {
        min-height: auto;
        padding: 35px 30px;
    }

    .vision .info-card h3 {
        font-size: 27px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .vision {
        padding: 55px 0;
    }

    .vision .info-card {
        padding: 28px 22px;
        border-radius: 15px;
    }

    .vision .feature-icon {
        width: 60px;
        height: 60px;
        border-radius: 14px;
    }

    .vision .feature-icon i {
        font-size: 26px;
    }

    .vision .info-card h3 {
        font-size: 24px;
        line-height: 1.35;
    }

    .vision .text-muted-custom {
        font-size: 15px;
    }

    .vision .quote {
        padding: 14px 16px;
        font-size: 14px;
    }

    .vision .big-no {
        top: 12px;
        right: 16px;
        font-size: 75px;
    }
}
 
 /* ==================================
   WHAT RACAP DOES
================================== */

.racap-work-section {
    position: relative;
    padding: 45px;
    background-color: var(--offwhite-background, #fffcf4);
    border: 1px solid rgba(201, 69, 77, 0.15);
    border-radius: 22px;
    overflow: hidden;
}

/* Background design */
.racap-work-section::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -80px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(201, 69, 77, 0.05);
}

.racap-work-section > .row {
    position: relative;
    z-index: 2;
}

/* Left-side heading */
.racap-label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 16px;
    color: var(--main-color, #c9454d);
    background: rgba(201, 69, 77, 0.08);
    border: 1px solid rgba(201, 69, 77, 0.2);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.racap-work-heading {
    padding-right: 25px;
}

.racap-work-heading h3 {
    margin: 0 0 17px;
    color: var(--footer-blue, #13262f);
    font-size: 35px;
    font-weight: 800;
    line-height: 1.25;
}

.racap-work-heading h3 span {
    display: block;
    color: #9b0034;
}

.racap-work-heading > p {
    margin: 0;
    color: #6b777c;
    font-size: 15px;
    line-height: 1.7;
}

/* Individual cards */
.racap-work-item {
    height: 100%;
    min-height: 135px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid rgba(201, 69, 77, 0.15);
    border-radius: 15px;
    box-shadow: 0 7px 20px rgba(19, 38, 47, 0.05);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.racap-work-item:hover {
    transform: translateY(-5px);
    border-color: var(--main-color, #c9454d);
    box-shadow: 0 14px 30px rgba(201, 69, 77, 0.12);
}

/* Icon */
.work-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #9b0034;
    border-radius: 13px;
    box-shadow: 0 7px 16px rgba(201, 69, 77, 0.22);
    transition: transform 0.3s ease;
}

.work-icon i {
    font-size: 20px;
    line-height: 1;
}

.racap-work-item:hover .work-icon {
    transform: rotate(-6deg) scale(1.08);
}

/* Card text */
.racap-work-item h4 {
    margin: 0 0 5px;
    color: var(--footer-blue, #13262f);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
}

.racap-work-item p {
    margin: 0;
    color: #718087;
    font-size: 13px;
    line-height: 1.6;
}

/* Tablet */
@media (max-width: 991px) {
    .racap-work-section {
        padding: 35px 28px;
    }

    .racap-work-heading {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .racap-work-heading h3 {
        font-size: 31px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .racap-work-section {
        padding: 28px 18px;
        border-radius: 16px;
    }

    .racap-work-heading h3 {
        font-size: 27px;
    }

    .racap-work-item {
        min-height: auto;
        padding: 18px 15px;
    }

    .work-icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
        border-radius: 11px;
    }

    .work-icon i {
        font-size: 18px;
    }
}
/* =====================================
   COMMON SECTION STYLES
===================================== */

.section {
    padding: 90px 0;
}

.section-heading {
    max-width: 801px;
}

.section-label {
    display: inline-block;
    margin-bottom: 13px;
    padding: 7px 16px;
    color: #9b0034;
    background: rgba(201, 69, 77, 0.08);
    border: 1px solid rgba(201, 69, 77, 0.18);
    border-radius: 30px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-heading h2 {
    margin: 0 0 15px;
    color: var(--footer-blue, #13262f);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.section-heading h2 span {
    color: #9b0034;
}

.section-heading > p {
    margin: 0;
    color: #6f7b80;
    font-size: 17px;
}


/* =====================================
   ACROSS THE SECTOR
===================================== */

.sector-section {
    background: #ffffff;
}

.feature-icon {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #ffffff;
    background: #9b0034;
    border-radius: 17px;
    box-shadow: 0 10px 22px rgba(201, 69, 77, 0.23);
    transition: transform 0.35s ease;
}

.feature-icon i {
    font-size: 28px;
    line-height: 1;
}


/* =====================================
   OUR APPROACH
===================================== */

.approach-section {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at top right,
            rgba(201, 69, 77, 0.25),
            transparent 35%
        ),
        var(--footer-blue, #13262f);
}

.approach-section::before {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -170px;
    width: 380px;
    height: 380px;
    border: 60px solid rgba(255, 255, 255, 0.025);
    border-radius: 50%;
}

.approach-section .container {
    position: relative;
    z-index: 2;
}

.light-label {
    color: #ffffff;
    background: rgba(201, 69, 77, 0.25);
    border-color: rgba(255, 255, 255, 0.18);
}

.approach-content h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.approach-content h2 span {
    display: block;
    color: #f47b1a;
}

.approach-content > p {
    max-width: 480px;
    color: #b8c4ca;
    font-size: 16px;
}

.approach-line {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 35px;
    color: #f47b1a;
    font-size: 26px;
}

.approach-line span {
    width: 110px;
    height: 2px;
    background: linear-gradient(
        90deg,
        var(--main-color, #c9454d),
        transparent
    );
}

.approach-card {
    position: relative;
    height: 100%;
    min-height: 220px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

.approach-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(239, 123, 130, 0.65);
}

.approach-number {
    position: absolute;
    top: 10px;
    right: 18px;
    color: rgba(255, 255, 255, 0.1);
    font-size: 32px;
    font-weight: 900;
}

.approach-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--main-color, #c9454d);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(201, 69, 77, 0.28);
}

.approach-icon i {
    font-size: 22px;
}

.approach-card h3 {
    margin: 22px 0 8px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.approach-card p {
    margin: 0;
    color: #aebdc4;
    font-size: 14px;
    line-height: 1.7;
}


/* =====================================
   OUR PROJECTS
===================================== */

.projects-section {
    background: #ffffff;
}

.project-card {
    position: relative;
    overflow: hidden;
    background: var(--offwhite-background, #fffcf4);
    border: 1px solid rgba(201, 69, 77, 0.18);
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(19, 38, 47, 0.07);
}

.project-body {
    padding: 45px 50px 50px;
}

.project-body h3 {
    margin: 5px 0 10px;
    color: var(--footer-blue, #13262f);
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
}

.project-body h4 {
    margin: 0 0 15px;
    color: var(--main-color, #c9454d);
    font-size: 18px;
    font-weight: 700;
}

.project-body > .row > div > p {
    margin-bottom: 25px;
    color: #6e7b81;
    font-size: 15px;
}

.project-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.project-button i {
    transition: transform 0.3s ease;
}

.project-button:hover i {
    transform: translateX(5px);
}

/* Audience items */

.audience-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #9b0034;
    border-radius: 12px;
}

.audience-icon i {
    font-size: 18px;
}

/* RACMart */


/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 991px) {
    .section {
        padding: 70px 0;
    }

    .section-heading h2,
    .approach-content h2 {
        font-size: 37px;
    }

    .project-body {
        padding: 38px 32px;
    }

    .project-body h3 {
        font-size: 31px;
    }

    .approach-content {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .section {
        padding: 55px 0;
    }

    .section-heading h2,
    .approach-content h2 {
        font-size: 30px;
    }

    .project-body {
        padding: 30px 20px;
    }

    .project-body h3 {
        font-size: 27px;
    }
}

/* =====================================
   CLOSING / CONTACT SECTION
===================================== */

/* Right contact card */
.closing-contact-box {
    position: relative;
    padding: 40px 35px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.closing-contact-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 5px;
    background: var(--main-color, #c9454d);
    border-radius: 0 0 0 10px;
}

/* Main icon */
.contact-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #ffffff;
    background: var(--main-color, #c9454d);
    border-radius: 17px;
    box-shadow: 0 10px 25px rgba(201, 69, 77, 0.3);
}

.contact-icon i {
    font-size: 27px;
}

.small-heading {
    display: block;
    margin-bottom: 6px;
    color: #ef7b82;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.closing-contact-box h3 {
    margin: 0 0 11px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
}

.closing-contact-box > p {
    margin-bottom: 24px;
    color: #afbec4;
    font-size: 14px;
    line-height: 1.7;
}

/* Email button */
.contact-email-button {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 14px 17px;
    color: var(--footer-blue, #13262f);
    background: #ffffff;
    border-radius: 12px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.contact-email-button:hover {
    color: var(--footer-blue, #13262f);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.contact-email-button > i:first-child {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #950029;
    border-radius: 10px;
    font-size: 17px;
}

.contact-email-button span {
    display: flex;
    flex: 1;
    flex-direction: column;
    line-height: 1.35;
}

.contact-email-button small {
    color: #78858a;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-email-button strong {
    color: var(--footer-blue, #13262f);
    font-size: 15px;
}

.contact-email-button .arrow-icon {
    color: var(--main-color, #c9454d);
    transition: transform 0.3s ease;
}

.contact-email-button:hover .arrow-icon {
    transform: translateX(5px);
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 991px) {
    .closing-contact-box {
        padding: 35px 30px;
    }
}

@media (max-width: 576px) {
    .closing-contact-box {
        padding: 30px 20px;
        border-radius: 16px;
    }

    .closing-contact-box h3 {
        font-size: 26px;
    }

    .contact-email-button {
        padding: 12px;
        gap: 11px;
    }

    .contact-email-button strong {
        font-size: 13px;
    }
}
/* =====================================
   HERO SECTION
===================================== */

.hero-section {
    position: relative;
    min-height: 695px;
    padding-top: 80px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 80% 38%,
            rgba(201, 69, 77, 0.32),
            transparent 28%
        ),
        linear-gradient(
            125deg,
            #0e2029 0%,
            var(--footer-blue, #13262f) 50%,
            #1c3641 100%
        );
    overflow: hidden;
}

/* Grid effect */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );
    background-size: 55px 55px;
    pointer-events: none;
}

.hero-section > .container {
    position: relative;
    z-index: 3;
}

/* Decorative shapes */
.hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-shape-one {
    top: -270px;
    right: -230px;
    width: 750px;
    height: 750px;
    border: 1px solid rgba(255, 255, 255, 0.045);
}

.hero-shape-two {
    top: -170px;
    right: -110px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(201, 69, 77, 0.13);
}

/* Hero content */
.hero-copy {
    padding: 0px 0 85px;
}

.hero-copy h1 {
    max-width: 750px;
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(45px, 5vw, 60px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -2px;
}

.hero-copy h1 span {
    display: block;
    color: #f37f1d;
}

.hero-sub {
    max-width: 680px;
    margin: 0 0 15px;
    color: #edf2f4;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
}

.hero-desc {
    max-width: 660px;
    margin: 0;
    color: #afc0c7;
    font-size: 16px;
    line-height: 1.8;
}

/* Hero buttons */
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.hero-primary-button,
.hero-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 11px 23px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 800;
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.hero-primary-button {
    color: #ffffff;
    background: var(--main-color, #c9454d);
    border: 2px solid var(--main-color, #c9454d);
    box-shadow: 0 10px 25px rgba(201, 69, 77, 0.28);
}

.hero-primary-button:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(201, 69, 77, 0.38);
}

.hero-outline-button {
    color: #ffffff;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.28);
}

.hero-outline-button:hover {
    color: var(--footer-blue, #13262f);
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-3px);
}

.hero-primary-button i,
.hero-outline-button i {
    transition: transform 0.3s ease;
}

.hero-primary-button:hover i,
.hero-outline-button:hover i {
    transform: translateX(4px);
}

/* Trust information */

/* =====================================
   COMPLIANCE WORLD
===================================== */

.orbit-one {
    width: 350px;
    height: 350px;
}

.orbit-two {
    width: 245px;
    height: 350px;
}

.orbit-three {
    width: 350px;
    height: 135px;
}

/* Floating cards */

/* Orbit dots */

.dot-one {
    top: 72px;
    left: 49%;
}

.dot-two {
    top: 50%;
    left: 9%;
}

.dot-three {
    top: 48%;
    right: 9%;
}

/* =====================================
   HERO STATS
===================================== */

.hero-stats {
    position: relative;
    z-index: 5;
    padding: 25px 0;
    background: rgba(5, 18, 28, 0.65);
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.hero-stat {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 4px 20px;
    border-left: 2px solid var(--main-color, #c9454d);
}

.hero-stat > i {
    color: #f48433;
    font-size: 21px;
}

.hero-stat strong,
.hero-stat span {
    display: block;
}

.hero-stat strong {
    color: #ffffff;
    font-size: 16px;
}

.hero-stat span {
    color: #8ea7b1;
    font-size: 10px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 991px) {
    .hero-section {
        padding-top: 75px;
    }

    .hero-copy {
        padding: 0px 0 15px;
    }
}

@media (max-width: 576px) {
    .hero-copy {
        /*padding-top: 50px;*/
    }

    .hero-copy h1 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .hero-sub {
        font-size: 17px;
    }

    .hero-buttons {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-primary-button,
    .hero-outline-button {
        width: 100%;
    }

    .hero-stats {
        padding: 22px 0;
    }

    .hero-stat {
        padding: 4px 8px;
        gap: 8px;
    }

    .hero-stat > i {
        font-size: 17px;
    }

    .hero-stat strong {
        font-size: 14px;
    }

    .hero-stat span {
        font-size: 8px;
    }
}
/* =========================================
   WORLD MAP LEGEND AND AUDIENCE TAGS
========================================= */

/* Main legend */
.map-legend {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 22px auto 45px;
    padding: 0 20px;
}

/* Single legend item */
.map-legend .legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #735f5f;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
}

/* Coloured legend circle */
.map-legend .legend-item > span {
    width: 10px;
    height: 10px;
    min-width: 10px;
    display: inline-block;
    border-radius: 50%;
}


/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 991px) {
    .map-legend {
        gap: 10px 18px;
        margin-bottom: 35px;
    }

}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 576px) {
    .map-legend {
        justify-content: flex-start;
        gap: 10px 14px;
        margin: 18px auto 30px;
        padding: 0 4px;
    }

    .map-legend .legend-item {
        width: calc(50% - 7px);
        align-items: flex-start;
        white-space: normal;
        font-size: 10px;
    }

    .map-legend .legend-item > span {
        width: 9px;
        height: 9px;
        min-width: 9px;
        margin-top: 2px;
    }

}


/* Very small mobile */
@media (max-width: 390px) {
    .map-legend .legend-item {
        width: 100%;
    }

}
/* =====================================
   OUR PROJECTS SECTION
===================================== */

.projects-section {
    position: relative;
    padding: 95px 0;
    background: #ffffff;
}

/* Section heading */
.projects-heading {
    max-width: 780px;
    margin-bottom: 55px;
}

.projects-heading .section-label,
.project-category {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 16px;
    color: var(--main-color, #c9454d);
    background: rgba(201, 69, 77, 0.08);
    border: 1px solid rgba(201, 69, 77, 0.2);
    border-radius: 30px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.projects-heading h2 {
    margin: 0 0 15px;
    color: var(--footer-blue, #13262f);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.projects-heading h2 span {
    color: var(--main-color, #c9454d);
}

.projects-heading > p {
    margin: 0;
    color: #6f7d83;
    font-size: 17px;
    line-height: 1.8;
}

/* =====================================
   COMMON PROJECT CARD
===================================== */

.project-card {
    position: relative;
    margin-bottom: 32px;
    background: var(--offwhite-background, #fffcf4);
    border: 1px solid rgba(201, 69, 77, 0.2);
    border-radius: 21px;
    box-shadow: 0 14px 40px rgba(19, 38, 47, 0.07);
    overflow: hidden;
}

.project-card:last-child {
    margin-bottom: 0;
}

.project-number {
    display: inline-block;
    padding: 11px 24px;
    color: #ffffff;
    background: #b0003a;
    border-radius: 0 0 14px 0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.project-body {
    padding: 44px 49px 50px;
}

/* Project headings */
.project-body h3 {
    max-width: 690px;
    margin: 0 0 8px;
    color: var(--footer-blue, #13262f);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.22;
}

.project-body h4 {
    margin: 0 0 16px;
    color: var(--main-color, #c9454d);
    font-size: 18px;
    font-weight: 800;
}

.project-body .col-lg-7 > p {
    max-width: 710px;
    margin-bottom: 18px;
    color: #697a82;
    font-size: 15px;
    line-height: 1.75;
}

/* =====================================
   PROJECT BUTTONS
===================================== */

.project-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 48px;
    margin-top: 6px;
    padding: 11px 22px;
    color: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.project-button:hover {
    color: #ffffff;
    transform: translateY(-3px);
}

.gma-button {
    background: linear-gradient(
        135deg,
        #ff7f2a,
        #ee5f20
    );
    box-shadow: 0 9px 22px rgba(238, 95, 32, 0.2);
}

.racmart-button {
    background: #f06321;
    box-shadow: 0 9px 22px rgba(201, 69, 77, 0.22);
}

/* =====================================
   GET MY APPROVAL AUDIENCE CARDS
===================================== */

.project-audience-list {
    display: grid;
    gap: 13px;
}

.audience-card {
   display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 82px;
    padding: 17px;
    background: #ffffff;
    border: 1px solid rgba(201, 69, 77, 0.15);
    border-radius: 13px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
}

.audience-card:hover {
    transform: translateX(5px);
    border-color: var(--main-color, #c9454d);
    box-shadow: 0 10px 25px rgba(201, 69, 77, 0.1);
}

.audience-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #b0003a;
    border-radius: 12px;
}

.audience-card h5 {
    margin: 0 0 3px;
    color: var(--footer-blue, #13262f);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.audience-card p {
    margin: 0;
    color: #718087;
    font-size: 12px;
    line-height: 1.55;
}

/* =====================================
   RACMART PROJECT
===================================== */

.racmart-project {
    background:
        linear-gradient(
            145deg,
            #fffaf5 0%,
            #fff5ed 100%
        );
}

.racmart-project .project-number {
    background: var(--main-color, #c9454d);
}

/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {
    .projects-section {
        padding: 75px 0;
    }

    .projects-heading h2 {
        font-size: 38px;
    }

    .project-body {
        padding: 38px 32px;
    }

    .project-body h3 {
        font-size: 31px;
    }

    .project-audience-list {
        margin-top: 5px;
    }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width: 576px) {
    .projects-section {
        padding: 60px 0;
    }

    .projects-heading {
        margin-bottom: 38px;
    }

    .projects-heading h2 {
        font-size: 31px;
    }

    .projects-heading > p {
        font-size: 15px;
    }

    .project-card {
        border-radius: 16px;
    }

    .project-number {
        padding: 9px 15px;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .project-body {
        padding: 28px 18px 32px;
    }

    .project-category {
        padding: 6px 12px;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .project-body h3 {
        font-size: 27px;
    }

    .project-body h4 {
        font-size: 16px;
    }

    .project-body .col-lg-7 > p {
        font-size: 14px;
    }

    .project-button {
        width: 100%;
        min-height: 48px;
    }

    .audience-card {
        min-height: auto;
        padding: 15px;
    }

    .audience-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
}
/* =====================================
   RACMART EXHIBITION IMAGE
===================================== */

.exhibition-visual {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin: auto;
    padding: 0 12px 25px 0;
}

.exhibition-image {
    position: relative;
    width: 100%;
    height: 470px;
    background: #e9e9e9;
    border: 7px solid #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(19, 38, 47, 0.17);
}

.exhibition-image > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.exhibition-visual:hover .exhibition-image > img {
    transform: scale(1.06);
}

/* Image dark gradient */
.image-overlay {
    position: absolute;
    inset: 0;
    /*background: linear-gradient(*/
    /*    180deg,*/
    /*    rgba(19, 38, 47, 0.05) 25%,*/
    /*    rgba(19, 38, 47, 0.92) 100%*/
    /*);*/
    pointer-events: none;
}

/* Top badge */

/* Bottom caption */

/* Feature pills */

/* Tablet */
@media (max-width: 991px) {
    .exhibition-visual {
        max-width: 520px;
        margin-top: 10px;
    }

    .exhibition-image {
        height: 420px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .exhibition-visual {
        width: calc(100% - 5px);
        padding: 0 0 28px;
    }

    .exhibition-image {
        height: 370px;
        border-width: 5px;
        border-radius: 17px;
    }

}
/* ======================================
   ANIMATED GLOBAL COMPLIANCE GRAPHIC
====================================== */

.compliance-animation {
    position: relative;
    width: min(100%, 590px);
    aspect-ratio: 1 / 0.82;
    min-height: 440px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

/* Background glow */

.compliance-animation::before {
    content: "";
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(201, 69, 77, 0.2) 0%,
        rgba(201, 69, 77, 0.06) 42%,
        transparent 72%
    );
    animation: backgroundGlow 3.5s ease-in-out infinite;
}

/* Center circle */

.compliance-core {
    position: relative;
    z-index: 10;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(145deg, #ed5962, #bd3541);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 0 0 14px rgba(201, 69, 77, 0.09),
        0 22px 35px rgba(0, 0, 0, 0.3),
        0 0 45px rgba(201, 69, 77, 0.25);
    animation: corePulse 3s ease-in-out infinite;
}

.core-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 8px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--main-color);
    background: #ffffff;
    font-size: 24px;
}

.compliance-core strong {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
}

.compliance-core small {
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: 1.8px;
}

/* Animated orbit lines */

.orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(230, 94, 105, 0.38);
    border-radius: 50%;
    pointer-events: none;
}

.orbit-one {
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
    animation: orbitRotate 14s linear infinite;
}

.orbit-two {
    width: 355px;
    height: 205px;
    margin: -102.5px 0 0 -177.5px;
    animation: orbitRotate 10s linear infinite reverse;
}

.orbit-three {
    width: 205px;
    height: 355px;
    margin: -177.5px 0 0 -102.5px;
    animation: orbitRotate 12s linear infinite;
}

/* Orbit moving dots */

.orbit-dot {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ff7d85;
    box-shadow:
        0 0 8px #ff7d85,
        0 0 18px rgba(255, 125, 133, 0.75);
}

.dot-one {
    top: -6px;
    left: 50%;
}

.dot-two {
    right: -6px;
    top: 50%;
}

.dot-three {
    bottom: -6px;
    left: 50%;
}

/* Information cards */

.compliance-card {
    position: absolute;
    z-index: 12;
    width: 193px;
    min-height: 64px;
    padding: 11px 14px;
    border: 1px solid rgba(238, 106, 114, 0.4);
    border-radius: 11px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #ffffff;
    background: rgba(19, 38, 47, 0.93);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.card-icon {
    flex: 0 0 27px;
    color: #ff747e;
    font-size: 30px;
    text-align: center;
}

.compliance-card small,
.compliance-card strong {
    display: block;
}

.compliance-card small {
    margin-bottom: 2px;
    color: #b9c5ca;
    font-size: 10px;
}

.compliance-card strong {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
}

.card-regulatory {
    left: 0;
    top: 17%;
    animation: floatingCard 4s ease-in-out infinite;
}

.card-testing {
    right: 0;
    top: 25%;
    animation: floatingCard 4s ease-in-out 0.8s infinite;
}

.card-market {
    right: 5%;
    bottom: 11%;
    animation: floatingCard 4s ease-in-out 1.6s infinite;
}

/* Small pulsing points */

.connection-pulse {
    position: absolute;
    z-index: 5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff7d85;
    box-shadow: 0 0 14px #ff7d85;
    animation: pointPulse 2s ease-in-out infinite;
}

.pulse-one {
    left: 14%;
    bottom: 30%;
}

.pulse-two {
    right: 14%;
    top: 47%;
    animation-delay: 0.6s;
}

.pulse-three {
    left: 39%;
    bottom: 5%;
    animation-delay: 1.2s;
}

/* Animations */

@keyframes orbitRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes corePulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }
}

@keyframes backgroundGlow {
    0%,
    100% {
        opacity: 0.65;
        transform: scale(0.94);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

@keyframes floatingCard {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes pointPulse {
    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.7);
    }

    50% {
        opacity: 1;
        transform: scale(1.25);
    }
}

/* Tablet and mobile */

@media (max-width: 991.98px) {
    .compliance-animation {
        width: min(100%, 540px);
        min-height: 470px;
        /*margin-top: 20px;*/
    }

    .card-regulatory {
        left: 2%;
    }

    .card-testing {
        right: 2%;
    }
}

@media (max-width: 575.98px) {
    .compliance-animation {
        width: 100%;
        min-height: 390px;
        aspect-ratio: auto;
        overflow: visible;
    }

    .compliance-core {
        width: 118px;
        height: 118px;
    }

    .core-icon {
        width: 39px;
        height: 39px;
        font-size: 20px;
    }

    .orbit-one {
        width: 230px;
        height: 230px;
        margin: -115px 0 0 -115px;
    }

    .orbit-two {
        width: 280px;
        height: 165px;
        margin: -82.5px 0 0 -140px;
    }

    .orbit-three {
        width: 165px;
        height: 280px;
        margin: -140px 0 0 -82.5px;
    }

    .compliance-card {
        width: 124px;
        min-height: 55px;
        padding: 8px 9px;
        gap: 7px;
    }

    .compliance-card small {
        font-size: 8px;
    }

    .compliance-card strong {
        font-size: 10px;
    }

    .card-icon {
        flex-basis: 21px;
        font-size: 17px;
    }

    .card-regulatory {
        left: 0;
        top: 8%;
    }

    .card-testing {
        right: 0;
        top: 18%;
    }

    .card-market {
        right: 2%;
        bottom: 5%;
    }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {
    .compliance-animation *,
    .compliance-animation::before {
        animation: none !important;
    }
}

/* Navigation state and smooth scrolling */
html {
        scroll-behavior: smooth;
      }

      #home,
      #about,
      #reach,
      #approach,
      #projects,
      #contact {
        scroll-margin-top: 95px;
      }

      .main-navbar-right-menu a,
      .main-navbar-right-mobile a {
        position: relative;
        transition: color 0.25s ease;
      }

      .main-navbar-right-menu a::after,
      .main-navbar-right-mobile a::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -7px;
        left: 0;
        height: 2px;
        background: #f47b00;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.25s ease;
      }

      .main-navbar-right-menu a.active,
      .main-navbar-right-mobile a.active {
        color: #97002e !important;
      }

      .main-navbar-right-menu a.active::after,
      .main-navbar-right-mobile a.active::after {
        transform: scaleX(1);
      }

      @media (max-width: 991.98px) {
        #home,
        #about,
        #reach,
        #approach,
        #projects,
        #contact {
          scroll-margin-top: 75px;
        }

        .main-navbar-right-mobile a {
          display: inline-block;
        }
      }

.map-legend .legend-item:nth-child(1) > span { background: #6e0025; }
.map-legend .legend-item:nth-child(2) > span { background: #9b0034; }
.map-legend .legend-item:nth-child(3) > span { background: #ee7b0c; }
.map-legend .legend-item:nth-child(4) > span { background: #e8a33d; }
.map-legend .legend-item:nth-child(5) > span { background: #f0b27a; }
.map-legend .legend-item:nth-child(6) > span { background: #ddd0c4; }


/* =====================================
   FINAL RESPONSIVE AND SPACING CLEANUP
===================================== */

.sector-section {
  padding: 90px 0 5px;
}

.global-map-section,
.global-map-inner,
.world-map-shell {
  width: 100%;
  max-width: 100%;
}

.global-map-section {
  padding: 0;
}

.world-map-shell {
  position: relative;
  overflow: hidden;
}

#worldMap {
  display: block;
  width: 100%;
  height: auto;
}

.footer-tagline {
  margin: 20px 0 28px;
}

.footer-social-icons {
  margin-top: 28px;
}

@media (max-width: 991.98px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .sector-section {
    padding-top: 65px;
  }

  .global-map-section {
    margin: 0;
  }

  .projects-section,
  .approach-section,
  .vision {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (max-width: 575.98px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .main-navbar .main-navbar-left-logo img {
    width: min(275px, 76vw);
    height: auto;
  }

  .hero-section {
    padding-top: 45px;
  }

  .hero-copy {
    padding-bottom: 20px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 10vw, 43px);
    line-height: 1.12;
  }

  .heading-main {
    padding-top: 35px !important;
  }

  .about-racap .about-racap-main-two {
    padding: 20px 0 35px;
  }

  .racap-work-section {
    margin-top: 30px !important;
  }

  .vision,
  .approach-section,
  .projects-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sector-section {
    padding: 48px 0 0;
  }

  .sector-section .section-heading {
    margin-bottom: 24px !important;
  }

  .global-map-section {
    margin: 0;
    padding: 0;
  }

  .world-map-shell {
    min-height: 0;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
  }

  #worldMap {
    min-height: 0;
    max-height: none;
  }

  .map-status {
    min-height: 210px;
  }

  .map-tooltip {
    max-width: calc(100% - 20px);
  }

  .map-legend {
    margin: 14px auto 22px;
    padding: 0;
  }

  .projects-heading {
    margin-bottom: 28px;
  }

  .project-body {
    padding: 24px 16px 28px;
  }

  .project-body > .d-flex {
    margin-bottom: 28px !important;
  }

  .exhibition-image {
    height: 310px;
  }

  .footer-main {
    padding: 35px 0 24px;
  }

  .footer-main .footer-main-left img {
    width: auto;
    max-width: 100%;
  }

  .footer-tagline {
    margin: 18px 0 22px;
  }

  .footer-social-icons {
    margin-top: 22px;
  }

  .footer-main .footer-main-right {
    margin-top: 25px;
  }

  .footer-main .footer-main-right h3 {
    margin-top: 0;
  }

  .footer-main .footer-main-left p,
  .footer-main .footer-main-right ul li a {
    font-size: 15px;
  }

  .footer-main .closing-contact-box {
    margin-top: 25px;
    padding: 24px 18px;
  }

  .footer-main > .container > .row:last-child > div {
    margin-top: 12px;
    text-align: center !important;
  }
}

/* =====================================
   FINAL MOBILE MAP TOOLTIP FIX
   Keep this block at the very end.
===================================== */
@media (max-width: 575.98px) {
  #reach .global-map-section,
  #reach .global-map-inner {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  #reach .global-map-inner > #mapTooltip.map-tooltip {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 20 !important;
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 14px 0 0 !important;
    padding: 16px !important;
    overflow: visible !important;
    border-radius: 12px !important;
    transform: none !important;
    float: none !important;
    clear: both !important;
  }

  #reach .global-map-inner > #mapTooltip.map-tooltip.is-visible {
    display: block !important;
  }

  /* Six legend items: three items per row on mobile */
  #reach .map-legend {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 10px 8px !important;
    width: 100% !important;
    margin: 14px 0 22px !important;
    padding: 0 !important;
    align-items: start !important;
    justify-content: initial !important;
  }

  #reach .map-legend .legend-item {
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    gap: 5px !important;
    align-items: flex-start !important;
    white-space: normal !important;
    font-size: 9px !important;
    line-height: 1.3 !important;
  }

  #reach .map-legend .legend-item > span {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    margin-top: 2px !important;
    flex: 0 0 8px !important;
  }
}
