/* harini */
/* start */

.schools-card {
    background: #F9F9F9;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.foot-back {
    display: flex;

    background: #222222;
    padding: 10px 10px;
    border-radius: 10px;
   
}
.new-class h1 {
    font-size: 60px !important;
    font-weight: 700 !important;
}

.schools-card-header {
    width: 100%;
    height: auto;
    position: relative;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}

.schools-card-header2 {
    width: 100%;
    height: auto;
    position: relative;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}

.schools-card-logo {
    border-radius: 8px;
    object-fit: contain;
    background: #fff;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 20px;
}

.schools-card-logo2 {
    border-radius: 8px;
    object-fit: contain;
    background: #fff;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;

}


.schools-card-logo {
    width: 120px;
    /* logo width */
    height: 120px;
    /* logo height */
    transform: rotate(0deg);
    /* rotation if any */
    opacity: 1;
    /* full opacity */
    object-fit: contain;
    /* keep logo proportions */
}




.schools-card-title {
    font-size: 23px;
    font-weight: 600;
    padding-left: 129px;
}

.schools-subtitle {
    font-size: 14px;

    /* margin-bottom: 5px; */
    padding-top: 37px;
    padding-left: 6px;

}

.schools-subtitle2 {
    font-size: 14px;

    /* margin-bottom: 5px; */
    padding-top: 37px;
    padding-left: 6px;
}

.schools-box {
    background: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
    color: #828282;
}

.schools-card-arrow {
    width: 20px;
    height: 20px;
    object-fit: contain;

}

.schools-card-arrow2 {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: -23px;

}

/* Bullet List Styling
.schools-box .schools-list {
  list-style-type: disc;
  color: #000;
  margin: 0;
  padding-left: 1.2rem;
}*/

.schools-box .schools-list li {
    color: #828282;
    font-size: 13px;
}

.schools-box .schools-list li strong {
    color: #000;
}

.schools-subtitle-new {
    font-size: 14px;
}

.schools-subtitle3 {
    font-size: 14px;
}

.schools-subtitle-5 {
    padding-top: 11px
}

.schools-card-logo4 {
    border-radius: 8px;
    object-fit: contain;
    background: #fff;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;

}

.schools-subtitle4 {
    font-size: 14px;
    padding-top: 21px;
}

.schools-card-content2 {
    padding-bottom: 150px !important;
}


/* Section background (light gray like screenshot) */
.schh-section {
    background: #f5f5f5;
}

/* Title styling */
.schh-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    text-align: center;
}




/* Table styling */
.schh-table {
    border-collapse: separate;
    border-spacing: 0 12px;
    /* spacing between rows */
    width: 100%;
}

.schh-table thead th {
    border: none;
    font-weight: 600;
    color: #666;
    font-size: 15px;
    background: transparent;
}

.schh-table tbody tr {
    background: #fff;
    /* white background for each row */
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.schh-table tbody td {
    border: none;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    padding: 16px;
}

/* Round corners only on tbody rows */
.schh-table tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.schh-table tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Section */
.schoolcard-section {
    background: #fff;
}

/* Title */
.schoolcard-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.schoolcard-underline {
    width: 60px;
    height: 3px;
    background: #0094f0;
    border-radius: 3px;
}

/* Card style */
.schoolcard-card {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    /* ensures equal height in row */
}

/* Logo */
.schoolcard-logo {
    width: 50px;
    height: auto;
    flex-shrink: 0;
}

/* Content */
.schoolcard-content {
    flex: 1;
}

/* Heading */
.schoolcard-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

/* Text */
.schoolcard-text {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

/* Section background */
.finalsteps-section {
    background: #f0f7ff;
    /* light blue background */
}

/* Title */
.finalsteps-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    text-align: center;
}

/* .finalsteps-underline {
  width: 60px;
  height: 3px;
  background: #0094f0;
  border-radius: 3px;
} */

/* Card style */
.finalsteps-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    height: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

/* Heading */
.finalsteps-heading {
    font-size: 16px;
    font-weight: 700;
    color: #008CFF !important;
    /* blue heading */
    margin-bottom: 8px;
}

/* Text */
.finalsteps-text {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.finalsteps-text a {
    text-decoration: underline !important;
    color: #333333 !important;
}














/* saran */

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

.faq-accordian-title {
    font-size: 48px;
    font-weight: 700;
}

.faq-accordian-line {
    width: 120px;
    height: 4px;
    background: #008cff;
    margin-top: 15px;
}

/* Accordion Styling */
.faq-accordian .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
}

.faq-accordian .accordion-button {
    background: #f8f9fa;
    font-weight: 600;
    box-shadow: none !important;
    color: #000;
}

.faq-accordian .accordion-button:not(.collapsed) {
    background: #f8f9fa;
    /* same as closed */
    color: #000;
}

.faq-accordian .accordion-body {
    background: #f8f9fa;
    /* same background for open state */
    color: #555555;
}




/* .full-blue-box {
  background-color: #008CFF;
  width: 100%;
  height: 21px;
} */
.state-para-1 {
    margin: auto;
    text-align: center;
    max-width: 625px;
}




/* Search bar */
.accordian-tabs-search {
    max-width: 600px;
    border-radius: 12px;
    overflow: hidden;
}

.accordian-tabs-search input {
    border-radius: 12px;
    font-size: 0.95rem;
}

/* Tabs Card */
.accordian-tabs-card {
    overflow-x: auto;
    white-space: nowrap;
    margin-top: -60px;
}

.accordian-tabs-btn {
    flex: 1;
    border-radius: 8px;
    font-weight: 500;
    color: #6c757d;
}

.accordian-tabs-btn.active {
    background: #e7f2fd;
    color: #007bff;
    font-weight: 600;
    border: none;
}









/* jjeva */

.form-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.form-wrapper h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.upload-box {
    border: 2px dashed #00a2ff;
    background: #f1f8ff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.upload-box:hover {
    background: #e7f5ff;
}

.upload-box i {
    font-size: 40px;
    color: #666;
    margin-bottom: 10px;
}

.upload-box p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.upload-box a {
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
}

.form-control {
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
}

textarea.form-control {
    resize: none;
}

.btn-submit {
    background: #007bff;
    border: none;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    color: #fff;
    transition: 0.3s;
}

.btn-submit:hover {
    background: #0056b3;
}


/* end  */
/* contact us */
/* fir */
.form-wrapper {
    max-width: 1320px;
    margin-top: -204px !important;
    margin: 40px auto;
    background: #fff;
    margin-bottom: 50px !important;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.form-wrapper input::placeholder,
.form-wrapper select::placeholder {
    font-style: italic;
}

.form-wrapper h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.form-control {
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
}

textarea.form-control {
    resize: none;
}

.btn-submit {
    background: #008CFF;
    border: none;
    padding: 12px 38px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    color: #fff;
    transition: 0.3s;
}

.btn-submit:hover {
    background: #008CFF;
    color: #fff !important;
}



/*fir  */
.cta-section {
    background: #003363;
    /* dark blue bg */
    color: #fff;
    padding: 40px 20px;
}

.cta-section .row {
    align-items: center;
}

.cta-section h3 {
    font-weight: 700;
    color: #fff !important;
    font-size: 32px;
    margin-bottom: 8px;
}

.cta-section p {
    font-size: 14px;
    margin: 0;
    color: #cfd8e3;
}

.cta-section .btn-quote {
    background: #008CFF;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 12px 38px;
    border: none;
    transition: 0.3s;
}

.cta-section .btn-quote:hover {
    background: #fff;
    color: #000;
}

/* sec */

.contact-details {
    margin: 60px auto;
    max-width: 1320px;
}

.contact-details h2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 45px !important;
    position: relative;
}

.contact-details h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #007bff;
    margin-top: 8px;
}

.detail-box {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: left;
    transition: 0.3s;
    height: 100%;
}

.detail-box i {
    font-size: 28px;
    color: #007bff;
    margin-bottom: 15px;
}

.detail-box small {
    display: block;
    color: #777;
    margin-bottom: 5px;
}

.detail-box p {
    font-weight: 700;
    margin: 0;
    color: #000;
}

/* sec */
.contact-row {
    padding-top: 120px;
    padding-bottom: 210px;
}

.contact-row .school-class-hero {
    width: 100%;
    text-align: center;
    max-width: 100% !important;
}

.contact-hero-content {
    margin-top: 40px !important;
    text-align: center;
    font-size: 16px;
    width: 100%;
    max-width: 840px;
    margin: auto;
    line-height: 23px;
    color: #828282;
}














body {
    font-family: "Fira Sans", sans-serif;

    overflow-x: hidden;


}


h1 {
    font-size: 48px;
    font-weight: 700;
}


.head-alt img {
    height: 40px;
    width: 144px;


}

.head-space {
    padding-top: 13px;
    padding-bottom: 13px;
}

.custom-button {
    height: 40px;
    width: 92px;
    border: 1px solid #008CFF;
    border-radius: 90px;
    color: #008CFF;
    background-color: white;

}


.button-size {
    height: 40px;
    width: 101px;
    border-radius: 90px;
    color: white;
    background-color: #008CFF;
    border: 1px solid #008CFF;


}

