@media (max-width: 1280px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .sd-intro-body {
        gap: 60px;
    }

    .sd-intro-img {
        width: 420px;
        height: 360px;
    }
}

@media (max-width: 1200px) {
    .job-card {
        max-width: 100%;
    }
    .main-header-nav ul li a {
    font-size: 12px;
}
.header-actions .btn-primary {
    padding: 10px 10px;
    gap: 4px;
    font-size: 12px;
}
.header-actions .btn-primary img {
    width: 12px;
    height: 14px;
}
.main-header-nav ul {
    gap: 20px;
}
}

@media (max-width: 1024px) {

    /* Global Fonts */
    h1 {
        font-size: 26px !important;
    }

    .welcome-text {
        font-size: 12px !important;
    }

    p, p a {
        font-size: 16px !important;
    }

    h2 {
        font-size: 26px !important;
    }

    .pd-80 {
        padding: 60px 0;
    }

    /***************/
    .home-hero-content-wrap {
        gap: 40px;
    }

    .hero-content-left {
        max-width: 550px;
    }

    .footer-wrapper {
        padding: 60px 20px 32px;
    }

    .footer-brand-logo {
        width: 280px;
    }

    .footer-nav-links ul {
        gap: 24px;
    }

    .parallex-image,
    .testimonial-parallex-image {
        height: 500px;
        margin-top: -40px;
    }

    .home-hero-section {
        min-height: 560px;
    }

    .section-header h2 {
        max-width: 648px;
        margin: 0 auto;
    }

    .sub-heading-text {
        font-size: 12px !important;
    }

    .home-valued-flex,
    .home-valued-partnership {
        gap: 60px;
    }

    .hvp-col-left {
        width: 40%;
    }

    .hvp-col-right {
        width: 50%;
    }

    .section-sub-heading {
        justify-content: center;
    }

    .leader-item .section-sub-heading,
    .community-intro-header .section-sub-heading,
    .services-intro-header .section-sub-heading,
    .sd-intro-header .section-sub-heading,
    .hse-page-section .section-sub-heading,
    .safety-page-section .section-sub-heading,
    .env-page-section .section-sub-heading,
    .careers-page-section .section-sub-heading,
    .contact-form-header .section-sub-heading {
        justify-content: start;
    }

    .read-more-link {
        font-size: 16px;
    }

    .contact-text-slider-section {
        padding: 40px 0 0;
    }

    .leadership-hero-section {
        height: 280px;
    }

    .leader-photo-wrap {
        height: 480px;
    }

    .leader-content {
        gap: 32px;
    }

    .community-hero-section {
        height: 280px;
    }

    .community-main-img {
        height: 480px;
    }

    .community-surrey-img-wrap {
        height: 440px;
    }

    .community-photo-grid {
        padding: 0 40px;
        gap: 12px;
    }

    .community-photo-grid-item {
        height: 240px;
    }

    .page-hero-section {
        height: 280px;
    }

    .services-intro-row {
        gap: 60px;
    }

    .services-intro-image {
        width: 380px;
        height: 320px;
    }

    .services-intro-header h2 {
        font-size: 26px;
    }

    .sd-hero-section {
        height: 280px;
    }

    .sd-intro-img {
        width: 360px;
        height: 300px;
    }

    .sd-projects-inner {
        padding: 48px 40px;
    }

    .sd-project-img {
        height: 400px;
    }

    .sd-project-info {
        gap: 40px;
    }

    .sd-bottom-img-wrap {
        height: 440px;
    }

    .hse-section-header h2 {
        font-size: 26px;
    }

    .hse-large-image {
        height: 450px;
    }

    .hse-philosophy-text {
        font-size: 17px;
    }

    .hse-policy-row {
        gap: 32px;
    }

    .hse-policy-image {
        height: 420px;
    }

    .hse-certifications-overlay {
        padding: 48px;
        gap: 40px;
    }

    .hse-cert-image,
    .hse-cert-image-iso {
        width: 300px;
        height: 280px;
    }

    .hse-marquee-label {
        font-size: 80px;
    }

    .safety-section-header h2 {
        font-size: 26px;
    }

    .safety-row {
        gap: 32px;
    }

    .safety-row-image {
        height: 420px;
    }

    .safety-large-image {
        height: 450px;
    }

    .project-card {
        gap: 32px;
    }

    .project-card-titles h2 {
        font-size: 26px;
    }

    .project-card-thumbnail,
    .project-card-thumbnail img {
        height: 320px;
    }

    .careers-intro-row {
        gap: 32px;
    }

    .careers-intro-image,
    .careers-intro-image img {
        height: 500px;
        object-position: center -80px;
    }

    .careers-intro-text-body {
        font-size: 16px;
    }

    .contact-site-photo,
    .contact-site-photo img {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .main-header-nav {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(25, 25, 25, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        padding: 40px 20px;
        z-index: 1000;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        clip-path: circle(0% at 90% 10%);
        /* Reveal from toggle location */
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .main-header-nav.mobile-active {
        opacity: 1;
        visibility: visible;
        clip-path: circle(150% at 90% 10%);
    }

    .main-header-nav ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 32px !important;
    }

    .main-header-nav ul li,
    .header-mobile-cta {
        opacity: 0;
        transform: translateY(30px);
    }

    .main-header-nav.mobile-active ul li,
    .main-header-nav.mobile-active .header-mobile-cta {
        animation: menu-fadeIn 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }

    .main-header-nav.mobile-active ul li:nth-child(1) {
        animation-delay: 0.1s;
    }

    .main-header-nav.mobile-active ul li:nth-child(2) {
        animation-delay: 0.2s;
    }

    .main-header-nav.mobile-active ul li:nth-child(3) {
        animation-delay: 0.3s;
    }

    .main-header-nav.mobile-active ul li:nth-child(4) {
        animation-delay: 0.4s;
    }

    .main-header-nav.mobile-active ul li:nth-child(5) {
        animation-delay: 0.5s;
    }

    .main-header-nav.mobile-active .header-mobile-cta {
        animation-delay: 0.6s;
    }

    .header-mobile-cta {
        display: flex;
        margin-top: 48px;
    }


    @keyframes menu-fadeIn {
        0% {
            transform: translateY(30px);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .main-header-nav ul li a {
        font-size: 24px;
        font-weight: 600;
    }


    .header-main-mobile-menu {
        display: block;
    }

    .header-cta-menu {
        gap: 20px;
    }

    .header-actions {
        display: none;
    }

    .no-scroll {
        overflow: hidden;
    }

    /* Mobile Sub-menu */
    .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        transform: none;
        background: transparent;
        border: none;
        padding: 15px 0 0 0;
        backdrop-filter: none;
        gap: 12px;
        min-width: auto;
        flex-direction: column;
        align-items: center;
    }

    .sub-menu li a {
        font-size: 18px !important;
        opacity: 0.8;
    }

    .has-sub-menu.active .sub-menu {
        display: flex;
    }

    .has-sub-menu.active .sub-menu-icon {
        transform: rotate(270deg);
    }

    .btn-primary,
    .btn-secondry {
        padding: 8px 20px;
        font-size: 12px;
    }

    .btn-primary img,
    .btn-secondry img {
        width: 12px;
        height: 12px;
    }

    .main-header-nav ul {
        gap: 20px !important;
    }

    .main-header-nav ul li a {
        font-size: 12px;
        font-weight: 600;
        justify-content: center;
    }

    .sub-menu li a {
        font-size: 12px !important;
    }

    .header-main-mobile-menu-toggle {
        margin-right: 0;
    }

    .header-scrolled .sub-menu {
        background: transparent;
        box-shadow: none;
    }

    .header-scrolled .sub-menu li a {
        color: #fff !important;
    }

    .home-hero-section {
        padding-bottom: 60px;
        align-items: center;
    }

    .home-hero-content-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        max-width: 500px;
    }

    .hero-content-left,
    .hero-content-right {
        max-width: 100%;
        padding-bottom: 0;
    }

    .services-section-flex {
        padding: 0;
    }

    .service-item-row {
        gap: 32px;
    }

    .service-item-content {
        padding: 0;
        gap: 32px;
    }

    .service-img-wrap {
        width: 100%;
        height: 300px;
    }

    .footer-main {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start !important;
    }

    .slider-text {
        font-size: 80px;
    }

    .slide-gap {
        gap: 40px;
        margin-right: 40px;
    }

    .projects-slider-flex {
        padding: 40px 0;
        gap: 32px;
    }

    .projects-swiper {
        padding: 0 40px;
    }

    .project-info-row {
        flex-direction: column;
        gap: 32px;
    }

    .project-info-left {
        width: 100%;
    }

    .project-img-box {
        height: 360px;
    }

    .projects-progress-box {
        max-width: calc(100% - 100px);
    }

    .footer-nav-links ul {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .footer-legal-links, .footer-legal-links #menu-terms-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .projects-slider-section,
    .hse-certifications-section {
        margin-top: -20px;
    }

    .home-valued-visuals {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: unset;
        justify-content: center;
        gap: 10px;
        margin-top: 40px;
    }

    .hvp-line {
        display: none !important;
    }

    .hvp-img-card,
    .hvp-img-card:first-child,
    .hvp-img-card-lg {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        transform: rotate(0) !important;
        margin: 0 !important;
    }

    .hvp-img-card,
    .hvp-img-card.hvp-img-card-lg,
    .hvp-img-card:first-of-type {
        width: 100%;
        transform: none !important;
        margin: 0 !important;
    }

    .hvp-img-card:first-child {
        margin-bottom: 20px !important;
    }

    .hvp-col-left,
    .hvp-col-right {
        width: 100%;
    }

    .home-valued-flex,
    .home-valued-partnership,
    .hvp-col-right {
        gap: 40px
    }

    .testimonial-home-flex {
        flex-direction: column-reverse;
        gap: 30px;
        margin-bottom: 60px;
    }

    .testimonial-quote {
        font-size: 20px;
    }

    .testimonial-content {
        gap: 32px;
    }

    /* Support SWC Community */
    .home-support-swc-commu {
        padding-top: 60px;
    }

    .home-support-swc-flex {
        gap: 60px;
    }

    .home-support-swc-detail {
        flex-direction: column;
        gap: 40px;
    }

    .support-swc-img-box {
        width: 100%;
        height: auto;
    }

    .support-swc-text-box {
        width: 100%;
    }

    .leader-photo-wrap img.leader-photo {
        object-position: top;
    }

    .leader-content,
    .leader-content.reversed {
        flex-direction: column;
    }

    .leader-photo-wrap {
        width: 100%;
        flex: none;
        height: 420px;
    }

    .leader-header.align-right {
        align-items: flex-start;
        text-align: left;
    }

    .community-content-row,
    .community-reversed-row {
        flex-direction: column;
    }

    .community-main-img {
        width: 100%;
        flex: none;
        height: 380px;
    }

    .community-surrey-img-wrap {
        width: 100%;
        flex: none;
        height: 380px;
    }

    .community-photo-swiper {
        padding: 0 20px;
    }

    .services-intro-row {
        flex-direction: column;
        gap: 32px;
    }

    .services-intro-image {
        width: 100%;
        height: 320px;
        flex-shrink: 0;
    }

    .service-row {
        gap: 32px;
    }

    .service-img-card {
        width: 240px;
        height: 280px;
        flex-shrink: 0;
    }

    .service-text-panel {
        min-height: 280px;
        padding: 24px 0;
    }

    .sd-intro-body {
        flex-direction: column;
        gap: 32px;
    }

    .sd-intro-img {
        width: 100%;
        flex: none;
        height: 320px;
    }

    .sd-bottom-row {
        flex-direction: column;
    }

    .sd-bottom-img-wrap {
        width: 100%;
        flex: none;
        height: 360px;
    }

    .sd-project-info {
        flex-direction: column;
        gap: 24px;
    }

    .sd-project-meta {
        width: 100%;
    }

    .sd-projects-inner {
        padding: 40px 24px;
    }

    .hse-policy-row {
        flex-direction: column;
    }

    .hse-policy-image {
        width: 100%;
        height: 380px;
    }

    .hse-cert-row {
        flex-direction: column;
    }

    .hse-cert-row:nth-child(2) {
        flex-direction: column-reverse;
    }

    .hse-cert-image,
    .hse-cert-image-iso {
        width: 100%;
        height: 280px;
    }

    .hse-bottom-cards {
        flex-direction: column;
    }

    .hse-bottom-card {
        height: auto;
        gap: 24px;
    }

    .hse-certifications-overlay {
        padding: 32px;
    }

    .safety-row {
        flex-direction: column;
    }

    .safety-row-image {
        width: 100%;
        height: 380px;
    }

    .safety-row.row-reverse {
        flex-direction: column-reverse;
    }

    .project-card {
        flex-direction: column-reverse;
    }

    .project-card-thumbnail,
    .project-card-thumbnail img {
        width: 100%;
        height: 320px;
    }

    .project-card-content {
        gap: 24px;
    }

    .careers-intro-row {
        flex-direction: column;
    }

    .careers-intro-image,
    .careers-intro-image img {
        width: 100%;
        height: 400px;
    }

    .contact-info-row {
        flex-direction: column;
    }
    
    .contact-info-card {
    max-width: 100%;
 }

    .contact-hours-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .contact-form-row {
        flex-direction: column;
    }

    .contact-site-photo,
    .contact-site-photo img {
        height: 400px;
    }
    .pd-sidebar {
  width: 100%;
}
.pd-gallery {
  width: 100%;
}
.single-project{
    overflow-x: hidden !important;
}
#cursor { display: none  !important; }
  body { cursor: auto !important; }
}

@media (max-width: 767px) {

    /* Global Fonts */
    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    .welcome-text {
        font-size: 10px !important;
    }

    .sub-heading-text {
        font-size: 10px !important;
    }

    p, p a {
        font-size: 14px !important;
    }

    .read-more-link {
        font-size: 14px;
    }

    h3 {
        font-size: 18px !important;
    }


    .pd-80 {
        padding: 40px 0;
    }

    .section-header h2 {
        font-size: 24px;
        line-height: 140%;
    }

    .services-section-flex {
        padding: 0;
    }

    .service-img-wrap {
        height: 250px;
    }

    .service-text-top h3 {
        font-size: 20px;
    }

    .about-section-flex {
        gap: 32px;
    }

    .slider-text {
        font-size: 50px;
    }

    .slide-gap {
        gap: 24px;
        margin-right: 24px;
    }

    .slider-dash {
        width: 24px;
        height: 6px;
    }

    .projects-slider-flex {
        padding: 24px 0;
        border-radius: 16px;
    }

    .projects-swiper {
        padding: 0 20px;
    }

    .project-img-box {
        height: 220px;
    }

    .project-info-row {
        flex-direction: column;
        gap: 20px;
    }

    .project-info-left {
        width: 100%;
    }

    .project-titles h3 {
        font-size: 20px;
    }

    .project-info-right p {
        font-size: 14px;
    }

    .header-logo a {
        width: 154px;
    }

    .home-hero-section {
        min-height: 100vh;
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .home-hero-btns {
        flex-wrap: wrap;
    }

    .footer-wrapper {
        padding: 40px 0 24px;
        gap: 32px;
    }

    .footer-top {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }

    .footer-dash-line {
        display: none;
    }

    .footer-brand-logo {
        width: 200px;
        height: auto;
    }

    .footer-nav-links ul {
        flex-direction: column;
        gap: 16px;
    }

    .parallex-image,
    .testimonial-parallex-image {
        height: 350px;
        margin-top: -30px;
    }

    .about-bottom-row {
        flex-direction: column;
        gap: 32px;
    }

    .about-swg-card,
    .about-text-content {
        width: 100%;
    }

    .about-main-img {
        width: 100%;
        height: 350px;
    }

    .services-section-home .section-header {
        align-items: center;
        text-align: center;
    }

    .services-section-home .section-header h2 {
        margin-left: unset;
    }

    .projects-swiper {
        width: 100%;
    }

    .projects-slider-section,
    .hse-certifications-section {
        margin-top: -15px;
    }

    .home-valued-visuals {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        min-height: unset;
    }

    .hvp-line {
        display: none !important;
    }

    .hvp-img-card,
    .hvp-img-card:first-child,
    .hvp-img-card-lg {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        transform: rotate(0) !important;
        margin: 0 !important;
    }

    .hvp-img-card,
    .hvp-img-card:first-child,
    .hvp-img-card-lg {
        transform: rotate(0) !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    .hvp-img-card::before {
        display: none !important;
    }

    .hvp-img-card:first-child {
        width: 250px;
        height: 160px;
        border-radius: 16px;
    }

    .hvp-img-card-lg {
        width: 260px;
        height: 185px;
        border-radius: 16px;
    }

    .hvp-lead {
        font-size: 18px;
    }

    .hvp-col-right p {
        font-size: 16px;
    }

    .hvp-img-card:first-of-type img,
    .hvp-img-card.hvp-img-card-lg img {
        width: 150.55px !important;
        height: 100.96px !important;
    }

    .testimonial-home-sections {
        padding-top: 40px;
        padding-bottom: 40px;
        border-radius: 16px;
    }

    .testimonial-home-flex {
        gap: 40px;
        margin-bottom: 40px;
    }

    .testimonial-quote {
        font-size: 16px;
    }

    .testimonial-author {
        font-size: 14px;
    }

    /* Support SWC Community */
    .home-support-swc-commu {
        padding-top: 40px;
    }

    .home-support-swc-flex {
        gap: 40px;
        margin-bottom: 40px;
    }

    .support-swc-text-box p {
        font-size: 16px;
    }

    .support-swc-img-box {
        height: 250px;
    }

    .contact-text-slider-section {
        padding: 40px 0 0;
    }

    .leadership-hero-section {
        height: 200px;
        border-radius: 0 0 20px 20px;
    }

    .leadership-hero-overlay,
    .leadership-hero-bg {
        border-radius: 0 0 20px 20px;
    }

    .leader-photo-wrap {
        height: 280px;
    }

    .linkedin-btn {
        padding: 6px 14px;
    }

    .linkedin-btn span {
        font-size: 12px;
    }

    .linkedin-btn .li-icon {
        width: 22px;
        height: 22px;
    }

    .linkedin-btn .li-arrow {
        width: 14px;
        height: 14px;
    }

    .community-hero-section {
        height: 200px;
        border-radius: 0 0 20px 20px;
    }

    .community-hero-overlay,
    .community-hero-bg {
        border-radius: 0 0 20px 20px;
    }

    .community-main-img {
        height: 280px;
    }

    .community-surrey-img-wrap {
        height: 280px;
    }

    .community-photo-swiper .swiper-slide img {
        height: 220px;
    }

    .community-logos-row {
        flex-direction: column;
    }

    .community-logo-card {
        height: 160px;
    }

    .page-hero-section {
        height: 200px;
        border-radius: 0 0 20px 20px;
    }

    .page-hero-overlay,
    .page-hero-bg {
        border-radius: 0 0 20px 20px;
    }

    .service-row {
        flex-direction: column;
        gap: 24px;
    }

    .service-img-card {
        width: 100%;
        height: 260px;
    }

    .service-text-panel {
        min-height: auto;
        padding: 0;
        gap: 24px;
    }

    .services-intro-header h2 {
        font-size: 20px !important;
    }

    .service-text-top h3 {
        font-size: 18px !important;
    }

    .services-intro-text h3 {
        font-size: 16px !important;
    }

    .contact-text-slider-section {
        background-color: #f5f5f5;
    }

    .sd-hero-section {
        height: 200px;
        border-radius: 0 0 20px 20px;
    }

    .sd-hero-overlay,
    .sd-hero-bg {
        border-radius: 0 0 20px 20px;
    }

    .sd-intro-img {
        height: 240px;
    }

    .sd-project-img {
        height: 260px;
    }

    .sd-bottom-img-wrap {
        height: 280px;
    }

    .hse-vision-philosophy-section-flex {
        gap: 40px;
    }

    .hse-section-header h2 {
        font-size: 20px !important;
    }

    .hse-large-image {
        height: 280px;
        border-radius: 20px;
    }

    .hse-philosophy-text {
        font-size: 16px;
    }

    .hse-policy-content p.hse-policy-desc {
        font-size: 16px;
    }

    .hse-policy-image {
        height: 260px;
        border-radius: 16px;
    }

    .hse-certifications-overlay {
        padding: 24px;
        gap: 32px;
    }

    .hse-cert-image,
    .hse-cert-image-iso {
        height: 220px;
        border-radius: 16px;
    }

    .hse-cert-content-header h3 {
        font-size: 20px;
    }

    .hse-bottom-card-top h3 {
        font-size: 20px;
    }

    .hse-marquee-label {
        font-size: 48px;
    }

    .contact-text-slider-section {
        background-color: #f5f5f5;
    }

    .safety-page-section-flex {
        gap: 40px;
    }

    .supervision-planning-flex {
        gap: 20px;
    }

    .safety-row-image {
        height: 260px;
        border-radius: 16px;
    }

    .safety-large-image {
        height: 280px;
        border-radius: 20px;
    }

    .safety-white-card p {
        font-size: 16px;
    }

    .safety-vision-card-top h3 {
        font-size: 20px;
    }

    .safety-vision-card-top p {
        font-size: 16px;
    }

    .contact-text-slider-section {
        background-color: #f5f5f5;
    }

    .env-page-section-flex {
        gap: 40px;
    }

    .project-card-titles h2 {
        font-size: 22px !important;
    }

    .project-card-titles .project-location {
        font-size: 16px;
    }

    .project-card-thumbnail,
    .project-card-thumbnail img {
        height: 260px;
        border-radius: 12px;
    }

    .projects-list {
        gap: 32px;
    }

    .project-card {
        padding-bottom: 32px;
    }

    .contact-text-slider-section {
        background-color: #f5f5f5;
    }

    .careers-page-section-flex {
        gap: 40px;
    }

    .careers-intro-image,
    .careers-intro-image img {
        height: 300px;
        border-radius: 16px;
    }

    .job-card-top h3 {
        font-size: 20px;
    }

    .job-card-meta {
        gap: 16px;
        flex-wrap: wrap;
    }

    .job-card-meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .contact-intro-text {
        font-size: 16px;
    }

    .contact-info-card-value p,
    .contact-info-card-value a,
    .contact-hours-item p,
    .contact-hours-text {
        font-size: 15px;
    }

    .contact-site-photo,
    .contact-site-photo img {
        height: 280px;
        border-radius: 20px;
    }

    .contact-form-desc {
        font-size: 16px;
    }

    .contact-form-card {
        padding: 20px;
    }
}