/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Media Queries */


/* Smaller than standard 960 (devices and browsers) */
   @media only screen and (max-width: 959px) {
   }


/* Tablet Portrait size to standard 960 (devices and browsers) */
   @media only screen and (min-width: 768px) and (max-width: 959px) {

/* Homepage overlay responsive styling */
#read-home {
background: transparent;
}

/* layout */
h1 {
font-size: 100px;
line-height: 100px;
}

h2 {
font-size: 30px;
line-height: 30px;
}

h3 {
font-size: 30px;
line-height: 30px;
}

h4 {
font-size: 70px;
line-height: 70px;
}

h5 {
font-size: 30px;
line-height: 30px;
}

.contact-intro-bottom-title {
font-size: 30px;
line-height: 30px;
}

/* borders */
.borders {
display: none;
visibility: hidden;
}

/* countdown */
ul#countdown li {
width: 75px;
}

ul#countdown li span {
font-size: 40px;
line-height: 40px;
}

ul#countdown li span.seconds {
font-size: 40px;
line-height: 40px;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
font-size: 20px;
}

/* menu */
.menu {
display: none;
visibility: hidden;
}

/* menu mobile */
.menu-mobile {
position: fixed;
font-family: 'BebasNeueRegular';
font-size: 20px;
font-style: normal;
font-weight: normal;
text-shadow: 1px 1px 2px #000;
-webkit-font-smoothing: antialiased;
width: auto;
top: 10px;
right: 0;
margin: 0;
padding: 0 15px 0 0;
display: inherit;
visibility: visible;
z-index: 9999;
}

/* dividers */
.divider-left-top {
display: none;
visibility: hidden;
}

.divider-right-top {
display: none;
visibility: hidden;
}

.divider-left-bottom {
display: none;
visibility: hidden;
}

.divider-right-bottom {
display: none;
visibility: hidden;
}

/* box effect */
.box {
width: 220px;
height: 360px;
position: relative;
background: rgba(255,255,255,1);
display: inline-block;
margin: 0 10px;
/*
cursor: pointer;
color: #fff;
box-shadow: inset 0 0 0 3px #fff;
*/
-webkit-transition: background 0.4s 0.5s;
	    transition: background 0.4s 0.5s;
margin: 20px 0 0 0;
}

.top, .left, .bottom, .right {
display: none;
visibility: hidden;
}

   }


/* All Mobile Sizes (devices and browser) */
   @media only screen and (max-width: 767px) {
   /* Homepage overlay responsive styling */
   #read-home {
   background: transparent;
   }
   
   /* Ensure mobile overlay is properly positioned */
   .mobile-video-overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.06); /* Reduced darkness for mobile */
   z-index: -500;
   pointer-events: none;
   }
   }


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
   @media only screen and (min-width: 480px) and (max-width: 767px) {

/* layout */
#intro-wrapper {
position: relative;
top: 58px;
}

/* Homepage mobile scrolling fix */
#read-home {
min-height: 100vh;
height: auto;
overflow-y: auto;
width: 100%;
margin: 0;
padding: 0;
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: transparent;
}

/* Homepage content centering fix */
#read-home .container {
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0 15px;
text-align: center;
}

#read-home .upper-content {
width: 100%;
margin: 0 auto;
padding: 0;
text-align: center;
}

/* Add left margin to main content sections on mobile */
#read-home #homepage-content {
margin-left: 30px !important;
}

#read-home .mednero-logo {
margin-left: 30px !important;
}

#read-home #home-slider-wrapper-mobile {
margin-left: 30px !important;
}

/* Homepage intro wrapper positioning fix */
#read-home #intro-wrapper {
position: relative;
top: 0;
margin-top: 0;
}

.lower-content {
padding: 10px 0 0 0;
}

/* About page mobile styling */
#about .lower-content p {
font-size: 16px;
line-height: 1.6;
padding: 10px;
text-align: left !important;
}

/* Force left alignment for specific text in about section */
#about .lower-content p span {
text-align: left !important;
}

#about .lower-content h3 {
font-size: 32px;
line-height: 1.2;
}

#about .lower-content h5 {
font-size: 28px;
line-height: 1.2;
}