.phone-icon-circle {
    background-color: #e6f4ff;
    /* Light blue */
    color: #0d6efd;
    /* Bootstrap primary blue for the icon */
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.custom-border {
    border: 1px solid #e6e6e6;
}

.border-space {
    margin-bottom: -8px;
    margin-top: 9px;
}

.list-col a {
    color: black;

}


.ground {
    background-image: url(images/Background_1900x970\ 1.png);
}

a {
    text-decoration: none;
}

.hero1 p {
    font-size: 25px;
    font-weight: 400;
    color: #828282;
    margin-top: 34px;
    line-height: 33px;
    letter-spacing: 0%;
    max-width: 90%;

}

.hero1 {
    padding-bottom: 23px !important;
    padding-top: 1px;
}

.hero1 h1 {
    font-size: 80px;
    margin-top: 109px;
}

.hero1 img {
    margin-top: 88px;
}

.hero1 button {
    margin-top: 49px;
}

.custom-button3 {

    height: 48px;
    width: 164px;
    border-radius: 90px;
    border: none;
    color: #008CFF;
}

.custom-button2 {
    height: 48px;
    width: 164px;
    border-radius: 90px;
    border: none;
    color: white;
    background-color: #008CFF;

}


.text-size {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}



/* .full-blue-box {
  background-color: #008CFF;
  width: 100%;
  height: 21px;
} */



.card-container {
    max-width: 1295px;
    margin: 40px auto;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 32px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    height: 250px;
}

.card {
    flex: 1;
    background-color: #F9F9F9;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.card img {
    width: 100%;
    height: 150px;
    object-fit: cover;

}

.hero2-card {
    margin-top: 14px;
    margin-left: -17px;
    border-radius: 14px !important;
}

.hero2-img {
    border-radius: 14px !important;


}

.card-content {
    padding: 10px;
}



.view-btn {
    padding: 10px 16px;
    border: none;
    background-color: #007BFF;
    color: white;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
}


.hero-2 {
    z-index: 1;
    position: relative;

    margin-top: -128px;
}

.ccc {
    padding-bottom: 23px;
}


/* .hero-2 button,h3{
    margin-left: 14px;

} */
.hero-2 button {
    margin-left: 14px;
}

.change-size {
    margin-top: 30px;
}

.custom-heading {
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.custom-heading::after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background-color: #0d6efd;
    /* Bootstrap primary blue */
    margin: 8px auto 0 auto;
    border-radius: 2px;
    margin-top: 17px;
}







.hero3 h2 {
    font-size: 48px;

}


.grid-img img {
    height: 229px;
}

.custom-button3 {

    height: 48px;
    width: 164px;
    border-radius: 90px;
    border: 1px solid #008CFF;
    background-color: white;
    color: #008CFF;
}

.filter-btn {
    background-color: #fff;
    border: 2px solid #d1d1d1;
    border-radius: 999px;
    /* Fully rounded */
    padding: 8px 20px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.filter-btn.active {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.product-card {

    border-radius: 16px;
    box-shadow: none;
    transition: transform 0.2s;
    padding: 15px;
    background-color: white;

}

.grey-img-bg {
    background-color: #F9F9F9;
}

.product-card:hover {
    transform: translateY(-4px);
}

.product-card .card-img-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.owl-carousel .item {
    padding: 10px;
}


.hero-4 h3 {
    font-size: 48px;
    max-width: 76%;
}

.sec3-cont {

    padding-top: 222px;

}

.sec3-cont img {
    max-width: 100%;
}

.sec3-marg {
    margin-top: -201px;

}



.hero-4 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000000;

}

.custom-heading-start {
    font-weight: 700;
    font-size: 2rem;
    color: #000;
    position: relative;
    margin-bottom: 1rem;
}

.custom-heading-start::after {
    content: "";
    width: 120px;
    height: 4px;
    background-color: #0d6efd;
    display: block;
    margin-top: 8px;
    border-radius: 2px;
}

.blue-line.custom-heading-start::after {
    justify-self: center;
}


.hero-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}


.hero-4 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}


.sec-5 h4 {
    font-size: 48px;

}



.carousel-container {
    padding: 40px 0;
}

.owl-carousel .item {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-bottom: 10px;
    transition: transform 0.3s ease;
}

.owl-carousel .item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-title {
    font-weight: bold;
    padding: 15px;
    font-size: 16px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.card {
    --bs-card-border-color: none;
}

.owl-nav button {
    background: white !important;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}


.back-light {
    background-color: #E7F2FD;
}


/* Show nav arrows */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    z-index: 10;
    opacity: 0.7;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    opacity: 1;
}

.owl-nav button.owl-prev {
    left: -30px;
}

.owl-nav button.owl-next {
    right: -30px;
}

/* Show dots and center them */
.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 5px;
    background: blue;
    border-radius: 50%;
}

.owl-dot.active {
    background: #000;
}


.s3-back {
    background-color: #F9F9F9;
}


.s3-pad {
    padding-bottom: 143px;

}


.new-container {
    max-width: 300px;
    background-color: white;
}




.custom-button5 {
    height: 46px;
    width: 149px;
    border-radius: 90px;
    border: none;
    color: white;
    background-color: #008CFF;
}



.custom-button6 {
    height: 48px;
    width: 97px;
    border-radius: 90px;
    border: 1px solid #008CFF;
    background-color: white;
    color: #008CFF;
}


.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 31px;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    transform: translateY(-95px);
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 93px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}


.com-section h5 {
    font-weight: 700;
    font-size: 48px;


}

.com-section img {

    height: 320px;
    margin-left: 0px;
    max-width: 100%;
}

.com-section h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;

}


.com-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #828282;

}


.blue-back {
    background-color: #008CFF;
}


.custom-heading-white {
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.custom-heading-white::after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background-color: white;
    /* Bootstrap primary blue */
    margin: 8px auto 0 auto;
    border-radius: 2px;
    margin-top: 17px;
}



.accordion-item {
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-body {
    background-color: #fff;
}

.accordion-header button {
    background-color: #fff;
    color: #000;
    font-weight: 500;
}


.pding {
    padding-top: 117px;
    padding-bottom: 90px;
}



.direc-sec h5 {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 50px;

}


.direc-sec h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;

}

.direc-sec .placeholder {
    color: #828282 !important;

}

.direc-sec {
    padding-top: 85px !important;

}

a {}



.direc-sec p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #828282 !important;
    margin-bottom: 32px;


}

.button-margin {
    margin-top: 40px;
}



.direc-sec h6 {
    font-family: Fira Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}


.custom-button7 {
    display: block;
    height: 48px;
    width: 154px;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    padding: 12px 3px;
}

.custom-button8 {
    display: block;
    height: 48px;
    width: 112px;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    padding: 12px 3px;
}


/* Card Styles */
.custom-card {
    border-radius: 15px;
    height: 158px;
    background-color: #ffffff;
}

.rounded-img {
    border-radius: 10px;
    width: 134px;
    height: auto;
}

.box-left {
    margin-left: 10px;

}

/* Arrow Icon (optional fine-tuning) */
.arrow-icon {
    margin-left: 6px;
}

/* Quote Form Box */
.quote-box {
    background-color: #E7F2FD;
}



.latest-news h6 {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    display: block;

}

.left-card {
    background: #F9F9F9;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 16px;
    width: 100%;
    max-width: 610px;
}

.card-img {
    width: 100%;
    border-radius: 16px;
}

.card-meta {
    font-size: 12px;
    color: #007bff;
    margin-top: 8px;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0;
}

.card-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}

.read-more-btn {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    border: 1px solid #007bff;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
}


.news-sec img {
    width: 570;
    height: 300;

    border-radius: 6px;

}

/* --- Basics shared by every card --- */
.news-card {
    background: #F9F9F9;
    border-radius: 16px;
    overflow: hidden;
    /* keeps the radius on images */
}

/* --- BIG CARD (image on top) --- */
.news-card--big .news-img--big {
    width: 97%;
    height: 300px;
    /* exactly the 570×300 feel */
    object-fit: cover;
    margin-top: 20px;
    border-radius: 16px;
    margin-left: 9px;
}

/* --- SIDE CARDS (image on the left, content on right) --- */
.news-card--side {
    display: flex;
    align-items: flex-start;
    padding: 16px;
}

.news-img--side {
    width: 200px;
    /* tweak to taste */
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

/* --- Typography & button --- */
.news-meta {
    font-size: 12px;
    color: #007bff;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;

}

.news-title {
    font-weight: 700;
    line-height: 1.25;
}

.news-desc {
    font-size: 14px;
    color: #555;
    max-width: 99%;
}

.btn-read {
    font-size: 14px;
    color: #007bff;
    border: 1px solid #007bff;
    padding: 12px 25px;
    border-radius: 20px;
    text-decoration: none;
    transition: background .15s, color .15s;
}

.btn-read:hover {
    background: #007bff;
    color: #fff;
}

/* --- Responsive: stack everything on <lg ----------------------------- */




.latest-news h3 {

    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-left: -2px;
    max-width: 91%;


}

.latest-news {
    padding-top: 90px !important;
    padding-bottom: 71px !important;
}

.site-footer {
    background-color: #000;
    color: #fff;
    font-size: 14px;
}

.footer-logo {
    width: 180px;
}

.footer-heading {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

.footer-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #0093ff;
    margin-top: 6px;
}

.site-footer a {
    color: #ccc;
    text-decoration: none;
}

.site-footer a:hover {
    color: #fff;
}

.payment-icons img {
    height: 25px;
    margin-right: 8px;
}

.tiktok-badge {
    display: inline-block;
    background-color: #2f2f2f;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
}

.border-gray {
    border-color: #FFFFFF;
}

.list-unstyled {
    line-height: 3;
}



.site-footer h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;

}

.site-footer a {
    font-size: 13px;
}

.tik-tok {
    max-width: 60%;
}



.img-newsize {
    margin-top: 13px;
    margin-left: -17px;
}

.site-footer li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    line-height: 3;
    color: #828282;

}

.site-footer h2 {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0%;
    color: #828282 !important;
}


.site-footer h6 {
    font-weight: 400;
    font-size: 14px;



    color: #828282;

}



/* markreting */

influe.body {
    font-family:
        Fira Sans;
}

