 .icon-box-s2.s2 {
        height: 381px;
        padding:30px 17px;
     /* background: linear-gradient(171deg, #659af5 0%, #659af5 -16%, rgb(94 151 245) 100%); */
        /* background: linear-gradient(171deg, #deeaff 0%, #c8daf9 -16%, rgb(186 209 249) 100%); last update */
        /* border: 1px solid #00deff; */
         transition: transform 0.3s ease, box-shadow 0.3s ease;
         background:#d5e4ff;
    }
    
a.read-more{
    color:#010d3d;
}
.card1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}
.cus-card {
    height: 100%;
}
 
/* Custom white shadow */
.white-shadow {
    box-shadow: 0 12px 29px rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Light float animation on hover */
.animated-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.3);
    
}
.card p {
    font-size:18px;
    color:#ffffff;
}
.card1:hover p {
  color:#000000 !important;
}
.icon-box-s2.s2:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  background: linear-gradient(171deg, #deeaff 0%, #c8daf9 -16%, rgb(186 209 249) 100%) !important;
  color: #ffffff;
}

    @media (max-width: 767px) {
        .icon-box-s2.s2 {
            height: auto;
        }
    }
.octf-btn.whatsapp-btn,
.octf-btn.whatsapp-btn * {
  background: #0DC143 !important;
  background-image: none !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.octf-btn.whatsapp-btn:hover,
.octf-btn.whatsapp-btn:focus {
  background: #08af32 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(13, 193, 67, 0.25) !important;
}

.octf-btn.telegram-btn,
.octf-btn.telegram-btn * {
  background: #0088cc !important;
  background-image: none !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.octf-btn.telegram-btn:hover,
.octf-btn.telegram-btn:focus {
  background: #006f9a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(0, 136, 204, 0.25) !important;
}

.octf-btn.whatsapp-btn i.fab,
.octf-btn.telegram-btn i.fab {
  color: #ffffff !important;
}

.octf-btn.whatsapp-btn,
.octf-btn.telegram-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 18px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
.service_new_pic {
  background: #f8faff;
  color: #010d3d;
  overflow: hidden;
}

.service-wrapper {
  background: #f8faff;
  border-radius: 25px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.service_new_pic .container-fluid,
.service_new_pic .row,
.service_new_pic .col-lg-4 {
  padding: 0 !important;
  margin: 0 !important;
}

.service-block {
  background: linear-gradient(to bottom right, #eaf0ff, #f8faff);
  border: none;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.service-block:hover {
  background: linear-gradient(to bottom right, #dfe8ff, #f0f4ff);
}

.service-block p {
  color: #010d3d;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.service-block .dot {
  height: 10px;
  width: 10px;
  background-color: #030452ff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .service-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 20px;
  }
  .service-block {
    text-align: left;
  }
}
.working-process-section {
  font-family: 'Poppins', sans-serif;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.process-item {
  text-align: center;
  padding: 40px 25px;
  position: relative;
}

.number-circle {
  width: 60px;
  height: 60px;
  background: #011e67ff;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
}

.process-item h5 {
  color: #010d3d;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.process-item p {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 90%;
}

.process-item::after,
.process-item::before {
  content: "";
  position: absolute;
  background: none;
  border: none;
}

.process-item::after {
  border-right: 1.5px dashed #666;
  top: 0;
  right: 0;
  height: 100%;
}

.process-item::before {
  border-bottom: 1.5px dashed #666;
  left: 0;
  bottom: 0;
  width: 100%;
}

.process-item:nth-child(3n)::after {
  display: none;
}

.process-item:nth-last-child(-n+3)::before {
  display: none;
}

@media (max-width: 991px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-item:nth-child(2n)::after {
    display: none;
  }
  .process-item:nth-last-child(-n+2)::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-item::after,
  .process-item::before {
    display: none;
  }
  .process-item {
    border-bottom: 1.5px dashed #666;
  }
  .process-item:last-child {
    border-bottom: none;
  }
}
.navy-blue-bordered-box {
        border: 3px solid #010d3d; /* Navy Blue */
        border-radius: 15px;
        padding: 40px;
        position: relative;
        background: white;
        box-shadow: 0 15px 40px rgba(1, 13, 61, 0.1);
        overflow: hidden;
    }
    
    /* Decorative corner elements */
    .navy-blue-bordered-box::before,
    .navy-blue-bordered-box::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        border: 3px solid #010d3d;
        z-index: 1;
    }
    
    .navy-blue-bordered-box::before {
        top: 15px;
        left: 15px;
        border-right: none;
        border-bottom: none;
    }
    
    .navy-blue-bordered-box::after {
        bottom: 15px;
        right: 15px;
        border-left: none;
        border-top: none;
    }
    
    /* Box Content */
    .box-content {
        position: relative;
        z-index: 2;
    }
    
    /* FAQ Section Styling */
    .faq-section {
        max-width: 100%;
        margin-right: 20px;
    }

    .faq-box {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(1, 13, 61, 0.08);
        margin-bottom: 12px;
        overflow: hidden;
        border-left: 4px solid #4a6fff;
        transition: all 0.3s ease;
    }
    
    .faq-box:hover {
        box-shadow: 0 6px 18px rgba(1, 13, 61, 0.12);
        transform: translateX(5px);
    }

    .faq-question {
        width: 100%;
        min-height: 70px;
        text-align: left;
        padding: 16px 20px;
        background: #f0f5ff;
        border: none;
        font-size: 16px;
        font-weight: 600;
        color: #010d3d;
        position: relative;
        transition: background-color 0.3s ease;
        border-radius: 0;
        cursor: pointer;
    }
    
    .faq-question:hover {
        background: #e3ecff;
    }

    .faq-question::after {
        content: '';
        position: absolute;
        right: 16px;
        top: 50%;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23010d3d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s ease;
        transform-origin: center;
    }

    .faq-question[aria-expanded="true"]::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .faq-answer {
        padding: 20px;
        font-size: 16px;
        line-height: 1.6;
        color: #010d3d;
        background: #f8fdff;
        border-top: 1px solid #e8efff;
        display: none;
    }

    .faq-answer.show {
        display: block;
    }

    button:focus {
        outline: none !important;
    }
    
    /* Right Side Image Styling */
    .faq-image-side {
        position: sticky;
        top: 20px;
        height: fit-content;
    }
    
    .image-container {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(1, 13, 61, 0.15);
        margin-bottom: 20px;
    }
    
    .image-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    
    .image-container:hover img {
        transform: scale(1.03);
    }
    
    .image-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        padding: 25px 20px 20px;
    }
    
    .image-caption h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    
    .image-caption p {
        font-size: 14px;
        opacity: 0.9;
        margin: 0;
    }
    
    /* Stats Card */
    .stats-card {
        background: white;
        border-radius: 12px;
        padding: 25px;
        box-shadow: 0 8px 25px rgba(1, 13, 61, 0.1);
        display: flex;
        justify-content: space-between;
        text-align: center;
        border-top: 4px solid #4a6fff;
    }
    
    .stat-item {
        flex: 1;
        padding: 0 10px;
    }
    
    .stat-number {
        font-size: 24px;
        font-weight: 700;
        color: #010d3d;
        margin-bottom: 5px;
    }
    
    .stat-text {
        font-size: 13px;
        color: #666;
        font-weight: 500;
    }
    
    /* Responsive Design */
    @media (max-width: 1200px) {
        .navy-blue-bordered-box {
            padding: 30px;
        }
    }
    
    @media (max-width: 992px) {
        .navy-blue-bordered-box {
            padding: 25px;
        }
        
        .faq-section {
            margin-right: 0;
            margin-bottom: 30px;
        }
        
        .faq-image-side {
            position: static;
        }
        
        .navy-blue-bordered-box::before,
        .navy-blue-bordered-box::after {
            width: 30px;
            height: 30px;
        }
    }
    
    @media (max-width: 768px) {
        .navy-blue-bordered-box {
            padding: 20px;
            border-width: 2px;
        }
        
        .stats-card {
            flex-direction: column;
            gap: 20px;
        }
        
        .stat-item {
            padding: 0;
        }
        
        .faq-question {
            padding: 14px 16px;
            font-size: 15px;
            min-height: 65px;
        }
        
        .faq-answer {
            padding: 16px;
            font-size: 15px;
        }
        
        .navy-blue-bordered-box::before,
        .navy-blue-bordered-box::after {
            width: 25px;
            height: 25px;
        }
    }
    
    @media (max-width: 576px) {
        .navy-blue-bordered-box {
            padding: 15px;
            border-radius: 10px;
        }
        
        .image-caption {
            padding: 20px 15px 15px;
        }
        
        .image-caption h4 {
            font-size: 18px;
        }
        
        .faq-question {
            padding: 12px 14px;
            font-size: 14px;
            min-height: 60px;
        }
        
        .faq-answer {
            padding: 14px;
            font-size: 14px;
        }
        
        .stats-card {
            padding: 20px;
        }
        
        .navy-blue-bordered-box::before,
        .navy-blue-bordered-box::after {
            width: 20px;
            height: 20px;
        }
    }

    .icon-box-s2.s2 {
        height: 381px;
        padding:30px 17px;
     /* background: linear-gradient(171deg, #659af5 0%, #659af5 -16%, rgb(94 151 245) 100%); */
        /* background: linear-gradient(171deg, #deeaff 0%, #c8daf9 -16%, rgb(186 209 249) 100%); last update */
        /* border: 1px solid #00deff; */
         transition: transform 0.3s ease, box-shadow 0.3s ease;
         background:#d5e4ff;
    }
    
a.read-more{
    color:#010d3d;
}
.card1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}
.cus-card {
    height: 100%;
}

/* Custom white shadow */
.white-shadow {
    box-shadow: 0 12px 29px rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Light float animation on hover */
.animated-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.3);
    
}
.card p {
    font-size:18px;
    color:#ffffff;
}

.icon-box-s2.s2:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  background: linear-gradient(171deg, #deeaff 0%, #c8daf9 -16%, rgb(186 209 249) 100%) !important;
  color: #ffffff;
}

    @media (max-width: 767px) {
        .icon-box-s2.s2 {
            height: auto;
        }
    }
    .service_new_pic {
  background: #f8faff;
  color: #010d3d;
  overflow: hidden;
}

.service-wrapper {
  background: #f8faff;
  border-radius: 25px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.service_new_pic .container-fluid,
.service_new_pic .row,
.service_new_pic .col-lg-4 {
  padding: 0 !important;
  margin: 0 !important;
}

.service-block {
  background: linear-gradient(to bottom right, #eaf0ff, #f8faff);
  border: none;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.service-block:hover {
  background: linear-gradient(to bottom right, #dfe8ff, #f0f4ff);
}

.service-block p {
  color: #010d3d;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.service-block .dot {
  height: 10px;
  width: 10px;
  background-color: #030452ff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .service-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 20px;
  }
  .service-block {
    text-align: left;
  }
}
.cta-section {
  padding: 30px 20px;
}

.overlap-box {
  position: relative;
  top: 80px;
  z-index: 10;
}

.cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #fbc426;
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(0, 43, 128, 0.3);
  transition: box-shadow 0.3s ease;
}

.cta-content:hover {
  box-shadow: 0 12px 40px rgba(0, 43, 128, 0.5);
}

.cta-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  max-width: 70%;
}

.cta-content h3 span {
  font-weight: 900;
  color: #ff4d00ff;
}

.cta-button {
  background: linear-gradient(135deg, #fff 0%, #fff 100%);
  color: #002b80;
  padding: 6px 16px;
  border-radius: 35px;
  font-weight: 700;
  font-size: 16px; 
  text-decoration: none;
  transition: all 0.4s ease;
  border: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  user-select: none;
  display: inline-block;
  margin-right: 40px; 
}

.cta-button:hover,
.cta-button:focus {
  background: #ffffff;
  color: #002b80;
  box-shadow: 0 6px 20px rgba(0, 43, 128, 0.6);
  transform: translateY(-2px);
  outline: none;
}

@media (max-width: 768px) {
  .cta-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 25px 25px;
  }

  .cta-content h3 {
    max-width: 100%;
    font-size: 22px;
  }

  .cta-button {
    width: 100%;
    max-width: 240px; /* smaller width */
    margin: 0 auto;
    font-size: 15px;
    padding: 6px 14px;
  }

  .overlap-box {
    top: 40px;
  }
}
.why-para{
  color:#ffffff;
  text-align:center;
  width:95%;
  margin:0 auto 40px;
  line-height:1.7;
}

.info-box {
  background: transparent;
  border-radius: 15px;
  box-shadow: 6px 6px 0px 0px #fff;
  padding: 30px 25px;
  height: 100%;
  text-align:left; /* changed */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 8px 8px 0px 0px #fff;
}

.info-box h4 {
  font-weight: 700;
  color: #ffffff; 
  font-size: 22px;
  text-align:left;  /* added */
}

.info-box .underline {
  width: 190px;
  height: 4px;
  background-color: #fff;
  margin: 8px 0 15px; /* aligned left */
}

.info-box p {
  color: #ffffff; 
  font-size: 17px;
  line-height: 1.6;
  text-align:left; /* changed */
}
.cta-section {
  padding: 15px 20px 0 20px;
  margin-bottom: -30px;
}

.cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #fbc426;
  color: #ffffff;
  padding: 35px 35px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 43, 128, 0.25);
  transition: box-shadow 0.3s ease;
}

.cta-content:hover {
  box-shadow: 0 8px 25px rgba(0, 43, 128, 0.35);
}

.cta-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  max-width: 70%;
  line-height: 1.3;
}

