@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");

:root {
    --color-orange: #f56541;
    --color-black: #000;
      --color-primary: #0243a1;
}

.banner-three-box-clip-area .banner-inner-conten .title span {
    color: var(--color-orange)
}
.color-orange{color:var(--color-orange)}
.material-symbols-outlined {
    /* color: var(--color-primary); */
    font-weight: 300 !important;
    font-size: 48px !important;
}
.font-weight-normal{font-weight:normal!important}
.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands";
    color: var(--color-black);
    font-weight: 200;
    font-size: 48px;
}
/*testimonial */

  .rts-client-review-two .testimonial-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    max-width: 380px;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .rts-client-review-two .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  }

  .rts-client-review-two .brand-logo {
    /* width: 140px; */
    /* height:140px; */
    /* margin: 0 auto 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 0%!important;
    
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
   
   
    font-family: "Red Hat Display", serif;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    /* background: #7792db; */
    color: var(--color-primary);
  }

  .rts-client-review-two .brand-logo img {
    /* max-width: 100%;
    max-height: 100%; */
    object-fit: contain;
    /* border-radius: 50%; */
    /* border:2px solid #7792db; */
  }

  .rts-client-review-two .quote-icon {
    text-align: center;
    margin-bottom: 20px;
    opacity: 0.7;
  }

  .rts-client-review-two .testimonial-text {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
    height:200px;
    position: relative;
  }

  .rts-client-review-two .testimonial-author {
    text-align: center;
    border-top: 1px solid #e5e7eb;
    padding-top: 20px;
  }

  .rts-client-review-two .testimonial-author h4 {
    color: #111827;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
  }

  .rts-client-review-two .testimonial-author p {
    color: #6b7280;
    font-size: 14px;
    margin: 0;
  }

  /* Optional decorative elements */
  .rts-client-review-two .testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4F46E5, #9061F9);
  }
