
/*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;
    -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-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: '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: '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('../robotofont/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}




:root {	
	--ff-primary: 'lato', Arial, Sans-serif;
	--ff-secondary: 'kalpurush';
	--ff-iconic: 'maplefont';
	--fw-1: 300;
	--fw-2: 400;
	--fw-3: 500;
	--fw-4: 700;
	--clr-primary: #585555;
	--clr-light: #636364;
	--clr-black: #444444d7;
	--clr-white: #ffffff;
	--clr-red:  rgb(255, 94, 0);
    --clr-orange: #ff7f08fd;
	--clr-maroon: #9ecdf825;	
	--clr-blue: #3e70fa;
	--clr-green:#039603;
	--clr-yellow: #aff2f583;
	--clr-turquoise: #e9fbffbe;
	--clr-nav: #f9fbfc;
	--clr-bg: #fdfdfd;
	--clr-footer: #F8F8F8;
	
}

html,
body { 
	font-size:1.0125em;
	-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-page-wrapper {
    width: auto;
    margin: 0 0;
    padding: 0 0;
    background: var(--clr-bg);
}



.the-page-wrapper-intro {
    width: auto;
    margin: 0 0;
    padding-block-end: min(12.25rem, 10.5rem);
    background: var(--clr-bg);
    }
    
     
.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 0;
        padding-block: min(7.5rem, 10.5rem);
        background: var(--clr-yellow);
    }


.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(100% - 2rem, min(85ch, 120ch - 10vw, 90vw));
    margin-inline: auto;
	padding: 0 0;
	}



    /*--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.25rem;
		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, 1.25rem + 1.125vh, 2.25rem);
		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;
		}



	/*--custom navbar menu-------may 2023------*/
	.the-header-container .navbar-items {
		display: grid;
		grid-auto-flow: column;
		justify-content: space-between;
		width: 100%;
	}

	.the-header-container .navbar-items ul li {
		list-style: none;
		outline: 0;	
	}
	
	.the-header-container .navbar-items ul {
	
		display: grid;
		grid-auto-flow: column;
		grid-gap: 1.45rem;
		display: -moz-inline-stack;	
		justify-content: space-between;
		place-items: center;
		
		}
	
	.the-header-container .navbar-items li {
		padding: 0 0;
		border: 0;
		list-style: none;
		display: -moz-inline-stack;
		color: var(--clr-lighter);
	}
	
	.the-header-container .navbar-items li:hover {
	  transform: scale(1.0);
	  transition: all 0.3s ease-in-out;
	}
	
	 .the-header-container .navbar-items a {
		font-size: clamp(0.95rem, 0.20rem + 0.75vw, 1.08rem);
		color: var(--clr-red);
		text-decoration: none;
	}
	
	
	
	
	.the-header-container .navbar-items a:hover,
	.the-header-container .navbar-items a:focus {
		text-decoration: none;
		font-weight: var(--fw-1);
		color: var(--clr-light);
		}
	
	
	.navbar-items li:last-child::after {
			content: '';
			display: block;
			width: 100%;
			position: relative;
			height: 0.25rem;
			margin: 0;
			bottom: 1.95rem;
			background-color: var(--clr-light);
			transition: background ease-in-out 250ms linear;
			}
			
		.navbar-items li:nth-child(3):hover::after {
			background-color: var(--clr-red);
			}
	
	
/*---header-wrapper-ended-above------*/
	

#the-brand {
	font-weight: var(--fw-1);
	font-family: var(--ff-secondary);
	font-size: clamp(1.275rem, 0.25rem + 1.5vw, 1.85rem);	
	margin: 0 0;
	padding: 0 0;
	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-form-service-container {
	width: 100%;
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(20.5rem, 100%), 1fr));
	grid-column-gap: 2.5rem;
	justify-content: center;
	place-items: start;
	margin-block-end: min(20.5vh, 12.5vh);
	padding-block: 2.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 0;
	padding: 0 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 0;
	}

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

