

    /* Custom styles to complement Bootstrap */

    body {

      font-family: 'Poppins', Arial, sans-serif !important;

    }

    

    :root {

      --primary-color: #104cba;

      --primary-hover: #0d3d96;

      --secondary-color: #0090d9;

      --accent-color: #00daff;

      --gold-color: #e8ae13;

    }

    

    /* Hero Section */

    .hero-section {

      background: linear-gradient(270deg, rgba(1, 108, 183, 0.9) 0%, rgba(21, 71, 107, 0.9) 100%),

                  url('./assets/images/img_bannerholographiclabelsdetaild_1.png');

      background-size: cover;

      background-position: center;

      min-height: 750px;

      color: white;

    }

    

    .hero-gallery {

      background-color: rgba(187, 136, 79, 0.9);

      border-radius: 20px;

      overflow-x: auto;

      white-space: nowrap;

    }

.first_hero {
    padding-left: calc((100vw - 1320px) / 2);
}
    
    .second_hero {
    padding-right: calc((100vw - 1320px) / 2);
}

    /* .gallery-item {

      display: inline-block;

      width: 192px;

      height: 240px;

      border-radius: 20px;

      object-fit: cover;

    } */

    h4{

        color: #104CBA !important;

font-size: 1.5rem !important;

font-style: normal;

font-weight: 600 !important;

    }

    /* Product sections */

    .product-header {

      background-color: #dedede;

      border-radius: 5px;

    }

    

    .product-number {

      width: 32px;

      height: 32px;

      background-color: #ffffff;

      border-radius: 50%;

      display: flex;

      align-items: center;

      justify-content: center;

      font-size: 20px;

      font-weight: 700;

    }

    

    /* Industry cards */

    .industry-card {

      background-color: #eeeeee;

      border-radius: 10px;

      overflow: hidden;

      transition: transform 0.3s ease;

    }

    

    .industry-card:hover {

      transform: scale(1.02);

    }

    

    /* Client logos */

    .client-logo {

      width: 188px;

      height: 98px;

      background-color: #ffffff;

      border: 1px solid #d9d9d9;

      border-radius: 4px;

      padding: 4px;

      display: flex;

      align-items: center;

      justify-content: center;

    }

    

    /* Comparison table */

    .comparison-table {



      border-radius: 10px;

      overflow: hidden;

    }

    

    .table-header {

      background-color: var(--primary-color);

      color: white;

    }

    

    /* Testimonials */

    .testimonials-section {

      background: linear-gradient(rgba(0, 144, 217, 0.95), rgba(0, 144, 217, 0.95)),

                  url('./assets/images/img_mask_group_700x1600.svg');

      background-size: cover;

      background-position: center;

    }

    

    .testimonial-card {

      background-color: #ffffff;

      border-radius: 10px;

      position: relative;

    }

    

    .quote-icon {

      width: 48px;

      height: 48px;

      position: absolute;

      top: 24px;

      left: 42px;

    }

    

    /* FAQ */

    .faq-icon {

      transition: transform 0.3s ease;

    }

    

    .faq-icon.rotated {

      transform: rotate(180deg);

    }

    

    /* Scroll to top */

    .scroll-top {

      position: fixed;

      bottom: 104px;

      right: 30px;

      width: 50px;

      height: 50px;

      background-color: var(--gold-color);

      border-radius: 50%;

      display: none;

      align-items: center;

      justify-content: center;

      cursor: pointer;

      z-index: 1000;

      transition: all 0.3s ease;

    }

    

    .scroll-top:hover {

      transform: translateY(-5px);

    }

    

    /* Custom utility classes */

    .bg-primary-custom {

      background-color: var(--primary-color) !important;

    }

    

    .text-primary-custom {

      color: var(--primary-color) !important;

    }

    

    .bg-secondary-custom {

      background-color: var(--secondary-color) !important;

    }

    

    .text-accent {

      color: var(--accent-color) !important;

    }

    

    .line-divider {

      background-color: #000000;

      height: 5px;

      width: 150px;

      margin: 0 auto;

    }

    

    .line-thin {

      background-color: #000000;

      height: 1px;

      width: 150px;

    }

    

    .line-gold {

      background-color: var(--gold-color);

      height: 5px;

      width: 50px;

    }

 

    /*  */



    .hero-section {

  background: #0e4f7f url('./assets/images/bg_texture.png');

  background-size: cover;

  background-position: center;

  color: #fff;

}



