




@font-face {
    font-family: 'Futura Md BT';
    src: url('../Futura-Md-BT-Font/FutuBd.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FutuBdIt.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FutuMd.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FutuMdIt.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FuturaBoldBT.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FuturaBoldItalicBT.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FuturaMediumBT.ttf') format('ttf'),
        url('../Futura-Md-BT-Font/FuturaMediumItalicBT.ttf') format('ttf'),

        /* Add more src declarations for other font formats if necessary */
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url('../Futura-Hv-BT/FutuHv.ttf') format('ttf'),
        url('../Futura-Hv-BT/FutuHvIt.ttf') format('ttf'),
        url('../Futura-Hv-BT/FuturaHeavyBT.ttf') format('ttf'),
        url('../Futura-Hv-BT/FuturaHeavyItalicBT.ttf') format('ttf'),
        url('../Futura-Hv-BT/futurahi.ttf') format('ttf'),


}

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

body {

    /* background-color: #161817; */

    background-color: #f4f4f4;
    -webkit-animation: fixFont 1ms;
    -moz-animation: fixFont 1ms;
    animation: fixFont 1ms;

}

.oaragrapghcolor {
    /* color: #333333 !important; */
    color: #000 !important;
    font-family: "Roboto", serif !important;
    line-height: 23px !important;
    font-size: 18px !important;
    /* text-align: justify !important; */


}

.oaragrapghcolor span {
    font-weight: 900 !important;
}

.buttonbgcolorset {
    background-color: #22beeb !important;
}

@-webkit-keyframes fixFont {
    from {
        font-family: 'Futura Md BT', 'Futura Hv BT', Futura, sans-serif;
    }

    to {
        font-family: 'Futura Md BT', 'Futura Hv BT', Futura, sans-serif;
    }
}

@-moz-keyframes fixFont {
    from {
        font-family: 'Futura Md BT', 'Futura Hv BT', Futura, sans-serif;
    }

    to {
        font-family: 'Futura Md BT', 'Futura Hv BT', Futura, sans-serif;
    }
}

@keyframes fixFont {
    from {
        font-family: 'Futura Md BT', 'Futura Hv BT', Futura, sans-serif;
    }

    to {
        font-family: 'Futura Md BT', 'Futura Hv BT', Futura, sans-serif;
    }
}



.buttombg {
    background-color: #22beeb !important;
}


.subtitlecolortext {
    color: #0c507a !important;

    font-family: "Nunito", serif !important;

    font-size: 38px;
    font-weight: 800;
}



/* -------------------------- HEADER Start -------------------------- */

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

.my-nav {
    z-index: 3000 !important;
}

@media (max-width:992px) {
    .my-nav {
        background: #1e201f;
    }
}

.hero__img {
    background-image: url('../img/Artboard\ 2\ 2.png');
    background-size: cover;
    object-fit: cover;
    background-position: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
}


/* Background Image */

.index__bg__img {
    background-image: url(../img/bg-img.webp);
    background-repeat: no-repeat;
    background-position: left;
    object-fit: cover;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    mix-blend-mode: difference;
}

.bgcolorimgban {
    position: absolute;
    width: 300px;
    top: -70px;
    right: -30px;
}

@media(max-width:768px) {
    .bgcolorimgban {
        position: absolute;
        width: 300px;
        top: -70px;
        right: 0px;
    }
}

/* -------------------------- HEADER End -------------------------- */

/* -------------------------- MAIN --------------------------  */

/* ---------- Banner 1 Start ---------- */

.banner__1 {
    position: relative;
    z-index: 1;
}

/* -------Banner 1 Row ------- */

/* --- Left column --- */

/* logo */

.main__logo img {
    width: 210px;
}

/* content */

.banner__1__content h6 {
    font-size: 14px;
    font-weight: 400;
    /* font-family: 'Futura LT', sans-serif; */
    font-family: "Nunito", serif !important;
    line-height: 19px;
    letter-spacing: 0.1em;
    /* color: #9b9c9b; */
    color: #333333;
    position: relative;
    z-index: 1;
}



