*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    scroll-behavior: smooth;
}

:root {
    --box-shadow: 0 0 20px 2px #bbb;
    --h1-header-font: 4em;
    --h3-font-size: 2em;
    --h4-font: 1.75em;
    --large-p-font: 1.5em;
    --med-p-font: 1.25em;
    --a-font-size: 1.25em;
    --blue: #006bb6;
    --navy-blue: #002B5C;
    --blue-from-image: #133C4C;
    --red: #ed174c;
}

button {
    padding:15px 10px;
    border-radius:5px;
    border:none;
}


/* SEARCH PLAYER STATS ON STATS PAGE */


/* START CIRCLE ANIMATION */

    .circle-wrapper {
      position: relative;
      width: 220px;
      height: 220px;
    }

    .center-image {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
    }

    .rotating-text {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      animation: spin 10s linear infinite;
      z-index: 1;
      pointer-events: none;
    }

    .rotating-text span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform-origin: 0 0;
      font-size: 36px;
      color: #333;
      font-weight: bold;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

/* END CIRCLE ANIMATION */
select {
    padding: 12px 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    margin-bottom: 10px;
}

input {
    padding: 15px 10px;
    margin-top:10px;
    border-radius: 5px;
    width: 100%;
}

input[type='file'] {
    padding: 17px 15px;
    font-size: 18px;
}
input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

#player-card-container {
    display:flex;
    gap:1.5rem;
    justify-content:center;
    align-items:center;
}


    .logo-container {
      position: relative;
      width: 150px;
      height: 150px;
      margin: 50px auto;
    }

    .basketball {
      width: 75px;
      height: 75px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }

    svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 150px;
      height: 150px;
      z-index: 2;
    }

    text {
      font-size: 9px;
      fill: #fff;
      /* fill: #222; */
      text-transform: uppercase;
      letter-spacing: 2.5px;
      dominant-baseline: middle;
    }

.input-error {
    border: 2px solid red;
    background-color: #ffe5e5;
  }

footer {
    padding-top: 100px;
}

.footer_container {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    justify-content: center;
    align-items: self-start;
    color:#fff;
}

.footer_address_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_address_container > div {
    display:flex;
    justify-content:center;
    width:100%;
    margin-bottom:30px;
}

.footer_address_container > div img {
    width:30%;
}

.footer_address_container p span {
    line-height: 2;
}

.footer_links_container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; /* or block, or column if you want vertical */
    flex-direction: column;
    gap: 0.5rem;
}

.footer_links_container li {
    display: block;
}

.footer_links_container {
    width: 100%; /* or something appropriate */
    height: auto; /* allow it to grow */
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_contact_form_container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer_contact_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.footer_contact_form div div {
    width:100%;
}

.footer_contact_form input, textarea {
    padding:5px 10px;
    margin-bottom:7px;
    border-radius: 5px;
}
.footer_contact_form input:focus{
    outline: none;
}

.hide_scrollbar::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, Opera */
}

.font-weight {
    font-weight: 600;
}

h3 {
    font-size: var(--h3-font-size);
    margin-bottom:20px;
}


h4 {
    font-size:var(--h4-font);
    padding: 10px 0;
}

textarea {
    resize: none;
}

option, #table-header div {
    font-size: 20px;
}

/* p {
    font-size: var(--med-p-font);
} */
 #h1-header {
    font-size: var(--h1-header-font);
}

#desktop-header-contact-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#desktop-header-contact-info ul li a {
    font-size: var(--a-font-size);
}

#desktop_stats {
    display:block;
}

#mobile_stats {
    display: none;
}

#desktop_about_section {
    display: block;
}

#mobile_about_section {
    display: none;
}

.header-address {
    display: none;
}

#header-text {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 4;
    color: #fff;
    text-align: center;
}

/* HEADER VIDEO */

    .background-video {
      /* position: fixed; */
      position: absolute;
      right: 0;
      /* bottom: 0; */
      top: 0;
      width: 100vw;
      height: 80vh;
      border-bottom-left-radius: 42%;
      border-bottom-right-radius: 41%;
      /* min-width: 100%;
      min-height: 100%; */
      z-index: -1;
      object-fit: cover;
    }


    /* CALENDAR */




/* styles.css */

