
/*M RAHMAN, TO, ON CA
Jan 28,  Twenty25
mobile first-hamburger menu 
local font-Roboto
-----*/


*, 
*::before, 
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

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

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


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


@font-face {
  font-display: swap; /* Better for performance */
  font-family: "thefont";
  font-style: normal;
  font-weight: 400;
  src: 
    local("Thefont"), /* Check if font is installed locally */
    url("../thefont/thefont.woff2") format("woff2"),
    url("../thefont/thefont.woff") format("woff");
}


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

}

/*--My local Font Set
created on Oct 05, Twenty24, TO CA----
Regualr, Bold, medium & Black*/


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


@font-face {
font-family: 'segoe-ui';
	src: url('../segoe-ui/segoe-ui.woff2') format('woff2'),
		 url('../segoe-ui/segoe-ui.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	display: swap;

}


:root {	
	--ff-primary: 'segoe-ui',  Tahoma, Geneva, Arial, sans-serif;
	--ff-secondary: 'kalpurush';
	--ff-iconic: 'thefont';
	--fw-1: 400;
	--fw-2: 500;
	--fw-3: 600;
	--fw-4: 700;
	--clr-primary: #585555;
	--clr-light: #636364;
	--clr-black: #444444d7;
	--clr-white: #ffffff;
	--clr-red:  rgb(46, 62, 207);
    --clr-orange: #ff7f08fd;
	--clr-maroon: #9ecdf825;	
	--clr-blue: #203fc9;
	--clr-green:#039603;
	--clr-yellow: #ffff11;
	--clr-turquoise: #9fbffe;
	--clr-nav: #ffff11;
	--clr-bg:  #f8f8fe;
	--clr-footer: #Ffff00;
	
}

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

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;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}





/*--Main body SECTIONS  begin bellow twenty24--*/



/*--THE MOST BASIC PRIMARY OUTLINE--*/
.the-main {
    margin: 0;
    padding: 0;
    width: 100%
}
.the-page-wrapper {
    width: auto;
    margin: 0;
    padding: 0;
    background: var(--clr-bg);
}



.the-page-wrapper-intro {
    width: auto;
    margin: 0;
    padding-block: 10.25vh;
    background: var(--clr-yellow);
	min-height: 100vh;
    }
    
     
.the-page-wrapper-main {
        width: auto;
        margin: 0 0;
        padding-block: 10.5rem;
        background: var(--clr-bg);
     }
            


.the-page-wrapper-yellow {
        width: auto;
        margin: 0;
        padding-block: min(7.5rem, 10.5rem);
        background: var(--clr-bg);
    }


.the-page-wrapper-footer {
        width: auto;
        margin: 0 0;
        padding-block: min(15.125vh, 20.125vh);
        background: var(--clr-footer);
        }






.the-page-container {
	 width: min(35rem + 25vw, 100vw - 10.5vw);
	margin-inline: auto;
	}



    /*--header wrapper oct 05, 2024--*/
	header {
	background: var(--clr-bg);
	transition: background-color 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
	}

	.the-header-wrapper {
		height: auto;
		position: -webkit-sticky; /* Safari */
		position: sticky;
		z-index: +555;
		top: 0;
		margin: 0 0;
		padding-block: 1.125rem;
		display: flow-root;
		
	}
	
/*--Header style when scrolled--*/
	header.not-display {
	background: var(--clr-bg);
    transform: translateY(-100%);
	opacity: 0;
  }
	
		
	.the-header-container {	
		margin: 0 0;
		padding-block: clamp(1.125rem, 0.125rem + 1.125vh, 1.5rem);
		display: grid;
		grid-auto-flow: column;
		justify-content: space-between;
		place-items: start;
		grid-gap: 2.5em;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		}

	
		.the-header-container > * {
			width: auto;
			object-fit: cover;
		}

/*--main Nav-Nov 2025--*/
.the-header-wrapper :is(nav) {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;  
  position: relative;
  justify-content: space-between;  

anchor-name: --hovered-link;

> ul li {
    padding: 0; 
    margin: 0;
    list-style: none; 
}

li:hover {
anchor-name: --hovered-link;
  } 
  
 > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-auto-flow: column;
    align-items: end;        
  }

  a {
    display: block;
    padding-block: 0.65rem;
    padding-left: 1.125rem;
    color: var(--clr-black);
    text-decoration: none;
    font-size: clamp(1.05rem, 0.25rem + 0.65vw, 1.55rem);
	text-rendering: optimizeLegibility;
  }

	a:hover,
	a:focus {
    color: var(--clr-blue);
  }
  
