.container-footer {
    max-width: 1420px !important;
    margin-left: auto;
    margin-right: auto;
}

.footer-cer-images {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.footer-cer-images img {
    width: 25%;
    height: auto;
    margin: 0;
}

.box-title {
    font-size: 16px;
    line-height: 20px !important;
}

.services-box-style-05 a.btn-link {
    font-size: 20px;
}

.company .company-block span {
    font-size: 20px;
    font-weight: 500;
    color: #233c54;
    text-decoration: underline;
}
.fl-title span {
    font-size: 14px;
    color: #000;
}

.fl-title h3 {
    margin-bottom: 5px;
}
.blog-grid .card .card-body p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

.company-tag {
    margin-top: 12px;
    margin-bottom: 5px;
}
.company-tag p {
    /* margin-bottom: 25px; */
    background: #22225e;
    display: inline;
    padding: 10px;
    margin-top: 10px !important;
    color: #e0e0e0;
}

.st .swiper-slide {
    width: 35% !important;
}
.text-marque .ct-80 {
    font-size: 100px;
    line-height: 100px;
    padding-top: 50px;
    color: #00b5e126 !important;
}

.gallery-box img {
    width: 100% !important;
    height: 300px;
    object-fit: cover !important;
    border: 1px solid #f1f1f1 !important;
}

.product-bg {
    position: relative;
    background: url("../images/product-bg.jpg") no-repeat center center/cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.product-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #041526e0; /* Adjust overlay color and transparency */
    z-index: 1;
}
.product-bg2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #041526f5; /* Adjust overlay color and transparency */
    z-index: 1;
}

.product-bg > *,
.product-bg2 > * {
    position: relative;
    z-index: 2;
}

.bg-base-color {
    background-color: var(--base-color);
}
.video-icon-medium .video-icon {
    margin-left: 12px;
}

.border-color-white {
    border-color: #ffffff !important;
}
.header-transparent {
    background:#fff !important;
}

header.sticky .header-reverse {
    background: #fff;
}
h2.vertical-counter {
    font-size: 32px;
}

.company-location h3 {
    font-size: 32px;
    font-weight: 600;
    color: #22225e !important;
}

.mleft {
    position: relative;
    margin-left: -80px;
    background: #0a054c;
    padding: 35px;
}

.mleft::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50px;
    right: -30px;
    bottom: -30px;
    border: 2px solid #0a054c;
    z-index: -1;
}
.name-box h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #052b50;
    margin-bottom: -14px;
}

.name-box h5 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #0d6efd;
}
header .navbar-brand {
    margin-right: 0;
    vertical-align: middle;
    padding: 5px 10px;
    display: inline-block;
    font-size: 0;
    background: #fff;
    border-radius: 22px;
}
header.sticky-active .navbar-brand {
    margin-top: 0px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 10px !important;
}

.btn.btn-link.section-link {
    margin-left: 15px;
}

.btn.btn-link.section-link .btn-icon {
    margin-bottom: -4px;
}
.bg-very-tr-gray{
    background-color: #f2efeb;
}
.text-light-blue{
    color:#00b5e1;
}footer .footer-logo img {
    max-height: 150px;
    margin-top: -35px;
    width: 150px;
}.header-button {
    background: #00b5e1;
    border-radius: 100px;
}

.img-uploaded {
    position: relative;
}

.img-uploaded-delete {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #dc3545;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 4px;
    z-index: 10;
    text-decoration: none;
}
.company-block .swiper-slide img{
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.video-thumbnail img{
    aspect-ratio:16/9;
    object-fit:cover;
}

.video-play-icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    border-radius:50%;
    background:rgba(255,255,255,.9);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#000;
    transition:.3s;
}

.video-thumbnail:hover .video-play-icon{
    transform:translate(-50%,-50%) scale(1.1);
}


.img-gl .gallery-image{
    border-radius:10px;
}

.img-gl .gallery-img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s ease;
}

