/*!
Theme Name: Women In Venues
Theme URI: https://them.es/starter
Author: Coliseum GSVA
Author URI: https://www.coliseum-online.com/
Description: The theme used for creating the Women In Venues website.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: womeninvenues
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*
* Custom styles added - 01-16-2025 - start here
*/
body {
    margin: 0;
    font-family: 'Kanit', sans-serif; /* Font for body text */
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Sans', sans-serif; /* Font for headlines */
}
#header .navbar-brand img {
	height: 50px;
}
#header #menu-primary.navbar-nav .nav-link {
	text-transform: uppercase;
}
#header #menu-primary.navbar-nav .nav-link.active, 
#header #menu-primary.navbar-nav .nav-link.show {
	color: #40E0D0;
}
#header #menu-primary.navbar-nav .nav-link:focus, #header #menu-primary.navbar-nav .nav-link:hover {
	color: #40E0D0;
}
#header #menu-primary.navbar-nav .nav-link {
	border-top: 4px solid #000000;
	color: #000000;
	padding-left: 15px;
    padding-right: 15px;
}
#header #menu-primary.navbar-nav .nav-link.active, 
#header #menu-primary.navbar-nav .nav-link:hover,
#header #menu-primary.navbar-nav .nav-link:focus {
	border-top: 4px solid #40E0D0;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}
.home #main {
	padding-top: 0 !important;
}
/*
* Home page banner
*/
/* Full-Screen Style for Large Screens */
.home-banner {
    position: relative;
    height: 100vh; /* Full screen height */
    overflow: hidden; /* Prevent scrolling if image overflows */
}

.home-banner_image {
    width: 100%; /* Cover the full width of the screen */
    height: 100%; /* Cover the full height of the screen */
    object-fit: cover; /* Ensure the image covers the area while maintaining aspect ratio */
    display: block;
}
.home-main-boxes {
    position: relative;
    z-index: 10;
}
.anchor-offset {
    display: block;
    height: 80px; /* Height of your fixed menu */
    margin-top: -80px; /* Negative margin to offset the fixed menu */
    visibility: hidden; /* Prevent the spacer from being visible */
}
.home-main-boxes h2.wp-block-heading {
    font-weight: bold;
    font-size: 1.5rem;
}
.home-main-boxes h2 a {
    position: relative; /* Needed for positioning the ::after element */
    color: #000000; /* Default text color */
    text-decoration: none; /* Removes underline */
}
/*.home-main-boxes h2 a:hover {
	color: #000000;
}*/
.home-main-boxes .bg-primary {
    background-color: #ffffff !important; /* Replace with your desired color */
    /*border: 4px solid #000000;*/
}
/* Base styles for the button */
.wp-block-button.wiv-button .wp-block-button__link {
  background: #40e0d0; /* Background color */
  color: black; /* Text color */
  border: none; /* Remove border */
  padding: 10px 40px; /* Adjust padding */
  font-size: 16px; /* Text size */
  border-radius: 0; /* Ensure no rounded corners */
  cursor: pointer; /* Pointer on hover */
  text-align: center; /* Center text alignment */
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease, background 0.3s ease; /* Smooth hover effect */

  /* Fallback for older browsers (rectangular button) */
  display: inline-block; /* Ensure proper display */
}

/* Clip-path for slanted edges (modern browsers) */
@supports (clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%)) {
  .wp-block-button.wiv-button .wp-block-button__link {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Left slanted, right outward */
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Safari/older Chrome */
  }
}