.hero-subtitle {

  opacity: 0.95;

  line-height: 1.4;

}



.hero-heading span {

  line-height: 1.35;

}



.text-accent {

  color: #46d1ff;

}



/* Top right images */

.contact-fluid img {

  border-radius: 6px;

  transition: 0.3s ease;

}

.contact-fluid img:hover {

  transform: scale(1.05);

}



/* Gallery strip images */

.gallery-wrapper {

  white-space: nowrap;

}

.gallery-item {

  /*width: 140px;*/

  object-fit: cover;

  border-radius: 10px;

  flex-shrink: 0;

  transition: 0.3s;

}

.gallery-item:hover {

  transform: translateY(-4px);

}



/* Badges */

.badge-img {

  width: 120px;

  height: 120px;

}

.iso-wrapper .placeholder-box {

  width: 132px;

  height: 132px;

  border-radius: 2px;

}

.iso-img {

  position: absolute;

  top: 4px;

  left: 4px;

  width: 120px;

  height: 120px;

  object-fit: contain;

}





.right-img-grid {

    border-radius: 20px;
    background: #BB884F;
    box-shadow: -3px 4px 10px 0 rgba(0, 0, 0, 0.20);
    padding: 10px;
 overflow: hidden;
    margin-right: -60px;
}



.request-call {

    border-radius: 20px;

    background: #F5F5F5;

    padding: 35px;

    margin-top: -110px;

}

textarea.form-control.form-control-lg.shadow-sm {

    max-height: 0;

     border-radius: 5px;

    border-bottom: 0.7px solid #5C5C5C;

    background: #FFF;

    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);

}

input.form-control {

    border-radius: 5px;

    border-bottom: 0.7px solid #5C5C5C;

    background: #FFF;

    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);

}

.submit_btn {

    background: #104CBA !important;

    color: #fff !important;

}

.cta-button {

    background-color: #104CBA;

    color: #fff;

    padding: 10px 15px;

    border-radius: 10px;

    border: 1px solid var(--primary-blue);

    text-decoration: none;

    font-size: 1.125rem;

    font-weight: 600;

    display: inline-flex;

    align-items: center;

    gap: 4px;

    transition: all 0.3s 

ease;

}

button.btn-chat {

    display: inline-flex;

    height: 48px;

    padding: 8px 10px;

    justify-content: center;

    align-items: center;

    gap: 10px;

    background: #fff;

    border-radius: 10px;

    border: none;

}

.talk span {

    color: #FFF;

    font-size: 1.5625rem;

    font-style: normal;

    font-weight: 600;

}

button.btn-chat span {

    color: #010101;

    font-size: 1.1875rem;

    font-style: normal;

    font-weight: 700;

    letter-spacing: 0.01188rem;

    text-transform: uppercase;

        border: none;

}

            .line-thin {

    background-color: #000000;

    height: 1px;

    width: 154px;

    justify-self: anchor-center;

    margin-top: -3px;

}



p.lead {

    color: #060606;

    font-size: 1rem;

    font-style: normal;

    font-weight: 400;

}

.temper-label p {

    color: #000;

    text-align: center;

    font-size: 1rem;

    font-style: normal;

    font-weight: 400;

}

.client-slider-section {

  padding: 40px 0;

}



.client-card {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 40px;              /* space between logos */

  padding: 20px 0;

}



.client-logo {

  width: 120px;           /* uniform size */

  height: auto;

  object-fit: contain;

  transition: transform .3s ease;

}



.client-logo:hover {

  transform: scale(1.1);  /* small hover zoom */

}



.owl-carousel .owl-stage {

  display: flex;

  align-items: center;

}



.owl-carousel .owl-item {

  display: flex;

  justify-content: center;

}



.client-logo {

  max-width: 100%;

  height: auto;

  object-fit: contain;

  transition: transform 0.3s ease;

}



.client-logo:hover {

  transform: scale(1.1);

}

