/* 
    Created on : Aug 20, 2024, 12:53:43 PM
    Author     : Vivek Dev
*/
:root {
    --theme-gold: #cb9634;
    --theme-gold-hover: #b6872f;
    --theme-red: #700D18;
}

body {
    font-family: "Raleway", sans-serif !important;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    /*font-family: "Comfortaa", sans-serif;*/
}

.Logo {
    width: 35%;
    padding: .5em 0em;
}

.donate-button {
    background: var(--theme-red) !important;
    color: white;
    border: none;
    padding: .8em 2em;
    margin: 1em;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 500;
    box-shadow: 2px 2px 5px gray;
    transition: 0.5s;
}

.donate-button:hover {
    background: var(--theme-gold) !important;
    box-shadow: 5px 5px 10px gray;
}

.navbar {
    background: var(--theme-gold);
    padding: 0;
}

.nav-link {
    cursor: pointer;
    color: white !important;
    font-size: 1.05em !important;
    padding: .9em 1.2em !important;
    transition: 0.5s;
}

.nav-link:hover {
    background: var(--theme-gold-hover);
}

.nav-item .active {
    background: #b6872f !important;
}

.nav-link i {
    font-size: .7em;
}

.dropdown-menu {
    border-radius: 1px !important;
    border: none !important;
    box-shadow: 0 1px 7px silver;
    padding: 0 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
}

.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #EEEEEE;
    padding-top: .6em;
    padding-bottom: .6em;
    color: #444 !important;
    font-size: .9em;
    transition: 0.5s;
}

.dropdown-menu .dropdown-item:hover {
    background: rgba(201, 171, 117, 0.4);
}

.Sunrise-Carousel .carousel-item {
    background: black;
}

.Sunrise-Carousel .carousel-item img {
    height: 37em;
    object-fit: cover;
    object-position: 0% 25%;
    opacity: 0.5;
}

.Sunrise-Carousel .carousel-caption {
    /*width: 100%;*/
    text-align: left !important;
    top: 30%;
    left: 8% !important;
}

#carousel-caption-1 {
    top: 10%;
}

@media(max-width:768px) {
    .Sunrise-Carousel #carousel-caption-1 h6{
        display: none;
    }
}


.Sunrise-Carousel .carousel-caption h1 {
    text-align: left !important;
    font-size: 3.5em;
}

.Sunrise-Carousel .carousel-caption h3 {
    font-weight: 300;
    font-size: 1.8em;
}

.Sunrise-Carousel .carousel-caption button {
    background: var(--theme-gold);
    color: white;
    border: none;
    padding: .7em 3em;
    border-radius: 5px;
    margin-top: 1.5em;
    font-size: 1.2em;
    font-weight: 400;
    transition: 0.5s;
}

.Sunrise-Carousel .carousel-caption button:hover {
    background: var(--theme-gold-hover);
    /*color: black;*/
}