&::after {
    content: '';
    position: absolute;
    height: 0.55vh;
    left: anchor(left);
    right: anchor(right);
    bottom: anchor(bottom);
    background: var(--clr-blue);
    position-anchor: --hovered-link;
    transition: left 300ms, right 300ms;
}    
  }

	
/*--header-wrapper-ended-above--*/
	

#the-brand {
	font-weight: var(--fw-2);
	font-family: var(--ff-secondary);
	font-size: clamp(1.275rem, 0.25rem + 1.5vw, 1.85rem);	
	margin: 0;
	padding-block: 0.45vh;
	display: grid;
	grid-auto-flow: column;
	grid-gap: clamp(0.0125rem, 0.255rem + 1.125vw, 1.125rem);
}

#the-brand a {
	color: var(--clr-light);
	text-decoration: none;
	text-transform: capitalize;
	}
	
#the-brand :is(i) {
	color: var(--clr-red);
	text-decoration: none;
	font-size: clamp(1.145rem, 0.35rem + 1.75vw, 1.345rem);
	border-right: 0.0035rem solid var(--clr-light);
	padding: 0.145rem 0;
	align-content: end;
	display: inline-block;
	transform: translateY(-5.75%);
	transition: transform 500ms ease;
}

#the-brand :is(i:hover, a:hover) {
	color: var(--clr-light);
	
	}


#contact,
#question {
  padding-block: 1.10rem;
}


#question {
  border-bottom: 0.01rem dotted var(--clr-red);    
}

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

#contact a:hover,
#question a:hover {
  color: var(--clr-light);
  }








/*--basic Setup above Jan 28, 2025, TO CA--*/

		
.the-intro-container  {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(35.5rem, 100%), 1fr));
	grid-column-gap: 2.125rem;
	margin: 0;
	width: 100%;
	padding: 0;
	}


.the-form-service-container {
	width: 100%;
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(20.5rem, 100%), 1fr));
	gap: 2.5rem;
	justify-content: center;
	place-items: start;
	margin: 0;
	padding-block: 10.25vh;
		
}

.the-form-service-container > div {
	object-fit: cover;
	width: 100%;
	}




.the-form-service-container > div:nth-child(2) {
	grid-column: 2 / 4;
	margin: 0;
	padding: 0;
	
}

		
.the-main-container  {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(15.5rem, 100%), 1fr));
	grid-column-gap: 2.125rem;
	margin-block: min(15.5vh, 10.5vh);
	width: 100%;
	padding: 0;
	}

		
	.the-main-container-form  {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(min(12.5rem, 100%), 1fr));
		gap: 2.125rem;
		margin-block: 0;
		width: 100%;
		padding: 0;
		}
	


	.the-main-container-yellow  {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(min(10.5ch, 100%), 1fr));
		grid-column-gap: 2.125rem;
		margin-block: min(20.5vh, 12.5vh);
		width: 100%;
		}
	
	.the-main-container-yellow > div:nth-child(2n + 3) {
		grid-column: 2/4;
		grid-row: 1/2;
		margin: 0;
		padding: 0;
		}
	
	

.the-child-container {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(20.5rem, 100%), 1fr));
	grid-column-gap: 1.25rem;
	margin: 0 0;
	width: 100%;
	padding: 0 0;
	}
 

.the-child-container > div {
    width: 100%;
    object-fit: cover;
    }



	

.the-baby-container {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(15.125rem, 100%), 1fr));
	grid-column-gap: 1.5rem;
	margin: 0 0;
	width: 100%;
	padding: 0 0;
	}
 

    .the-baby-container > div {
    width: 100%;
    object-fit: cover;
    }



