* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'prompt', sans-serif;
}

/* NavBar */

.top-bar {
    background-color: #fff;
    color: #386579;
    font-family: 'Prompt';
    padding: 2px;
    font-size: 14px;
    line-height: 20px;
}

/* Add styles for the navbar */
.navbar {
    background-color: #386579 !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-family: 'Prompt';
    border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #386579 !important;
    background-color: #fff;
    font-weight: 500;
    font-family: 'Prompt';
}

.navbar-light .navbar-nav .nav-link:active {
    color: #fff !important;
    font-weight: 500;
    font-family: 'Prompt';
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    background-color: #fff !important;
    color: #000 !important;
}

@media only screen and (max-width: 768px) {
    .nav-item:hover #navmenu {
        display: block;
        height: 300px;
        overflow: auto;
        width: 70%;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer and Edge */
    }

    .nav-item:hover #navmenu::-webkit-scrollbar {
        display: none;
    }


    .nav-item:hover .dropdown-menu {
        display: block;
        margin-left: 10px;
    }
}

.nav-item {
    font-size: 18px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.nav-item .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: max-content;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 14px;
    color: #161515;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.nav-item .dropdown-menu a {
    width: max-content;
    display: block;
    padding: 0.5rem 1rem;
    color: #161515;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.nav-item .dropdown-menu a:hover {
    border-radius: 20px !important;
    background-color: #f2f2f2;
    color: black;
}

.nav-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#NavBar .top-bar a {
    padding-left: 5px;
}

.LiveIn-C {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #386578 !important;
}

#phone-C {
    font-family: 'prompt';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #386578;
}


/* Footer */
footer {
    background-color: #386579;
    font-family: 'Prompt';
}

footer .Adventage_logo {
    max-width: 200px;
    height: auto;
}

footer h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

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

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}

#text_Footer {
    margin-bottom: 0px !important;
    color: #fff;
}

footer hr {
    border-top: 1px solid #fff;
    margin: 20px auto;
    width: 90%;
}

footer #CopyRights {
    color: #fff;
}

footer ul li a:hover {
    color: #fff;
}

/* Home */

#free-btn {
    background-color: #386578;
    padding: 10px;
    border-radius: 25px;
    width: max-content;
}

.How-SA .work {
    background-color: #1F7B76;
    color: white;
    text-align: center;
}

.Join-SA {
    background-image: url('{{ asset("assets/images/Home/IMG7-SA.png") }}');
    background-repeat: no-repeat;
    background-position: top;
}

.Join-SA #dilli {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 50px;
    text-align: center;
    color: #386578;
}

.Join-SA #rolex {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #386578;
}

.Join-SA #vikram {
    background-color: #3865785b;
}


/* Cargiver */
#NurseList .text-box {
    padding: 30px;
    text-align: center;
    color: #386579;
}

#NurseList .section-2 {
    background-color: #CEF3E0;
    text-align: center;
}

#NurseList .card-container {
    margin: 75px;
    padding: 20px 0 20px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

#NurseList .card {
    /* padding: ; */
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    /*text-align: center;*/
}

#NurseList .Button {
    background-color: #386579;
    margin-bottom: 25px;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 25px;
}

#NurseList .Button:hover {
    background-color: #27AE60;
    color: white;
}

/* Section-3 */
#NurseList .contact-form {
    max-width: 500px;
    margin: 0 auto;
}

#NurseList label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

#NurseList input,
#NurseList textarea {
    display: block;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

#NurseList button[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

#NurseList button[type="submit"]:hover {
    background-color: #3e8e41;
}

/* Styles for desktop */
@media only screen and (min-width: 992px) {
    #NurseList .card-container {
        margin: 75px;
        padding: 20px 0 20px 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}

/* Styles for tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Add tablet-specific styles here */
    #NurseList .card-container {
        margin: 75px;
        padding: 20px 0 20px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

/* Styles for mobile */
@media only screen and (max-width: 767px) {

    /* Add mobile-specific styles here */
    #NurseList .card-container {
        margin: 75px;
        padding: 20px 0 20px 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
}

#NurseList .card img {
    height: 40vh;
    padding: 3%;
}

.card h5 {
    color: #386579;
}

.card b {
    color: #386579;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #386579;
    color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    display: none;
    z-index: 999;
}

.close-button {
    position: absolute;
    color: #fff;
    font-size: large;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

#care-g p {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    color: #4F4F4F;
    line-height: 28.8px;
}

