@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

:root {
    --main-color: #38395f;
    --primary-color: #eea219;
    --white-color: #fff;
    --black-color: #000;
    --font-poppins: "Poppins", sans-serif;;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::selection {
    background: var(--black-color);
    color: var(--white-color);
}
body {
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden;
    font-family: var(--font-poppins) !important;
    position: relative;
}
h1,h2,h3,h4,h5,h6,p,ul,span,address,a,ol {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: unset;
    transition: 0.5s ease-in-out;
}
input:focus-visible, textarea:focus-visible {
	outline: none;
}
html {
  scroll-behavior: smooth;
}
button {
    transition: 0.5s ease-in-out;
}
button:focus-visible {
	outline: none;
}
.navbar-toggler:focus-visible {
	outline: none;
}
.navbar-toggler:focus {
	box-shadow: unset;
}
.nav-link.active {
    color: var(--main-color);
}
select:focus-visible {
	outline: none;
}
a:visited {
	color: transparent !important; 
}
.p-relative {
    position: relative;
}
.container {
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
}
ul, ol {
    margin-left: 0 !important;
    list-style-type: none !important;
}
ol {
    margin-bottom: 0 !important;
}
.mx-1100 {
    max-width: 1100px;
    margin: 0 auto;
}
.navbar-header {
	background: #387bff !important;
}
.center-text {
    padding: 50px 0;
    background: #f9f9f9;
}
.banner-section {
	height: 800px;
	margin: 30px;
	border-radius: 30px;
	overflow: hidden;
	background-size: cover;
	background-position: top;
	position: relative;
	align-items: center;
	display: flex;
}
.banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}
.z-1 {
    position: relative;
    z-index: 1;
}
/* suggestion-carer css start */

.suggestion-carer {
    padding: 20px 0 50px;
}
.suggestion-carer a {
    padding: 20px;
    border-radius: 10px;
    background-color: #387bff;
    display: flex;
    color: var(--white-color) !important;
}
.suggestion-carer a:hover {
    color: #fff;
}
.s-text h4 {
	font-size: 25px; 
}
.s-text p {
	font-size: 18px;
    margin: 15px 0;
}
.s-text button {
	font-size: 18px;
	background: #fff;
	border: unset;
	border-radius: 10px;
	padding-bottom: 12px;
}

/* suggestion-carer css end */

/* two part css start */

.two-part-section {
	padding: 50px 0;
}
.section-title h3 {
	font-size: 35px;
}
.section-title p {
	font-size: 20px;
    margin: 15px 0;
}
.section-title a {
    font-size: 18px;
    text-decoration: underline;
    color: var(--black-color);
}
.bg-change {
	background: #f9f9f9;
}
.f-30 {
    font-size: 30px !important; 
}
/* two part css end */

/* map css start */
.map-with-install-app {
	padding: 50px 0;
}
.install-app {
	display: flex;
	align-items: center;
	justify-content: center;
    color: var(--black-color);
    flex-direction: column;
}
.install-app .scanner {
	text-align: center;
}

.install-app .scanner img {
	height: 250px;
	text-align: center;
}

.install-app span {
	display: flex;
	justify-content: center;
	font-size: 22px;
}
.install-app small {
	display: flex;
	justify-content: center;
	font-size: 18px;
}

.pin-map {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.pin-map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

/* map css end */

/* footer css start */

.f-logo a {
	font-size: 30px;
	color: #fff !important;
}
.f-navmenu {
	margin: 15px 0;
	display: flex;
	justify-content: center;
}
.f-navmenu li {
	margin: 0 10px;
}
.f-navmenu li a {
	font-size: 18px;
	color: #fff;
}
.social-icon {
	margin: 0;
	display: flex;
	justify-content: center;
}
.social-icon li {
	margin: 0 10px;
}
.social-icon li svg {
	font-size: 18px;
	color: #fff;
}
.copyright {
	background: #5385e6;
	padding: 10px 0;
	text-align: center;
}
.copyright span {
    font-size: 13px;
    color: #fff;
}
/* footer css end */

.footer {
    background-color: #000;
    color: #f8f9fa;
    padding: 40px 0 10px;
  }
  .footer a {
    color: #adb5bd;
    text-decoration: none;
  }
  .footer a:hover {
    color: #f8f9fa;
  }
  .social-icons i {
    font-size: 24px;
    margin-right: 15px;
    color: #adb5bd;
  }
  .social-icons i:hover {
    color: #f8f9fa;
  }
  .footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #495057;
  }


  /* about us section start */

  .inner-banner-section {
    background-size: cover;
    background-position: center;
    height: 350px;
    display: flex;
    align-items: flex-end;
    padding: 50px 0;
  }
  .page-title h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
  }
  .content-section {
    padding: 50px 0;
  }
  .content-banner-section {
    background-size: cover;
    background-position: top;
    height: 350px;
    padding: 50px 0;
    position: relative;
    display: flex;
    align-items: center;
  }
  .content-banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
  }
  .company-info-section {
    padding: 50px 0;
  }

  .box-content {
    padding: 15px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
  }
  .box-content span {
    display: flex;
    height: 250px;
    overflow: hidden;
  }
  .box-content span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .box-content h5, .box-content-with-icon h5 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
  }
  .box-content p, .box-content-with-icon p {
    margin: 15px 0;
    font-size: 15px;
  }
  .box-content a , .box-content-with-icon a {
    font-size: 15px;
    color: #000;
    text-decoration: underline;
  }

  /* about us section end */

  /* carer css start */

  .section-accordian {
    padding: 50px 0;
  }

  /* carer css end */
.career-list {
  padding: 50px 0;
}
  .open-role {
    margin: 15px 0 0;
  }
  .role-name-detail {
    padding: 15px 0;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
  }
  .role,  .sub-team{
    flex: 1;
    flex-direction: column;
    display: flex;
    margin-right: 10px;
  }
  .sub-team span , .role a {
    font-size: 18px;
    font-weight: 500;
  }
  .role a {
    color: #387bff;
  }
  .list-unstyled li {
    margin-bottom: 5px;
    word-break: break-all;
  }
  .accordion-button.collapsed:focus {
    box-shadow: unset;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: unset;
  }
  .footer-bottom p {
    font-size: 15px;
  }
  .navbar-brand img {
    max-height: 60px;
  }
  .f-logo img {
    max-height: 80px;
  }
  .contact-us-section {
      padding-top: 50px;
  }