.cta-content h3 span {
  font-weight: 900;
  color: #ffd700;
}

.cta-button {
  background: linear-gradient(135deg, #fff 0%, #fff 100%);
  color: #002b80;
  padding: 4px 12px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px; 
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  user-select: none;
  display: inline-block;
  margin-right: 40px; 
  white-space: nowrap;
}

.cta-button:hover,
.cta-button:focus {
  background: #ffffff;
  color: #002b80;
  box-shadow: 0 4px 15px rgba(0, 43, 128, 0.5);
  transform: translateY(-2px);
  outline: none;
}

@media (max-width: 768px) {
  .cta-content {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 15px 15px;
  }

  .cta-content h3 {
    max-width: 100%;
    font-size: 16px;
  }

  .cta-button {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    font-size: 13px;
    padding: 4px 10px;
  }
}

.cta-section {
  padding: 0 20px;
  margin-bottom: 0;
  background: transparent;
  display: flex;
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbc426;
  color: #ffffff;
  padding: 25px 40px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 43, 128, 0.25);
  transition: box-shadow 0.3s ease;
  position: relative;
  width: 100%;
}

.cta-content:hover {
  box-shadow: 0 8px 25px rgba(0, 43, 128, 0.35);
}

.cta-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  flex: 1;
  line-height: 1.4;
  padding-right: 40px;
}