.leading-brands {

    justify-items: center;

}

p.lead.text-center.mb-5 {

    color: #fff;

}

.comparison-table table {

  border-collapse: separate;

  border-spacing: 0;

}



.table-header {

  background: #2b467b;       /* dark blue header */

  color: #fff;

}



.table-header th {

  padding: 15px;

  font-size: 18px;

  font-weight: 600;

}



.table tbody tr:nth-child(odd) {

  background-color: #f7faff;  /* light blue */

}



.table tbody tr:nth-child(even) {

  background-color: #ffffff;  /* white */

}



.table tbody tr:hover {

  background-color: #e8f1ff;  /* row hover */

  transition: 0.3s ease;

}



.feature-box {

  display: flex;

  align-items: center;

  gap: 15px;

}



.feature-box img {

  width: 55px;

  height: 55px;

  object-fit: contain;

}



.feature-box span {

  font-weight: 600;

  font-size: 16px;

}



.table td {

  padding: 18px;

  vertical-align: middle;

  font-size: 16px;

}







section.leading-trust {

    background-color: #0090D9  !important;

    background: url("./assets/images/img_group_586x1600.png") center center no-repeat;

    background-size: cover;   /* Makes image cover full section */

    background-position: center;  /* Keeps image centered */

    background-repeat: no-repeat;

    width: 100%;

    padding: 80px 0; /* Add vertical spacing inside the section */

}



/* Table Wrapper */

.comparison-table {

  padding: 20px;

  border-radius: 10px;

}



/* Responsive wrapper */

.table-responsive {

  overflow-x: auto;

}



/* Styled Table */

.styled-table {

  width: 100%;

  border-collapse: collapse;

  background: #ffffff;

  border-radius: 10px;

  overflow: hidden;

  font-family: "Poppins", sans-serif;

}



/* Header Styling – BLUE GRADIENT LIKE EXAMPLE */

.styled-table thead tr {

  background:#104CBA;

  color: #fff;

  text-align: center;

}



.styled-table thead th {

  padding: 18px;

  font-size: 18px;

  font-weight: 600;

}



.styled-table thead th:last-child {

  border-right: none;

}



/* Row Styling */

.styled-table tbody tr:nth-child(even) {
background: #fff;

 

}



.styled-table tbody tr:nth-child(odd) {
 background:#C2EAFC ;
  
}



/* Table Cell padding */

.styled-table td {

  padding: 16px;

  vertical-align: middle;

  text-align: center;

  font-size: 15px;

}







.feature-box span {

  font-weight: 600;

  font-size: 15px;

  color: #003b57;

}



.blue-box {

    background: #fff;

    color: #24288E;

}

.blue-box .btn-chat {

    background: #104CBA;

}

.blue-box .btn-chat span    {

        color: #fff !important;

    }

    img.video-image {

    border-radius: 50%;

    margin-top: -72px;

    margin-left: 15px;

    border: none;

}

/* Background */

.cta-section {

  background: #e5e5e5;    /* same soft gray as your design */

}



/* Title Styling */

.cta-title {

  font-size: 32px;

  color: #000;

}



/* Blue CTA Button */

.cta-btn-primary {

  background: #0d47c6;

  border-radius: 8px;

}



/* Outline Contact Button */

.cta-btn-outline {

  border: 2px solid #0d47c6;

  border-radius: 8px;

  color: #000 !important;

}



/* Ensure Image Looks Clean */

.cta-image {

  border-radius: 8px;

  object-fit: cover;

}



.footer_sec {

    background: #104CBA;

    margin-top: 90px;

}

.footer_sec-div {

    margin-top: -90px;

}

h4.hira_contact {

    color: #FFF !important;

    font-size: 1.5rem;

    font-style: normal;

    font-weight: 600;

}

.header_con a {

    color: #000;

    text-decoration: none;

}

button.accordion-button.bg-transparent.fw-bold.text-primary-custom.collapsed {

    color: #000 !important;
 border-top: 1px solid #D7DEF0;
    border-bottom: 1px solid #D7DEF0;
}

button.accordion-button.bg-transparent.fw-bold.text-primary-custom.collapsed:hover {

    color: #104CBA !important;

}

