/* body {
  margin: 0;
  font-family: "Century Gothic", CenturyGothic, sans-serif;
} */

/* article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
} */

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 1.8;
}

@font-face {
  font-family: century-gothic;
  src: url("../css/century-gothic-cufonfonts/GOTHIC.TTF") format('truetype');
}

@font-face {
  font-family: century-gothicb;
  src: url("../css/century-gothic-cufonfonts/GOTHICB.TTF") format('truetype');
}

@font-face {
  font-family: century-gothicbi;
  src: url("../css/century-gothic-cufonfonts/GOTHICBI.TTF") format('truetype');
}

@font-face {
  font-family: century-gothici;
  src: url("../css/century-gothic-cufonfonts/GOTHICI.TTF") format('truetype');
}

html {
  font-family: "Gothic", CenturyGothic, sans-serif;
}

.cbnormal {
  font-family: century-gothic;
}

.cbbold {
  font-family: century-gothicb;
}

.cbitalic {
  font-family: century-gothici;
}

.cbbolditalic {
  font-family: century-gothicbi;
}

a{text-decoration: none !important;}

.header-bg {
  background: #FFFFFF;
  box-shadow: 0px 9px 6px #00000029;
  margin: 9px 23px;
  border-radius: 15px;
  color: #000 !important;
  width: 97%;
}

.header-txt{
  width: 80%;
  text-align: center;
}

.menu-font {
  background-color: #fff;
}
.margin-top {
  margin-top: 72px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #51FFAC 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 6px #00000029;
}
#heads a {
  text-decoration: none;
  color: #060606;
}

.pageNoInside {
    height: auto;
    background: url('../../uploads/static/sleeping-mask.jpg') no-repeat center center;
    background-size: cover;
    /* padding: 140px 80px 70px 80px; */
}

.pageBenInside {
    height: auto;
    background: url('../../uploads/static/nitric-oxide.jpg') no-repeat center center;
    background-size: cover;
    
}

.pageExpInside {
    height: auto;
    background: url('../../uploads/static/mm.jpg') no-repeat center center;
    background-size: cover;
   
}

.ss{
  background: url('../../uploads/static/MaskGroup40.png');
  background-size: 105% 100%;
  background-position: center;
  height: 100vh;
}
.img-set{
  width: 250px;
  height: 200px;
  border-radius: 5px;
}
.appt-bg{
  margin-top: -36rem;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 19px;
  background: rgb(255, 255, 255);
  padding: 14px;
  border-radius: 23px;
  height: 524px;
}
.font-3{font-size: 2em;line-height: 1;}
.font-4{font-size: 2.8em; line-height: 1;}
.p-set{position: absolute; top: 197px; left: 25px;}
.orange{color: #3f579c;}
h3{font-size: 25px !important;}
h4{font-size: 20px !important;}
.border-bottomg {
    border-bottom: 2px solid #707070 !important;
    width: 90%;
    margin: 0 auto;
}
.banner-n{
  border-radius: 45px;
  box-shadow: 5px 5px 15px rgb(200 204 200 / 60%), -5px -5px 15px rgb(123 123 130 / 60%);
}
.card-m{background: #E8FFF4; height: 230px;}

.shadow-card {
  box-shadow: 0 4px 15px rgba(0,0,0,0.15); /* smooth shadow */
  /* border-radius: 12px; */ /* optional rounded corners */
  overflow: hidden; /* keeps image corners rounded */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.shadow-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.custom-tick {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-tick li {
 position: relative;
    padding-left: 19px;
    padding-right: 10px;
    margin: 8px 0;
    font-size: 14px;
    font-weight: 700;
}
.custom-tick li::before {
  content: "✔";
  color: #28a745;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.qa-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(149, 156, 219, 0.711);
  padding: 20px;
  margin: 20px 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.qa-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(149, 156, 219, 0.711);
}

.qa-question, 
.qa-answer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.qa-question i {
  color: #007bff; /* blue for question */
  font-size: 22px;
  margin-top: 5px;
}

.qa-answer i {
  color: #28a745; /* green for answer */
  font-size: 20px;
  margin-top: 5px;
}

.qa-question h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.qa-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.reference-card {
  background: #f9f9f9;
  border-left: 5px solid #007bff;
  border-right: 5px solid #007bff;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 15px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

.reference-card h4 {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: #333;
  font-weight: 400;
}

.reference-card .ref-icon {
  color: #007bff;
  margin-right: 8px;
}

.reference-card a {
  color: #007bff;
  text-decoration: none;
  margin-right: 8px;
  font-size: 14px;
}

.reference-card a:hover {
  text-decoration: underline;
}
.fact-card {
  background: #f9f9ff;
  border-left: 6px solid #BD2150;
  border-right: 6px solid #BD2150;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.fact-icon {
  color: #BD2150;
  font-size: 32px;
  margin-top: 5px;
}
.fact-content h4 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #333;
}
.fact-content .highlight {
  color: #d63384; /* pink highlight */
  font-weight: 600;
}
.fact-date {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.fact-source {
  font-size: 14px;
  margin-top: 5px;
}
.fact-source a {
  color: #BD2150;
  text-decoration: none;
}
.fact-source a:hover {
  text-decoration: underline;
}
.qns-card {
  background: #f9fafc;
  border-left: 6px solid #ecd927; /* scientific highlight color */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-family: "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
}
.qns-card h5 {
  font-weight: 400;
}

@media (max-width: 576px) { 
h1 {
    font: 700 2rem / 2.5rem "Titillium Web", sans-serif !important;
}  
.appt-bg{margin-top: 0rem !important;}
.font-4 {font-size: 1.8em;}
.appt-bg{padding: 14px;}
.banner-n{border-radius: 5px;}
}

@media (max-width: 768px) { 
.appt-bg{height: 540px;margin-top: -33rem;}

}

@media (max-width: 1024px) {
  h4{font-size: 17px !important;}
  .img-set {
    max-width: 137px;
    width: 100%;
    height: 119px;
    border-radius: 5px;
}
.appt-bg{height: 430px;}
.card-m{height: auto;}
}