.img-gl .gallery-hover{
    background:rgba(0,0,0,.35);
    opacity:0;
    transition:.4s ease;
}

.img-gl .gallery-box:hover .gallery-hover{
    opacity:1;
}

.img-gl .gallery-box:hover .gallery-img{
    transform:scale(1.08);
}
.service-text p.tmce-p {
    color: #000;
    line-height: 22px;
}
.service-list h3 {
    color: #2269c8;
    font-size: 28px;
    line-height: 28px;
}

.service-item-box {
    background: #0d6efd14;
    color: #000;
    padding: 5px;
    border-radius: 5px;
}

.btn-blue{
  background:#0178ca;
}

.list-style-01.rs-list li {
    border-bottom: 1px solid;
    margin-left: -25px;
    color: #0c314f;
}
.country-sec h3 {
    color: #f5f5f5;
    font-size: 30px;
    background: #235280;
    padding-left: 10px;
}
.rs-list2 li {
    color: #212529;
    list-style: decimal-leading-zero;
    font-weight: 500;
}

.rs-country .btn.btn-large {
    font-size: 16px;
    color: #fff;
}
.rs-country .btn.btn-large:hover {
    color: #0178ca;
}

.whatsapp-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Label */
.wa-label {
  background: #fff;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Online Dot */
.online-dot {
  width: 10px;
  height: 10px;
  background: #25d366;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

/* WhatsApp Button */
.wa-btn {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* Popup */
.chat-popup {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 330px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: none;
}

/* Header */
.chat-header {
  background: #25d366;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.chat-header small {
  opacity: 0.9;
}

.close-chat {
  cursor: pointer;
  font-size: 18px;
}

/* Body */
.chat-body {
  padding: 15px;
}

.chat-message {
  background: #f5f5f5;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 15px;
  font-size: 14px;
}

.chat-body textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px;
  resize: none;
  outline: none;
}

.chat-body button {
  width: 100%;
  margin-top: 12px;
  border: none;
  background: #25d366;
  color: #fff;
  padding: 14px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
}

.announcement-bar {
    overflow: hidden;
    padding: 8px 0;
    white-space: nowrap;
}

.announcement-track {
    display: inline-flex;
    gap: 45px;
    width: max-content;
    animation: announcementScroll 30s linear infinite;
}

.announcement-item{
    color:#24304a;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    white-space:nowrap;
    display:flex;
    align-items:center;
    gap:10px;
}
.announcement-dot{
    width:7px;
    height:7px;
    background:#24304a;
    border-radius:50%;
    display:inline-block;
    flex:none;
}
.announcement-item:hover {
    color: #ffd24d;
}

@keyframes announcementScroll {
    from {
        transform: translateX(100vw);
    }
    to {
        transform: translateX(-100%);
    }
}
.announcement-bar:hover .announcement-track {
    animation-play-state: paused;
}footer .nav-link {
    padding: 0.5rem .8rem;
    font-size: 15px;
}
@media only screen and (max-width: 600px) {h1.alt-font.w-150.xl-w-100.text-shadow-double-large.ls-minus-2px.appear {
    font-size: 32px !important;
}

    .header-icon .d-xxl-inline-block {
        display: none !important;
    }

    .header-button {
        display: block !important;
    }

    .header-button .btn {
        padding: 6px 14px;
        font-size: 12px;
        white-space: nowrap;
    }
header.sticky.sticky-active [data-header-hover=light] {
    height: 74px;
}

header.sticky.sticky-active .navbar-brand img{
max-height: 70px;
}
header.sticky .navbar-brand {
        padding: 0px 0;
    }
  .company-block .swiper-slide img {
    height: 220px;
}
}


section.announcement-bar {
    z-index: 9999;
    background: #00b5e1;
}
.announcement-track {
    z-index: 9999 !important;
    margin-top: 102px;
}
.announcement-item {
    margin-bottom: -40px;
}