.banner__1__content h1 {
    font-family: "Nunito", serif !important;
    font-size: 50px;
    font-weight: 700;
    /* line-height: 69px; */
    background: #0c507a;
    /* background: linear-gradient(180deg, #FC467D -48.19%, #22beeb 82.61%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* button */

.banner__button {
    font-family: "Mukta Malar", serif;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: white;
    background-color: #22beeb;
    padding: 15px 30px;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.banner__button:hover {
    color: #22beeb;
    background-color: transparent;
    border: 2px solid #22beeb;

}

.banner__button1 {
    font-family: "Mukta Malar", serif;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: white;
    background-color: #22beeb;
    padding: 15px 30px;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

.banner__button1:hover {

    color: #22beeb;
    background-color: transparent !important;

    border: 2px solid #22beeb;

}

.banner__button {
    font-family: "Mukta Malar", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: white;
    background-color: #22beeb;
    padding: 15px 30px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #22beeb;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}


/* --- Right Column --- */

/* image */

.carousel__img {
    height: 700px !important;
    object-fit: cover;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;

    /* box-shadow: -1px 1px 22px #375559; */
}


@media(min-width:1300px) {
    .carousel__img {
        height: 800px !important;
        object-fit: cover;
    }
}

@media(min-width:1700px) {
    .carousel__img {
        height: 1200px !important;
        object-fit: cover;
    }
}

/* Positioned Search Container of Banner 1 */

.search__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    margin-top: -16rem;

}

.search__input {
    width: 50%;
    height: 30px;
    padding: 30px 50px;
    /* border: 2px solid #b9bab9; */
    /* border: 2px solid white; */
    opacity: 0.8;
    /* background-color: #1e201f; */
    border-radius: 20px 0 0 20px;

    font-family: "Mukta Malar", serif;
}

.search__input::placeholder {
    font-weight: 400;
    font-size: 18px;
    /* color: #e1e2e2; */
    color: #333333;
}

.inputlocnew {
    width: 50%;
}

.location__input {
    width: 100%;
    height: 30px;
    padding: 30px 50px;
    border: 2px solid #333333;
    /* background-color: #1e201f; */
    opacity: 0.8;
    font-family: "Mukta Malar", serif;
    border-radius: 0 20px 20px 0;
    /*margin-right: 23px;*/
    position: relative;
}

.location__input::placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    /* color: #e1e2e2 !important; */
}



.location__icon {
    position: absolute;
    left: 20px;
    top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #e5e5e4;
    z-index: 1;
}

.location__icon i {
    color: #e5e5e4 !important;
}

.search__button {
    color: white;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 54px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    padding: 12px 50px;
    background: #22beeb;
    border-radius: 15px;
    font-family: "Mukta Malar", serif !important;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
}

.search__button:hover {
    color: #22beeb;

    background: transparent !important;

    border: 2px solid #22beeb;


}

.Hrlined {
    border: 1px solid #D3D3D3;
}

.btn-info {
    background-color: #22beeb !important;
}

.search__input,
.location__input {
    border: 2px solid #333333;
    color: #333333;

    font-size: 20px;
}

/* .BTNMrgin{
    margin-top: -4px !important;
} */


/* ---------- Banner 1 End ---------- */
.main-section2 {
    /* background-color: #1e201f; */
}

.LANDING {
    /* color: white; */
    color: #0c507a;
    font-family: "Nunito", serif !important;
    font-size: 28px;
    font-weight: 800;
    line-height: 37px;
    letter-spacing: 0em;


}

/*.Height-img{*/
/*    height: 100% !important;*/
/*}*/
.EEB_TEXT {
    color: #0c507a;
}

.PAraEEB {
    /*color: #9e9f9f;*/
    color: #ffffff;
    font-family: "Roboto", serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* letter-spacing: 0.05em; */
    text-align: left;
}

.PArAEEBabouCONTA {
    line-height: 30px !important;
    letter-spacing: 1.5px !important;
    font-size: 18px !important;
}

.PArAEEB {

    /*font-family: Futura Md BT;*/
    font-size: 14px;
    font-weight: 400;
    color: white;
    /* line-height: 30px; */
    /* letter-spacing: 0.05em; */
    text-align: left;
}

.cardbannericonsnew {
    width: 90px;
    height: 90px;
    /* background-color:#B21490; */
    background-color: #eaeaea !important;
    position: relative;
    border-radius: 50px
}

.cardbannericonsnewinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.feature_card:hover .cardbannericonsnew {
    background-color: #9947E2;
}

@media(min-width:1300px) {
    .PArAEEB {

        /*font-family: Futura Md BT;*/
        font-size: 14px;
        font-weight: 400;
        color: white;
        /* line-height: 30px; */
        /* letter-spacing: 0.05em; */
        text-align: left;
    }

}

.PArAEEBnew {
    font-size: 18px !important;
    line-height: 16.78px;
    font-weight: 700;
    color: #333333;

    letter-spacing: 1.5px;
}

.IMAGRSD {
    background: #22beeb;
    width: 20%;
    /* padding-right: 40px; */
    padding: 10px;
    border-radius: 10px;
}

.BGCOLOR {
    /* background-color: #161817 !important; */
}

.FEATURED {
    font-family: "Nunito", serif !important;

    margin-bottom: 2rem;

    line-height: 36px;
    text-align: center;
    color: #22beeb;


}

.contactusmainnew {
    /* background-color:#1e201f !important; */
}

.NEESTEXT {
    font-family: "Roboto", serif !important;
    ;
    /*font-family: Futura Md BT;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
    letter-spacing: 3.4px;
}

.blogcardingbadge {
    position: relative;
}

.blogcardingbadge span {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: Futura Lt Bt;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.87);
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.SEction_3_text {
    font-family: "Nunito", serif !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #FFFFFFDE;
}

.image-container {
    background-image: url('../img/first1.png');
    /* Replace 'your-image.jpg' with your image file */
    background-size: cover;
    /*background-position: 100% 100%;*/
    /*height: 50vh;*/
    /* Ensures the background covers the entire viewport */
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Matrl {
    width: 50%;
}

@media(max-width:340px) {
    .Matrl {
        width: auto;
    }

    .magrind {
        margin-bottom: 30px;
    }
}


/* .nav-text a {
 
         font-family: "Roboto", serif !important;
;
  
   text-transform: uppercase;
   font-size: 13px;
   letter-spacing: 1px;
   line-height: 24px;
   color: #a3a6a7;
   background: transparent !important;
 } */

.small-headingsubtitlecolortext {
    font-family: "Nunito", serif !important;

}

.nav-text a {

    font-family: "Mukta Malar", serif !important;
    ;

    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 400;
    /* letter-spacing: 1.5px ; */
    color: #f4f4f4;
    background: transparent !important;
}

.nav-text .dropdown-menu {
    background-color: #0c507a;
}

.nav-text a:hover {
    color: #22beeb !important;

}

.nav-item .nav-link.active {
    color: #22beeb !important;
    ;
}

.mask-container {
    /* background-image: url('../img/Group\ 65.png'); */
    background-image: url('../img/Group\ 651.png');
    /* Replace 'your-image.jpg' with your image file */
    background-size: cover;
    /*background-position: 100% 100%;*/
    /*height: 50vh;*/
    /* Ensures the background covers the entire viewport */
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlaed {
    /* background-image: url('../img/thirdrde.png'); */
    background-image: url('../img/thirdrde1.png');
    /* Replace 'your-image.jpg' with your image file */
    background-size: cover;
    /*background-position: 100% 100%;*/
    /*height: 50vh;*/
    /* Ensures the background covers the entire viewport */
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.width-Over {
    width: 30% !important;
}

.Section2rd {
    /* background-image: url('../img/seoch2.png'); */
    background-image: url('../img/seoch21.png');
    /* Replace 'your-image.jpg' with your image file */
    background-size: cover;
    /*background-position: 100% 100%;*/
    /*height: 50vh;*/
    /* Ensures the background covers the entire viewport */
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3rd {
    /* background-image: url('../img/snd4.png'); */
    background-image: url('../img/snd412.png');
    /* Replace 'your-image.jpg' with your image file */
    background-size: cover;
    /*background-position: 100% 100%;*/
    /*height: 50vh;*/
    /* Ensures the background covers the entire viewport */
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section4rd {
    background-image: url('../img/snd31.png');
    /* Replace 'your-image.jpg' with your image file */
    background-size: cover;
    /*background-position: 100% 100%;*/
    /*height: 50vh;*/
    /* Ensures the background covers the entire viewport */
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.feature_card {
    border-radius: 12px;
    position: relative;
    height: 298px;
}



.feature_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color:black; */
    border-radius: 12px;
    opacity: 0.7;

}

.cardcontentnew {
    z-index: 1000;
    cursor: pointer;
}

.feature_card {
    cursor: pointer !important;
}

.feature_card:hover:before {
    border-radius: 12px;
    background-color: rgba(178, 20, 144, 0.6);

    /*background-color:#b21490 !important*/
    transition: 0.3s ease-in-out;
    cursor: pointer !important;

}






.feature_cardactivehover:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.500); */
}

.feature_cardactivehover:hover:before {
    border-radius: 12px;
    /*background-color: rgba(178, 20, 144, 0.479) !important;*/
    background-color: #b21490 !important;
    transition: 0.3s ease-in-out;
    cursor: pointer !important;
}

.feature_cardactiv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.500); */
}

.feature_cardactive:before {
    border-radius: 12px;
    /*background-color: rgba(178, 20, 144, 0.479) !important;*/
    background-color: #b21490 !important;
    transition: 0.3s ease-in-out;
    cursor: pointer !important;
}

.cardbannericonsnewactive {
    /* background-color: #9947E2 !important; */
    background-color: #eaeaea !important;
}

.QbtnNa {
    font-family: Futura Md BT;
    font-size: 16px;
    font-weight: 400;
    /* letter-spacing: 10%; */
    line-height: 20px;
    text-align: left;
    color: white;
}

.BBTNTEXXT {
    /*font-family: Futura Md BT;*/
    font-family: "Mukta Malar", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 0.1em;
    color: #FFFFFFDE;
    border-radius: 10px;
    z-index: 11;
    transition: 0.3s;
}

.BBTNTEXXT:hover {

    color: #FFFFFFDE;
    transform: scale(1.1);

}

@media(max-width:390px) {
    .BBTNTEXXT {

        font-size: 14px;


    }
}


/* Add any other styles for child elements here */

.card {
    border: none !important;
    /* background-color: #1e201f !important; */
    border-radius: 12px !important;
    height: 100% !important;
}

.Text-rd {
    font-family: "Nunito", serif !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
}

.social i:hover {
    transition: 0.3s ease-in-out;
    transform: scale(1.3);
}

.bloghead {
    font-family: "Nunito", serif !important;
    font-size: 18px;
    font-weight: 600;
    /* letter-spacing: 1.5px; */
    /* text-align: justify !important; */
    /* line-height: 27px; */ 
    color: #22beeb;
}

.container-bgimg {
    /* background-color: #1e201f !important; */

    color: #fff !important;

    border-radius: 20px !important;


}

.container-bgimgplans {
    /* background-color: #1e201f !important; */

    color: #fff !important;

    border-radius: 20px !important;

}

.container-bgimgplanscus {
    box-shadow:
        inset 0px 0px 19.23px 0px rgba(0, 0, 0, 1),
        inset 0px 0px 22.89px 0px rgba(0, 0, 0, 0.25);
    height: 383px;
    /* background-color: #1e201f !important; */
    border-radius: 30px !important;
}

.container-bgimgplanscus p {
    color: rgba(255, 255, 255, 0.57) !important;

}




.container-bgimgplans:hover {
    background-color: #22beeb !important;

    color: #fff !important;


    transition: .5s;

}

.container-bgimgplans:hover .oaragrapghcolor {
    color: white !important;
}

.container-bgimgplans:hover .subtitlecolortext {
    color: white !important;
}

.container-bgimgplanscus:hover {
    /* background-color: #1e201f !important; */
}


.container-bgimgplanscusaff {
    box-shadow:
        inset 0px 0px 19.23px 0px rgba(0, 0, 0, 1),
        inset 0px 0px 22.89px 0px rgba(0, 0, 0, 0.25);

    /* background-color: #1e201f !important; */
    border-radius: 30px !important;
    height: 450px;

}


.container-bgimgplanscusaff p {
    color: rgba(255, 255, 255, 0.57) !important;

}

.container-bgimgplanscusaff ul li {
    text-align: center;
    /* color:   rgba(255, 255, 255, 0.87) !important; */
    /* font-weight: 600 !important; */
    letter-spacing: 2.5px !important;
    list-style: none !important;
    font-size: 18px !important;

}

.container-bgimgplanscusaff:hover {
    /* background-color: #1e201f !important; */
}

@media(max-width:992px) {
    .container-bgimgplanscusaff ul {
        padding-left: 0px !important;

    }

    .container-bgimgplanscusaff {
        box-shadow:
            inset 0px 0px 19.23px 0px rgba(0, 0, 0, 1),
            inset 0px 0px 22.89px 0px rgba(0, 0, 0, 0.25);

        /* background-color: #1e201f !important; */
        border-radius: 30px !important;
        height: 100%;

    }
}

.container-bgimgplans h2 {

    font-family: Futura Hv BT !important;
    font-weight: 400 !important;
    font-size: 30px !important;

    line-height: 35.96px !important;
    /* color: rgba(255, 255, 255, 0.87) !important; */
    text-align: center !important;
}

.container-bgimgplans ul li {


    /* font-weight: 500; */
    font-size: 18px;
    line-height: 21.58px;
    letter-spacing: 1.5px;
    padding-block: 2px;
}

.horizentalline {
    width: 100%;
    height: 0.5px;
    background-color: #D3D3D3;
    margin-block: 10px;
}

.container-bgimgplans h3 {
    font-family: Futura Hv BT;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.5px;

}

/* New con */
.container-bgimgplansner h2 {

    font-family: Futura Hv BT !important;
    font-weight: 400 !important;
    font-size: 30px !important;

    line-height: 35.96px !important;
    color: rgba(255, 255, 255, 0.87) !important;
    text-align: center !important;
}

.container-bgimgplansner ul li {


    font-family: Futura Lt BT;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.58px;
    letter-spacing: 1.5px;
    padding-block: 2px;
}

.addbenli li {


    font-family: Futura Hv BT !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 32px;
    letter-spacing: 1.5px;
}

.horizentalline {
    width: 100%;
    height: 0.5px;
    background-color: #D3D3D3;
    margin-block: 10px;
}

.container-bgimgplansner h3 {
    font-family: Futura Hv BT;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.5px;

}

/* New con */
.containerBgImg {
    /* background-color: #1e201f !important;  */
    /* width: 400px !important; */

    color: #fff !important;
    border-radius: 25px !important;
    /* box-shadow: 0px 0px 19.23px 0px #000000 inset; */
    /* background: #22beeb !important; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;



}

.Additionplansb h2 {
    font-family: Futura Lt BT;
    font-weight: 600;
    font-size: 28px;
    line-height: 33.56px;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);

}

@media(max-width:992px) {
    .Additionplansb h2 {
        font-family: Futura Lt BT;
        font-weight: 600;
        font-size: 22px;
        line-height: 33.56px;
        text-align: center;
        color: rgba(255, 255, 255, 0.87);

    }
}

@media(min-width:1100px) {
    .containerBgImgjointeam {
        height: 333px !important;
    }
}

@media(max-width:992px) {
    .containerBgImgjointeam {
        height: 290px !important;
    }
}

.container-bgimgfix {
    box-shadow: rgba(14, 30, 37, 0.9) 0px 2px 4px 0px inset, rgba(14, 30, 37, 0.9) 0px 2px 16px 0px inset;
    background: #22beeb !important;
    height: 270px !important;
    border-radius: 30px !important;
}

.container-bgimgfix p {
    line-height: 20px !important;
}

/* .h-nav{
    height: 40px;
}
.bg-head{
    background-color: #22beeb !important;  
    
}
.bg-uperspace{
    background-color: #22beeb !important;

}
.line{
    border-bottom: 3px solid gray;
}
.btn-service{
    background-color: #22beeb;
}
.section-footer{
    background-color: #161817;
} */

.section-footer {
    background-color: #0b334c;
}

.footerText {
    font-family: Futura Hv BT;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.87);
}

.footerTextnew {
    font-family: 'Futura LT', sans-serif !important;
    font-size: 16px !important;

}

.footer-para {
    /*font-family: Futura;*/
    font-family: "Roboto", serif !important;

    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.87);
}

.footer-paracopyright p {
    /*font-family: Futura;*/
    font-family: "Roboto", serif !important;

    font-size: 16px !important;
    font-weight: 200 !important;
    line-height: 30px;
    color: #ffffff !important;
    letter-spacing: 0.05em;

}

.favtextT {
    color: rgba(255, 255, 255, 1);
    font-family: "Roboto", serif !important;

    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.1em;
}

/* .main-baner4 {
    background-image: url('../img/Get\ a\ Quote\ Now.png');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
} */
.bannersection4-innercontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 590px) {
    .bannersection4 h3 {
        white-space: nowrap;
        letter-spacing: 0em !important;
    }

    .BTNbanner {
        padding-block: 0rem;
        padding: 5px 30px 5px 30px !important;
    }

    .bannersection4-innercontent {}

}

@media (max-width:450px) {
    .bannersection4-img {
        height: 30vh !important;
    }

}

.bannersection4-img {
    width: 100%;
    position: relative;
    height: auto;
}

@media (max-width: 372px) {
    .main-baner4 {

        height: 20vh !important;
        /* background-position: center center !important; */
    }
}

.bannersection4 h3 {
    /*font-family: Futura Md BT;*/
    font-family: "Nunito", serif !important;

    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.25em;
    text-align: center;
    color: #FFFFFFDE;
}

.BTNbanner {
    /* font-family: Futura Hv BT; */
    font-family: "Mukta Malar", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.1em;
}

.Banersec3 {
    /* font-family: Futura Hv BT; */

    font-family: "Nunito", serif !important;
    font-size: 25px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #0c507a !important;

}

.containerBgImgTwo {
    /* background-color: #1e201f !important; */
    color: #fff !important;
    border-radius: 10px !important;
    border: 2px solid #22beeb !important;
}

.icon_styling {
    width: 40px
}

.icon_styling img {
    width: 40px;
}

/* row 1 left column row 1 */

.communicat_with_us {
    display: flex;
}

.communicat_with_us a {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #0c507a;
    cursor: pointer;
    height: 90px;


    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    /* Adjust the width as needed */
}

.stepfaqsaheading {
    color: #22beeb !important;

    font-family: "Nunito", serif !important;


}

.communicat_contact a {
    text-decoration: none;
    color: #ffffff;
    background-color: #0b334c;
    cursor: pointer;
    height: 110px;
}

.contact_card_title_updated {
    font-family: "Mukta Malar", serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    color: #FFFFFFDE;
}

/* .communicat_with_us a:hover {
    background: #B21490;
    color: rgba(255, 255, 255, 0.87);
    transition: 0.3s;
} */

.communicat_with_us .contact_us_cardactive {
    background: #B21490;
    color: rgba(255, 255, 255, 0.87);
    transition: 0.3s;
}

/* {
    background: #B21490;
    color: rgba(255, 255, 255, 0.87);
    transition: 0.3s;
} */
.contact_us_card {
    background: #1E201F;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.contact_card_title {
    font-family: "Mukta Malar", serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    color: #FFFFFFDE;
}

.Contact_card_text {
    font-family: "Mukta Malar", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    color: #FFFFFFDE;

}

.contact_card_text_updated {
    font-family: "Mukta Malar", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    color: #FFFFFFDE;

}

.contact_card_text1 {
    font-size: 22px !important;
}

.Contact_card_TEXT {
    font-family: "Roboto", serif !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    color: #FFFFFFDE;
}

@media(max-width:362px) {
    .Contact_card_TEXT {

        font-size: 14px;
        font-weight: 300;
        line-height: 23px;
        color: #FFFFFFDE;
    }
}

.PNgicons {
    background-color: #18BEF0;
    border-radius: 10px;
}

.contact_card_Title {
    font-family: Futura Hv BT;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    color: #000000DE;
}

.Contact_card_Text {
    font-family: "Roboto", serif !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    color: #000000DE;

}

/* Category-section start */
.Category-section {
    position: relative;
    background-image: url('../img/categorymain.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    width: 100%;
    height: 100vh !important;
}

.Blogmain {
    background-image: url('../img/blogmain.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    width: 100%;
    height: 100vh !important;
}

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

.catory-heading {
    font-family: "Nunito", serif !important;

    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #FFFFFFDE;


    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
}

.IMG-ovrlod {
    margin-top: -5.5rem !important;
    margin-bottom: 3rem;
}

@media (max-width:350px) {
    .IMG-ovrlod {
        margin-top: -5.5rem !important;
        margin-bottom: 1rem;
    }
}

.Catogry-para {
    font-family: "Roboto", serif !important;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 26px;
    text-align: justify !important;
    letter-spacing: 1.5px;
    color: #ffffff;
}

.blog-heading {
    color: #333333;
    font-family: "Nunito", serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
}

.subtitlecolortext2 {
    color: #0c507a !important;
    font-family: "Nunito", serif !important;
    font-size: 28px;
    font-weight: 800;
    line-height: 37px;
    letter-spacing: 0em;
}

.para-blog {
    font-family: "Josefin Slab", serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;
    color: rgba(255, 255, 255, 0.87)
}

.maincardetails {
    background-color: #161817;
}

.blogpara {
    font-family: "Josefin Slab", serif !important;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 26px;
    text-align: justify !important;
    letter-spacing: 1px;
    color: #ffffff;
}

.blogpara1 {
    color: #22beeb !important;
}


.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* Ensures the navbar stays above other elements */
    background-color: white;
    /* Adjust based on your design */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional: Adds a shadow for better visibility */
    transition: 0.5s ease-in-out !important;
}


.blogprofileinmg img {
    width: 35px;

}

/* .my-card-custom{
    background-color: #161817 !important;
} */
.Category-section2 {
    height: 60%;
}


.Hardworking {
    /* background-color:#1e201f ; */
}

.containerBgClr {
    /* background-color: #1e201f !important; */
    color: #fff !important;
}

.quoteImg {

    width: 100%;
    /* object-fit: cover; */
    border-radius: 10px;
}

.Hardwork {
    /* font-family: Futura Hv BT; */
    /* font-size: 25px;
font-weight: 400;
line-height: 30px;
color: #FFFFFFDE; */
    text-align: center;

}


/* sign in page style  */


.nav-anchor {
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}

.anchor-signUpBtn {
    color: #775da6;
}

.right-panel {
    background-color: #161817;
}

.my-forum-card {
    /* background-color: #1e201f; */
    width: 100%;
    height: fit-content;
    margin-top: 8rem;
    margin-bottom: 8rem;
}

@media (min-width:768px) {


    .my-forum-card {
        width: 100%;
    }
}

@media (min-width:992px) {
    .my-forum-card {
        width: 55% !important;
        /* margin-top: 20px !important; */
    }
}

.my-formInputs {
    background-color: #161817;
    border: #161817;
    padding-block: 10px;


}

.my-formInputs:focus {
    background-color: #161817;
    border: #161817;
    padding-block: 10px;
    color: #fff;


}

.my-formInputs::placeholder {
    color: #fff;
    font-size: 12px;
}

.forgot-password a {
    color: #775da6 !important;
    font-size: 14px;
}

.my-sign-inBtn {
    background-color: #1e7eb7;
    color: #fff;
    width: 100%;
}

.my-sign-inBtn:hover {
    background-color: #1e7eb7;
    color: #fff;

}

.or-and-lines {
    position: relative;
}

.or-and-lines::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 1px;
    background-color: #fff;
    left: 5px;
    bottom: 8px;
}

.or-and-lines::after {
    position: absolute;
    content: "";
    width: 40%;
    height: 1px;
    background-color: #fff;
    right: 5px;
    bottom: 8px;
}

.mygoogle-btn {
    padding: 10px;
    border-radius: 5px;
    background-color: #161817;
    width: 100%;

}

.mygoogle-btn:hover {
    background-color: #161817;
}

.left-panel-img {
    height: 100%;
    width: 100%;
}

.privacyandterms {
    color: #775da6;
    text-decoration: none;
}

.footer-text {
    font-size: 14px;
}

/* sign up styling */
.pass-strength-detect {
    width: 100%;
    height: 3px;
    background-color: #18BEF0;
    border-radius: 3px;
    margin-block: 10px;
}

.my-password-input {
    position: relative !important;
}

.password-hide-svg {
    position: absolute;
    right: 20px;
    bottom: 10px;

}

.password-hide-svg svg {
    cursor: pointer;
}

.input {
    color: #fff !important;
}

/* Hide the default checkbox */
.form-below-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 22px;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    margin: 5px 10px 0 0;
}

