
/* Custom styles for About Us page*/
.about-section {
  background: #fff;
}

@media (min-width: 992px) {
  .about-left {
    border-right: 1px solid rgba(0,0,0,0.08);
    padding-right: 40px;
    margin-right: 30px;
  }
}


.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0b4ea2; 
}


.lead-quote {
  position: relative;
  padding-left: 1.2rem;
  color: #333;
}
.lead-quote .quote-mark {
  font-size: 3rem;
  line-height: 0.6;
  color: rgba(11,78,162,0.12);
  position: absolute;
  left: -5px;
  top: -10px;
}


.small-logo {
  width: 100px !important;
  
  object-fit: cover;
 
}
.big-logo {
  max-width: 420px;
  width: 100%;
  height: auto;
  object-fit: contain;
}


.about-right { min-height: 320px; }


@media (max-width: 991.98px) {
  .about-left { border-right: none; padding-right: 0; margin-right: 0; }
  .section-title { font-size: 1.75rem; }
  .lead-quote .quote-mark { font-size: 2.6rem; top: -6px; left: -2px; }
  .big-logo { max-width: 320px; }
}


[dir="rtl"] .about-left,
.rtl .about-left {
  text-align: right;
}
[dir="rtl"] .small-logo,
.rtl .small-logo {
  margin-left: .75rem;
  margin-right: 0;
}
[dir="rtl"] .about-left { border-right: none; border-left: 1px solid rgba(0,0,0,0.08); padding-left: 40px; padding-right: 0; }

/* Custom styles for Our Products section */
.products-section { padding: 60px 0; background: #fff; }

    /* section header */
    .products-section .section-title { font-size: 2rem; font-weight: 700; color: #1560A8; }
    .products-section .section-sub { color: #6c757d; margin-bottom: 28px; }

    /* product card */
    .product-card {
      border-radius: 12px;
      overflow: hidden;
      transition: transform .25s ease, box-shadow .25s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
      background: #fff;
      border: 1px solid rgba(0,0,0,0.03);
    }
    .product-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 18px 40px rgba(8,30,67,0.08);
    }

    /* image area */
    .product-media {
      height: 320px;               
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f6f7f9;
    }
    .product-media img {
      object-fit: contain;
      display: block;
    }

    /* bottom blue bar */
    .product-footer {
      background: #165ea8; 
      padding: 14px;
      text-align: center;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      margin-top: auto;
    }
    .product-title {
      color: #fff;
      font-weight: 600;
      font-size: 1.05rem;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }

    @media (max-width: 991.98px) {
      .product-media { height: 280px; }
    }
    @media (max-width: 575.98px) {
      .product-media { height: 220px; }
      .product-title { font-size: 0.98rem; }
    }

    .product-card:focus-within, .product-card a:focus {
      outline: 3px solid rgba(22,94,168,0.12);
      outline-offset: 4px;
    }


     .card {
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
  }

  .blog-media img {
    width: 100%;
    height: auto;
  }

  .blog-body {
    padding: 15px;
  }

  .blog-title {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
  }

  .blog-text {
    font-size: 1em;
    color: #666;
    margin-bottom: 15px;
  }

  .blog-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1em;
  }

  .blog-btn:hover {
    background-color: #0056b3;
  }

  @media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 31.333333% ;
    }
}
.row {
    --bs-gutter-x: 0px !important;
}

