 html,
 body,
 div,
 span,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 address,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 samp,
 small,
 strong,
 sub,
 sup,
 var,
 b,
 i,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 caption article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu,
 time,
 mark,
 audio,
 video,
 source {
   margin: 0px;
   padding: 0px;
   border: 0px;
   outline: 0px;
   vertical-align: baseline;
   background: transparent;
 }

 article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu {
   display: block;
 }

 section,
 header {}

 nav ul {
   list-style: none;
 }

 blockquote,
 q {
   quotes: none;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none;
 }

 abbr[title],
 dfn[title] {
   border-bottom: 1px dotted #000;
   cursor: help;
 }

 a {

   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
 }

 /*tables still need 'cellspacing="0"' in the markup*/
 .bg {
   background: #999999;
   font: Arial, Helvetica, sans-serif;
 }

 .fleft {
   float: left;
 }

 table {
   border-collapse: collapse;
   border-spacing: 0;
 }

 input,
 select {
   vertical-align: middle;
 }

 .clear {
   clear: both;
   height: 0px;
 }

 h1,
 h2,
 h3,
 h4,
 h4,
 h6 {
   margin: 0px;
   padding: 0px;
 }

 .laila-font {
   font-family: "Laila", serif;
 }

 .title-color {
   color: #002345;
 }

 .clear {
   clear: both
 }

 body {
   margin: 0px;
   padding: 0px;
   font-size: 14px !important;
   font-family: 'Poppins', sans-serif !important;
   color: #000 !important;
   font-weight: normal;
   line-height: 25px;
   background-color: #fff !important;
 }

 .rajdhani-font {
   font-family: "Rajdhani", sans-serif;
 }

 /* Top Bar Styles */
 .top-bar {
   display: flex;
   height: 90px;
   font-size: 12px;
 }

 .top-left,
 .top-right {
   display: flex;
   align-items: flex-start;
   ;
   padding: 0 20px;
   color: white;
 }

 .top-left {
   background-color: #124084;
   flex: 1;
   justify-content: flex-start;
 }

 .top-right {
   background-color: #06356b;
   flex: 2;
   justify-content: flex-end;
   gap: 15px;
 }

 .top-right i {
   color: #f57c00;
 }

 .top-right a {
   color: white;
   text-decoration: none;
 }

 .navbar-section {
   background: white;
   border-radius: 20px 20px 0px 20px;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
   z-index: 999999999 !important;
   position: relative;
   margin-top: -50px;
   font-family: "Rajdhani", sans-serif;
 }

 .navbar-nav {
   font-size: 16px;
   font-weight: bold;
 }

 .nav-link:hover {
   color: #ef7d00 !important;
 }

 .navbar-brand {
   font-weight: 800;
   font-size: 2rem;
   color: #06356b;
   line-height: 1.1;
 }

 .navbar-brand span {
   font-size: 0.9rem;
   display: block;
   letter-spacing: 2px;
 }

 .navbar-nav .nav-link {
   font-weight: 600;
   text-transform: uppercase;
   color: #06356b;
   margin-right: 15px;
 }

 .navbar-nav .nav-link.active {
   color: #f57c00;
 }

 .search-icon {
   font-size: 1.1rem;
   color: #ccc;
   margin-right: 15px;
   cursor: pointer;
 }

 .btn-orange {
   background-color: #f57c00;
   color: white;
   font-weight: 600;
   text-transform: uppercase;
   padding: 8px 20px;
   border-radius: 10px 10px 0px 10px;
   letter-spacing: 2px;
   font-size: 14px;
   font-family: "Rajdhani", sans-serif;
 }

 .btn-orange:hover {
   background-color: #30347e;
   color: #fff;
 }

 .social-icons a {
   color: white;
   margin-left: 5px;
 }

 .slider-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(to right, #e8f1ff 15%, transparent 100%);
   z-index: 1;
 }

 .slider_prt {
   position: relative;
   margin-top: -57px;
 }

 .carousel-item {
   position: relative;
 }

 .slider-image {
   width: 100%;
   height: auto;
   display: block;
 }

 .slider-text {
   position: absolute;
   top: 50%;
   left: 15%;
   transform: translateY(-50%);
   color: white;
   z-index: 2;
   font-size: 3rem;
   font-weight: bold;
   line-height: normal;
   max-width: 50%;
   font-family: "Laila", serif;
 }

 .slider-content {
   position: absolute;
   top: 50%;
   left: 5%;
   transform: translateY(-50%);
   max-width: 600px;
   padding: 2rem;
   border-left: 4px solid #f47521;
   z-index: 3;
 }

 .slider-content h6 {
   color: #124084;
   font-weight: 600;
   letter-spacing: 1px;
 }

 .slider-content h1 {
   color: #0a326d;
   font-weight: 800;
   font-size: 2.5rem;
 }

 .slider-content .btn-orange {
   background-color: #f47521;
   color: white;
   border-radius: 8px;
   padding: 0.6rem 1.2rem;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   margin-top: 1rem;
   border: none;
 }

 .border-frame {
   position: relative;
   width: 100%;
   height: 100%;
   padding: 20px;
   background-color: #fff;
 }

 .border-frame::before {
   content: "";
   position: absolute;
   top: 0px;
   left: -9px;
   width: calc(30% - 0px);
   height: calc(100% - 0px);
   border: 10px solid #124084;

   z-index: 1;
 }

 .border-white {
   border: 5px solid #fff;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }

 .inner-image {
   position: relative;
   z-index: 2;
   padding: 10px;
 }

 .read-more-btn {
   background-color: #f47521;
   color: white;
   border-radius: 8px;
   padding: 10px 20px;
   font-weight: 600;
   letter-spacing: 0.5px;
   text-transform: uppercase;
   border: none;
   transition: 0.3s ease;
 }

 .read-more-btn:hover {
   background-color: #d65f10;
 }

 h6 {
   color: #f47521;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 1px;
 }

 h2 {
   color: #0a326d;
   font-weight: 800;
 }

 .about-us p {
   color: #777;
   line-height: 1.7;
 }

 .stats-container {
   position: relative;
   text-align: center;
   color: white;
 }

 .main-image {
   width: 100%;
   height: auto;
   display: block;
 }

 .overlay-content {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   padding: 0 2rem;
 }

 .stat-box {
   border: 1px solid #ffffff55;
   padding: 1.5rem;
   background-color: rgba(0, 0, 0, 0.5);
   border-radius: 20px 20px 0px 20px;
 }

 .stat-icon {
   font-size: 50px;
   color: #f58220;
 }

 .stat-number {
   font-size: 2rem;
   font-weight: bold;
   color: #f58220;
 }

 .stat-text {
   font-style: italic;
   margin-top: 0.5rem;
 }

 h2.title {
   font-weight: 700;
   margin-bottom: 2rem;
   color: #fff;
 }
.mt-80{
  margin-top: 60px !important;
}
 @media (max-width: 768px) {
   .overlay-content {
     top: auto;
     bottom: 20px;
     transform: translateX(-50%);
   }
 }

 .our-plan {
   background-color: #eaf2fe;
 }

 .our-plan-card-box {
   background-color: #fff;
   text-align: center;
   padding: 2rem 1rem;
   border-radius: 20px 20px 0px 20px;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
   transition: all 0.3s ease-in-out;
 min-height: 220px;
 }

 .our-plan-card-box:hover {
   transform: translateY(-5px);
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 }

 .our-plan-icon-circle {
   width: 80px;
   height: 80px;
   background-color: #fff;
   border-radius: 50%;
   margin: 0 auto;
   margin-top: 0px;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 }

 .our-plan-icon-circle img {
   width: 40px;
   height: 40px;
 }

 .our-plan-title {
   font-weight: 700;
   letter-spacing: 1px;
   margin-top: 1.5rem;
   margin-bottom: 1rem;
   font-size: 1.5rem;
   font-family: "Rajdhani", sans-serif;
   color: #06356b;
 }

 .partners-section {
   padding: 60px 0;
 }

 .section-title {
   font-weight: 700;
   font-size: 1.2rem;
   color: #06356b;
   margin-bottom: 30px;
   position: relative;
   text-transform: uppercase;
   border-left: 5px solid #f18700;
   padding-left: 15px;
 }



 .partners-logos img {
   max-width: 100%;
   height: auto;
   border: 1px solid #ccc;
   border-radius: 8px;
   padding: 15px;
   background: #fff;
 }

 .quote-form-wrapper {
   background-color: #efefef;
   padding: 30px;
   border-radius: 4px;
 }

 .quote-form .form-control {
   border-radius: 4px;
   margin-bottom: 15px;
   font-size: 0.95rem;
 }

 .quote-form .form-submit-btn {
   background-color: #f18700;
   border: none;
   color: #fff;
   font-weight: 600;
   padding: 10px 20px;
   width: 100%;
   border-radius: 4px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 5px;
 }

 .quote-form .form-submit-btn:hover {
   background-color: #e07600;
 }

 .form-icon {
   font-size: 1rem;
 }

 .partners-bg {
   background-color: #f8f8f8;
 }

 .text-orange {
   color: #f18700;
 }

 .read-more {
   color: #f18700;
   font-weight: 500;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-size: 0.9rem;
 }

 .news-date,
 .news-author {
   font-size: 0.85rem;
   color: #a4a4a4;
 }

 .news-title {
   font-weight: 700;
   font-size: 1.1rem;
   color: #0b2a52;
   text-transform: uppercase;
 }

 .news-description {
   font-size: 0.95rem;
   color: #666;
 }

 .availble-part {
   background-color: #e6efff;
   border-radius: 20px;
 }

 .bg-primary {
   background-color: #0f2e5a !important;
 }

 .text-primary {
   color: #06356b !important;
   font-family: "Rajdhani", sans-serif;
   font-size: 22px;

 }

 .bg-warning {
   background-color: #f57c00 !important;
 }

 .call-box {
   background-color: #06356b;
   border-radius: 2px;
   display: flex;
   align-items: center;
   color: #fff;
   padding: 10px 20px 10px 50px;
   position: relative;
   border-radius: 10px 10px 0px 10px;
   border: 2px solid #fff;
 }

 .call-icon {
   position: absolute;
   left: -25px;
   top: 50%;
   transform: translateY(-50%);
   width: 60px;
   height: 60px;
   background-color: #f57c00;
   border-radius: 50%;
   border: 4px solid #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 1;
 }

 .call-icon::before {
   content: '';
   position: absolute;
   right: 0;
   width: 50%;
   height: 100%;
   border-top-right-radius: 50%;
   border-bottom-right-radius: 50%;
 }

 .call-icon i {
   color: white;
   font-size: 1.2rem;
   z-index: 2;
   position: relative;
 }

 .call-text {
   margin-left: 15px;
 }

 .call-text .title {
   font-weight: bold;
 }

 .footer {
   background-color: #06356b;
   color: #fff;
   font-family: 'Poppins', sans-serif;
   font-size: 14px;
   background-image: url(../images/ftr-bg.jpg);
   background-repeat: repeat-x;
   background-position: 0px -23px;
 }

 .footer h5 {
   text-transform: uppercase;
   font-weight: bold;
   font-size: 20px;
   margin-bottom: 20px;
   position: relative;
   letter-spacing: 1px;
   font-family: "Rajdhani", sans-serif;
 }

 .footer h5::after {
   content: "";
   position: absolute;
   bottom: -5px;
   left: 0;
   width: 30px;
   height: 3px;
   background-color: #f57c00;
 }

 .footer .logo {
   font-weight: 800;
   font-size: 26px;
   line-height: 1.2;
 }

 .footer .logo-sub {
   font-size: 12px;
   letter-spacing: 2px;
 }

 .footer .social-icons i {
   background-color: #f57c00;
   padding: 8px 10px;
   color: white;
   margin-right: 5px;
   border-radius: 2px;
 }

 .footer .social-icons i:nth-child(2) {
   background-color: #1da1f2;
 }

 .footer .social-icons i:nth-child(3) {
   background-color: #0d47a1;
 }

 .footer .link-list li {
   list-style: none;

 }

 .footer .link-list li a {
   list-style: none;
   margin-bottom: 5px;
   color: #fff;
   text-decoration: none;
 }
.mt-150{
  margin-top: 80px;
}
 .footer .link-list li a:hover {

   color: #3e78ce;
   text-decoration: none;
 }

 .footer .link-list li i {
   font-size: 10px;
   margin-right: 6px;
   color: #f57c00;
 }

 .footer .contact-box {
   background-color: #153c75;
   padding: 25px 20px;
   border-top: 4px solid #f57c00;
 }

 .footer .contact-box i {
   color: #f57c00;
   margin-right: 8px;
 }

 .footer-bottom {
   background-color: #0f3b7b;
   padding: 10px 0;
   font-size: 13px;
   text-align: center;
 }

 /* ----------  CUSTOM STYLES  ---------- */
 .our-product-title {
   background-color: #092a5c;
   text-transform: uppercase;
 }

 .our-product-sidebar {
   background: #0a326d;
   /* Orange sidebar */
   color: #fff;
 }

 .our-product-sidebar .nav-link {
   color: #fff;
   position: relative;
   padding: 10px 32px;
   /* space for » icon */
   font-weight: 700;
   text-transform: none;
   letter-spacing: 0.5px;
   transition: background 0.2s ease;
   font-weight: 600;
 }

 .our-product-sidebar .nav-link::before {
   content: "\00BB";
   /* » */
   position: absolute;
   left: 1rem;
   top: 50%;
   transform: translateY(-50%);
   font-size: 1.25rem;
 }

 /* Hover & Active background tint */
 .our-product-sidebar .nav-link:hover {
   background: #134288;
 }

 /* Orange arrow that sticks out */
 .our-product-sidebar .nav-link::after {
   content: "";
   position: absolute;
   right: -17px;
   /* width of arrow */
   top: 50%;
   transform: translateY(-50%);
   border-top: 18px solid transparent;
   border-bottom: 18px solid transparent;
   border-left: 18px solid #134288;
   opacity: 0;
   transition: opacity 0.15s ease;
 }

 /* Show the arrow on hover or active */
 .our-product-sidebar .nav-link:hover::after,
 .our-product-sidebar .nav-link.active::after {
   opacity: 1;
 }

 /* Keep arrow visible on active tab even when not hovered */
 .our-product-sidebar .nav-link.active {
   background: #134288;
 }

 /* Right‑hand product image frame */
 .our-product-frame {
   border: 8px solid #fff;
   box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
   text-align: center;
   background-color: #fff;
 }

 .our-product-frame img {
   max-width: 100%;
   height: auto;

 }

 .bg-light {
   background-color: #eaf1fc !important;
 }


 .modal-search .modal-content {
   background-color: #f8f9fa;
   border-radius: 0.5rem;

 }

 .modal-search .form-control {
   border-radius: 0;
   border: none;
   border-bottom: 2px solid #000;
   font-size: 1.25rem;
   background: transparent;
   box-shadow: none;
 }

 .modal-search .btn-search {
   border-radius: 0;
   font-size: 1rem;
   background-color: #06356b;
 }

 .product-btn a {
   position: absolute;
   bottom: 20px;
   right: 20px;
   background: #0a326d;
   color: #fff;
   font-weight: 600;
   padding: 8px 16px;
   border-radius: 3px;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
   display: flex;
   align-items: center;
   gap: 5px;
   font-size: 14px;
   text-decoration: none;
 }

 .product-btn i {
   color: #f57c00;
   text-decoration: none;
 }

 .dropdown-item {
  font-weight: 600;
  text-transform: uppercase;
  color: #06356b;
 }
 .blue-txt{
  color: #06356b;
 }
 .top_gry {
   background-color: #06356b;
   line-height: 38px;
   min-height: 95px;
 }
 .dropdown-item:hover {
  background-color: #06356b;
  color: #fff;
 }
 .product-menu {
  
      background-color: #06356b;
    
      color: white;
    }

    .product-menu h5 {
      background-color: #002855;
      margin: 0;
      padding: 15px 20px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 18px;
    }

    .product-menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .product-menu li {
      position: relative;
    }

    .product-menu a {
      display: block;
      padding: 12px 20px;
      color: white;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
      position: relative;
    }

    .product-menu a::before {
      content: '»';
      margin-right: 8px;
    }

    /* Active, Hover, Focus Arrow & Background */
    .product-menu a.active-link,
    .product-menu a:hover,
    .product-menu a:focus {
      background-color: #0b4a8f;
    }

    .product-menu a.active-link::after,
    .product-menu a:hover::after,
    .product-menu a:focus::after {
      content: "";
      position: absolute;
      right: -9px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #0b4a8f;
    }
 .toggle-icon::after {
      font-family: "Bootstrap Icons";
      content: '+';
      font-size: 18px;
      margin-left: 10px;
      transition: transform 0.3s ease;
    }

    .collapsed.toggle-icon::after {
      content: '+';
    }

    .toggle-icon:not(.collapsed)::after {
      content: '−';
    }
    .submenu {
      background-color: #2464ae;
    }

    .submenu a {
      padding-left: 40px;
      font-size: 0.9rem;
    }
    .bg_white {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #cbcbcb;
  position: relative;
}
.bg_white span a {
  background-color: #06356b;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 25px;
  margin-top: 10px;
}
.bg_white span a:hover {
  background-color: #ef7d00;
}
.nav-tabs .nav-link.active {
      background-color: #06356b;
      color: white;
    }
    .nav-tabs .nav-link {
      color: #000;
      font-weight: 500;
    }
    .tab-content h5 {
      font-weight: bold;
      color: #e60012;
    }
.light_blue_bg_in h2 {
  font-size: 25px;
  margin: 0px;
  padding: 0px;
  color: #06356b;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
}
.dis_txt {
  padding-top: 5px !important;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
    padding-top: 0px;
  padding-top: 0px;
  color: #333;
  font-weight: 600;
}
.dtl_prt table {
  background-color: #fff;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.dtl_prt tr td {
  padding: 5px;
}
.row_clr {
  background-color: #f9f9f9 !important;
  color: #06356b !important;
  font-weight: 600;
}
.industry-card {
      border: none;
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.3s ease;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .industry-card:hover {
      transform: translateY(-5px);
    }

    .industry-caption a{
      padding: 1rem;
      background-color: #e3e3e3;
      text-align: center;
      font-weight: bold;
      transition: all 0.3s ease;
      display: block;
      color: #06356b;
      text-decoration: none;
    }

    .industry-card:hover .industry-caption a{
      background-color: #06356b;
      color: #fff;
      text-decoration: none;
    }

    .industry-img {
      width: 100%;
      object-fit: cover;
    }
 .welcome_txt {
   color: #fff;
   text-transform: uppercase;
   text-align: left;
   font-weight: 600;
   position: relative;
   z-index: 1;
   font-size: 14px;
   min-height: 95px;
 }

 .welcome_txt::before {
   background: #124084 none repeat scroll 0 0;
   content: " ";
   height: 100%;
   position: absolute;
   right: 0;
   top: 0;
   transform: skewX(-0deg);
   width: 2000px;
   z-index: -1;
 }

 .highlight-section {
   position: relative;
   color: white;
   text-align: center;
   padding: 4rem 1rem;
   overflow: hidden;
 }

 .highlight-section img.bg-image {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: 0;

 }
.map-container iframe {
  width: 100%;
  height: 350px;
  border: 0;
  border-radius: 0.5rem;
}
 .highlight-section .content {
   position: relative;
   z-index: 2;
 }

 .highlight-box {
   border: 1px solid rgba(255, 255, 255, 0.3);
   padding: 2rem 1rem;
   margin: 1rem 0;
 }

 .highlight-box i {
   font-size: 2rem;
   color: #f07a00;
 }

 .highlight-box h3 {
   color: #f07a00;
   margin-top: 0.5rem;
   margin-bottom: 0.5rem;
 }
.banner-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: -57px;
}
.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 97%;
  width: 100%;
 background: linear-gradient(to right, #e8f1ff 15%, transparent 100%);
  z-index: 1;
}
.banner-content {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
}
.border-left {
  border-left: 5px solid #1b7acc;
}
.banner-content h1 {
  font-weight: bold;
  margin-bottom: 4px;
  color: #06356b;
}
.breadcrumb li a{
   color: #06356b;
}
.breadcrumb-item.active {
   color: #06356b;
}
 @media (min-width: 768px) {
   .highlight-box {
     margin: 0;
   }
 }

 @media (min-width: 200px) and (max-width: 765px) {
  .banner-content h1 {
  font-size: 20px;
}
.breadcrumb-item {
  font-size: 12px;
}
  .banner-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
   .welcome_txt {
     color: #fff;
     text-transform: uppercase;
     text-align: center;
     font-weight: 600;
     position: relative;
     z-index: 1;
     font-size: 14px;
     min-height: auto;
   }

   .navbar-section {
     margin-top: 10px;
   }

   .slider_prt {
     position: relative;
     margin-top: 0px;
   }

   .top-right {
     background-color: #06356b;
     flex: 2;
     justify-content: center;
     gap: 5px;
   }

   .top_gry {
     background-color: #06356b;
     line-height: 30px;
     min-height: auto;
   }

   .btn-orange {
     width: 100%;
     margin-top: 10px;
   }

   .navbar {
     background-color: #e8e8e8 !important;
     border-radius: 10px 10px 0px 10px;
   }

   .navbar-toggler {
     margin: 5px;
     background-color: #fff;
   }
 }

 @media (max-width: 768px) {
   .overlay-content {
     top: auto;
     bottom: 20px;
     transform: translateX(-50%);
   }

   h2.title {
     font-size: 1.4rem;
     margin-bottom: 1.5rem;
   }

   .stat-number {
     font-size: 1.5rem;
   }

   .stat-box {
     padding: 1rem;
   }
 }

 @media (max-width: 576px) {
   .stat-icon {
     font-size: 1.5rem;
   }

   .stat-number {
     font-size: 1.25rem;
   }

   .stat-text {
     font-size: 0.9rem;
   }
 }

 @media (max-width: 767.98px) {
   .our-product-sidebar {
     padding: 1rem;
   }

   .our-product-sidebar .nav-link {
     padding: 0.75rem 1rem 0.75rem 2rem;
     font-size: 0.95rem;
   }

   .our-product-sidebar .nav-link::before {
     left: 0.5rem;
   }

   .our-product-sidebar .nav-link::after {
     display: none;
   }

   .our-product-frame {
     margin-top: 1rem;
   }

 }

 @media (min-width: 766px) and (max-width: 992px) {
  .our-plan-card-box {
   min-height: auto;
 }
   .navbar-section {
     margin-top: 0px;
   }

   .top-right {
     gap: 5px;
   }

   .slider_prt {
     position: relative;
     margin-top: 15px;
   }

   .navbar {
     background-color: #e8e8e8 !important;
     border-radius: 10px 10px 0px 10px;
   }

   .navbar-toggler {
     margin: 5px;
     background-color: #fff;
   }
 }

 @media (min-width: 993px) and (max-width: 1399px) {
   .navbar-nav .nav-link {
     font-weight: 600;
     text-transform: uppercase;
     color: #06356b;
     margin-right: 2px;
     font-size: 14px;
   }
   .btn-orange{
    padding: 8px 15px;
   }
 }