* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.topbar {
    background: #00B4DB;
    padding: 10px 0;
    height: 50px;
}

.topbar-info-text p {
    color: #fff;
}

.topbar-info-text a {
    color: #fff;
    text-decoration: none;
}

.topbar-social-links ul {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 15px;
    justify-content: end;
    align-items: center;
}

.topbar-social-links li a i {
    color: #fff;
}



/* navbar area */
/* Transparent navbar initially */
.transparent-navbar {
    background: transparent !important;
    transition: background-color 0.4s ease;
}

/* Solid color after scrolling */
.transparent-navbar.scrolled {
    background: #00B4DB !important;
    padding: 10px;
}

.header-bar button:hover {
    color: #00B4DB;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all .3s;
    color: #000 !important;
}

.transparent-navbar.scrolled .navbar-toggler-icon {
    filter: brightness(0) invert(1) !important;
}

.transparent-navbar.scrolled .nav-link {
    filter: brightness(0) invert(1) !important;
}

.transparent-navbar.scrolled .header-bar button {
    border: 1px solid #fff;
    color: #fff;

}

.transparent-navbar.scrolled .header-bar a {
    color: #fff;

}

/* .transparent-navbar.scrolled .header-bar button:hover{
    color: #000 !important;
} */
.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000 !important;
    font-weight: 600 !important;
}

/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* fixes small jump */
}

/* Keep link active on hover */
.nav-item.dropdown:hover .nav-link {
    color: #000;
}

.nav-link {
    color: #000 !important;
    position: relative;
    font-weight: 500 !important;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    /* width: 0; */
    height: 1px;
    transform: scale(0);
    transition: all .3s;
    right: 0;
    transform-origin: center;
}

.nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffff;
    width: 100%;
    height: 1px;
    transform: scale(1);
    transition: all .3s;
}

.nav-link:hover {
    color: #00B4DB !important;
}

.header-bar button {
    width: 150px;
    height: 40px;
    background-color: transparent;
    border: 1px solid#fff;
    color: #fff;
    transition: all.3s;
}

.header-bar button a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: all.3s;
}

.header-bar button:hover {
    color: #00B4DB;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all.3s;
}

.header-bar button:hover a {
    color: #00B4DB;
    transition: all.3s;
}

header {
    position: relative;
    /* stays on top */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;

    background: rgba(255, 255, 255, 0.15);
    /* transparent layer */
    backdrop-filter: blur(12px);
    /* main blur */
    -webkit-backdrop-filter: blur(12px);
    /* Safari support */

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

    padding: 12px 20px;
}


.navbar-brand {
    color: #000 !important;
    font-weight: 700;
}

/* .scrolled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #00B4DB  !important;
    padding: 10px;

} */

.banner {
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 700px;
    background-attachment: fixed;
    position: relative;
    padding: 100px;
    overflow: hidden;
}


.banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(116deg, rgb(0 0 0 / 31%) 0%, rgba(255, 255, 255, 0.094) 110%);
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner2 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    position: relative;
}

.banner3 {
    background-image: linear-gradient(rgb(0 0 0 / 42%)), url(https://serene-house-of-care.searchsoltest.com/wp-content/uploads/2026/02/service-img-3.jpg) !important;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    background-attachment: fixed;
    position: relative;
}

.banner-content {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    text-align: start !important;
}

.banner-content p {
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    width: 800px;
}

.textt-primary {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 20px;
    color: #000 !important;
}


.textt-primary::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    /* text-decoration: dotted; */
    color: #fff;
    height: 8px;
    background-color: #00B4DB;
    width: 8px;
    border-radius: 50%;
}

.banner-content h1 {
    color: #00B4DB;
    font-size: 40px;
    font-weight: 700;
    margin: 15px 0;
}

.banner-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}

