@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "Poppins", sans-serif;
}

body {
    background: #fff;
}

table {
    font-size: 100%;
}

a {
    text-decoration: none;
}



.header {
    width: 800px;
    position: fixed;
    left: 50%;
    top: 60px;
    transform: translate(-50%, 0%);
    z-index: 11;
}

.heading {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
}

.heading>span {
    color: deeppink;
}

.subheading {
    width: 100%;
    float: left;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    text-align: center;
    color: rgb(102, 102, 102);
}

.nav {
    width: 100%;
    float: left;
    background: #fff;
    transition: transform 0.5s ease-in-out;
    border-radius: 60px;
    padding: 3px 0px;
    z-index: 11;
    position: relative;
    border: 4px solid #ce397e;
}

.logo {
    width: 160px;
    float: left;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -58px;
    top: 50%;
    margin-top: -60px;
    height: 120px;
    text-align: center;
    overflow: hidden;
    z-index: 99;
}

.logo-outer-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    /* Match navbar background if needed */
    border: 4px solid #ce397e;
    /* Match navbar border */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(206, 57, 126, 0.2);
    /* Optional soft glow */
}

.logo-inner-circle {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #ce397e;
    /* Inner darker pink */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.logo-inner-circle img {
    height: 100px;
    width: auto;
}

.logo>img {
    height: 100px;
    margin-top: 10px;
}

.nav ul {
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.nav ul>li {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 12px 35px;
    float: left;
}

.nav ul>li>a {
    framer-font-family: "Lexend", "Lexend Placeholder", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.nav ul>li>a.navactive {
    border-bottom: 1px solid;
}

.fright {
    float: right !important;
}

.banner {
    width: 100%;
    float: left;
    position: relative;
}

.banner>video {
    width: 100%;
    height: 80vh;
    /* 70% of the viewport height */
    object-fit: cover;
    /* Ensures the video fills the space nicely */
    display: block;
}

.banneroverlay {
    z-index: 9;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    float: left;
    height: 100%;
    background: #00000063;
}

.bannertext {
    width: 900px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.bannertext h2 {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    font-family: system-ui;
}

.bannertext h3 {
    font-size: 60px;
    color: #fff;
    font-family: system-ui;
}

.bannertext p {
    font-size: 25px;
    color: #fff;
    framer-font-family: "Lexend", "Lexend Placeholder", sans-serif;
    padding-top: 10px;
}

.bannertext p.playbutton {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.bannertext p.playbutton a {
    margin: 0px 10px 5px 20px;
}

.bannertext p.playbutton a img {
    height: 66px;
    padding-bottom: 30px;
}

.bannertext p:last-child {
    font-size: 22px;
    framer-font-family: "Lexend", "Lexend Placeholder", sans-serif;
}

.page-width {
    width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}

.textbox {
    width: 100%;
    float: left;
    padding: 20px 0px 40px 0px;
    text-align: center;
}

.textbox p.hd {
    font-size: 60px;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-family: system-ui;
}

.textbox p.st {
    width: 70%;
    margin: 0px 15% 0px 15%;
    float: left;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    font-family: system-ui;
    color: rgb(102, 102, 102);
}


.points {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

.pointslist {
    left: 10%;
    width: 80%;
    float: left;
    position: absolute;
    bottom: 50px;
}

.pointslist>div {
    width: 20%;
    margin: 0 2.5%;
    float: left;
    text-align: center;
}

.pointslist>div p {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    padding: 0px 2px;
    font-family: system-ui;
}

.pointslist>div p a {
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-family: system-ui;
}

.pointstwo {
    width: 100%;
    float: left;
    padding: 50px 0px 50px;
    ;
}

.pointstwobox {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
}

.pointstwoboxi {
    text-align: center;
    margin: 0 20px;
}

.pointstwoboxi>a {
    display: inline-block !important;
    width: 100%;
    float: left;
    text-align: center;
}

/* Use image-wrapper to position label over image */
.image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    /* Reduced from assumed 170px (30% less) */
    overflow: hidden;
    border-radius: 10px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    /* Now it fills the fixed-height wrapper */
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

/* Transparent label on image */
.image-label {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(206, 57, 126, 0.95);
    /* Transparent black */
    color: #fff;
    padding: 10px 0;
    font-size: 24px;
    font-family: system-ui;
    font-weight: 500;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}

/* Optional: remove old <p> styles if you're not using them anymore */
.pointstwobox p {
    display: none;
    /* or remove old <p> tags entirely */
}

.faq {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}

.faqbox {
    width: 80%;
    margin: 40px 10% 100px 10%;
    float: left;
}

.faqbox>div {
    width: calc(100% - 52px);
    float: left;
    padding: 20px 25px;
    background: rgb(255 244 249);
    margin: 12px 0px;
    border-radius: 20px;
    border: 1px solid #ffbcdb;
    font-family: system-ui;
}

.faqbox>div>p.qa {
    cursor: pointer;
    width: calc(100% - 100px);
    float: left;
    font-size: 18px;
    font-weight: 500;
    padding-right: 100px;
    position: relative;
    font-family: system-ui;
}

.faqbox>div>p.ans {
    display: none;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 300;
    font-family: system-ui;
}

.faqbox>div>p.qa>span {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
      border: 2px solid #cf397e;

    font-weight: 300;
    font-size: 18px;
    margin-top: -15px;
    line-height: 25px;
    text-align: center;
  background: #fff;
    color: #cf397e;
    font-family: system-ui;
}

.faqbox>div.pdpopen {
    border-radius: 15px;
}

.testimonial {
    width: 100%;
    float: left;
    padding: 0px 0px 80px 0px;
}

.testimonialbox {
    width: 100%;
    float: left;
}



.fgplay {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.fgplay img {
    height: 130px;
}

.footerbox {
    width: 100%;
    padding: 0px;
    background: #fdf4f9;
    border-top: 1px solid #cf397e;
    font-family: system-ui;
}

.footer-top {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    align-items: flex-start;
}

/* Left and Right sections */
.footer-left,
.footer-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Force right alignment for policy block */
.footer-right {
    text-align: right;
    align-items: flex-end;
}

.footer-title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.footer-link a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.footer-link a i {
    margin-right: 6px;
    color: #e91e63;
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}

/* Responsive Fix */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .footer-left,
    .footer-right {
        align-items: center;
        text-align: center;
    }
}

.footer {
    width: 100%;
    float: left;
    padding: 80px 0px;
    background: #fdf4f9;
    border-top: 2px solid #cf397e;
}


.footer {
    width: 100%;
    float: left;
    padding: 80px 0px 30px;
    background: #fdf4f9;
    border-top: 2px solid #cf397e;
}

.footerbox {
    width: 100%;
    float: left;
}

.footerbox>div {
    width: 100%;
    float: left;
}

.footertextp {
    widtH: 100%;
    float: left;
    margin: 0 0 60px 0px;
}

.footertextp>p {
    margin: 10px 20px;
    text-align: center;
}

.footertextp>p:first-child {
    font-size: 40px;
    font-weight: 700;
    font-family: system-ui;
}

.footertextp>p:nth-child(2) {
    font-size: 40px;
    font-weight: 700;
    font-family: system-ui;
}

.footertextp>p:nth-child(3) {
    font-size: 20px;
    font-weight: 500;
    font-family: system-ui;
}

.footertextp>p:nth-child(4) a {
    display: inline-block;
    margin-top: 20px;
}

.footertextp>p:nth-child(4) a>img {
    width: 220px;
    display: inline-block;
    margin: 0 20px 0px 5px;
}


.featurepoint {
    width: 100%;
    float: left;
    padding: 30px 0px;
    background: url(images/bgclean.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    ;
}

.featurepointlist {
    width: 100%;
    float: left;
}

.featurepointlist>div {
    width: 29.33%;
    margin: 0 2%;
    float: left;
}

.featurepointlist>div>p:first-child {
    width: 100%;
    float: left;
    margin: 0px;
    text-align: center;
}

.featurepointlist>div>p:first-child>span {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    line-height: 132px;
    transition: all 0.5s ease;
}

.featurepointlist>div>p:first-child>span i {
    font-size: 60px;
    color: #cf397e;
    transition: all 0.5s ease;
}

.featurepointlist>div>p:nth-child(2) {
    width: 100%;
    float: left;
    margin: 15px 0px 0px 0px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: system-ui;
}

.featurepointlist>div>p:nth-child(2)>span {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 60px;
    font-weight: 600;
    font-family: system-ui;
}

.featurepointlist>div:hover p:first-child>span {
    background: #cf397e;
    color: #fff;
}

.featurepointlist>div:hover p:first-child span i {
    color: #fff;
}

.featurepointlist>div>p:nth-child(3) {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: system-ui;
}

.why-choose-us {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.why-choose-us {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.why-choose-us {
    position: relative;
    background: url('images/bgclean.webp') no-repeat center center;
    background-size: cover;
    padding: 60px 40px 140px;
    text-align: center;
    font-family: system-ui;
    z-index: 1;
    color: #fff;
    width: 100%;
    overflow-x: hidden;
    /* ✅ Prevent horizontal scroll */
    box-sizing: border-box;
}

/* Overlay for better readability */
.why-choose-us::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.06);
    /* optional overlay color */
    z-index: -1;
}

/* Section Heading */
.why-choose-us h2 {
    font-size: 45px;
    font-family: system-ui;
    margin-bottom: 30px;
    color: #ffffff;
}

/* Container for all cards */
.choose-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    position: relative;
    max-width: 1200px;
    /* ✅ Keep the layout within viewport */
    margin: 0 auto;
    /* ✅ Center it */
    box-sizing: border-box;
    padding: 0 15px;
    /* ✅ Small padding to avoid edge overflow */
}

/* Individual card style */
.choose-card {
    background: #ffffff;
    padding: 30px 20px;
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    text-align: center;
    color: #000;
    transition: transform 0.3s ease;
    box-sizing: border-box;
}

.choose-card:hover {
    transform: translateY(-5px);
}

/* Icon/Image inside each card */
.choose-card .icon img {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
    object-fit: contain;
}

/* Card Title */
.choose-card h3 {
    font-size: 24px;
    font-family: system-ui;
    color: #1f1f1f;
    margin-bottom: 20px;
}

/* Card Description */
.choose-card p {
    font-size: 16px;
    font-family: system-ui;
    color: #666;
    line-height: 1.6;
}

.howwework {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

.homeworkbox {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.homeworkbox>div {
    width: calc(32% - 8px);
    float: left;
    margin-right: 3%;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 25px;
    /* Increased left space */
    padding-right: 25px;
    /* Increased right space */
    border-radius: 40px;
    border: 2px solid #ce397e;
    box-sizing: border-box;
}

.homeworkbox>div:last-child {
    margin-right: 0px;
}

.homeworkbox>div>p:first-child {
    width: 100%;
    float: left;
    text-align: center;
}

.homeworkbox>div>p:first-child span {
    display: inline-block;
    border: 2px solid #ce397e;
    padding: 1px 8px;
    border-radius: 30px;
    color: #000;
    text-align: center;
    font-weight: 500;
}

.homeworkbox>div>p:nth-child(2) {
    width: 100%;
    float: left;
    color: rgb(102, 102, 102);
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    font-family: "Lexend", "Lexend Placeholder", sans-serif;
    font-weight: 500;
}

.homeworkbox>div>p:nth-child(3) {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.homeworkbox>div>p:nth-child(3) img {
    display: inline-block;
    text-align: center;
    width: 100%;
}


.testimonial {
    width: 100%;
    float: left;
    padding: 40px 0px 55px 0px;
    overflow: hidden;
}

.testimonialbox {
    width: 100%;
    float: left;
    padding: 50px 0px;
    margin: 20px 0px;
}

.testimonialbox .slick-list {
    overflow: unset;
}

.testimonialboxone {
    margin: 0 15px;
    float: left;
    border: 2px solid #000;
    border-radius: 10px;
    position: relative;
    padding: 55px 20px 20px 20px;
}

.testimonialpic {
    width: 60px;
    position: absolute;
    top: -32px;
    left: 20px;
    border: 2px solid #000;
    border-radius: 100%;
}

.testimonialstar {
    display: none;
}

.testimonialtext {
    width: 100%;
    float;
    left;
    font-size: 18px;
    font-weight: 400;
    font-family: system-ui;
}

.testimonialname {
    width: 100%;
    float: left;
    font-size: 15px;
    margin-top: 15px;
    font-family: system-ui;
    padding-bottom: 10px;
}

.testimonialname>span {
    font-weight: 600;
}



/* =============================
   ✅ MOBILE RESPONSIVE QUERIES
   ============================= */

@media only screen and (max-width: 768px) {

    .page-width,
    .header,
    .bannertext,
    .textbox p.st,
    .faqbox,
    .footer-top,
    .footer-left,
    .footer-right {
        width: 100% !important;
        padding: 0 0px;
        padding-bottom: 10px;
    }
    .bannertext h2 {
  padding-top: 10px; /* Decrease top padding */
  margin-top: 0;
}

.bannertext h2::before {
  content: "HomSeva";
  display: block;
  color: #fff; /* Theme color */
  font-weight: 700;
  font-family: system-ui;
  font-size: 42px; /* Same as 'India's Trusted' text */
  margin-bottom: 6px;
  text-align: center;
  font-family: system-ui;
}

    .footer-title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    padding-top: 24px;
}

    html,
    body {
        overflow-x: hidden;
    }

    .header {
        top: 10px;
        width: 95%;
    }

    .heading {
        font-size: 32px;
    }

    .bannertext p:last-child {
        font-size: 16px;
        framer-font-family: "Lexend", "Lexend Placeholder", sans-serif;
        font-weight: 600;
    }


    /* .subheading {
        font-size: 16px;
        width: 70%;
        padding: 10px 10px
        text-align: center;
    } */

    .subheading {
    width: 75%;
    float: left;
    font-size: 16px;
    margin: 0px 0px 10px 50px;
    font-weight: 400;
    text-align: center;
    color: rgb(102, 102, 102);
}


    .nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav ul>li {
        padding: 10px 15px;
        float: none;
    }

    .logo {
        display: none;
    }

    .logo-inner-circle img {
        display: none;
    }

    .banner>video {
        height: 50vh;
    }

    .bannertext {
        width: 90%;
        top: 50%;
    }

    .bannertext h2,
    .bannertext h3 {
        font-size: 32px;
    }

    .bannertext p {
        font-size: 16px;
        font-weight: 600;
    }

    .bannertext p.playbutton a img {
        height: 50px;
        padding-bottom: 10px;
    }

    .bannertext p.playbutton {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-right: 150px;
}


.bannertext p.playbutton a {
    margin: 10px 10px 0px 10px;
}

    .textbox p.hd {
        font-size: 36px;
    }

    .textbox p.st {
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
    }

    .pointslist {
        position: relative;
        left: 0;
        width: 100%;
        bottom: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .pointslist>div {
        width: 80%;
        margin: 0 auto;
    }


    /* image size change */
    .pointstwoboxi {
        width: 100%;
        margin: 0px 5px;
    }

    .featurepointlist>div,
    .homeworkbox>div,
    .choose-card {
        width: 100% !important;
        margin: 20px 0 !important;
    }

    .howwework {
        padding: 30px 0px;
    }

    .footertextp>p:first-child,
    .footertextp>p:nth-child(2) {
        font-size: 28px;
    }

    .footertextp>p:nth-child(3) {
        font-size: 16px;
    }

    .footertextp>p:nth-child(4) {
        font-size: 14px;
    }

    .footertextp>p:nth-child(4) a>img {
        width: 144px;
    }

    .faqbox>div {
        border-radius: 20px;
        padding: 15px;
        background-color: #fff;
        /* ensure not transparent */
    }

    .faqbox>div>p.qa {
        font-size: 16px;
    }

    .faqbox>div>p.ans {
        font-size: 14px;
    }

    .testimonialboxone {
        margin: 0 10px;
        width: 600px;
    }

    .testimonialtext {
        font-size: 16px;
    }

    .testimonialname {
        font-size: 14px;
    }

}

@media only screen and (max-width: 768px) {
  .testimonialbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 38px 16px;
    overflow: hidden;
    width: 220%;
  }

  .testimonialboxone {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 58px 8px 8px 8px;
    margin: 8px 8px;
  }

  .testimonialpic {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
  }

  .testimonialtext {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 10px;
  }

  .testimonialname {
    font-size: 14px;
    font-weight: 600;
    color: #ce397e;
  }

  .testimonialname span {
    color: #000;
    font-weight: bold;
  }
}

@media only screen and (max-width: 768px) {
  .faq {
    padding: 0 16px;
  }

  .faqbox {
    width: 80%;
    margin: 20px 0 60px 0;
  }

  .faqbox > div {
    width: 84%;
    padding: 14px 14px;
    border-radius: 16px;
    border: 1px solid #ffbcdb;
    background: rgb(255, 244, 249);
    margin: 12px 0;
  }

.faqbox > div > p.qa {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-right: 8px;
  margin: 0;
}



  .faqbox > div > p.qa > span {
  font-size: 16px;
  color: #cf397e;
  background: #fff;
  border: 2px solid #cf397e;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

  .faqbox > div > p.ans {
    display: none;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    color: #444;
    line-height: 1.5;
  }

  .faqbox > div.pdpopen > p.ans {
    display: block;
  }
}



/* HIDE desktop nav on mobile */
@media only screen and (max-width: 768px) {
    .mobile-nav {
        display: block;
    }

    .mobile-logo-full {
        display: none !important;
    }

    .mobile-nav {
        display: block;
    }

    .mobile-header {
        position: relative;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1001;
    }

    .mobile-menu-icon {
        position: absolute;
        left: 10px;
        top: 20px;
        font-size: 22px;
        background: #fff;
        color: #ce397e;
        border: 2px solid #ce397e;
        padding: 10px 14px;
        border-radius: 8px;
        cursor: pointer;
        z-index: 1000;
    }

    .mobile-overlay {
        background: transparent !important;
    }

    .mobile-overlay.show {
        display: block;
    }

    /* Sidebar */
    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: -50%;
        width: 50%;
        height: 100vh;
        background: #fff;
        transition: left 0.3s ease;
        z-index: 1000;
        padding-top: 60px;
    }

    .mobile-overlay.show {
        display: block;
    }

    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: -50%;
        width: 50%;
        height: 100vh;
        background: #fff;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
        z-index: 1000;
        padding-top: 60px;
    }

    .mobile-sidebar.show {
        left: 0;
    }

    .mobile-sidebar-header {
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .close-btn {
        font-size: 34px;
        cursor: pointer;
        color: #ce397e;
    }


    .mobile-sidebar ul {
        list-style: none;
        padding: 0 35px;
        margin: 0;
    }

    .mobile-sidebar ul li {
        border-bottom: 1px solid #eee;
    }

    .mobile-sidebar ul li a {
        display: block;
        padding: 14px 0 14px 10px;
        color: #333;
        text-decoration: none;
        font-weight: 600;
    }

    .mobile-sidebar ul li a:hover {
        background-color: #f9f9f9;
    }

    /* Hide desktop nav */
    .nav {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .mobile-nav {
        display: none;
    }

}


/* Default hide menu */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 20px;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}

/* Toggle button */
.mobile-nav-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 28px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10000;
}

@media (min-width: 768px) {

    .mobile-sidebar,
    .mobile-menu-icon,
    #mobileOverlay {
        display: none !important;
    }
}

.why-choose-us {
    position: relative;
    background: url('images/bgclean.webp') no-repeat center center;
    background-size: cover;
    padding: 30px 40px 80px;
    text-align: center;
    font-family: system-ui;
    z-index: 1;
    color: #fff;
    width: 100%;
    overflow-x: hidden;
    /* ✅ Prevent horizontal scroll */
    box-sizing: border-box;
}

/* Container for all cards */
.choose-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    max-width: 1200px;
    /* ✅ Keep the layout within viewport */
    margin: 0 auto;
    /* ✅ Center it */
    box-sizing: border-box;
    padding: 0 15px;
    /* ✅ Small padding to avoid edge overflow */
}

.pointstwo {
    width: 100%;
    float: left;
    padding: 40px 0px 50px;
    ;
}


/* Section Heading */
.why-choose-us h2 {
    font-size: 32px;
    font-family: system-ui;
    margin-bottom: 30px;
    color: #ffffff;
}




/* Mobile view for pointstwoboxi layout */
@media only screen and (max-width: 768px) {
  .pointstwobox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden; /* prevents horizontal scrolling */
    margin: 0 auto;
  }
  .pointstwoboxi {
    flex: 0 0 45%; /* 2 cards per row */
    margin: 4px;
  }

 .image-wrapper {
    height: 150px; /* optional: reduce height on small screens */
  }

  .image-label {
    font-size: 16px; /* adjust for mobile readability */
    padding: 6px 0;
    height: auto;
    font-weight: 600;
  }

  .image-label {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 6px 4px;
    box-sizing: border-box;
  }

  .pointstwo .page-width {
    padding: 0px 0px;
    text-align: center;
  }

  .pointstwo .heading {
    font-size: 28px;
  }

  .pointstwo .subheading {
    font-size: 14px;
  }

  .homeworkbox {
    width: 90%;
    float: left;
    margin-top: 25px;
    padding-left: 18px;
    padding-right: 15px;
}

}