html {
	scroll-behavior: smooth;
}
body {
	font-family: "Parkinsans", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #1E1E1E;
}

/*Header Css Start Here*/
header {
	display: flex;
	width: 100%;
	background: #fff;
	padding: 20px 0;
}
/*Header Css End Here*/


/*Notification Css Start Here*/
.notification-bar {
	display: inline-block;
	background: #003B91;
	padding: 10px 0;
}
.notification-bar p {
	color: #ffffff;
	font-weight: 500;
}
/*Notification Css End Here*/


/*Hero Css Start Here*/
.hero-section {
	display: inline-block;
	background: #FFEFD4;
}
.hero-section p {
	font-size: 16px;
}
.hs-form-frame {
  width: 100%;
}
/*Hero Css Start Here*/


/*Global Css Start Here*/
section {
	display: inline-block;
	width: 100%;
	padding: 80px 0;
}
.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1240px;
	position: relative;
}
.flex-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.flex-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.flex-column {
	width: 100%;
	gap: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
h1, h2, h3, h4, h5, h6, p, ul {
	width: 100%;
}
h1 {
	font-family: "Parkinsans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.1;
	margin: 0px;
	color: #1E1E1E;
}
h2 {
	font-family: "Parkinsans", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 46px;
	line-height: 1.3;
	margin: 0px;
	color: #1E1E1E;
}
h3 {
	font-family: "Parkinsans", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.3;
	margin: 0px;
	color: #1E1E1E;
}
h4 {
	font-family: "Parkinsans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
	margin: 0px;
	color: #003B91;
}
h3.border-bottom::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 70px;
  height: 3px;
  background: #DDA15E;
}
h3.border-bottom {
  position: relative;
  margin: 0 0 25px;
}
p {
	font-family: "Parkinsans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	margin: 0px;
	color: #1E1E1E;
}
ul.checklist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.checklist li::before {
  content: "";
  background: url(../images/Check-golden.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 3px;
}
ul.checklist li {
  font-family: "Parkinsans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin: 0px;
  color: #DDA15E;
  padding: 0 0 0 30px;
  position: relative;
}
ul.checklist li a { color: #DDA15E; text-decoration:none;}
ul.checklist li a:hover, ul.checklist li a:focus { color: #294E47;}
.mr-20 { margin-top: 20px;}
.mr-40 { margin-top: 40px;}
.mr-60 { margin-top: 60px;}
.phone-button a {
	display: flex;
	background: #B14121;
	color: #fff;
	align-items: center;
	border-radius: 40px;
	padding: 9px 30px 8px 9px;
	font-family: "Parkinsans", sans-serif;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}
.phone-button a img {
	padding-right: 10px;
}
.phone-button a:hover {
	background: #294E47;
}
.TDN-button {
  text-align: left;
  width: 100%;
}
.TDN-button a {
	display: inline-block;
	background: #B14121;
	color: #fff;
	align-items: center;
	border-radius: 40px;
	padding: 18px 35px 18px 35px;
	text-decoration: none;
	font-family: "Parkinsans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}
.TDN-button a:hover {
	background: #294E47;
}
.dual-button {
  display: flex;
  gap: 20px;
  text-align: left;
  width: 100%;
}
.dual-button a {
  display: flex;
  background: transparent;
  color: #fff;
  align-items: center;
  border-radius: 40px;
  padding: 9px 30px 8px 9px;
  font-family: "Parkinsans", sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  border: 1px solid #fff;
}
.dual-button a img {
	padding-right: 10px;
}
.dual-button a:hover {
	background: #B14121;
	border: 1px solid #B14121;
}
.content-space {
  padding: 0 20px;
  width: auto;
}
.gap-0 {
  gap: 0px;
}
.gap-10 {
  gap: 10px;
}
/*Global Css End Here*/

/*Second Section Css Start Here*/
.second-section { background:#FFFFFF;}
.shadow-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	background: #FFFFFF;
	box-shadow: 0px 3.98674px 34.9836px rgba(0, 0, 0, 0.04);
	border-radius: 20px;
	padding: 30px;
}
.grey-img {
  background: #FAF9F7;
  border-radius: 20px;
  width: 100%;
  text-align: center;
}
.grey-img img {
  margin: 0px auto;
  padding: 30px;
}
/*Second Section Css End Here*/


/*Third Section Css Start Here*/
.third-section { 
	background:#FAF9F7;
	padding-bottom:110px;
}
.shadow-grid-small {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	background: #FFFFFF;
	box-shadow: 0px 3.98674px 34.9836px rgba(0, 0, 0, 0.04);
	border-radius: 20px;
	padding:10px;
}
.content-height {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  width: 100%;
  gap: 20px;
}
.shadow-grid-small .grey-img {
  border-radius: 20px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shadow-grid-small .flex-column {
  gap: 10px;
}
.shadow-grid-small h3 {
  font-size:22px;
}
.shadow-grid-small p {
  font-size:16px;
  min-height: 160px;
}
.shadow-grid-small .content-space {
  padding: 0 10px;
}
/*Third Section Css End Here*/


/*Professional Care Section Css Start Here*/
.professional-care-section { background:#021841; padding:0px;}
.professional-grid-box {
  display: grid;
  grid-template-columns: 43% 57%;
  gap: 20px;
}
.professional-grid-box h2, .professional-grid-box p { color: #ffffff;}
.professional-grid-img {
  margin: -80px 0 -6px;
  text-align: right;
  width: 100%;
}
.professional-grid-img img {
  min-width: 400px;
  margin: 0px auto;
}
/*Professional Care Section Css End Here*/


/*Testimonial Section Css Start Here*/
.testimonial-section { background:#FFFFFF;}
.testimonial {
	background: #FAF9F7;
	border-radius: 20px;
	padding: 25px;
	text-align: left;
	position: relative;
	min-height: 240px;
	border:1px solid #ccc;
}

.testimonial:hover {
	background: #2D2321;
}
.testimonial-author {
	display: flex;
	justify-content: left;
	width: 100%;
	gap: 15px;
	align-items: center;
	margin-bottom: 20px;
}
.testimonial .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #0056ff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 24px;
}
.testimonial .location {
	font-size: 18px;
	color: #1E1E1E;
	font-weight: bold;
}
.location small {
  color: #484848;
  font-weight: 400;
  font-size: 90%;
}
.testimonial p {
	font-size: 16px;
	color: #1E1E1E;
}
.testimonial:hover p, .testimonial:hover .location small, .testimonial:hover .location {
	color: #ffffff;
}
.testimonial.active .location {
	color: #ccc;
}
.owl-dots {
	margin-top: 30px !important;
}
.owl-dot span {
	width: 12px;
	height: 12px;
	background: #CAD1FF !important;
}
.owl-dot.active span {
	background: #003B91 !important;
	width: 30px !important;
}
.owl-carousel .owl-dots.disabled {
	display: inline-block !important;
}

/*Testimonial Section Css End Here*/


/*Faq Section Css Start Here*/
.faq-section { 
	background:#FAF9F7;
}
.accordion {
    max-width: 1040px;
    margin: 50px auto 0;
}

.accordion-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px; /* 👈 Added spacing between FAQs */
    border: 1px solid #E7E7E7;
}
.accordion-item.active {
	background: #294E47 !important;
	 color:#fff !important;
}

  .accordion-header {
    padding: 20px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
	font-weight: 600;
  font-size: 22px;
  }

  .accordion-header:hover, .accordion-header:focus {
    background: #294E47;
	color:#fff;
  }
  .accordion-header:hover .icon { color: #fff;}

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background: #294E47;
    transition: max-height 0.4s ease, padding 0.3s ease;
  }
  .accordion-content p {
	  color:#fff;
	  font-size: 16px;
	  line-height: 1.6;
  }

  .accordion-item.active .accordion-content {
    padding: 0px 20px 20px;
  }
  .accordion-header .icon {
    font-size: 20px;
    transition: color 0.3s, transform 0.3s;
    color: #294E47; /* default color */
  }

  .accordion-item.active .icon {
    color: #ffffff; /* change color when open (blue) */
  }
/*Faq Section Css End Here*/

/*Still Have Section Css Start Here*/
.still-have-section { background:#FFFFFF;}
.still-grid-box {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 20px;
  background: #003B91;
  box-shadow: 0px 3.98674px 34.9836px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
}
.still-grid-box h2, .still-grid-box p { color: #ffffff;}
.still-img {
  margin: 40px 0 -6px;
}
/*Still Have Section Css End Here*/


/*Get Started Css Start Here*/
.get-started {
	background: #A7D3F0;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 80px 0 120px;
}
.get-started::before {
	content: "";
	background: url(../images/Cloud-SVG.svg) no-repeat;
	background-size: contain;
	width: 29%;
	height: 160px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-position: bottom left;
}
.get-started::after {
	content: "";
	background: url(../images/Home-SVG.svg) no-repeat;
	background-size: contain;
	width: 27%;
	height: 200px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-position: bottom right;
}
.get-started .flex-box {
	justify-content: center;
	text-align: center;
}
.get-started h2, .get-started p {
	color: #021841;
}
/*Get Started Css End Here*/


/*Footer Css Start Here*/
footer {
	display: flex;
	width: 100%;
	background: #000000;
	padding: 20px 0;
}
footer p {
	color: #ffffff;
	font-size: 16px;
}
footer p a {
	color: #f1f1f1;
}
footer p a:hover, footer p a:focus {
	color: #DDA15E;
}
/*Footer Css End Here*/

@media screen and (min-width: 100px) and (max-width: 768px) {
.container { max-width: 90%;}
section { padding: 50px 0 60px;}
h1 { font-size: 34px; line-height: 1.3;}
h2 { font-size: 28px;}
h3 { font-size: 22px;}
h4 { font-size: 18px;}
p { font-size: 16px;}
br { display:none;}
.flex-box { flex-direction: column; gap: 10px;}
.hero-img img { max-width: 100%;}
.flex-grid { grid-template-columns: 100%;}
.shadow-grid, .shadow-grid-small { grid-template-columns: 100%; padding: 20px;}
.flex-column { text-align: center;}
.phone-button a, .TDN-button a, .dual-button a { font-size: 16px; text-align:center;}
.dual-button { display: grid; grid-template-columns: auto; text-align: center; justify-content: center;}
.dual-button a { align-items: center; justify-content: center;}
.shadow-grid-small .grey-img { height: auto;}
.TDN-button { text-align: center;}
.phone-button a img, .dual-button a img  { padding-right: 10px; width: 30px;}
.grey-img img { width: 90%; padding:20px;}
.mr-60 { margin-top: 40px;}
h3.border-bottom::before { left: 40%; width: 20%;}
.shadow-grid-small p { min-height: 20px; text-align:left;}
.shadow-grid-small h3 { text-align:left;}
.shadow-grid-small h3.border-bottom::before { left: 0%;}
.professional-grid-img { margin: 10px 0 -6px; text-align: center; width: 100%;}
.professional-grid-img img { min-width: 200px; max-width: 80%;}
.professional-grid-box { grid-template-columns: 100%; flex-direction: column-reverse; display: flex;}
.professional-care-section { background: #021841; padding: 60px 0 0;}
.third-section { padding-bottom: 60px;}
.location br { display: inline-block;}
ul { text-align: left;}
.content-space { padding: 0 10px;}
.content-height { min-height: 150px; margin: 0 0 20px;}
.still-grid-box { display: flex; flex-direction: column-reverse; padding:30px 30px 0;}
.still-img { margin: 15px 0 -6px;}
.still-img img { max-width: 100%;}
.get-started { padding: 40px 0 60px;}
footer { padding: 10px 0;}
.accordion-header { font-size: 20px;}
.accordion-item.active .accordion-content { padding: 0px 20px 30px;}
.accordion { max-width: 1040px; margin: 30px auto 0;}
.mob-switch .shadow-grid:nth-child(2) { display: flex; flex-direction: column-reverse;}
 }

@media screen and (min-width: 769px) and (max-width: 1199px) {
.container { max-width: 94%;}
section { padding: 60px 0;}
p { font-size: 16px;}
h1 { font-size: 34px;}
h2 { font-size: 28px;}
br { display:none;}
.location br { display: inline-block;}
h3 { font-size: 24px;}
h4 { font-size: 20px;}
.hero-img img, .grey-img img { max-width: 90%;}
.shadow-grid .flex-column { justify-content: flex-start;}
.TDN-button a, .phone-button a { text-align: center; font-size:16px;}
.phone-button a img { padding-right: 10px; width: 30px;}
.professional-grid-img img { min-width: 200px; margin: 0px auto; max-width: 94%;}
.dual-button a { padding: 9px 20px 8px 9px; font-size: 14px;}
.dual-button { gap: 10px;}
.dual-button a img { padding-right: 10px; width: 30px;}
.TDN-button a { padding: 18px 25px 18px 25px;}
.professional-grid-img { margin: -60px 0 -5px; text-align: right; width: 100%;}
.accordion-header { font-size: 20px;}
.get-started { padding: 50px 0 80px;}
.still-img img { max-width: 90%;}
.still-img { margin: 40px 0 -6px; text-align: center;}
.third-section .flex-grid { grid-template-columns: 100%;}
.content-height { display: flex; flex-direction: column; min-height: 100px; max-width: 780px; gap: 10px; margin: 0 0 20px; text-align: center;}
.accordion { margin: 30px auto 0;}
}
