* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gi-about {
    /* padding-block: 99px; */
}

.wood-bg {
    background-image: url('../images/wood-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 486px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wood-bg p {
    text-align: center;
    max-width: 90%;
    font-size: 31px;
    font-weight: normal;
    line-height: 1.3;

}

/* preserve india css started */
.preserving-india {
    background: #331402;

}

.common-pt-60 {
    padding-top: 60px;
}

.common-pb-60 {
    padding-bottom: 60px;
}

.common-title-gi {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.list-style-disc {
    list-style-type: disc;
}

.preserve-card {
    background: #331402;
    min-height: 100%;
    border-radius: 0px;
    position: relative;
    padding-inline: 30px;

}


.preserve-card-row>div:nth-child(3n) .preserve-gradient-border {
    padding-right: 0px !important
}

.preserve-card-row>div:nth-child(4) .preserve-gradient-border,
.preserve-card-row>div:nth-child(5) .preserve-gradient-border,
.preserve-card-row>div:nth-child(6) .preserve-gradient-border {
    padding-bottom: 0;
}

.preserve-gradient-border {
    background: rgb(96, 66, 38);
    background: linear-gradient(179deg, rgba(96, 66, 38, 1) 83%, rgba(68, 38, 16, 1) 100%);
    padding-right: 2px;
    padding-bottom: 2px;
    border: 1px solid #331402;
}


.preserve-card .card-body {
    display: flex;
    flex-direction: column;
}

.preserve-card-title {
    font-size: 28px;
    color: #cbb27b;
    padding-bottom: 32px;
    margin-top: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: auto;

}

.preserve-card p,
.preserve-card ul li {
    font-size: 18px;
    color: white;
}

.preserve-card ul li {
    line-height: 1.5;
}

img.preserve-icon {
    height: 115px;
    margin-top: 24px;
}

/* preserve india css started */
.category-img img {

    max-width: 100%;
    max-height: 800px;

}

.category-content-wrapper {
    max-width: 94%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.category-text-box p {
    font-size: 18px;
    padding-left: 53px;
}

.category-text-box h3 {
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.category-img {
    margin-top: 20%;
}

.text-light-voilet {
    color: #574e9f;
}

.text-light-orange {
    color: #ee8348;
}

.text-light-blue {
    color: #4f86c6;
}

.text-voilet-30 {
    color: #a94e9d;
}

.text-parrot {
    color: #78c581;
}

.bg-light-voilet {
    background-color: #574e9f;
}

.bg-light-orange {
    background-color: #ee8348;
}

.bg-light-blue {
    background-color: #4f86c6;
}

.bg-voilet-30 {
    background-color: #a94e9d;
}

.bg-parrot {
    background-color: #78c581;
}

.category-text-box {
    border: none;
}

.category-text-box .card-header {
    background: none;
    border: none;
}

.category-text-box .card-body {
    padding-top: 0px;
}

.number {


    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
}

@media(max-width:1600px) {
    .common-pt-60 {
        padding-top: 40px;
    }

    .common-pb-60 {
        padding-bottom: 40px;
    }

    .wood-bg {
        min-height: 396px;
    }

    .preserve-card-title {
        font-size: 24px;
        margin-top: 28px;
        padding-bottom: 20px;
    }

    img.preserve-icon {
        height: 90px;
    }

    .preserve-card p,
    .preserve-card ul li {
        font-size: 17px;
    }

    .category-text-box p {
        font-size: 17px;
    }

    .category-content-wrapper {
        gap: 0;
    }

    .category-text-box h3 {
        font-size: 24px;
    }

    .gi-about img {
        max-width: 70%;
    }

    .common-title-gi {
        font-size: 40px;
    }
}

@media(max-width:1399px) {
    .category-img img {
        max-height: 650px;
    }    

    .wood-bg p {
        font-size: 26px;
    }

    .gi-about img {
        max-width: 55%;
    }

    .wood-bg {
        min-height: 367px;
    }
}

@media(max-width:1024px) {
    .wood-bg {
        min-height: auto;
        padding-block: 45px;
        background-size: cover;
        margin-bottom: 30px;
        margin-top: 10px;

    }

    .wood-bg {
        min-height: 270px;
    }

    .common-title-gi {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .common-pb-60 {
        padding-bottom: 30px;
    }

    .common-pt-60 {
        padding-top: 30px;
    }

    .preserve-card {
        padding-inline: 16px;
    }

    .preserve-card-title {
        margin-top: 16px;
        padding-bottom: 16px;
        font-size: 19px;
        min-height: 88px;
        margin-bottom: 0;
    }

    .preserve-card p,
    .preserve-card ul li {
        font-size: 15px;

    }

    img.preserve-icon {
        height: 75px;
    }

    .preserve-card {
        padding-inline: 12px;
    }



    .wood-bg p {
        font-size: 18px;
    }

    .gi-about img {
        max-width: 60%;
    }

    .category-text-box p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .category-text-box h3 {
        font-size: 20px;
    }
    .category-text-box .card-header {
        padding-bottom: 0;
    }
    .dropdown-toggle.selesta {
        margin-top: 0 !important;
    }
    #megamenu-wrap {
        float: right;
        margin-bottom: 0 !important;
      }
}

@media(max-width:767px) {
    .wood-bg {
        min-height: auto;
        padding-block: 45px;
        background-size: cover;
        margin-bottom: 30px;
        margin-top: 10px;

    }

    .common-title-gi {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .common-pb-60 {
        padding-bottom: 30px;
    }

    .common-pt-60 {
        padding-top: 30px;
    }

    .preserve-card {
        padding-inline: 16px;
    }

    .preserve-gradient-border {
        padding: 0;
    }

    .preserve-card-title {
        margin-top: 16px;
        padding-bottom: 16px;
        font-size: 22px;
        min-height: auto;
    }

    .preserve-card p,
    .preserve-card ul li {
        font-size: 16px;

    }

    .category-content-wrapper {
        max-width: none;
        gap: 16px;
    }

    img.preserve-icon {
        height: 70px;
        margin-top: 0;
    }

    .category-text-box h3 {
        font-size: 20px;
        position: absolute;
        z-index: 2;
        color: white;
        font-weight: bold;
    }

    .category-text-box {
        border: none;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 8px;
        overflow: hidden;
    }

    .category-text-box p {
        font-size: 16px;
    }

    .mango {
        background-image: url('../images/mango.jpg') !important;
    }

    .grapes {
        background-image: url('../images/grapes.jpg') !important;
    }

    .laddu {
        background-image: url('../images/laddu.jpg') !important;
    }

    .plates {
        background-image: url('../images/plates.jpg') !important;
    }

    .saries {
        background-image: url('../images/saries.jpg') !important;
    }

    .category-text-box .card-header {
        height: 100px;
        background-position: center;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        border-bottom: 0;
        position: relative;
    }

    .category-text-box .card-header:before {
        content: '';
        background: rgb(51 20 2 / 50%);
        inset: 0;
        position: absolute;
    }

    .category-text-box .card-body {
        padding-top: 16px;
    }

    .wood-bg p {
        font-size: 18px;
    }

    .gi-about img {
        max-width: 95%;
    }

    .number {
        display: none;
    }

    .category-text-box p {
        padding-left: 0;
    }
    #inner_nav ul{
        display: flex;
        gap: 16px;
        justify-content: center;
    }

    .dropdown-toggle.selesta {
        margin-top: 0 !important;
    }
      
}