/* Hover effect */
.wp-block-button.wiv-button .wp-block-button__link:hover {
  transform: scale(1.1); /* Slight zoom effect */
}
.grecaptcha-badge {
    display: none;
}
.home-main-boxes h2.wp-block-heading {
  text-align: center;
  position: relative;
}
.home-main-boxes .wp-block-heading > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;  
}
.home-main-boxes .wp-block-heading > a:hover {
  color: #40E0D0;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* Rotate + lift on hover */
.home-main-boxes .wp-block-heading > a:hover::before {
  -webkit-transform: translateY(-8px) rotate(-5deg);
  -ms-transform: translateY(-8px) rotate(-5deg);
  transform: translateY(-8px) rotate(-5deg);
}
.home-main-boxes .wp-block-heading.home-main-boxes_networking > a::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto .5rem;
  background-image: url('https://www.womeninvenues.com/wp-content/uploads/2025/03/WIV-Networking-imagev2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.home-main-boxes .wp-block-heading.home-main-boxes_knowledge > a::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto .5rem;
  background-image: url('https://www.womeninvenues.com/wp-content/uploads/2025/03/WIV-Knowledge-image.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.home-main-boxes .wp-block-heading.home-main-boxes_education > a::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto .5rem;
  background-image: url('https://www.womeninvenues.com/wp-content/uploads/2025/03/WIV-Education-image.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.home-main-boxes .wp-block-heading.home-main-boxes_career-hub > a::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto .5rem;
  background-image: url('https://www.womeninvenues.com/wp-content/uploads/2025/03/WIV-Career-hub-image.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
/*
* Gravity Forms custom styles
*/
/* Fallback for IE to prevent resizing */
.gform_wrapper textarea {
    resize: none;
    overflow: auto; /* Ensures proper scroll behavior in older browsers */
}
.gf_readonly input, 
.gf_readonly textarea, 
.gf_readonly select { 
    background-color: #f3f3f3 !important; 
    color: #666 !important; 
    pointer-events: none !important; 
    cursor: not-allowed !important; 
}
.contact-us .gform_button.button {
  background: #40e0d0; /* Background color */
  color: black; /* Text color */
  border: none; /* Remove border */
  padding: 10px 40px; /* Adjust padding */
  font-size: 16px; /* Text size */
  border-radius: 0; /* Ensure no rounded corners */
  cursor: pointer; /* Pointer on hover */
  text-align: center; /* Center text alignment */
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease, background 0.3s ease; /* Smooth hover effect */

  /* Fallback for older browsers (rectangular button) */
  display: inline-block; /* Ensure proper display */
}
/* Clip-path for slanted edges (modern browsers) */
@supports (clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%)) {
  .contact-us .gform_button.button {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Left slanted, right outward */
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Safari/older Chrome */
  }
}
/* Hover effect */
.contact-us .gform_button.button:hover {
  transform: scale(1.1); /* Slight zoom effect */
}
/* Target all input, textarea, and select fields */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea,
.gform_wrapper select {
    border-color: #000000; /* Change this to your desired color */
    border-width: 1px; /* Optional: Adjust border width */
    border-style: solid; /* Optional: Define border style */
    transition: border-color 0.3s ease; /* Optional: Smooth transition */
}
.contact-us .gform_footer {
	display: flex;
    justify-content: center;
    align-items: center;
}
.contact-us .gform_spinner {
    margin-left: 10px; /* Adjust spacing between button and spinner */
}
.contact-us input:focus,
.contact-us input:focus-visible,
.contact-us textarea:focus,
.contact-us textarea:focus-visible {
	outline: 3px solid #40E0D0; /* Turquoise outline */
  	outline-offset: 0; /* Adds spacing between the outline and the element */
}
/* To avoid double-styling, reset :focus styles for browsers supporting :focus-visible */
.contact-us input:focus:not(:focus-visible) {
  outline: none; /* Remove outline if not using keyboard navigation */
}
/* Target the Gravity Form wrapper */
.gform_wrapper.contact-us_wrapper {
  width: 83.333%; /* Same as col-md-10 in Bootstrap */
  max-width: 100%; /* Prevent overflow on smaller screens */
  margin: 0 auto; /* Center the form horizontally */
}

#gform_confirmation_message_1 {
  display: block;
  max-width: 600px;
  margin: 10px auto;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #40E0D0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #000000;
}
/*
* Stories page
*/
/* Hover effect styling */
.page-id-20 #main {
	margin-bottom: 60px;
}
.card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    border-radius: 0;
}
.share-your-story input:focus,
.share-your-story input:focus-visible,
.share-your-story textarea:focus,
.share-your-story textarea:focus-visible,
.share-your-knowledge input:focus,
.share-your-knowledge input:focus-visible,
.share-your-knowledge textarea:focus,
.share-your-knowledge textarea:focus-visible {
	outline: 3px solid #40E0D0; /* Turquoise outline */
  	outline-offset: 0; /* Adds spacing between the outline and the element */
}
/* To avoid double-styling, reset :focus styles for browsers supporting :focus-visible */
.share-your-story input:focus:not(:focus-visible),
.share-your-knowledge input:focus:not(:focus-visible) {
  outline: none; /* Remove outline if not using keyboard navigation */
}
.share-your-story .gform_button.button,
.share-your-knowledge .gform_button.button,
.page-id-20 .load-more-stories_btn {
  background: #40e0d0; /* Background color */
  color: black; /* Text color */
  border: none; /* Remove border */
  padding: 10px 40px; /* Adjust padding */
  font-size: 16px; /* Text size */
  border-radius: 0; /* Ensure no rounded corners */
  cursor: pointer; /* Pointer on hover */
  text-align: center; /* Center text alignment */
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease, background 0.3s ease; /* Smooth hover effect */

  /* Fallback for older browsers (rectangular button) */
  display: inline-block; /* Ensure proper display */
}
/* Clip-path for slanted edges (modern browsers) */
@supports (clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%)) {
  .share-your-story .gform_button.button,
  .share-your-knowledge .gform_button.button,
  .page-id-20 .load-more-stories_btn {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Left slanted, right outward */
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Safari/older Chrome */
  }
}
/* Hover effect */
.share-your-story .gform_button.button:hover,
.share-your-knowledge .gform_button.button:hover,
.page-id-20 .load-more-stories_btn:hover {
  transform: scale(1.1); /* Slight zoom effect */
}
#gfield_description_4_14,
#gfield_upload_rules_4_14 {
	font-style: italic;
}
#gform_confirmation_message_1,
#gform_confirmation_message_4,
#gform_confirmation_message_8 {
  display: block;
  max-width: 600px;
  margin: 10px auto;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #40E0D0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #000000;
}
.card:hover {
    transform: translateY(-5px); /* Slight lift on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.card img {
    transition: transform 0.3s ease, opacity 0.3s ease;

    border-radius: 0;
}

.card:hover img {
    transform: scale(1.1); /* Zoom-in effect */
    opacity: 0.8; /* Slightly dim the image */
}

