.footer-section {
    background-image: linear-gradient(rgba(9, 16, 13, 0.88), rgba(9, 16, 13, 0.88)), url(../img/bg/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    padding: 0px 10px;
}
.topbar {
    background: #00387d;
  
}
.topbar .topbar-left .topbar-info-list li i {
    color: var(--primary-color);
    margin-right: 5px;
}
header.style-2 .main-nav ul li a:hover {
    color: var(--primary-color1);
}
.footer-section .footer-top {
    padding: 40px 0px;
}
.footer-section p{
    font-size: 17px;
    font-weight: 400;
    font-family: var(--font-work-sans);
    color: var(--border-color);
    transition: all .4s ease;
    color: #d7d3d3;
}
.ptb-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.banner-section2 .swiper-slide::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
     min-height: auto;
    background-color: rgba(3, 0, 15, .25);
}
.banner-section2 .swiper-slide {
    position: relative;
    z-index: 1;
    min-height: auto;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.video-section2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
    background-attachment: fixed;
}
.inner-banner-section {
    position: relative;
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background-image: url(../img/bg/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
}

.contact-from-wrapper .contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-from-wrapper .contact-list li {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    gap: 12px;
}
.contact-from-wrapper .contact-list li .icon .bi {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    color: var(--primary-color);
    display: block;
    transition: all .45s ease;
    font-size: 16px;
}
.contact-from-wrapper .contact-list li .text {
    color: var(--primary-color);
}   
.contact-from-wrapper .contact-list li .text a {
    display: block;
    margin-bottom: 3px;
}
.contact-from-wrapper .footer-social {
    padding: 0;
    list-style: none;
    display: flex
;
    /* flex-direction: row; */
    gap: 20px;
    margin-top: 25px;
}
.contact-from-wrapper .footer-social i {
    border: 1px solid #5e5e5e;
    width: 30px;
    height: 30px;
    line-height: 29px;
    color: var(--white);
    background: #0f1012;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    transition: all .5s ease-out 0s;
}
.fixed_btn {
    z-index: 999;
    padding: 0;
    margin: 0;
    position: fixed;
    list-style: none;
    bottom: 5%;
    right: 0px;
}
.fixed_btn li {
    margin: 0 5px 5px 0;
}
.fixed_btn .whatsapp {
    background: #25D366;
}
.fixed_btn li a i {
    font-size: 20px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.fixed_btn .call {
    background:#00387d;
}

header.style-2 .main-nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 0%;
    height: 0px;
    border-radius: 30px;
    display: block;
    background: linear-gradient(90deg, var(--primary-color1), transparent);
    opacity: 0;
    transition: all .5s ease-out 0s;
}
.footer-section .footer-item h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 0px;
    border-radius: 30px;
    display: block;
    background: linear-gradient(90deg, var(--primary-color1), transparent);
}

/* Backdrop */
.modal-backdrop.show { opacity: .7; }

/* Card */
.cta-premium{
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  background: #fff;
}

/* Header */
.cta-premium-header{
  background: linear-gradient(135deg, #0f172a, #111827);
  color: #fff;
  padding: 18px 22px;
  border: 0;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap: 14px;
}
.cta-premium-header .modal-title{
  font-weight: 800;
  font-size: 18px;
  letter-spacing: .2px;
  margin-bottom: 4px;
  color: #fff;
}
.cta-subtitle{
  font-size: 14px;
  color: rgba(255,255,255,.75);
}

/* Close */
.cta-close{
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  display:flex;
  align-items:center;
  justify-content:center;
  transition: .2s ease;
}
.cta-close:hover{
  background: rgba(255,255,255,.22);
  transform: translateY(-1px);
}

/* Body */
.cta-premium-body{
  padding: 22px;
}
@media (min-width: 768px){
  .cta-premium-body{ padding: 28px; }
}

/* Product bar */
.cta-product-bar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  margin-bottom: 18px;
}
.cta-badge{
  background: #eaf2ff;
  color:#00387d;
  border: 1px solid #d6e6ff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
}
.cta-trust{
  font-size: 13px;
  color: #6b7280;
  white-space: nowrap;
}
@media (max-width: 575px){
  .cta-product-bar{ flex-direction: column; align-items:flex-start; }
  .cta-trust{ white-space: normal; }
}

/* Labels + inputs */
.cta-label{
  font-weight: 700;
  color: #111827;
  font-size: 13.5px;
  margin-bottom: 6px;
}
.cta-input{
  border-radius: 12px !important;
  border: 1px solid #e5e7eb !important;
  padding: 12px 14px !important;
  font-size: 15px;
  transition: .2s ease;
}
.cta-input:focus{
  border-color: #00387d !important;
  box-shadow: 0 0 0 .2rem rgba(13,110,253,.14) !important;
}

/* Footer */
.cta-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eef2f7;
}
.cta-privacy{
  font-size: 13px;
  color:#6b7280;
  max-width: 70%;
}
@media (max-width: 575px){
  .cta-footer{ flex-direction: column; align-items: stretch; }
  .cta-privacy{ max-width: 100%; }
}

/* Button */
.cta-btn{
  border: 0;
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 800;
  color:#fff;
  background: linear-gradient(135deg, #00387d, #00387d);
  box-shadow: 0 14px 30px rgba(13,110,253,.25);
  transition: .2s ease;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  margin-top: 20px;
  min-width: 180px;
}
.cta-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 45px rgba(13,110,253,.32);
}
.cta-btn:disabled{
  opacity: .75;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}