@font-face {
    font-family: denton;
    src: url(denton/Denton_Test_Regular_400.otf);
}
@font-face {
    font-family: deton-medium;
    src: url(denton/Denton\ Test\ Medium\ 500.otf);
}
@font-face {
    font-family: denton-bold;
    src: url(denton/Denton\ Test\ Bold\ 700.otf);
}
@font-face {
    font-family: denton-extrabold;
    src: url(denton/Denton\ Test\ ExtraBold\ 800.otf);
}
@font-face {
    font-family: denton-black;
    src: url(denton/Denton\ Test\ Black\ 900.otf);
}
@font-face {
    font-family: gilory;
    src: url(gilory-font/Gilroy-Regular.ttf);
}
@font-face {
    font-family: gilory-medium;
    src: url(gilory-font/Gilroy-Medium.ttf);
}
@font-face {
    font-family: gilory-bold;
    src: url(gilory-font/Gilroy-Bold.ttf);
}
@font-face {
    font-family: gilory-extrabold;
    src: url(gilory-font/Gilroy-ExtraBold.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    transition: all .4s;
    text-decoration: none;
}
html, body {
    overflow-x: hidden;
    font-family: gilory;
}
img {
    max-width: 100%;
}
.container {
    width: 630px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.container.big {
    width: 800px;
}
.hero-section {
    position: relative;
    padding: 160px 0 30px;
    background-image: linear-gradient(130deg, #f6b7a0, #fff, #b9dcb9);
}
.hero-section::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    /* filter: blur(30px); */
    background-image: linear-gradient(transparent, white);
}
.hero-section h1 {
    font-size: 38px;
    text-align: center;
    font-weight: 900;
    font-family: denton-black;
    /* color: #2c4975; */
    margin-bottom: 30px;
    background: -webkit-linear-gradient(130deg, #4171ab, #2a4671, #4171ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* -webkit-text-stroke-color: #2a4671; */
    /* -webkit-text-stroke-width: 1px; */
}
.hero-section .buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 48px;
}
.hero-section .buttons a {
    width: 188px; 
    height: 48px;
    background-image: linear-gradient(#4171ab, #2a4671);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.hero-section .buttons a.outline {
    border: 1px solid #4171ab83;
    background-color: transparent;
    background-image: none;
    color: #2a4671;
}
.logo {
    position: absolute;
    left:60px;
    top: 40px;
    width: 91px;
}
.banner-slider {
    width: 290px;
    height: 235px !important;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.056);
}
.slick-track {
    display: flex !important;
    gap: 20px;
    cursor: grab;
}
.about-us {
    margin-top: 129px;
}
.about-us h2 {
    font-family: gilory-medium;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: black;
}
.about-us p {
    font-size: 24px;
    line-height: 1.4;
    font-family: denton;
}
.about-us p:nth-child(3) {
    color: #a4a4a4;
}
.img-shape {
    margin-top: 62px;
    margin-bottom: 111px;
    background-image:linear-gradient(270deg, #2a456d, white);
    border-radius: 12px;
    padding: 1px;
    width: fit-content;
    overflow: hidden;
}
.img-shape div {
    border-radius: 12px;
    width: 180px;
    height: 48px;
    background-color: white;
}
.blue-area {
    background-image: linear-gradient(white 10%, #2aa0f597 20%,  #004898 60%, #2ab5f5d0 90%, white 100%);
    padding-bottom: 100px;
}
.about-us-after {
    text-align: center;
    position: relative;
}
.about-us-after > img {
    left: -30px;
    top: 400px;
    width: 250px;
    position: absolute;
}
.about-us-after > img:first-child {
    left: unset;
    right: -30px;
    top: 100px;
}
.about-us-after p, .font-normal {
    font-size: 24px;
    font-family: denton;
}
.about-us-after .container{
    padding: 80px 0 110px;
    position: relative;
}
.about-us-after .container span {
    top: 0;
    left: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 72%, rgba(255,255,255,1) 100%);
}
.about-us-after .container span:last-child {
    top: unset;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, #4c8ae7 40%, #4c8ae7 72%, rgba(255,255,255,1) 100%);
}
.three-images {
    display: flex;
    justify-content: center;
    margin: 40px 0 60px;
}
.three-images > div {
    border-radius: 16px;
    background-image:linear-gradient(120deg, #2a456d, #2a456d67);
    padding: 1px;
    width: fit-content;
    position: relative;
}
.three-images > div:first-child {
    transform: rotate(-12deg);
    top: 40px;
    z-index: 2;
    left: 15px;
}
.three-images > div:last-child {
    transform: rotate(12deg);
    top: 30px;
    z-index: 2;
    right: 15px;
}
.three-images > div > div::after {
    background-color: #f6b7a0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    filter: blur(40px);
    position: absolute;
    content: '';
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    /* f6b7a0, #fff, #b9dcb9 */
}
.three-images > div:nth-child(2) > div::after {
    background-color: #2a456dbd;
}
.three-images > div:last-child > div::after {
    background-color: #b9dcb9;
}
.three-images > div > div {
    height: 225px;
    width: 180px;
    border-radius: 16px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.three-images > div:last-child  > div img {
    max-width: 290%;
    width: 290%;    
    margin-top: -39px;
    position: relative;
    z-index: 2;
}
.three-images > div > div p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #2a456d;
    font-weight: 700; font-family: denton-bold;
}
.wash-section {
    text-align: center;
    padding: 120px 0 110px;
}
.wash-section p:not(.font-normal) {
    color: #071e3f;
    font-size: 22px;
    font-weight: 900; font-family: denton-black;
    margin-top: 22px;
    margin-bottom: 50px;
}
.wash-section p.water-head {
    color: #454b4e;
    font-size: 34px;
    margin-bottom: 320px;
    font-weight: 600;
    font-family: denton;
}
.wash-section p.white-head {
    font-size: 34px;
    color: white;
    font-family: 700;
    font-family: denton-extrabold;
}
.wash-section {
    position: relative;
}
.wash-image {
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
}
.mug {
    position: absolute;
    width: 190px;
    left: -70px;
    top: 300px;
}
.mop {
    position: absolute;
    width: 140px;
    right: -30px;
    top: 240px;
}
.bubble {
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    top: 620px;
    width: 140px;
}
.wash-images {
    display: flex;
    gap: 30px;
}
.wash-images > div {
    border-radius: 26px;
    /* border: 1px solid rgba(255, 255, 255, 0.34); */
    height: 270px;
    overflow: hidden;
    text-align: left;
    position: relative;
    width: calc((100% / 3) - (60px / 3));
}
.wash-images > div img {
    position: absolute;
    top: 0;
}
.wash-images > div p {
    margin-left: 25px;
    margin-top: 30px;
    color: white !important;
    font-family: denton !important;
    font-weight: 600 !important
}
.slider-sections h2 {
    font-size: 36px;
    flex-shrink: 0;
    color: white;
    font-family: denton-bold;
}
.slider-sections .container:not(:first-child) {
    margin-top: 90px;
}
.slider-sections .container {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 24px;
}
.slider-sections .container span {
    height: 2px;
    width: 100%;
    background: linear-gradient(270deg, transparent, white);
    opacity: .8;
}
.slider-sections .container.reverse span {
    background: linear-gradient(90deg, transparent, white);
}
.wash-slide {
    width: 280px;
    margin: 0 10px;
}
.location-flex {
    display: flex;
    align-items: center;
    gap: 2px;
}
.location-flex img {
    width: 13px;
}
.wash-slide > div:first-child {
    position: relative;
}
.wash-slide > div:first-child p {
    font-size: 19px;
    font-weight: 700; font-family: denton-bold;
    color: white;
    position: absolute;
    left: 20px;
    bottom: 24px;
} 
.wash-slide-head {
    font-size: 20px;
    color: white;
    font-weight: 500;
    font-family: gilory-medium;
    margin-bottom: 16px;
    margin-top: 16px;
}
.location-wash {
    font-size: 13px;
    color: white;
    font-weight: 300;
    opacity: .8;
}
.our-usp {
    padding: 120px 0 90px;
    text-align: center;
}
.our-usp .box {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.281);
    padding-top: 20px;
    margin-bottom: 50px;
    overflow: hidden;
}
.our-usp .box:last-child {
    margin-bottom: 0;
}
.our-usp .box-1 {
    text-align: center;
}
.our-usp .box-1 h2 {
    font-size: 28px;
    letter-spacing: -0.4px;
    max-width: 80%;
    margin: 0 auto 20px;
    color: white;
    margin-bottom: 40px;
    font-weight: 800;
    font-family: denton-extrabold;
}
.our-usp .box-1 img {
    max-width: 120%;
    width: 120%;
    margin-left: -10%;
    margin-top: -190px;
    margin-bottom: -140px;
}
.our-usp .box-2 {
    overflow: visible;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 40px;
    text-align: left;
    color: white;
    position: relative;
    height: 260px;
    padding-left: 300px;
}
.our-usp .box-2 img {
    position: absolute;
    left: 0px;
    top: -30px;
    width: 110%;
    max-width: 110%;
}
.our-usp .box-2 p {
    opacity: .8;
}
.our-usp .box-2 p:first-child {
    font-size: 25px;
    font-weight: 700; font-family: denton-bold;
    margin-bottom: 12px;
}
.our-usp .box-2 p:last-child {
    line-height: 1.5;
    font-size: 19px;
}
.our-usp .box-3 {
    padding: 30px 40px;
    text-align: left;
    position: relative;
    height: 340px;
    overflow: visible;
    border: none;
}
.our-usp .box-3 img {
    position: absolute;
    left: unset;
    top: 0px;
    right: -45px;
    top: -27px;
    width: calc(100% + 45px);
    max-width: calc(100% + 45px);

}
.our-usp .box-3 p {
    width: 72%;
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    color: #15304f;
}
.our-usp .box-3 p:last-child {
    color: white;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700; font-family: denton-bold;
    line-height: 1.3;
}
.vision-mission .container {
    display: flex;
    gap: 40px;
}
.vision-mission .container > div {
    border-radius: 18px;
    padding: 50px 40px;
    background-image:linear-gradient(180deg, #71bee7ae, rgba(255, 255, 255, 0));
}
.vision-mission h2 {
    font-size: 34px;
    font-weight: 700; font-family: denton-extrabold;
    font-style: italic;
    margin-bottom: 14px;
    color: #1e3659;
}
.vision-mission p {
    line-height: 1.6;
    font-size: 16px;
    color: #506481;
    font-family: denton;
}
.Partners {
    padding: 120px 0 80px;
    text-align: center;
}
.Partners h2 {
    font-size: 38px;
    font-weight: 900; font-family: denton-black;
    text-align: center;
    margin-bottom: 40px;
    font-style: italic;
    color: #15304f;
}
.Partners img {
    width: 80%;
    margin: 0 auto;
    max-width: 1050px;
}
.lines {
    display: flex;
    gap: 20px;
}
.line-1, .line2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(50% - 10px);
}
.lines > div > div {
    text-align: center;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid red;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.lines > div > div img.bg-image {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    height: 105%;
    width: 105%;
    max-width: 105%;
    object-fit: cover;
    z-index: -1;
}
.lines > div > div.boxes-box-1 {
    height: 450px;
    border: 1px solid #f28a3d;
    padding-top: 50px;
}
.lines > div > div.boxes-box-1 img:not(.bg-image), .lines > div > div.boxes-box-2 img:not(.bg-image), .lines > div > div.boxes-box-3 img:not(.bg-image) {
    position: absolute;
    bottom: 0;
    left: 55%;
    transform: translateX(-50%);
}
.lines > div > div.boxes-box-3 img:not(.bg-image) {
    width: 175px;
    right: -20px;
    transform: none;
    left: unset;
}
.lines > div > div.boxes-box-3 {
    height: 260px;
}
.lines > div > div.boxes-box-4 img:not(.bg-image) {
    right: 0px;
    bottom: 0;
    position: absolute;
}
.lines > div > div.boxes-box-5 img:not(.bg-image) {
    right: 0px;
    bottom: 0;
    position: absolute;
}
.lines > div > div.boxes-box-1 img:not(.bg-image) {
    left: 50%;
}
.lines > div > div.boxes-box-6 img:not(.bg-image) {
    position: absolute;
    width: 270px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.lines > div > div.boxes-box-6 {
    height: 280px;
}
.lines > div > div.boxes-box-2 {
    height: 440px;
}
.lines > div > div.boxes-box-2, .lines > div > div.boxes-box-3 {
    border-color: #ddecfe;
}
.lines > div > div.boxes-box-4 p {
    color: #003f00;
    text-align: left;
    font-size: 31px;
}
.lines > div > div.boxes-box-4 {
    border-color: #47a547;
    height: 350px;
}
.lines > div > div.boxes-box-5 {
    height: 260px;
    border-color: #ecdc47;
}
.lines > div > div.boxes-box-5 p {
    text-align: left;
    color: #3f3c00;
}
.boxes-box-2 {
    height: 300px;
}
.lines > div > div p {
    font-size: 28px;
    font-weight: 700; font-family: denton-bold;
    letter-spacing: -1px;
}
.lines > div > div.boxes-box-3 p {
    color: #1e3659;
    text-align: left;
    font-size: 32px;
}
.lines > div > div.boxes-box-3 p:not(:first-child) {
    font-size: 14px;
    color: #72849e;
    
    letter-spacing: 0px;
    margin-top: 8px;
    line-height: 1.6;
    font-family: 'gilory';
}
.boxes-box-1 p {
    color: #f28a3d;
}
.lines > div > div.boxes-box-2 p {
    color: #1e3659;
    text-align: left;
    font-size: 31px;
} 
.boxes-box-1 p:nth-child(3) {
    color: #e56200;
    font-size: 54px;
    letter-spacing: 0px;
}
.lines.single .line-1 {
    width: 100%;
}
.lines.single .line-1 > div {
    border: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    align-items: center;
}
.lines.single .line-1 > div p {
    font-size: 38px;
    color: #102b51;
    text-align: left;
    width: 40%;
}
.lines.single .line-1 > div p:not(:first-child) {
    font-size: 25px;
    line-height: 1.5;
    text-align: right;
    font-family: gilory-bold;
    width: 36%;
}
.lines:last-child {
    margin-top: 20px;
    margin-bottom: 30px;
}
.two-boxes .container {
    position: relative;
}
.side-head {
    font-weight: 700; font-family: denton-bold;
    font-size: 13px;
    left: -120px;
    top: 30px;
    position: absolute;
    display: none;
}
.side-head.two {
    top: 100px;
}
.two-boxes h2 {
    font-size: 30px;
    color: #2a456d;
    position: absolute;
    transform: rotate(-90deg);
    left: -104px;
    top: 145px;
    font-weight: 9=800;
    z-index: 1;
    font-family: denton-extrabold;
}
.two-boxes--box > div svg {
    min-width: 28px;
    stroke: #2a456d;
    stroke-width: 4.5px;
}
.every-child {
    font-weight: 700; font-family: denton-bold;
    font-size: 13px;
    color: #01b0f2;
    margin-top: -20px;
}
.side-by-side-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    top: 40px;
}
.unicef {
    width: 200px;
}
.unicef + img {
    position: absolute;
    width: 70px;
    top: 30px;
    left: 40%;
}
.two-boxes--box--container {
    background-image: linear-gradient(270deg, #2a456d, white);
    padding: 1px;
    margin-top: 40px;
}
.two-boxes--box--container:last-child {
    background-image: linear-gradient(90deg, #2a456d, white);
}
.two-boxes--box--container:last-child .two-boxes--box {
    padding: 40px 20px 40px 40px;
}
.two-boxes--box--container:last-child  h3 {
    color: #2a456d;
    font-size: 21px;
    width: 70%;
    margin-bottom: 20px;
}
.two-boxes--box--container:last-child 
.two-boxes--box > div {
    align-items: start;
}
.two-boxes--box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 30px;
    background-color: white;
    position: relative;
}
.two-boxes--box.first {
    padding-left: 90px;
}
.two-boxes--box > div {
    display: flex;
    align-items: center;
    gap: 20px;
}
.two-boxes--box > div p {
    font-family: gilory-medium;
    color: #29415e;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
}

.two-boxes--box > div img {
    width: 28px;
    max-height: 34px;
}
.two-boxes--box > div:first-child img{
    width: 22px;
}
.two-boxes--box > div:nth-child(3) img {
    width: 22px;
}
.two-boxes--box > div:last-child img {
    width: 22px;
}
.gallery {
    padding: 70px 0;
}
.gallery h2 {
    margin-bottom: 32px;
    color: #29415e;
    font-size: 32px;
    font-family: denton-bold;
}
.gallery-slide {
    width: 400px;
}
.girl-section--box {
    background-color: #f3f5f6;
    border-radius: 20px;
    padding: 55px 90px;
    margin-bottom: 50px;
    position: relative;
}
.girl-section--box img {
    position: absolute;
    width: 270px;
    bottom: 0;
    right: 0;
}
.girl-section--box > div {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 40px;
    width: 70%;
}
.girl-section--box h3 {
    font-size: 42px;
    font-weight: 900;
    color: #2a4e82;
    font-family: gilory-extrabold;
}
.girl-section--box p {
    font-family: denton-bold;
    color: #848586;
    font-family: 17px;
}
.girl-section--box > div > div {
    width: calc(50% - 20px);
}
/* ---accordian-- */
.faqHeaderDiv {
    margin-bottom: 30px;
}
.accordion {
    padding: 10px 12px 0;
}
.accordion-item {
   padding: 10px 0;
  }
  .accordion-header {
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
  }
  .accordion-content {
    display: none;
    padding: 10px;
    background-color: #fff;
    color: #aeaeae;
    
    font-size: 15px;
  }
  .faqHeadingAndIcon {
    display: flex;
    justify-content: space-between;
  }
  .faqHeading {
    color: #1c3654;
    font-size: 34px;
    font-family: denton-bold;
  }
  .faqInnerHeading {
    color: #1c3654;
    font-size: 21px;
    font-family: denton-bold;
  }
  .faqInnerIcon {
    color: #1c3654;
    font-size: 1.5rem;
  }
  .faqPara {
    line-height: 27px;
    font-family: gilory-medium;
  }
  .arrowIconHeight {
    height: 16px;
    top: 5px;
    position: relative;
  }
  .about-us {
    position: relative;
  }
  .about-us img {
    position: absolute;
    right: 0;
    width: 280px;
    z-index: -1;
  }
  /* ----form------ */
  .formParent {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .form-section--box {
    background-color: #f3f5f6;
    border-radius: 20px;
    padding: 60px 70px 40px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 17px;
    margin-bottom: 50px;
}
  .formHeadingDiv {
    display: flex;
    flex-direction: column;
  }
  .formDescription {
    color: #93a0ad;
    font-size: 16px;
    font-weight: 600;
  }
  .form-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .form-column {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 45%;
  }
  .form-group {
    display: flex;
    flex-direction: column;
  }
  .form-heading {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 8px;
    color: #8d9aa9;
    font-weight: 600; 
  }
  input[type="text"] {
    padding: 8px;
    font-size: 14px;
    border-bottom: 1px solid #b6bfc8;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    background-color: transparent;
  }
  .form-footer {
    text-align: end;
    margin-top: 34px;
  }
  .submitBtn {
    background-color: #15304f;
    height: 48px;
    width: 200px;
    color: white;
    border-radius: 8px;
    border: none;
    font-size: 19px;
    font-weight: 600; font-family: gilory-bold;
  }
  .element {
    width: 100%;
    height: 1px; /* Adjust height as needed */
    background-image: linear-gradient(to right, #15304f 0%, #b6bfc8 70%, transparent 100%);
  }

  /* -----last section css----- */
  .containerLast {
    display: flex;
    gap: 20px;
  }
  .column {
    flex: 1;
    padding: 10px;
  }
  .column div {
    padding: 10px;
  }
  .column div:last-child {
    margin-bottom: 0; /* Remove margin for the last div in each column */
  }
  .logoLast {
    height: 70px;
  }
  .logoPara {
    color: #8e8e8e;
    line-height: 25px;
    font-weight: bold;
    
    font-size: 14px;
    margin-bottom: 12px;
  }
  .lastComponentHeadings {
    color: #1c3654;
    font-size: 21px;
    font-weight: 600; 
    font-family: denton-extrabold;
  }
  .lastComponentFirstColumnBtn {
    background-color: #f3f5f6;
    border: none;
    border-radius: 12px;
    width: 100%;
    height: 48px;
    font-size: 16px;
    
  }
  .linksDiv {
    color: gray;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .links {
    color: #818181;
    font-weight: 500;
    font-family: gilory-medium;
  }
  .LocationDiv {
    background-color: #f3f5f6;
    height: 128px;
    border-radius: 12px;
    margin-top: 18px;
  }
  .socialMediaIcons {
    display: flex;
    justify-content: space-between;
  }
  .socialMediaIcons img {
    width: 20px;
  }
  .blue-icon {
    .blue-icon {
        filter: invert(38%) sepia(100%) saturate(520%) hue-rotate(160deg) brightness(100%) contrast(100%);
      }
  }
  .endLine {
    background-color: #15304f;
    height: 1px;
    width: 100%;
  }
  .endlineText {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: 700; font-family: gilory-bold;
    
  }
  .two-boxes--box--container:last-child h3 {
    font-family: denton-bold;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.5;
  }
  .two-boxes--box--container:last-child h3 span {
    font-size: 19px;
  }
  
  @media (max-width: 767px) {
    .hero-section h1 {
        font-size: 30px;
    }
    .hero-section {
        padding: 136px 0 40px;
    }
    .about-us {
        margin-top: 70px;
    }
    .about-us p {
        font-size: 18px;
    }
    .logo {
        position: absolute;
        left: 15px;
        top: 24px;
        width: 75px;
    }
    .d-none-mobile {
        display: none;
    }
    .arrowIconHeight {
        height: 15px;
      }
    .form-container {
      flex-direction: column; 
    }
    .form-column {
        width: 100%;
        gap: 34px;
    }
    .form-footer {
        text-align: center;
        margin-top: 34px;
    }
    .form-section--box {
        padding: 40px 34px;
    }
    .submitBtn {
        background-color: #15304f;
        height: 35px;
        width: 100px;
        color: white;
        border-radius: 8px;
        border: none;
        font-size: 15px;
        font-weight: 500;
    }
    .containerLast {
        flex-direction: column;
    }
    .faqHeading {
        font-size: 25px;
    }
    .faqInnerHeading {
        font-size: 15px;
    }
    .faqPara {
        font-size: 15px;
    }
    .img-shape {
        margin-top: 42px;
        margin-bottom: 60px;
    }
    .three-images {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
    }
    .three-images > div {
        transform: none !important;
        position: unset;
    }
    .about-us-after .container {
        padding-bottom: 60px;
    }
    .wash-section {
        padding: 60px 0;
    }
    .mop {
        top: 365px;
        width: 128px;
    }
    .mug {
        top: 478px;
        width: 160px;
    }
    .wash-image {
        position: absolute;
        top: 393px;
        width: 220px;
    }
    .wash-images {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .wash-images > div {
        width: 80%;
    }
    .slider-sections h2 {
        font-size: 26px;
    }
    .our-usp .box {
        padding-bottom: 100px;
    }
    .our-usp .box-1 h2 {
        font-size: 22px;
    }
    .our-usp .box-2 img {
        display: none;
    }
    .our-usp .box-2 {
        padding-left: 20px;
        height: fit-content;
        padding-bottom: 20px;
    }
    .our-usp .box-3 img {
        display: none;
    }
    .our-usp .box-3 {
        border: 1px solid rgba(255, 255, 255, 0.281);
        height: fit-content;
        padding-bottom: 20px;
    }
    .our-usp .box-3 p {
        width: 100%;
    }
    .our-usp .box-3 p, .our-usp .box-2 p:last-child {
        font-size: 16px;
    }
    .our-usp .box-2 p:first-child {
        font-size: 22px;
    }
    .our-usp .box-3 p:last-child {
        font-size: 20px;
    }
    .our-usp .box {
        margin-bottom: 30px;
    }
    .vision-mission .container {
        flex-direction: column;
        gap: 10px;
    }
    .vision-mission .container > div {
        padding: 40px 30px;
        border-radius: 20px;
    }
    .vision-mission h2 {
        font-size: 28px;
    }
    .vision-mission p {
        font-size: 15px;
        line-height: 1.4;
    }
    .blue-area {
        padding-bottom: 50px;
    }
    .Partners {
        padding: 60px 0;
    }
    .Partners h2 {
        font-size: 25px;
    }
    .Partners img {
        width: 100%;
    }
    .lines {
        flex-direction: column;
    }
    .line-1, .line2 {
        width: 100%;
    }
    .lines > div > div p {
        font-size: 22px;
    }
    .boxes-box-1 p:nth-child(3) {
        font-size: 40px;
    }
    .lines > div > div.boxes-box-1, .lines > div > div.boxes-box-2 {
        height: 400px;
    }
    .lines > div > div.boxes-box-2 p,.lines > div > div.boxes-box-3 p, .lines > div > div.boxes-box-4 p {
        font-size: 25px;
    }
    .lines > div > div.boxes-box-3 {
        height: 220px;
    }
    .lines > div > div.boxes-box-4 {
        height: 300px;
    }
    .lines.single .line-1 > div {
        flex-direction: column;
        height: 540px;
    }
    .lines.single .line-1 > div p, .lines.single .line-1 > div p:not(:first-child) {
        width: 100%;
        font-size: 26px;
    }
    .lines.single .line-1 > div p:not(:first-child) {
        font-size: 18px;
    }
    .lines > div > div.boxes-box-6 img:not(.bg-image) {
        width: 229px;
        top: 83px;
        left: 50%;
    }
    .two-boxes--box.first {
        padding-left: 20px;
    }
    .two-boxes h2 {
        transform: none;
        position: unset;
        margin-top: 80px;
        font-size: 20px;
    }
    .two-boxes--box--container {
        margin-top: 30px;
    }
    .side-head {
        position: unset;
        margin-top: 12px;
    }
    .two-boxes--box--container:last-child .two-boxes--box {
        padding: 30px;
    }
    .two-boxes--box--container:last-child .two-boxes--box > div {
        gap: 12px;
    }
    .two-boxes--box > div svg {
        min-width: 20px;
    }
    .two-boxes--box--container:last-child h3, .two-boxes--box--container:last-child h3 span {
        width: 100%;
        font-size: 18px;
    }
    .side-by-side-img {
        display: none;
    }
    .unicef {
        width: 140px;
    }
    .unicef + img {
        left: 72%;
    }
    .every-child {
        font-size: 12px;
    }
    .girl-section--box {
        padding: 30px;
        border-radius: 20px;
        display: flex;
        flex-direction: column-reverse;
    }
    .girl-section--box img {
        position: unset;
        width: 180px;
        margin: 0 auto -30px;
    }
    .girl-section--box > div {
        width: 100%;
        gap: 20px;
    }
    .girl-section--box > div > div {
        width: calc(50% - 10px);
    }
    .girl-section--box h3 {
        font-size: 28px;
    }
    .girl-section--box p {
        font-size: 14px;
    }
    .gallery h2 {
        font-size: 25px;
    }
    .column {
        padding: 0px;
    }
    /* .lines.single .line-1 > div  */
  }


.female-hygiene {
    line-height: 23px;
}

.we-ensure {
    margin-top: 15px;
}

.partner-organization {
    margin-top: -22px;
}

/* ========== Home Page Navigation ========== */
.home-page-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(41, 70, 113, 0.12);
    transition: box-shadow 0.3s ease, background 0.3s ease;
}
.home-page-nav.scrolled {
    box-shadow: 0 4px 24px rgba(41, 70, 113, 0.15);
}
.home-nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 84px;
    gap: 24px;
}
.home-nav-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.home-nav-logo img {
    height: 58px;
    width: auto;
    display: block;
}
.home-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-family: gilory-medium, sans-serif;
}
.home-nav-menu li {
    margin: 0;
}
.home-nav-link {
    display: block;
    padding: 10px 14px;
    color: #2a4671;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
}
.home-nav-link:hover {
    color: #4171ab;
    background: rgba(65, 113, 171, 0.08);
}
/* Drawer wrapper (desktop: inline; mobile: overlay) */
.home-nav-drawer {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}
.home-nav-close {
    display: none;
}
/* Our Projects dropdown row (link + arrow toggle) */
.home-nav-dropdown-row {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 14px;
    color: #2a4671;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
    box-sizing: border-box;
}
.home-nav-dropdown-row:hover {
    color: #4171ab;
    background: rgba(65, 113, 171, 0.08);
}
.home-nav-link-text {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}
.home-nav-link-text:hover {
    color: inherit;
}
.home-nav-submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    margin: -4px 0 -4px 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: inherit;
    border-radius: 4px;
    transition: background 0.2s;
}
.home-nav-submenu-toggle:hover {
    background: rgba(65, 113, 171, 0.12);
}
.home-nav-mobile-cta {
    display: none;
}
/* Our Projects dropdown */
.home-nav-has-dropdown {
    position: relative;
}
.home-nav-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.home-nav-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    margin-left: 2px;
    transition: transform 0.2s;
}
.home-nav-has-dropdown:hover .home-nav-arrow {
    transform: rotate(180deg);
}
.home-nav-submenu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(42, 70, 113, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
    z-index: 100;
}
.home-nav-has-dropdown:hover .home-nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(4px);
}
.home-nav-submenu li {
    margin: 0;
    border-bottom: none;
}
.home-nav-sublink {
    display: block;
    padding: 10px 18px;
    color: #2a4671;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}
.home-nav-sublink:hover {
    color: #4171ab;
    background: rgba(65, 113, 171, 0.08);
}
.home-nav-cta {
    flex-shrink: 0;
}
.home-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: linear-gradient(135deg, #4171ab, #2a4671);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s;
}
.home-nav-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(65, 113, 171, 0.4);
}
.home-nav-spacer {
    height: 84px;
    width: 100%;
}
/* Hamburger - hidden on desktop */
.home-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
}
.home-nav-toggle:hover {
    background: rgba(65, 113, 171, 0.1);
}
.home-nav-arrow.home-nav-chevron {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
}
.hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background: #2a4671;
    border-radius: 1px;
    transition: transform 0.3s, opacity 0.3s;
}
.home-page-nav.menu-open .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.home-page-nav.menu-open .hamburger-line:nth-child(2) {
    opacity: 0;
}
.home-page-nav.menu-open .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile & tablet: hamburger + list menu only (no horizontal menu in header) */
@media (max-width: 1024px) {
    .home-nav-inner {
        padding: 14px 20px;
        min-height: 76px;
    }
    .home-nav-spacer {
        height: 76px;
    }
    /* Show hamburger, hide CTA from bar */
    .home-nav-toggle {
        display: flex !important;
        order: 2;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(65, 113, 171, 0.12);
        justify-content: center;
        align-items: center;
    }
    .home-nav-toggle:hover {
        background: rgba(65, 113, 171, 0.18);
    }
    .home-nav-toggle .hamburger-line {
        background: #2a4671;
    }
    .home-nav-cta {
        display: none !important;
    }
    /* Drawer: full viewport width & height, like common mobile menu */
    .home-nav-drawer {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100vh !important;
        min-height: 100dvh !important;
        flex: none !important;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        background: #fff;
        z-index: 99999;
        transform: translateX(100%);
        transition: transform 0.3s ease, visibility 0.3s;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: none;
        border-radius: 0;
        pointer-events: none;
    }
    .home-nav-drawer.is-open,
    .home-page-nav.menu-open .home-nav-drawer {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
        display: flex;
        flex-direction: column;
    }
    .home-nav-close {
        display: flex;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
        border: none;
        border-radius: 50%;
        background: rgba(65, 113, 171, 0.12);
        color: #2a4671;
        font-size: 24px;
        line-height: 1;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 2;
        transition: background 0.2s;
    }
    .home-nav-close:hover {
        background: rgba(65, 113, 171, 0.2);
    }
    /* List menu only inside drawer - vertical stack, full height */
    .home-nav-menu {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        position: relative;
        top: 0;
        align-items: stretch;
        gap: 0;
        padding: 72px 24px 32px;
        margin: 0;
        overflow-y: auto;
        flex: 1 1 auto;
        min-height: 0;
        width: 100%;
        list-style: none;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 1;
        box-sizing: border-box;
    }
    .home-nav-menu li {
        display: list-item !important;
        border-bottom: 1px solid rgba(42, 70, 113, 0.1);
        visibility: visible !important;
        opacity: 1;
    }
    .home-nav-menu li:last-child {
        border-bottom: none;
    }
    .home-nav-link,
    .home-nav-dropdown-row,
    .home-nav-link-text {
        display: block !important;
        padding: 16px 0;
        font-size: 16px;
        border-radius: 0;
        color: #2a4671 !important;
        text-decoration: none;
        visibility: visible !important;
        opacity: 1;
    }
    .home-nav-dropdown-row {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .home-nav-mobile-cta {
        display: list-item;
        margin-top: 8px;
        border-bottom: none;
    }
    .home-nav-mobile-cta .home-nav-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
    }
    /* Mobile: Our Projects - submenu hidden until down arrow clicked */
    .home-nav-has-dropdown {
        flex-direction: column;
        align-items: stretch;
    }
    .home-nav-dropdown-row {
        padding: 16px 0;
        border-radius: 0;
    }
    .home-nav-submenu-toggle {
        margin-left: auto;
    }
    .home-nav-submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 0 0 8px 0;
        min-width: auto;
        background: rgba(65, 113, 171, 0.06);
        border-radius: 0 0 8px 8px;
        margin: 0 0 8px 0;
        display: none;
        border: none;
    }
    .home-nav-has-dropdown.submenu-open .home-nav-submenu {
        display: block;
    }
    .home-nav-has-dropdown.submenu-open .home-nav-arrow {
        transform: rotate(180deg);
    }
    .home-nav-sublink {
        display: block !important;
        padding: 12px 0 12px 16px;
        font-size: 15px;
        color: #2a4671 !important;
        text-decoration: none;
        visibility: visible !important;
    }
    .home-nav-spacer {
        height: 76px;
    }
}

@media (max-width: 768px) {
    .home-nav-inner {
        padding: 14px 16px;
        min-height: 68px;
    }
    .home-nav-logo img {
        height: 48px;
    }
    .home-nav-menu {
        top: 68px;
        padding: 16px;
    }
    .home-nav-btn {
        padding: 8px 14px;
        font-size: 12px;
    }
    .home-nav-spacer {
        height: 68px;
    }
}

@media (max-width: 480px) {
    .home-nav-inner {
        padding: 12px 12px;
        min-height: 64px;
    }
    .home-nav-logo img {
        height: 42px;
    }
    .home-nav-menu {
        top: 64px;
    }
    .home-nav-spacer {
        height: 64px;
    }
}

/* Smooth scroll for anchor links - scroll-padding so section titles show below nav */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 84px;
}
@media (max-width: 1024px) {
    html {
        scroll-padding-top: 76px;
    }
}
@media (max-width: 992px) {
    html {
        scroll-padding-top: 76px;
    }
}
@media (max-width: 768px) {
    html {
        scroll-padding-top: 68px;
    }
}
@media (max-width: 480px) {
    html {
        scroll-padding-top: 64px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}