/*-the side-navbar--overlay screen-------*/
.the-sidenav {
	display: grid;
	grid: auto-flow / minmax(7.5vw, 1fr) minmax(35vw, 100%) minmax(7.5vw, 1fr);
	min-height: 100vh;
	min-height: 100dvh;
	width: 0%;
	position: fixed;
	top: 0;
	right: 0;
	background: var(--clr-nav);
	overflow: hidden;
	transition: 0.5s ease-in-out;
	padding-block: 5.125vh;
	z-index: 999;
	justify-content: space-between;
	place-items: start;
	}

.the-sidenav > * {
	grid-column: 2 / 3;
	object-fit: cover;
	}
	
	

.the-sidenav .the-sidenav-header :is(h4) {
	font-size: clamp(1.125em, 2.125vw + 0.25rem, 2.125em);
	padding-block: 0.15rem;
	margin: 0 ;
	color: var(--clr-light);
    text-decoration: none;
}




.the-sidenav-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(12.5rem, 100%), 1fr));
	gap: 3.5125rem;
	position: relative;
	width: 100%;	
	padding: 0;
	min-height: 45vh;
	min-height: 45dvh;
	}

.the-sidenav-container :is(ul, li) {
	list-style: none;
	text-decoration: none;	
	margin: 0;
	width: 100%;
	border: 0;
	outline:  0;
	text-align: right;
}


.the-sidenav-container :is(li) {
    width: 100%;
	font-size: clamp(1.05rem, 0.24rem + 0.65vw, 1.45rem);
	font-weight: var(--fw-1);
	line-height: 1.5;
	padding: 0.6em 0;
	color: var(--clr-light);
    border-top: 0.010em solid #c5c6c7;
}


.the-sidenav-container :is(a, a:active) {
text-decoration: none;
}

/*--icons -navabr-menu & footer--*/
.the-sidenav-container :is(a > i) {
	display: inline; 
	display: -moz-inline-stack;
	zoom: 1;
	font-family: var(--ff-iconic);
	text-decoration: none;
	font-size: clamp(1.65rem, 0.55rem + 1.85vw, 2.725rem);
	color: var(--clr-red);
	padding: 0.525em 0;
	margin: 1.125rem 0.75rem 1.125rem 0;
	border-right: 0.0125em solid var(--clr-light);
}


.the-side-nav .the-sidenav-container :is(a > i:hover) {
	color: var(--clr-light);
	transform: translateY(-6.75%);
	transition: transform 500ms ease;
}

/*--icons-navbar-& footer-end--*/





.the-sidenav  .closebtn {
  position: absolute;/*absolute/relative can be used*/  
  font-size: clamp(2.75rem, 2.25rem + 2.75vw, 5.5rem);
  font-weight: var(--fw-2);
  line-height: 1;
  padding-block: 1.25rem;
  text-decoration: none;
  color: var(--clr-black);
  top: 0;
  right: 0;
  z-index: 999;  
  }
  
  .the-sidenav  .closebtn::after {
  position: relative;/*absolute/relative can be used*/  
  font-size: clamp(2.75rem, 2.25rem + 2.75vw, 5.5rem);
  font-weight: var(--fw-2);
  content: " ";
  display: block;
  width: 3.99rem;
  height: 0.165rem;
  background-color: var(--clr-red); 
  transform: rotate(180deg);
	margin-block: 1.85rem;
  }
  
	


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

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

main :where(li) {
	width: 100%;
	font-size: clamp(1.05rem, 0.25rem + 0.65vw, 1.5rem);
	font-weight: var(--fw-1);
	line-height: 1.5;
	padding: 0.6em 0;
	color: var(--clr-light);
	border-top: 0.010em dotted #531196;
}


* :where(section, .the-page-wrapper) a > i {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-decoration: none;
	font-size: clamp(1.75rem, 0.55rem + 1.85vw, 2.75rem);
	margin-block: 1.25rem;
	padding-block: 0.75rem;
	border-right: 0.015rem dotted var(--clr-light);
	color: var(--clr-red)
}

* :where(section, .the-page-wrapper) a > i:hover {
	color: var(--clr-light);
	-webkit-transform: translateY(-2.75rem);
	transform: translateY(-2.75rem);
	transition: transform 0.5s ease-out;
	}
	
.iconic :is(a) {
	text-decoration: none;
	font-size: clamp(2.75rem, 1.5rem + 3.75vw, 4.785rem);
	color: var(--clr-red);
	font-weight: var(--fw-1);	
}
		
