
/*Dr. MA RAHMAN, TO, ON CA
Sep 16, Twenty22
Moving HealthCare Delivery to the next level We want.
Connecting, Consulting, and Receiving  Health Services
is changing and the process continues Evolving.
-----*/


*, 
*::before, 
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
}

::selection {
	background: var(--clr-red);
	color: var(--clr-black);
}

::-moz-selection {
	background: var(--clr-red);
	color: var(--clr-black);
}

/*--My local Font Set
created on Aug 2021, TO CA----
Regular Font and Iconic Font*/

@font-face {
	font-family: maplefont;
	src: local('maplefont'), url("../maplefont/fonts/maplefont.woff") format("woff");     
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
    font-family: 'lato';
	src: local('lato'), url('../latofont/lato-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto';
	src: local('Roboto'), url('../Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: local('poppins'), url('../poppins/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica';
    src: local('helvetica'), url('../helvetica/helvetica-webfont.woff') format('woff');
	font-weight: normal;
    font-style: normal;
}


:root {	
	--ff-primary: 'poppins', Sans-serif;
	--ff-iconic: 'maplefont';
	--fw-1: 400;
	--fw-2: 500;
	--fw-3: 600;
	--fw-4: 700;
	--clr-neutral: #fefefe;
	--clr-primary: #444;
	--clr-light: #555;
	--clr-lighter: #f5f4ee;
	--clr-black: #333;
	--clr-link: #5285FC;
	--clr-white: #ffffff;
	--clr-red: #FF5811;
	--clr-blue: #0000cc;
	--clr-green: #009933;
	--clr-yellow: #FFCC00;
	--clr-torqouise: #40e0d0;
	--clr-bg: #fdfdfd;
	--header-bg: #67FCFC;
	--clr-icons: #ff5533;
	--clr-header: #0000CC;
	}

html,
body { 
	font-size:1.08em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	scroll-behavior: smooth;
}
html {
min-height: -webkit-fill-available;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--ff-primary);
	font-weight: var(--fw-1);
	background: var(--clr-bg);
	text-rendering: optimizeSpeed;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}


/* Main body SECTIONS  August 2021*/

body {
	display: grid;
	grid: auto-flow / minmax(12.5vw, 1fr) minmax(35rem, 70%) minmax(12.5vw, 1fr);
	grid-row-gap: 10rem;
}

body > * {
	grid-column: 2/3;	
} 


/* BASIC SETUP */

.page-wrapper {
	width: 100%;
	max-width: 100%;
	height: auto; 
	}

.nav-wrapper {
	width: 100%;
	max-width: 100%;
	background: var(--clr-bg);
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0; 
		  
}


.main-wrapper {
	height: auto;
	width: 100%;
	margin: 0 0;
	padding: 0 0;
}

.main-wrapper :where(a) {
	color: var(--clr-red);
	text-decoration: none;
	}
	
.main-wrapper :where(a:hover, a:active) {
	text-decoration: none;
	color: var(--clr-black);
}
	

.main-wrapper :where(ul, li) {
	width: 100%;
	list-style: none;
	border:0 0;
	margin: 0 0;
}

.main-wrapper :where(li) {
	width: min(100% - 1rem);
	font-size: clamp(0.98rem, 0.75vw + 0.25rem, 1.6rem);
	font-weight: var(--fw-1);
	line-height: 1.5;
	padding: 0.6em 0;
	color: var(--clr-light);
	border-top: 0.010em solid #C2BFCA;
}


/*Basic Setup above August 05, 2022, 2022, TO CA*/

.intro-container {
	width: 100%;
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(15.5ch, 100%), 1fr));
	grid-gap: 3.5rem;
	margin-bottom: min(25vh, 15rem);
	padding: 2.5rem 0;
	align-items: center;	
}


.intro-container > div:nth-child(1) {
	grid-row: 1/6;
	grid-column: 1/4;
	margin: 0 0;
	padding: 3.5vw;
	background: var(--clr-red);
	}
	
.intro-container > div:nth-child(2) {
	grid-row: 3/7;
	grid-column: 3/-1;
	margin: 0 0;
	padding: 3.5vw;	
	background: var(--clr-bg);
	
	}
	

.intro-container :is(i) {
	display: inline-block;
	text-decoration: none;
	font-size: clamp(4.25rem, 3.5rem + 7.5vw, 13.75rem);
	margin: 0 1.10rem 1.25rem 0;
	padding: 0.75rem 0;
	color: var(--clr-white);
}

