body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}
.cssbuttons-io-button {
  background: #ffffff;
  color: #000000;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: 1px solid #b3b3b3;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  position: relative;
}

.cssbuttons-io-button .icon {
  background: linear-gradient(138deg, #1325ee, #fd4700);
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  right: 0.3em;
  transition: all 0.3s ease;
}
.navbar-toggler {
    padding: 6px 12px;
    font-size: 23px;
    border: 1px solid #959595;
}
.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #ffffff;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}

.topbar {
  background: #000;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 0;
}
@media (max-width: 992px) {
  .topbar {
    display: none;
  }
}
.topbar i {
  color: #fd4700;
  margin-right: 6px;
}

.topbar a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 12px;
}

.topbar .btn-sampling {
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 6px 18px;
  color: #ffffff;
  font-weight: 500;
}

.navbar-brand {
  font-weight: 700;
  font-size: 22px;
  color: #23395d;
}

.nav-link {
  color: #23395d !important;
  font-weight: 500;
  margin: 0 12px;
  position: relative;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 4px;
  background: #fd4700;
}

@media (max-width: 992px) {
  .nav-link.active::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 15px;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #fd4700;
  }
}
.navbar-search {
  font-size: 18px;
  color: #23395d;
}

@media (max-width: 991px) {
  .topbar .d-flex {
    flex-direction: column;
    gap: 8px;
  }
}
.divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.5);
}
.hero-section {
  min-height: 350px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.7)),
    url("assets/images/bg-hero.jpg") center/cover no-repeat fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-subtitle {
  color: #1325ee;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}

.hero-title span {
  color: #0d1b4c;
}

.hero-text {
  color: #454545;
  max-width: 600px;
  margin: 20px auto;
}
@media (max-width: 992px) {
  .hero-title {
    font-size: 27px;
  }
  .hero-section {
  min-height: 350px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.7)),
    url("assets/images/bg-hero.jpg") center/cover no-repeat scroll;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
}

.btn-secondary-custom {
  background: #1f2a66;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  color: #fff;
}

.btn-primary-custom:hover,
.btn-secondary-custom:hover {
  opacity: 0.9;
}

.sub-text {
  max-width: 650px;
  color: #6c757d;
}

.service-card {
  position: relative;
  background: #fff;
  padding: 35px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.icon-box {
  font-size: 32px;
  color: #1f2b6c;
  margin-bottom: 20px;
}

.service-card h5 {
  font-weight: 600;
  color: #1f2b6c;
  margin-bottom: 15px;
  font-size: 24px;
}

.service-card hr {
  margin: 10px 0 15px;
  opacity: 0.1;
}

.service-card p {
  color: #6c757d;
  font-size: 16px;
}
.text-btn {
  color: #1325ee;
}
.number-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, #1325ee, #fd4700);
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  padding: 12px 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 12px;
}
.blog-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  transition: 0.3s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-6px);
}

.blog-img {
  position: relative;
  padding: 15px;
}

.blog-img img {
  width: 100%;
  border-radius: 14px;
  height: 220px;
  object-fit: cover;
}

.date-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(to right, #1325ee, #fd4700);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 16px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
}
.blog-meta {
  padding: 10px 20px;
  font-size: 14px;
  color: #6c757d;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-meta .dot {
  width: 6px;
  height: 6px;
  background: #1325ee;
  border-radius: 50%;
}

.blog-content {
  padding: 20px;
}

.tags {
  margin-bottom: 15px;
}

.tags span {
  background: #e7e7e7;
  color: #2c3e50;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-right: 8px;
  font-weight: 500;
}

.blog-content h5 {
  font-weight: 600;
  color: #1f2b6c;
  margin-bottom: 20px;
}

