@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,500;1,600&display=swap");
* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    width: 13px;
}

html::-webkit-scrollbar-track {
    background-color: darkgrey;
}

html::-webkit-scrollbar-thumb {
    background-color: #161a3d !important;
}


/* ? ===== NAVBAR====== */

ul {
    margin-left: auto;
}

ul li {
    padding-left: 20px;
}

.fixed-nav {
    position: fixed;
    background-color: #161a3d;
    z-index: 999;
    width: 100%;
}

.navbar-toggler {
    padding: 3px 5px;
}

.nav-link {
    color: white;
    font-size: 18px;
}

.nav-link:hover {
    color: white;
}

.navbar button {
    background-color: transparent;
    border: none !important;
}

.navbar-toggler-icon {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: white;
    font-size: 20px;
    border: none;
    background-color: transparent;
    border: none !important;
}

.logo {
    width: 100px;
}

#navbarSupportedContent {
    text-align: center;
}

.btn-no {
    background-color: white !important;
    color: #161a3d !important;
    font-size: 18px;
    font-weight: 800;
    border: none;
    border-radius: 50px;
}

.btn-no:hover {
    background-color: #161a3d !important;
    color: white !important;
    border: 1px solid white !important;
}

.Whatsapp {
    width: 25px;
}


/* ? ===== Hero section ====== */

.backGround-color {
    width: 100%;
    height: 100vh;
    background-color: #161a3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content1 p {
    color: white;
    font-family: "Poppins", sans-serif;
}

.content2 {
    color: white;
    font-family: "Poppins", sans-serif;
    margin-left: 10px;
    font-weight: 200;
}

.content1 p {
    font-size: 40px;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
}

.backGround-color hr {
    background-color: white;
    width: 80%;
}

.home-img {
    width: 100%;
    text-align: center;
    margin: auto;
}

.btn1 {
    background-color: white;
    color: #161a3d;
    font-size: 18px;
    font-weight: 800;
    border: none;
    border-radius: 50px;
}

.just-call {
    margin-top: 50px;
}

span {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 100;
}

@media only screen and (max-width: 1000px) {
    .hero {
        padding-top: 100px;
    }
    .backGround-color {
        height: 100%;
    }
    /* .content2 {
        display: none;
    } */
}

@media only screen and (max-width: 450px) {
    .Domiciliary {
        font-size: 30px;
    }
    .backGround-color {
        height: 100%;
    }
    .content1 p {
        font-size: 20px !important;
        text-align: center;
    }
    .content1 h6 {
        font-size: 18px !important;
        text-align: center;
    }
    .content2 {
        font-size: 15px;
    }
    .content1 {
        /* text-align: center; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .btn-no {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
}

@media only screen and (max-width: 750px) {
    .content2 {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    .Domiciliary {
        font-size: 20px !important;
    }
    .content1 p {
        font-size: 20px !important;
        padding: 5px;
    }
}

@media only screen and (max-width: 375px) {
    .Domiciliary {
        font-size: 18px !important;
    }
    .content1 p {
        font-size: 18px !important;
        padding: 5px;
    }
}

@media only screen and (max-width: 320px) {
    .Domiciliary {
        font-size: 15px !important;
        width: 120%;
        text-align: center;
    }
    .content1 p {
        padding: 5px;
        width: 120%;
        text-align: center;
        font-size: 15px !important;
    }
}


/* ? ===== About us section ====== */

.content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content span {
    font-size: 30px;
    font-weight: 500;
}

.hr {
    width: 20%;
    border: 1px solid black;
}

.text {
    font-size: 15px;
    text-align: justify;
}

.lady {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /* box-shadow: 5px 8px; */
}

.qualityimg {
    width: 100%;
    height: 250px;
    border-radius: 20px;
}

.Qualities {
    text-align: justify;
    margin-left: 3rem;
}

@media only screen and (max-width: 450px) {
    .lady {
        height: 25vh;
    }
    .content span {
        font-size: 20px !important;
        /* font-weight: 500; */
    }
    .hr {
        display: none;
    }
    .Qualities {
        text-align: justify;
        margin: auto;
    }
}


/* ? ===== Our Services Section ===== */

.services-bg {
    background-color: #eeecfe;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    margin-top: 30px;
}

.services {
    text-align: center;
}

.services h2 {
    font-size: 2.5rem;
    padding-top: 70px;
    padding-bottom: 25px;
}

.services-text2 p {
    font-size: 15px;
    width: 80%;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-bottom: 30px;
}

.services-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.services-box1 {
    background-color: #161a3d;
    width: 350px;
    height: auto;
    padding-bottom: 20px;
    border-radius: 10px;
    margin: 20px 20px;
    color: white;
    /* text-align: center; */
}

.services-box-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 30px;
}

.services-box-icon img {
    width: 50px;
}

.services-box-heading {
    font-size: 20px;
    padding-right: 10px;
}

.services-box-text {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    text-align: justify;
}


/* ? ===== FAQ Section ===== */

.faq-section {
    padding: 3rem 0;
    width: 70%;
    margin: auto;
}

.card .card-header {
    cursor: pointer !important;
}

.card button {
    text-decoration: none !important;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.card button:hover {
    text-decoration: none !important;
    color: black;
}

@media screen and (max-width: 600px) {
    .faq-section {
        width: 100%;
    }
    .card button {
        font-weight: 500;
    }
    .card-body {
        font-size: 14px;
    }
    #faq h1 {
        font-size: 25px;
    }
}


/* ? ===== Form Section ===== */

.form-text {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 70%; */
    /* text-align: center; */
}

.form-text h2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

.form-text p {
    font-size: 20px;
    width: 80%;
    margin-top: 25px;
    padding-bottom: 50px;
}

.form-links {
    display: flex;
    padding: 15px 50px;
}

.form-links img {
    width: 35px;
    height: 35px;
}

.form-links-text {
    margin: 8px 0px 0px 20px;
    font-weight: 500;
}

.form-bg {
    background-color: #161a3d;
    color: white;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

.form-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    margin: auto;
    text-align: center;
}

.form-info h2 {
    font-size: 45px;
    font-weight: 500;
}

.form {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding-top: 60px;
}

.form-group textarea {
    background-color: transparent;
}

.form .form-btn {
    /* width: 30%; */
    background-color: white;
    color: #161a3d;
    padding: 7px 10px;
    border-radius: 10px;
    border: none;
    align-items: center;
    margin: auto;
}

@media only screen and (max-width: 450px) {
    .form-text p {
        width: 100%;
        padding: 10px 20px;
        margin-right: 10px;
        text-align: justify;
    }
    .form-links {
        display: none;
    }
    .form-text h2 {
        width: 100%;
        text-align: center;
    }
}


/* ? ===== Testimonials Section ===== */

#testimonials {
    padding: 3rem 0;
}