.hover-overlay {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card:hover .hover-overlay {
    opacity: 1; /* Show the overlay on hover */
}

.hover-overlay .btn {
    z-index: 10;
    text-transform: uppercase;
    text-decoration: none;
}

.story-btn,
.story-video-btn {
    background-color: #40e0d0; /* Turquoise color */
    color: #000000; /* White text */
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.story-btn:hover,
.story-video-btn:hover {
    background-color: #36c2b3; /* Slightly darker turquoise on hover */
    transform: scale(1.05); /* Slight zoom effect */
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(64, 224, 208, 0.4); /* Add shadow */
}
/* Restrict Fancybox content to 50% of the viewport width */
.fancybox__container .fancybox__content {
    max-width: 50%; /* Constrain content width to 50% of the viewport */
    width: 100%; /* Ensure full width within the constraint */
    margin: 0 auto; /* Center the content */
    padding: 20px; /* Add padding for spacing */
    box-sizing: border-box; /* Include padding in width calculation */
}
.fancybox__container .fancybox__content p {
	margin-top: 10px;
}
/*
* Share your Story/Knowledge modal
*/
.page-id-20 .wiv-button .wp-block-button__link {
    width: auto;
}
.page-id-20 .modal-header,
.page-id-20 .modal-content,
.page-id-121 .modal-header,
.page-id-121 .modal-content {
	border-radius: 0;
}
.page-id-20 .modal-header,
.page-id-121 .modal-header {
	background-color: #40E0D0;
}
.page-id-20 .modal-title,
.page-id-121 .modal-title {
	color: #000000;
}

.join-wiv input:focus,
.join-wiv input:focus-visible,
.join-wiv textarea:focus,
.join-wiv textarea:focus-visible,
.support-wiv input:focus,
.support-wiv input:focus-visible,
.support-wiv textarea:focus,
.support-wiv textarea:focus-visible,
.suggestions-wiv input:focus,
.suggestions-wiv input:focus-visible,
.suggestions-wiv textarea:focus,
.suggestions-wiv textarea:focus-visible {
    outline: 3px solid #40E0D0; /* Turquoise outline */
    outline-offset: 0; /* Adds spacing between the outline and the element */
}
/* To avoid double-styling, reset :focus styles for browsers supporting :focus-visible */
.join-wiv input:focus:not(:focus-visible),
.support-wiv input:focus:not(:focus-visible),
.suggestions-wiv input:focus:not(:focus-visible) {
  outline: none; /* Remove outline if not using keyboard navigation */
}
.join-wiv .gform_button.button,
.support-wiv .gform_button.button,
.suggestions-wiv .gform_button.button {
  background: #40e0d0; /* Background color */
  color: black; /* Text color */
  border: none; /* Remove border */
  padding: 10px 40px; /* Adjust padding */
  font-size: 16px; /* Text size */
  border-radius: 0; /* Ensure no rounded corners */
  cursor: pointer; /* Pointer on hover */
  text-align: center; /* Center text alignment */
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease, background 0.3s ease; /* Smooth hover effect */

  /* Fallback for older browsers (rectangular button) */
  display: inline-block; /* Ensure proper display */
}
/* Clip-path for slanted edges (modern browsers) */
@supports (clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%)) {
  .join-wiv .gform_button.button,
  .support-wiv .gform_button.button,
  .suggestions-wiv .gform_button.button {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Left slanted, right outward */
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Safari/older Chrome */
  }
}
/* Hover effect */
.join-wiv .gform_button.button:hover,
.support-wiv .gform_button.button:hover,
.suggestions-wiv .gform_button.button:hover {
  transform: scale(1.1); /* Slight zoom effect */
}
#gform_confirmation_message_5,
#gform_confirmation_message_6,
#gform_confirmation_message_7 {
  display: block;
  max-width: 600px;
  margin: 10px auto;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #40E0D0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #000000;
}
.page-id-121 #main {
  margin-bottom: 60px;
}
.knowledge-btn{
    background-color: #40e0d0; /* Turquoise color */
    color: #000000; /* White text */
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;

    min-width: 150px; 
    text-align: center;
}