.intro-container :is(i)::after {
	content: '';
	display: block;
	width: 100%;
	position: relative;
	height: 0.40rem;
	bottom: -0.35rem;
	background-color: var(--clr-light);
	transition: background ease-in-out 250ms linear;
	}
	




* :is(body, .intro-container, .main-container, footer) p {
	color: var(--clr-light);
	font-family: var(--ff-primary);
	font-size: clamp(0.98rem, 0.75vw + 0.25rem, 1.6rem);
	line-height: 1.7;
	padding-bottom: 3.25rem;
	word-spacing: 0.01em;
	letter-spacing: 0.01em;
	text-rendering: optimizeLegibility;
	}


.main-container :is(.small) {
	color: var(--clr-red);
	font-family: var(--ff-primary);
	font-size: clamp(1.15rem, 1.5vw + 0.25rem, 2.25rem);
	line-height: 1.4;
	padding-bottom: 3.25rem;
	word-spacing: 0.01em;
	letter-spacing: 0.01em;
	text-rendering: optimizeLegibility;
	}	
			
.main-container  {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(12.5rem, 100%), 1fr));
	grid-column-gap: 3.75rem;
	grid-row-gap: 5.5rem;
	margin: min(12vh, 10.5rem) 0;
	}
/*---off --- sifted to intro-
.main-container > div:nth-child(odd) {
	grid-row: 1/2;
	grid-column: 1/3;
	margin: 0 0;
	padding: 0 0;
	}
	--*/
	
.main-container :where(i) {
	display: inline-block;
	text-decoration: none;
	font-size: clamp(2.25rem, 1.5rem + 2.5vw, 3.75rem);
	margin: 0 1.10rem 1.25rem 0;
	padding: 0.75rem 0;
	border-right: 0.10rem dotted var(--clr-light);
	color: var(--clr-red)
}

.main-container :where(a > i:hover) {
	color: var(--clr-light);
	transform: translateY(-1.75rem);
	transition: transform 0.3s ease-out; 
	}

h1, h2, h3, h4 {
	text-align: left;
	line-height: 1.3;
	margin-bottom: 2.25rem;
	text-transform: normal;
	display: block;
	text-rendering: optimizeLegibility;
	word-break: break-word;
	color: var(--clr-light);
  }
  
 h1 {
	color: var(--clr-light);
	font-size: clamp(2.95rem, 3.10rem + 4.75vw, 5.75rem);
	font-weight: var(--fw-2);
	
	}
	
	h2 {
	
	font-size: clamp(1.15rem, 1.0rem + 1.5vw, 2.25rem);
	}
	
	h3 {
	font-size: clamp(1.10rem, 1.0rem + 1.25vw, 2.10rem);
	font-weight: var(--fw-1);
	}
	
	h4 {
	font-size: clamp(1.07rem, 0.95rem + 1.15vw, 1.5rem);
	font-weight: var(--fw-2);
	letter-spacing: 0.01rem;
	}
	


.main-container img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.25rem;
	display: block;
}


/*--footer-----*/
.main-wrapper > .footer {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(12.75rem, 100%), 1fr));
	place-self: center;
	grid-column-gap: 5em;
	grid-row-gap: 15em;
	margin-block: 10rem;
	width: 100%;
	
}

.footer :is(i) {
	color: var(--clr-red);
	margin-right: 0.5em;
	font-size: clamp(1.45rem, 0.5rem + 1.5vw, 2.5rem);
	padding: 0.25em 0;
	text-decoration: none;
	border-right: 0.005em solid #789;
}


.footer :is(a > i:hover) {
	color: var(--clr-light);
}

/*--footer css ended here --- */


img,
picture,
video {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 0.75rem;
	}

header {
	padding: 0 0;
	width: 100%;
	max-width: 100%;
	background: var(--clr-bg);
	min-height: 7.5rem;
	display: grid;
	grid-auto-flow: column;
	justify-content: space-between;
	align-content: center;
	z-index: +10;
	}

#brand {
	font-weight: var(--fw-1);
	font-size: clamp(1.5rem, 0.5rem + 2.25vw, 4.25rem);	
	margin: 0 0;
	padding: 0 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#brand a {
	color: var(--clr-light);
	text-decoration: none;
	text-transform: capitalize;
	}
	
#brand a:hover {
	color: var(--clr-red);
	text-decoration: none;
	text-transform: capitalize;
	}
	