.iconic :is(i) {
	color: var(--clr-red);
	text-decoration: none;
	font-size: clamp(2.110rem, 1.5rem + 3.625vw, 3.425rem);
	border-right: 0.0035rem dotted var(--clr-light);
	padding: 1.525rem 0;
	margin: 0 0;
	
	display: inline-block;
	transform: translateY(6.75%);
	transition: transform 500ms ease;
}

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


h1, h2, h3, h4 {
	text-align: left;
	line-height: 1.0;
	margin-bottom: 1.25rem;
	text-transform: normal;
	display: block;
	text-rendering: optimizeLegibility;
	color: var(--clr-light);
	 }
  
  h1 {
	
	font-size: clamp(1.55rem, 1.125rem + 7.5vw,  3.5rem);
	font-weight: var(--fw-4);
	}
	
	span {
	font-weight: var(--fw-4);
	color: var(--clr-red);
	
	}
	
	h2 {
	font-size: clamp(1.5rem, 1.125rem + 2.125vw, 2.125rem);
    font-weight: var(--fw-4);
	}
	
	h3 {
	font-size: clamp(1.15rem, 1.05rem + 1.85vw, 1.75rem);
	font-weight: var(--fw-4);
	}
	
	h4 {
	font-size: clamp(1.07rem, 0.95rem + 1.85vw, 1.5rem);
	font-weight: var(--fw-4);
	letter-spacing: 0.01rem;
	}

	h5 {
	font-size: clamp(1.012rem, 0.75rem + 1.5vw, 1.0135rem);
	letter-spacing: 0.01rem;
	color: var(--clr-light);
	}

* :is(body) i {

	  text-decoration: none;
	  display: -moz-inline-stack;
	  display: inline-block;
	  font-size: clamp(2.75rem, 1.125rem + 5.5vw, 2.85rem);	
	  padding-block: 0.5125rem;
	  border-right: 0.0125rem solid var(--clr-lighter);
	  color: var(--clr-light);
	  text-transform: none;
	  }
	  
* :is(body) i:hover {
	  color: var(--clr-blue);
	  border-right: 0.0125rem solid var(--clr-light);
	  }
      
    
* :is(main, .the-side-nav) p {
	color: var(--clr-light);
	font-family: var(--ff-primary);
	font-size: clamp(1.05rem, 0.25rem + 0.65vw, 1.55rem);
	line-height: 1.5;
	padding-bottom: 3.25vh;
	word-spacing: 0.01em;
	letter-spacing: 0.01em;
	text-rendering: optimizeLegibility;
	}

	
.bangla {
	font-family: var(--ff-secondary);
	}



img,
picture,
video {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.25rem;
	display: block;
    aspect-ratio: auto;
	object-fit: cover;
	margin-inline: auto;
	}
	
	img:hover,
    picture:hover,
    video:hover {
	transform: translateY(-6.75%);
	transition: transform 500ms ease;
	opacity: 0.7;
	}




	
/*--card scripts below--April 2024, TO--*/	
.card {
	position: relative;
	width: 100%;
	margin-block: clamp(1.725rem, 1.25rem + 2.125vh, 2.425rem);
	 }
  
  .card-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
  }
  
  .card-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	height: 100%;
	width: 0;
	transition: .4s ease;
	background-color: var(--clr-maroon);
	overflow: hidden;
  }
  
  .card:hover .card-container {
	right: 0;
	width: 100%;
	opacity: 0.9525;
	transition: opacity 0.5s ease-in-out;
	 }
  
  .card-info {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
  }
  .card-info h1 {
	  font-size: clamp(1.5rem, 1.125vw + 1.125rem, 1.95rem);
	  color: var(--clr-light);
	  line-height: 0.9;
	  font-weight: var(--fw-1);
  }
  
  
  .card-info :is(a > i) {
	  text-decoration: none;
	  display: -moz-inline-stack;
	  display: inline-block;
	  font-size: clamp(2.75rem, 1.25rem + 2.5vw, 3.125rem);	
	  padding: 0.5125rem 0;
	  border-right: 0.0010rem solid var(--clr-lighter);
	  color: var(--clr-white);
	  text-transform: none;
	  }
	  
	  .card-info :is(a > i:hover) {
	  color: var(--clr-light);
	  border-right: 0.0010rem solid var(--clr-lighter);
	  }
  
  
