@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');



@font-face {
  font-family: 'Gotham Pro Medium' ;
  src: url('../fonts/gotham-pro-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}



body {
  font-family: 'Gotham Pro Medium', sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #000;
}

/* Mobile view override */
@media (max-width: 767.98px) {
  body {
    font-size: 13px;
    font-weight: 400;
  }
}

/* Center categories */
.navbar-nav-center {
    justify-content: center;
    flex: 1;
}
/* Custom styling for top navbar */
.navbar {
    border-bottom: 1px solid #ddd;
}
.navbar .nav-link {
    color: #fff;
    font-weight: 600;
}
.navbar .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}
.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
.navbar-brand {
    font-weight: bold;
}

.bg1{
    background: linear-gradient(270deg, #594cc3 0, #2b8aeb 100%);
    padding: 10.5px 0;
}
/* Navbar items displayed inline */
.navbar-nav {
    display: flex;
    flex-direction: row;
    overflow-x: auto; /* Enable horizontal scrolling */
    scrollbar-width: thin; /* For Firefox scrollbar */
    scrollbar-color: #6c757d transparent; /* Customize scrollbar colors */
    white-space: nowrap; /* Prevent wrapping of text */
    padding: 0;
    margin: 0;
}

.navbar-nav::-webkit-scrollbar {
    height: 8px; /* Height of scrollbar */
}

.navbar-nav::-webkit-scrollbar-thumb {
    background-color: #6c757d; /* Scrollbar thumb color */
    border-radius: 4px; /* Rounded scrollbar thumb */
}

.navbar-nav::-webkit-scrollbar-track {
    background-color: transparent; /* Scrollbar track color */
}

/* Navbar links */
.nav-link {
    padding: 10px 15px;
    font-size: 14px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap; /* Prevent text wrapping */
    margin: 0px 5px;
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Highlight effect on hover */
    border-radius: 5px;
}

/* Mobile view-specific adjustments */
@media (max-width: 992px) {
    .navbar-nav {
        flex-wrap: nowrap; /* Prevent wrapping */
        overflow-x: auto; /* Allow horizontal scrolling */
    }
    .nav-link {
        border: 1px solid #fff;
        padding: 3px 8px;
        border-radius: 5px;
    }
}

.navbar-toggler{
    border: 2px solid #2c88ea !important;
}


.txtcl1{
    color: #2b2c30 !important;
}
.noudl{
    text-decoration: none !important;
}

.noudl:hover{
    text-decoration: none !important;
}



/*search css */
#mobileSearchToggle {
    border: none;
    background: none;
    cursor: pointer;
}

#mobileSearchContainer input {
    width: 100%;
}

.navbar .form-control {
    border-radius: 5px;
}





.search-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }
    .right-image img {
      max-width: 100%;
      height: auto;
    }
    @media (max-width: 768px) {
      .left-section,
      .right-image {
        text-align: center;
      }
    }

.form-control:focus{
    box-shadow: 0 0 0 .0rem rgba(13, 110, 253, .25) !important;
}
.btn-check:focus+.btn-warning, .btn-warning:focus{
    box-shadow: 0 0 0 .0rem rgba(13, 110, 253, .25) !important;
}

.section__title {
    color: #2b2b2b;
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
/*    font-family: GothamProMedium, sans-serif;*/
}
.crt1{
    overflow: hidden;
}
.dump1{
/*    background-color: #002147;*/
    background-color: #dc143c;

    color: #fff;
    font-weight: 600;
    padding: 5px 5px;
    font-size: 13px;
}
.dmpimg {
    height: 100px;
    width: 100px;
    object-fit: contain;
    display: block; /* Ensures the image is treated as a block-level element */
    margin: auto; /* Centers the image horizontally */
    position: relative; /* For compatibility with vertical centering in flexbox */
}

