
/*** Spinner Start ***/
/*** Spinner ***/
 .logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #efbb20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0% !important;
    margin-right: 0px;
    width: 160px !important;
    height: 90px;
    position: relative;
    z-index: 9;
}



.product-card h6 {
    font-size: 30px;
    text-align: center;
}
.rdmrbtn {
     display: inline-block;
  text-align: center;
  margin: 10px auto 0;
  position: relative;
  left: 28%;
  transform: translateX(-100%);
}


.is-fixed .logo-header img {
    max-width: 64%;
    height: auto;
    margin-left: -96%;
}

.logo-header img {
    max-width: 72%;
    height: auto;
    margin-left: -102%;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

.header-curve .logo-header:before {
    right: 130% !important;
    width: 70% !important;
    transform: skew(360deg);
}

@media only screen and (max-width: 1366px) {
    .logo-header img {
        margin-left: -50px !important;
        width: 100% !important;
    }
}

.header-nav .nav.nav-style > li > a {
    font-size: 18px !important;
}

/* Styles for fixed header */
.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Adjust logo curve and image when header is fixed */
.is-fixed .header-curve .logo-header:before {
    right: 60% !important;
    width: 100% !important;
    transform: skew(30deg);
}


/*.logo-header img {
    max-width: 70%;
    height: auto;
    margin-left: -50px;
}*/


/* Mobile only */
@media (max-width: 768px) {
      .header-curve .logo-header:before {
        right: 60% !important;
        width: 70% !important;
        transform: skew(360deg);
    }
}


.header-curve .logo-header:after {
    right: -159px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url(../images/header-curv.png);*/
    width: 130px;
    background-size: cover;
}

.carousel-inner {
    height: 450px; /* reduce slider height (adjust as needed) */
    position: relative;
    display: flex;
    align-items: anchor-center;
    background: #fff;
}

.carousel-img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end; /* align vertically to bottom */
    padding-bottom: 10px; /* space from red line */
}

.carousel-img-wrapper img {
    max-height: 100%;
    object-fit: contain;
}

/* Navigation arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 60% 60%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0l-4 4 4 4V0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0l4 4-4 4V0z'/%3E%3C/svg%3E");
}


.product-card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card img {
  width: 100%;
  height: 250px;          /* fixed height for all images */
  object-fit: cover;      /* cover = crop, contain = fit with gap */
  display: block;
}

.dlab-post-info {
  padding: 15px;
  flex-grow: 1;           /* makes all text areas align bottom */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-box {
  margin-bottom: 20px; /* adjust as needed */
}
.me-2 {
    margin-right: .5rem!important;
}
.testimonial-wrapper {
    position: relative;
    margin-top: 25px;
}
.customer-header {
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 10;
    background: #ffffff;
    border-radius: 30px;
    padding: 0 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    min-width: 270px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.testimonial-wrapper:nth-child(1) .customer-photo {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}
.customer-photo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: 4px solid #000;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.25);
    flex-shrink: 0;
}
.customer-info {
    padding-top: 15px;
}
.testimonial-card {
    height: 260px;
}
.testimonial-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 20px 20px;
    position: relative;
    height: 230px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.9);
}
.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 5rem;
    color: rgba(220, 53, 69, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}
.testimonial-text {
    height: 150px;
    overflow-y: auto;
}
.testimonial-text {
    color: #2c3e50;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 8%;
}
.customer-info {
    padding-top: 15px;
}
.customer-info h3 {
    color: #2c3e50;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.1;
}
.customer-info p {
    color: #7f8c8d;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
    line-height: 1.2;
}
.popular-products-container {
    padding: 46px 0;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}
.product-card-custom {
    position: relative;
    overflow: hidden;
}
.product-card-custom {
    background: #F5F5F5;
    border-radius: 32px;
    transition: all 0.3s ease;
    position: relative;
    padding: 2rem;
}
.product-image {
    position: relative;
}
.product-image {
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 16px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 31px;
    border-radius: 14px;
    padding: 2rem;
}
.product-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.logo-footer1 img {
    max-width: 200%;
    width: 30%;
    height: auto;
    background: #fff;
    border-radius: 0px;
    padding: 20px;
}