/* Custom design for the checkbox */
.form-below-checkbox:checked {
    background-color: #775da6;
    border-color: #775da6;
}

/* Custom checkmark */
.form-below-checkbox:checked::before {
    content: '\2713';
    /* Checkmark Unicode character */
    display: block;
    width: 16px;
    height: 16px;
    color: #fff;
    /* Color of the checkmark */
    text-align: center;
    line-height: 16px;
}

.terms-checkbox {
    font-size: 12px;
    font-weight: 500;
}

/* forgot password style  */
.forgot-pass-p {
    color: #333333 !important;
    font-family: "Roboto", serif !important;
    line-height: 23px !important;
    font-size: 17px !important;
    text-align: justify !important;
}

.just-remeber-text {
    color: #9e9f9f;
    font-weight: 600;
    font-size: 15px;
}

.just-remeber-text a {
    font-weight: 600;
}

/* profile page css */

.inputF {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: none !important;
    line-height: 1.5;
    /* color: var(--bs-body-color); */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #000000 !important;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    opacity: 57% !important;
}

.inputF {
    color: white !important;
    background-color: #000000 !important;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 57% !important;
}

.inputF::placeholder {
    font-family: none !important;
}

.bagcolor {
    background-color: #1E201F !important;
}

.bg-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../img/profile-bg.png') no-repeat center;
    ;
    background-size: cover;
    width: 100%;
    background-position: center;
    height: 100vh;
}

.profile {
    height: 90vh;
    display: flex;
    align-items: center;
}

.profile h1 {
    /* font-family: Futura Hv BT; */
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFFDE;
    line-height: 69px;
    letter-spacing: 7px;
    padding-bottom: 55px;
}

.profile-img {
    position: absolute;
    top: -100%;
    left: 41%;
}

.profile-icon {
    position: absolute;
    top: 73%;
    left: 76%;
    font-size: 24px;
    background: #9947E280;
    color: #FFFFFF;
    padding: 8px;
    border-radius: 4px;

}

.input-icon {
    position: absolute;
    top: 58%;
    left: 92%;
    font-size: 18px;
    font-weight: 400;

    /* color:rgba(255, 255, 255, 0.57); */
    z-index: 10px;
}

.form-head {
    font-family: Futura Hv BT;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFFDE;

}

.form-label {
    font-family: Futura Lt BT;

    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #FFFFFFDE;
}

/* .formed input{
    background-color: #000000 ;
} */
.form input::placeholder {
    font-family: Futura Lt BT;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    /* color: #FFFFFF91; */
}

.formed input {
    /* background-color: #22BEEB !important; */
    color: #000000 !important;
    font-size: 18px;
    font-weight: 400;
}

.formed textarea {
    /* background-color: #22BEEB !important; */
    color: #000000 !important;
    font-size: 18px;
    font-weight: 400;
}

.formed textarea::placeholder,
.form-select,
.formed input::placeholder {
    /* font-family: Futura Lt BT !important; */
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #000000;
    /* color: #FFFFFF91; */
}

#dob {
    color: #FFFFFF91;
}

.birth:hover {
    /* display: none; */
}

/* .form-select{
    background-color: #000000;
    color:#FFFFFF91;
} */
.form-text {
    font-family: Futura Lt BT;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #FFFFFF91;
}

