@charset "utf-8";

/***** Design By Manjeet 5.3.5 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

/* CSS Document */

body {
    background: #f5f5f5;
    color: #1d1f23;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #df0004;
    --secondary: #f25b00;
}


.cover {
    object-fit: cover;
    width: 100%;
    border-radius: 0px;
}

.header-s {
    padding: 1px 10px;
    font-size: 14px;
}


/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}


.mobile3::after {
    position: absolute;
    content: '';
    left: 0;
    border-left: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}

.login i {
    color: #000;
    font-size: 26px;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.mobile_icons {
    font-size: 13px;
    padding-left: 5px;
}

.headerf-0flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.headerf-0flex li a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition: .6s linear;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

.headerf-0flex li a:hover {
    background-color: #df0004!important;
    color: #fff !important;
    transition: .4s ease-in-out;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn 1s;
    z-index: 9999;

}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 8px 15px;
    min-width: 160px;
    text-align: left;
    border-radius: 0px;
    color: #3a3b3e;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #ffffff;
    clip-path: none !important;
}

.dropdoqwn li a:hover {
    background-color: var(--primary);
    color: #fff;
    clip-path: none;
    padding: 8px 15px;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}


.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 0px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}


.header {
    display: flex;
    align-items: center;
    justify-content: end;
}

.logo-m {
    display: none;
}

.darkHeader {
    position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #333333 !important;
}

.darkHeader .headerf-0flex li a {
    color: #fff;
}

.darkHeader .top-head {
    display: none;
}


.social_media {
    display: flex;
    margin-left: 10px;
    justify-content: end;
}

.social_media a {
    text-align: center;
    font-size: 15px !important;
    transition: .5s ease-in-out;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    padding: 9px 10px !important;
    border-left: 1px solid #5f5f62;
}

.logo-right {
    padding: 0 !important;
    margin-left: 20px;
}

.headerpart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: rgb(0 0 0 / 7%);
}



.top-text span {
    display: inline-block;
    border-right: 1px solid #a80e4a;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}

.top-text a {
    display: inline-block;
    padding-left: 10px;
    color: #fff;
    font-size: 13px;
}

.darkHeader .logo {
    top: -12px;
}

.drop_hover:hover {
    background-color: transparent !important;
}

/* Product menu Hover  */
.sub:hover .drop_hover {
    color: #FFF !important;
    BACKGROUND: #df0004 ! IMPORTANT;
}

.products {
    position: relative;
    overflow: hidden;
}

.container-new {
    margin-left: auto;
    max-width: 1140px;
}

.box1::after {
    position: absolute;
    content: '';
    top: 50px;
    right: 0;
    width: calc(100% - 80%);
    background-color: #fff;
    min-height: 83%;
    z-index: -1;

}

.product_box {
    background-color: #fff;
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    min-height: 190px;
    padding: 20px 38px;
    margin-top: 50px;
    color: #000;
    text-align: right;
    display: flex;
    align-items: center;

}

.products :nth-child(3) .product_box {
    background-color: #fff !important;
    width: 204%;
    clip-path: polygon(3% 0%, 100% 0%, 93% 100%, 0% 100%);
    box-shadow: 10px 10px 5px lightblue;

}

.products :nth-child(3) .product_box:hover {
    background-color: #c31516 !important;
}

.products :nth-child(3):hover .box1::after {

    background-color: #c31516 !important;
}

.product_box:hover {
    background-color: #c31516 !important;
}

.image_group img {
    position: absolute;
    top: 18px;
    z-index: 444;
    width: 153px;
    left: 0px;
}

.product_box p {
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.image_group {
    position: relative;
}

.product_box strong {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    display: block;
    margin-bottom: 10px;
}
.clickable-card {
    cursor: pointer;
    transition: transform 0.2s ease; /* Optional: halka sa animation */
}
.clickable-card:hover {
    background-color: rgba(0,0,0,0.02); /* Optional: hover effect */
}
.product_box a {
    color: #c31516;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 7px;
    font-size: 15px;
    margin-right: 5px;
}

.product_box:hover strong {
    color: #fff;
}

.product_box:hover a {
    color: #fff;
}

.product_box:hover p {
    color: #fff;
}

.last-box:hover strong {
    color: #fff;
}

.last-box:hover p {
    color: #fff;
}

.last-box:hover a {
    color: #fff;
}

.width-set {
    flex: 0 0 auto;
    width: 45.333333%;
}

.last-box:hover .box1 {
    background-color: #c31516 !important;
    color: #fff;
}
/***Manjeet Sriavastav***/
/***productSection***/
.productSection {
    margin-top: 50px;
    padding: 80px 0;
    background:#eee;
    height: 100%;
}
.productSection1 {
    padding: 80px 0;
    background:#eee;
    height: 100%;
}
.productSection1 .col-lg-3{padding:0px;}
.productBox {
    background: #fff;
    clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);
    transition: 0.3s ease;
}

.productBox .content {
   padding: 22px 38px 22px 20px;
}

.productBox h3 {
    font-size: 16px;
    margin-bottom: 10px;
	letter-spacing: 0px;
	padding: 0px 0px 0px 23px;
}

.productBox p {
    font-size: 12px;
    color: #555;
    margin-bottom: 30px;
	padding: 0px 0px 0px 23px;
}

.productBox img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    margin-bottom: 30px;
}