#brand :is(i) {
	color: var(--clr-red);
	text-decoration: none;
	font-size: clamp(1.5rem, 0.5rem + 1.5vw, 2.5rem);
	border-right: 0.0015rem dotted var(--clr-light);
	padding: 1.15rem 0;
	align-content: end;
	display: inline-block;
	transform: translateY(6.75%);
	transition: transform 500ms ease-in-out;
}

#brand :is(i:hover) {
	color: var(--clr-green);
	
	}

.navbar ul {
	list-style: none;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar li {
	padding: 0 0;
	list-style: none;
	margin-left: 1.5rem;
	color: var(--clr-light);
}

.navbar li:hover {
  transform: scale(1.0);
  transition: all 0.3s ease-in-out;
}

.navbar a {
	font-size: clamp(0.98rem, 0.75vw + 0.25rem, 1.6rem);
	color: var(--clr-light);
	text-decoration: none;
}

a[href="appt/appointment.html"] {
color: var(--clr-red);
}
a[href^="https"] {
color: var(--clr-link);
}


/*working hover effect------------------
	.navbar li:nth-child(3)::before {
		content: '';
		display: none;
		width: 100%;
		position: absolute;
		}
		
	.navbar li:nth-child(3):hover::before {
		content: '';
		display: block;
		width: 100%;
		height: 0.25rem;
		top: -0.5rem;
		position: absolute;
		background-color: var(--clr-light);
		transition: background ease-in-out 250ms linear;
		}
		
		-------*/
/*-----nth-child off--------------------
.navbar li:nth-child(3)::before {
		content: '';
		display: block;
		width: 100%;
		position: relative;
		width: 100%;
		height: 0.24rem;
		top: -0.45rem;
		background-color: var(--clr-black);
		transition: background ease-in-out 250ms linear;
		}
		
	.navbar li:nth-child(3):hover::before {
		content: '';
		display: block;
		width: 100%;
		position: relative;
		width: 100%;
		height: 0.24rem;
		top: -0.45rem;
		background-color: var(--clr-red);
		transition: background ease-in-out 250ms linear;
		}
		
--------*/		

.navbar a:hover,
.navbar a:focus {
  color: var(--clr-red);
  text-decoration: none;
}


#appointment,
#question {
  border-radius: 0;
  padding: 1.25rem 0;
}

#question {
  border-bottom: 0.01rem solid #E6E6E6;    
}


#question a {
  color: var(--clr-red);
  text-decoration: none;
  font-weight: var(--fw-2);
}
#question a:hover {
  color: var(--clr-green);
  }

#appointment {
  border-bottom: 0.01rem solid #E6E6E6;
    
}

#appointment a {
  color: var(--clr-red);
  text-decoration: none;
  font-weight: var(--fw-medium);
}
#appointment a:hover {
  color: var(--clr-green);
  }




/*Mamburger icon begin here---------*/
#hamburger-icon {
  margin: 0 0;
  display: none;
  cursor: pointer;
  justify-content: end;
  place-self: center;
}


#hamburger-icon :is(.bar1, bar2, .bar3){
	margin: 0.35rem 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#hamburger-icon :is(.bar1, .bar3){
	width: 2.35rem;
	height: 0.21rem;
	background-color: var(--clr-light);
	}

#hamburger-icon :is(.bar2){
	width: 1.7rem;
	height: 0.21rem;
	background-color: var(--clr-red);
	}


.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-0.12em, 0.12em);
  transform: rotate(-45deg) translate(-0.45em, 0.45em);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-0.25em, -0.35em);
  transform: rotate(45deg) translate(-0.25em, -0.35em);
}
/*--hamburger icon end-----------*/

.mobile-menu {
  display: none;
  position: absolute;
  top: 7.5rem;
  padding: 4.5em 0;
  left: 0;
  min-height: 70vh;
  max-height: 100vh;
  width: 100%;
  max-width:100%;  
  transition: all 0.5s ease-in-out;
  justify-content: center;
  place-content: center;
}

.mobile-menu ul {
	list-style: none;
	outline: none;
}

.mobile-menu li {
	list-style: none;
	padding: 0.75rem 0;
	border-bottom: 0.01rem solid #E6E6E6;
	color: var(--clr-light);
	text-decoration: none;
	min-width: 75%;
	max-width: 100%;
	transition: transform background 0.4s ease-in-out;
}

.mobile-menu a {
  text-decoration: none;
  color: var(--clr-light);
  font-size: clamp(1.10rem, 0.25rem + 0.75vw, 1.5rem);
  font-weight: var(--fw-1);
  text-transform: normal;
}