@media(max-width:992px) {



    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100000000000000 !important;
    }




    .navbar-collapse {
        max-height: 100vh;
        overflow-y: auto;


    }

    /* Navbar Seeting  */
    .search__container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
        position: relative;
        margin-top: -16rem;

    }

    .search__input {
        width: 100%;
        height: 30px;
        padding: 30px 50px;
        border: 2px solid #333333 !important;
        opacity: 0.8;
        /* background-color: #1e201f; */
        border-radius: 20px 20px 20px 20px;
        margin-bottom: 20px;
    }

    .location__input {
        width: 100%;
        height: 30px;
        padding: 30px 50px;
        /* border: 2px solid #b9bab9; */
        /* background-color: #1e201f; */
        opacity: 0.8;
        border-radius: 20px 20px 20px 20px;
        /* margin-right: 23px; */
        position: relative;
        margin-bottom: 20px;
    }

    .search__button {
        color: white;
        border: none;
        cursor: pointer;
        position: unset;

        display: flex;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background: #22beeb;
        border-radius: 15px;
        transition: all .3s ease-in-out;
        width: 100%;
    }

    .search__container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1;
        position: relative;
        margin-top: unset !important;

    }

    .inputlocnew {
        width: 100%;
    }
}

.profilePic {
    width: 200px !important;
}

@media(max-width:768px) {
    .contact_card_title {
        font-family: Futura Lt BT;
        font-size: 18px;
        font-weight: 300;
        line-height: 23px;
        color: #FFFFFFDE;
    }


    .contact_us_card {

        padding: 10px;
    }

    .location__icon {
        position: absolute;
        left: 20px;
        top: 40px;
        font-weight: 400;
        font-size: 18px;
        color: #e5e5e4;
        z-index: 1;
    }

    .banner__1__content h1 {
        font-family: "Nunito", serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 69px;


    }

    .profile-img {
        left: 40%;
    }

    .profilePic {
        width: 160px !important;
    }
}

@media(max-width:380px) {
    .contact_card_title {
        font-family: Futura Lt BT;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        color: #FFFFFFDE;
    }
}

@media(max-width:350px) {

    .contact_card_text1 {
        font-size: 18px;
    }

    .contact_card_title {
        font-family: Futura Lt BT;
        font-size: 14px;
        font-weight: 300;
        line-height: 23px;
        color: #FFFFFFDE;
    }
}

@media(max-width:500px) {

    .banner__1__content h1 {
        font-family: "Nunito", serif;
        font-size: 35px;
        line-height: 40px;
    }

    .Text-rd {
        font-family: Futura Hv BT;
        font-size: 18px;

    }

    .profilePic {
        width: 130px !important;
    }

    .profile-img {
        top: -70%;
        left: 35%;
    }
}

@media(max-width:400px) {
    .bg-header {
        height: 80vh;
    }

    .profile {
        height: 60vh;
    }

    .profile-img img {
        width: 150px;
    }

    .profile-img {
        left: 28%;
        top: -60%;
    }

    .input-icon {
        left: 85%;
    }
}


.maskonimage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: black;
    opacity: 0.5;
    border-radius: 6px;

}

/* donation page css */





.cust-gap {
    /* gap: 50px !important; */
}

.container-bgimgabout {
    /* background-color: #1e201f !important; */
    /* width: 400px !important; */
    /* height: 280px !important; */
    color: #fff !important;
    border-radius: 25px !important;
    /* box-shadow: 0px 0px 19.23px 0px #000000 inset; */
    /* background: #22beeb !important;  */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}






@media (max-width:1186px) {
    .main-baner4 {
        padding-bottom: 90px !important;
        padding-top: 90px !important;
    }
}


.BTNbanner {
    padding-block: 1rem;
    padding: 15px 30px 15px 30px;
}





@media(max-width:355px) {
    .color-ap {

        padding-right: 15px;
    }
}

/* Bootstrap Tabs Setting  */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #22beeb !important;
}

.nav-pills .nav-link {
    /* background-color: #1E201F !important; */
    color: rgba(255, 255, 255, 0.87);
    margin-inline: 20px;
    min-width: 200px;
}

.addbenifitoptuin p {
    font-family: Futura Lt BT;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.5px;

}

.carddetailsdata p {

    font-family: Futura Lt BT;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;


}

.lowincompara {

    font-family: Futura Lt BT;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;


}



.custom-transparent-table {
    background-color: transparent;
}

.custom-transparent-table th,
.custom-transparent-table td {
    background-color: transparent;


    font-family: Futura Lt BT;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    width: 50%;
    padding-left: 15px;

}

.card-sizing {
    padding: 20px;
}

@media(max-width:390px) {
    .textemail {
        font-size: 14px;
    }

    .card-sizing {
        padding: 5px !important;
    }
}


.centerdtext {
    text-align: center !important;
}

/* Bootstrap Tabs Setting  */



.termsfeed-com---nb-interstitial {
    right: 0px !important;
    top: unset !important;
    left: 0px !important;
    bottom: 0px !important;
    max-width: 100%;
    position: fixed;
}


.termsfeed-com---nb .cc-nb-main-container {
    padding: 1rem !important;
}

.termsfeed-com---palette-dark.termsfeed-com---nb {
    background-color: #ffffff !important;
    /* color: #fff; */
}

.termsfeed-com---palette-dark .cc-nb-title {

    color: #0c507a !important;
    font-weight: 700 !important;
}

.termsfeed-com---palette-dark .cc-nb-text {
    color: rgba(0, 0, 0, 1) !important;
}

.button-row {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
}

.button-row a {
    display: inline-block;
    flex: 0 0 auto;
}

.button-row .banner__button1 {
    min-width: 200px;
    white-space: nowrap;
}