#care-img img {
    width: 339px;
    height: 349px;
}

#care-2-img img {
    width: 339px;
    height: 349px;
}

#care-2-g p {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    color: #4F4F4F;
    line-height: 28.8px;
}

.card {
    border: none;
}

.card-body {
    font-family: 'Prompt';
}

.work {
    background-color: #1F7B76;
    color: white;
    text-align: center;
}

.foo-g p {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #386578;
}

/* Respite care  */

#head-p h4 {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 73px;

    color: #386578;

}

#hd-p {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.card {
    border: none;
}

#text-p {

    /* background-color: #1F7B76; */
    color: white;
    text-align: center;
}

/* Became a Carer  */

#becomecare-L #h1 {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 73px;
    color: #386578;
}

#becomecare-L #para {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center;

    color: #4F4F4F;
}

#becomecare-L #form {
    background: #F7F7F7;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

#becomecare-L #label {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;

    color: #1F7B76;

}

#becomecare-L #btn {
    background: #386578;
    border-radius: 20px;
}


/* other care  */

#othercare-L #h1 {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: bolder;
    font-size: 28px;
    line-height: 73px;
    color: #386578;

}

#othercare-L #para {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 370;
    font-size: 18px;
    line-height: 25px;
    text-align: center;

    color: #4F4F4F;
}

#othercare-L #house {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 54px;

    color: #386578;
}

#othercare-L #house2 {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 370;
    font-size: 18px;
    line-height: 25px;

    color: #4F4F4F;
}

#othercare-L #btn {
    background: #386578;
    border-radius: 20px;
}

#othercare-L #recover {
    font-family: 'Prompt';
    font-style: italic;
    font-weight: 370;
    font-size: 24px;
    line-height: 48px;
    color: #386578;
}

/* Our Carer  */

#HiringCare #h1 {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    text-align: center;
    line-height: 73px;
    color: #386578;
}

#HiringCare #img1 {
    width: 50px;
    height: 50px;
}

#HiringCare #card {
    box-shadow: inset 0 0 5px 2px rgba(156, 156, 156, 0.158);
    /* Customize the box shadow */
    border-radius: 10px;
    color: #386578;
    font-size: 18px;

    /* Customize the border radius */
}

#HiringCare #card:hover {
    box-shadow: inset 0 0 5px 2px rgba(255, 255, 255, 0.158);
    /* Customize the box shadow */
    border-radius: 10px;
    background-color: #386578;
    color: white;
    /* Customize the border radius */
}

#HiringCare #span {
    font-family: 'Prompt';
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;

    color: #386578;
}

#HiringCare #house2 {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 370;
    font-size: 18px;
    line-height: 25px;

    color: #4F4F4F;
}

#HiringCare #btn {
    background: #386578;
    border-radius: 20px;
}

.homesubtittle {
    color: #386578;
    font-size: 50px;
    font-weight: bolder;
}

.text-font-size {
    font-size: 24px;
    color: #4F4F4F;
}

#card p.card-text:hover {

    color: #f8f8f8;
}

#profiles {
    background-color: #000;
}

#dmenu.dropdown-menu.show {
    margin: 50px;
    margin-top: 0px;
    background-color: #ffffff77;
}

.dropdown-menu.show {
    display: block;
}

#Why_our_Care-C {
    background: linear-gradient(to right, #ffffff 15%, #386578 15%);
}

@media (max-width: 768px) {
    #Why_our_Care-C img {
        display: none;
    }

    #Why_our_Care-C {
        background: #386578;
    }
}

.button-wrapper-C {
    display: inline-block;
    position: relative;
}

.custom-button-C {
    display: inline-block;
    padding: 7px 10px;
    font-weight: 600;
    border: 2px solid #386578;
    color: #1F7B76;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff;
}


.button-wrapper-C:before,
.button-wrapper-C:after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    height: 10px;
    background-color: #3865784f;

}

.button-wrapper-C:before {
    top: -8px;
    background-color: #3865784f;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.button-wrapper-C:after {
    bottom: -8px;
    background-color: #3865784f;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

#LivinCareHeading-C {
    color: #386578;
    font-size: 36px;
    font-weight: 500;
    font-family: Prompt;
}

#LivinCarePara-C {
    color: #4F4F4F;
    font-family: Prompt;
    font-weight: 500;
}