#about .lower-content ul {
font-size: 14px;
line-height: 1.5;
}

/* Services page mobile styling */
#services .lower-content p {
font-size: 16px;
line-height: 1.6;
padding: 10px;
text-align: left;
}

#services .lower-content h3 {
font-size: 32px;
line-height: 1.2;
}

#services .lower-content h4 {
font-size: 28px;
line-height: 1.2;
}

#services .lower-content h5 {
font-size: 24px;
line-height: 1.2;
text-align: left;
}

#services .lower-content ul {
font-size: 14px;
line-height: 1.5;
text-align: left;
}

h1 {
font-size: 80px;
line-height: 80px;
}

h2 {
font-size: 25px;
line-height: 25px;
}

h3 {
font-size: 25px;
line-height: 25px;
}

h4 {
font-size: 45px;
line-height: 45px;
padding: 58px 0 0 0;
}

h5 {
font-size: 25px;
line-height: 25px;
}

h6 {
font-size: 18px;
line-height: 18px;
text-align: left;
}

.contact-intro-bottom-title {
font-size: 25px;
line-height: 25px;
}

/* borders */
.borders {
display: none;
visibility: hidden;
}

/* countdown */
#countdown-wrapper {
position: fixed !important;
bottom: 120px !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
text-align: left !important;
margin: 0 !important;
padding: 0 15px !important;
z-index: 100 !important;
background: rgba(0, 0, 0, 0.3) !important;
backdrop-filter: blur(5px) !important;
}

ul#countdown li {
width: 60px;
}

ul#countdown li span {
font-size: 30px;
line-height: 30px;
}

ul#countdown li span.seconds {
font-size: 30px;
line-height: 30px;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
font-size: 20px;
}

/* menu */
.menu {
display: none;
visibility: hidden;
}

/* menu mobile */
.menu-mobile {
position: relative;
font-family: 'BebasNeueRegular';
font-size: 20px;
font-style: normal;
font-weight: normal;
text-shadow: 1px 1px 2px #000;
-webkit-font-smoothing: antialiased;
width: auto;
top: 10px;
right: 0;
margin: 0;
padding: 0 15px 0 0;
display: inherit;
visibility: visible;
z-index: 1000;
}

/* contact form */
#form-wrapper {
width: 340px;
}

#form {
width: 340px;
}

#form div {
width: 340px;
}

#form div label {
width: 325px;
}

#form input {
width: 325px;
}

#form .subject {
width: 325px;
margin-bottom: 10px;
}

#form textarea {
width: 325px;
}

#form .submit {
margin-right: 3px;
}

.success {
width: 340px;
}

#form .error {
right: 5px;
}

/* newsletter form */
#subscribe-wrapper {
position: fixed !important;
bottom: 20px !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
text-align: left !important;
margin: 0 !important;
padding: 0 15px !important;
z-index: 100 !important;
background: transparent !important;
backdrop-filter: none !important;
}

.subscribesuccess {
text-align: left;
margin: 0 0 0 2px;
}

#subscribe .subscribeerror {
text-align: left;
margin: 0 0 0 2px;
}

/* dividers */
.divider-left-top {
display: none;
visibility: hidden;
}

.divider-right-top {
display: none;
visibility: hidden;
}

.divider-left-bottom {
display: none;
visibility: hidden;
}

.divider-right-bottom {
display: none;
visibility: hidden;
}

   }


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
   @media only screen and (max-width: 479px) {

/* Homepage overlay responsive styling */
#read-home {
background: transparent;
width: 100%;
margin: 0;
padding: 0;
}

/* Ensure mobile overlay works on smallest screens */
.mobile-video-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.06); /* Reduced darkness for mobile */
z-index: -500;
pointer-events: none;
}

/* Homepage content centering fix */
#read-home .container {
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0px;
text-align: center;
}

#read-home .upper-content {
width: 100%;
margin: 0 auto;
padding: 0;
text-align: center;
}

/* Homepage intro wrapper positioning fix */
#read-home #intro-wrapper {
position: relative;
top: 0;
margin-top: 0;
text-align: center;

}

/* Mobile centering overrides for specific elements */
#read-home #homepage-content {
margin-left: 30px !important;
}