@media (max-width: 768px) {
  .logo-header .web_logo {
    width: 50% !important;
    height: auto; /* keeps aspect ratio */
    display: block; /* ensures no inline size overrides */
    max-width: 100%; /* avoids overflow */
  }
}
/* Mobile screens only */
@media (max-width: 768px) {
  .carousel-inner {
    height: auto !important;   /* let images define height */
  }

  .carousel-inner img {
    width: 100% !important;
    height: auto !important;   /* keep aspect ratio */
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .carousel-control-prev-icon, 
  .carousel-control-next-icon {
    width: 28px;   /* smaller size */
    height: 28px;
    background-size: 50% 50%; /* scale arrow inside */
  }

  /* Adjust button position slightly inward */
  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next {
    right: 10px;
  }
}
/* Tablets and smaller (<= 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .header-curve .logo-header:before {
    right: 46% !important;
    width: 70% !important;
    transform: skew(0deg);
  }

  .logo-header .web_logo {
    width: 75% !important;
    height: auto;
    display: block;
    max-width: 100%;
    margin-left: -20% !important;
}

  .carousel-inner {
    height: auto !important;
  }

  .carousel-inner img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  .carousel-control-prev-icon, 
  .carousel-control-next-icon {
    width: 28px;
    height: 28px;
    background-size: 50% 50%;
  }

  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .header-curve .logo-header:before {
    right: 50% !important;
    width: 80% !important;
    transform: skew(0deg);
  }

  .logo-header .web_logo {
    width: 65% !important;
    height: auto;
    display: block;
    max-width: 100%;
    margin-left: -10% !important;
  }

  .carousel-inner {
    height: auto !important;
  }

  .carousel-inner img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 24px;
    height: 24px;
    background-size: 50% 50%;
  }

  .carousel-control-prev {
    left: 8px;
  }
  .carousel-control-next {
    right: 8px;
  }
}

.product-section {
    padding: 20px 20px;
    background: #fff;
}
.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}
.product-card {
    position: relative;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    transition: 0.5s;
    background: #fff;
}

.product-logo {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 50%; /* adjust size as needed */
    height: auto;
    z-index: 10;
}

.product-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product-card img:not(.product-logo img) {
    margin-top: 13% !important;
    width: 100%;
    height: 220px;
    object-fit: contain;
    object-position: center;
    background-color: #fff;
    padding: 10px;
    display: block;
    margin: 0 auto;
}