.calendar-container {
            display: inline-block;
            border: 2px solid #333;
            padding: 20px;
            border-radius: 10px;
            background-color: #f9f9f9;
        }
        .calendar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }
        .calendar-header h2 {
            margin: 0;
        }
        .calendar-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 5px;
        }
        .calendar-day {
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            cursor: pointer;
        }
        .calendar-day:hover {
            background-color: #f0f0f0;
        }
        .holiday {
            background-color: yellow;
        }
        .holiday-name {
            font-size: 12px;
            color: #d9534f;
        }
        .navigation-buttons {
            margin-top: 20px;
        }
        button {
            padding: 10px;
            font-size: 16px;
            cursor: pointer;
        }

.container {
    width: 80vw;
    margin: 0 auto;
}

    header {
      display: none;
    }

    .logo {
      font-size: 1.5rem;
    }


.hamburger {
  font-size: 2rem;
  cursor: pointer;
  z-index: 1001;
  transition: transform 0.3s ease;
}

.hamburger.open::before {
  content: '×'; /* The X icon */
  font-size: 2.5rem;
}

.hamburger::before {
  content: '☰'; /* The hamburger icon */
  font-size: 2.5rem;
  transition: transform 0.3s ease;
}

    .side-menu {
      position: fixed;
      top: 0;
      right: -250px;
      width: 250px;
      height: 100vh;
      background-color: #444;
      padding-top: 60px;
      transition: right 0.3s ease;
      z-index: 1000;
    }

    .side-menu.open {
      right: 0;
    }

    .side-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .side-menu li {
      padding: 15px 20px;
      border-bottom: 1px solid #fff;
    }

    .side-menu a {
      color: white;
      text-decoration: none;
      font-size: 1.2em;
    }

    .side-menu a:hover {
      color: #ff0057;
    }


.header-adddress {
    font-size: var(--large-p-font);
}
#contact-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    height: 70px;

}

ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

ul li {
    list-style: none;
}

ul li a {
    color: #fff;
    font-size: var(--a-font-ize);
    text-decoration: none;
}

#header_overlay {
    position: absolute;
          background-color: black;
          opacity: 0.1;
          z-index: 3;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: 80vh;
          border-bottom-left-radius: 40%;
          border-bottom-right-radius: 40%;
}

.header > div {
    height: 100vh;
    border-radius: 0;
}

#header-img-container {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: relative;
}

#header-img-container > div {
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
}

nav {
    position: relative;
    z-index: 99;
}

#nav-menu {
    display: block;
    position: absolute; 
    top: 78vh;
    left:50%; 
    transform: translateX(-50%); 
    background-color: #FFF;
    width:80vw;
    border-radius: 25px;
    margin:0 auto;
    z-index: 9;
    padding: 15px;
    box-shadow: var(--box-shadow);
}

#nav-menu-all-pages {
    display: block;
    position: absolute; 
    top: 10vh;
    left:50%; 
    transform: translateX(-50%); 
    background-color: #FFF;
    width:80vw;
    border-radius: 25px;
    margin:0 auto;
    z-index: 9;
    padding: 15px;
    box-shadow: var(--box-shadow);
}

#header_bkgd_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
    top: 0px;
    position: absolute;
    z-index: 2;
}

#two-header-imgs {
    display: flex;
    justify-content: space-between;
    width: 70vw;
    position: relative;
    z-index: 4;
    height: 66vh;
    margin: 7.5vh auto;
}

#one-guy-dribbling {
    display: none;
}

/* STANDINGS CONTAINER */

.standings_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
}

.standings_container div {
    width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border-right: 1px solid #ccc; /* Light gray vertical lines */
    padding: 8px;
    text-align: left;
}

th {
    text-decoration: underline;
     text-underline-offset: 3px;
}

th, td {
    text-align: center;
}

/* Optional: Remove border from the last column */
td:last-of-type, th:last-of-type {
    border-right: none;
}

/* Optional: Add a border around the entire table */
table {
    border: 1px solid #333;
}

#scores_schedule_image_container {
    width:80%;
    margin:0 auto;
}