/*--card-ended above---------*/	



/*--long arrow icon-----*/
.long-arrow-right {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 25px;
	border-top: 3px solid var(--clr-red);
	border-left: 3px solid var(--clr-red);
	transform: rotate(+180deg); 
}



.long-arrow-right::before {
  content: "";
  display: block;
  width: 2.5px;
  height: 45px;
  background-color: var(--clr-light);
  transform: rotate(-45deg) translate(15px, 3px);  
}

.long-arrow-right:hover {
	transform: translateY(-6.75%);
	transition: transform 500ms ease;
	}
/*--long-arrow-right--*/






/*--footer--*/
.the-footer-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(20.75rem, 100%), 1fr));
	width: 100%;
	grid-gap: 2.5rem;
	margin: 0 0;
}

.the-footer-container :is(a > i) {
	color: var(--clr-red);
	margin-right: 0.5em;
	font-size: clamp(1.45rem, 0.5rem + 1.5vw, 2.5rem);
	padding-block: 0.75em;
	text-decoration: none;
	border-right: 0.005em dotted rgb(139, 149, 158);
}


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

/*--FOOTER ENDED ABOVE--*/





/*--MEDIA QUERY BELOW--*/


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

.the-header-container .navbar ul li {
	display: none;
	}
	
.the-main-container > div:nth-child(2n + 2) {
	display: none;
	}

.the-main-container-yellow > div:nth-child(2n + 1) {
		display: none;
		} 
   



/*--hamburger icons---APR TWENTY 24--TO CA--*/
#hamburger-icon {
	display: inline-block;
	cursor: pointer;
	justify-content: center;
	place-content: center;  
	}

.bar1, .bar2, .bar3 {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
	height: 0.19rem;
	margin: 0.35rem 0;
	}

.bar1 {
	width: 2.75rem;
	background-color: var(--clr-light);
	}
	
.bar2 {
	width: 1.85rem; 
	background: var(--clr-red);
	}	

.bar3 {
	width: 2.75rem;
	background-color: var(--clr-light);
	}

.open .bar1 {
	-webkit-transform: rotate(-45deg) translate(-0.45em, 0.45em);
	transform: rotate(-45deg) translate(-0.45em, 0.45em);
	width: 2.35rem;
	height: 0.19rem;
	}

.open .bar2 {
	opacity: 0;
}
.open .bar3 {
	-webkit-transform: rotate(45deg) translate(-0.45em, -0.45em);
	transform: rotate(45deg) translate(-0.45em, -0.45em);
	width: 2.35rem;
	height: 0.19rem;	
	}
/*--hamburger icons end here--*/		
}





/*--CONTACT FORM BEGIN BELOW JAN 28, 2025--*/

.form-container {
	width: 100%;
	padding-block: 1.25vh;
	padding-block: 1.25dvh;
	margin: 0 0;
	
	}
	

.form-wrapper {
	width: 100%;
	max-width: 100%;
	display: grid;
	grid-auto-flow: row;
	margin: 0 0;
	padding: 0 0;
	
	/*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;
	--*/
	
	}
	
.form-input {
	width: 100%;	
	padding: 0.45rem 0;
	justify-content: center;
	place-items: start;
}


.form-input :is(label) {
	
	top: 0;
	left: 0;
	
	font-size: clamp(1.15rem, 0.25rem + 0.95vw, 1.25rem);
	color: var(--clr-light);
	transition: 0.5s linear;
	margin-block: 1.45vh;
	margin-block: 1.45dvh;
	} 


	.form-input :is(input, textarea) {
		width: 100%;
		font-size: clamp(1.0rem, 0.25rem + 0.65vw, 1.5rem);
		color: var(--clr-red);
		line-height: 1.4;	
		outline: none;
		border: none;
		background: #F0F0F0;   
		transition: 0.5s linear;
		overflow: hidden;
		margin-block: 0.125rem;
		padding: 0.55rem;
	}
	
	.form-input :is(input:focus, textarea:focus) { 
		padding: 1.135rem;
		background: var(--clr-yellow); 
		outline: none;
		border: none;
		margin-block: 0.5rem;
	}
	
	