.mobile-menu a:hover,
.mobile-menu a:focus {
  color: var(--clr-red);
 }
 
.open .mobile-menu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(15.5rem, 100%), 1fr));
	grid-column-gap: 2.75rem;	
	justify-content: center;
	place-content: start;
	background: var(--clr-bg);
	padding: 2.5em 0;
	z-index: +10;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	
	}


@media only screen and (max-width: 48em) {

body {
	display: grid;
	grid: auto-flow / minmax(7.5vw, 1fr) minmax(35vw, 100%) minmax(7.5vw, 1fr);
	grid-row-gap: 5em;	
}

body > * {
	grid-column: 2/3;
	} 
/*----off--------------------------------
.intro-container > div:nth-child(1) {
	grid-row: 1/2;
	grid-column: 1/2;
	margin: 0 0;
	padding: 0 0;
	}

	.intro-container > div:nth-child(2) {
	grid-row: 1/2;
	grid-column: 1/2;
	margin: 0 0;
	padding: 0 0;
	}
 -------*/
   
   
   .intro-container  {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   }
   
     
header nav {
	grid-column: 2/3;
	display: none;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	
	}
  
   
#hamburger-icon {
    display: block;
  }
}


/* iconic script here April 2021 ---*/
.neurofont-icons {
	margin: 0 0;
	padding: 1.25rem 0;
	display: inline-block;	
	color: var(--clr-turqouise);
}


.neurofont-icons a {
	display: -moz-inline-stack;
	display: inline-block;
	color: var(--clr-torqouise);
	zoom: 1;
	*display: inline; 
	text-transform: none;
	text-decoration: none;
  
}

.neurofont-icons a:hover {
	background: transparent;
	color: var(--clr-green);
}
/*--- iconic script ended---------*/


/*contact form-------------begin here May 24, 2022*/
.form-container {
	min-width: 70%;
	max-width: 100%;
	padding: 0 0;
	margin: 0 0;
	
	}
	
.form-container :is(h2, p) {
	color: var(--clr-light);
}

.form-wrapper {
	width: 100%;
	max-width: 100%;
	display: grid;
	grid-auto-flow: row;
	/*off today -grid-template-columns: repeat(auto-fit, minmax(min(12.5rem, 100%), 1fr));
	grid-column-gap: clamp(1.5rem, 1.5rem + 1.75vw, 3.75rem);
	justify-content: center;
	place-content: center;
	--*/
	margin: 0 0;
	padding: 0 0;
	}
	
.form-wrapper .form-input {
	width: 100%;	
	padding: 1.25rem 0;
	justify-content: center;
	place-items: start;
}

.form-input input {
	width: 100%;
	font-size: clamp(1.015rem, 0.5rem + 0.75vw, 1.25rem);
	background: #ffffff;
	border: none;
	outline: none;
	border-bottom: 0.0010rem solid #777;
	transition: 0.5s linear;
	overflow: hidden;
}

.form-wrapper  .form-input input:focus,
.form-wrapper  .form-input input:valid {
	padding: 0.25rem;
	background: var(--clr-torqouise);
	margin-top: 0.25rem;
}

.form-wrapper  .form-input label {
	
	top: 0;
	left: 0;
	font-size: clamp(1.010rem, 0.25rem + 0.75vw, 1.5rem);
	color: var(--clr-light);
	transition: 0.5s linear;
	} 


.form-input textarea {
	width: 100%;
	font-size: clamp(1.015rem, 0.5rem + 0.75vw, 1.25rem);
	color: var(--clr-light);	
	outline: none;
	border: 0.0015rem dotted var(--clr-light);
	transition: 0.5s linear;
	overflow: hidden;
	margin-top: 0.65rem;
}

.form-wrapper  .form-input textarea:focus,
.form-wrapper  .form-input textarea:valid { 
	padding: 0.25rem 0.25rem;
	background: var(--clr-red);
	border: 0.0015rem solid var(--clr-light);
	margin-top: 0.25rem;
}


.form-container input[type="submit"]{
	background: var(--clr-light);
	display: inline-flex;
	justify-content: center;
	justify-items: center;
	width: 80%;
	padding: 2vh 2vw;
	font-size: clamp(1.10rem, 0.25rem + 1.75vw, 2.75rem);
	color: var(--clr-white);
	font-weight: var(--fw-3);
	border: none;
	outline: none;
	cursor: pointer;
}

.form-container input[type="submit"]:hover{
background: var(--clr-red);
color: var(--clr-white);
}
/* form-container*/