/* CARDS */

        .card_container {
            /* width: 1000px; */
            position: relative;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            width: 100%;
            place-items: center;
            /* margin-top: -100px; */
            /* display: flex;
            justify-content: space-between; */
        }

        .results_container {
            display: flex;
            justify-content: space-around;
            padding: 20px 30PX;
            box-shadow: 0 0 20px 2px #bbb;
            margin-bottom:30px; 
            border-radius: 10px;
        }

        .results_container_scores {
            display: flex;
            gap: 2rem; 
            justify-content: center;
        }

        .weekly_schedule_container {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            padding: 20px 10px;
            box-shadow: 0 0 20px 2px #bbb;
            margin-bottom:30px; 
            border-radius: 10px;
        }

        .weekly_schedule {
            display: flex;
            gap: 2rem;
        }

        #scores_container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            justify-content: center;
            align-items: center;
            /* grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); */
            width: 100%;
            margin: 100px 0;
        }

        .scores_versus_container {
            display: flex;
            justify-content: space-around;
            padding: 20px 10PX;
            box-shadow: 0 0 20px 2px #bbb;
            margin-bottom:30px; 
            border-radius: 10px;
        }

        /* .versus {
            margin: 0 20px;
        } */

        .scores {
            display: flex;
            gap: 2rem;
        }

    .glass {
      background: rgba(255, 255, 255, 0.1); /* semi-transparent background */
      /* border-radius: 15px; */
      backdrop-filter: blur(10px); /* Apply blur effect */
      -webkit-backdrop-filter: blur(10px); /* Safari */
      /* padding: 40px;
      width: 300px;
      color: #fff; */
      /* text-align: center; */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      /* font-family: Arial, sans-serif; */
    }

            /* Gradient Overlay */
    .glass {
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 0, 255, 0.3) 100%);
    }

        /********** CARDS ************/

        .card {
            margin-top: -100px;
        }

        .card_container .card {
            position: relative;
        }

        .card_container .card .face {
            width: 250px;
            height: 220px;
            transition: 0.5s;
        }

        .card_container .card .face.face1 {
            position: relative;
            background: #333;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
            transform: translateY(120px);
        }

        .card_container .card:hover .face.face1 {
            background: #ff0057;
            transform: translateY(0);
        }
        .card_container .card .face.face1 .content {
            /* opacity: 0.2; */
            transition: 0.5s;
        }

        .card_container .card:hover .face.face1 .content {
            opacity: 1;
        }

        /* .card_container .card .face.face1 .content img {
            max-width: 100px;
        } */

        .card_container .card .face.face1 .content h3 {
            margin: 10px 0 0;
            padding: 0;
            color: #fff;
            text-align: center;
            font-size: 1.5em;
        }


        .card_container .card .face.face2 {
            position: relative;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            box-sizing: border-box;
            box-shadow: 0 20px 50px rgba(0,0,0,0.8);
            transform: translateY(-100px);
        }

        .card_container .card:hover .face.face2 {
            transform: translateY(0);
        }

        .card_container .card .face.face2 .content p {
            margin: 0;
            padding: 0;
        }

        .card_container .card .face.face2 .content a {
            margin: 15px 0 0;
            display: inline-block;
            text-decoration: none;
            font-weight: 900;
            color: #333;
            padding: 5px;
            border: 1px solid #333;
        }


        /********** SHCEDULE ************/

        .upcoming_matches_container {
            /* display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            place-items: center; */
            background-color:#002B5C;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px ;
            margin-top: 60px;
            border-radius:10px;
            padding: 20px;
        }

        #schedule_container {
            width: 50%;
            padding-top: 20px;
        }


/* GRID IMAGES */
        
.mosaic-block img {
  max-width: 100%;
}

.page-width {
  width: 100%;
  max-width: 80vw;

  margin-inline: auto;
}

.mosaic {
  display: grid;
  gap: 1rem;
}

.mosaic-block {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  min-height: 300px;
}

.mosaic-block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.5s;
}

.mosaic-block:hover > img {
  scale: 1.05;
}

.mosaic-block h3 {
  position: relative;
  padding: 1.5rem;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.3) 10%, transparent);
  user-select: none;
}

.mosaic-layout-2,
.mosaic-layout-3,
.mosaic-layout-5 {

  grid-template-columns: 2fr 1fr;
}

.mosaic-layout-3 .mosaic-block,
.mosaic-layout-4 .mosaic-block {
  min-height: 250px;
}

.mosaic-layout-3 .mosaic-block:nth-child(1) {
  grid-row: span 2;
}