.form-container input[type="submit"]{
	background: var(--clr-light);
	display: inline-flex;
	justify-content: center;
	justify-items: center;
	width: 70%;
	margin-block: 4.5vh;
	padding: 2.15vh 2.15vw;
	font-size: clamp(1.35rem, 0.25rem + 1.45vw, 1.65rem);
	color: var(--clr-white);
	font-weight: var(--fw-2);
	letter-spacing: none;
	border: none;
	outline: none;
	cursor: pointer;
}

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




/*--CUSTOM BUTTONS--*/
button {
	background: var(--clr-orange);
	width: 85%;
	display: inline-flex;
	justify-content: center;
	justify-items: center;
	padding: 1.5vh 5.5vw;
	font-size: clamp(1.10rem, 0.25rem + 1.45vw, 1.85rem);
	color: var(--clr-white);
	font-weight: var(--fw-0);
	border: none;
	outline: none;
	cursor: pointer;
}

button:hover{
background: var(--clr-light);
color: var(--clr-white);
}


#greeting {
	font-size: clamp(1.85rem, 1.5rem + 4.75vw, 3.25rem);
	color: rgb(45, 67, 196);
	display: block;
}




/*--new css-July 12,2025--*/


.border {
border-bottom: 0.00125rem solid rgb(167, 168, 168);
}
	
	
.form-group {
	width: 100%;
    display: grid;
    gap: 2.51rem;
    grid-template-columns: repeat(auto-fit, minmax(min(9.99rem, 100%), 1fr));
	padding-block: 2.015rem;
	place-items: start;
    
    }

/* Custom radio/checkbox */
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
   	display: inline-block;
    width: 2.5rem;
    height: 2.5rem;     
    transition: all 0.3s ease-in-out;
    margin-block: 1.125vh;
    }



/* Checked state */
.form-group input[type="radio"]:checked {
    accent-color: var(--clr-red);   
    box-shadow: inset 0 0 0 0 white; /* creates the "dot" for radio */
   }



   
/* Checked state */
.form-group input[type="checkbox"]:checked {
    accent-color: var(--clr-green);   
    box-shadow: inset 0 0 0 0.36rem white; /* creates the "dot" for radio */
   }



/* Focus state */
.form-group input[type="radio"]:focus,
.form-group input[type="checkbox"]:focus {
outline: 0.125vw solid var(--clr-light);

}

/*--form script ended above--*/




/*--Slider button begins below--*/

.toggle-container  {
    position: relative;
    width: clamp(13.85rem, 10.85rem + 19.85vw, 19.85rem);
    height: 5.85vh;
    height: 5.85dvh;
    background-color: transparent;
    border-radius: 33px;
    cursor: pointer;
    border: 0.0445rem solid black;
    overflow: hidden;
    margin-block: 0.125vh;
    }
        
.toggle-background {
    position: absolute;
    width: 50%;
    height: 100%;
    background: transparent;
    border-radius: 33px;
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    left: 0;
    }
        
.toggle-background.right {
    left: 50%;
    }
  
 


.toggle-slider {
    position: absolute;
    width: 50%;
    height: 100%;
    background: var(--clr-blue);
    border-radius: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: var(--fw-4);
    color: var(--clr-white);
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    left: 0;
    z-index: 2;
    }
        
.toggle-slider.right {
    left: 50%;
    }




        
.toggle-option {
    position: absolute;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: var(--fw-4);
    color: var(--clr-light);
    transition: all 0.3s ease;
    z-index: 1;
     }

 .neurologist {
    left: 0;
    }
        
.patient {
    left: 50%;
    }
        
.active {
 color: var(--clr-white);
    }    



       
.content {
    display: none;
    padding-block: 10.125vh;
	margin: 0;            
    text-align: left;
    animation: fadeIn 0.5s ease;
    }
        
.content.active {
    display: block;
     }
        


 .features {
    width: 100%;
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(17.5rem, 100%), 1fr));
	gap: 1.75rem;
	justify-content: center;
	place-items: start;
	margin: 0;
	padding-block: 3.25vh;		
	}

.features  > div {
	object-fit: cover;
	width: 100%;
}

    
.feature {
   padding: 0;        
   margin: 0;            
  }   
    



@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
  }


 @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
      }




/*--slider ended above --*/