.productBox .bottom {
    border-top: 1px solid #bbb;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding-left: 85px;
}

.productBox:hover {
    background: #d71920;
    color: #fff;
}

.productBox:hover p {
    color: #fff;
}

.productBox.active {
    background: #d71920;
    color: #fff;
    clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);
    transition: 0.3s ease;
}

.productBox.active p {
    color: #fff;
}

.productBox.active .bottom {
    border-color: #fff;
}

.BEHIND {
    padding: 50px 0px;
    max-width: 1260px;
    margin: 0 auto;
}

.BEHIND h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 70px;
    position: relative;
    padding-left: 25px;
}

.BEHIND h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 45px;
    background: #d71920;
}

.BEHIND .boxes {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
}

.BEHIND .leftBox {
    background: #cfcfcf;
    padding: 45px 190px 45px 45px;
    flex: 1 1 60%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.BEHIND .centerBox {
    background: #eeeeee;
    text-align: center;
    padding: 73px 68px;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-30px);
    z-index: 2;
    flex: 1 1 20%;
    box-sizing: border-box;
    position: absolute;
    right: 266px;
    top: 4px;
    box-shadow:
        8px 0 15px rgba(0, 0, 0, 0.6),
        0 -8px 15px rgba(0, 0, 0, 0.6);
}

.BEHIND .centerBox h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
	font-style: italic;
}

.BEHIND .rightBox {
    background: #d71920;
    color: #fff;
    padding: 30px 0px 30px 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 20%;
    box-sizing: border-box;
}

/**pragmatic-section **/
.pragmatic-section {
    padding: 40px;
}

.pragmaticPannel {
    position: relative;
}

.pragmatic-bar {
    width: 14px;
    height: 65px;
    background: #d71920;
    margin-right: 15px;
    position: absolute;
}

.pragmaticPannel h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 22px;
}

.pragmaticPannel p {
    color: #333;
    line-height: 1.6;
    margin-top: 15px;
       font-size: 16px;

}

.pragmatic-card {
    position: relative;
    overflow: hidden;
}

.pragmatic-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.pragmatic-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    color: white;
}

.pragmatic-overlay h3 {
    font-size: 32px;
    font-weight: 600;
}

.pragmatic-overlay p {
    font-size: 14px;
    margin-top: 10px;
}

.reach {
    background: url('../images/fotterBackgrond.png') center center/cover no-repeat;
    padding:100px 0;
}

.reach h3 {
    margin-bottom: 25px;
    color: #fff;
}

.reach strong {
    color: #fff;
}

.reach p {
    margin: 0px;
    color: #ddd;

}

.need h3 {
    margin-bottom: 25px;
    color: #fff;
}

.callUs p {
    display: flex;
    gap: 5px;
}

.need {
    text-align: end;
}

.need p {
    margin: 0px;
    color: #ddd;

}

.reach hr {
    border-color: #aaa;

    width: 80%;

}

.reach-btn {
    background: #000;
    color: white;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;

}

.reach-btn:hover {
    background: #222;
}

.icon {
    margin-right: 10px;
}

/* Footer */
.footer {
    background: #fff;
    padding: 50px 0;
}
.footer h4 {
    font-weight: 700;
    margin-bottom: 20px;

}
.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    text-decoration: none;
    color: #222;
}

.footer ul li a:hover {
    color: red;
}