.soft-hero {
    border-bottom: 20px solid #008cff;
    background: linear-gradient(to bottom, #f9fbff 35%, #d6eaff 100%);
}

.created {
    max-width: 569px;

}

.neww {
    background-color: #F9F9F9 !important;
}

.soft-border {
    border-radius: 6px !important;
}


/* new css */

.mark-section {
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 30px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.mark-highlight {
    color: #008CFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.mark-title {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mark-para {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #555555;
}

.mark-para a {

    color: #555555 !important;
}

.mark-addon-box {
    background-color: #fff;
    padding: 16px;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.mark-cta-box {
    background-color: #e6f1ff;
    padding: 16px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
}

.mark-cta-box span {
    font-weight: 700;
    font-size: 15px;
    color: #000;
}

.mark-btn {
    background-color: #0094ff;
    color: #fff;
    font-weight: 400;
    padding: 10px 33px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.mark-btn:hover {
    background-color: #0078d4;
    color: #fff;
}

.add-0n {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 25px;
}

.mark-cta-box span {
    font-size: 16px;
    line-height: 24px;
    color: #00000;
    font-weight: 500;
}

.mark-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.mark-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

.mark-list li {
    font-size: 14px;
    color: #555555;
    margin-bottom: 8px;
}

.mark-box-size {
    padding: 0px !important;
}

.mark-but-near span {
    max-width: 760px;
}

.m-sec {
    background-color: #fff !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.para-space {
    margin-bottom: 0px !important;
}

.mark-spacebox {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}


.mark-logo {
    max-width: 230px;
    height: auto;
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
}

.mark-column {
    display: flex;
    justify-content: space-between;
}

.mark-service-row {
    background-color: #fff !important;
    border-radius: 10px !important;
    padding: 15px 20px !important;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
}

.mark-service-list li {
    font-size: 14px;
    line-height: 24px;
    color: #555555;

}

.mark-check-row {
    background-color: #fff;
    border-radius: 12px;
    padding: 13px 5px !important;
}

.mark-check-icon {
    width: 20px;
    height: 20px;
}

.mark-check-text {
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}

.mark-con {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}



/* Section Background */
.powerwashing-mark {
    background-color: #E7F2FD !important;
    padding: 110px 100px !important;
    margin-top: 80px !important;
}

/* Title Styling */
.powerwashing-title-mark {
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    color: #000;

}

/* Divider (blue line under heading) */
.divider-mark {
    width: 100px;
    height: 4px;
    background-color: #008CFF;
    border-radius: 5px;
    margin-bottom: 35px !important;
    margin-top: 20px !important;
}

/* Icon Style */
.icon-mark {
    font-size: 2rem;
}

.features-row-mark {
    background-color: #E7F2FD !important;
    padding: 150px 100px !important;
}

.feature-card-mark {
    background-color: #ffffff;
    border-radius: 15px;
    transition: transform 0.2s ease-in-out;
}

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

.feature-icon-mark {
    width: 32px;
    height: auto;
    margin-bottom: 20px !important;
}

.feature-title-mark {
    font-size: 20px !important;
    color: #000;
}

.feature-text-mark {
    font-size: 14px !important;
    color: #828282 !important;
}








/* software css  */


.body {
    font-family:
        Fira Sans;
}

.soft-hero {
    border-bottom: 20px solid #008cff;
    background: linear-gradient(to bottom, #f9fbff 35%, #d6eaff 100%);
}

.created {
    max-width: 569px;

}

.neww {
    background-color: #F9F9F9 !important;
}

.soft-border {
    border-radius: 6px !important;
}

/* .inner-hero{
    /*background-image: url(images/11.\ \(1\).png);*/
background-image: url("C:\Users\Saairaman\OneDrive\ドキュメント\GitHub\powerwashing-html-2025\images\innerhero.png");
background-image: url(images/11.\ \(1\).png);
background-size: cover;
margin-bottom: -8px;

}

*/ .inner-hero h1 {
    font-weight: 700;
    font-size: 60px;


    line-height: 100%;
    letter-spacing: 0%;
    padding-top: 575px;
    transform: translateY(-284px);


}

*/ .influencer-hero {
    /*background-image: url(images/11.\ \(1\).png);*/
    background-image: url('images/Background_1900x970\ 1.png');
    background-size: cover;
    margin-bottom: -8px;

}

.influencer-hero h1 {



    letter-spacing: 0%;



}



.service-section {
    background-color: #003363;
    padding-top: 52px;



}



.service-section h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;

}


.service-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.72);


}

/* new css */
.para-space {
    margin-bottom: 20px !important;
}

.back-color {
    background-color: #fff;
    padding-bottom: 0px !important;
}

.sof-section {
    background-color: #fff;
    padding-top: 0px !important;
    padding-bottom: 6rem !important;
}

.sof-card {

    border-radius: 16px;
}


.sof-logo-box {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin: auto;
}

.sof-logo-box img {
    width: auto;
    object-fit: contain;
}

.sof-subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #008CFF !important;
}

.sof-title {
    margin-top: 0.5rem;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;

}

.sof-list {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 20px;
    color: #555555 !important;
    font-weight: 400;
}

.sof-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #828282 !important;
}

.card-list {
    margin-top: 0px !important;
}


/* end */

.quote-section h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    margin-left: 0px;

}



.quote-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0%;
    color: #828282;

}

.quote-section {
    padding-top: 109px;
    padding-bottom: 40px;
}

.same-section h4 {

    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;

}

.same-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0%;
    color: #828282;

}

.book-spa {
    margin-bottom: 0px !important;
}


.proud-section {
    background-color: #E7F2FD;
}


.organization-section h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;

}

.organization-section {
    background-color: #e6f2fc;
    text-align: center;
    padding-top: 50px;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.org-card {
    background-color: #fff;
    width: 300px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 16px;
}


.org-cards {
    display: flex;
    justify-content: center;
    /* centre as a group        */
    gap: 30px;
    /* space between each card  */
    flex-wrap: wrap;
}

.org-card img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.card-body {
    padding: 20px;
}

.card img {
    height: 100% !important;
}

.soft-logo-box {
    position: relative;
}

.fs-5 {
    font-size: 14px !important;
}

.sof-share-icon {
    position: absolute;
    right: 40px;
    top: 35px;
}

.sof-share-icon:hover {
    color: #007bff;
}

.card-padding {
    padding-top: 50px;
}


/* residential services css */

.body {
    font-family:
        Fira Sans;
}

.res-hero {
    border-bottom: 20px solid #008cff;
    background: linear-gradient(to bottom, #f9fbff 35%, #d6eaff 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.res-con {
    justify-items: center;
}

.created {
    max-width: 569px;

}

.neww {
    background-color: #F9F9F9 !important;
}

.soft-border {
    border-radius: 6px !important;
}

.blue-section {
    background-color: #002b5c;
    color: white;
    padding: 3rem 1rem;
    margin-bottom: 50px;
}


.cta-button {
    height: 48px;
    width: 137px;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    /* padding: 12px 31px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta-button:hover {
    background-color: #007acc;
    text-decoration: none;
}

.cta-subtext {
    font-size: 14px;
    color: #d0d0d0;
    line-height: 24px;
}

/* new css */

/* Card styling */
.res-card {
    transition: transform 0.3s ease;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.res-card img {
    padding: 13px !important;
}

.res-card:hover {
    transform: translateY(-5px);
    background-color: #E7F2FD;

}

.res-card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;

    width: 100%;
}

.res-card-body {
    padding: 0px 15px;
}

.res-card-body p {
    margin-bottom: 10px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #828282 !important;
}

.res-card-title {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #000 !important;
    margin-bottom: 5px;
}

.res-card:hover .res-card-title {
    color: #008CFF !important;
}

.res-card:hover .res-card-body p {
    color: #000 !important;
}

.res-card-title i {
    font-size: 0.9rem;
    color: gray;
}

.res-highlight {
    color: #007bff;
}

.res-section-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 32px !important;
    line-height: 40px !important;
}

.res-section-title::after {
    content: "";
    display: block;
    width: 115px;
    height: 4px;
    background-color: #007bff;
    margin: 17px auto 0;
    border-radius: 5px;
}

body .res-share-icon {
    padding: 0px !important;
}


/* car */
.res-members-section {
    background-color: #E7F2FD;
    padding: 60px 0;
    text-align: center;
    padding-bottom: 0px !important;
    margin-top: 50px;
}


.res-members-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700 !important;
    margin-bottom: 20px;
}

.res-member-logo {
    background-color: #ffffff;
    padding: 20px 60px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

}

.res-member-logo img {
    max-width: 100%;
    height: auto;
}

.res-car-img {
    max-width: 100%;
    margin-top: 50px;
}

.res-log-con {
    margin: auto;
    max-width: 1151px;
    margin-bottom: 35px !important;
    gap: 12px;
}

.d-flex {
    padding-right: 0px;
    padding-left: 0px;
}


/* adhi */

.inner-hero {
    background-image: url(images/11.\ \(1\).png);
    background-size: cover;
    margin-bottom: -8px;
}

/* .custom-heading-start::after {
    content: "";
    width: 120px;
    height: 4px;
    background-color: #0d6efd;
    display: block;
    margin-top: 8px;
    border-radius: 2px;
    margin: 8px auto 0 auto;
} */
/*
.inner-hero h1{
font-weight: 700;
font-size: 60px;
line-height: 100%;
letter-spacing: 0%;
padding-top: 575px;
transform: translateY(-284px);

} */

.org-hero-bg {
    border-bottom: 20px solid #008cff;
    background: linear-gradient(to bottom, #f9fbff 35%, #d6eaff 100%);
}

.created {
    max-width: 569px;

}

.neww {
    background-color: #F9F9F9 !important;
}

.org-border {
    border-radius: 6px !important;
}


.image-container {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}

.org-logo-bg {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    background-color: #F9F9F9;
    border-radius: 8px;
    padding: 20px;
}

.org-logo-bg a {
    position: absolute !important;
    top: 8px !important;
    right: 11px !important;
}

/* .image-container img {
  max-width: 100%;
  height: auto; */

.image-container a {
    position: absolute !important;
    top: 8px !important;
    right: 11px !important;
}

/* img a {
  position: absolute !important;
  top: 8px !important;
  right: 11px !important;
} */

/* .image-wrapper{
  background-color: #f8f9fa;
  border-radius: 15px;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */
/*
.image-container img {
  max-width: 100%;
  height: auto;
} */

/* .centered-logo {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
} */


.eco-card {
    background-color: #F9F9F9;
    border-radius: 12px;
}

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

.hero-img img {
    max-width: 100%;
    width: 350px;
    height: auto;
    margin-top: 30px;
}

/* <aadhi>  */


.bg-white ul li,
.bg-light ul li {
    margin-bottom: 10px;
}



/* .service-section{
    background-color: #003363;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 20px solid #008cff;
}
.service-section h2{
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;

}
.service-section p{
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0%;
color: rgba(255, 255, 255, 0.72);
}
.book-button{
    height:48px ;
    width:137px ;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    padding: 12px 31px;

} */



/* .service-section {
  background-color: #003363;
  padding-top: 30px;
  padding-bottom: 30px;

}

.service-section h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
}

.service-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

.book-button {
  height: 48px;
  width: 137px;
  border-radius: 90px;
  background-color: #008CFF;
  color: white;
  padding: 12px 31px;
  display: inline-flex;
  align-items: center;
  justify-self:center;
} */


.service-section {
    background-color: #003363;
    padding-top: 30px;
    padding-bottom: 30px;
}

.service-section h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
}

.service-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0;
}

