body,
textarea {
    font-family: Poppins, sans-serif
}

.banner,
.contact-map {
    height: 300px;
    overflow: hidden
}

.feature-box,
.page-title,
.right-side,
.section-title,
.stats {
    text-align: center
}

.desc,
.why-us p {
    line-height: 1.7
}

.btn,
.category,
.contact-btn,
.related-card {
    transition: .3s;
    cursor: pointer
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    margin: 0
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 50px;
}

.left-side {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-btn {
    width: 100%;
    padding: 12px;
    border: none;
    background: #8d1819;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #2c653a;
}

.left-side h2 {
    margin-bottom: 20px;
    color: #8d1819;
    font-weight: 600;
}

.form-group {
    margin-bottom: 18px
}

.form-group input,
.form-group textarea {
    width: 95%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: 0;
    font-size: 14px;
    transition: .3s
}



.contact-map {
    width: 100%
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none
}

.map-section {
    padding: 32px
}

.right-side {
    background: linear-gradient(135deg, #181514, #482223);
    color: #fff;
    padding: 30px;
    border-radius: 12px;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #2c653a;
}

img.logo-image {
    width: 120px;
    margin-bottom: 15px
}

.info,
.right-side h2 {
    margin-bottom: 20px
}

.info a {
    text-decoration: none;
    color: #fff;
}

.info {
    padding: 10px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.info:last-child {
    border-bottom: none
}

.info p {
    margin: 5px 0;
    font-size: 15px
}

@media (max-width:768px) {

    .info {
        padding: 5px;
        gap: 2px;
        display: block;
    }

    .contact-grid {
        grid-template-columns: 1fr 1fr;
        padding: 20px;
    }
}



.mission,
.why-us {
    margin-bottom: 40px
}

.banner {
    position: relative
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700
}

.section-title h2 {
    color: #8d1819;
    font-size: 26px;
    font-weight: 600;
}

p.whypartnerpara {
    font-size: 20px;
    margin-bottom: 10px;
}

.whatwedo h5 {
    margin-bottom: 10px;
}

.whatwedo p {
    text-align: justify;
}

.why-us {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08)
}

.why-us p {
    margin-bottom: 15px;
    text-align: justify
}

.features {
    display: flex;
    gap: 38px;
    justify-content: center;
    margin-top: 20px
}

.mission,
.stats {
    gap: 30px;
    display: grid
}

.feature-box {
    background: #f9eded;
    color: #8d1819;
    padding: 20px;
    width: 125px;
    border-radius: 10px;
    transition: .3s
}

.card,
.stat,
.stats {
    border-radius: 12px
}

.feature-box:hover {
    box-shadow: 0 0 3px #8d1819;
    transform: translateY(-5px)
}

.category:hover,
.primary:hover {
    transform: translateY(-2px)
}

.mission {
    grid-template-columns: 1fr 1fr;
    align-items: center
}

.mission img {
    width: 100%
}

.card h3,
.mission-text h3 {
    color: #8d1819;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 26px;
}

.mission-text p {
    line-height: 1.6;
    text-align: justify
}

.stats {
    color: #fff;
    padding: 40px 20px;
    grid-template-columns: repeat(4, 1fr)
}

.stat {
    background: linear-gradient(135deg, #8d1819, #b22222);
    padding: 20px
}

.stat h3 {
    font-size: 28px;
    margin-bottom: 5px
}

.page-title {
    margin-bottom: 30px
}

.page-title h2 {
    color: #8d1819;
    font-size: 32px;
    margin-top: 25px;
    font-weight: 600;
}

.card {
    padding: 5px 15px;
    margin-bottom: 10px;
    border: none;
}

.card p {
    margin-bottom: 10px;
    line-height: 1.5
}

ul {
    padding-left: 20px
}

ul li {
    margin-bottom: 8px
}

.highlight {
    background: #fff3f3;
    border-left: 5px solid #8d1819;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px
}

.highlight a {
    text-decoration: none;
    color: #212529;
}

.product-box {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    background: #fff;
    border-radius: 20px;
    overflow: hidden
}

.image-section {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.image-section img {
    width: 85%;
    border-radius: 15px;
    transition: .4s
}

.image-section img:hover {
    transform: scale(1.06)
}

.content {
    padding: 40px 60px 40px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.title {
    font-size: 28px
}

.subtitle {
    color: #777;
    margin: 8px 0 10px
}

.price {
    font-size: 24px;
    color: #8d1819;
    margin-bottom: 6px
}

.desc {
    color: #555555;
    margin-bottom: 25px;
    text-align: justify
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.tag {
    padding: 6px 14px;
    border-radius: 50px;
    background: #f8eaea;
    font-size: 12px
}

.actions {
    display: flex;
    gap: 15px;
    margin-top: 20px
}

.btn {
    flex: 1;
    padding: 14px;
    border-radius: 10px;
    border: none
}

.primary {
    background: linear-gradient(45deg, #8d1819, #b82426);
    color: #fff
}

.primary:hover {
    background: #2a6839;
    color: white !important;
}

.secondary {
    background: #fff;
    border: 1px solid #ddd
}

.secondary:hover {
    background: #f3f3f3
}

.extra-section {
    padding: 0 75px;
}

.catpara {
    text-align: justify;
}

.section-title {
    font-weight: 600;
    text-align: left;
    font-size: 20px;
    color: #8d1819;
}

.category-bar {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 20px;
}

.category {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
    color: #000;
}

.category:hover {
    color: #8d1819;
}

.section-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}

.desc {
    max-width: 700px;
    margin: auto;
    color: #555;
}

.private-box {
    background: #f9eded;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    transition: .3s;
    margin: 20px 0px;
}

.private-box i{
    margin-bottom: 16px !important;
}


.border-img {
    border-top: 1px solid #9e383959;
    border-bottom: 1px solid #9e383959;
}

.col-md-4 a {
    text-decoration: none;
    color: #000;
}
.content-para{
    padding: 15px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

@media(max-width:1024px) {
    .category-bar {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 20px;
    }
}


@media(max-width:768px) {
    .features {
        display: flex
    }

    .page-title {
        margin-bottom: 5px;
    }

    .category-bar {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-box {
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
    }

    .feature-box {
        margin: 20px 0
    }

    .mission {
        grid-template-columns: 1fr
    }

    .stats {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px
    }

    .page-title h2 {
        font-size: 26px;
        margin-top: 10px;
    }

    .card {
        padding: 20px
    }

    .content {
        padding: 15px;
    }

    .extra-section {
        padding: 0 15px;
    }

    .image-section {
        padding: 5px;
        margin-top: 28px;
    }

    .image-section img {
        width: 95%;
    }

    .desc {
        margin: 0px;
        line-height: 1.3;
    }

    .title {
        font-size: 19px;
    }

    .subtitle {
        margin: 0px;
    }

    .price {
        font-size: 17px;
        margin-bottom: 1px;
    }

    .section-title {
        margin-bottom: 5px !important;
    }


}

@media(max-width:480px) {
    .features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2px
    }

    .stats {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .category-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-box {
        margin: 20px 0;
        width: 100%
    }

    .tag {
        margin-bottom: 10px;
    }

    .contact-grid {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .left-side {
        padding: 18px;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
    }

    .card {
        padding-bottom: 0px;
    }

    .product-box {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .title {
        font-size: 22px;
    }

    .subtitle {
        margin: 5px 0px;
        font-size: 16px;
    }

    .price {
        font-size: 21px;
        margin-bottom: 7px;
    }

    .desc {
        margin: 0px;
        line-height: unset;
    }

    .image-section {
        margin-top: 5px;
    }

    .banner img {
        width: auto;
        height: 100%;
        object-fit: cover
    }

    .mb-3 {
        margin-bottom: 10px !important;
    }



}