.inq_talk {

    color: #104CBA;

    font-size: 1.5625rem;

    font-style: normal;

    font-weight: 600;

}



/* ---------------------------

   Testimonial Section Styling

---------------------------- */



.testimonials-section {

    background: #007ACB; /* Your blue background */

    position: relative;

    padding-top: 80px;

    padding-bottom: 80px;

}



/* Card */

.testimonial-card {

    background: #ffffff;

    border-radius: 18px;

    position: relative;

    overflow: visible;

    padding: 10px 30px !important;

    box-shadow: 0 10px 30px rgba(0,0,0,0.12);

}



/* Decorative Outline Border */




/* Quote icon */

.quote-icon_box {

    width: 52px !important;

    height: auto;

    position: absolute;

    top: -25px !important;

    left: 32px !important;

    z-index: 2;

}



/* Avatar */

.testimonial-card .rounded-circle {

    width: 90px;

    height: 90px;

    border: 4px solid #fff;

    box-shadow: 0 6px 14px rgba(0,0,0,0.2);

    margin-top: -50px;

}



/* Text */

.testimonial-card p {

    font-size: 16px;

    line-height: 1.6;

    color: #333;

}



/* Client Name */

.testimonial-card .fw-medium {

    margin-top: 5px;

    font-size: 18px;

    font-weight: 600;

    color: #0F2B4C;

}



/* Star boxes */

.testimonial-card .bg-warning {

    border-radius: 3px;

}



/* Pagination Dots */

.testimonials-section .bg-light,

.testimonials-section .bg-dark {

    border-radius: 50%;

}






.testimonial-card {

  position: relative;

  background: #ffffff;

  padding: 40px 30px;

  border-radius: 12px;

  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);

  z-index: 1;

}





.back_hira_style {

    top: 75px;

    left: 80px;

    max-width: 590px;

}

.hira_main-back {

    top: 330px;

    right: 50px;

}

section.hero-section.py-5 {

    overflow: hidden;

}

.about_sec_img {

    height: 340px;

}

h1.hero-heading.mb-4 {
    font-size: 3rem;
}

.header_cer_sec {
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
}


@media (max-width: 1399px) {
    .first_hero {
    padding-left: calc((100vw - 1140px) / 2);
}
    
    .second_hero {
    padding-right: calc((100vw - 1140px) / 2);
}

h1.hero-heading.mb-4 {
    font-size: 2.6rem;
}


.header_cer_sec {
    font-size: 1.5rem;
}

.badge-img {
    width: 110px;
    height: 110px;
}

}

/* Responsiveness */

@media (max-width: 991px) {

  .hero-heading {

    font-size: 2rem;

  }

  .gallery-item {

 width: 160px;
 padding: 10px;


  }

  .request-call{

     margin-top: -75px !important;

  }

  .back_hira_style{

    top: 0px !important;

    left: 0px !important;

  }

  .about_sec_img{

    display: none !important;

  }

  .mob_text-img {

    padding-top: 210px;

}

button.btn-chat{

  padding: 0px 6px;

}
button.btn-chat span{
  font-size: 1rem !important;
}
.cta_layout {
    display: block !important;
}
.hira_main-back {
    top: 135px;
    right: 35px;
}
.industry-card p {
    min-height: 100px !important;
}
.owl-carousel.testimonial-slider.owl-loaded.owl-drag .owl-stage-outer .owl-stage {
    height: 70% !important;
}
.left_side_text {
    text-align: -webkit-center;
}
.product-number{
  padding: 10px;
}
.call-icon {
        width: 24px;
        height: 22px;
    }
    .btn-quote {
        padding: 4px 4px;
        font-size: 10px;
    }
    .whatsapp-btn img {
        padding: 0px;
        width: 25px;
        height: 23px;
    }
    .d-flex.align-items-center a img {
        display: inline-block;
    }
        .d-flex.align-items-center a span {
        display: none;
    }
    .d-flex.align-items-center a img {
        display: inline-block;
    }
    .logo {
        width: 97px;
        height: 63px;
    }
    .nav-tetxs {
    display: flex;
}
    .btn-quote {
        padding: 4px 4px !important;
        font-size: 10px !important;
    }
    .text-center.industry-card {
    margin-bottom: 18px;
}
.left_side_text {
    margin-left: 0px;
}
   .testimonial-card::before, .testimonial-card::after{
    display: none;
   } 
   html, body {
    overflow-x: hidden !important;
    width: 100%;
}

}