#recovers {
    font-family: 'Prompt';
    font-style: italic;
    font-weight: 370;
    font-size: 20px;
    line-height: 30px;
    color: #386578;
}

/* caregiver navigation */
.fixed-circle {
    position: fixed;
    top: 20%;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 999999;
}

.fixed-message {
    position: fixed;
    top: 20%;
    color: #555555;
    right: 67px;
    width: max-content;
    padding: 10px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 2px 2px 2px #dfdede, -2px -2px 2px #d8d7d7;
    z-index: 999998;
    overflow: visible;
    margin-right: 20px;

}

#Cancel-c {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50%;
    background-color: #1a1a1ab9;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    margin-left: -18px;
    margin-top: -18px;
    float: left;
    display: none;

}

#fixed-message:hover #Cancel-c {
    display: inline-block;
}

#Cancel-c:hover {
    color: #fff;
}

.fixed-message::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) rotate(45deg);
    background-color: inherit;
    box-shadow: 2px -2px 2px #dfdede;
    z-index: -1;
}


/*Custom styles for the testimonial carousel */
.carousel-control-prev,
.carousel-control-next {
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50%;
    opacity: 0.8;
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    content: "";
    background-color: #e94504ef;
    padding: 12px;
}

.carousel-control-prev {
    left: 46%;
    top: 85%;
    transform: translateX(-50%);
}

.carousel-control-next {
    right: 46%;
    top: 85%;
    transform: translateX(50%);
}

#container-red {
    cursor: pointer;
}

#container-green {
    cursor: pointer;
}

#container-blue {
    cursor: pointer;
}

.popups {
    display: none;
    width: max-content;
    position: absolute;
    background-color: #fff;
    border: 1px solid #b1aeae;
    border-radius: 5px;
    padding: 10px;
    z-index: 1;
    top: 100%;
    /* Position the popup below the container */
    left: 0;
    /* Align the popup with the left edge of the container */
}

.card {
    cursor: pointer;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -90%;
    height: 100vh;
    width: 80%;
    background-color: #f8f9fa;
    transition: right 0.3s ease-in-out;
    overflow-y: scroll;
    z-index: 9999;
}

.sidebar.show {
    right: 0;
}

.arrow-icon {
    display: none;
    position: fixed;
    top: 50%;
    left: 18%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #000000bb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.sidebar.show~#arrowToggle {
    opacity: 1;
}

.button-4 {
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 6px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
}

.button-4:hover {
    background-color: #F3F4F6;
    text-decoration: none;
    transition-duration: 0.1s;
    border-color: rgba(27, 31, 35, 0.15);
}

.button-4:disabled {
    background-color: #FAFBFC;
    border-color: rgba(27, 31, 35, 0.15);
    color: #959DA5;
    cursor: default;
}

.button-4:active {
    background-color: #EDEFF2;
    box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    transition: none 0s;
}

#Content-G th {
    font-size: 16px;
    font-weight: 500;
    color: rgb(116, 118, 119);
}

body.show-sidebar::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #386578;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

#contactUsCard {
    box-shadow: 2px 2px 4px #d3d3d3, -2px -2px 4px #d3d3d3;
}

#contactUsCard .card-body {
    padding: 0% !important;
}

#contactUsCard:hover .icon-circle {
    border: 2px solid #386578;
    color: #386578;
    background-color: #fff;
}

.card-title-color {
    color: #386578;
    font-weight: bold;
}

#atag {
    text-decoration: none;
    color: #292929;
}

@media screen and (max-width: 768px) {
    #phone-C {
        font-family: 'prompt';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 29px;
        color: #386578;
    }
}

#myButton {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
    outline: none;
}

@media screen and (max-width: 768px) {
    #heroHeading {
        font-size: 24px !important;
        margin: 0px !important;
        padding-bottom: 10px !important;
    }

    #heroSubheading {
        font-size: 14px !important;
        margin: 0px !important;
        padding-bottom: 10px !important;

    }

    #free-btn {
        font-size: 12px;
    }

    #bannercontent {
        margin-top: 0px !important;
    }

    footer .Adventage_logo {
        width: 180px;
    }


}

@media screen and (max-width: 380px) {
    #text_Footer {
        font-size: 10px;
    }
}

#DropDown {
    left: 5% !important;
}

@media screen and (max-width: 768px) {
    #DropDown {
        left: -10% !important;
    }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