.knowledge-btn:hover {
    background-color: #36c2b3; /* Slightly darker turquoise on hover */
    transform: scale(1.05); /* Slight zoom effect */
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(64, 224, 208, 0.4); /* Add shadow */
}
/* Base styles for the button */
.wp-block-button.knowledge-button .wp-block-button__link,
.page-id-121 .load-more-resources_btn {
  background: #40e0d0; /* Background color */
  color: black; /* Text color */
  border: none; /* Remove border */
  padding: 10px 40px; /* Adjust padding */
  font-size: 16px; /* Text size */
  border-radius: 0; /* Ensure no rounded corners */
  cursor: pointer; /* Pointer on hover */
  text-align: center; /* Center text alignment */
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease, background 0.3s ease; /* Smooth hover effect */

  /* Fallback for older browsers (rectangular button) */
  display: inline-block; /* Ensure proper display */
}

/* Clip-path for slanted edges (modern browsers) */
@supports (clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%)) {
  .wp-block-button.knowledge-button .wp-block-button__link,
  .page-id-121 .load-more-resources_btn {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Left slanted, right outward */
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Safari/older Chrome */
  }
}

/* Hover effect */
.wp-block-button.knowledge-button .wp-block-button__link:hover,
.page-id-121 .load-more-resources_btn:hover {
  transform: scale(1.1); /* Slight zoom effect */
}
.page-id-121 .card {
    background-color: #f8f9fa;
}
.page-id-125 #main {
  margin-bottom: 60px;
}
.single-job #main {
  margin-bottom: 60px;
}
/*
* WIV Career Hub/Job CPT
*/
.career-hub-btn{
    background-color: #40e0d0; /* Turquoise color */
    color: #000000; /* White text */
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;

    min-width: 150px; 
    text-align: center;
}
.page-id-125 #job-listings .job-item .card-title {
    color: #40e0d0;
    font-weight: bold;
}
.career-hub-btn:hover {
    background-color: #36c2b3; /* Slightly darker turquoise on hover */
    transform: scale(1.05); /* Slight zoom effect */
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(64, 224, 208, 0.4); /* Add shadow */
}
/* Base styles for the button */
.wp-block-button.career-hub-button .wp-block-button__link,
.page-id-125 .load-more-jobs_btn {
  background: #40e0d0; /* Background color */
  color: black; /* Text color */
  border: none; /* Remove border */
  padding: 10px 40px; /* Adjust padding */
  font-size: 16px; /* Text size */
  border-radius: 0; /* Ensure no rounded corners */
  cursor: pointer; /* Pointer on hover */
  text-align: center; /* Center text alignment */
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease, background 0.3s ease; /* Smooth hover effect */

  /* Fallback for older browsers (rectangular button) */
  display: inline-block; /* Ensure proper display */
}

/* Clip-path for slanted edges (modern browsers) */
@supports (clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%)) {
  .wp-block-button.career-hub-button .wp-block-button__link,
  .page-id-125 .load-more-jobs_btn {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Left slanted, right outward */
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Safari/older Chrome */
  }
}

/* Hover effect */
.wp-block-button.career-hub-button .wp-block-button__link:hover,
.page-id-125 .load-more-jobs_btn:hover {
  transform: scale(1.1); /* Slight zoom effect */
}
/* Base styles for the button */
.apply-button .apply-button_link{
  background: #40e0d0; /* Background color */
  color: black; /* Text color */
  border: none; /* Remove border */
  padding: 10px 40px; /* Adjust padding */
  font-size: 16px; /* Text size */
  border-radius: 0; /* Ensure no rounded corners */
  cursor: pointer; /* Pointer on hover */
  text-align: center; /* Center text alignment */
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease, background 0.3s ease; /* Smooth hover effect */

  /* Fallback for older browsers (rectangular button) */
  display: inline-block; /* Ensure proper display */
}

/* Clip-path for slanted edges (modern browsers) */
@supports (clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%)) {
  .apply-button .apply-button_link {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Left slanted, right outward */
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Safari/older Chrome */
  }
}