.banner-content button {
    width: 200px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content button a {
    color: #fff;
    text-decoration: none;
    /* font-weight: 700; */
    transition: all .3s;
}

.banner-content button:hover {
    color: #fff;
    background-color: #00B4DB;
    border: 1px solid #00B4DB;
    transition: all.3s;
}

.banner-content button:hover a {
    color: #fff;
    transition: all.3s;
}

.banner-content h3 {
    /* margin-top: 200px;
    color: white;
    border-bottom: 2px solid rgb(255, 255, 255);
    width: fit-content; */
}

.banner-content h5 {
    color: #fff;
    font-size: 15px;
}

.btn-primary {
    position: relative;
    border: none !important;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}

.btn-primary::before,
.btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: opacity 0.7s ease;
}

.btn-primary::before {
    background: linear-gradient(to right, #00B4DB, #00C9A7, #2ECC71);
    opacity: 1;
}

.btn-primary::after {
    background: linear-gradient(to right, #2ECC71, #00C9A7, #00B4DB);
    opacity: 0;
}

.btn-primary:hover::before {
    opacity: 0;
}

.btn-primary:hover::after {
    opacity: 1;
}

.btn-secondary {
    background-color: #00B4DB !important;
    border: none !important;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}

.btn-secondary span {
    position: relative;
    z-index: 2;
    color: #fff;
}

.btn-secondary::before {
    content: "";
    position: absolute;
    background-color: #2ECC71;
    left: -95%;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .3s ease;
    z-index: 1;
}

.btn-secondary:hover::before {
    left: 0;
}


/* quality */
.qualities {
    background-color: #00B4DB;
    padding: 20px;
}

.q-box {
    background-color: transparent;
    box-shadow: #00000057 0px 3px 9px 2px;
    padding: 10px;
}

.q-new h3 {
    color: #fff;
    font-size: 25px;
}

.q-new p {
    color: #fff;
}

.q-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.q-content img {
    width: 50px;
    object-fit: cover;
    height: 50px;
}

/* about */
.what-we-do-body {
    border-bottom: 1px solid var(--divider-color);
    /* margin-bottom: 40px;
    padding-bottom: 40px; */
}

.what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.what-we-do-body ul li {
    background-image: url(https://serene-house-of-care.searchsoltest.com/wp-content/uploads/2026/02/icon-check.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}

.what-we-do-body ul li:last-child {
    margin-bottom: 0;
}

.about-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2ECC71;
}

.about-us {
    padding: 100px;
}

.about-img {
    position: relative;
}

.about-img img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.company-experience-box {
    width: calc(35% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90.15deg, #00B4DB 1.15%, #00C9A7 50%, #2ECC71 98.15%);
    background-size: 200% auto;
    text-align: center;
    border-radius: 30px;
    padding: 20px;
    transition: all 0.4s ease-in-out;
}

.company-experience-box:hover {
    background-position: right center;
}

.company-experience-box.what-we-do-circle {
    position: absolute;
    top: 35%;
    right: 35%;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    padding: 15px;
    z-index: 1;
}

.company-experience-box.what-we-do-circle h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.company-experience-box.what-we-do-circle p {
    color: #fff;
    text-transform: capitalize;
    line-height: 1.4em;
    margin: 0;
}

/* new  */
.new {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://serene-house-of-care.searchsoltest.com/wp-content/uploads/2026/02/new-pic.png") center/cover no-repeat fixed;
}

.new-content h3 {
    color: #fff;
}

.new-content h5 {
    color: #2ECC71;
    font-weight: 700;
}

/* services */
.services {
    padding: 100px;
}

.s-box {
    position: relative;
    padding: 30px;
    text-align: center;
    box-shadow: #00b4db69 0px 0px 6px 0px;
    overflow: hidden;
    border-radius: 15px;
    transition: all.3s;
}

.s-box::before {
    content: "";
    position: absolute;
    bottom: -245px;
    background-color: #00B4DB;
    width: 100%;
    height: 250px;
    left: 0;
    border-radius: 15px;
    transition: all.3s;
}

.s-box:hover::before {
    bottom: 0;
    height: 100%;
    transition: all.3s;
}

.s-content img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.s-content {
    position: relative;
    z-index: 10;
}

.s-content h3 {
    color: #00B4DB;
    font-size: 25px;
    font-weight: 700;
}

.s-box:hover .s-content h3 {
    color: #fff;
}

.s-content p {
    color: #000;
    transition: all.3s;
}

.s-box:hover .s-content p {
    color: #fff;
    transition: all.3s;
}

/* counter */

.stats {
    font-weight: bold;
}

.stats h2 {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.stats p {
    color: #fff;

}


/* feature */
.feature-content h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.feature {
    background-color: #00B4DB;
    padding: 100px;
    position: relative;
}

.feature-box {
    padding: 20px;
    position: relative;
    display: flex;
    z-index: 100;
    overflow: hidden;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.feature-box::before {
    content: "";
    bottom: -200px;
    left: 0;
    background-color: #E8D04B;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    transition: all.3s;
}

.feature-box:hover::before {
    background-color: #E8D04B;
    bottom: 0;
    transition: all.3s;
}

.feature-design p {
    font-size: 15px;
}

.feature-content1 img {
    width: 60px;
    height: 60px;
    background-color: #E8D04B;
    padding: 5px;
    border-radius: 10px;
    transition: all.5s;
}

.feature-box:hover .feature-content1 img {
    transition: all.5s;
    background-color: #00B4DB;
}

.feature-content1 h1 {}

.feature-content1 {
    display: flex;
    gap: 15px;
    padding: 10px;
}


.feature-box {
    transition: transform .25s ease, box-shadow .25s ease;
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.20);
}

.feature {
    position: relative;
    overflow: hidden;
}

.feature-bottom-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom,
            rgba(48, 92, 222, 0) 0%,
            rgba(28, 66, 170, 0.212) 50%,
            rgba(20, 50, 140, 0.178) 100%);
    pointer-events: none;
}

@media(max-width:1200px) {
    .feature-content1 {
        display: flex;
        gap: 15px;
        padding: 5px;
    }
}

@media(max-width:992px) {
    .feature {
        background-color: #00B4DB;
        padding: 30px;
        position: relative;
    }

    .feature-content h2 {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
    }

    .feature-content p {
        font-size: 13px;
    }
}

@media(max-width:767px) {
    .feature {
        background-color: #00B4DB;
        padding: 100px 30px;
        position: relative;
    }


    .feature-content h2 {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
    }

    .feature-box::before {
        content: "";
        bottom: -210px;
        left: 0;
        background-color: #E8D04B;
        position: absolute;
        width: 100%;
        z-index: -1;
        height: 100%;
        transition: all .3s;
    }
}

@media(max-width:450px) {
    .feature-design p {
        font-size: 10px;
    }

    .feature-box {
        padding: 10px;
        position: relative;
        display: flex;
        z-index: 100;
        overflow: hidden;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
    }
}


/* testimonmial */
.testimonmial {
    /* margin-top: 100px; */
    width: 100%;
    padding: 100px;
}

.testimonmial-content h5 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2ECC71;
    margin-bottom: 15px;
}

.testimonmial-content h2 {
    font-size: 45px;
    font-weight: 600;
    color: #00B4DB;
    margin-bottom: 50px;

}

/* ensure slides center and content width looks consistent */
.testimonialSwiper {
    padding: 1rem 0;
}

.testimonialSwiper .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: stretch;
}

.testimonialSwiper .content1 {
    width: 100%;
    max-width: 720px;
    /* controls single-slide width on large screens */
    box-sizing: border-box;
    padding: 18px;
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    padding: 30px;
}

/* optional: make the name/initial look nicer when in slider */
.content2 h4 {
    flex-shrink: 0;
}

/* Testimonials styling */
.swiper {
    padding: 18px 0;
}


.testimonial-card {
    width: 100%;
    max-width: 360px;
    border-radius: 12px;
    padding: 30px;
    box-shadow: #0000001f 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card p {
    margin: 0 0 12px 0;
    line-height: 1.45;
    color: #000;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    /* justify-content: center; */
}

.testimonial-meta img {
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    background: #ffcd00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

/* Fix: consistent class name */
.testimonial-edit h3 {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
}

.testimonial-edit p {
    font-size: 14px;
    margin: 0;
    color: #555;
}

.star {
    display: flex;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.star li i {
    color: #FEC42D;
}

/* contact */
.home-contact {
    padding: 100px;
}

.contact-image1 img {
    border-radius: 20px;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.contact-image1 {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF00 70%, #E8D04B 110%);
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.contact-section1 {}

.contact-section1 p {
    color: #000 !important;
}

.contact-section1 h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.contact-section1 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2ECC71;
    margin-bottom: 20px;
}

.titleBar h3 {
    font-size: 45px;
    font-weight: 700;
    color: #00B4DB;
}

/* footer */

/* Footer Section Start Here */
footer {
    background-color: #00B4DB;
    position: relative;
    padding-top: 25px;
}

/* footer:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #222222f5;
          z-index: 0;
        } */
.footer-box h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
    color: var(--s-white);
}

.footer-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box ul li {
    margin-bottom: 0.5rem;
}

.footer-box li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all.3s;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    transition: all.3s;

}

.footer-box a {
    text-decoration: none;
    color: #fff;
}

.footer-box ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
    transition: all.3s;
}

.footer1stRow {
    padding: 2rem 0 1.5rem 0;
    position: relative;
    z-index: 1;
    /* border-top: 1px solid #2525251e; */
}

.socialmediaicon li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    padding: 0;
    color: #112F4E;
    transition: 0.3s;
    border-radius: 100px;
}