.visitor-img {
    width: 220px;
    border-radius: 6px;
}
.socialFotter {
    text-align: center;
}
.catalogue {
    width: 60px;
    margin-bottom: 20px;

}
.social i {
    font-size: 28px;
    margin-top: 18px;
    margin-right: 15px;

}

.fa-facebook {
    color: #1877f2;
}

.fa-whatsapp {
    color: #25d366;
}

.fa-youtube {
    color: red;
}

.fa-instagram {
    color: #e1306c;
}
.copy {
    background: #000;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

.copy p {
    margin: 0px;
}

.copy a {
    color: white;

}
.copy a:hover {

    color: red;
}
.aboutinnerbanner img{ width:100%; height:635px; object-fit:cover;}

.innerbanner{ position:relative; text-align:center;}
.innerbanner img{ width:100%; height:415px; object-fit:cover;}
.innerbanner h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 415px;
    flex-direction: column;
    z-index: 9;
    top: 0px;
    width: 100%;
    position: absolute;
	color:#fff;
	font-size:50px;
}
.innerbannerprod {
    position: relative;
    text-align: center;
    width: 100%;
}

.innerbannerprod img {
    width: 100%;
    height: 415px;
    object-fit: cover;

}

.innerbannerprod .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Bilkul center mein laane ke liye */
    z-index: 9;
    width: auto;
}

.text-box {
    display: inline-block;
    text-align: right; /* Subtitle ko right side align karne ke liye */
}

.innerbannerprod h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    border: 2px solid #fff; /* White border box */
    margin: 0;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
}