.fa-angle-right {
    color: black;
    font-size: 2rem;
}

.fa-left {
    transform: rotate(180deg);
}

.testiBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    gap: 2rem;
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid gray;
    width: 40%;
    height: 500px;
    padding: 2rem 0;
}

.clientName {
    margin-top: -20px;
    font-size: 20px;
    text-transform: capitalize;
}

.clientReview {
    width: 80%;
    text-align: center;
}

.clientImg img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

@media screen and (max-width: 600px) {
    .testiBox {
        width: 100%;
    }
}


/* ? ===== Info Section ===== */

.info {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 25px 0px;
}

.info h4 {
    font-size: 2rem;
}

@media only screen and (max-width: 450px) {
    .info h4 {
        font-size: 22px;
        text-align: center;
    }
}


/* ? ===== Footer Section ===== */

.footer-bg {
    background-color: #161a3d;
    color: white;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 35px;
}

.footer-links a {
    text-decoration: none;
    color: white;
}

.hr-line {
    width: 100%;
    border: 1px solid white;
}


/* ? ===== Footer Links Section ===== */

.footer-social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    padding: 5px 20px;
    border-radius: 50px;
    cursor: pointer;
}

.social-icon img {
    width: 20px;
}


/* main footer */

.footerLogo img {
    width: 100px !important;
}

.quick-links h2,
h5 {
    padding-bottom: 15px;
    text-decoration: none;
    color: white;
}

.quick-links a:hover {
    text-decoration: none;
}

.quick-links a {
    text-decoration: none;
    color: white !important;
}

.quick-links p {
    font-size: 15px !important;
    padding-top: 18px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.footer-content h5 {
    font-weight: 300;
    font-size: 40px;
    margin-top: 50px;
}

.footer-content p {
    font-size: 15px;
    margin-top: -20px !important;
}

.footer-right {
    margin: auto;
    margin-top: -12px;
}

.footer-info {
    display: inline-flex;
}

.footer-info img {
    align-items: center;
    margin: auto;
    width: 25px;
}

.footer-info p {
    font-size: 15px !important;
    margin: 10px 0px 10px 20px;
}

.map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

@media only screen and (max-width: 450px) {
    .map {
        margin-top: -10px;
    }
    .footer-content {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        margin: auto;
        /* margin-right: 70px; */
    }
    .footer-info p {
        /* width: 100%; */
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 768px) {
    .footer-info p {
        /* width: 100%; */
        font-size: 10px;
    }
    .footer-content p {
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
    .quick-links a {
        font-size: 12px;
    }
    .footer-content h5 {
        font-size: 24px;
    }
}


/* ? CopyRight section */

.footer-end {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;
}

@media screen and (max-width: 600px) {
    .footer-end {
        justify-content: center;
    }
}


/* ? Blog styling */

.blogBg {
    width: 100%;
    height: 100vh;
    /* background-color: #161a3d; */
    background-image: url("../../img/Blog\ banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog1MainImg {
    background-image: url("../img/Blog1-02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog2MainImg {
    width: 100%;
    height: 100vh;
    background-image: url("../../img/Blog2-01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog3MainImg {
    width: 100%;
    height: 100vh;
    background-image: url("../../img/banner-01-04.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogHeading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blogHeading h1 {
    font-size: 2.5rem;
    color: #adefd1ff;
    text-transform: capitalize;
    font-weight: 600;
}

.blogHeading p {
    width: 70%;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
}

.blogCard {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cardBox {
    width: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
}

.cardBox img {
    width: 20rem;
    height: 15rem;
    border-radius: 10px 10px 0px 0px;
}

.wrapperLink .boxHeading h1 {
    color: black;
    font-size: 18px;
    text-decoration: none;
}

.wrapperLink .boxPara {
    color: black;
    font-size: 14px;
    text-align: justify;
}

.wrapperLink:hover {
    text-decoration: none !important;
}

.wrapperLink .boxHeading h4:hover,
.wrapperLink .boxPara:hover {
    color: #161a3d;
}

.btn-primary {
    color: white;
    background-color: #161a3d;
    border: none;
}

@media only screen and (max-width: 600px) {
    .blogHeading h1 {
        margin-top: 5rem;
        text-align: center;
        font-size: 20px;
    }
    .blogHeading p {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        font-weight: 300;
    }
    .blogContent img {
        width: 100% !important;
    }
    .blogCard {
        justify-content: center;
        align-items: center;
    }
    .cardBox img {
        width: 18rem !important;
    }
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.social-icons a {
    text-decoration: none;
    font-size: 2rem;
    color: #161a3d;
}