.socialmediaicon ul {
    list-style: none;
    padding: 0;
}

.socialmediaicon ul li a i:hover {
    transform: rotate(360deg);
    background-color: #fff;
    color: #112F4E;
}

.SocialIcon h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.copyRight {
    border-top: 1px solid #ffffff5b;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyRight a {
    /* text-decoration: none; */
    color: #fff;
}

.copyRight p {
    color: #fff;
}


/* Back To Top CSS Start Here */
.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #E8D04B;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    /* mix-blend-mode: multiply; */
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.btn-txt {
    z-index: 10;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #2ECC71;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px var(--s-white);
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}


.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #E8D04B;
    border-radius: 50%;
    background-color: #E8D04B;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    z-index: 150;
    transition: opacity 0.3s, color 0.4s;
}

/* OUTER CIRCLE */
.cb-cursor::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    border: 2px solid #E8D04B;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}
/* .cb-cursor::before {
    border: 1.5px solid #E8D04B;
    box-shadow: 0 0 10px rgba(232, 208, 75, 0.5);
} */

@media(max-width:1200px) {
    .q-new h3 {
        color: #fff;
        font-size: 20px;
    }

    .about-content h2 {
        font-size: 30px;
        font-weight: 700;
        color: #2ECC71;
    }

    .s-content p {
        color: #000;
        transition: all .3s;
        font-size: 11px;
    }

    .s-content h3 {
        color: #00B4DB;
        font-size: 16px;
        font-weight: 700;
    }

    .testimonial-card p {
        margin: 0 0 12px 0;
        line-height: 1.45;
        color: #000;
        font-size: 12px;
    }

    .testimonmial {
        /* margin-top: 100px; */
        width: 100%;
        padding: 30px;
    }
}