#read-home .mednero-logo {
margin-left: 30px !important;
}

#read-home #home-slider-wrapper-mobile {
margin-left: 30px !important;
}

#read-home #social-icons-wrapper {
text-align: left !important;
margin: 20px 0 40px 30px !important;
width: 100% !important;
}

#read-home #social-icons-wrapper ul {
float: left !important;
text-align: left !important;
margin: 0 !important;
transform: none !important;
}

#read-home #social-icons-wrapper ul li {
text-align: left;
display: inline-block;
margin: 0 5px;
}

/* Force countdown and subscription to bottom on mobile */
#read-home #countdown-wrapper {
position: fixed !important;
bottom: 120px !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
text-align: left !important;
margin: 0 !important;
padding: 0 15px !important;
z-index: 100 !important;
background: transparent !important;
backdrop-filter: none !important;
}

#read-home #subscribe-wrapper {
position: fixed !important;
bottom: 20px !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
text-align: left !important;
margin: 0 !important;
padding: 0 15px !important;
z-index: 100 !important;
background: transparent !important;
backdrop-filter: none !important;
}

#read-home #countdown-wrapper ul {
text-align: left !important;
margin: 0 !important;
transform: none !important;
}

#read-home #countdown-wrapper ul li {
text-align: left;
display: inline-block;
margin: 0 1px;
}

#read-home #subscribe-wrapper .newsletter {
text-align: left !important;
margin: 0 !important;
transform: none !important;
}

#read-home #subscribe-wrapper #subscribe {
text-align: left;
margin: 0;
}

#read-home #subscribe-wrapper #subscribe input {
text-align: left;
display: block;
padding: 0 10px;
border-radius: 0;
}

/* Reduce gap between subscribe input and button on mobile */
@media (max-width: 767px) {
#subscribe input#subscribeemail {
margin: 4px 0 5px 0 !important;
}

#subscribe input#submit {
margin: 4px 0 5px 0 !important;
}

/* Override countdown wrapper positioning for mobile */
#read-home #countdown-wrapper {
position: fixed !important;
bottom: 120px !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
text-align: left !important;
margin: 0 !important;
padding: 0 5px 0 20px !important;
z-index: 100 !important;
background: transparent !important;
backdrop-filter: none !important;
}

#read-home #countdown-wrapper ul {
transform: none !important;
margin: 0 auto !important;
}

/* Remove glassy background from subscription wrapper */
#read-home #subscribe-wrapper {
background: transparent !important;
backdrop-filter: none !important;
}

/* Ultra-compact countdown for all mobile screens */
@media (max-width: 767px) {
ul#countdown li {
width: 60px !important;
}

ul#countdown li span {
font-size: 36px !important;
line-height: 36px !important;
}

ul#countdown li span.seconds {
font-size: 36px !important;
line-height: 36px !important;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
font-size: 20px !important;
}
}

/* Force left alignment for about section text */
#about .lower-content p,
#about .lower-content p *,
#about .lower-content p span {
text-align: left !important;
}

/* Make bold spans responsive for mobile */
span[style*="font-size:1.3rem"],
span[style*="font-size: 1.3rem"],
span[style*="font-size:1.2rem"],
span[style*="font-size: 1.2rem"],
span[style*="font-size:1.4rem"],
span[style*="font-size: 1.4rem"],
span[style*="font-size:1.5rem"],
span[style*="font-size: 1.5rem"],
span[style*="font-size:2rem"],
span[style*="font-size: 2rem"] {
font-size: 1rem !important;
}

/* Additional responsive font sizes for smaller mobile screens */
@media (max-width: 479px) {
span[style*="font-size:1.3rem"],
span[style*="font-size: 1.3rem"],
span[style*="font-size:1.2rem"],
span[style*="font-size: 1.2rem"],
span[style*="font-size:1.4rem"],
span[style*="font-size: 1.4rem"],
span[style*="font-size:1.5rem"],
span[style*="font-size: 1.5rem"],
span[style*="font-size:2rem"],
span[style*="font-size: 2rem"] {
font-size: 0.9rem !important;
}

/* Ultra-compact countdown for smallest mobile screens */
#read-home #countdown-wrapper ul li {
margin: 0 0px !important;
}