.txt1{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    padding: 8px 10px;
}
.txt2{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-radius: 5px;
    padding: 8px 10px;
    line-height: 20px;
}
.txt3{
    font-size: 13px;
    font-weight: 400;
    color: #000;
    border-radius: 105px;
    padding: 3px 10px;
    background-color: #dcdcdc;
}
.txt4{
    font-size: 15px;
    font-weight: 400;
    color: #2c2c2c;
    border-radius: 5px;
    padding: 8px 10px;
    line-height: 3px;
}
.p1{
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}



.certification-section {
    background-color: #f9f9f9; /* Light background */
    padding: 60px 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.section-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
}

.cert-card {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        height: 100%;
}

.cert-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.cert-icon {
    height: 50px;
    width: 50px;
    object-fit: contain;
    margin-bottom: 15px;
}

.cert-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.cert-card-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }

    .cert-card {
        padding: 15px;
    }
}



/*slider testimonial */
/* Testimonial Section Styles */
.testimonial-section {
  background-color: #f9f9f9;
}

.section-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.testimonial-card {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 1rem;
  color: #666;
  margin-bottom: 15px;
}

.testimonial-author {
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
}

.testimonial-role {
  font-size: 0.9rem;
  color: #888;
}

/* Swiper Navigation */
.swiper-pagination-bullet-active {
  background: #333;
}


.txt6{
/*    background-color: #002147;*/
    color: #000;
    font-weight: 600;
    padding: 5px 5px;
    font-size: 15px;
    line-height: 2px;
}




/*blog*/
/* Blog Section Styles */
.blog-section {
  background-color: #f9f9f9;
}

.section-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.blog-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-content {
  padding: 15px;
}

.blog-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.blog-date {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 10px;
}

.blog-excerpt {
  font-size: 1rem;
  color: #666;
  margin-bottom: 15px;
}

.read-more {
  font-size: 0.9rem;
  font-weight: bold;
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #0056b3;
}



/*footer css*/
/* Footer Section Styles */
.footer-section {
  background-color: #002147;
  color: #ddd;
}

.footer-logo img {
  max-width: 150px;
}

.footer-about {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 10px;
}

.footer-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #007bff;
}

.footer-divider {
  border-top: 1px solid #444;
  margin: 20px 0;
}

.footer-copyright {
  font-size: 0.8rem;
  color: #aaa;
}

/* Social Icons */
.footer-links i {
  margin-right: 8px;
  font-size: 1rem;
  vertical-align: middle;
}


/*contact us css*/
/* Contact Us Section Styles */
.contact-us-section {
/*  background-color: #f9f9f9;*/s
  border-radius: 8px;
  padding: 30px;
/*  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.contact-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.contact-details {
  font-size: 1rem;
  color: #333;
}

.social-links a {
  color: #555;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #007bff;
}

.contact-form {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-form .form-label {
  font-weight: 500;
  color: #333;
}

.contact-form .form-control {
  border-radius: 4px;
}

.contact-form button {
  background-color: #007bff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #0056b3;
}




/*signup and otp css*/
/* General Section Styles */
.signup-section, .otp-section {
  background-color: #f9f9f9;
  padding: 0px 0;
}

/* Card Styling */
.card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Form Title */
.card h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

/* Form Labels */
.card .form-label {
  font-weight: 500;
  color: #333;
}

/* Input Fields */
.card .form-control {
  border-radius: 4px;
  padding: 10px;
  font-size: 1rem;
}

/* Submit Button */
.card button {
  background-color: #007bff;
  border: none;
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 4px;
  color: #fff;
  transition: background-color 0.3s ease;
}

.card button:hover {
  background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .card {
    padding: 20px;
  }

  .card h2 {
    font-size: 1.5rem;
  }

  .card button {
    font-size: 0.9rem;
  }
}


/*cart css*/
/* General Section Styles */
.cart-section {
/*  background-color: #f9f9f9;*/
  padding: 40px 0;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

/* Cart Items */
.cart-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cart-item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
}

.cart-item-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

.cart-item-description {
  font-size: 0.9rem;
  color: #666;
}

.cart-item-price {
  font-size: 1.1rem;
}

.quantity-input {
  width: 70px;
  padding: 5px;
  font-size: 0.9rem;
}

/* Cart Summary */
.cart-summary {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.summary-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}

.summary-text {
  font-size: 0.9rem;
  color: #666;
}

.summary-value {
  font-size: 1rem;
}

.summary-total {
  font-size: 1.2rem;
}

/* Buttons */
.remove-item-btn {
  font-size: 0.8rem;
  padding: 5px 10px;
}

 

 .footer-section {
  background-color: #343a40;
  color: #ffffff;
}

.footer-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  text-decoration: none;
  color: #ffffff;
}