/* Hover effect */
.apply-button .apply-button_link:hover {
  transform: scale(1.1); /* Slight zoom effect */
}
.job-sidebar_link {
    color: #40e0d0;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-decoration: none;
}
.job-sidebar_link:hover {
    color: #000000;
}
.apply-button .apply-button_link {
    display: block; 
    width: 100%;
}
.page-id-125 .modal-header,
.page-id-125 .modal-content,
#wivApplyNowModal .modal-header,
#wivApplyNowModal .modal-content {
    border-radius: 0;
}
.page-id-125 .modal-header,
#wivApplyNowModal .modal-header {
    background-color: #40E0D0;
}
.page-id-125 .modal-title {
    color: #000000;
}
.wch-submit-your-job input:focus,
.wch-submit-your-job input:focus-visible,
.wch-submit-your-job textarea:focus,
.wch-submit-your-job textarea:focus-visible,
#wivApplyNowModal input:focus,
#wivApplyNowModal input:focus-visible,
#wivApplyNowModal textarea:focus,
#wivApplyNowModal textarea:focus-visible {
    outline: 3px solid #40E0D0; /* Turquoise outline */
    outline-offset: 0; /* Adds spacing between the outline and the element */
}
/* To avoid double-styling, reset :focus styles for browsers supporting :focus-visible */
.wch-submit-your-job input:focus:not(:focus-visible),
#wivApplyNowModal input:focus:not(:focus-visible) {
  outline: none; /* Remove outline if not using keyboard navigation */
}
#gfield_description_9_34,
#gfield_upload_rules_9_34,
#gfield_upload_rules_10_13 {
    font-style: italic;
}
.wch-submit-your-job .gform_button.button,
#wivApplyNowModal .gform_button.button {
  background: #40e0d0; /* Background color */
  color: black; /* Text color */
  border: none; /* Remove border */
  padding: 10px 40px; /* Adjust padding */
  font-size: 16px; /* Text size */
  border-radius: 0; /* Ensure no rounded corners */
  cursor: pointer; /* Pointer on hover */
  text-align: center; /* Center text alignment */
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease, background 0.3s ease; /* Smooth hover effect */

  /* Fallback for older browsers (rectangular button) */
  display: inline-block; /* Ensure proper display */
}
#gform_confirmation_message_9,
#gform_confirmation_message_10 {
  display: block;
  max-width: 600px;
  margin: 10px auto;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #40E0D0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #000000;
}
/* Clip-path for slanted edges (modern browsers) */
@supports (clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%)) {
  .wch-submit-your-job .gform_button.button,
  #wivApplyNowModal .gform_button.button {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Left slanted, right outward */
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Safari/older Chrome */
  }
}
/* Hover effect */
.wch-submit-your-job .gform_button.button:hover,
#wivApplyNowModal .gform_button.button:hover {
  transform: scale(1.1); /* Slight zoom effect */
}
.single-job .single-job_back-btn {
    background-color: #40e0d0; /* Turquoise color */
    color: #000000; /* White text */
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;

    min-width: 150px; 
    text-align: center;
}
.single-job .single-job_back-btn:hover {
    background-color: #36c2b3; /* Slightly darker turquoise on hover */
    transform: scale(1.05); /* Slight zoom effect */
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(64, 224, 208, 0.4); /* Add shadow */
}
/*
* Footer styles
*/
#footer {
    background: #40e0d0;
    color: #000000;
    padding: 10px;
}
#footer .social-icons a > i {
    transition: color 0.3s ease-in-out;
}
#footer .social-icons a {
    color: #000000;
}
/* Updated Hover Colors */
#footer .social-icons .fa-x-twitter:hover {
    color: #ffffff; /* X (Twitter) Black */
}
#footer .social-icons .fa-facebook:hover {
    color: #1877F2; /* Facebook Blue */
}
#footer .social-icons .fa-linkedin:hover {
    color: #0A66C2; /* LinkedIn Blue */
}
#footer .social-icons .fa-youtube:hover {
    color: #FF0000; /* YouTube Red */
}
#footer p {
    margin-bottom: 0;
}
#footer a.privacy-link {
    color: #000000; /* black color, adjust as needed */
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
#footer a.privacy-link:hover {
    color: #ffffff; /* white color on hover */
}
/* Footer stays at the bottom of all pages */
#wrapper{ 
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex-grow: 1;
}

/* Ensure the footer is at the bottom */
footer {
    margin-top: auto;
}
/*
* END of Footer stays at the bottom in all pages
*/
/*
* Error page
*/
.error404 .homepage-banner {
    margin-top: -10vh; /* Adjust as needed */
    margin-bottom: 2rem; /* Responsive margin */
    width: 100%; /* Ensure it spans the full width */
    max-width: 100%; /* Prevent overflow */

    position: relative; /* Makes it the reference for child elements */
    z-index: -1; /* Pushes the whole banner behind */
}
.error404 .homepage-banner img {
    width: 100%;
    height: auto; /* Maintains aspect ratio */
    display: block; /* Avoids extra space */
    max-width: 100%; /* Ensures it doesn't overflow */
}
/* Base styles for the button */
.error404 .error404-btn_link {
  background: #40e0d0; /* Background color */
  color: black; /* Text color */
  border: none; /* Remove border */
  padding: 10px 40px; /* Adjust padding */
  font-size: 16px; /* Text size */
  border-radius: 0; /* Ensure no rounded corners */
  cursor: pointer; /* Pointer on hover */
  text-align: center; /* Center text alignment */
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease, background 0.3s ease; /* Smooth hover effect */

  /* Fallback for older browsers (rectangular button) */
  display: inline-block; /* Ensure proper display */

  text-transform: uppercase;
}