.book-button {
    height: 48px;
    width: 137px;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    padding: 12px 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.heading-begin {
    text-align: center;
}


/* now */

.custom-heading-start {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.custom-heading-start::after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background-color: #0d6efd;
    border-radius: 2px;
    margin: 8px 0 !important;
}

.card ul {
    list-style: disc;
}

.highlight-box {
    background-color: #F9F9F9 !important;
    border-radius: 10px;
    padding: 1.5rem;
}

.tick-icon {
    width: 20px;
    height: 20px;
    margin-top: 3px !important;
}

.section-title {
    font-weight: 700;
}

.small-text {
    font-size: 0.95rem;
    color: #6c757d;
}

.highlight-box a {
    color: #000 !important;
    font-weight: 500;
    text-decoration: underline !important;
}

.org-spacing h3 {
    margin-left: unset !important;

}

.org-spacing {
    padding-bottom: 30px !important;
}




.assoc-section {
    padding: 60px 0 !important;
    /* background-color: #f8f9fc !important;*/
}

.assoc-container {
    /* max-width: 1200px !important; */
    margin: 0 auto !important;
    padding: 0 20px !important;
}



.assoc-card-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    margin-top: 40px !important;
    justify-content: center !important;
}

.assoc-card {
    background: #F9F9F9 !important;
    border-radius: 10px !important;
    padding: 25px !important;
    flex: 1 1 45% !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    min-width: 300px !important;
}

.assoc-highlight {
    border: 2px solid #007bff !important;
}

.assoc-logo {
    text-align: center !important;
    margin-bottom: 15px !important;
}

.assoc-logo img {
    max-height: 80px !important;
    width: auto !important;
}

.assoc-label {
    font-weight: bold !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.assoc-blue {
    color: #007bff !important;
}

.assoc-green {
    color: #28a745 !important;
}

.assoc-list {
    list-style-type: disc !important;
    padding-left: 20px !important;
    margin: 0 !important;
}

.assoc-list li {
    font-size: 15px !important;
    margin-bottom: 8px !important;
    color: #333 !important;
}

.site-footer {
    border-top: 20px solid #008cff;
}



/* .service-section{
    background-color: #003363;
    padding-top: 52px;

} */

/* .service-section h2{
font-weight: 700;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;
}

.service-section p{
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0%;
color: rgba(255, 255, 255, 0.72);
} */



.book-button {
    height: 48px;
    width: 137px;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    padding: 12px 31px;

}

*/ .quote-section h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    margin-left: 0px;

}



.quote-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0%;
    color: #828282;

}

.quote-section {
    padding-top: 109px;
    padding-bottom: 40px;
}

.same-section h4 {

    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;

}

.same-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0%;
    color: #828282;

}



.proud-section {
    background-color: #E7F2FD;
}


.organization-section h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;

}

.organization-section {
    background-color: #e6f2fc;
    text-align: center;
    padding-top: 50px;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.org-card {
    background-color: #fff;
    width: 300px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 16px;
}


.org-cards {
    display: flex;
    justify-content: center;
    /* centre as a group        */
    gap: 30px;
    /* space between each card  */
    flex-wrap: wrap;
}

.org-card img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.card-padding {
    padding-top: 50px;
}









/* school */

.school-class-hero {
    max-width: 696px !important;
}

.sch-text-muted strong {
    color: #000 !important;
}

.sch-text-muted {
    max-width: 1178px;
}

.pclass {
    max-width: 1197px;
}

.sch-insurance-section {
    color: #F9F9F9;
}

.sch-title {
    font-weight: 700;
    font-size: 2rem;
    color: #000 !important;

}

.sch-subtitle {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 30px !important;
    color: #000 !important;
    line-height: 24px !important;
}


.sch-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 15px;
    transition: all 0.3s ease;
    height: 100%;
}

.sch-card-title {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #000 !important;
    margin-top: 10px !important;
}


.sch-card-text {
    font-size: 14px !important;
    color: #828282 !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.sch-note {
    font-size: 16px !important;
    color: #828282 !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    max-width: 1027px !important;
    margin: auto !important;
    text-align: center !important;

}

.sch-highlight {

    padding: 10px;
    border-radius: 12px;
}

.sch-top {
    padding-bottom: 30px !important;
}


.schll-title {
    font-size: 32px !important;
    line-height: 42px !important;
    margin-left: 52px !important;
}

/* .schll-title-underline {
  width: 50px;
  height: 4px;
  background-color: #0d6efd;
  border-radius: 10px;
} */

.schll-type-card {
    transition: all 0.3s ease;
}

.schll-type-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.schll-number {
    font-size: 1.5rem !important;
    color: #008CFF !important;
    margin-left: 0px !important;
}

.schll-heading {
    font-size: 20px;
    font-weight: 600;
}

.schll-text {
    font-size: 0.95rem;
}

.schll-insurance-types-section {
    background-color: #E7F2FD !important;
}

/* Title styling */
.schoo-title {
    /* font-size: 2.25rem;
  font-weight: 700; */
    line-height: 1.3;
}

/* Underline below title
.schoo-underline {
  width: 50px;
  height: 4px;
  background-color: #0d6efd;
  border-radius: 3px;
}
*/
/* Feature box container */
.schoo-feature-box {
    background-color: #f9f9f9;
    border-radius: 16px;
}

/* Tick icon style inside each item */
.schoo-feature-box img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

/* Optional: spacing and text refinement */
.schoo-feature-box span {
    font-size: 1rem;
    color: #212529;
    line-height: 1.6;
}

.schoo-feature-item {
    background-color: #ffffff;
    border-radius: 50rem;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
}

.schoo-feature-item span {
    color: #212529bf;

}

/*
  .schosec-insurance-section {
    background-color: #F9F9F9;
  }

  .schosec-section-title {
    font-weight: 600;
    font-size: 1.75rem;
  }

  .schosec-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    background-color: #fff;
  }

  .schosec-logo {
    height: 30px;
    object-fit: contain;
  }

  .schosec-agent-img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
  }

  .schosec-list {
    padding-left: 1.2rem;
    margin-top: 1rem;
  }

  .schosec-highlight {
    font-weight: 500;
    color: #0d6efd;
  }

  .schosec-subtitle {
    font-weight: 600;
    font-size: 0.95rem;
    color: #6c757d;
  }
 */
/* .schosec-insurance {
  background-color: #f9f9f9;
} */

/* .schosec-section-title {
  font-weight: 600;
  font-size: 1.75rem;
} */

.schosec-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    background-color: #fff;
}

/* .schosec-logo {
  height: 30px;
  object-fit: contain;
} */

.schosec-list {
    padding-left: 1.2rem;
    margin-top: 1rem;
    background-color: #F9F9F9;
    border-radius: 8px !important;
}

.schosec-list2 {
    background-color: #F9F9F9;
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    display: flex;
    gap: 61px;
    list-style-position: inside;
    font-size: 14px !important;
}



.schosec-highlight {
    font-weight: 500;
    color: #008CFF;
}

.schosec-subtitle {
    font-weight: 500;
    font-size: 0.95rem;
    color: #6c757d;

}

.schosec-subtitle-top {
    max-width: 99px !important;
    color: #6c757d;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
}

/* === Agent Card Block === */
.schosec-agent-card {
    background-color: #E7F2FD !important;
    border: 1px solid #d6eaff;
    border-radius: 12px;
    padding: 1.5rem;
}

.schosec-agent-header {
    margin-bottom: 1rem;
}

.schosec-agent-info {
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 20px !important;
}

.schosec-agent-img {
    width: 90px;
    height: auto;
    border-radius: 8px;
}

.schosec-agent-location {
    background-color: #ffffff;
    border-radius: 10px;
}

.schosecnext {
    max-width: 498px !important;
    padding-bottom: 15px !important;
}

.schosec-insurance .custom-heading-start::after {
    margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;

}

.schll-insurance-types-section .custom-heading-start::after {
    margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;
}


.top-school .custom-heading-start::after {
    margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;
}

.bg-f9 {

    background-color: #f9f9f9 !important;
}

.paraclass {
    color: #000 !important;
}

.schoolnew-quote-section {
    background-color: #002e5b;
    /* deep navy */
}

/* --- Underline below main heading --- */

/* --- Quote card --- */
.schoolnew-card {
    max-width: 980px;
    /* keeps the form from stretching too wide on desktops */
}

/* --- Inputs & selects --- */
.schoolnew-control {
    background-color: #f9f9f9;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-style: italic;
    color: #212529bf !important;

}

.schoolnew-control::placeholder {
    color: #6c757d;
    /* muted placeholder */
    font-style: italic;
}

/* .schoolnew-btn {
    background-color: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 50rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  */

/* .button-school {

  padding: 0.55rem 2.5rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 90px;

  background-color: #008CFF;
  border: 1px solid #008CFF;
  color: #fff;
} */
.button-school {
    height: 40px;
    width: 101px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    color: white;
    background-color: #008CFF;
    border: 1px solid #008CFF;


}

.note-school-banner {
    background-color: #edf5ff;
    /* soft blue similar to screenshot */
}

/* Blue label text (“Important Note:”) */
.note-school-label {
    color: #008CFF !important;
    /* Bootstrap primary blue */
    /* font-size: 0.95rem;                   */
}

/* Body copy */
.note-school-text {
    color: #000 !important;

    /* font-size: 0.95rem; */
    /* line-height: 1.5; */
    max-width: 100%;
}


.final-schoo-section {
    background-color: #ffffff;
}

.final-schoo-heading {
    font-size: 2rem;
}

/* .final-schoo-underline {
    width: 90px;
    height: 4px;
    background-color: #0d6efd;
    border-radius: 2px;
  } */
.final-schoo-box {
    background-color: #f9f9f9;
    border-radius: 0.75rem;
}

.final-schoo-lead {
    color: #828282 !important;
}

/* ----------  DISCLAIMER (ins‑school‑)  ---------- */
.ins-school-section {
    background-color: #F9F9F9;
}

.ins-school-heading {
    font-size: 2rem;
}

.ins-school-underline {
    width: 90px;
    height: 4px;
    background-color: #0d6efd;
    border-radius: 2px;
}


.listing h5 {
    text-align: left !important;
    padding-bottom: 10px !important;
}

.listing p {
    text-align: left !important;
    padding-bottom: 10px !important;
}

.listing img {
    text-align: left !important;
    padding-bottom: 10px !important;
}

.listing-type-card {
    text-align: left !important;

}

.listings-auto-section {
    background-color: #E7F2FD !important;
}

/* Section Title Underline */
/* .listings-underline {
  width: 60px;
  height: 3px;
  background-color: #2196F3;
  border-radius: 2px;
} */

/* Step number + dotted line container */
/* .listings-step-line {
  gap: 10px;
  margin-bottom: 40px;
}

/* Step number icon */
.listings-step-icon img {
    width: 40px;
    height: 40px;
}