.cta-button {
  background: linear-gradient(135deg, #fff 0%, #fff 100%);
  color: #002b80;
  padding: 14px 35px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px; 
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  user-select: none;
  display: inline-block;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 43, 128, 0.3);
  flex-shrink: 0;
}

.cta-button:hover,
.cta-button:focus {
  background: #ffffff;
  color: #002b80;
  box-shadow: 0 6px 20px rgba(0, 43, 128, 0.5);
  transform: translateY(-2px);
  outline: none;
}

@media (max-width: 768px) {
  .cta-section {
    padding: 0 15px;
  }
  
  .cta-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 25px 20px;
  }

  .cta-content h3 {
    padding-right: 0;
    font-size: 20px;
    line-height: 1.4;
    width: 100%;
  }

  .cta-button {
    width: 100%;
    max-width: 250px;
    font-size: 15px;
    padding: 12px 25px;
  }
}
.service_new_pic {
  background: #f8faff;
  color: #010d3d;
  overflow: hidden;
}

.service-wrapper {
  background: #f8faff;
  border-radius: 25px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.service_new_pic .container-fluid,
.service_new_pic .row,
.service_new_pic .col-lg-4 {
  padding: 0 !important;
  margin: 0 !important;
}

.service-block {
  background: linear-gradient(to bottom right, #eaf0ff, #f8faff);
  border: none;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.service-block:hover {
  background: linear-gradient(to bottom right, #dfe8ff, #f0f4ff);
}

.service-block p {
  color: #010d3d;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.service-block .dot {
  height: 10px;
  width: 10px;
  background-color: #030452ff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .service-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 20px;
  }
  .service-block {
    text-align: left;
  }
}

  .modal{overflow:hidden!important}.modal-content{border-radius:12px;overflow:hidden;border:none;padding:0;position:relative;max-height:90vh;margin:auto}.modal-body{padding:0;overflow:visible!important;max-height:none!important}.custom-close{position:absolute;top:12px;right:12px;background:#fff!important;border-radius:50%;width:32px;height:32px;opacity:1!important;z-index:1000;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid #ddd;box-shadow:0 2px 8px rgba(0,0,0,.15);color:#333;font-size:16px}.custom-close i{font-size:18px;font-weight:700}.custom-close:hover{background:#f8f9fa!important;border-color:#999;transform:scale(1.05);transition:all .2s ease;color:#000}.modal-bg{background:url('../images/popup1.jpg') center/cover no-repeat;width:100%;min-height:500px;position:relative;display:flex;align-items:center;justify-content:flex-end;padding-right:0}@media(max-width:768px){.modal-dialog{margin:0;max-width:100%;height:100%;width:100%}.modal-content{border-radius:0;height:100%;max-height:100%;width:100%}.modal-body{height:100%;width:100%;padding:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.98)}.modal-bg{background:rgba(255,255,255,.98)!important;width:100%;min-height:100%;justify-content:center;align-items:center;padding:15px;margin:0;display:flex}.form-overlay{width:100%!important;max-width:500px!important;padding:25px!important;margin:0 auto!important;background:#fff;border-radius:12px;box-shadow:0 5px 25px rgba(0,0,0,.15);border:1px solid #e0e0e0}.form-overlay h2{font-size:22px!important;text-align:center;margin-bottom:10px;line-height:1.3;color:#000}.form-overlay p{font-size:14px!important;text-align:center;margin-bottom:25px;line-height:1.4;color:#444}.custom-close{top:15px;right:15px;width:36px;height:36px;background:#fff!important;z-index:9999;box-shadow:0 2px 10px rgba(0,0,0,.2);border:1px solid #ccc}.form-control,.form-select,.contact-dropdown-btn{height:46px!important;font-size:16px!important;width:100%}.form-control::placeholder{font-size:15px;color:#666}.contact-service-group{display:flex!important;flex-wrap:nowrap;width:100%}.contact-dropdown-btn{min-width:130px!important;width:130px!important;font-size:14px!important;padding:0 12px!important;white-space:nowrap}.contact-id-input{min-width:calc(100% - 130px);font-size:15px!important}.phone-field-container,.iti{width:100%!important}.iti__selected-flag{min-width:80px!important;padding:0 10px!important}.iti__selected-dial-code{font-size:15px!important}.iti__arrow{margin-left:5px}#phone.iti__tel-input{padding-left:95px!important;font-size:16px!important;width:100%!important}textarea.form-control{height:90px!important;font-size:16px!important;padding:12px!important}.btn-cta{width:100%;max-width:300px;height:48px;font-size:16px!important;margin:0 auto;display:block;border-radius:50px!important;font-weight:700}.terms-text{position:static;display:block;text-align:center;margin-top:10px;transform:none;font-size:11px!important;color:#666}.contact-links{flex-direction:column;gap:12px;margin-top:25px;width:100%}.whatsapp-contact,.telegram-contact{width:100%;max-width:280px;margin:0 auto;justify-content:center;padding:12px 15px;font-size:14px;border-radius:8px}.digit-counter{display:none!important}.row .col-12{padding:0}.mb-2{margin-bottom:18px!important}}@media(max-width:480px){.form-overlay{padding:20px!important;max-width:92%!important;margin:0 auto!important}.form-overlay h2{font-size:20px!important}.form-overlay p{font-size:13px!important}.contact-dropdown-btn{min-width:120px!important;width:120px!important;font-size:13px!important}.contact-id-input{min-width:calc(100% - 120px);font-size:14px!important}#phone.iti__tel-input{padding-left:90px!important}.iti__selected-flag{min-width:75px!important}.btn-cta{height:46px;font-size:15px!important}.whatsapp-contact,.telegram-contact{max-width:100%;font-size:13px}}@media(max-width:360px){.form-overlay{padding:18px!important;max-width:95%!important}.contact-dropdown-btn{min-width:110px!important;width:110px!important}.contact-id-input{min-width:calc(100% - 110px)}#phone.iti__tel-input{padding-left:85px!important}}.form-overlay{width:55%;padding:30px 35px!important;background:transparent;color:#000;margin-left:0;margin-right:30px}.form-overlay h2{font-size:24px!important;font-weight:700;margin-bottom:8px;color:#000;line-height:1.2}.form-overlay p{font-size:14px!important;margin-bottom:15px;color:#333;line-height:1.3}.form-label{font-size:13px!important;font-weight:500;color:#333;margin-bottom:4px}.form-control,.form-select{border-radius:6px!important;border:1px solid #ccc!important;background:rgba(255,255,255,.95)!important;color:#000!important;height:40px!important;padding:0 12px!important;font-size:14px!important;line-height:1.4;transition:border-color .3s ease;width:100%;box-sizing:border-box}.phone-field-container{position:relative;width:100%}.phone-input{width:100%!important;padding-left:12px!important}.iti{width:100%!important}.iti__selected-flag{padding:0 8px!important;min-width:70px!important}#phone.iti__tel-input{padding-left:85px!important;width:100%!important;font-size:14px!important;color:#000!important;background:rgba(255,255,255,.95)!important}#phone{color:#000!important;font-weight:500!important}.contact-service-group{width:100%;display:flex!important}.contact-dropdown-btn{border-radius:6px 0 0 6px!important;border:1px solid #ccc!important;background:rgba(255,255,255,.95)!important;color:#000!important;height:40px!important;padding:0 12px!important;font-size:14px!important;min-width:120px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-shrink:0!important}.contact-dropdown-menu{min-width:160px!important;font-size:14px!important;padding:4px 0!important}.contact-id-input{border-radius:0 6px 6px 0!important;border-left:0!important;height:40px!important;padding:0 12px!important;font-size:14px!important;flex-grow:1!important;min-width:0!important}.row,.mb-2{margin-bottom:12px!important}textarea.form-control{resize:none;height:70px!important;padding:8px 12px!important;font-size:13px!important}.btn-cta{background:linear-gradient(90deg,#007bff,#0056d2);color:#fff!important;border:none!important;border-radius:40px!important;padding:10px 30px!important;font-size:14px!important;font-weight:600!important;height:40px;display:block;margin:0 auto;min-width:180px}.terms-text{font-size:11px!important;position:absolute;right:70px;top:50%;transform:translateY(-50%);color:#666}.contact-links{display:flex;gap:20px;margin-top:15px;justify-content:center}.whatsapp-contact,.telegram-contact{display:flex;align-items:center;gap:8px;font-size:12px;padding:8px 12px;border-radius:6px;border:1px solid #e0e0e0}.form-control.is-invalid,.form-select.is-invalid,.contact-id-input.is-invalid{border-color:#dc3545!important}.invalid-feedback{display:none;font-size:12px;color:#dc3545}.form-control.is-invalid~.invalid-feedback,.form-select.is-invalid~.invalid-feedback,.contact-id-input.is-invalid~.invalid-feedback{display:block}

    @media (max-width: 767.98px) {
        .about-counter {
            padding-bottom: 5px !important;
        }

        .row[style*="justify-content:center"] {
            margin-top: 20px;
            padding-bottom: 20px;
        }
    }