.bg-dark.rounded-circle.d-flex.align-items-center.justify-content-center.footer-social {
    background: #000 !important;
}

.cta_layout {
    background: #104CBA !important;
    border-radius: 10px;
    padding: 10px 7px 13px 9px;
    justify-content: space-around;
    align-items: center;
}
.btn_cta a {
    background-color: #fff;
}
.cta_center {
    text-align: center;
}


.owl-stage-outer.owl-stage {
    width: 320% !important;
    height: 100% !important;
}

.owl-carousel.testimonial-slider.owl-loaded.owl-drag .owl-stage-outer .owl-stage {
    height: 60% ;
    padding: 50px !important;
}

/* Main testimonial box border styling */
.testimonial-card {
    background: #ffffff;
    color: #000;
    border: 2px solid #d8d8d8;
    border-radius: 16px;
    padding: 30px 25px;
    position: relative;
    z-index: 5;
}
.header_btn {
    background-color: #104CBA !important;
    color: #fff !important;
    font-size: 1.125rem !important;
    font-style: normal;
    font-weight: 600 !important;
}

.protect_sec_head {
   color: #104CBA;
text-align: center;
font-family: Poppins;
font-size: 2.5rem;
font-style: normal;
font-weight: 700;

}

.cta_layout_blue {
    background: #fff !important;
    border-radius: 10px;
    padding: 9px 10px 10px 20px;
    justify-content: space-around;
    align-items: center;
}
.talk_blue {
    color: #104CBA;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 600;
}

p.varify-text {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 1.875rem;
    font-style: italic;
    font-weight: 600;
}
.social_link a {
    color: #fff;
    text-decoration: none;
}


.left_side_text {
    margin-left: -30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.span-text {
    color: black;
}
.btn-quote {
    background-color: #104CBA;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: all 0.3s 
ease;
}
a.link_header {
    text-decoration: none;
}
.accordion-button:not(.collapsed):focus {
    box-shadow: none !important;
}
.faq-item {
    border-bottom: 3px solid #e5e7eb;
    padding: 20px 0;
}
.accordion-button:focus {
    box-shadow: none !important;
}

.right-img-grid img {
    width: 100%;
}

c {
    position: relative;
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 12px;
}

/* LEFT CORNER LINES */
.testimonial-card::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 48%;
    transform: translateY(-50%);
    width: 25px;
    height: 260px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-radius: 5px;
}

/* RIGHT CORNER LINES */
.testimonial-card::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 48%;
    transform: translateY(-50%);
    width: 25px;
    height: 260px;
    border-right: 4px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
}

.testimonial-bottom-shape {
    position: absolute;
    bottom: -29px;
    right: 115px;
    width: 37px;
    height: 40px;
    background: #ffffff;
    border-radius: 0px 0 400px 0;
}
.card-body {
    min-height: 100%;
}
.footer_btn_form {
    display: inline-flex !important;
    padding: 10px 23px !important;
    justify-content: right;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
background: #104CBA !important;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
color: #fff !important;
font-size: 1.2rem !important;
font-weight: 700 !important;
}

.industry-card p {
    min-height: 22%;
}

.accordion-item {
    border: none;
}

section.img-bottom_back {
    height: 15%;
    width: 100%;
    background: #EEE;
    margin-top: -175px;
    margin-bottom: 80px;
}





@media (max-width: 767px) { 
    .left_side_text {
        gap: 0;
    }
    
    .header_cer_sec {
        font-size: 1.2rem;
        padding: 0 3%;
    }
    
    h1.hero-heading.mb-4 {
        font-size: 1.8rem;
        padding: 0 3%;
    }
    
    .hero-subtitle {
        font-size: 1rem !important;
        padding: 0 3%;
    }
    
    .header_cer_sec br,
    h1.hero-heading.mb-4 br,
    .hero-subtitle br {
        display: none;
    }
    
}