/* Clip-path for slanted edges (modern browsers) */
@supports (clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%)) {
  .error404 .error404-btn_link {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Left slanted, right outward */
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Safari/older Chrome */
  }
}

/* Hover effect */
.error404 .error404-btn_link:hover {
  transform: scale(1.1); /* Slight zoom effect */
}
/*
* Networking page and single pages - Education page and single pages
*/
.page-id-119 #main,
.page-id-123 #main {
  margin-bottom: 60px;
}
/* Base styles for the button */
.networking-register-button .networking-register-button_link,
.education-register-button .education-register-button_link {
  background: #40e0d0; /* Background color */
  color: black; /* Text color */
  border: none; /* Remove border */
  padding: 10px 40px; /* Adjust padding */
  font-size: 16px; /* Text size */
  border-radius: 0; /* Ensure no rounded corners */
  cursor: pointer; /* Pointer on hover */
  text-align: center; /* Center text alignment */
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease, background 0.3s ease; /* Smooth hover effect */

  /* Fallback for older browsers (rectangular button) */
  display: inline-block; /* Ensure proper display */
}

/* Clip-path for slanted edges (modern browsers) */
@supports (clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%)) {
  .networking-register-button .networking-register-button_link,
  .education-register-button .education-register-button_link {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Left slanted, right outward */
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Safari/older Chrome */
  }
}

/* Hover effect */
.networking-register-button .networking-register-button_link:hover,
.education-register-button .education-register-button_link:hover {
  transform: scale(1.1); /* Slight zoom effect */
}
.networking-register-button .networking-register-button_link,
.education-register-button .education-register-button_link {
  display: block;
  width: 100%;
}
.single-networking .event-sidebar,
.single-education .event-sidebar {
    background-color: #ffffff;
}

.single-networking .event-info, .single-networking .related-events,
.single-education .event-info, .single-education .related-events {
    background: #f8f9fa;
    padding: 15px;
}

.single-networking .register-button .btn,
.single-education .register-button .btn {
    font-weight: bold;
    padding: 12px;
}

.single-networking .post-thumbnail img,
.single-education .post-thumbnail img {
    max-width: 100%;
    border-radius: 8px;
}

.single-networking .related-events ul,
.single-education .related-events ul {
    padding-left: 0;
}

.single-networking .related-events li,
.single-education .related-events li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.single-networking .related-events li:last-child,
.single-education .related-events li:last-child {
    border-bottom: none;
}

.single-networking .related-events a,
.single-education .related-events a {
    color: #007bff;
    transition: color 0.2s ease-in-out;
}