.the-child-container {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(17.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(10.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: 85%;
	min-height: 85dvh;
	width: 0%;
	position: fixed;
	top: 0;
	right: 0;
	background: var(--clr-nav);
	overflow: hidden;
	transition: 0.5s ease-in-out;
	padding: 2.125rem 0;
	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(h2) {
	font-size: clamp(1.25em, 2.125vw + 0.65rem, 2.65em);
	padding-block: 1.25rem;
	margin: 0 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));
	grid-gap: 2.5125rem;
	position: relative;
	width: 100%;	
	padding: 0 0;
	min-height: 55vh;
	min-height: 55dvh;
	place-content: center;
	justify-content: end;
	}

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




/*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.525rem, 0.55rem + 1.65vw, 2.7125rem);
	color: var(--clr-red);
	padding: 0.525em 0;
	margin: 1.125rem 0.75rem 1.125rem 0;
	border-right: 0.005em solid var(--clr-light);
}


.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: 2.25rem 0;
  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;
  }
  
	


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

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

body :where(li) {
	width: 100%;
	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 dotted #858486;
}

* :is(body, section, footer) p {
	color: var(--clr-light);
	font-family: var(--ff-primary);
	font-size: clamp(1.05rem, 0.25rem + 0.65vw, 1.15rem);
	line-height: 1.5;
	padding-bottom: 2.65rem;
	word-spacing: 0.01em;
	letter-spacing: 0.01em;
	text-rendering: optimizeLegibility;
	user-select: none;
	}
	
.p-bangla {
font-family: var(--ff-secondary);
font-size: clamp(1.10rem, 0.15rem + 0.85vw, 1.15rem);
color: var(--clr-light);
}
	
.bangla {
	font-family: var(--ff-secondary);
	}

* :where(section, .the-page-wrapper) a > i {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-decoration: none;
	font-size: clamp(1.59rem, 0.55rem + 1.85vw, 2.75rem);
	margin: 0 1.10rem 1.25rem 0;
	padding: 0.75rem 0;
	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.112;
	margin-bottom: 1.25rem;
	text-transform: normal;
	display: block;
	text-rendering: optimizeLegibility;
	color: var(--clr-light);
	font-weight: var(--fw-1);	
  }
  
  h1 {
	
	font-size: clamp(1.65rem, 1.125rem + 3.5vw, 3.5rem);
	font-weight: var(--fw-1);
	}
	
	span {
	font-weight: var(--fw-1);
	color: var(--clr-red);
	
	}
	
	h2 {
	font-size: clamp(1.5rem, 1.125rem + 2.125vw, 2.125rem);
    
	}
	
	h3 {
	font-size: clamp(1.10rem, 1.05rem + 1.5vw, 2.5rem);
	font-weight: var(--fw-1);
	}
	
	h4 {
	font-size: clamp(1.07rem, 0.95rem + 1.5vw, 1.25rem);
	font-weight: var(--fw-1);
	letter-spacing: 0.01rem;
	}

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

img,
picture,
video {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.25rem;
	display: block;
	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: 0.5s ease;
	 }
  
  .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: 48em) {

.the-header-container .navbar-items ul li {
	display: none;
	}
	
	


.the-main-container > div:nth-child(2n + 1) {
	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: var(--clr-yellow); 
		transition: 0.5s linear;
		overflow: hidden;
		margin-block: 0.125rem;
		padding: 0.55rem;
	}
	
	.form-input :is(input:focus, textarea:focus) { 
		padding: 1.135rem;
		background: 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(255, 94, 0);
	display: block;
	margin-block: 5.25vh;
}

.message {
font-size: clamp(1.35rem, 0.35rem + 2.5vw, 1.80rem);
color: var(--clr-orange);
padding-block: 2.125vh;
border-top: 0.00125rem dotted rgb(167, 168, 168);	
}



/*--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);

}