.read-more {
  color: #1325ee;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.read-more:hover {
  color: #1325ee;
}
.whatsapp-button {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  align-items: center;
  padding: 8px;
  background-color: #25d366;
  color: white;
  border: none;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.support-button {
  position: fixed;
  bottom: 20px;
  right: 80px; 
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  border: 1px solid #cecece;
}

.support-button img{
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.online-dot{
  position: absolute;
  top: 0px;
  right: 3px;
  width: 10px;
  height: 10px;
  background: #25d366;
  border-radius: 50%;
  border: 1px solid white;
}

.pulse{
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(37,211,102,0.3);
  border-radius: 50%;
  animation: pulse-animation 2s infinite;
  z-index: -1;
}

@keyframes pulse-animation {
  0%{
    transform: scale(1);
    opacity: 0.7;
  }
  70%{
    transform: scale(1.5);
    opacity: 0;
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
}
.process-section {
  background: #eef2f6;
  position: relative;
  overflow: hidden;
}

.small-heading {
  color: #1325ee;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 14.5px;
}

.process-section {
  position: relative;
  background-image: url(assets/images/bg-proces.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.process-line {
  position: absolute;
  top: 150px;
  left: 10%;
  width: 80%;
  border-top: 2px dashed #838383;
  z-index: 0;
}
@media (max-width: 992px) {
  .process-line {
    display: none;
  }
}

.process-step {
  position: relative;
  z-index: 2;
}
.circle-img {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #fff;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.circle-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  filter: brightness(70%);
}

.step-number {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(to right, #1325ee, #fd4700);
  color: #fff;
  font-weight: 600;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-step h5 {
  font-weight: 700;
  letter-spacing: 1px;
  color: #1f2b6c;
  margin-bottom: 15px;
  font-size: 22px;
}

.process-step p {
  color: #000000;
  font-size: 15px;
  max-width: 220px;
  margin: 0 auto;
}

.main-title {
  font-weight: 700;
  font-size: 36px;
  color: #0f2b5b;
  line-height: 1.3;
}

.description {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.8;
}

.hexagon-wrapper {
  position: relative;
  width: 100%;
  max-width: 592px;
}

.hexagon-img {
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  border-radius: 15px;
  filter: brightness(90%);
}

.hex-box {
  position: absolute;
  width: 150px;
  height: 150px;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
}

.hex-green {
  background: linear-gradient(to right, #1325ee, #fd4700);
  color: #fff;
  top: 71px;
  left: 21px;
}
.hex-blue {
  background: linear-gradient(to right, #1325ee, #fd4700);

  color: #fff;
  bottom: 213px;
  left: -41px;
}
.hex-light {
  background: linear-gradient(to right, #1325ee, #fd4700);
  color: #ffffff;
  bottom: 51px;
  left: 32px;
}
.features i {
  margin-bottom: 12px;
  font-weight: 600;
  color: #fd4700;
}
.img-small {
  height: 106px;
  width: 100%;
  object-fit: cover;
}
.info-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  background: #1f2b6c;
  color: #fafafa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.small-text {
  color: #6c757d;
  font-size: 14px;
}

@media (max-width: 991px) {
  .hex-box {
    display: none;
  }
}

.cta-section {
  background: linear-gradient(135deg, #1325ee 0%, #fd4700 100%);
  position: relative;
  overflow: hidden;
}

.cta-box {
  padding: 50px 30px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
}

.cta-box::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -100px;
  right: -100px;
}

.cta-title {
  font-weight: 700;
  letter-spacing: 0.3px;
}

.cta-text {
  max-width: 620px;
  opacity: 0.95;
}

.btn-cta-primary {
  background: #ffffff;
  color: #1325ee;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

.btn-cta-primary:hover {
  background: #0f1fd1;
  color: #ffffff;
  transform: translateY(-3px);
}

.btn-cta-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-cta-outline:hover {
  background: #ffffff;
  color: #1325ee;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .cta-box {
    padding: 50px 20px;
  }
}

.faq-btn .arrow {
  margin-left: 8px;
}

.faq-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
}
.accordion-button:not(.collapsed) .faq-icon {
  content: "";
}

.accordion-button:not(.collapsed) .faq-icon::before {
  content: "\f068";
}
.accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.accordion-button {
  font-size: 20px;
  font-weight: 700;
  color: #1e2b36;
  padding-left: 0;
}
.accordion-button::after {
  display: none !important;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.accordion-body {
  padding-left: 0;
  color: #2f4f4f;
}

.accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 20px;
}

.accordion-button:not(.collapsed)::after {
  content: "×";
}

.visit-section {
  position: relative;
  background: url('assets/images/bg-video.jpg') center center/cover no-repeat fixed;
  z-index: 1;
}

.visit-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85); 
  z-index: -1;
}

.visit-title {
  font-weight: 700;
  color: #0b2c6b;
  margin-bottom: 20px;
}

.visit-text {
  line-height: 1.8;
  margin-bottom: 25px;
}

.btn-primary-custom {
  background-color: #0b2c6b;
  border: none;
  padding: 14px 28px;
  font-weight: 600;
  border-radius: 6px;
}

.provider-link {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #1abc9c;
  font-weight: 600;
  text-decoration: none;
}

.provider-icon {
  width: 55px;
  height: 55px;
  background: #e8f7f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1abc9c;
  font-size: 20px;
}

.image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #0b2c6b;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.bottom-blue-bar {
  background: #0b2c6b;
  height: 120px;
  margin-top: -60px;
}

@media (max-width: 991px) {
  .visit-section {
    padding-bottom: 60px;
  }
  .bottom-blue-bar {
    display: none;
  }
}


.hero-bg {
    padding: 35px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
}
.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(25%);
}

.icon-circle {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
      background: linear-gradient(to right, #1325ee, #fd4700);
    border-radius: 0.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.contact-card {
    background: #fff;
    padding: 40px;
    border-radius: 0.9em;
    border: 1px solid #cecece;
}
.submit-btn {
    border-radius: 0.9em;
    padding: 12px;
 background: linear-gradient(138deg, #1325ee, #fd4700);
    border: none;
}


.blue-card {
    border-radius: 16px;
    padding: 50px 40px;
    color: #fff;
}

.blue-card h3{
    font-weight:600;
    margin-bottom:30px;
    color: #000
}

.list-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:15px 0;
    border-bottom:1px solid rgba(123, 123, 123, 0.2);
}
.list-item span{
color: #000;
}

.list-item:last-child{
    border-bottom:none;
}

.list-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11px;
    border-radius: 50%;
    min-height: 30px;
    min-width: 30px;
    background: linear-gradient(to right, #1325ee, #fd4700);
}

.progress{
    height:6px;
    background:#46464650;
    border-radius:20px;
}

.progress-bar {
    background: linear-gradient(to right, #1325ee, #fd4700); 
}

.percent-badge {
    background: linear-gradient(to right, #1325ee, #fd4700);
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.video-box{
    position:relative;
    border-radius:20px;
    overflow:hidden;
}

.video-box img{
    width:100%;
    border-radius:20px;
}

.main-title{
    font-weight:700;
    font-size:40px;
}
.stat-card {
    background: linear-gradient(135deg, #1325ee, #fd4700);
    color: #fff;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
.stat-card p {
     font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.value-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.icon-circle-about {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: linear-gradient(138deg, #1325ee, #fd4700);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: transform 0.3s;
}
.value-card:hover .icon-circle-about  {
    transform: scale(1.1);
}
.value-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #1325ee;
}

.value-card p {
    color: #6c757d;
    font-size: 14px;
}
@media (max-width: 991px) {
    .value-card h5 {
        font-size: 16px;
    }
    .value-card p {
        font-size: 13px;
    }
    .icon-circle-about {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.section-title{
    font-size:42px;
    font-weight:700;
}

.offer-card{
    background:#fff;
    border-radius:25px;
    padding:40px 30px;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
}

.offer-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
}

.offer-card.featured{
       background: linear-gradient(to right, #1325ee, #fd4700);
    color:#fff;
}

.offer-card.featured .price{
    color:#fff;
}

.offer-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:25px;
    background: linear-gradient(to right, #1325ee, #fd4700);
    color:#fff;
}

.offer-card.featured .offer-icon{
    background:#fff;
    color:#1325ee;
}

.offer-card h5{
    font-weight:600;
    margin-bottom:20px;
}

.feature-list{
    list-style:none;
    padding:0;
    margin-bottom:25px;
}

.feature-list li{
    margin-bottom:12px;
    font-size:15px;
}

.feature-list li i{
    color:#1325ee;
    margin-right:8px;
}

.offer-card.featured .feature-list li i{
    color:#fff;
}
.price{
    font-size:28px;
    font-weight:700;
    color:#0f172a;
}

.btn-modern{
    border-radius:16px;
    padding:10px 25px;
}
.btn-modern2{
    border-radius:16px;
    padding:10px 25px;
}
.btn-modern:hover{
  background-color:  #1325ee;;
}
.btn-modern2:hover{
  background-color:  #c4c4c4;;
}
.btn-suc{
    border-radius:16px;
    padding:10px 25px;
}
.btn-suc:hover{
  background-color:  #c4c4c4;;
}

/* Solutions Section CSS */
.solutions-section {
  background: #f8f9fa;
}

.solution-card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.solution-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(to right, #1325ee, #fd4700);
}
.badge-blog-in {
    background: linear-gradient(to right, #1325ee, #fd4700);
    padding: 5px 17px;
    font-size: 13px;
}
.img-blog{
  height: 392px;
}
@media(max-width:992px){
.img-blog {
    height: 200px;
}
}
.blog-img2{
transition: transform .3s ease;
cursor:pointer; 
max-height: 450px; 
object-fit:cover;
}

.blog-img2:hover{
transform: scale(1.03);
}
.modal-blog{
  height: 480px;
  width: 100%;
  object-fit: cover;
}