.single-networking .related-events a:hover,
.single-education .related-events a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.single-networking .related-events .related-events_link,
.single-education .related-events .related-events_link {
  color: #40e0d0;
  transition: all 0.3s ease;
  text-decoration: none;
}
.single-networking .related-events .related-events_link:hover,
.single-education .related-events .related-events_link:hover  {
  color: #000000;
}
.single-networking #main,
.single-education #main {
    margin-bottom: 60px;
}
.single-networking .modal-header,
.single-education .modal-header {
  background-color: #40E0D0;
}
.single-networking .modal-title,
.single-education .modal-title {
    color: #000000;
}
.single-networking .modal-content,
.single-education .modal-content,
.single-networking .modal-header,
.single-education .modal-header {
  border-radius: 0;
}
.networking-register-here input:focus,
.networking-register-here input:focus-visible,
.networking-register-here textarea:focus,
.networking-register-here textarea:focus-visible,
.education-register-here input:focus,
.education-register-here input:focus-visible,
.education-register-here textarea:focus,
.education-register-here textarea:focus-visible {
    outline: 3px solid #40E0D0; /* Turquoise outline */
    outline-offset: 0; /* Adds spacing between the outline and the element */
}
/* To avoid double-styling, reset :focus styles for browsers supporting :focus-visible */
.networking-register-here input:focus:not(:focus-visible),
.education-register-here input:focus:not(:focus-visible) {
  outline: none; /* Remove outline if not using keyboard navigation */
}
.networking-register-here .gform_button.button,
.education-register-here .gform_button.button {
  background: #40e0d0; /* Background color */
  color: black; /* Text color */
  border: none; /* Remove border */
  padding: 10px 40px; /* Adjust padding */
  font-size: 16px; /* Text size */
  border-radius: 0; /* Ensure no rounded corners */
  cursor: pointer; /* Pointer on hover */
  text-align: center; /* Center text alignment */
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease, background 0.3s ease; /* Smooth hover effect */

  /* Fallback for older browsers (rectangular button) */
  display: inline-block; /* Ensure proper display */
}
#gform_confirmation_message_11,
#gform_confirmation_message_12 {
  display: block;
  max-width: 600px;
  margin: 10px auto;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #40E0D0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #000000;
}
/* Clip-path for slanted edges (modern browsers) */
@supports (clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%)) {
  .networking-register-here .gform_button.button,
  .education-register-here .gform_button.button {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Left slanted, right outward */
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Safari/older Chrome */
  }
}
/* Hover effect */
.networking-register-here .gform_button.button:hover,
.education-register-here .gform_button.button:hover {
  transform: scale(1.1); /* Slight zoom effect */
}
.page-id-119 .calendar-container,
.page-id-123 .calendar-container {
    background: #fff;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    overflow-x: auto;
}
.page-id-119 .calendar-header,
.page-id-123 .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000000;
    color: #fff;
    padding: 10px;
    border-radius: 0;
}
.page-id-119 .calendar-header button,
.page-id-123 .calendar-header button {
    background: #fff;
    color: #007bff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}
.page-id-119 .calendar-header button:hover,
.page-id-123 .calendar-header button:hover {
    background: #e6e6e6;
}
.page-id-119 table,
.page-id-123 table {
    width: 100%;
    border-collapse: collapse;
}
.page-id-119 th, .page-id-119 td,
.page-id-123 th, .page-id-123 td {
    width: 14.28%;
    height: 100px; /* Ensures uniform cell height */
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top;
}
.page-id-119 .event-day,
.page-id-123 .event-day  {
    /* background: #dff0d8; */
    font-weight: bold;
    position: relative;
}
.page-id-119 .view-event,
.page-id-123 .view-event {
    margin-top: 5px;
    display: block;
    width: 100%;
    font-size: 12px;

    background-color: #40e0d0; /* Turquoise color */
    color: #000000; /* black text */
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.page-id-119 .view-event:hover,
.page-id-123 .view-event:hover {
    background-color: #36c2b3; /* Slightly darker turquoise on hover */
    transform: scale(1.05); /* Slight zoom effect */
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(64, 224, 208, 0.4); /* Add shadow */
}
.page-id-119 #month-year,
.page-id-123 #month-year {
  margin: 0;
}
.page-id-119 #prev,
.page-id-119 #next,
.page-id-123 #prev,
.page-id-123 #next {
  color: #000000;
  border-radius: 0;

  min-width: 120px;
}
/* Base styles for the button */
.page-id-119 .toggleView-wrapper-button .toggleView-button,
.page-id-123 .toggleView-wrapper-button .toggleView-button {
  background: #40e0d0; /* Background color */
  color: black; /* Text color */
  border: none; /* Remove border */
  padding: 10px 40px; /* Adjust padding */
  font-size: 16px; /* Text size */
  border-radius: 0; /* Ensure no rounded corners */
  cursor: pointer; /* Pointer on hover */
  text-align: center; /* Center text alignment */
  text-decoration: none; /* Remove underline */
  transition: transform 0.3s ease, background 0.3s ease; /* Smooth hover effect */

  /* Fallback for older browsers (rectangular button) */
  display: inline-block; /* Ensure proper display */

  text-transform: uppercase;
}

/* Clip-path for slanted edges (modern browsers) */
@supports (clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%)) {
  .page-id-119 .toggleView-wrapper-button .toggleView-button,
  .page-id-123 .toggleView-wrapper-button .toggleView-button {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Left slanted, right outward */
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%); /* Safari/older Chrome */
  }
}

/* Hover effect */
.page-id-119 .toggleView-wrapper-button .toggleView-button:hover,
.page-id-123 .toggleView-wrapper-button .toggleView-button:hover {
  transform: scale(1.1); /* Slight zoom effect */
}
.page-id-119 .networking-button,
.page-id-123 .networking-button,
.single-networking .single-networking_back-btn,
.single-education .single-education_back-btn {
    background-color: #40e0d0; /* Turquoise color */
    color: #000000; /* White text */
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;

    min-width: 150px; 
    text-align: center;
}