ul#countdown li {
width: 50px !important;
}

ul#countdown li span {
font-size: 28px !important;
line-height: 28px !important;
}

ul#countdown li span.seconds {
font-size: 28px !important;
line-height: 28px !important;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
font-size: 16px !important;
}
}
}

/* layout */
#intro-wrapper {
position: relative;
top: 58px;
}

.lower-content {
padding: 10px 0 0 0;
}

/* About page small mobile styling */
#about .lower-content p {
font-size: 14px;
line-height: 1.5;
padding: 8px;
text-align: left !important;
}

/* Force left alignment for specific text in about section */
#about .lower-content p span {
text-align: left !important;
}

#about .lower-content h3 {
font-size: 28px;
line-height: 1.2;
}

#about .lower-content h5 {
font-size: 24px;
line-height: 1.2;
}

#about .lower-content ul {
font-size: 12px;
line-height: 1.4;
}

/* Services page smallest mobile styling */
#services .lower-content p {
font-size: 14px;
line-height: 1.5;
padding: 8px;
text-align: left;
}

#services .lower-content h3 {
font-size: 28px;
line-height: 1.2;
}

#services .lower-content h4 {
font-size: 24px;
line-height: 1.2;
}

#services .lower-content h5 {
font-size: 20px;
line-height: 1.2;
}

#services .lower-content ul {
font-size: 12px;
line-height: 1.4;
}

h1 {
font-size: 80px;
line-height: 80px;
}

h2 {
font-size: 25px;
line-height: 25px;
}

h3 {
font-size: 25px;
line-height: 25px;
}

h4 {
font-size: 45px;
line-height: 45px;
padding: 58px 0 0 0;
}

h5 {
font-size: 25px;
line-height: 25px;
}

h6 {
font-size: 18px;
line-height: 18px;
text-align: left;
}

.contact-intro-bottom-title {
font-size: 25px;
line-height: 25px;
}

/* borders */
.borders {
display: none;
visibility: hidden;
}

/* countdown */
#countdown-wrapper {
position: fixed !important;
bottom: 120px !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
text-align: left !important;
margin: 0 !important;
padding: 0 15px !important;
z-index: 100 !important;
background: rgba(0, 0, 0, 0.3) !important;
backdrop-filter: blur(5px) !important;
}

ul#countdown li {
width: 60px;
}

ul#countdown li span {
font-size: 30px;
line-height: 30px;
}

ul#countdown li span.seconds {
font-size: 30px;
line-height: 30px;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
font-size: 20px;
}

/* menu */
.menu {
display: none;
visibility: hidden;
}

/* menu mobile */
.menu-mobile {
position: relative;
font-family: 'BebasNeueRegular';
font-size: 20px;
font-style: normal;
font-weight: normal;
text-shadow: 1px 1px 2px #000;
-webkit-font-smoothing: antialiased;
width: auto;
top: 10px;
right: 0;
margin: 0;
padding: 0 15px 0 0;
display: inherit;
visibility: visible;
z-index: 1000;
}

/* contact form */
#form-wrapper {
width: 240px;
}

#form {
width: 240px;
}

#form div {
width: 240px;
}

#form div label {
width: 225px;
}

#form input {
width: 225px;
}

#form .subject {
width: 225px;
margin-bottom: 10px;
}

#form textarea {
width: 225px;
}

#form .submit {
margin-right: 3px;
}

.success {
width: 240px;
}

#form .error {
right: 5px;
}

/* newsletter form */
#subscribe-wrapper {
position: relative;
text-align: left;
margin: -61px 0 20px 8px;
}

.subscribesuccess {
text-align: left;
margin: 0 0 0 2px;
}

#subscribe .subscribeerror {
text-align: left;
margin: 0 0 0 2px;
}

/* dividers */
.divider-left-top {
display: none;
visibility: hidden;
}

.divider-right-top {
display: none;
visibility: hidden;
}

.divider-left-bottom {
display: none;
visibility: hidden;
}

.divider-right-bottom {
display: none;
visibility: hidden;
}

   }