.headerrrs {
    background: #94d4dc;
    text-align: center;
    padding: 50px 20px;
}

.headerrrs h1 {
    font-size: 40px;
    margin: 0;
    color: #004b4b;
    font-weight: 600;
    padding: 40px 0 3px;
}

.headerrrs p {
    font-size: 1.25rem;
    color: #555555ef;
    margin-top: 10px;
}

.section {
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
}

.our-story {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.our-story img {
    flex: 1 1 40%;
    max-width: 100%;
    border-radius: 10px;
}

.our-story-text {
    flex: 1 1 50%;
}

.our-story h2 {
    font-size: 2.5rem;
    color: #034f84;
}

.our-story p {
    color: #555;
    line-height: 1.6;
}

.values {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.value {
    text-align: center;
    flex: 1 1 25%;
    padding: 20px;
}

.value img {
    max-width: 70px;
    margin-bottom: 10px;
}

.value h3 {
    color: #034f84;
    font-size: 1.5rem;
}

.value p {
    color: #555;
}

.cta {
    text-align: center;
    background: #e0f7f7;
    padding: 30px 20px;
}

.cta a {
    display: inline-block;
    background: #034f84;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    transition: 0.3s;
}

.cta a:hover {
    background: #027373;
}



@media (max-width: 768px) {
    .our-story {
        flex-direction: column;
        text-align: center;
    }

    .our-story img {
        flex: unset;
        width: 100%;
    }

    .values .value {
        flex: 1 1 100%;
        max-width: 300px;
    }
}

.stats .state_cnt {
    align-items: center;
    text-align: center;
    box-shadow: 0 0 10px 0 #0000002b;
    padding: 30px 0;
    border-radius: 30px;
    flex-direction: column;
}

.stats .state_cnt div:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.stats .stats-item p {
    color: #555555ef;
    font-size: 17px;
    letter-spacing: 1px;
}

.stats .stats-item p strong {
    color: #002f50;
    font-size: 20px;
    letter-spacing: 0.3px;
    font-weight: 700;
}

.about-text a {
    width: 100%;
}

.about-section {
    position: relative;
    width: 100%;
    background-color: #94d4dc;
    padding: 50 0;
}

.about-section .imge-about img {
    position: absolute;
    left: 0;
    height: 70px;
    width: 100%;
}

.about-section .imge-about img:nth-child(1) {
    top: -60px;
}

.about-section .imge-about img:nth-child(2) {
    bottom: -92px;
}

.mission-vision-policy .row div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-vision-policy img {
    width: 100%;
    height: 70%;
    border-radius: 50%;
    padding: 30px;

    /* Animation */
    animation: floatGlow 5s infinite ease-in-out;
    box-shadow: 0px 0px 15px rgb(0, 200, 255);
}

/* Animation keyframes */
@keyframes floatGlow {
    0% {
        transform: translateY(0) rotate(0deg);
        box-shadow: 0px 0px 15px rgba(0, 200, 255, 0.5);
    }

    25% {
        transform: translateY(-10px) rotate(3deg);
        box-shadow: 0px 0px 30px rgba(0, 200, 255, 0.914);
    }

    50% {
        transform: translateY(0) rotate(0deg);
        box-shadow: 0px 0px 40px rgb(0, 200, 255);
    }

    75% {
        transform: translateY(10px) rotate(-3deg);
        box-shadow: 0px 0px 30px rgba(0, 200, 255, 0.914);
    }

    100% {
        transform: translateY(0) rotate(0deg);
        box-shadow: 0px 0px 15px rgba(0, 200, 255, 0.5);
    }
}

.mission-vision-policy h3,
.process h4 {
    font-weight: 600;
}

.mission-vision-policy p,
.mission-vision-policy li,
.process p {
    color: #555555ef;
}


@media (max-width: 767px) {
    .about .about-text {
        padding: 30px 55px;
        box-shadow: none;
    }
}

@media (max-width: 450px) {
    .about .about-text {
        padding: 30px;
    }
}



























/* contact style page */

.contactdet h1 {
    font-weight: 700;
    margin-bottom: 20px;
}

.contactdet .h5 {
    font-size: 20px;
    font-weight: 600;
    color: #002f50;
}

.contactdet span {
    color: #555555ef;
}

.contactdet .contact-div {
    text-align: center !important;
}

#contactForms .conactcontant .contactlink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

#contactForms .contact-form {
    background: #ffffff95 !important;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 50%;
}

#contactForms .contact-form h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

#contactForms .contact-form .form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5PX;
}

#contactForms .form-control {
    margin-bottom: 13px;
    border-radius: 0;
    border: 1px solid #ddd;
    height: 30px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #b5c6cd61;

}

#contactForms textarea {
    height: 75px !important;
}

#contactForms .form-control:focus {
    border-color: rgb(145, 135, 125);
    box-shadow: none;
}

#contactForms .btn-primary {
    background-color: #002f50;
    /* Brown color */
    color: rgb(244, 252, 255);
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    margin: 2px auto !important;
    transition: all 0.6s ease;
}

#contactForms .btn-primary:hover {
    background-color: rgb(244, 252, 255);
    color: #002f50;
    outline: 2px solid #034f84;
}

#contactForms .error-message {
    color: rgb(136, 0, 0);
    font-size: 12px;
    display: none;
}

#contactForms .contact-form {
    background: #fcfcfc !important;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: none !important;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 0 5px 0 #00000029 !important;
}

form label {
    font-weight: 600;
    color: #002f50;
    margin-bottom: 5px;
}

#contactForms input[type="file"] {
    height: 35px !important;
}













/* Product style page */



.products-page {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.navSide {
    width: 250px;
    background: #f8f9fa;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow-y: auto !important;
    overflow-x: hidden;
    height: 70vh !important;
}

.navSide::-webkit-scrollbar {
    width: 8px;
    
}

.navSide::-webkit-scrollbar-thumb {
    background: #94d4dc;
    border-radius: 20px !important;
}

.navSide::-webkit-scrollbar-track {
    background: rgba(137, 137, 137, 0.281);
    border-radius: 20px !important;
}

.navSide h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #004b4b;
    text-align: center;
    font-weight: 700;
}

.navSide ul {
    list-style: none;
    padding: 0;
}

.navSide li {
    margin: 10px 0;
}

.navSide button {
    width: 100%;
    background: #002f50;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.navSide button:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.792);
    color: #002f50;
    border: 1px solid #002f50;
}

.categories {
    flex: 1;
}

.filter-bar {
    margin-bottom: 20px;
}

.filter-bar input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    outline: 3px solid #002f508b;
}

.products-display {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.product-card {
    width: calc(25% - 20px);
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.product-card h4 {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 867px){
    .navSide {
        width: 100%;
    }
    .product-card {
        width: 20%;
    }
}
@media (max-width: 567px){
    .navSide {
        width: 100%;
    }
    .product-card {
        width: 40%;
    }
}