.footer-links a:hover {
  color: #007bff;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-success {
  background-color: #25d366;
  border: none;
}

.btn-success:hover {
  background-color: #20c056;
}



/*product page css*/
.product-details-page {
/*  font-family: Arial, sans-serif;*/
}

.main-image img {
  max-width: 100%;
  border: 1px solid #ddd;
}

.thumbnail-images img {
  width: 80px;
  height: auto;
  cursor: pointer;
  border: 1px solid #ddd;
}

.short-description-box,
.description-box {
  background-color: #f9f9f9;
}

.card {
  border: 1px solid #ddd;
}

.card img {
  width: 100%;
  height: auto;
}

.card-title {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .thumbnail-images img {
    width: 60px !important;
  }
}


/*ratings and review css*/
/* General Container */
.product-details-page {
/*  background-color: #f9f9f9;*/
/*  padding: 30px;*/
/*  border-radius: 10px;*/
/*  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.product-name {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.product-details-page p {
  font-size: 16px;
  color: #666;
}

.short-description-box, .description-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 5px;
}

.alert-warning {
  background-color: #fff3cd;
  color: #856404;
  border-radius: 5px;
  border: 1px solid #ffeeba;
}

/* Rating & Reviews Section */
.rating {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.stars {
  font-size: 20px;
  color: #f39c12;
}

.star-filled {
  color: #f39c12;
}

.star-half {
  color: #f1c40f;
}

.progress-bar-container {
  background-color: #ddd;
  border-radius: 10px;
  height: 10px;
  margin-top: 10px;
}

.progress-bar {
  height: 100%;
  background-color: #f39c12;
  border-radius: 10px;
}

/* Product Card Style */
.card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.card img {
  border-radius: 8px 8px 0 0;
}

.card-body {
  padding: 15px;
  text-align: center;
}

.card-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.card-text {
  font-size: 16px;
  color: #888;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  border-radius: 5px;
}

.btn-outline-primary {
  border-color: #007bff;
  color: #007bff;
  border-radius: 5px;
}

.btn-primary:hover, .btn-outline-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* Additional Components */
.thumbnail-images {
  display: flex;
  gap: 10px;
}

.thumbnail-images img {
  border-radius: 5px;
  cursor: pointer;
}

.main-image img {
  border-radius: 10px;
  width: 100%;
}

/* For the File and Related Products Sections */
h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

 

.related-products .card {
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.related-products .card-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.related-products .card-body {
  padding: 15px;
  text-align: center;
}

.related-products .card-text {
  font-size: 16px;
  color: #888;
}


.box_detail{
/*    background-color: #fff !important;*/
/*    background-color: #fff;*/
    border-radius: 8px;
/*    box-shadow: 0 4px 6px #0000001a;*/
    padding: 1rem;
    position: sticky;
    top: 55px;
    z-index: 10;
}



@media (max-width: 767px) {
  .cart-item {
    flex-wrap: wrap; /* Allow items to wrap for mobile view */
  }
  .cart-item-img {
    width: 100%; /* Full width for the image */
    margin-bottom: 15px; /* Add space below the image */
  }
  .cart-item-info {
    width: 100%; /* Full width for the details */
    text-align: center; /* Center-align text for better mobile aesthetics */
  }
  .cart-item-actions {
    width: 100%; /* Full width for actions */
    text-align: center; /* Center-align actions */
    margin-top: 10px; /* Add spacing above actions */
  }
  .cart-item-actions .quantity-input {
    max-width: 80px; /* Restrict the width of the input */
    margin: 0 auto; /* Center the input */
  }
}




.table1 {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.td1, .td2 {
    padding: 3px 12px;
    vertical-align: top;
}

.td1 {
    font-weight: bold;
    text-align: left;
    width: 150px; /* Adjust to match image proportions */
}

.td2 {
    text-align: left;
    color: #555;
}

.table tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.table tr:last-child .td1, 
.table tr:last-child .td2 {
    padding-bottom: 15px;
}


.inr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    position: relative;
}

.inr, .priceproduct {
    color: #0f1111;
    font-weight: 600;
    line-height: normal;
}

/*.priceproduct {*/
/*    font-size: 28px;*/
/*}*/

.mrp1{
    font-size: 12px;
    font-weight: 500;
    position: relative;
    color: #4e4e4e;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
}


.mrp2{
    font-size: 15px;
    font-weight: 500;
    position: relative;
    color: #ff5656;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: line-through;
}


.add-to-cart-btn {
    background: linear-gradient(45deg, #ffaa01, #ff7a00);
    border: none;
    border-radius: 0px;
    box-shadow: 0 4px 6px #0000001a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-grow: 1;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: .5em 2em;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    width: auto;
}

.add-to-cart-btn:hover {
    background: linear-gradient(45deg, #ff7a00, #ffaa01);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.add-to-cart-btn:active {
    background: linear-gradient(45deg, #ff6a00, #e07c00);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: scale(0.95);
}


.add-to-cart-btn-online {
    background: linear-gradient(45deg, #ffaa01, #ff7a00);
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 6px #0000001a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-grow: 1;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: .5em 2em;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    width: auto;
}

.add-to-cart-btn-online:hover {
    background: linear-gradient(45deg, #ff7a00, #ffaa01);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.add-to-cart-btn-online:active {
    background: linear-gradient(45deg, #ff6a00, #e07c00);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: scale(0.95);
}


.add-to-cart-btn-combo {
    background: linear-gradient(45deg, #ffaa01, #ff7a00);
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 6px #0000001a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-grow: 1;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: .5em 2em;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    width: auto;
}

.add-to-cart-btn-combo:hover {
    background: linear-gradient(45deg, #ff7a00, #ffaa01);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.add-to-cart-btn-combo:active {
    background: linear-gradient(45deg, #ff6a00, #e07c00);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: scale(0.95);
}

.title {
    font-weight: bold;
    text-align: left;
    width: 150px;
    font-size: 1rem;
    width: 100%;
    color: #303030 !important;
}


.fta1{
  font-size: 14px !important;
  text-align: justify;
/*  font-weight: 500;*/
}

.pay1cls {
    background-color: #f4f8fd;
    border: none;
    border-radius: .25rem;
    margin-bottom: 2em;
    margin-top: 0;
    padding: 1em;
    text-align: center;
}

.payttl {
    color: #4d4d4d;
    font-size: calc(100% - 3px);
    font-weight: 500;
}

a{
  text-decoration: none !important;
}

.card-img-top {
    max-height: 140px;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
}

.priceproduct{
font-size: 18px;
font-weight: 500;
color: #0f1111;
line-height: normal;
}

.cert-card-title2 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}


.mrp1{
    font-size: 12px;
    font-weight: 500;
    position: relative;
    color: #4e4e4e;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
}


.mrp2{
    font-size: 15px;
    font-weight: 500;
    position: relative;
    color: #ff5656;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: line-through;
}



/* Ensure product name doesn't overflow and is displayed in two lines */
.cert-card-title2 {
  font-size: 1.1rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Limiting to two lines */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Styling for the price and MRP */
.priceproduct {
  font-size: 1.2rem; 
  color: #007bff; /* A blue color for price */
}

.mrp1 {
  text-decoration: line-through;
  color: gray;
}

.mrp2 {
  font-size: 1rem;
  color: red;
}

/* Card footer section to place button at the bottom */
.card-footer {
  padding: 10px;
  background-color: #ffffff00;
  border-top: 1px solid #ffffff00;
}

.card-footer .btn {
  font-size: 1rem;
  padding: 10px;
  font-weight: bold;
}

/* Ensure the button stretches to fill the card */
.card-footer .w-100 {
  width: 100%;
}

/* Optional: Some margin at the bottom of the card for spacing */
.card-body {
  padding-bottom: 10px;
}


.brand {
    color: #7f8c8d;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: start;
}

.brdcrm1 span{
  font-size: 12px;
}
.brdcrm1 span svg {
  width: 12px;
  height: 12px;
}

.abrdtag{
  color: #3e3e3e;
}

.abrdtag:hover{
  color: #ff1e1e;
  text-decoration: underline !important;
}
.haq1{
  font-size: 13px;
  font-weight: 500;
}

.haq2{
  font-size: 13px;
  font-weight: 600;
}
.haq3{
 font-size: 0.67rem;
  color: red;
  text-decoration: line-through;
  font-weight: 500;
}

.table2 {
  border-collapse: separate;
  border-spacing: 0;
  background-color: #fff;
}
.table2 thead th {
  background-color: #f8f9fa; /* Light gray header */
  color: #333; /* Dark text */
  text-align: start;
  font-weight: bold;
  border-bottom: 2px solid #dee2e6;
}

.table2 tbody td {
  vertical-align: middle;
  text-align: start;
  border: 1px solid #dee2e6;
}

.table2 tbody tr:nth-child(even) {
  background-color: #f9f9f9; /* Alternate row color for better readability */
}

.table2 tbody tr:hover {
  background-color: #e9ecef; /* Highlight on hover */
}

p{
  margin-bottom: 0px !important;
}

.plaw{
  border: 1px solid #000;
}


.acs{
  font-size: 14px;
  font-weight: 600;
  color: #000;
      border: 1px solid #e7e7e7;
      border-radius: 2px;
      padding: 10px 20px;
}

.acs:hover{
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.popo{
  font-size: 15px;
  font-weight: 600;
}
.popo1{
  font-size: 15px;
  font-weight: 500;
  text-decoration: line-through;
  color: #7d7d7d;
}

.detailbtn{
  display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .2);
    border-radius: 3px;
    background: #f57c00;
    color: #fff;
    white-space: nowrap;
    line-height: normal;
    font-size: inherit;
    transition: .2s;
    margin: 2px 4px 2px 0;
    box-shadow: none;
    font-weight: 600;
}

td{
  font-size: 16px;
  font-weight: 500;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){
      min-height: 500px !important;
}


.majs{
  font-size: 15px;
  font-weight: 600;
}

.majs2{
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #585858 !important;
      font-style: italic;
}
.majs3{
  font-size: 13px;
  font-weight: 500;
}

.assa{
  font-size: 2rem;
  font-weight: 600;
  color: #383838;
}
.kasaas{
  font-size: .90rem;
  font-weight: 500;
  color: #584dc3;
}

.blog-img1{
  width: 100%;
    max-height: 100px;
    object-fit: cover;
}

p{
      color: #3d3d3d;
    font-size: 15px;
    font-weight: 400;
}

.lisya{
  padding: 10px 8px;
    font-size: 15px;
    font-weight: 500;
}
.lisya:hover{
  padding: 10px 8px;
    font-size: 15px;
    font-weight: 500;
    background-color: #f0f0f0;
}

.lisya a{
 color: #000;
 text-transform: capitalize;
}

.oal1{
  font-weight: 700;
      font-size: 2rem;

}
.alals{
  min-height: 270px ;
}

.textbtn {
    background-image: linear-gradient(to right, #002147e3 0%, #000c 51%, #002147d6 100%) !important;
    border-color: #002147;
    color: #fff !important;
    font-size: 12px !important;
}

.ahas11{
  color: #ff1010;
}




.head90{
  font-size: 1.45rem;
  font-weight: 600;
}