.About-Us {
    background: url("../img/background-yellow-white.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2em 0em;
}

.About-Us h1 {
    color: #444;
    font-weight: 700;
    margin-bottom: .7em;
}

.About-Us p {
    color: gray;
}

.About-Img img {
    padding-left: 5em;
    padding-right: 5em;
}

.About-Content {
    display: flex;
    align-items: center;
}

.About-Content h1 {
    vertical-align: middle;
}

.csr {
    /* background: url("../img/background-yellow-white.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    padding: 3em 0em;
}

.csr h1 {
    color: #444;
    font-weight: 700;
    margin-bottom: .7em;
}

.csr p {
    color: gray;
}

.csr-Img img {
    padding-left: 5em;
    padding-right: 5em;
}

.csr-Content {
    padding: 3em 0em;
}


button {
    background: var(--theme-gold);
    border: none;
    border-radius: 5px !important;
    color: white;
    padding: .6em 1.5em;
}

.What-We-Do {
    padding: 3em 0em;
    background: url("../img/background-gray-layer.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.What-We-Do .row {
    padding: 1em 0em;
}

.What-We-Do .col-sm-4 {
    margin-top: 3em;
    padding-top: .5em;
    padding-left: 1em;
    padding-right: 3em;
    border-left: 4px solid #CB9634;
    color: white;
}

.What-We-Do .col-sm-4 h3 {
    color: #CB9634;
    font-weight: 500;
}

.What-We-Do .col-sm-4 p {
    font-size: .9em;
}

.What-We-Do-inner .row {
    padding: 1em 0em;
}

.What-We-Do-inner .col-sm-4 {
    margin-top: 3em;
    padding-top: .5em;
    padding-left: 1em;
    padding-right: 3em;
    border-left: 4px solid #CB9634;
}

.What-We-Do-inner .col-sm-4 h3 {
    color: #CB9634;
    font-weight: 500;
}

.What-We-Do-inner .col-sm-4 p {
    font-size: .9em;
}

.Focus-Area {
    padding: 1em 0em;
    background-color: antiquewhite;
    /* background: url("../img/background-gray-layer.png"); */
    background-repeat: no-repeat;
    background-size: cover;
}

.Focus-Area .row {
    padding: 1em 0em;
}

.Focus-Area .col-sm-4 {
    margin-top: 3em;
    padding-top: .5em;
    padding-left: 1em;
    padding-right: 3em;
    border-left: 4px solid #CB9634;
    color: black;
}

.Focus-Area .col-sm-4 h3 {
    color: #CB9634;
    font-weight: 500;
}

.Focus-Area .col-sm-4 p {
    font-size: .9em;
}

.Focus-Area-inner .row {
    padding: 1em 0em;
}

.Focus-Area-inner .col-sm-4 {
    margin-top: 3em;
    padding-top: .5em;
    padding-left: 1em;
    padding-right: 3em;
    border-left: 4px solid #CB9634;
}

.Focus-Area-inner .col-sm-4 h3 {
    color: #CB9634;
    font-weight: 500;
}

.Focus-Area-inner .col-sm-4 p {
    font-size: .9em;
}

/* .vmv{
    padding-top: 8em;
    padding-bottom: 1em;
    background: #faf5eb;
}
.vmv img{
    width: 50px;
}
.vmv .col-sm-4 .row .col-sm-9{
    background: #7C0825;
    text-align: center;
}
.vmv .col-sm-4 .row .col-sm-3 img{
    padding: 1.6em 0em;
}
.vmv .col-sm-4 .row .col-sm-9 h2{
    font-weight: 700;
    padding: 1em 0em;
    color: white;
    margin: 0;
}
.vmv .col-sm-4 .row .col-sm-3{
    background: #CB9634;
    text-align: center;
}
.vmv .col-sm-8{
    padding: 1em 1em;
}
.vmv .col-sm-8 p{
    font-size: 1.05em;
    margin: 0;
}
.vmv-inner{
    padding-top: 2em;
    padding-bottom: 1em;
}
.vmv-inner img{
    width: 50px;
}
.vmv-inner .col-sm-4 .row .col-sm-9{
    background: #7C0825;
    text-align: center;
}
.vmv-inner .col-sm-4 .row .col-sm-3 img{
    padding: 1.6em 0em;
}
.vmv-inner .col-sm-4 .row .col-sm-9 h2{
    font-weight: 700;
    padding: 1em 0em;
    color: white;
    margin: 0;
}
.vmv-inner .col-sm-4 .row .col-sm-3{
    background: #CB9634;
    text-align: center;
}
.vmv-inner .col-sm-8{
    padding: 1.5em 1em;
}
.vmv-inner .col-sm-8 p{
    font-size: 1.1em;
    margin: 0;
}
.vmv-inner .Vision{
    margin-bottom: 3em;
}
.vmv-inner .Mission{
    margin-bottom: 3em;
}
.vmv-inner .Values{
    margin-bottom: 3em;
}
.Vision,.Mission,.Values{
    margin-bottom: 7em;
} */

.vmv {
    background: #faf5eb;
    padding: 80px 0;
}

.vmv-item {
    margin-bottom: 70px;
}

.vmv-text p {
    font-size: 17px;
    line-height: 1.7;
}

.vmv-text ul {
    padding-left: 18px;
}

.vmv-text li {
    margin-bottom: 6px;
}

.title-box {
    display: flex;
    align-items: stretch;
}

.title-box h2 {
    background: #7C0825;
    color: white;
    padding: 25px 30px;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
}

.icon-box {
    background: #CB9634;
    min-width: 90px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 45px;
}

/* Mobile */

@media(max-width:768px) {

    .vmv-item {
        text-align: center;
        margin-bottom: 50px;
    }

    .title-box {
        justify-content: center;
        margin-top: 20px;
    }

    .vmv-text {
        margin-bottom: 20px;
    }

    .title-box h2 {
        font-size: 18px;
    }

}


.link-Buttons {
    padding: 5em 0em;
    background-color: #faf5eb;
}

.link-Buttons .col-sm-3 img {
    width: 55%;
}

.Footer {
    padding: 4em 0em;
    background: #010101;
    color: #C3C3C3;
}

.Footer h5 {
    padding-bottom: .7em;
    margin-bottom: 1.1em;
    border-bottom: 2px solid #4d4d4d;
    font-size: 1em;
}

.Footer p {
    font-size: .9em;
    color: #999;
    border-bottom: 1px dotted #333333;
    padding-bottom: .6em;
    margin-bottom: .8em;
}

.foot-up {
    background: #1a1a1a;
}

.foot-up a {
    font-family: Arial, sans-serif;
    color: #C3C3C3;
    font-size: 1.3em;
}

.foot-down {
    background: #1a1a1a;
    font-size: .9em;
    padding-top: 1.5em;
    padding-bottom: .5em;
}

.foot-down i {
    font-size: 1.6em !important;
    padding: 0em .5em;
}

.About {
    padding: 2em 0em;
}

.About .Leftbar a p {
    color: black;
    border-bottom: 1px dotted silver;
    padding: 1em 1em;
    margin: 0;
}

.About .Leftbar a p:hover {
    background: rgba(201, 171, 117, 0.4);
}

.About .col-sm-9 h1 {
    border-bottom: 1px dotted silver;
    padding-bottom: .2em;
}

.About-Content {
    padding: 2em;
}

.Gallery {
    background: #EEEEEE !important;
}

.Gallery .col-sm-3 {
    padding: 0 .4em;
}

.Gallery .col-sm-3 img {
    height: 16em;
    width: 100%;
    object-fit: cover;
    margin-bottom: .7em;
    border-radius: .5em;
    transition: .3s;
}

.Gallery .col-sm-3 img:hover {
    transform: scale(1.03);
    opacity: 0.8;
}

.Management-Team img {
    height: 20em;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.card img {
    height: 14em;
    object-fit: cover;
    width: 100%;
}

.card .card-title {
    color: black;
}

.card-body .card-text {
    color: gray;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Blog i {
    color: white;
    padding: .7em .8em;
    border-radius: 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .What-We-Do .col-sm-4 h3 {
        font-size: 1.4em;
    }

    .What-We-Do .col-sm-4 p {
        font-size: .8em;
    }

    .vmv-inner .col-sm-4 .row .col-sm-9 h2 {
        font-size: 1.6em;
    }

    .vmv-inner .col-sm-4 .row .col-sm-3 img {
        padding: 1.2em 0em;
    }

    .vmv-inner img {
        width: 40px;
    }

    .vmv-inner .col-sm-8 p {
        font-size: .9em;
    }

    .About-Img img {
        padding-left: 3em;
        padding-right: 1em;
    }
}

/*Mobile Screen*/
@media only screen and (max-width: 600px) {
    .Gallery .col-sm-3 img {
        height: 10em;
        width: 100%;
    }

    .foot-up .col-sm-6 {
        text-align: center !important;
        font-size: .8em;
    }

    header .col-sm-4 {
        text-align: center;
    }

    header .col-sm-8 {
        text-align: center !important;
    }

    .navbar-toggler i {
        font-size: 1.5em !important;
        font-weight: 700;
    }

    .Sunrise-Carousel .carousel-item img {
        height: 25em;
    }

    .Sunrise-Carousel .carousel-caption {
        top: 5%;
    }

    .Sunrise-Carousel .carousel-caption h1 {
        font-size: 1.8em;
    }

    .About-Us {
        padding: 0em 0em;
    }

    .About-Img img {
        padding: 0;
    }

    .About .col-sm-9 h1 {
        margin-top: 1em;
    }

    .What-We-Do .col-sm-4 h3 {
        font-size: 1.7em;
    }

    .What-We-Do .col-sm-4 p {
        font-size: .9em;
    }

    .vmv .col-sm-8 {
        padding: .6em .8em;
    }

    .vmv .col-sm-8 p {
        font-size: .9em;
    }

    .vmv .col-sm-4 .row .col-sm-9 h2 {
        padding: 1.7em 0em;
        font-size: 1.5em;
    }

    .link-Buttons .col-sm-3 {
        margin-bottom: 4em;
    }

    .link-Buttons .col-sm-3 img {
        width: 90%;
    }

    .link-Buttons .col-sm-3 h4 {
        font-size: 1.15em;
    }

    .link-Buttons {
        padding-top: 3em;
        padding-bottom: 0em;
    }

    .foot-down .col-sm-4 {
        text-align: center !important;
    }
}



/* Our Imact */

.our-impact {
    background: #f9f9f9;
}

.impact-tile {
    background: #fff;
    padding: 35px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
}

.impact-tile:hover {
    transform: translateY(-8px);
}

.impact-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.impact-tile h3 {
    font-weight: 700;
    color: var(--theme-gold);
}

.impact-tile p {
    margin: 0;
    color: #555;
}


/* CSR */
.csr-section {
    background: #faf5eb;
}

.csr-title {
    font-weight: 700;
    color: #444;
    margin-bottom: 15px;
}

.csr-desc {
    color: #555;
    margin-bottom: 20px;
}

.why-title {
    color: #444;
    font-weight: 600;
    margin-bottom: 15px;
}

.csr-list {
    list-style: none;
    padding: 0;
}

.csr-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    color: #444;
}

.csr-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--theme-gold);
    font-weight: bold;
}

.csr-btn {
    display: inline-block;
    background: var(--theme-gold);
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 15px;
    transition: 0.3s;
}

.csr-btn:hover {
    background: var(--theme-red);
}