*/
/* Dotted line image */
/* .listings-dots img {
  height: 2px;
  width: 60px;
  object-fit: contain;
} */

/* Card style */
.listings-step-card {
    background-color: #f9f9f9;
    text-align: left !important;

}

.listings-left {
    text-align: left !important;
}




.listings-lead {
    max-width: 892px;
    text-align: center !important;
    margin-left: 207px;
    padding-bottom: 20px;
    margin: auto;
}

.listings-new .custom-heading-start::after {
    margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;
}

.lead-content {
    max-width: 1201px;
}

.lead-content-next {
    max-width: 1187px;
}



.lead-highlight {
    /* background-color: #f9f9f9; */
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 16px;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}

.lead-info-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    text-align: left !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

/* .lead-icon {
  font-size: 24px;
  margin-bottom: 10px;
  color: #0d6efd;
} */

/* .lead-title-underline .border-primary {
  width: 80px;
} */

.lead-description {
    font-size: 1rem;
}

.lead-info-note {
    font-size: 0.95rem;
}

.lead-icon-img {
    padding-bottom: 20px !important;
}

.lead-icon1 {
    max-width: 204px;
}

.lead-icon2 {
    max-width: 220px;
}

.lead-icon3 {
    max-width: 224px;
}

.lead-icon4 {
    max-width: 224px;
}

.lead-section {
    background-color: #F9F9F9 !important;
}

.lead-title-underline .border-primary {
    width: 100px;
}

.lead-description {
    font-size: 1rem;
    max-width: 700px;
    /* margin: 0 auto; */
}

/* .lead-icon-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
} */

.lead-help-item span {
    font-size: 1rem;
    color: #333;


}

.lead-size {
    max-width: fit-content !important;
}

.lead-heading-line .custom-heading-start::after {
    margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;
}

.lead-space .lead-icon-img {
    padding-bottom: 0px !important;
}

.lead-new-color {
    background-color: #E7F2FD !important;
}







/* section background (light) */
.elad-flow-section {
    background-color: #ffffff;
}

/* underline under heading */
.elad-underline {
    width: 90px;
    height: 4px;
    background: #0085ff;
    border-radius: 999px;
}

/* bullet card */
.elad-card {
    background: #f5f5f5;
    border-radius: 0.75rem;
    padding: 1.5rem 1.25rem;
}

/* blue check icon */
.elad-icon {
    width: 24px;
    height: 24px;
}

.next-lead-card {
    background-color: #F9F9F9 !important;
    text-align: left !important;
}



.pod-newww {
    max-width: 651px;
}

/* Overall Section */
.pod-section {
    background-color: #f9f9f9;
}

/* Title and Subtitle */
/* .pod-title {
  /* font-size: 2.25rem;
} */

/* .pod-subtitle {
  font-size: 1.125rem;
  color: #666;
} */
*/

/* Podcast Card */
.pod-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

/* .pod-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
} */

/* Banner Image */
.pod-banner img {
    /* width: 100%;
  height: auto;
  display: block;
  object-fit: cover; */
    color: #000;
}

/* Content */
.pod-content {
    padding: 1.5rem;
}

/* Host Info */
/* .pod-host-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ddd;
} */

.pod-host-info {
    margin-top: 1rem;
}

.pod-host-info small {
    color: #777;
}



/* .pod-title {
    font-size: 1.75rem;
  } */

.pod-subtitle {
    font-size: 1rem;
}

.po-head-line .custom-heading-start::after {
    margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;
}

/* .pod-arrow-icon{
  color:#000;
} */
.pod-arrow-icon {
    width: 20px;
    height: 20px;

    position: absolute !important;
    top: 20px !important;
    right: 20px !important;


}

/* .pod-banner {
  background-color: #002855; /* fallback if no bg image
  border-radius: 12px 12px 0 0;
} */

/* .pod-circle-img {
   width: 75px;
  height: 75px;
  border-radius: 50%;
   border: 3px solid white;
   object-fit: cover;
} */

/* .pod-host-img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
} */
/*
.pod-arrow-icon {
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  position: absolute;
  transform: translate(40%, -40%);
} */

.podcast-created .custom-heading-start::after {
    margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;
}

body {
    color: rgba(33, 37, 41, 0.75) !important;
}

body h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000 !important;
}

.mar {
    position: relative;
}

.pod-circle-img-1 {
    position: relative;
    top: -105px;
}

.pod-circle-image img {
    margin-bottom: -109px !important;
}

.pod-section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    position: relative;
}

/* Banner */
/* .pod-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); */


/* Avatar Overlap */
.avatar-container {
    position: relative;
    /* width: 100%; */
    /* height: 0; */
}

/* .avatar-img {
  position: absolute;
  top: -60px;
  left: 30px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 10;
} */

.avatar-img {
    position: absolute;
    top: -60px;
    left: 30px;
    /* border-radius: 50%; */
    z-index: 10;
}

/* Host Card */
/* .pod-host-card {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  max-width: 320px;
  float: right;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
} */


.pod-host-card {

    padding: 1rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
    /* max-width: 320px; */
    float: right;

}

.host-img {
    /* width: 80px;
  height: 80px; */
    border-radius: 12px;
    /* object-fit: cover; */
}

.host-info .host-label {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.host-info .host-name {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

/* Description Card */
.pod-description-card {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 3rem;
}

.pod-title {
    /* font-size: 24px;
  font-weight: bold; */
    margin-bottom: 1rem;
}

.pod-description {
    list-style-type: disc;
    padding-left: 1.2rem;
}

.pod-description li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    color: #333;
}

/* Arrow Image */
.pod-arrow {
    margin-top: 1rem;
    text-align: left;
}

/* .pod-arrow img {
  width: 40px;
  height: auto;
} */
.podcasts-title {
    font-size: 2.2rem;
}

.podcasts-subtitle {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1rem;
}

.podcasts-show-title {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

/* .podcasts-tagline {
  font-size: 1rem;
  color: #ffc107;
} */

.podcasts-card ul {
    font-size: 0.95rem;
}

.podcasts-host strong {
    display: block;
    font-weight: 600;
}

.pod-color {
    background-color: #E7F2FD !important;
}

.po-list {
    max-width: 683px !important;
}

.po-list-2 {
    max-width: 700px !important;
}

.pod-img-roundd {
    margin-top: -123px !important;
    position: relative !important;
    margin-left: 20px !important;
}

.pod-pre {
    max-width: 743px !important;
}

.pre-pod {
    max-width: 200px !important
}

.pod-blue-wash1 {
    max-width: 473px !important;
}

.under-pod-imgg {
    text-align: center !important;
}

.under-color {
    background-color: #C0C2D7 !important;
}

.po-list-2 a {
    color: rgba(33, 37, 41, 0.75) !important;
    text-decoration: underline !important;
}

.pod-blue {
    background-color: #E7F2FD !important;
    gap: 0px !important;
    /* border-radius: 11.76px !important; */
}

.pod-change2 {
    padding-right: 0px !important;
}

.padding-class-pod {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}

.new-pod-img {
    width: 100% !important;
}

.pod-heading-p {
    padding-top: 20px !important;

}

.pod-listt-p {
    padding-left: 60px !important;
}

.under-width {
    max-width: 679px !important;
}

.pod-banner-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.pod-banner-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.5rem;
}

/* Arrow icon positioning */
.pod-ext-icon-link {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-block;
    z-index: 2;
}

/* .pod-ext-icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
} */
.pre-pod-p {
    padding-right: 20px !important;
}

.podnewww-created .custom-heading-start::after {
    margin: unset !important;
    position: absolute !important;
    bottom: 0px !important;
}


.footer-heading {
    color: #ffffff !important;
}



/* sign up */




.signin {
    border-bottom: 1px solid #ddd;
}

.signin-con {
    background-image: url(images/signin-back.png);
    background-size: cover;
    /* Cover the whole screen */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Don't repeat */
    background-attachment: fixed;
    padding-top: 10px;
    padding-bottom: 20px;

}

/* .col-md-6 {
        flex: 0 0 auto;
        width: 54%;
    }
        .col-lg-5 {
        flex: 0 0 auto;
        width: 42.666667%;
    } */
.sign-phone {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.phone-icon {
    gap: 10px;
}

.sign-container {

    display: flex;
    flex-direction: column;
}

.sign-header {
    padding: 10px 20px;

}

.signin-space h3 {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 40px;
    margin-left: 0px;
    margin-bottom: 0px !important;
}

.form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.signin-space p {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282 !important;
    padding-top: 10px;
}

.form-control {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282;
    background-color: #F9F9F9;
}

.form-check-label {
    font-size: 14px;
    font-weight: 400 !important;
    color: #555555;
}

.forget-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #008CFF;
}

body .account-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000000 !important;
}

.sign-logo {
    max-height: 50px;
}

.sign-phone {
    font-weight: bold;
    color: #000;
}

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

.sign-img-box img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;

}

.sign-size {
    margin-top: -100px !important;
}

.signup-form-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 40px;
    max-width: 480px;
    width: 100%;
}


.sign-input-group i {
    color: #007bff;
}

.sign-btn {
    background-color: #008CFF;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px;
    font-size: 14px;
}

.sign-btn:hover {
    background-color: #0056b3;
}

.sign-forget {
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
}

.sign-remember {
    padding-bottom: 10px;
}

.up-sign {
    color: #008CFF !important;
    font-size: 14px;
    font-weight: 500 !important;
}

.divider-mark {
    width: 100px;
    height: 4px;
    background-color: #008CFF;
    border-radius: 5px;
    margin-bottom: 35px !important;
    margin-top: 20px !important;
}

.form-check-label span {
    color: #008CFF;
}



/* resetotp */

.divider-mark {
    width: 100px;
    height: 4px;
    background-color: #008CFF;
    border-radius: 5px;
    margin-bottom: 35px !important;
    margin-top: 20px !important;
}

.back-but {
    margin-bottom: 20px;
}

.text-muted {
    font-size: 14px;
    color: #828282 !important;
}

.email-forget {
    padding-bottom: 20px;
}

.resetotp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
    border: 1px solid #0000001F;
    background-color: #F9F9F9;
    color: #828282;
}

.resetotp-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}



/* sign in */

.signin {
    border-bottom: 1px solid #ddd;
}

.signin-con {
    background-image: url(images/signin-back.png);
    background-size: cover;
    /* Cover the whole screen */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Don't repeat */
    background-attachment: fixed;
    padding-top: 10px;
    padding-bottom: 20px;

}