/* Custom styles for News section */
.news-section { padding: 60px 0; }
    .news-section .section-title {
      text-align: center;
      margin-bottom: 28px;
      font-weight: 700;
      font-size: 28px;
      color:#0b5ea8;
    }
    .news-card {
      border: 0;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 10px 20px rgba(20,30,60,0.08);
      background:#fff;
      display:flex;
      flex-direction:column;
      height:100%;
    }
    .news-card .card-img-top{
      height:220px;
      object-fit:cover;
      width:100%;
      display:block;
    }
    .news-card .card-body {
      padding:16px;
      flex:1 1 auto;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .news-meta { font-size:13px; color:#7b8694; margin-bottom:10px; }
    .news-title {
      font-size:18px;
      font-weight:600;
      color:#113;
      margin-bottom:12px;
      line-height:1.3;
    }
    .news-read-btn {
      border-radius:30px;
      background:#0b66b0;
      color:#fff;
      border:0;
      padding:10px 22px;
      text-align:center;
      display:inline-block;
      width: 160px;
    }
    @media (max-width: 576px) {
      .news-card .card-img-top { height:160px; }
    }

    /* section contact*/
     :root{
      --brand:#0b66b0;
      --accent:#e23b6d;
    }

    .contact-section{
      padding: 80px 0;
      position: relative;
      overflow: hidden;
      background:#fff;
    }

    /* watermark image on the right */
    .contact-section::after{
      content: "";
      position: absolute;
      right: 8%;
      top: 30%;
      width: 420px;
      height: 220px;
      background-image: url('https://i.postimg.cc/8zR8r6j1/watermark.png'); 
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0.10;
      pointer-events: none;
      transform: translateY(-10%);
    }

    .contact-left .logo{
      max-width: 160px;
      margin-bottom: 24px;
    }

    .contact-title{
      font-size: 28px;
      font-weight: 700;
      line-height: 1.12;
      margin-bottom: 18px;
      color: #222;
    }

    .contact-sub{
      color: #7b8694;
      margin-bottom: 18px;
    }

    .contact-item a{ color: var(--brand); text-decoration:none; display:block; margin-bottom:10px; }
    .social-icons a{ color: #0b66b0; margin-right:10px; font-size:18px; }

    .contact-card{
      border:0;
      background:transparent;
      padding: 0;
    }

    .form-card{
      background: #fff;
      border-radius: 6px;
      box-shadow: 0 8px 28px rgba(20,30,60,0.07);
      padding: 28px;
    }

    .form-control, textarea.form-control{
      border-radius: 0;
      border: 1px solid #d7dbe0;
      padding: 14px;
    }

    textarea.form-control{ min-height: 160px; resize:vertical; }

    .btn-submit{
      background: var(--brand);
      color: #fff;
      border-radius: 0;
      padding: 12px 28px;
      letter-spacing: 1px;
      font-weight:600;
    }

    /* responsive tweaks */
    @media (max-width: 767.98px){
      .contact-section::after{ display:none; }
      .contact-title{ font-size:22px; }
      .contact-left{ margin-bottom:18px; }
    }

 .offcanvas {
        position: fixed;
        bottom: 0;
        z-index: 2000 !important;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        visibility: visible;
        background-color: #fff;
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out;
    }

    li a {
        text-decoration: none;
        color: black !important;
        padding: 10px 15px;
        display: block;
    }

    #mainNav .links a {
        font-size: 17px !important;
        white-space: nowrap !important;
    }

    #mainNav .links .career_btn {
        color: #fff !important;
        background: #0F5DA8 !important;

    }

    #mainNav .links a:hover,
    #mainNav .links a:focus-visible {
        color: #d6103d;
    }

    .site-nav .nav-inner {
        max-width: 1300px;
        margin: 0 auto;
        height: 68px !important;
        padding: 0 16px;
        display: flex;
        align-items: center;
        /* gap: 16px !important; */
        overflow: visible;
    }

    .navImg {
        height: 50px !important;
        width: auto !important;
    }

    .dropdown {
        font-size: 22px !important;
    }

    .dropdown-menu {
        text-align: center !important;
        min-width: 100px !important;
        padding: 5px 0 !important;
        margin: 0 !important;
    }


    @media (min-width: 960px) {
        #mainNav .navImg-a {
            margin: -60px !important;
        }


    }

    .othernav {
        position: fixed !important;
        background: #FFFFFF !important;

        a {
            color: #1157a4 !important;
        }
        .career_btn{
            color: #FFFFFF !important;
        }
        .career_btn:hover{
            color: #1157a4 !important;

        }
        

        .links a {
            color: #1157a4 !important;
        }

        .site-nav.overlay:not(.scrolled) .links a {
            color: #1157a4 !important;
        }


    }

    @media (max-width: 560px) {
        .othernav .burger span {
            background: #1157a4 !important;


        }


    }

    .dropdown-item {
        margin: 0 0px !important;
    }

  @media (max-width: 767px) {
  header.site-nav.rtl .burger {
    padding-right:  197px !important;
  }
}
#mainNav.scrolled a.career_btn:hover {
    color: #ffffff !important;
}
.mobile-links a.dropdown-item {
    padding: 6px 15px !important;
}
.category .chip {
  background: #fff !important;
}

.category .chip.active {
  background: #1157a4 !important;
  color: #fff !important;
}
.faq summary .dot{
  background: #1157a4 !important;
}
.faq .text-primary{
  color: #1157a4 !important;
}
/* #mainNav .links .active{
  background-color: #f8fafc !important;
  border-radius: 1rem;
} */
#mainNav .links .active::after{
  background: #d6103d;
  transform: scaleX(1);
}
.panel .btn:hover {
  color: #fff !important;
}
.meta {
  grid-template-columns: none !important;
} 
.shell .panel {
   background: none !important;
   border-radius: none !important;
   box-shadow: none !important;
}

.meta .card {
    background: #e5e7ee !important;
 }