.page-id-119 .networking-button:hover,
.page-id-123 .networking-button:hover,
.single-networking .single-networking_back-btn:hover,
.single-education .single-education_back-btn:hover {
    background-color: #36c2b3; /* Slightly darker turquoise on hover */
    transform: scale(1.05); /* Slight zoom effect */
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(64, 224, 208, 0.4); /* Add shadow */
}
.page-id-119 .card,
.page-id-123 .card {
  background-color: #f8f9fa;
}
/*
* END Networking page and single pages styles
*/
/*
* The Board page styles
*/
.page-id-452 #main {
  margin-bottom: 60px;
}
#board-listings .board-item .card-title {
    color: #40e0d0;
}
#board-listings .board-item .fa-linkedin:hover {
  color: #000000;
}
#board-listings .board-item .fa-linkedin {
    color: #0A66C2;
    transition: color 0.3s ease-in-out;
}
/*
* END The Board page styles
*/
/* Bootstrap 5 Back to Top Button */
#backToTop {
    background-color: #000000 !important; /* Dark Navy (Default) */
    color: #40E0D0 !important; /* Turquoise Text */
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 999;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}
/* Hover Effect (For Desktop) */
#backToTop:hover {
    background-color: #40E0D0 !important; /* Turquoise */
    color: #002B36 !important; /* Dark Navy Text */
    transform: scale(1.1);
}
/* Only on larger devices */
@media (min-width: 768px) {
    .home-main-boxes {
        margin-top: -7%;
    }
    .page-id-20 .wp-block-image img {
    	margin-top: -20px;
    }
    #footer p {
        margin-top: 0;
    }
}
/* Style for Smaller Devices */
@media (max-width: 768px) {
    .home-banner {
    	margin-top: 60px; /* adjust fixed menu height */
        height: auto; /* Allow the container to resize naturally */
    }

    .home-banner_image {
        width: auto; /* Keep the original width */
        max-width: 100%; /* Ensure it fits within the screen width */
        height: auto; /* Maintain the natural aspect ratio */
        object-fit: unset; /* Reset object-fit to show the image "as is" */
    }

    .gform_wrapper.contact-us_wrapper {
   		width: 100%; /* Full width on smaller devices */
 	}
  
  	.home-main-boxes {
	    margin-left: 0;
	    margin-right: 0;
	 }

  	.home-main-boxes .col-6 {
	    padding-left: 0.5rem;
	    padding-right: 0.5rem;
	 }

	.home-main-boxes .col-md-3 {
   	 	padding-left: 0.5rem;
    	padding-right: 0.5rem;
  }
  	.home-main-boxes > div:nth-child(1),
  	.home-main-boxes > div:nth-child(2) {
    	padding-bottom: 0.5rem; /* Adjust the value as needed */
  }
   .home-main-boxes h2 {
        font-size: 1.5rem;
    }
  .fancybox__container .fancybox__content {
        max-width: 90%; /* Allow more width for mobile devices */
    }
    /* Error page */
    .error404 .homepage-banner {
        margin-top: 0;
        height: 40vh; /* Reduce height on smaller screens */
    }
    /* Networking and Education page */
    .page-id-119 .calendar-container,
    .page-id-123 .calendar-container {
        padding: 0;
    }
    .page-id-119 th, .page-id-119 td,
    .page-id-123 th, .page-id-123 td  {
        padding: 5px;
        font-size: 12px;
        height: 80px; /* Adjusted for smaller screens */
    }
    .page-id-119 .view-event,
    .page-id-123 .view-event {
        font-size: 8px;
        padding: 3px;
    }
    .page-id-119 #month-year,
    .page-id-123 #month-year {
        margin-top: 10px;
        margin-bottom: 10px;
    }
     #backToTop {
        display: none !important;
    }
}
@media (max-width: 576px) {
    /* Homepage four boxes */
    .home-main-boxes .wp-block-heading.home-main-boxes_networking::before,
    .home-main-boxes .wp-block-heading.home-main-boxes_knowledge::before,
    .home-main-boxes .wp-block-heading.home-main-boxes_education::before,
    .home-main-boxes .wp-block-heading.home-main-boxes_career-hub::before {
       /* width: 2.5rem;
        height: 2.5rem; */
    }
    /* end Homepage four boxes */
    .page-id-119 .calendar-header,
    .page-id-123 .calendar-header {
        flex-direction: column;
        text-align: center;
    }
    .page-id-119 .calendar-header button,
    .page-id-123 .calendar-header button {
        width: 100%;
        margin-bottom: 5px;
    }
    .page-id-119 table,
    .page-id-123 table {
        display: table;
        width: 100%;
    }
    .page-id-119 th, .page-id-119 td,
    .page-id-123 th, .page-id-123 td {
        height: 60px; /* Maintains uniform height on small screens */
        font-size: 10px;
        padding: 3px;
        min-height: 60px;
        max-height: 60px;
    }
}
/*
* Desktop site view Google Chrome styles
*/
@media (pointer: coarse) { /* specifically targets touch-based devices (i.e., mobile and tablets) */
    .container {
        max-width: 100% !important;
    }
    .home-banner {
        margin-top: 50px;
        height: auto;
    }
    .home-banner_image {
        width: auto;
        max-width: 100%;
        height: auto;
        object-fit: unset;
    }
}
@media (max-width: 1024px) and (orientation: landscape) {
  /* I will add code here to fix the issue with the landscape view not displaying all menus */
}

/*
* End custom styles
*/