/* .col-md-6 {
        flex: 0 0 auto;
        width: 54%;
    }
        .col-lg-5 {
        flex: 0 0 auto;
        width: 42.666667%;
    } */
.sign-phone {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.phone-icon {
    gap: 10px;
}

.sign-container {

    display: flex;
    flex-direction: column;
}

.sign-header {
    padding: 10px 20px;

}

.signin-space h3 {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 40px;
    margin-left: 0px;
    margin-bottom: 0px !important;
}

.form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.signin-space p {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282 !important;
    padding-top: 10px;
}

.form-control {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282;
    background-color: #F9F9F9;
}

.form-check-label {
    font-size: 14px;
    font-weight: 400 !important;
    color: #555555;
}

.forget-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #008CFF;
}

body .account-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000000 !important;
}

.sign-logo {
    max-height: 50px;
}

.sign-phone {
    font-weight: bold;
    color: #000;
}

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

.sign-img-box img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;

}

.sign-size {
    margin-top: -120px;
}

.sign-form-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 90px;
    max-width: 480px;
    width: 100%;
}


.sign-input-group i {
    color: #007bff;
}

.sign-btn {
    background-color: #008CFF;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px;
    font-size: 14px;
}

.sign-btn:hover {
    background-color: #0056b3;
}

.sign-forget {
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;

}

.sign-remember {
    padding-bottom: 10px;
}

.up-sign {
    color: #008CFF !important;
    font-size: 14px;
    font-weight: 500 !important;
}

.divider-mark {
    width: 100px;
    height: 4px;
    background-color: #008CFF;
    border-radius: 5px;
    margin-bottom: 35px !important;
    margin-top: 20px !important;
}


/* forget */

.signin {
    border-bottom: 1px solid #ddd;
}

.signin-con {
    background-image: url(images/signin-back.png);
    background-size: cover;
    /* Cover the whole screen */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Don't repeat */
    background-attachment: fixed;
    padding-top: 10px;
    padding-bottom: 20px;

}

/* .col-md-6 {
        flex: 0 0 auto;
        width: 54%;
    }
        .col-lg-5 {
        flex: 0 0 auto;
        width: 42.666667%;
    } */
.sign-phone {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.phone-icon {
    gap: 10px;
}

.sign-container {

    display: flex;
    flex-direction: column;
}

.sign-header {
    padding: 10px 20px;

}

.signin-space h3 {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 40px;
    margin-left: 0px;
    margin-bottom: 0px !important;
}

.form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.signin-space p {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282 !important;
    padding-top: 10px;
}

.form-control {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282;
    background-color: #F9F9F9;
}

.form-check-label {
    font-size: 14px;
    font-weight: 400 !important;
    color: #555555;
}

.forget-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #008CFF;
}

body .account-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000000 !important;
}

.sign-logo {
    max-height: 50px;
}

.sign-phone {
    font-weight: bold;
    color: #000;
}

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

.sign-img-box img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;

}

.sign-size {
    margin-top: -120px;
}

.forget-form-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 150px;
    max-width: 480px;
    width: 100%;
}


.sign-input-group i {
    color: #007bff;
}

.sign-btn {
    background-color: #008CFF;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px;
    font-size: 14px;
}

.sign-btn:hover {
    background-color: #0056b3;
}

.sign-forget {
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;

}

.sign-remember {
    padding-bottom: 10px;
}

.up-sign {
    color: #008CFF !important;
    font-size: 14px;
    font-weight: 500 !important;
}

.divider-mark {
    width: 100px;
    height: 4px;
    background-color: #008CFF;
    border-radius: 5px;
    margin-bottom: 35px !important;
    margin-top: 20px !important;
}

.back-but {
    margin-bottom: 20px;
}

.text-muted {
    font-size: 14px;
    color: #828282 !important;
}

.email-forget {
    padding-bottom: 20px;
}


/* resetotp */

.signin {
    border-bottom: 1px solid #ddd;
}

.signin-con {
    background-image: url(images/signin-back.png);
    background-size: cover;
    /* Cover the whole screen */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Don't repeat */
    background-attachment: fixed;
    padding-top: 10px;
    padding-bottom: 20px;

}

/* .col-md-6 {
        flex: 0 0 auto;
        width: 54%;
    }
        .col-lg-5 {
        flex: 0 0 auto;
        width: 42.666667%;
    } */
.sign-phone {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.phone-icon {
    gap: 10px;
}

.sign-container {

    display: flex;
    flex-direction: column;
}

.sign-header {
    padding: 10px 20px;

}

.signin-space h3 {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 40px;
    margin-left: 0px;
    margin-bottom: 0px !important;
}

.form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.signin-space p {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282 !important;
    padding-top: 10px;
}

.form-control {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282;
    background-color: #F9F9F9;
}

.form-check-label {
    font-size: 14px;
    font-weight: 400 !important;
    color: #555555;
}

.forget-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #008CFF;
}

body .account-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000000 !important;
}

.sign-logo {
    max-height: 50px;
}

.sign-phone {
    font-weight: bold;
    color: #000;
}

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

.sign-img-box img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;

}

.sign-size {
    margin-top: -120px;
}

.forget-form-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 200px;
    max-width: 480px;
    width: 100%;
}


.sign-input-group i {
    color: #007bff;
}

.sign-btn {
    background-color: #008CFF;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px;
    font-size: 14px;
}

.sign-btn:hover {
    background-color: #0056b3;
}

.sign-forget {
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;

}

.sign-remember {
    padding-bottom: 10px;
}

.up-sign {
    color: #008CFF !important;
    font-size: 14px;
    font-weight: 500 !important;
}

.divider-mark {
    width: 100px;
    height: 4px;
    background-color: #008CFF;
    border-radius: 5px;
    margin-bottom: 35px !important;
    margin-top: 20px !important;
}

.back-but {
    margin-bottom: 20px;
}

.text-muted {
    font-size: 14px;
    color: #828282 !important;
}

.email-forget {
    padding-bottom: 20px;
}

.resetotp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
    border: 1px solid #0000001F;
    background-color: #F9F9F9;
    color: #828282;
}

.resetotp-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}


/* reset */

.signin {
    border-bottom: 1px solid #ddd;
}

.signin-con {
    background-image: url(images/signin-back.png);
    background-size: cover;
    /* Cover the whole screen */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Don't repeat */
    background-attachment: fixed;
    padding-top: 10px;
    padding-bottom: 20px;

}

/* .col-md-6 {
        flex: 0 0 auto;
        width: 54%;
    }
        .col-lg-5 {
        flex: 0 0 auto;
        width: 42.666667%;
    } */
.sign-phone {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.phone-icon {
    gap: 10px;
}

.sign-container {

    display: flex;
    flex-direction: column;
}

.sign-header {
    padding: 10px 20px;

}

.signin-space h3 {
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 40px;
    margin-left: 0px;
    margin-bottom: 0px !important;
}

.form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.signin-space p {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282 !important;
    padding-top: 10px;
}

.form-control {
    font-size: 14px;
    font-weight: 400 !important;
    color: #828282;
    background-color: #F9F9F9;
}

.form-check-label {
    font-size: 14px;
    font-weight: 400 !important;
    color: #555555;
}

.forget-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #008CFF;
}

body .account-sign {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000000 !important;
}

.sign-logo {
    max-height: 50px;
}

.sign-phone {
    font-weight: bold;
    color: #000;
}

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

.sign-img-box img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;

}

.sign-size {
    margin-top: -120px;
}

.reset-form-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
    padding-bottom: 200px;
    max-width: 480px;
    width: 100%;
}


.sign-input-group i {
    color: #007bff;
}

.sign-btn {
    background-color: #008CFF;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px;
    font-size: 14px;
}

.sign-btn:hover {
    background-color: #0056b3;
}

.sign-forget {
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;

}

.sign-remember {
    padding-bottom: 10px;
}

.up-sign {
    color: #008CFF !important;
    font-size: 14px;
    font-weight: 500 !important;
}

.divider-mark {
    width: 100px;
    height: 4px;
    background-color: #008CFF;
    border-radius: 5px;
    margin-bottom: 35px !important;
    margin-top: 20px !important;
}

.email-forget {
    padding-bottom: 20px;
}


/* saranya */

.power-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.power-section-title {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
}

.power-title-underline {
    width: 95px;
    height: 4px;
    background-color: #0081ff;
    margin-top: 10px;
    margin-bottom: 30px;
}

.power-card {
    background-color: #f8f8f8;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.power-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;

}

.power-card-body {
    padding: 20px;
    color: #f8f8f8;
}

.power-meta {
    font-size: 14px;
    color: #008cff;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 16px;
}

.power-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
}

.power-desc {
    font-size: 14px;
    color: #828282;
    margin-bottom: 16px;
}

.power-desc h2,
.power-desc h3,
.power-desc h4,
.power-desc h5,
.power-desc p,
.power-desc span {
    font-size: 14px;
    color: #828282 !important;
    margin-bottom: 16px;
    font-weight: 400;
}

.power-read-btn {
    font-size: 14px;
    border: 1px solid #008cff;
    color: #008cff;
    padding: 6px 16px;
    border-radius: 40px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.power-read-btn:hover {
    background-color: #008cff;
    color: #ffffff;
}

.power-link-icon {
    font-size: 13px;
    margin-left: 6px;
}

/* Right-side Card */
.power-small-card {
    /* background-color: #d9d9d9; */
    background-color: #f8f8f8;
    color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    /* box-shadow: 0 8px 24px rgba(0,0,0,0.05); */
    display: flex;
    height: 100%;
}

.power-small-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    padding: 15px 15px 15px 15px;
}