.product-card .rdmrbtn {
    display: inline-block;
    text-decoration: none;
    color: #e60000;
    font-weight: 500;
    border: 1px solid #e60000;
    padding: 6px 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.product-card .rdmrbtn:hover {
    background: #e60000;
    color: #fff;
}
.rdmrbtn {
    width: 50% !important;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 29px;
    border: 1px solid #fa2b2b;
    color: #fa2b2b;
    transition: 0.50s;
    margin-top: 10px;
     display: inline-block;
     font-size: 14px;
    margin-right: 10px;
}
.rdmrbtn i {
    margin-left: 5px;
}
.fa-solid, .fas {
    font-weight: 900;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}
.product-card h6 {
    font-size: 22px !important;
    font-weight: 600;
    margin: 25px 0 20px;
    text-align: center;
}
.grey_bg{
    background-color: #eee !important;
}

.header-nav .nav.nav-style > li, .is-fixed .header-nav .nav.nav-style > li {
    padding: 22px 10px !important;
}



.header-nav .nav > li .sub-menu li a {
    transition: all 0.15s linear;
    color: #000000 !important;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 4px 20px;
    text-transform: capitalize;
}

footer {
    background: #333;
    color: #fff;
    padding: 66px;
    text-align: center;
    /* padding-top: 69px; */
    padding-bottom: 10px;

    }

    footer h2 {
      margin: 0 0 15px 0;
      color: #ff6600;
      font-size: 20px;
      font-weight: bold;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .footer-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
    }

    .footer-item i {
      color: #ff6600;
      font-size: 16px;
    }

    .footer-item a {
      color: #fff;
      text-decoration: none;
    }

    .footer-item a:hover {
      text-decoration: underline;
    }
    p {
        font-size: 17px !important;
    }
    .product_border{
        border: 12px solid #FF8C4B !important;
    }
    .page-content{
        padding-bottom:0px !important;
    }

	/* === CERTIFICATION LOGOS FIXED HEIGHT === */
.meet-ask-outer {
  height: 80px; /* ✅ Fixed overall height for the section */
  overflow: hidden;
}

.cert-box {
  /*background: #fff;*/
  border-radius: 6px;
  padding: 0px;
  height: 90px; /* ✅ Fixed white box height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-logo {
  height: 130px; /* ✅ Keeps images scaled within the fixed box */
  width: auto;
  object-fit: contain;
}

/* === Responsive adjustments === */
@media (max-width: 992px) {
  .meet-ask-outer {
    height: 150px;
  }
  .cert-box {
    height: 80px;
  }
  .cert-logo {
    max-height: 60px;
  }
}

@media (max-width: 768px) {
  .meet-ask-outer {
    height: auto; /* on small screens allow wrapping */
    padding-bottom: 15px;
  }
  .cert-box {
    height: 75px;
    margin-bottom: 8px;
  }
  .cert-logo {
    max-height: 55px;
  }
}

.meet-ask-row:after { 
    height: 90%;
}

@media (max-width: 992px) {
  .meet-ask-row:after {
    height: 75%;
  }
}

/* Mobile Screens */
@media (max-width: 768px) {
  .meet-ask-row:after {
    height: 60%;
  }
}

/* Extra Small Screens (Phones under 480px) */
@media (max-width: 480px) {
  .meet-ask-row:after {
    height: 50%;
  }
}

/* === Desktop (large screens) === */
.meet-ask-outer .row.justify-content-center {
  justify-content: flex-start !important;
  margin-left: -20%;
}

/* === Tablets (width between 992px and 1199px) === */
@media (max-width: 1199px) and (min-width: 992px) {
  .meet-ask-outer .row.justify-content-center {
    margin-left: -10%;
  }
}

/* === Small Tablets / Large Phones (768px – 991px) === */
@media (max-width: 991px) and (min-width: 768px) {
  .meet-ask-outer .row.justify-content-center {
    margin-left: -5%;
  }
}

/* === Mobile (below 768px) === */
@media (max-width: 767px) {
  .meet-ask-outer .row.justify-content-center {
    justify-content: center !important;
    margin-left: 0;
  }
}

/* Desktop alignment (your current setup) */
.meet-ask-outer .row.justify-content-center {
  justify-content: flex-start !important;
  margin-left: -20%;
}

/* Tablet screens */
@media (max-width: 1199px) and (min-width: 992px) {
  .meet-ask-outer .row.justify-content-center {
    margin-left: -10%;
  }
}

/* Small tablets / large phones */
@media (max-width: 991px) and (min-width: 768px) {
  .meet-ask-outer .row.justify-content-center {
    margin-left: -5%;
  }
}

/* ✅ Mobile (keep side-by-side, responsive) */
@media (max-width: 767px) {
  .meet-ask-outer .row.justify-content-center {
    justify-content: center !important;
    flex-wrap: nowrap !important;
    margin-left: 0 !important;
    gap: 10px;
    overflow-x: auto;       /* allows horizontal scroll if needed */
    -webkit-overflow-scrolling: touch;
  }

  .meet-ask-outer .col-12,
  .meet-ask-outer .col-md-4,
  .meet-ask-outer .col-lg-4 {
    flex: 0 0 auto !important;
    /*width: 33.33% !important;
    max-width: 33.33% !important;*/
    display: flex;
    justify-content: center;
  }

  .cert-box {
    /*background: #fff;*/
    border-radius: 6px;
    padding: 6px;
    height: 70px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cert-logo {
    max-height: 45px;
    width: auto;
    object-fit: contain;
  }
}


@media (max-width: 768px) {
  .cert-box {
    height: 70px;
    padding: 8px;
  }

  .cert-logo {
    max-height: 50px;
    width: auto;
    object-fit: contain;
  }

  .row.justify-content-center.align-items-center.text-center.mt-3 {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  
}

@media (max-width: 768px) {
  .icon-content {
    margin-top: 0px !important;
  }
}
@media (max-width: 768px) {
  .icon-bx-wraper {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .certificte_css {
    margin-top: -5% !important;
  }
}

@media (max-width: 768px) {
  .p-tb30 {
    padding-bottom: 0% !important;
  }
}

@media (max-width: 768px) {
  .meet-ask-row:after {
    height: 100% !important;
  }
}

/* -------------------------------------------
   📱 TABLET FIXES (iPad Mini, iPad Air, Surface Pro)
   Width range: 768px – 1366px
------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1366px) {

  /* --- Fix: Certification section layout --- */
  .certificte_css {
    margin-top: 3% !important;
  }

  .meet-ask-outer {
    height: auto !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }

  .meet-ask-row:after {
    height: 100% !important;
  }

  /* --- Fix: 3 logos stay in a row --- */
  .row.justify-content-center.align-items-center.text-center.mt-3 {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 20px;
  }

  .col-lg-4.col-md-4.col-4 {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }

  .cert-box {
    /*background: #fff;*/
    border-radius: 8px;
    height: 85px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
  }

  .cert-logo {
    max-height: 60px !important;
    width: auto;
    object-fit: contain;
  }

  /* --- Fix: Icon content spacing --- */
  .icon-content {
    margin-top: 0 !important;
  }

  /* --- Fix: Padding and alignment inside meet section --- */
  .p-tb30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  /* --- Optional: Hide the red divider misalignment if it exists --- */
  .icon-bx-wraper {
    display: none !important;
  }
}
/* =========================================================
   ✅ FIX for iPad / Surface / Tablet (768px–1366px)
   ========================================================= */
@media (min-width: 768px) and (max-width: 1366px) {

  /* Force the col-md-12 wrapper to behave as a flex row */
  .row.justify-content-center.align-items-center.text-center.mt-3 .col-md-12 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }

  /* Make all child cols behave evenly */
  .row.justify-content-center.align-items-center.text-center.mt-3 .col-md-12 > [class*='col-'] {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
    display: flex;
    justify-content: center;
  }

  /* Certificate box styling */
  .cert-box {
    /*background: #fff;*/
    border-radius: 8px;
    height: 85px !important;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cert-logo {
    max-height: 60px !important;
    width: auto;
    object-fit: contain;
  }

  /* Adjust top spacing if needed */
  .certificte_css {
    margin-top: 3% !important;
  }

  .meet-ask-outer {
    height: auto !important;
    padding: 20px 0 40px !important;
  }

  .meet-ask-row:after {
    height: 100% !important;
  }
}

/* =========================================================
   ✅ SMALL TABLETS / LARGE MOBILES (481px–767px)
   ========================================================= */
@media (min-width: 481px) and (max-width: 767px) {
  .row.justify-content-center.align-items-center.text-center.mt-3 .col-md-12 {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    justify-content: center !important;
  }

  .row.justify-content-center.align-items-center.text-center.mt-3 .col-md-12 > [class*='col-'] {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }

  .cert-box {
    height: 75px !important;
  }

  .cert-logo {
    max-height: 55px !important;
  }
}

/* =========================================================
   ✅ FINAL FIX: Move Red Section Slightly Up Without Affecting Height
   ========================================================= */

/* Allow red section to move outside container boundaries */
.page-content, 
.container, 
.section-full {
  overflow: visible !important;
}

/* Move the entire red div slightly upward */
.meet-ask-outer {
  position: relative;
  top: -10px !important; /* Adjust value to -30px or -60px as needed */
  z-index: 5;
}

/* Keep layout clean on tablets */
@media (min-width: 768px) and (max-width: 1366px) {
  .meet-ask-outer {
    top: -10px !important;
  }
}

/* Keep normal flow on mobile */
@media (max-width: 767px) {
  .meet-ask-outer {
    top: 0 !important;
  }
}
/* =========================================================
   ✅ Margin Adjustment for Desktop & Mobile
   ========================================================= */

/* Default (Desktop and larger screens) */
.mt-3, .my-3 {
  margin-top: -4rem !important;
}

/* Mobile screens (below 768px) */
@media (max-width: 767px) {
  .mt-3, .my-3 {
    margin-top: 1rem !important;
  }
}
.meet-ask-row {
    margin-top: -25px;
}

/* ✅ Base (Desktop) */
.cert-logo {
    height: 113px !important;
    width: auto;
    object-fit: contain;
    background-color: white !important;
    margin-top: 6px !important;
}

/* ✅ Tablet */
@media (max-width: 992px) {
  .meet-ask-outer {
    height: auto;
    padding: 20px 0;
  }
  .cert-box {
    height: 100px;
  }
  .cert-logo {
    max-height: 90px;
  }
}

/* ✅ Tablet (≤992px) */
@media (max-width: 992px) {
  .meet-ask-outer {
    height: auto;
    padding: 20px 0;
  }
  .cert-box {
    height: 100px;
  }
  .cert-logo {
    max-height: 90px;
  }
}




@media (max-width: 767px) {
  /* Increase each logo container */
  .row.justify-content-center.align-items-center.text-center.mt-3.certificte_css .col-md-12 > [class*='col-'] {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  /* Logo box (if cert-box still exists visually) */
  .cert-box {
    height: 140px !important;  /* increased height */
    width: 180px !important;   /* increased width */
    padding: 10px !important;
  }

  /* Logo image size */
  .cert-logo {
    max-height: 120px !important; /* increase logo height */
    width: auto !important;
    object-fit: contain;
  }
}


@media (min-width: 768px) and (max-width: 1366px) {
  /* Make parent row act as direct flow container */
  .row.justify-content-center.align-items-center.text-center.mt-3 .col-md-12 {
    display: contents !important;
  }

  /* Ensure each logo column aligns evenly */
  .row.justify-content-center.align-items-center.text-center.mt-3 .col-md-12 > [class*='col-'] {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
    display: contents !important;
    justify-content: center;
    align-items: center;
  }

  /* Optional — maintain visual balance for cert-box and logo */
  .cert-box {
    height: 110px !important;
    padding: 10px !important;
    border-radius: 8px;
  }

  .cert-logo {
    max-height: 90px !important;
    width: auto;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
   
  .row.justify-content-center.align-items-center.text-center.mt-3 .col-md-12 > [class*='col-'] {
    
    display: contents !important;
    
  }
}