.bg-color-1{background-color:#007bff!important;}

.bg-color-light-1{background-color:#fffaf6; border-bottom:4px solid rgba(205, 202, 202, 0.8);}
.bg-color-light-1:hover{border-bottom:4px solid red;
}
.bg-color-2{background-color:#d1ecff}
.bg-color-light-2{background-color:#f5f8f9}
.bg-color-3{background-color:#c4f0d7}
.bg-color-light-3{background-color:#edf9f2}

.color-1 {
    color: #e74c3c!important;
}

/* Red */
.color-2 {
    color: #3498db!important;
}

/* Blue */
.color-3 {
    color: #2ecc71!important;
}

/* Green */
.color-4 {
    color: #f39c12!important;
}

/* Orange */
.color-5 {
    color: #9b59b6!important;
}

/* Purple */
.color-6 {
    color: #1abc9c!important;
}

/* Teal */
.color-7 {
    color: #e67e22!important;
}

/* Dark Orange */
.color-8 {
    color: #e84393!important;
}
/* Dark Orange */
.color-9 {
    color: #e84393!important;
}
/* Pink */
.color-10 {
    color: var(--color-primary);
}
/* Pink */
.text_lmt {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 9; /* number of lines to show */
           line-clamp: 9; 
   -webkit-box-orient: vertical;
}

.swiper-slide{display:flex;
  height:auto}
  /* Make all swiper slides equal height*/  





.case-studies-wrapper-main-5 .swiper-slide,
.case-study-card {
    background: rgb(247, 246, 246);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    padding: 24px;
    position: relative;
}

.card-icon-container {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.icon-background {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: rgba(66, 133, 244, 0.1);
    border-radius: 50%;
    z-index: 0;
}

.card-icon {
    font-size: 40px;
    color: #4285F4;
    position: relative;
    z-index: 1;
}

.card-content {
    flex-grow: 1;
    text-align: center;
}

.card-title {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #202124;
}

.card-category {
    color: #5F6368;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.card-action {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #f1f3f4;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.card-action .material-icons {
    color: #5F6368;
    font-size: 20px;
}

/* Hover effects */
.case-studies-wrapper-main-5 .swiper-slide:hover, .case-study-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.card-link:hover .card-action {
    background: #e8f0fe;
}

.card-link:hover .card-action .material-icons {
    color: #4285F4;
}

/* Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/*OTA Logo*/
.brand-box {
    padding: 20px;
    text-align: center;
  }

  .brand {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ffffff; */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    padding: 5px 10px;
  }

  .brand:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #e0e0e0;
  }
.brand-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease, transform 0.3s ease;
  text
}
.testi_img{text-align: center;}
.brand-logo:hover {
  transform: scale(1.1);
}
/* 
  .brand-logo-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;

    opacity: 0;
    transition: opacity 0.3s ease;
  } */

  /* .brand:hover .brand-logo {
    opacity: 0;
  } */

  .brand:hover .brand-logo-hover {
    opacity: 1;
  }

  /*mobile app*/



  .features-section h3 {
    font-size: 1.5rem;
    color: #2d3748;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
  }
  
  .features-section h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #4f46e5;
    border-radius: 3px;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  
  .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .feature-icon {
    font-size: 1.2rem;
    background: #f0f4ff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f46e5;
  }

  .app-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
  }

  

  .app-store-btn, .play-store-btn {
    display: inline-block;
    height: 45px;
    transition: transform 0.3s ease;
  }
  
  .app-store-btn:hover, .play-store-btn:hover {
    transform: translateY(-3px);
  }
  
  .app-store-btn img, .play-store-btn img {
    height: 100%;
    width: auto;
  }
  
  .app-preview {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
  }
  

  
  .app-highlight {
    position: absolute;
    width: 300px;
    height: 300px;
    background: #6366f1;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  @media (max-width: 992px) {
 
    
    .features-section h3::after {
      left: 50%;
      transform: translateX(-50%);
    }
    
    .app-buttons {
      justify-content: center;
    }
    
    .features-grid {
      grid-template-columns: 1fr;
    }
  }

.start-profile{
    /* background: linear-gradient(180deg,rgba(248, 249, 250, 1) 100%, rgba(248, 249, 250, 0) 40%); */
    background: #d8efff;

}
  .profile {
    /* background: linear-gradient(180deg, rgba(243, 246, 253, 0.7) 0%, rgba(243, 246, 253, 0) 86.26%); */
    padding: 0px 0px;
        /* margin-top: -70px; */
 
    position: relative;
}

.profile .profile_item {
    /* background: #FFFFFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    /* background: #E3F2FD;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); */
    /* background: #B0BEC5;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); */
    background: linear-gradient(135deg, #fff, #fff);
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;

    padding: 20px;
    border-radius: 10px;
    color: #073aa9;
    text-align: center;
    
    
}
 /* Light background colors for icons */
    .bg-primary-light { background-color: rgba(13, 110, 253, 0.1); }
    .bg-success-light { background-color: rgba(25, 135, 84, 0.1); }
    .bg-warning-light { background-color: rgba(255, 193, 7, 0.1); }
    .bg-info-light { background-color: rgba(13, 202, 240, 0.1); }
    .bg-danger-light { background-color: rgba(220, 53, 69, 0.1); }
.profile .profile_item:hover {
      transform: translateY(-5px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.icon-wrapper {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.profile .profile_item h5 {
    font-size: 0.8rem;
    color:var(--color-primary);
}
.profile .profile_item h2 {
    font-size: 2rem;
    color:var(--color-primary);
}
.enhance_des1 .material-symbols-outlined {
    vertical-align: middle;
    font-family: 'Material Symbols Outlined';
    font-weight: 200;
    font-style: normal;
    font-size: 30px;
  
    line-height: 1.3;
    color:var(--color-primary);
}
.profile .profile_item .material-symbols-outlined {
    font-size: 50px !important;
}


.button-area .btn-border{color:var(--color-primary);
border-color:var(--color-primary)}
/*Corporate Contact*/
.corporate-contact {
            position: fixed;
            bottom: 0px;
            right: 0px;
            z-index: 1000;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .contact-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            overflow: hidden;
            width: 300px;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
        
        .contact-header {
            background: linear-gradient(135deg, #2b5876 0%, #4e4376 100%);
            color: white;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
        }
        
        .header-content {
            display: flex;
            align-items: center;
        }
        
        .contact-icon {
            width: 36px;
            height: 36px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            font-size: 16px;
        }
        
        .contact-title {
            font-weight: 600;
            font-size: 15px;
        }
        
        .toggle-icon {
            transition: transform 0.3s;
        }
        
        .contact-card.collapsed .toggle-icon {
            transform: rotate(180deg);
        }
        
        .contact-body {
            padding: 0 20px;
            max-height: 500px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .contact-card.collapsed .contact-body {
            padding: 0;
            max-height: 0;
        }
        
        .contact-option {
            display: flex;
            align-items: center;
            padding: 15px 0;
            border-bottom: 1px solid #f0f0f0;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .contact-option:last-child {
            border-bottom: none;
        }
        
        .contact-option:hover {
            background: #f9f9f9;
        }
        
        .option-icon {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: white;
            font-size: 16px;
        }
        
        .call-icon {
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
        }
        
        .partner-icon {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        
        .option-text {
            flex: 1;
        }
        
        .option-title {
            font-weight: 600;
            font-size: 14px;
            color: #333;
            margin-bottom: 2px;
        }
        
        .option-subtitle {
            font-size: 12px;
            color: #666;
        }
        
        .option-arrow {
            color: #ccc;
            font-size: 12px;
            margin-left: 10px;
        }

        /* Mobile Frame Carousel Styles */
       
        
        
        
/*CTA*/

      
       .cta-container {
        background: linear-gradient(90deg, rgb(2 67 161) 0%, rgb(91 111 219) 100%);
            border-radius: 15px;
            padding: 40px;
            
            width: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            color: white;
            text-align: center;
        }
        
        .cta-container .cta-title {
            font-size: 2.5rem;
            margin-bottom: 15px;
            font-weight: 700;
            color: white;
        }
        
        .cta-container .cta-subtitle {
            font-size: 1.2rem;
            margin-bottom: 30px;
            opacity: 0.9;
            color: white;
        }
        
        .cta-container .cta-features {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-bottom: 40px;
            color: white;
        }
        
        .cta-container .feature {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(5px);
            border-radius: 10px;
            padding: 20px;
            margin: 10px;
            width: 30%;
            transition: transform 0.3s ease;
            color: white;
        }
        
        .cta-container .feature:hover {
            transform: translateY(-5px);
            color: white;
        }
        
        .cta-container .feature-icon {
          width:100%;
            font-size: 2rem;
            margin-bottom: 10px;
            color: white;
            background: transparent;
          
        }
        .cta-container .feature-icon .fab{color:#fff}
        .cta-container .feature-title {
            font-weight: 600;
            margin-bottom: 5px;
            color: white;
        }
        
        .cta-container .feature-text {
            font-size: 0.9rem;
            opacity: 0.8;
            color: white;
        }
        
        .cta-container .cta-buttons {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .cta-container .cta-button {
            padding: 12px 25px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .cta-container .primary-button {
            background-color: white;
            color: #6e8efb;
        }
        .cta-container .primary-button .button-icon{
          background-color: white;
          color: #6e8efb;
      }
        .cta-container .primary-button:hover {
            background-color: #f0f0f0;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .cta-container .secondary-button {
            background-color: transparent;
            color: white;
            border: 2px solid white;
        }
        
        .cta-container .secondary-button:hover {
            background-color: rgba(255, 255, 255, 0.1);
            transform: translateY(-2px);
        }
        
        .cta-container .button-icon {
            margin-right: 8px;
            font-size: 1.2rem;
        }
        
        .cta-container .trial-badge {
          background-color: #ff6b6b;
          padding: 15px 25px;
          border-radius: 50px;
          font-size: 1rem;
          font-weight: 600;
          display: inline-block;
          margin-top: 20px;
          animation: pulse 2s infinite;
        }
        .cta-section{
          display: flex;
    justify-content: center;
    padding: 80px 0;

        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        @media (max-width: 768px) {
            .cta-container .cta-title {
                font-size: 2rem;
            }
            
            .cta-container .cta-subtitle {
                font-size: 1rem;
            }
            
            .cta-container .feature {
                min-width: 150px;
                padding: 15px;
            }
   
        }
  
/*CTA*/

.world_wide{display: flex;
justify-content: center;
margin-top:60px;

align-items:center}
.safe_icon{display:flex;
align-items: center;
gap:10px;}
.social-safe{display:flex;
gap:40px;}

.testimonial-content{display:flex;
  justify-content: space-between;
  flex-direction: column;
      /* height: 380px; */
}
.strong{font-weight:600;}
        /* Mobile Frame Carousel Styles */
                .mobile-app-section {
    /* background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%); */
    /* text-align: center; */
    position: relative;
   
  }
        .mobile-showcase {
            display: flex;
            justify-content: center;
           
            /* background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%); */
        }
  
 
        .mobile-frame {
            width: 100%;
            height:auto;
            background: url('https://via.placeholder.com/300x600/cccccc/ffffff?text=Mobile+Frame') no-repeat center center;
            background-size: contain;
            position: relative;
        }
        
        .app-carousel {
            position: absolute;
            top: 0px;
            left: 0px;
          right:0px;
            /* overflow: hidden; */
            display: flex !important

        
        }
         .app-carousel:hover {
            position: relative;
            
        }
        .app-carousel img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* border-radius: 30px; */
            transition: 0.3s ease-in;
            text-align: center;
        }
        .app-carousel img:hover {
          transform: scale(1.1);
          transition: 0.3s ease-in;
        }
@media only screen and (max-width: 575px) { .app-carousel img:hover {
          transform: scale(1);
          transition: 0.3s ease-in;
        }}
        .input-group-text{background: #0243a1;
        color:#fff;
        border:none;
      border-radius: 0;}
      input, input[type=number], select{border-radius: 0!important;}
.input-group-text{ padding: 12px 25px;max-width: max-content;} 
.direct-htl{color: #fff!important; font-size:20px;}
.divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #333; /* Text color */
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 3px solid #1c2539; /* Line color */
}

.divider-text {
      max-width: max-content;
    margin: auto;
    font-weight: 700;
    color: #1C2539;
   
    padding:0 15px;
}

/* .button-wrapper .play-btn {display:block} */
.button-wrapper .play-btn .material-symbols-outlined{
  color:#fff;
 font-size: 34px !important;
 padding-left:10px;
}

.button-wrapper{width:100%}


#channel_manager .screen_shot .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

#channel_manager .screen_shot .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#channel_manager .screen_shot .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#channel_manager .screen_shot .play-btn{
  border-color:#F60032;
  color:#fff;
  background-color:#F60032;
}
#channel_manager .screen_shot .play-btn .material-symbols-outlined{color:#fff; font-size:34px!important}

.book-demo{background:#04a504 !important;
}

.rts-mobile-app-img{
  /* background-color:#fffaec;
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; */
display: flex;
justify-content: center;}


.rts-mobile-app-img img{display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);}
   .btn-primary span
  
    .btn-primary .read-more-btn {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 15px;
        transition: background-color 0.3s;
    }
    
   .btn-primary .read-more-btn:hover {
        background-color: #0056b3;
        color: var(--color-primary)!important;
    }
.btn-primary .material-symbols-outlined{
font-size: 30px !important;
font-weight:200;
    
  
}



        .hero {
            min-height: 80vh;
            display: flex;
            align-items: center;
            background: linear-gradient(to bottom right, #ffffff 0%, #ecf1f7 100%);
            padding: 0 5%;
            position: relative;
            overflow: hidden;
        }

        .hero-content {
            flex: 1;
            max-width: 600px;
            padding: 40px 0;
            position: relative;
            z-index: 2;
        }
 .hero-content .pre-title{padding-bottom:10px;}
        .hero .material-symbols-outlined {
    color: var(--color-primary);
    font-weight: 400 !important;
    font-size: 30px !important;
    padding-right: 10px;
}
.hero .check-wrapper-area .single-check {
    display: flex
;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
}
.check-wrapper-area{margin-bottom:1.5rem}
.hero .check-wrapper-area .single-check p{

    margin: 0;
}
.hero .check-wrapper-area .single-check i {
    color: var(--color-primary);
}
        .hero h1 {
            font-size: 3.125rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            color: #1e293b;
            
        }

        .highlight {
            color: #f56541;
        }
#reseller .hero p {
            
            margin-bottom: 0rem;
      
        }
        .hero p {
            font-size: 1.2rem;
            margin-bottom: 2.5rem;
            line-height: 1.6;
            color: #475569;
        }

        .hero-image {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .hero-image img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            /* box-shadow: 0 15px 30px rgba(2, 67, 161, 0.15); */
            /* animation: float 6s ease-in-out infinite; */
        }

        .cta-button {
            display: inline-block;
            background-color: #0243a1;
            color: white;
            padding: 16px 32px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            margin-right: 16px;
            margin-bottom: 16px;
            box-shadow: 0 4px 12px rgba(2, 67, 161, 0.25);
        }

        .cta-button:hover {
            transform: translateY(-3px);
            background-color: #01307d;
            box-shadow: 0 8px 20px rgba(2, 67, 161, 0.3);
        }

        .secondary-button {
            background-color: transparent;
            color: #0243a1;
            border: 2px solid #0243a1;
        }

        .secondary-button:hover {
            background-color: rgba(2, 67, 161, 0.05);
        }

        /* Decorative elements */
        .shape {
            position: absolute;
            z-index: 0;
            opacity: 0.1;
        }

        .triangle {
            width: 0;
            height: 0;
            border-left: 200px solid transparent;
            border-right: 200px solid transparent;
            border-bottom: 350px solid #0243a1;
            top: -150px;
            right: -100px;
            transform: rotate(15deg);
        }

        .circle {
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: #0243a1;
            bottom: -100px;
            left: -100px;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-15px);
            }
        }

        @media (max-width: 992px) {
            .hero {
                flex-direction: column;
                text-align: center;
                padding: 80px 5%;
            }

            .hero-content {
                max-width: 100%;
                margin-bottom: 0px;
                flex: auto;
                padding: 40px 0  0px 0;
            }

            .hero h1 {
                font-size: 2.5rem;
            }

            .shape {
                display: none;
            }

            .cta-button {
                display: block;
                margin-right: 0;
                margin-bottom: 16px;
            }
        }


    #ota .single-service-hr {
       text-align: left;
   
}
 #ota .single-service-hr .inner .icon-area {
   
    justify-content: flex-start;
    
}

#ota #payment .client-three-wrapper .single {
    width: 140px;
    height: 70px;
    display: flex;
}
.read-more-content {
        display: none;
    }
    .read-more-btn {
        cursor: pointer;
        color: #007bff;
      
        border: none;
        font-size: 14px;
        padding: 0;
        text-decoration: underline;
        margin-top: 10px;
    }