.mosaic-layout-4 {
  grid-template-columns: repeat(3, 1fr);
}

.mosaic-layout-4 .mosaic-block:nth-child(1),
.mosaic-layout-4 .mosaic-block:nth-child(4) {
  grid-column: span 2;
}

.mosaic-layout-5 .mosaic-block:nth-child(1),
.mosaic-layout-5 .mosaic-block:nth-child(4) {
  grid-row: span 3;
}

.mosaic-layout-5 .mosaic-block:nth-child(2),
.mosaic-layout-5 .mosaic-block:nth-child(3),
.mosaic-layout-5 .mosaic-block:nth-child(5) {
  grid-row: span 2;
}

.sign_up_container {
    width: 50%;
    margin-bottom:2rem;
}

.join_now_top_container {
    width: 50%;
}

.join_now_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
    padding: 20px;
}

/* .join_now_container div {
        width: 50%;
    } */

.join_now_container div form{
    padding: 20px 0px;
}

.join_now_form_container {
    width: 100%;
    display: flex;
    justify-content: center;
}

        /************ MEDIA QUERIES **************/

        /* HEADER */

        @media (max-width: 1440px) {

            #header-text {
            z-index:9;
        }
            #two-header-imgs {
                display: none;
            }
            #one-guy-dribbling {
                display: flex;
                justify-content: center;
                position: relative;
                z-index: 5;
                padding-top: 135px;
            }

            #one-guy-dribbling img {
                height: 65vh;
            }

            #scores_container {
                margin-top: 20px;
            }
        }

        @media (max-width: 1060px) {
            #player-card-container {
                flex-direction:column;
                gap: 0;
                text-align: center;
            }

            #player-search-form-container {
                width:100% !important;
            }

            #player-card-stats-table {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
            }

            .stats-table {
                min-width: 310px; /* Or whatever width your full table needs */
            }
        }

        @media(max-width: 1325px) {
            .card_container {
                height:450px;
                overflow-y: scroll;
            }
        }

        @media(max-width: 1250px) {
            .join_now_container {
                flex-direction: column;
            }

            .join_now_form_container {
                width: 100%;
            }
        }

                /* HEADER FONT */

        @media (max-width: 1180px) {
            #h1-header {
                font-size: 3em;
            }
        }

        /* ABOUT */

        @media (max-width: 1125px) {
            #scores_container {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

            #scores_schedule_image_container {
                width: 100%;
            }
            #desktop_about_section {
                display: none;
            }

            #mobile_about_section {
                display: block;
                margin-top: 80px;
            }
        }

        @media (max-width: 1025px) { 

            #desktop-header-contact-info {
                display: none;
            }

            #header-text {
                margin-top: 25px;
            }

            #header-text h2 {
                font-size: 1.5em;
            }

            .header-address {
                display: block;
            }

            .sign_up_container {
                width: 100%;
                margin-bottom:2rem;
            }

            .join_now_top_container {
                width: 100%;
        }

            #schedule_h3 {
            text-align: center;
            margin-bottom: 10px !important;
        }
            .upcoming_matches_container {
            display: flex;
            flex-direction: column;
            text-align: center;
        }
        #schedule_container {
            width: 75%;
        }

        #mobile_about_us_content_container {
            flex-direction: column;
        }

        #mobile_about_us_content_container > div {
            width: 100% !important;
        }

        #desktop_stats {
            background-image: none !important;
        }

        .mobile-stats-container {
            display:block;
            /* background-color:var(--navy-blue); */
        }

        .footer_container {
            display:flex;
            flex-direction: column;
            align-items: center;
            color:#fff;
        }

        .footer_address_container {
            margin-bottom: 50px;
        }

        .footer_address_container > div img {
            width: 80%;
        }

        .footer_contact_form_container {
            width: 400px;
        }

        .footer_contact_form {
            margin-bottom: 30px;
        }

        .footer_contact_form h3 {
            text-align: center;
        }

        .footer_links_container div h3 {
            text-align: center;
        }

        .footer_links_container ul {
            flex-direction: row;
            gap: 20px;
        }
    }


        /* GRID IMAGES */

    @media (max-width: 875px) {
            .mosaic {
                grid-template-columns: 1fr;
            }

            .join_now_container {
                flex-direction: column;
            }

            .join_now_container div {
                width: 100%;
            }

            #filters {
                flex-direction: column;
            }

            #filters select {
                margin-left: 10px;
                padding: 20px !important;
            }
        }

                /* HEADER FONT */

        @media (max-width: 885px) {
            #h1-header {
                font-size: 2.5em;
            }

            .header-adddress {
                font-size: var(--med-p-font);
            }
        }

        /* ABOUT */

        @media(max-width: 768px) {

            #image_news_updtate_container {
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

            .join_now_container > div {
                margin-top: 20px;
            }
            #mobile_about_section {
                width: 100vw;
            }

            #mobile_about_content_container {
                flex-direction: column;
            }

            #mobile_about_content_container > div {
                width: 100% !important;
            }

            #mobile_about_content_2 {
                flex-direction: column-reverse !important;
            }
        }

        /* CARD CONTAINER */
        @media (max-width: 775px) {
            .card_container {
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            }

            .card_container .card .face {
                width: 210px;
            }
        }


            @media (max-width: 768px) {

            #nav-menu {
            display: none;
                }
            header {
            position: fixed;
            margin: 0 auto;
            top: 0;
            left: 0;
            right: 0;
            display: flex;
            background-color: #333;
            color: white;
            padding: 15px 20px;
            justify-content: space-between;
            align-items: center;
            z-index: 1001;
        }

        #header-img-container {
            border-bottom-left-radius: 20%;
            border-bottom-right-radius: 20%;
        }

        #header_overlay {
            border-bottom-left-radius: 41%;
            border-bottom-right-radius: 41%;
        }

        #header-img-container > div {
            border-bottom-left-radius: 20%;
            border-bottom-right-radius: 20%;
        }

            #header-text {
            margin-top: 85px;
        }

            #one-guy-dribbling {
            padding-top: 230px;
        }
            #scores_container {
            margin-top: 60px;
        }

        .text_align_center,
        .text_align_center p {
            text-align: center;
        }
    }

    @media (max-width: 660px) {
            #schedule_container {
            width: 100%;
            }
        }

    @media (max-width: 650px) {
        .results_container div div {
            font-size: 12px;
        }
    }

        @media (max-width: 610px) {
        #school-search {
            flex-direction: column;
        }

        #player_search_form_container {
            width: 100% !important;
        }

        #player-school-select {
            margin-top: 65px;
        }
    }

        @media (max-width: 570px) {
            .display_none_mobile {
                display: none;
            }
        }

        @media (max-width: 550px) {
           .flex-column {
                flex-direction: column !important;
            }
        }

        @media (max-width: 525px) {
            #scores_container {
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            }
            .card_container .card .face {
                width: 300px;
            }

            .player-card {
                max-width: 95% !important;
                margin-top: 80px !important;
            }

            /* .stats_padding div {
                width: 40px !important;
            } */

            .results_container {
                flex-direction: column;
                padding: 10px;
            }

            .weekly_schedule_container {
                flex-direction: column;
            }

            .weekly_schedule {
                display: flex;
                justify-content: space-evenly;
            }

            .versus {
                text-align: center;
            }

            #desktop_stats {
                border-top-right-radius: 0px !important;
             }
        }


        @media (max-width: 480px) {
            .logo-container {
                display:none;
            }
        }

        @media (max-width: 450px) {
            .container {
                width: 100vw;
                padding: 10px 10px;
            }

            #desktop_stats {
                padding:0 !important;
                width: 100vw !important;
                border-top-right-radius: 0px;
             }

            .font-weight {
                font-size: 16px !important;
            }
            #image_news_updtate_container div img {
            width: auto;
            /* width: 100%; */
            }

            #mobile_about_us_top_container {
                margin-top: 0 !important
            }

            .page-width {
                width: auto;
                max-width: 100vw !important;
                /* margin-inline: auto; */
                margin-right: 10px !important ;
                margin-left: 10px !important;
            }
            .card_container .card .face {
                width: 100%;
            }

            .footer_address_container > div img {
                width: 60%;
            }

            .footer_contact_form_container {
                width: 300px;
            }

            .footer_links_container ul {
                flex-direction: row;
                gap: 20px;
                flex-wrap: wrap;
                padding: 0 10px;
            }
    }