.hero-intro-paragraph {
    color: #000000 !important;
    font-family: "Roboto", serif !important;
    font-size: 18px !important;
}
/* Ensure card text always stays inside the card body at all breakpoints */
.card-body {
    overflow: hidden;
    min-width: 0;
    word-break: break-word;
}
.carddpara {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    padding: 0.5rem 0.25rem !important;
    box-sizing: border-box;
}
/* Responsive card grid: 1 per row (mobile), 2 (md), 3 (lg) */
@media (max-width: 575.98px) {
    .Hardworking .row > .col-md-4,
    .Hardworking .row > .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 576px) {
    .Hardworking .row > .col-md-4,
    .Hardworking .row > .col-lg-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
/* Show only two cards per row on medium/tablet screens for about page cards */
@media (min-width: 768px) and (max-width: 991.98px) {
    .Hardworking .row > .col-md-4,
    .Hardworking .row > .col-lg-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
/* Fix card text overflow for about page cards */
@media (max-width: 991.98px) {
    .container-bgimgabout {
        min-height: 220px !important;
        max-height: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: stretch;
    }
    .card-body {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        min-width: 0;
    }
    .carddpara {
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        font-size: 1rem;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0.5rem 0.25rem !important;
    }
}
/* ############################# ABOUT PAGE RESPONSIVENESS ############################ */

@media (max-width: 991.98px) {
    /* Stack about page columns vertically */
    .Hardworking .row > div[class^="col-"],
    .Hardworking .row > div[class*=" col-"] {
        margin-bottom: 2rem;
    }
    .abouttext,
    .subtitlecolortext,
    .visiontext {
        font-size: 2rem !important;
        text-align: center !important;
    }
    .quotes-section h1 {
        font-size: 2rem !important;
        text-align: center !important;
    }
    .quotes-section blockquote {
        padding: 0 1rem;
    }
    .Hardworking img,
    .quotes-section img,
    .container img,
    .main-baner4 img {
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .main-baner4 {
        flex-direction: column !important;
        padding: 2rem 0 !important;
        text-align: center;
    }
    .bannersection4 {
        width: 100% !important;
        padding: 0 1rem;
    }
}

@media (max-width: 767.98px) {
    .Hardworking .row {
        flex-direction: column !important;
    }
    .Hardworking .col-lg-7,
    .Hardworking .col-lg-5,
    .Hardworking .col-md-5,
    .Hardworking .col-md-7 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .Hardworking .row > div {
        margin-bottom: 1.5rem;
    }
    .quotes-section .quotes-container {
        padding: 0 0.5rem;
    }
    .container-xxl, .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .main-baner4 {
        padding: 1.5rem 0 !important;
    }
}

@media (max-width: 575.98px) {
    .abouttext,
    .subtitlecolortext,
    .visiontext,
    .quotes-section h1 {
        font-size: 1.3rem !important;
        text-align: center !important;
    }
    .Hardworking .row > div {
        margin-bottom: 1rem;
    }
    .main-baner4 h3 {
        font-size: 1.1rem !important;
    }
    .bannersection4 button {
        width: 100%;
        font-size: 1rem !important;
        padding: 0.75rem 0;
    }
    .container-xxl, .container {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}
/* ############################# Home Page ############################ */
@media (min-width: 992px) and (max-width: 1200px) {

    /* Positioned Search Container of Banner 1 */

    .search__container {
        width: 77%;
        margin-top: 2rem;
    }

    .search__button {
        right: 4%;
    }


}

@media (min-width: 768px) and (max-width: 992px) {

   
.search__container {
        width: 70%;
        margin-top: 2rem;
    }

    .search__button {
        right: 41%;
        bottom: -60px;
    }

    .location__input {
        margin-right: 0;
    }

}

@media (min-width: 525px) and (max-width: 786px) {
   
    /* Positioned Search Container of Banner 1 */

    .search__container {
        width: 70%;
        display: flex;
        margin-top: 2rem;
        flex-direction: column;
    }

    .search__input {
        width: 100%;
        border-radius: 20px;
    }

    .location__input {
        width: 100%;
        margin-top: 1rem;
        border-radius: 20px;
    }

    /* .location__icon {
        left: 9%;
        bottom: 23px;
    } */

    .search__button {
        right: 38%;
        bottom: -60px;
    }

    .location__input {
        margin-right: 0;
    }

}

@media (min-width: 425px) and (max-width: 525px) {


    /* Positioned Search Container of Banner 1 */

    .search__container {
        width: 94%;
        display: flex;
        margin-top: 2rem;
        flex-direction: column;
    }

    .search__input {
        width: 100%;
        border-radius: 20px;
    }

    .location__input {
        width: 100%;
        margin-top: 1rem;
        border-radius: 20px;
    }

    /* .location__icon {
        left: 9%;
        bottom: 23px;
    } */

    .search__button {
        right: 27%;
        bottom: -60px;
    }

    .location__input {
        margin-right: 0;
    }
}

@media (min-width: 320px) and (max-width: 425px) {


    /* Background Image 1 */

    .index__bg__img {
        top: -50px;
    }

    /* Positioned Search Container of Banner 1 */

    .search__container {
        width: 94%;
        display: flex;
        margin-top: 2rem;
        flex-direction: column;
    }

    .search__input {
        width: 100%;
        border-radius: 20px;
    }

    .location__input {
        width: 100%;
        margin-top: 1rem;
        border-radius: 20px;
    }

    /* .location__icon {
        left: 9%;
        bottom: 23px;
    } */

    .search__button {
        right: 27%;
        bottom: -60px;
    }

    .location__input {
        margin-right: 0;
    }

}

/* ----Footer-- */
@media (min-width: 320px) and (max-width: 515px) {
    .index__bg__img {
        top: -140px;
    }
}

/* ############################# TERMS AND CONDITIONS PAGE RESPONSIVENESS ############################ */
/* Scoped under .terms-page (wrapper added in the 5 term-and-condition*.blade.php views) so these
   rules cannot leak onto other pages that share the same generic classes
   (.top-heading, .PolIcyhead, .term-Para, .page-item, .page-link, etc. are used site-wide). */

.terms-page .bg-Term-condition {
    background-size: cover;
    background-position: center;
}

/* Tablet and below: shrink the full-viewport hero so it doesn't dominate the screen */
@media (max-width: 991.98px) {
    .terms-page .bg-Term-condition {
        height: 50vh !important;
    }

    .terms-page .top-heading {
        font-size: 2.2rem !important;
    }

    .terms-page .PolIcyhead {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    .terms-page .term-Para {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .terms-page .subtitlecolortext {
        font-size: 28px !important;
    }
}

@media (max-width: 767.98px) {
    .terms-page .bg-Term-condition {
        height: 45vh !important;
    }

    .terms-page .top-heading {
        font-size: 1.8rem !important;
    }

    .terms-page .PolIcyhead {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }

    .terms-page .term-Para {
        font-size: 15px !important;
        line-height: 22px !important;
        word-break: break-word;
    }

    .terms-page .subtitlecolortext {
        font-size: 22px !important;
    }
}

@media (max-width: 575.98px) {
    .terms-page .bg-Term-condition {
        height: 40vh !important;
    }

    .terms-page .top-heading {
        font-size: 1.5rem !important;
    }

    .terms-page .PolIcyhead {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    .terms-page .term-Para {
        font-size: 14px !important;
        line-height: 21px !important;
        text-align: justify !important;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .terms-page .subtitlecolortext {
        font-size: 20px !important;
    }
}

@media (max-width: 374px) {
    .terms-page .bg-Term-condition {
        height: 35vh !important;
    }

    .terms-page .top-heading {
        font-size: 1.2rem !important;
    }

    .terms-page .PolIcyhead {
        font-size: 16px !important;
    }

    .terms-page .term-Para {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .terms-page .subtitlecolortext {
        font-size: 18px !important;
    }
}

/* Pagination: wrap onto multiple lines instead of overflowing on narrow screens */
@media (max-width: 767.98px) {
    .terms-page .paginat {
        flex-wrap: wrap;
        row-gap: 0.5rem;
    }

    .terms-page .page-item {
        margin: 0.25rem !important;
        padding: 6px 12px !important;
        font-size: 13px;
    }

    .terms-page .page-link {
        padding: 0.4rem 0.8rem !important;
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .terms-page .page-item {
        margin: 0.2rem !important;
        padding: 5px 10px !important;
        font-size: 12px;
    }

    .terms-page .page-link {
        padding: 0.3rem 0.6rem !important;
        font-size: 12px;
    }

    .terms-page .page-item img {
        width: 14px;
        height: 14px;
    }
}

/* ############################# SITE-WIDE HERO HEADER RESPONSIVENESS ############################ */
/* Every inner-page hero header (About, Contact, Services, Category, Privacy Policy, Junk Removal,
   Donations, etc.) uses one of the "top-sect*" background-image classes, all fixed at height:100vh
   with no breakpoints - full-viewport-tall on every screen size, forcing extra scrolling on mobile
   before any real content is visible. All of them already have position:relative (required so any
   absolutely-positioned heading text inside centers correctly against the header box, not the
   viewport - see the Terms & Conditions fix), so shrinking the height here is safe and keeps the
   image proportionally covering the box via background-size:cover with no distortion. */
@media (max-width: 991.98px) {
    [class*="top-sect"],
    .bg-headerEd,
    .bg-headerEd_affliates,
    .Category-section {
        height: 60vh !important;
    }
}

@media (max-width: 767.98px) {
    [class*="top-sect"],
    .bg-headerEd,
    .bg-headerEd_affliates,
    .Category-section {
        height: 50vh !important;
    }
}

@media (max-width: 575.98px) {
    [class*="top-sect"],
    .bg-headerEd,
    .bg-headerEd_affliates,
    .Category-section {
        height: 45vh !important;
    }
}

@media (max-width: 374px) {
    [class*="top-sect"],
    .bg-headerEd,
    .bg-headerEd_affliates,
    .Category-section {
        height: 40vh !important;
    }
}


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

:root {
  --primary-color: #22beeb;
  --secondary-color: #e2e2e2;
  --primary-bg-color: #161817;
  --secondary-bg-color: #1e201f;

}

@import url('https://fonts.cdnfonts.com/css/futura-lt');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@font-face {
  font-family: 'Futura Md BT';
  src: url('../Futura-Md-BT-Font/FutuBd.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FutuBdIt.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FutuMd.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FutuMdIt.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FuturaBoldBT.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FuturaBoldItalicBT.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FuturaMediumBT.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FuturaMediumItalicBT.ttf') format('ttf'),

    /* Add more src declarations for other font formats if necessary */
}

@font-face {
  font-family: 'Futura Hv BT';
  src: url('../Futura-Hv-BT/FutuHv.ttf') format('ttf'),
    url('../Futura-Hv-BT/FutuHvIt.ttf') format('ttf'),
    url('../Futura-Hv-BT/FuturaHeavyBT.ttf') format('ttf'),
    url('../Futura-Hv-BT/FuturaHeavyItalicBT.ttf') format('ttf'),
    url('../Futura-Hv-BT/futurahi.ttf') format('ttf'),


}





/* navbar */
.bg-info {
  /* background-color: #22beeb !important; */
  background-color: #22beeb !important;
}


.bg-info:hover{
  background-color: #22beeb !important;
  color: white ;
}

/* .nav-text a {
  font-family: "Nunito", serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1.5px ;
  color: #a3a6a7;
  background: transparent !important;
}
.nav-text a:hover{
  color: #726e6e !important;

}
.nav-item .nav-link.active {
  color: #ffffff !important;
}
 */
.my-nav {
  z-index: 3000 !important;
  background-color: #0b334c;
}
.signinupbtn{
  font-size: 14px !important;

  font-family: "Mukta Malar", serif;
  border: 2px solid transparent !important;
  border-radius: 10px;

}
.signinupbtn:hover{
 background-color: transparent !important;
 border: 2px solid #22beeb !important;
 color: #22beeb !important;

}

/* @media (max-width:992px) {
  .my-nav {
    background: var(--secondary-bg-color);
  }
} */


/* Style for the top section */
.top-section {
  position: relative;
  background-image: url(../img/14-1.webp);
  background-position: 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}


/* Style for the gradient mask */
.top-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  pointer-events: none;

}


.top-heading {
  font-size: 45px;
  font-weight: 700;
  position: absolute;
  top: 40%;
  transform: translateY(-50%) !important;

  letter-spacing: 3px !important;
  left: 5%;

  letter-spacing: 0.2rem;


  z-index: 1;
  color: var(--secondary-color);
 
 
 
}

@media(max-width:554px)
{
  .top-heading {
    font-size: 1.8rem;
    
}
}



.maskonimageservice{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: black;
  opacity: 0.3;
  border-radius:6px;
 z-index: 1;
 
}
 
.viewJobBtn{
  background-color: #22beeb !important;
  /* color: white !important; */
  position: absolute;
  border-radius: 8px !important;
  bottom: 20%;
  left: 5%;
}
 
/* Style for the top section */
.card {
  border: none !important;
  /* background-color: #1e201f !important; */
  background-color: #0c507a;
  border-radius: 12px !important;
  height: 100% !important;
}

.extrapaded {
  padding-bottom: 2.6rem;
}

.top-sectcomer {
  position: relative;
  background-image: url('../img/comercl.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectstorage {
  position: relative;
  background-image: url('../img/storagemain.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectContact {
  position: relative;
  background-image: url('../img/contact-main.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectaboutus {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../img/Join_our_team_bg_image.webp');
  /*background-position: 100% 100%;*/
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectcategory {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../img/categorymain.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectlaundry {
  position: relative;
  background-image: url('../img/londrymain.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectforelace {
  position: relative;
  background-image: url('../img/forelacemain.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectresidental {
  position: relative;
  background-image: url('../img/residentalmain.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectecology {
  position: relative;
  background-image: url('../img/ecologymain2.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectdonation5 {
  position: relative;
  color: white !important;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.top-sectdonation5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.6)), url('../img/donations or gifts.jpg');
  background-position: 60% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.top-sectdonation5 h1 {
  position: absolute;
  z-index: 1;
}

.top-sectdonation5-donations {
  position: relative;
  background-image: url('../img/Donation.jpg');
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectsenitization {
  position: relative;
  background-image: url('../img/senitization.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-secthoder {
  position: relative;
  background-image: url('../img/hodermain.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectBiohazard {
  position: relative;
  background-image: url('../img/Biohazardmain.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-secthazmat {
  position: relative;
  background-image: url('../img/hazmatmain.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectjunk {
  position: relative;
  background-image: url('../img/junkmain.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.top-sectPrivacy {
  position: relative;
  background-image: url('../img/privacymain.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

/* Style for the top section */
.top-sectioned {
  position: relative;
  background-image: url('../img/mainoffice.png');
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.custom-info-text {
  color: #22beeb;
}


.top-heading {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%) !important;
  letter-spacing: 3px !important;
  z-index: 1;

  color: var(--secondary-color);
  font-family: "Nunito", serif !important;

}

/* Style for the top section */
.top-sectionwall {
  position: relative;
  background-image: url(../img/wallsec1.png);
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

/* Style for the gradient mask */
.top-sectionwall::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  pointer-events: none;

}


.top-headingwall {
  position: absolute;
  top: 40%;
  left: 5%;
  z-index: 1;
  font-weight: 700;
  color: var(--secondary-color);
  font-family: "Futura HV BT", sans-serif;
}

/* .most-popular-section {
  background-color: var(--primary-bg-color);
} */

.most-popular-heading {
  color: var(--secondary-color);
  font-family: 'Futura Hv BT', sans-serif !important;
  font-size: 26px;


}

.card-sizing {
  padding: 20px;
}

.section-headings {
  padding-block: 3.8rem ;
}

.belowText-most-popular {
  color: var(--secondary-color);
  font-family: 'Futura Md BT', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.5px;
}


.my-custom-card {
  background-color: var(--secondary-bg-color);
  color: var(--secondary-color);
  width: 100%;
  border-radius: 15px;
}

.my-card-text {
  font-size: 20px;
  font-weight: 700;
}

.my-card-overlay-btn {
  align-self: center;
  justify-self: center;
}

.overlay-btn {
  padding: 5px 35px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  background-color: var(--primary-color);
  color: #fff;
}

/* .my-card-agained {
  background-color: #161817 !important;
} */

.quote-section {
  background-image: url(../img/qoutesecmask.webp);
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding-block: 6rem;
}

.quotes-heading {
  font-size: 35px;
  color: #22beeb;
  font-weight: 700;
  font-family: "Futura HV BT", sans-serif;
}

.quote-is-here {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}

.popular-categories-section {
  background-color: var(--secondary-bg-color);

}

.my-custom-card-below {
  background-color: var(--primary-bg-color) !important;

}

.belowCards-overlay-btn {

  margin-top: -150px;

}

.below-card-new-icon {
  width: 80px;
  height: 80px;
  background-color: #9947e2;
  padding: 20px;
  border-radius: 50%;
}

.below-cards-small {
  font-weight: 600;
}



/* *****************service page styling ******************** */


.ecological-top-section {
  position: relative;
  background-image: url(../img/eco-main.png);
  background-position: 84%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

/* Style for the gradient mask */
.ecological-top-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  pointer-events: none;

}

.ecological-second-section {
  background-color: var(--secondary-bg-color);
}

.seeAll {
  margin-bottom: 2rem;
}

.seeall-btn {
  padding-inline: 30px;
  padding-block: 5px;
  font-size: 12px;
  border-radius: 5px;
  border: none;
  background-color: #22beeb;
  color: #fff;


}

.eco-popular-categories-section {
  background-color: var(--primary-bg-color);
}

.eco-custom-card-below {
  background-color: var(--secondary-bg-color);
}

.hardworking-sec {
  background-color: var(--secondary-bg-color);
}
/* 
.my-card-img {
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
} */

/* wall cleaning */
.wallText {
     font-family: "Nunito", serif !important;

  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #FFFFFFDE;
}

.wallpara {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.5px !important;
  line-height: 22px;
  text-align: left;
   color: rgba(255, 255, 255, 0.87);
}

.carddhe {
  font-size: 24px !important;
font-weight: 700 !important;
line-height: 21.58px !important;
letter-spacing: 0.1em !important;
text-align: center !important;
color: #0c507a !important;
font-family: "Nunito", serif !important;

}

.carddpara {
  font-family: "Roboto", serif !important;

font-size: 16px;
font-weight: 400;
line-height: 21.58px;
letter-spacing: 0.1em;
text-align: center;
color: #ffffff;

}

.slick-prev:before{
  display: none !important;
}
.slick-next:before{
  display: none !important;
}

 

.pr-cust {
  padding-right: 20px;
}

.nav-link:focus, .nav-link:hover{
  color: #22beeb !important;
}




/***** quotes section *****/
.quotes-section {
  color: white;
  background-image: url('../img/qoutesecmask.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* Ensures the image fits exactly without cropping */
  background-position: center;
  /* Centers the background image */
  padding-block: 100px;
}

@media (max-width: 768px) {
  .quotes-section {
    background-size: cover;
    /* Maintains aspect ratio for smaller screens */
    background-position: center;
    /* Centers the background image */
  }
}
 
 

.quotes-img {
  height: 70px;
}
 
 

.quotes-container h1 {
  font-family: "Nunito", serif !important;

  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #22beeb;
}

.Quotespara {
  color: #FFFFFFDE;
  font-family: "Mukta Malar", serif;
  

  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 75.72px;
  text-align: center;
 
 
}

.quotes-sub-container {
  position: relative;
  width: 100%;
  z-index: 100;
  opacity: 1;
}

.quotes-sub-container::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0%;
  height: 2px;
  width: 43%;
  background-color: rgba(32, 191, 241, 1);
 
}

.quotes-sub-container::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 0%;
  height: 2px;
  width: 43%;
  background-color: rgba(32, 191, 241, 1);
}

.line-display {
  width: 100%;
  height: 2px;
  background-color: rgba(32, 191, 241, 1);
  opacity: 1;
  border: none;
 
}


/***** End quotes section *****/



/***** service section *****/
.service-container-row .slick-prev {
  position: absolute;
  top: -30px;
  left: 0;
  left: 90%;
}

.service-container-row .slick-next {
  position: absolute;
  top: -30px;
  right: 4%;
}

.service-container-row .slick-list {
  /* margin-top: 30px; */
}

/***** End service section *****/
@media (width<1200px) {
  .service-container-row .slick-prev {
    left: 89%;
  }
}

@media (width<768px) {
  .service-container-row .slick-prev {
    left: 88%;
  }
}

@media (width<576px) {
  .service-container-row .slick-prev {
    left: 86%;
  }
}

@media (width<420px) {
  .service-container-row .slick-prev {
    left: 82%;
  }
}

@font-face {
  font-family: 'Futura Hv BT' !important;
  src: url('fonts/FuturaHvBT.woff2') format('woff2') ,
       url('fonts/FuturaHvBT.woff') format('woff'),
       url('fonts/FuturaHvBT.ttf') format('truetype') !important;
}

/* about page css */
.abouttext {
 
  /* font-family: Futura Md BT; */
 
  font-weight: 400;
 
  line-height: 23.97px;
  text-align: left;
  /* color: #FFFFFFDE; */
 
  font-weight: 600;
  line-height: 35.96px;
  text-align: left;
  color: #FFFFFFDE;

}

.abouttextnew {
     font-family: "Nunito", serif !important;

  font-size: 25px;
  font-weight: 400;
  line-height: 23.97px;
  text-align: left;
  color: #FFFFFFDE;
}
 
 

.About-section2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 21.58px !important;
  letter-spacing: 0.1em !important;
  text-align: center !important;
  color: #0c507a !important;
  font-family: "Nunito", serif !important;
 
 
}

.Aboutpara {
       font-family: "Roboto", serif !important;

 
 
 
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.06em;
  text-align: left;
 
  color: #FFFFFF91;
 /* color:#ffffff; */
}
.Aboutparajoin{
       font-family: "Roboto", serif !important;

 
 
 
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing:1.5px;
  text-align: left;
 
  color: white;
}
.Aboutparajoincard{
       font-family: "Roboto", serif !important;

 
 
 
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing:1.5px;
  text-align: left;
 
  color: white;
}
.joinMainImg{
  height: 290px !important;
}
.visionImg{
  height: 400px !important;

 
  /*color: #FFFFFF91;*/
 
  color: #FFFFFF91;

}

.color-ap {
       font-family: "Roboto", serif !important;

 
  font-size: 18px !important;
  /* font-weight: 500 !important; */
  line-height: 30px !important;
  letter-spacing: 1.5px !important;
  padding-right: 23px;
  
}

.establiH {
  /* font-family: Futura Md BT; */
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  /* color: #FFFFFFDE; */
  color: #FFFFFFDE ;

}

.wHytext {
  /*    font-family: "Nunito", serif !important;
 */
 
  font-weight: 600;
  line-height: 40.96px;
  text-align: center;
  color: #FFFFFFDE;
   
}

/* privacy policy css */
.PrivacyPtext {
  color: #0c507a;
  /* font-family: Futura Md BT; */

  font-family: "Nunito", serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 50.71px;
  letter-spacing: 0.1em;
}

.LinedH {
  background-color: black !important;
  color: black;
  height: 3px;
}

.PricvayPara {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #FFFFFFDE;
}

.PolIcyhead {
     font-family: "Nunito", serif !important;

  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color:#0c507a;
  /* Many pages add Bootstrap's py-2 to this heading for top breathing room,
     but that same class's 8px bottom padding stacks with this element's own
     margin-bottom, doubling the gap before the description text. Zero out
     the padding-bottom so only margin-bottom controls the gap below. */
  padding-bottom: 0 !important;
  margin-bottom: 4px;
}

.additonalText {
     font-family: "Nunito", serif !important;

  font-size: 16px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #FFFFFFDE;
}

.BaTcolor {
  background-color: #161817 !important;
  border-radius: 10px;
}

/* qoute css */

.bg-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../img/servicebg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100vh;
}

.main-QoUte {
  height: 90vh;
  display: flex;
  align-items: center;
}

.main-QoUte h1 {
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 69px;
  letter-spacing: 5px !important;
}


.Qoute-heading {
  font-family: Futura Hv BT ;
  font-size: 30px;
  font-weight: 600;
  line-height: 35.96px;
  color: #FFFFFF;
}
.Qote-input:focus{
  color: white !important;
  background-color: #161817 !important;
}

.para-qoute {
       font-family: "Roboto", serif !important;

  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 1.5px;
  text-align: left;
  color:#ffffff
}
.para-qoutes {
       font-family: "Roboto", serif !important;

  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 1.5px;
  text-align: left;
  color:#ffffff
}


@media(max-width:554px)
{
  .para-qoute {
         font-family: "Roboto", serif !important;

    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1.5px;
    text-align: left;
    color:#ffffff
  }
  
}
.qoute-btn {
  font-family: Futura Md BT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
}

.bg-sec {
  background-color: rgba(30, 32, 31, 1);
}

.form-para {
  font-family: Futura Md BT;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.58px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.57);

}

.FullBodyc {
  background-color: #161817 !important;
}

.table td {
  /* background-color: #1E201F !important; */
}

.table-bordered {
  border: 1px solid #575757 !important;
}

/* Set default background color for all <td> elements */
.BG_ID {
  background-color: #1E201F !important;
}

/* Set checkbox label color to white */
.white-label {
  color: white;
}
 

.red-bg {
  background-color: #22beeb !important;
  /* Set background color to red */
}

.form-check {
  /* font-family: Futura; */
  font-size: 16px;
  font-weight: 400;
  line-height: 20.78px;
  color: rgba(255, 255, 255, 0.57);
}

.highlight {
  background-color: #007bff !important;
}

.form-check-input {
  background-color: #1E201F;
  border-color: #575757;
}

.label-text {
       font-family: "Roboto", serif !important;

  font-size: 20px;
  font-weight: 600;
  line-height: 23.97px;
  color: rgba(255, 255, 255, 0.87)
  ;
}

.form-select {
  /* background-color: #161817; */
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 600;
  line-height: 19.18px;
  /* color: rgba(255, 255, 255, 0.57); */
}

.form-select option {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 600;
  line-height: 19.18px;
}

.Qote-input {
  background-color: #161817 !important;

}

.form textarea::placeholder,
.form input::placeholder ,
.form-select{
       font-family: "Roboto", serif !important;

  font-size: 16px;
  font-weight: 600;
  line-height: 19.18px;
  /* color: rgba(255, 255, 255, 0.57); */
}
/* .form-control{
  color: rgba(255, 255, 255, 0.87)
  ;
} */
/* .form-control:focus{
  background-color: #161817 !important;
  color: rgba(255, 255, 255, 0.87)
  ;
} */
@media (max-width:576px) {
  .main-QoUte h1 {
    font-size: 30px;
  }

  .bg-header {
    height: 70vh;
  }

  .main-QoUte {
    height: 50vh;
  }
}

/* OUR SUBSCRIPTION CSS */

.monthlyhousecleanmain h2{
  
font-family:  Futura Hv BT;
font-weight:  400;
font-size:  18px;
line-height:  22px;
color: rgba(255, 255, 255, 0.87);
}
.monthlyhousecleanmain h3{
  
font-family:  Futura Hv BT;
font-weight:  400;
font-size:  18px;
line-height:  22px;
color: rgba(255, 255, 255, 0.87);
}
.monthlyhousecleanmain p{
  
font-family:  Futura Lt BT;
font-weight:  400;
font-size:  18px;
line-height:  22px;
color: rgba(255, 255, 255, 0.87);

}
.verticalbreakline{
  border-right: 1px solid #D3D3D3
  ; width: 2px; height: 100%;
}

 
.FEATURed {
     font-family: "Nunito", serif !important;

  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
}

.Subideal {
     font-family: "Nunito", serif !important;

  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #FFFFFF;
}

.Subidealed {
     font-family: "Nunito", serif !important;

  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #FFFFFF;
}

.SubranGe {
  font-family: Futura Md BT;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #FFFFFF;
}

.SuBserviux {
  font-family: Futura Md BT;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #FFFFFF;
}

.Bg_rowColr {
  background: linear-gradient(141.89deg, #8191EF 0%, #E431DA 100%);
  border-radius: 15px;
}

.BorderLEFT {
  border-left: 1px solid white;
}

@media(max-width:992px) {

  .Quotespara {
    color: #FFFFFFDE;
       font-family: "Nunito", serif !important;

    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 56.72px;
    text-align: center;
   
   
  }
  .BorderLEFT {
    border-left: none;
  }

}


@media(max-width:768px)
{
  .quotes-container h1 {
 
    font-size: 35px;
  
}
  .Quotespara {
    color: #FFFFFFDE;
       font-family: "Nunito", serif !important;

    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    line-height: 28.72px;
    text-align: center;
}
}
@media(max-width:400px) {
  .SuBserviux {
    font-size: 14px;
  }

  .Subideal {
    font-size: 18px;
  }

  .SubranGe {
    font-size: 16px;
  }

  .FEATURed {
    /*    font-family: "Nunito", serif !important;
 */
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #FFFFFFDE;
  }
}

.SubBTntext {
       font-family: "Roboto", serif !important;

  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background-color: #fff7ef !important;
  letter-spacing: 1.5px;
  text-align: center;
  color: #00000091;
}
.SubBTntext:hover{
       font-family: "Roboto", serif !important;

  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background-color: #fff7ef !important;
  letter-spacing: 1.5px;
  text-align: center;
  color: #00000091;
}

.dBGcolor {
  background: linear-gradient(141.89deg, #F548C1 0%, #FEDF79 100%);
  border-radius: 15px;
}

.dBGcolorEd {
  border-radius: 15px;
  background: linear-gradient(141.89deg, #8271E3 0%, #46ED8F 100%);

}

.dBGcrled {
  background: linear-gradient(143.1deg, #7D95EF 0%, #E239DB 102.57%);
  border-radius: 15px;
}

.Row-section1 {
  background-color: #22beeb;
  border-radius: 10px;
}

.Lisubn {
  height: 1px;
  width: 100%;
  background-color: #D3D3D3;
}

.row-subsection2 {
  background-color: #161817;
  border-radius: 10px;
  height: 100% !important;
}

.Row-Subtext {
  font-family: Futura Md BT;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.97px;
  text-align: left;
  color: #FFFFFFDE;
}

.Row-ParaSub {
  font-family: Futura;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #FFFFFF91;
}

.CutiED {
  color: #FFFFFF91 !important;
}

.Row-section3 {
  background-color: #B21490;
  border-radius: 10px;
}

/* collaboration page css */
.bg-headerEd {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../img/profile-bg.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}
.bg-headerEd_affliates {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../img/affliates.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;

}

.bg-headerEd_collaborations {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../img/collaboration.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  /* height removed */
}
}


/*  */
.collab-heading {
     font-family: "Nunito", serif !important;

  font-size: 44px;
  font-weight: 400;
  line-height: 59.94px;
  color: rgba(255, 255, 255, 0.87);
}

.sub-heading {
     font-family: "Nunito", serif !important;

  /* font-size: 28px;
  font-weight: 400;
  line-height: 38.36px;
  color: rgba(255, 255, 255, 0.87); */
}

.collab-para {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.5px;
  color: #ffffff;

  text-align: justify;
  /* color: rgba(255, 255, 255, 0.57); */
}
.collab-paraco{
       font-family: "Roboto", serif !important;

  font-size: 18px;
  /* font-weight: 500; */
  line-height: 22px;
  letter-spacing: 1.5px;
  /* color: rgba(255, 255, 255, 0.87) !important; */
}

.collab-paraed {
       font-family: "Roboto", serif !important;

  font-size: 16px;
  /* font-weight: 500; */
  line-height: 22px;
  letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.57);
}
.collab-paraednwe{
       font-family: "Roboto", serif !important;

  font-size: 18px !important;
  /* font-weight: 500; */
  line-height: 22px;
  letter-spacing: 1.5px;
    /* color: rgba(255, 255, 255, 0.87) !important; */
}
.btn-collab {
       font-family: "Roboto", serif !important;

  font-size: 16px;
  font-weight: 500;
  line-height: 21.58px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.87);
}

.section-heading {
     font-family: "Nunito", serif !important;

  /* font-size: 30px;
  font-weight: 400;
  line-height: 43.15px;
  color: rgba(255, 255, 255, 0.87); */
}

@media(max-width:400px) {
  .section-heading {
       font-family: "Nunito", serif !important;

    font-size: 25px;
    font-weight: 400;
    line-height: 43.15px;
    color: rgba(255, 255, 255, 0.87);
  }
}

.mold-bg {
  /* background: rgba(22, 24, 23, 1) !important; */
}
.mold-bgwork{
  box-shadow: 
  inset 0px 0px 19.23px 0px rgba(0, 0, 0, 1),
  inset 0px 0px 22.89px 0px rgba(0, 0, 0, 0.25);

  background-color: #1e201f !important;
  border-radius: 30px !important;
}
.mold-bgs{
  box-shadow: 
  inset 0px 0px 19.23px 0px rgba(0, 0, 0, 1),
  inset 0px 0px 22.89px 0px rgba(0, 0, 0, 0.25);

  background-color: #1e201f !important;
  border-radius: 30px !important;
}
.mold-bgss{
  box-shadow: 
  inset 0px 0px 19.23px 0px rgba(0, 0, 0, 1),
  inset 0px 0px 22.89px 0px rgba(0, 0, 0, 0.25);

  background-color: #1e201f !important;
  border-radius: 15px !important;
}
.mold-bgss p{
       font-family: "Roboto", serif !important;

  /* font-weight: 500; */
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.87);
}
.mold-bgwork p{
       font-family: "Roboto", serif !important;

  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.87);
}
.mold-bgworks{
  height: 330px !important;
}

.manage-heading {
  font-family: "Nunito", serif !important;

  font-size: 24px;
  font-weight: 400;
  line-height: 28.77px;
  color: rgba(255, 255, 255, 0.87);
}

.manage-heading span {
     font-family: "Nunito", serif !important;

  font-size: 30px;
  font-weight: 600;

}

.bg-faq {
  /* background: rgba(30, 32, 31, 1); */
  background-color: #0b334c;
  border-radius: 5px;
}
.donationcards{
  background-color: #0b334c !important;
}
.accordion-button::after {
  background-image: url('../img/icongreater.svg') !important;
  color: #FFFFFF !important;
  width: 10px !important;
  height: 10px !important;
  padding-block: 10px;
  background-size: 10px !important;
  /* transform: rotate(-90deg); */
}
.carddhe1{
  font-size: 20px !important;
}
.accordion-button:not(.collapsed)::after {
  color: white !important;
  /* transform: rotate(180deg) !important; */
}

@media(max-width:576px) {
 

  .collab-heading {
    font-size: 33px;
    line-height: 36px;
  }
}

.BBTNTEXxt {
       font-family: "Roboto", serif !important;

  font-size: 15px;
  font-weight: 600;
  line-height: 21.58px;
  letter-spacing: 0.1em;
  text-align: left;
  color:rgba(255, 255, 255, 0.87)
  ;
}
.BBTNTEXxts{
  font-family: "Mukta Malar", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 21.58px;
  letter-spacing: 0.1em;
  text-align: left;
  color:rgba(255, 255, 255, 0.87)
}

/* Cleaning project finance css */
.top-sectcleaning {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../img/networking_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height:  100vh;
}

.top-sectland {
  position: relative;
  background-image: url('../img/top-sectland.png');
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.apexcharts-menu-icon {
  display: none;
}

.CleaningHead {
     font-family: "Nunito", serif !important;

  /* font-size: 30px; */
 
  line-height: 36px;
  color: #22beeb;
}

.CleaningHeadED {
     font-family: "Nunito", serif !important;

  /* font-size: 26px; */
 
  line-height: 30px;
  color: #FFFFFF;
}

@media(max-width:370px) {
  .CleaningHeadED {
       font-family: "Nunito", serif !important;

    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
  }
}

.Clean-text {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  /* font-weight: 500; */
  line-height: 22px;
  letter-spacing: 1.5px;
  text-align: left;
  /* color: rgba(255, 255, 255, 0.87) */
  ;
  color: #333333;
}

/* Affiliate css */
.BTNborder {
  border: 1px solid #0dcaf0;
}

.BTNborder:hover {
  border: 1px solid #0dcaf0;
}

.AffilText {
  font-family: "Nunito", serif !important;

  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #FFFFFFDE;
}

@media(max-width:768px)
{
  .AffilText {
    font-family: "Nunito", serif !important;

    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1.5px;
    text-align: left;
    color: #FFFFFFDE;
}
}
.AfliatePara {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1.5px;
  text-align: left;
  color: rgba(255, 255, 255, 0.57)
  ;
}

.Text-RD {
  font-family: revert;;
  font-size: 25px;
  font-weight: 600;
  line-height: 28.77px;
  text-align: left;
  color: #FFFFFFDE;
}

.Catogry-parAD {
         font-family: "Roboto", serif !important;

  font-size: 18px;
  /* font-weight: 600; */
  line-height: 25px;
  letter-spacing: 0.1rem;
  /* text-align: left; */
  /* color:rgba(255, 255, 255, 0.87); */
}

.IMG-ovrloded {
  margin-top: -10rem;
}

.afliate-mnbr {
     font-family: "Nunito", serif !important;

  font-size: 30px;
  font-weight: 400;
  line-height: 47.95px;
  text-align: center;
  color: rgba(255, 255, 255, 0.87)
  ;
}
.cloeaningpara{
  font-family:Futura Lt BT ;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.5px;
  /* color: rgba(255, 255, 255, 0.57)
  ; */
  color: #333333;
}

.J_text {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1.5px;
  text-align: left;
  color:rgba(255, 255, 255, 0.87)
  ;
}

.sub-head-text {
     font-family: "Nunito", serif !important;

  font-size: 28px;
  font-weight: 400;
  line-height: 38.36px;
  color: rgba(255, 255, 255, 0.87);
}

@media(max-width:345px) {
  .sub-head-text {
    font-size: 25px;
  }
}

/* networking css */
.cross-parat {
  font-family:  Futura Lt BT;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: left;
  /* color: #FFFFFF91; */
  color: rgba(255, 255, 255, 0.57);
}

.cross-texth {
  font-family:  Futura Hv BT;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #FFFFFFDE;
}

/* .IMG-height {
  height: 88%;
} */

.donation {
  background: rgba(22, 24, 23, 1) !important;
}

.bg-donation {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../img/donation-bg.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.bg-Term-condition {
  position: relative;
  background-image: url('../img/term-condition.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.donate3 {
  height: 70vh;
  display: flex;
  align-items: center;
}

/*Donation section  */
.donation-heading {
     font-family: "Nunito", serif !important;

  font-size: 50px;
 
  line-height: 59.94px;
  color: rgba(255, 255, 255, 0.87);
}

.small-heading {
     font-family: "Nunito", serif !important;

  /* font-size: 28px;
  font-weight: 400;
  line-height: 35.36px;
  color: rgba(255, 255, 255, 0.87); */
}

.donation-para {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 500;
  line-height: 21.58px;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.donate-label {
       font-family: "Roboto", serif !important;

  font-size: 20px;
  font-weight: 600;
  line-height: 28.77px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.87);

  font-size: 20px !important;
}

.donate-input {
  /* background: rgba(0, 0, 0, 0.57); */
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 600;
  line-height: 21.58px;
  letter-spacing: 0.1em;
}

.donate-input::placeholder {
  /* color: rgba(255, 255, 255, 0.57); */
 
       font-family: "Roboto", serif !important;

 
 
}

/* .form-select {
  color: rgba(255, 255, 255, 0.57);
} */

.IMG_span {
  position: absolute;
  top: 70px !important;
  right: 27px !important;
  color: rgba(255, 255, 255, 0.57);
}

.certificate {
  background: rgba(30, 32, 31, 1);
}

.amount {
  width: 100px;
}

.donate-btn {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 600;
  line-height: 19.18px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.87);
  width: 70px;
}

.active>.page-link,
.page-link.active {
  padding: 0 !important;
  color: var(--bs-pagination-active-color);
  background-color: black !important;
  border-color: var(--bs-pagination-active-border-color);
}

.paginations {
  background-color: rgba(255, 255, 255, 0.87) !important;
  height: 21px;
  width: 70%;
}

.pagin {
  border: 2px solid rgba(0, 0, 0, 0.57);
  width: 20px;
  height: 20px;
}

.pagination-text {
  position: absolute;
  left: 12%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  border-radius: 25px;
  color: rgba(255, 255, 255, 0.57);
}

.pagination a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  border: 2px solid rgba(0, 0, 0, 0.57);
  border-radius: 50%;
  padding: 10px 10px;
}

.activeD {
  background-image: url(../img/pagination.png );
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  padding: 13px;
  border: none;
}

.pagin-para {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 500;
  line-height: 21.58px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.57);
}

.donate-card {
  background: rgba(22, 24, 23, 1);
}

.donate-card-text {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 500;
  line-height: 21.58px;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
}

@media(max-width:992px) {
  .paginations {
    width: 100%;
  }

  .pagination-text {
    width: 100%;
    left: 0;
    padding: 0 10px;
  }
}

@media(max-width:576px) {
  .donation-heading {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 20px;
  }

  .bg-donation {
    height: 70vh;
  }

  .donate3 {
    height: 50vh;
  }

  .pagination-text {
    width: 100%;
    left: 0;
    padding: 0 10px;
  }

  .pagin-para {
    font-size: 10px;
  }
}

/* CSS */
.paginations .page-item1 {
  width: 33.33%;
  background-color: #22beeb;
  border: 1px solid #22beeb;
}

.paginations .page-item1.active {
  width: 33.33% !important;
  /* Set width for active li element */
}

.paginations .page-item2 {
  width: 66.66%;
  background-color: #22beeb;
  border: 1px solid #22beeb;
}

.paginations .page-item2.active {
  width: 66.66% !important;
  /* Set width for active li element */
}

.paginations .page-item3 {
  width: 100%;
  background-color: #22beeb;
  border: 1px solid #22beeb;
}

.paginations .page-item3.active {
  width: 100% !important;
  /* Set width for active li element */
}

/* donation new pages css */
.DONATED {
       font-family: "Roboto", serif !important;

  /* font-size: 24px; */
 
  line-height: 28.77px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #FFFFFFDE;
}

.IMG_BT {
  height: 16rem !important;
}

@media(max-width:991px) {
  .IMG_BT {
    height: 45% !important;
  }
}

/* term & condition pages css */
.term-Para {
  color: #000 !important;
  font-family: "Roboto", serif !important;
  line-height: 23px !important;
  font-size: 18px !important;
  text-align: left !important;
}

/* Lettered clauses (a), b), c)...) were plain paragraphs with no list styling,
   making long runs of them (CONDUCT has 14) hard to scan. Give them a hanging
   indent so the letter sits at the margin and wrapped lines align under the
   text, like a real list, without changing the underlying HTML structure. */
.term-list-item {
  padding-left: 1.75em;
  text-indent: -1.75em;
  margin-bottom: 0.5em !important;
}
.getintch {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1.5px;
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
}
.getintchhh {
       font-family: "Roboto", serif !important;

  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1.5px;
  text-align: center;
  color: rgba(255, 255, 255, 0.57);
}

.btnedits{
  font-family:  Futura Lt BT ;
 
  background-color: #1E201F;
  color: rgba(255, 255, 255, 0.87);

 
 
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 0.1em;
    color: #FFFFFFDE;
    border-radius: 10px;
  ;
}

.linesetting{
  width: 100%;
  height: 1px;
  background-color: #E5E7F0
  ;
}
.btnedits:hover{
 
  background-color: #1E201F;
  color: rgba(255, 255, 255, 0.87)
  ;
}

.navbar-btn {
  font-size: 16px !important;
  font-family: 'inter', sans-serif !important;
}

.apexcharts-legend-series{
  display: flex !important;

}
.apexcharts-legend-text{
  position: relative;
  top: 20px !important;
  right: -10px !important;
}
@media(max-width:768px)
{
  .apexcharts-legend{
    height: 100% !important;
  }
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@import url('https://fonts.cdnfonts.com/css/futura-lt');


@font-face {
  font-family: 'Futura Md BT';
  src: url('../Futura-Md-BT-Font/FutuBd.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FutuBdIt.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FutuMd.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FutuMdIt.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FuturaBoldBT.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FuturaBoldItalicBT.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FuturaMediumBT.ttf') format('ttf'),
    url('../Futura-Md-BT-Font/FuturaMediumItalicBT.ttf') format('ttf'),

    /* Add more src declarations for other font formats if necessary */
}

@font-face {
  font-family: 'Futura Hv BT';
  src: url('../Futura-Hv-BT/FutuHv.ttf') format('ttf'),
    url('../Futura-Hv-BT/FutuHvIt.ttf') format('ttf'),
    url('../Futura-Hv-BT/FuturaHeavyBT.ttf') format('ttf'),
    url('../Futura-Hv-BT/FuturaHeavyItalicBT.ttf') format('ttf'),
    url('../Futura-Hv-BT/futurahi.ttf') format('ttf'),


}


 
.bg-header-details{
    /* background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.7)), url('../img/Rectangle\ 4.png') no-repeat center;; */
    background-size: cover;
    width: 100%;
    background-position: center;
    height: 100vh;
}
.revie-contner{
    background-image: url('../img/reviewmain.png');
    width: 100%;
    height: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
 
/* body {
    background-color: #161817;
} */
.service{
    height: 90vh;
    display: flex;
    align-items: center;
}  
.service h1{
    font-family: Futura Lt BT;
font-size: 45px;
font-weight: 700;
line-height: 40px;
letter-spacing: 1.5px;
color: #FFFFFFDE;
text-align: left;
} 
.para{
    font-family: Futura Lt BT;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1.5px;
    text-align: left;
    color: #ffffff;
    
}
.parareview{
    font-family: Futura Lt BT;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1.5px;
    text-align: left;
    color: #737373;
    
}
.head-section{
    font-family: Futura Lt BT;
    font-size: 42px;
    font-weight: 600;
    line-height: 69px;
    letter-spacing: 0.1em;
    text-align: left;  
    color: #FFFFFFDE;  
}
.btn-overlay{
    position: absolute;
    top: 50%;
    left: 24%;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center; 
}
@media (max-width:576px){
    .head-section{
        font-size: 31px;
        line-height: 42px;
    }
    /* .bg-header-details height intentionally left unset here: pages using this class
       (service-details.blade.php, ecological.blade.php) set their own min-height
       breakpoints so the hero shrinks to fit its actual heading content instead of
       being forced to a fixed 70vh regardless of how many lines the heading wraps to. */
    .service{
        height: 50vh;
    }
    .btn-overlay{
        left: 30%;
    }

}

.paginat {
    /* background-color: #161817 !important; */
    text-decoration: none;
     color: #737373;
}
.page-link img{
    mix-blend-mode: exclusion;
}
.backhjground{
    /* background-color: #1e201f !important; */
}
.bg-uperspace{
   /* background-color:  #161817; */
   padding-block: 20px ;
}
.page-item{
   
    padding: 10px;
    padding-inline: 20px;
    background-color:#0b334c;
    border-radius: 5px;
    margin-inline: 5px;
    color: rgba(255, 255, 255, 0.87);
}
.linedh{
    background-color: black !important;
    color: black;
    height: 3px;
}
@media(max-width:368px){
    .page-item{
        margin-inline: 1px;
    }
}