.subtitle {
    color: #fff;
    font-size: 18px;
    font-style: italic; /* Tircha text */
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 1px;
}
.productdetails{ background:#fff; padding:50px 0px 30px; line-height:30px;}
.commanpagebg{ background:#fff; padding:50px 0px; line-height:30px;}
/*** Dynmic Table design ****/
/* Wrapper to contain the tables */
.product-description-wrapper {

    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.product-description-wrapper p{ margin:0px;}
/* Table Style matching your image */
.product-description-wrapper table {
    width:100% !important; /* Do tables ko side-by-side rakhne ke liye */
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
    font-family: Arial, sans-serif !important;
    border: 1px solid #e0e0e0 !important;
    min-width: 300px;
}

/* Header Row (Red Background) */
.product-description-wrapper table tr:first-child,
.product-description-wrapper table thead tr {
    background-color: #b11e1e !important; /* Wahi gehra laal rang */
}

/* Header Text (White) */
.product-description-wrapper table tr:first-child td,
.product-description-wrapper table th {
    color: #ffffff !important;
    font-weight: bold !important;
    padding: 2px 8px !important;
    text-align: center !important;
    border: 2px solid #ffffff !important;
    text-transform: capitalize;
}

/* Body Cells Styling */
.product-description-wrapper table td {
    padding: 2px 8px !important;
    border: 2px solid #fff !important;
    color: #444 !important;
    font-size: 14px !important;
    
}


/* Alternate Row Background (Grey like your image) */
.product-description-wrapper table tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}
 .product-description-wrapper table {
       text-align: center;
    }
.product-description-wrapper table td{
       text-align: center;
    }
/* Mobile Responsive */
@media (max-width: 768px) {
    .product-description-wrapper table {
        width: 100% !important;
        text-align: center;
    }
}
.certificatebox img{ width:100%; height:450px; object-fit: cover;
    border: 2px solid #ccc;}
.aboutusbg {
    background: linear-gradient(to right, #333631 50%, #d9d9d9 50%);
    padding: 50px 0;
}
.aboutusbg img{ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);}
/* Icon ke liye chota sa circle style */
.icon-circle {
    width: 50px;
    height: 50px;
    background-color: #d1d9e0; /* Image ke blueish-grey icon jaisa color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.aboutusbg{ font-size:15px;}
.aboutusbg h3{ text-transform:uppercase; font-weight:700; font-size:25px; padding-bottom:15px;}
/* Responsive check: Mobile par background ek jaisa dikhe */
@media (max-width: 768px) {
    .aboutusbg {
        background: #d9d9d9; /* Mobile par vertical design ke liye single color */
    }
}

.aboutmiddbox{ padding:50px 0px;}
/* Container and Split Background */
.split-section {
    background: linear-gradient(to right, #7a7a7a 50%, #333333 50%);
    min-height: 500px;
}

/* Philosophy Side (Left) */
.philosophy-side {
    padding: 60px;
    text-align: center;
    color: #fff;
}

.section-label {
    letter-spacing: 4px;
    font-size: 0.8rem;
    margin-bottom: 40px;
}

/* Venn Diagram Circles */
.venn-diagram {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
}

.v-circle {
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(253, 208, 23, 0.7); /* Transparent Yellow */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.7rem;
    color: #333;
}

.c-strategy { top: 0; left: 50%; transform: translateX(-50%); }
.c-creativity { bottom: 10px; left: 0; }
.c-technology { bottom: 10px; right: 0; }

.sweet-spot-line {
    position: absolute;
    right: -80px;
    top: 40%;
    border-bottom: 1px solid white;
    width: 120px;
}

.sweet-spot-line span {
    display: block;
    font-size: 0.6rem;
    margin-bottom: 5px;
    white-space: nowrap;
}

/* Blog Side (Right) */
.blog-side {
    padding: 60px;
    color: #fff;
}

.blog-title {
    font-weight: 800;
    margin-bottom: 50px;
    ffont-size: 40px;
}

.blog-post {
    display: flex;
    margin-bottom: 40px;
}

.date-container {
    text-align: center;
    margin-right: 25px;
    min-width: 80px;
}

.date-container .month { font-size: 0.65rem; display: block; }
.date-container .day { font-size: 2.5rem; font-weight: bold; line-height: 1; display: block; }

.post-content h6 { font-weight: bold; letter-spacing: 1px; }
.post-content p { font-size: 0.8rem; color: #ccc; }
.read-more { color: #fff; text-decoration: none; font-weight: bold; font-size: 0.75rem; }

.view-blog-btn {
    background: #df0004;
    border: none;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 0.8rem;color: #fff; 
}

.twitter-tag { margin-top: 20px; font-size: 0.75rem; color: #ccc; }


/* Section */

.process{
text-align:center;
padding:80px 20px;
    background: #fff;
}

/* Heading */

.process h2{
letter-spacing:3px;
color:#555;
margin-bottom:80px;
}

/* Circle container */

.circle-wrapper{
display:flex;
justify-content:center;
align-items:center;
position:relative;
}

/* Circles */

.circle{
width:280px;
height:280px;
border-radius:50%;
background:#df0004;
opacity:0.75;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
color:#fff;
text-align:center;
}

/* overlap */

.circle:nth-child(2){
margin-left:-70px;
}

.circle:nth-child(3){
margin-left:-70px;
}

/* description */

.text-wrapper{
display:flex;
justify-content:center;
align-items:flex-start;
gap:30px;
margin-top:30px;
}

.text{
width:230px;
font-size:12px;
color:#666;
line-height:1.6;
text-align:center;
}


/* Prefix 'vng-' used to prevent CSS clashing */
.vng-wrapper {
    background-color: #eee; 
    display: flex;
    flex-direction: column;
    min-height: 500px; /* Adjust as per your section height */
	padding:50px;
}
.vng-wrapper h3{ text-transform:uppercase; font-size:40px; font-weight:700;}
.aboutminbox{ margin-bottom:20px;}
.aboutminbox strong{ font-size:50px; font-weight:700; display:block;}
.contpagebg{ background:#fff; padding:50px 0px;}
.letcommect h6{ color:#c10000; font-size:50px; font-weight:700; padding-bottom:20px;}
.continput{ border:none; padding:10px 0px; font-size:14px; border-bottom:1px solid #ccc; width:100%; outline:none;}
.continputbutton{ background:#c10000; display:table; padding:7px 25px; color:#fff;border:none;outline:none;}


/* Sirf Pehli Row (TR) ke Pehle Column (TD/TH) ke liye */
tr:first-child td:first-child, 
tr:first-child th:first-child {
    background-color: #b31f24; /* Red color */
    color: white;
}

/* Pehli Row ke baki saare Columns ke liye */
tr:first-child td:nth-child(n+2), 
tr:first-child th:nth-child(n+2) {
    background-color: #333333; /* Dark Grey color */
    color: white;
}

.productdetails ul, li{
list-style: unset;    margin-left: 10px;
}

#response-msg {
        display: none;
        padding: 15px;
        margin-bottom: 20px;
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
    }

 