.small-img-wrapper {
    width: 40%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.small-content-wrapper {
    width: 60%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f8f8f8;

}


.blogs-section {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.blogs-section .row.g-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blogs-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.blogs-title-underline {
    width: 130px;
    height: 4px;
    background-color: #008cff;
    margin-bottom: 30px;
}

.blogs-search,
.blogs-sort {
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 14px;
}

.blog-grid {
    flex: 0 0 32%;
    margin-bottom: 25px;
}

.blogs-card {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    overflow: hidden;

    /* Added new properties */
    /* width: 416px; */
    /* height: 470px; */
    height: auto !important;
    padding: 20px;
    margin: 0 auto;
    /* Centers the card inside its column */
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Adjust image size & shape */
.blogs-card-img-top {
    width: 360px;
    height: 200px;
    border-radius: 6px;
    object-fit: cover;
    margin: 0 auto;
    /* centers the image horizontally */
    display: block;
}

/* Optional: disable unwanted overrides */
.blogs-section .card img {
    height: 200px !important;
    width: 360px !important;
    object-fit: cover;
    border-radius: 6px;
}



.blogs-meta {
    font-size: 12px;
    color: #008cff;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 16px;
}

.blogs-heading {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.blogs-desc {
    font-size: 14px;
    color: #828282;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 20px;
}

.blogs-btn {
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 500;
    line-height: 20px;
}

/* blogdetail page start */
.blog-details-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.custom-list {
    list-style: none;
    line-height: 2;
    font-size: 14px;
    color: #333;
    /* You can change this color if needed */
    padding-left: 0;
    /* Remove default ul padding */
}





.table-heading {
    font-size: 18px;
    color: #000;
    /* black */
    font-weight: 500;
}

.may-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.may-title {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin-bottom: 10px;
}

.may-title-underline {
    width: 110px;
    height: 4px;
    background-color: #008cFF;
    margin: 0 auto 40px;
    border-radius: 2px;
}

.may-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

/* .may-card:hover {
      transform: translateY(-4px);
    } */
.may-card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 200px;
    object-fit: cover;
}

.may-meta {
    color: #008cFF;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 500;
}

.may-heading {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
    line-height: 24px;
}

.may-desc {
    font-size: 14px;
    color: #828282;
    font-weight: 400;
    line-height: 20px;
}

.may-btn {
    margin-top: 15px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 20px;
    color: #008cFF;
}

.window {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
}

.window-para {
    color: #828282;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}



/* books start */


.books-section-title {
    text-align: left;
    font-weight: 700;
    font-size: 48px;
    margin: 40px 0 20px;
}

.books-card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.books-image {
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
}

.books-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.25rem;
    line-height: 28px;
}

.books-author {
    /* font-size: 1rem;
      font-weight: 600; */
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 1rem;
}

.books-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.books-subheading {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.books-section-box {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.75rem;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400px;
    color: #555555;
}

.books-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #007bff;
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    padding: 0.6rem;
    transition: all 0.3s;
    text-align: center;
    gap: 0.5rem;
}

.books-buy-btn:hover {
    background-color: #007bff;
    color: #fff;
}

.books-buy-icon-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.book-comp-title {
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.book-comp-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #0d6efd;
    margin: 0.5rem auto 0;
    border-radius: 2px;
}

.book-comp-header {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.book-comp-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 1rem;
}

.book-comp-row+.book-comp-row {
    margin-top: 1rem;
}

.pro-tips-section {
    background-color: #eaf4ff;
    padding: 3rem 1rem;
}

.pro-tips-title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.pro-tips-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #0d6efd;
    border-radius: 2px;
    margin-top: 0.4rem;
}

.pro-tips-item {
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: start;
    gap: 0.75rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.pro-tips-icon {
    color: #0d6efd;
    font-size: 1.2rem;
    margin-top: 2px;
}

.pro-tips-section {
    background-color: #eaf4ff;
    padding-top: 80px;
    padding-bottom: 90px;
}













.underline {
    width: 60px;
    height: 3px;
    background-color: #2196F3;
    margin: 0 auto 30px;
}

.card-custom {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.person-img,
.profile-img,
.influencer-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.person-name {
    font-size: 32px;
    font-weight: bold;
    /* margin-top: 10px; */
}

.small-link {
    font-size: 0.9rem;
    color: #2196F3;
    text-decoration: none;
    font-weight: 500;
}

.podcast-logo {
    width: 100px;
    height: auto;
    margin: 10px 0;
}

.influencer-section,
.section-card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.highlight-box {
    background-color: #f2f2f2;
    border-radius: 0.5rem;
    padding: 1rem;
    font-weight: 500;
}

.quote {
    font-style: italic;
    font-weight: 600;
}

.blue-section {
    background-color: #002b5c;
    color: white;
    padding: 3rem 1rem;
}



.cta-button {
    height: 48px;
    width: 137px;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    /* padding: 12px 31px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta-button:hover {
    background-color: #007acc;
    text-decoration: none;
}

.cta-subtext {
    font-size: 14px;
    color: #d0d0d0;
    line-height: 24px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .new-class h1 {
        font-size: 50px !important;
        font-weight: 700 !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .responsive-class{
     display: grid !important;
     grid-template-columns: repeat(3, 1fr) !important;
    }
.col-md-2{
  width: 100% !important;
}
}
@media (max-width: 1199px) {
  .direc-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 25px !important;
  }

  .custom-cleaning-card {
    flex: 0 0 100% !important;
    max-width: 600px !important;
    width: 100% !important;
  }

  .custom-cleaning-card .card {
    width: 100% !important;
  }
}



/* franchies start */
.franchise-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
}

.franchise-section-title {
    color: #0074ff;
    font-weight: 600;
    font-size: 14px;
}

.franchise-title {
    font-weight: 700;
    font-size: 24px;
    margin-top: 5px;
    color: #000;
}

.franchise-desc {
    font-size: 14px;
    color: #5f6368;
    margin-top: 10px;
    line-height: 1.6;
}

.franchise-feature-box {
    background-color: #f6f8fa;
    border-radius: 12px;
    padding: 15px 20px;
    height: 100%;
    font-size: 13.5px;
    color: #212529;
}

.franchise-feature-icon {
    font-size: 18px;
    margin-right: 10px;
    color: #0074ff;
}

.franchise-check {
    color: #30c14a;
    margin-right: 8px;
}

.franchise-right {
    background-color: #e6f0ff;
    border-radius: 20px;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
}

.franchise-right img {
    max-width: 100%;
    height: auto;
}

.franchise-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.bg-gray-dd {
    background-color: #eeeeee;
}

/* .start-icon-circle {
  background-color: #0097ff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.like-start-title {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
}

.like-start-subtitle {
    font-size: 1rem;
    color: #999;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.like-start-blue-line {
    width: 90px;
    height: 4px;
    background-color: #007bff;
    margin: 1rem auto;
    border-radius: 2px;
}

.like-start-benefit-icon img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.like-start-benefit-item {
    display: flex;
    align-items: start;
    margin-bottom: 1rem;
    gap: 0.5rem;
}

.like-start-benefits-box {
    background-color: #f8f9fa;
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 2rem;
}


/* chart section */
.chart-section {
    padding: 60px 15px;
}

.chart-title {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 8px;
}

.chart-underline {
    width: 140px;
    height: 3px;
    background-color: #007bff;
    margin-bottom: 40px;
}

.chart-row {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

.chart-feature {
    font-weight: 500;
}

.chart-icon {
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
}

.chart-value {
    text-align: center;
}

.chart-col {
    padding: 6px;
}

.text-primary-blue {
    color: #008cff;
}




.like-final-title {
    font-size: 2rem;
}

.like-final-underline-text {
    position: relative;
    z-index: 1;
}

.like-final-blue-line {
    width: 50px;
    height: 4px;
    background-color: #007bff;
    border-radius: 2px;
}


.blue-section {
    background-color: #002b5c;
    color: white;
    padding: 3rem 1rem;
}



.cta-button {
    height: 48px;
    width: 137px;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    /* padding: 12px 31px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta-button:hover {
    background-color: #007acc;
    text-decoration: none;
}

.cta-subtext {
    font-size: 14px;
    color: #d0d0d0;
    line-height: 24px;
}



.visit-blue-section {
    background-color: #002b5c;
    color: white;
    padding: 3rem 1rem;
}

.visit-cta-button {
    height: 48px;
    width: 137px;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.visit-cta-button:hover {
    background-color: #007acc;
    text-decoration: none;
}

.visit-cta-subtext {
    font-size: 14px;
    color: #d0d0d0;
    line-height: 24px;
}

@media (max-width: 768px) {
    .visit-section-title {
        font-size: 2rem;
    }
}

/* influencers start */



/* influencers start */

.custom-cleaning-card {
    flex: 0 0 20%;
    max-width: 20%;
}

.direc-card p {
    margin-bottom: 0px !important;
}

.truncate h6 {
    white-space: nowrap;
    /* don’t wrap to next line */
    overflow: hidden;
    /* hide the overflow */
    text-overflow: ellipsis;
    /* show “…” where it’s cut off */
}

.truncate span {
    white-space: nowrap;
    /* don’t wrap to next line */
    overflow: hidden;
    /* hide the overflow */
    text-overflow: ellipsis;
    /* show “…” where it’s cut off */
}

.part-2 {
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
}

.section-title {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    margin: 40px 0 20px;
}

.underline {
    width: 60px;
    height: 3px;
    background-color: #2196F3;
    margin: 0 auto 30px;
}

.card-custom {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.person-img,
.profile-img,
.influencer-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.person-name {
    font-size: 32px;
    font-weight: bold;
    /* margin-top: 10px; */
}

.small-link {
    font-size: 0.9rem;
    color: #2196F3;
    text-decoration: none;
    font-weight: 500;
}

.podcast-logo {
    width: 100px;
    height: auto;
    margin: 10px 0;
}

.influencer-section,
.section-card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.highlight-box {
    background-color: #f2f2f2;
    border-radius: 0.5rem;
    padding: 1rem;
    font-weight: 500;
}

.quote {
    font-style: italic;
    font-weight: 600;
}

.blue-section {
    background-color: #002b5c;
    color: white;
    padding: 3rem 1rem;
}

/* .cta-button {
      background-color: #0094ff;
      color: white;
      border: none;
      padding: 0.6rem 1.5rem;
      border-radius: 999px;
      font-weight: 600;
      text-decoration: none;
      transition: background-color 0.3s ease;
      display: inline-block;
    } */

.cta-button {
    height: 48px;
    width: 137px;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    /* padding: 12px 31px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta-button:hover {
    background-color: #007acc;
    text-decoration: none;
}

.cta-subtext {
    font-size: 14px;
    color: #d0d0d0;
    line-height: 24px;
}

.influen .card img {
    height: auto !important;
}

.influe .section-title {
    color: #fff !important;
    text-align: left !important;
}

.influe {
    margin-bottom: 0px !important;
}


.service-item {
    margin-bottom: 15px;
    /* Adds space between each service */
}


.service-item:last-child {
    margin-bottom: 0;
}



/* innenr css */

.home-hero {

    background-image: url('images/11.png');
    background-size: cover;
    margin-bottom: -8px;
    position: relative;
    z-index: 2;
}

.home-hero::before {
    content: '';
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: -1;
    left: 0px;
    background-size: 100%;
}


.home-hero h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    /* padding-top: 575px; */
    /* transform: translateY(-284px); */

}

.influencer-hero {
    /*background-image: url(images/11.\ \(1).png);*/
    background-image: url('images/Background_1900x970\ 1.png');
    background-size: cover;
    margin-bottom: -8px;

}

.influencer-hero h1 {



    letter-spacing: 0%;



}



.service-section {
    background-color: #003363;
    padding-top: 52px;



}




.service-section h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #fff !important;
}


.service-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.72);


}






.change-button {
    transform: translateY(-69px);
}


.book-button {
    height: 48px;
    width: 137px;
    border-radius: 90px;
    background-color: #008CFF;
    color: white;
    padding: 12px 31px;

}


.quote-section h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    margin-left: 0px;

}



.quote-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0%;
    color: #828282;

}

.quote-section {
    padding-top: 109px;
    padding-bottom: 40px;
}

.same-section h4 {

    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;

}

.same-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0%;
    color: #828282;

}