@media(max-width:992px) {
    .q-new p {
        color: #fff;
        font-size: 10px;
    }

    .q-new h3 {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }

    .about-content h2 {
        font-size: 25px;
        font-weight: 700;
        color: #2ECC71;
    }

    .new-content h3 {
        color: #fff;
        font-size: 20px;
    }

    .s-box {
        position: relative;
        padding: 20px;
        text-align: center;
        box-shadow: #00b4db69 0px 0px 6px 0px;
        overflow: hidden;
        border-radius: 15px;
        transition: all .3s;
    }

    .s-content h3 {
        color: #00B4DB;
        font-size: 16px;
        font-weight: 700;
    }

    .topbar-info-text a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
    }

    .s-content p {
        color: #000;
        font-size: 12px;
        transition: all .3s;
    }
}

@media(max-width:767px) {
    .banner-content h3 {
        font-size: 20px;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .banner-content p {
        margin: 0 auto;
        color: #fff;
        font-weight: 500;
        font-size: 12px;
        width: 500px;
    }

    .about-us {
        padding: 40px;
    }

    .company-experience-box.what-we-do-circle {
        position: absolute;
        top: 35%;
        right: 35%;
        height: 150px;
        width: 150px;
        border-radius: 50%;
        padding: 15px;
        z-index: 1;
    }

    .about-content {
        margin-top: 35px;
    }

    .about-content h2 {
        font-size: 30px;
        font-weight: 700;
        color: #2ECC71;
    }

    .new-content h3 {
        color: #fff;
        font-size: 15px;
    }

    .new-content h5 {
        color: #2ECC71;
        font-size: 25px;
        font-weight: 700;
    }

    .services {
        padding: 30px;
    }

    .testimonmial-content h2 {
        font-size: 30px;
        font-weight: 700;
        color: #00B4DB;
        margin-bottom: 50px;
    }

    .testimonmial {
        /* margin-top: 100px; */
        width: 100%;
        padding: 50px;
    }

    .home-contact {
        padding: 50px;
    }

    .titleBar p {
        font-size: 14px;
    }

    .contact-image1 img {
        border-radius: 20px;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media(max-width:450px) {
    .topbar-info-text a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
    }

    .banner-content h3 {
        font-size: 12px;
    }

    .banner-content h1 {
        font-size: 18px;
    }


    .banner-content p {
        margin: 0 auto;
        color: #fff;
        font-weight: 500;
        font-size: 11px;
        width: 300px;
    }

    .banner {
        background-position: top;
        background-size: cover;
        width: 100%;
        height: 500px;
        background-attachment: fixed;
        position: relative;
        padding: 100px;
        overflow: hidden;
    }

    .q-new h3 {
        color: #fff;
        font-size: 20px;
    }

    .company-experience-box.what-we-do-circle {
        position: absolute;
        top: 35%;
        right: 35%;
        height: 120px;
        width: 120px;
        border-radius: 50%;
        padding: 15px;
        z-index: 1;
    }

    .company-experience-box.what-we-do-circle h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .company-experience-box.what-we-do-circle p {
        color: #fff;
        font-size: 10px;
        text-transform: capitalize;
        line-height: 1.4em;
        margin: 0;
    }

    .about-content h2 {
        font-size: 20px;
        font-weight: 700;
        color: #2ECC71;
    }

    .s-content h3 {
        color: #00B4DB;
        font-size: 18px;
        font-weight: 700;
    }

    .s-content p {
        color: #000;
        transition: all .3s;
        font-size: 12px;
    }

    .testimonial-card p {
        margin: 0 0 12px 0;
        line-height: 1.45;
        color: #000;
        font-size: 12px;
    }

    .testimonial-card {
        width: 100%;
        max-width: 360px;
        border-radius: 12px;
        padding: 10px;
        box-shadow: #0000001f 10px 10px 10px 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .testimonmial {
        /* margin-top: 100px; */
        width: 100%;
        padding: 20px;
    }

    .feature {
        background-color: #00B4DB;
        padding: 50px 30px;
        position: relative;
    }

    .home-contact {
        padding: 20px;
    }
}

.feature-design h3 {
    color: #fff;
    font-size: 22px;
}