.proud-section {
    background-color: #E7F2FD;
}


.organization-section h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;

}

.organization-section {
    background-color: #e6f2fc;
    text-align: center;
    padding-top: 50px;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.org-card {
    background-color: #fff;
    width: 300px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 16px;
}


.org-cards {
    display: flex;
    justify-content: center;
    /* centre as a group        */
    gap: 30px;
    /* space between each card  */
    flex-wrap: wrap;
}

.org-card img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.card-padding {
    padding-top: 50px;
}



/* extra css */


.signin-space {
    margin-bottom: 1rem !important;
}


/* media query */





.underline-power {
    position: relative;
    padding-bottom: 10px;
}

.underline-power::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 4px;
    background-color: #0081ff;
    left: 50%;
    bottom: 0px;
    transform: translate(-44%, 0%);
}


.mega-menu-powerwash .mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 16px;
    display: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-width: 1320px;
    margin: auto;
}

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

.mega-menu-powerwash .menu-sidebar a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 12px 15px;
    padding-left: 32px !important;
    padding-right: 70px !important;
    margin-bottom: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    background: #fff;

}

.mega-menu-powerwash .menu-sidebar a.active,
.mega-menu-powerwash .menu-sidebar a:hover {
    background: #007bff;
    color: #fff !important;
}

.mega-menu-powerwash .service-quote {
    background: #007bff;
    color: #fff !important;
    border-radius: 25px;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: 500;
}

.mega-menu-powerwash .mega-menu.container {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.mega-menu-powerwash .mega-menu-containers {
    display: flex;
    width: 100%;
}

.mega-menu-powerwash .col-f {
    width: 18%;
}

.mega-menu-powerwash .col-s {
    width: 82%;
    display: flex;
    margin-top: 0px;
    gap: 20px;
    padding: 28px;
    border-radius: 10px;
    background: #007bff0d;
}

.mega-menu-powerwash .col-s ul li {
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    line-height: 20px;
    list-style: disc;
}

.mega-menu-powerwash .col-s .col-md-3 img {
    width: 100%;
}

.mega-menu-powerwash .col-s .row {
    /*padding-left: 30px;*/
    margin-top: 20px;
}

.mega-menu-powerwash .menu-sidebar i {
    color: #008CFF;
}

.mega-menu-powerwash .menu-sidebar .active i {
    color: #fff;
}

.mega-menu-powerwash .dropdown-menu {
    display: none;
    margin-top: 0;
    /* margin-top: 17px; */
    border-radius: 12px;
    padding: 20px;
    min-width: 400px;
}

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

.mega-menu-powerwash .dropdown-menu ul {
    padding-left: 0;
    list-style: none;
}

.mega-menu-powerwash .dropdown-menu li {
    padding: 5px 0;
    font-weight: 500;
}

.mega-menu-powerwash.bg-white ul li,
.bg-light ul li {
    margin-bottom: 0;
}

.service-description h3,
.service-description h1,
.service-description h2 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.service-description h3::after,
.service-description h2::after,
.service-description h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #007BFF;
}

.service-description p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.service-description ul,
.service-description ol {
    margin-bottom: 15px;
    padding-left: 25px;
}

.nav-link.active {
    color: #007BFF !important;
    font-weight: 600;
    text-decoration: none;
}

.category-tab.active {
    color: #007BFF !important;
    font-weight: 600;
}

.dropdown-menu .dropdown-item.active {
    color: #007BFF !important;
    font-weight: 600;
}

.blog-details-top {
    max-width: 1080px;
    margin: auto;
}

/* Modern Pagination */
.modern-pagination .pagination {
    gap: 8px;
}

.modern-pagination .page-item {
    list-style: none;
}

.modern-pagination .page-link {
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.modern-pagination .page-link:hover {
    background: #eaf3ff;
    color: #007bff;
}

.modern-pagination .page-item.active .page-link {
    background: #eaf3ff;
    color: #007bff;
    font-weight: 600;
}

.modern-pagination .page-item.disabled .page-link {
    opacity: 0.5;
    cursor: not-allowed;
    background: #fff;
}


.modern-pagination .page-item:first-child .page-link,
.modern-pagination .page-item:last-child .page-link {
    border-radius: 20px;
    padding: 0 12px;
    width: auto;
    background: transparent;
    font-size: 14px;
}













/* media query */


@media(max-width:1410px) {
    .home-s3-pad {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .home-s3-pad .col-md-3 {
        width: 100% !important;
    }
}

@media (max-width:1201px) {
    .big-image {

        max-width: -webkit-fill-available;

    }

    .card-padding {
        max-width: -webkit-fill-available;

    }

    .big-image {

        max-width: -webkit-fill-available;

    }

    .card-padding {
        max-width: -webkit-fill-available;

    }


}


@media (max-width:1024px) {
    .hero-4 h3 {
        max-width: 100%;
    }

    .img4 {
        width: inherit;
    }

    .img-latest {
        max-width: 100%;
    }

    .inherit-img {
        max-width: 100%;
    }

    .hero1 h1 {
        font-size: 64px;
    }

    .card-container {
        margin-top: 69px;
    }
}

@media (max-width: 1000px) {
    .power-card img {
        height: auto;
    }

    .power-small-card {
        flex-direction: column;
        height: auto;
    }

    .small-img-wrapper {
        width: 100%;
        height: 200px;
    }

    .small-content-wrapper {
        width: 100%;
    }

    .listings-step-line {
        display: none !important;
    }

    .news-card--side {
        flex-direction: column;
        padding: 0;
    }

    .news-img--side {
        width: 100%;
        height: 220px;
    }

    .news-content {
        padding: 16px;
    }

    .final-schoo-heading,
    .ins-school-heading {
        font-size: 2.25rem;
    }

    .schosec-agent-img {
        margin-top: -11px;
        width: 200px;
    }

    .home-s3-pad {

        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 992px) {
    #mobileNavbar {
        display: none !important;
    }

}


@media (max-width: 992px) {

    .mobile-nav-bar-01 {
        justify-content: end !important;
    }

    .list-unstyled {
        line-height: 1;
    }


}

@media (max-width: 768px) {

    .custom-heading,
    .custom-heading-white,
    .custom-heading-start,
    .underline-power {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .home-s3-pad {
        padding-bottom: 80px !important;
    }

    .hero-4 .row {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .hero-4 h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .visit-section-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .like-start-title {
        font-size: 1.75rem;
    }

    .hero1 h1 {
        font-size: 51px;
    }

    .hero1 p {
        font-size: 20px;
    }

    .fit-img {
        max-width: fit-content;
    }

    .res-log-con {
        display: block;

        justify-items: center;
    }

    .powerwashing-title-mark {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .powerwashing-mark {
        background-color: #E7F2FD !important;
        padding: 110px 40px !important;
    }

    .like-start-benefit-item {
        font-size: 0.95rem;
    }

    .no-display {
        display: none !important;


    }

    .head-alt img {
        height: 40px;
        width: 116px;
    }

    .new-pad {
        width: 77px !important;
        margin-left: -22px;
    }

    .new-pad2 {
        width: 81px !important
    }

    .hero1 h1 {
        font-size: 33px;
    }

    .new-pad3 {
        width: 129px !important
    }

    .new-left {
        margin-left: -7px;
    }

    .product-card {
        padding: -4px !important;
    }

    .res-sign {
        flex-direction: column-reverse;
    }

    .elad-card {
        padding: 1.25rem;
    }

    .pod-host-img {
        width: 50px;
        height: 50px;
    }

    .resetotp-input {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

}




@media (max-width:420px) {

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        margin-right: 23px;


    }

    .gap-gap {
        margin-top: 6px;
        margin-bottom: 16px;


    }

    .gap-gap2 {
        margin-bottom: 98px;
    }

    .com-section img {
        height: 320px;
        margin-left: 0px;
        max-width: 100% !important;
    }

    .book-button {
        margin-top: 10px !important;
    }

    .change-button {
        transform: translateY(0px) !important;
    }

    .no-display {
        display: none !important;


    }

    .head-alt img {
        height: 40px;
        width: 116px;
    }

    .new-pad {
        width: 77px !important;
        margin-left: -22px;
    }

    .new-pad2 {
        width: 81px !important
    }

    .hero1 h1 {
        font-size: 33px;
    }

    .new-pad3 {
        width: 129px !important
    }

    .new-left {
        margin-left: -7px;
    }

    .product-card {
        padding: -4px !important;
    }


    .book-button {
        margin-top: 80px;
    }

    .book-button {
        margin-top: 80px;
    }

    .home-res {
        flex-wrap: unset !important;
    }

    .hero-2 button {
        margin-left: 7px;
    }

    .hom-tit h3 {
        margin-left: 25px;
    }

    .s3-pad {
        padding-bottom: 30px;
    }

    .book-button {
        margin-top: 80px;
    }
}
/* .layotut-footer{
    flex-wrap: nowrap;
} */



.mega-menu-wrapper {
    display: flex;
    /* background: #EEF6FF; */
    border-radius: 18px;
    /* padding: 24px 24px 28px; */
    /* box-shadow: 0 10px 10px rgba(15, 35, 52, 0.08); */
    /* margin-top: 16px; */
}
.mega-content {
    width: 100%;
    background-color: #EEF6FF;
    padding: 15px;
    border-radius: 10px;
}
.tag_h1{
       font-size: 35px;
}