/*
Theme Name:  Rishfotech Landing
Theme URI: https://webdevelopment.rishfotech.com
Author: Rishfotech Development Team
Author URI: https://webdevelopment.rishfotech.com/
Description: A custom WordPress theme converted from HTML template
Text Domain: my-rishfotech
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
      font-family: "Lato", sans-serif; 
  }
  
  body {
    overflow-x: hidden;
    line-height: 1.6;
  }
  /* Hero Section */
  .hero-section {
    background: linear-gradient(135deg, #002080 0%, #0055cc 100%);
    color: white;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 2rem 0;
    overflow-x: hidden; 
  }
  
  
  .hero-section .container {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  
  /* Typography */
  .hero-title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 1.25rem;
  }
  
  .hero-description {
    font-size: 1.3rem;
    line-height: 1.4;
    opacity: 0.9;
    margin-bottom: 1.5rem;
    font-weight: 600;
  }
  
  .price {
    font-size: 32px;
    font-weight: 600;
    color: #ffd700;
  }
  
  
  .logo {
    margin-bottom: 1.5rem;
  }
  
  .logo img {
    max-width: 180px;
    height: auto;
  }
  
  
  .features-container {
    margin-bottom: 1.5rem;
  }
  
  .feature-item {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    padding: 0.25rem 0;
    
    font-weight: 600;
  }
  
  .feature-dot {
    color: #ffd700; 
    font-size: 1.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-weight: bold;
    flex-shrink: 0;
  }
  
  .cta-text {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
  
  .highlight-text {
    color: #ffd700;
    font-weight: 600;
  }
  
  /* Ratings */
  .ratings-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  
  
  .rating-box {
    border: 2px solid #fff;
    border-radius: 0.5rem;
    height: 60px; 
    width: 180px; 
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    transition: transform 0.2s ease;
  }
  
  .rating-box:hover {
    transform: translateY(-3px);
  }
  
  
  .rating-box.goodfirms {
    background-color: white;
    justify-content: center;
    padding: 0.5rem;
  }
  
  .rating-box .stars {
    display: flex;
    flex-direction: column;
  }
      
  .rating-box.goodfirms .stars {
    align-items: center;
  }
  
  .rating-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  
  
  .rating-box.goodfirms img.rating-icon {
    width: auto;
    height: 25px; 
    margin-top: 5px;
  }
  
  .stars-row {
    color: #ffd700;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 3px;
  }
  
  .rating-text {
    font-size: 14px;
    font-weight: 700;
    color: white;
  }
  
  .rating-box.goodfirms .rating-text {
    color: #333;
  }
  
  
  .contact-form-container {
    overflow: hidden;
    height: 100%;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    display: flex;
    flex-direction: column;
    max-width: 400px; 
    margin-left: auto; 
  }
  
  .contact-form {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem !important;
  }
  
  
  .contact-form .mb-3:nth-last-child(2) {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem !important;
  }
  
  .contact-form textarea.form-control {
    flex-grow: 1;
    min-height: 120px; 
    resize: none; 
  }
  
  .btn-primary {
    background-color: #0047ab;
    border-color: #0047ab;
    padding: 0.75rem 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  .btn-primary:hover {
    background-color: #003380;
    border-color: #003380;
    box-shadow: 0 5px 15px rgba(0, 71, 171, 0.3);
  }
  
  .btn-primary i {
    transition: transform 0.2s ease;
  }
  
  .btn-primary:hover i {
    transform: translateX(4px);
  }
  
  /* Form styling */
  .form-control:focus {
    border-color: #0047ab;
    box-shadow: 0 0 0 0.25rem rgba(0, 71, 171, 0.25);
  }
  
  .form-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 0.25rem;
  }
  
  /* Adjust spacing between form elements */
  .contact-form .row.g-3 {
    margin-bottom: 0.75rem !important;
  }
  
  .contact-form .mb-3 {
    margin-bottom: 0.75rem !important;
  }
  
  
  @media (max-width: 1199px) {
   
    .price{
      font-size: 30px;
      font-weight: 600;
     
     }
    .hero-section .col-lg-7,
    .hero-section .col-lg-5 {
      width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 100% !important;
    }
  
    .hero-text {
      text-align: center;
      margin-bottom: 2rem;
    }
  
    .feature-item {
      justify-content: center;
    }
  
    .ratings-container {
      justify-content: center;
    }
  
    
    .hero-section .container {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .hero-section .row {
      margin-left: 0;
      margin-right: 0;
    }
  
    
    .hero-section {
      padding: 3rem 0;
    }
  
    .hero-title {
      font-size: 2.2rem;
    }
  
    
    .contact-form-container {
      max-width: 500px;
      margin: 0 auto;
      width: 100%;
      height: auto; 
    }
  
  
    .hero-text {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
  
  
    .contact-form textarea.form-control {
      min-height: 100px;
      border-color: 2ps solid black ;
    }
  }
  
  
  @media (min-width: 768px) and (max-width: 991px) {
    .hero-text,
    .contact-form-container {
      max-width: 500px;
    }
  }
  
  @media (max-width: 992px) {
    .hero-section {
      min-height: auto;
    }
  }
  
  @media (max-width: 768px) {
    .hero-section {
      padding: 2.5rem 0;
  
    }
  .hero-description{
    font-size: 1.2rem;
  }
   
    .contact-form-container {
      margin-left: 0;
      margin-right: 0;
    }
  
   
    .rating-box.goodfirms img.rating-icon {
      height: 22px;
    }
  
   .price{
    font-size: 28px;
    font-weight: 600;
   
   }
    .hero-title {
      font-size: 2rem;
    }
  }
  
  
   @media (max-width: 576px) {
    .hero-section {
      padding: 2.5rem 0;
    }
    .features-grid {
      grid-template-columns: 1fr;
    }
    .hero-title {
      font-size: 1.75rem;
      margin-bottom: 1rem;
    }
  
    .hero-description {
      font-size: 1.2rem;
      margin-bottom: 1.25rem;
    }
  
    
    .features-container {
      margin-bottom: 1.25rem;
    }
  
   
    .features-container .row {
      margin: 0;
    }
  
    .feature-item {
      padding: 0.35rem 0;
      font-size: 1.2rem;
      align-items: center;
      margin-left: 70px;
    }
  
    .feature-dot {
      font-size: 1.25rem;
      margin-right: 0.5rem;
    }
  
    
    .rating-box {
      height: 55px;
      width: 160px;
      min-width: auto;
      max-width: none;
    }
  
    
    .rating-box.goodfirms {
      padding: 0.4rem;
    }
  
    .rating-box.goodfirms img.rating-icon {
      height: 20px;
    }
  
   
    .contact-form {
      padding: 1.25rem !important;
    }
  
    .form-label {
      font-size: 0.8rem;
      margin-bottom: 0.25rem;
    }
  
    .form-control {
      font-size: 0.9rem;
      padding: 0.5rem 0.75rem;
    }
  
    .input-group-text {
      font-size: 0.9rem;
      padding: 0.5rem 0.75rem;
    }
  
    textarea.form-control {
      min-height: 80px;
    }
  
    .btn-primary {
      padding: 0.6rem 1rem;
      font-size: 0.95rem;
    }
  } 
  
  @media (max-width: 400px) {
    .hero-section {
      padding: 1.5rem 0;
    }
  
    .hero-section .container {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    
    .logo {
      margin-bottom: 1rem;
    }
  
    .logo img {
      max-width: 150px;
    }
  
  
    .hero-title {
      font-size: 1.5rem;
      margin-bottom: 0.75rem;
    }
  
    .hero-description {
      font-size: 1.2rem;
      margin-bottom: 1rem;
      line-height: 1.5;
    }
  
   
    .features-container {
      margin-bottom: 1rem;
    }
  
    .feature-item {
      padding: 0.2rem 0;
      font-size: 0.85rem;
    }
  
    .feature-dot {
      font-size: 1.1rem;
      margin-right: 0.4rem;
    }
  
    
    .cta-text {
      font-size: 0.9rem;
      margin-bottom: 1rem;
    }
  
  
    .ratings-container {
      gap: 0.5rem;
      justify-content: space-between;
      margin-bottom: 1.25rem;
    }
  
    .rating-box {
      height: 50px;
      width: 48%; 
      padding: 0.35rem 0.5rem;
    }
  
    .rating-icon {
      width: 20px;
      height: 20px;
    }
  
    .rating-box.goodfirms img.rating-icon {
      height: 18px;
    }
  
    .stars-row {
      font-size: 12px;
      letter-spacing: 0.5px;
    }
  
    .rating-text {
      font-size: 10px;
    }
  
    /* Form adjustments */
    .contact-form-container {
      border-radius: 8px !important;
    }
  
    .contact-form {
      padding: 1rem !important;
    }
  
    .form-label {
      font-size: 0.75rem;
    }
  
    .form-control {
      font-size: 0.85rem;
      padding: 0.4rem 0.6rem;
      height: auto;
    }
  
    .input-group-text {
      font-size: 0.85rem;
      padding: 0.4rem 0.6rem;
    }
  
    textarea.form-control {
      min-height: 70px;
    }
  
    .btn-primary {
      padding: 0.5rem 0.75rem;
      font-size: 0.9rem;
    }
  
    /* Adjust form row spacing */
    .row.g-3 {
      --bs-gutter-y: 0.5rem;
    }
  
    .mb-3 {
      margin-bottom: 0.75rem !important;
    }
  }
  @media (max-width: 400px) {
    .ratings-container {
      flex-direction: row;
      align-items: center;
      gap: 0.5rem;
    }
  }
  
  @media (max-width: 350px) {
    .hero-section {
      padding: 1.25rem 0;
    }
  
    .logo img {
      max-width: 130px;
    }
  
    .hero-title {
      font-size: 1.35rem;
    }
  
    .hero-description {
      font-size: 1.1rem;
    }
  
  
    .ratings-container {
      flex-direction: row;
      align-items: center;
      gap: 0.5rem;
    }
  
    .rating-box {
      width: 100%;
      max-width: 160px;
      height: 45px;
    }
  
    
    .form-control,
    .input-group-text {
      font-size: 0.8rem;
    }
  
    .btn-primary {
      font-size: 0.85rem;
    }
  }
  
  
  
  /* Services Section */
  .services-section {
    background-color: #000;
    color: white;
    padding: 60px 20px;
    position: relative;
  }
  
  .services-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  
  .services-header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
  }
  
  .we-offer {
    display: inline-block;
    background-color: #0033cc;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 16px;
  
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .services-header {
    text-align: center;
  }
  
  .services-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
  }
  
  .services-header h2 span {
    color: white;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
  }
  
  .service-card {
    background-color: white;
    color: #333;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
  }
  
  .service-card:hover {
    background-color: #0033cc;
    border: 2px solid white;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  }
  
  .service-card:hover::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 12px;
    background: transparent;
    box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.6);
    z-index: -1;
  }
  
  .service-card:hover h3,
  .service-card:hover p {
    color: white;
  }
  
  .service-icon-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: filter 0.3s ease;
  }
  
  .service-card:hover .service-icon-img {
    filter: brightness(0) invert(1);
  }
  
  .service-card h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #0033cc;
    font-weight: 800;
    transition: color 0.3s ease;
  }
  
  .service-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    transition: color 0.3s ease;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .services-header-container {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .we-offer {
      position: relative;
      transform: none;
      margin-bottom: 15px;
    }
  
    .services-header {
      width: 100%;
      text-align: center;
      margin-top: 15px;
    }
  
    .services-grid {
      grid-template-columns: 1fr;
    }
  }
  /* Technology Section Styles */
  .tech-section {
    padding: 60px 20px;
    background-color: #b8bdff76;
  }
  
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .tech-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .tech-image {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    display: flex;
    justify-content: center; 
    align-items: center; 
  }
  
  .tech-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .tech-text {
    flex: 1;
    min-width: 300px;
  }
  
  .tech-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
  }
  
  .highlight {
    color: #0033cc;
    position: relative;
  }
  
  .tech-text p {
    color: #555;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
  }
  
  .tech-icons {
    margin-top: 30px;
  }
  
  .icon-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  
  .icon-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #000;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 16px;
    min-width: 110px;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
  }
  
  .icon-item:hover {
    background-color: white;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #000;
  }
  
  .icon-item img {
    width: 20px;
    height: 20px;
    
    transition: all 0.3s ease;
  }
  
  .icon-item:hover img {
    filter: none;
  }
  
  
  .icon-item.react:hover img {
    filter: invert(48%) sepia(99%) saturate(2476%) hue-rotate(180deg)
      brightness(100%) contrast(119%);
  }
  
  .icon-item.php:hover img {
    filter: invert(24%) sepia(15%) saturate(2176%) hue-rotate(187deg)
      brightness(92%) contrast(86%);
  }
  
  .icon-item.wordpress:hover img {
    filter: invert(48%) sepia(99%) saturate(2476%) hue-rotate(180deg)
      brightness(100%) contrast(119%);
  }
  
  .icon-item.drupal:hover img {
    filter: invert(31%) sepia(93%) saturate(1954%) hue-rotate(187deg)
      brightness(91%) contrast(101%);
  }
  
  .icon-item.nodejs:hover img {
    filter: invert(68%) sepia(74%) saturate(380%) hue-rotate(77deg)
      brightness(93%) contrast(88%);
  }
  
  .icon-item.joomla:hover img {
    filter: invert(15%) sepia(100%) saturate(6932%) hue-rotate(358deg)
      brightness(95%) contrast(118%);
  }
  
  .icon-item.angular:hover img {
    filter: invert(15%) sepia(100%) saturate(6932%) hue-rotate(358deg)
      brightness(95%) contrast(118%);
  }
  
  .icon-item.shopify:hover img {
    filter: invert(68%) sepia(74%) saturate(380%) hue-rotate(77deg)
      brightness(93%) contrast(88%);
  }
  
  /* Responsive Design */
  @media (max-width: 1200px) {
    .tech-content {
      gap: 30px;
    }
  }
  
  
  @media (max-width: 1100px) and (min-width: 993px) {
    .tech-content {
      flex-direction: row;
    }
  
    .tech-image {
      flex: 0 0 45%;
      max-width: 45%;
    }
  
    .tech-text {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  
  @media (max-width: 992px) {
    .tech-content {
      flex-direction: column;
    }
  
    .tech-image {
      width: 100%;
      max-width: 500px; 
      margin: 0 auto 30px; 
  
    .tech-text {
      width: 100%;
      max-width: 100%;
    }
  
    .tech-text h2 {
      font-size: 30px;
      text-align: center;
    }
  
    .tech-text p {
      text-align: center;
    }
  }
  }
  /* iPad specific fixes */
  @media (min-width: 768px) and (max-width: 991px) {
    .tech-section {
      padding: 50px 20px;
    }
  
    .tech-image {
      width: 100%;
      max-width: 450px;
      margin: 0 auto 30px;
    }
  
    .tech-image img {
      width: 100%;
    }
  
    .icon-row {
      justify-content: center;
    }
  }
  
  @media (max-width: 768px) {
    .tech-section {
      padding: 40px 15px;
    }
  
    .icon-row {
      justify-content: center;
    }
  
    .tech-text h2 {
      font-size: 26px;
      text-align: center;
    }
  
    .tech-text p {
      text-align: center;
      font-size: 16px;
    }
  
    
    .tech-icons {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
  
  @media (max-width: 480px) {
    .tech-text h2 {
      font-size: 24px;
    }
  
    .icon-item {
      min-width: 100px;
      padding: 8px 12px;
    }
  
   
    .icon-row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      width: 100%;
    }
  
    .icon-item {
      width: 100%;
      margin-bottom: 0;
    }
  
    .tech-image {
      max-width: 100%; 
    }
  }
  
  
  .client-partners-section {
    background-color: #000;
    padding: 80px 20px;
    width: 100%;
    position: relative;
  }
  
  .client-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .client-heading {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 600;
  }
  
  .client-logos-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .client-logo-item {
    flex: 0 1 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    transition: all 0.3s ease;
    padding: 15px;
    position: relative;
    max-width: 220px;
  }
  
  .client-logo-item:hover {
    transform: scale(1.15);
    z-index: 2;
  }
  
  .client-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(1);
    transition: all 0.3s ease;
  }
  
  .client-logo-item:hover img {
    filter: brightness(1.1);
  }
  
  .client-logo-item.client-mobile-store img,
  .client-logo-item.client-rogers-morris img {
    background-color: white;
    padding: 8px;
    border-radius: 8px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 1100px) {
    .client-logo-item {
      height: 90px;
      padding: 12px;
    }
  }
  
  @media (max-width: 992px) {
    .client-partners-section {
      padding: 70px 20px;
    }
  
    .client-heading {
      font-size: 32px;
      margin-bottom: 50px;
    }
  
    .client-logo-item {
      height: 85px;
      padding: 10px;
    }
  }
  
  
  @media (max-width: 768px) {
    .client-partners-section {
      padding: 60px 20px;
    }
  
    .client-heading {
      font-size: 30px;
      margin-bottom: 40px;
    }
  
    .client-logos-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px;
      justify-items: center;
    }
  
    .client-logo-item {
      height: 90px;
      width: 100%;
      max-width: 200px;
      padding: 10px;
    }
  
    /* Make the 5th logo centered in the last row */
    .client-logo-item:nth-child(5) {
      grid-column: span 2;
      justify-self: center;
    }
  }
  
  @media (max-width: 576px) {
    .client-partners-section {
      padding: 50px 15px;
    }
  
    .client-heading {
      font-size: 28px;
      margin-bottom: 35px;
    }
  
    .client-logos-grid {
      grid-gap: 25px;
    }
  
    .client-logo-item {
      height: 80px;
      max-width: 180px;
    }
  }
  
  @media (max-width: 480px) {
    .client-partners-section {
      padding: 40px 15px;
    }
  
    .client-heading {
      font-size: 26px;
      margin-bottom: 30px;
    }
  
    .client-logos-grid {
      grid-gap: 20px;
    }
  
    .client-logo-item {
      height: 70px;
      max-width: 160px;
      padding: 8px;
    }
  }
  /* Portfolio Section Styles */
  .portfolio-section {
    padding: 80px 0;
    /* background-color: #f8f9fa; */
    position: relative;
    overflow: hidden;
  }
  
  .portfolio-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b8bdff76;
    z-index: 0;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
  
  .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
  }
  
  .section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    /* background: linear-gradient(to right, #0033cc, #4d79ff); */
    margin: 15px auto 0;
    border-radius: 2px;
  }
  
  .highlight {
    color: #0033cc;
    position: relative;
    margin-left: 10px;
  }
  
  .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  
  .portfolio-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    transition: all 0.4s ease;
    height: 350px;
    cursor: pointer;
    /* background-color: #fff; */
  }
  
  .portfolio-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 51, 204, 0.2);
  }
  
  .portfolio-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
  }
  
  .portfolio-item:hover .portfolio-image img {
    transform: scale(1.1);
    filter: blur(3px) brightness(0.5);
  }
  
  /* Improved overlay for better readability */
  .portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); 
    color: white;
    padding: 30px;
    opacity: 0; /* Hidden by default on all devices */
    visibility: hidden; /* Added for better accessibility */
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
    transform: translateY(20px);
    backdrop-filter: blur(5px);
  }
  
  .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  
  .portfolio-overlay h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-align: center; 
  }
  
  .portfolio-overlay h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%; 
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #0033cc;
  }
  
  .portfolio-overlay p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    opacity: 1;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.2px;
    text-align: center; 
  }
  
  .portfolio-overlay p:last-child {
    font-size: 14px;
    opacity: 0.9;
    font-style: italic;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 12px;
    border-radius: 6px;
    border-left: 3px solid #0033cc;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Responsive Design */
  @media (max-width: 1100px) {
    .portfolio-grid {
      gap: 20px;
    }
  
    .portfolio-item {
      height: 320px;
    }
  
    .portfolio-overlay {
      padding: 25px;
    }
  
    .portfolio-overlay h3 {
      font-size: 24px;
      margin-bottom: 15px;
    }
  
    .portfolio-overlay p {
      font-size: 15px;
    }
  }
  
  @media (max-width: 992px) {
    .portfolio-section {
      padding: 60px 0;
    }
  
    .section-title {
      font-size: 32px;
      margin-bottom: 40px;
    }
  
    .portfolio-grid {
      grid-template-columns: 1fr;
      max-width: 600px;
      margin: 0 auto;
      gap: 40px;
    }
  
    .portfolio-item {
      height: 400px;
    }
  
    /* Keep overlay hidden until hover on all devices */
    .portfolio-overlay {
      opacity: 0;
      visibility: hidden;
      transform: translateY(20px);
      padding: 30px;
    }
  
    .portfolio-item:hover .portfolio-overlay {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
  
    .portfolio-overlay h3 {
      font-size: 26px;
    }
  
    .portfolio-overlay p {
      font-size: 16px;
    }
  }
  
  @media (max-width: 768px) {
    .portfolio-section {
      padding: 50px 0;
    }
  
    .section-title {
      font-size: 28px;
      margin-bottom: 30px;
    }
  
    .portfolio-item {
      height: 350px;
    }
  
    .portfolio-item:hover::after {
      display: none;
    }
  }
  
  @media (max-width: 576px) {
    .portfolio-section {
      padding: 40px 0;
    }
  
    .section-title {
      font-size: 26px;
      margin-bottom: 25px;
    }
  
    .portfolio-item {
      height: 300px;
    }
  
    .portfolio-overlay {
      padding: 20px;
    }
  
    .portfolio-overlay h3 {
      font-size: 22px;
      margin-bottom: 12px;
      padding-bottom: 12px;
    }
  
    .portfolio-overlay p {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 10px;
    }
  
    .portfolio-overlay p:last-child {
      font-size: 12px;
      padding: 10px;
    }
  }
  
  /* Pricing Section Styles */
  .pricing-section {
    padding: 60px 20px;
    background-color: #fff;
  }
  
  .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .section-subtitle {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #000;
  }
  
  .pricing-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  
  .pricing-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border: 1px solid #e0e0ff;
    margin-bottom: 20px;
  }
  
  .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  
  .pricing-card.featured {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 51, 204, 0.15);
    z-index: 1;
  }
  
  .pricing-card.featured:hover {
    transform: translateY(-15px);
  }
  
  .pricing-header {
    background-color: #010ed0;
    color: white;
    padding: 25px 20px;
    position: relative;
  }
  
  .plan-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px;
  }
  
  .plan-description {
    font-size: 18px;
    margin: 0 0 15px;
    opacity: 0.9;
  }
  
  .plan-price {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
  }
  
  .pricing-arrow {
    width: 30px;
    height: 30px;
    background-color: #010ed0;
    position: absolute;
    bottom: -15px;
    left: 20%;
    transform: translateX(-50%) rotate(45deg);
  }
  
  .pricing-features {
    padding: 30px 20px;
    background-color: #f8f9ff;
    height: 100%;
    /* margin-right: 20px; */
    margin-left: -50px;
  }
  
  .feature-item {
    display: flex;
    align-items: center; 
    margin-bottom: 15px;
  }
  
  .feature-item:last-child {
    margin-bottom: 0;
  }
  
  .feature-icon {
    color: #0033cc;
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
    flex-shrink: 0;
    display: flex;
    align-items: center; 
    justify-content: center; 
  }
  
  .feature-text {
    color: #0033cc;
    font-size: 18px;
    font-weight: 600;
  }
  
  /* Responsive Design */
  @media (max-width: 1200px) {
    .hero-content,
    .tech-content {
      gap: 30px;
    }
  
    .hero-title {
      font-size: 38px;
    }
  
    .hero-description {
      font-size: 18px;
    }
  
    .contact-form-container {
      flex: 0 0 350px;
    }
  }
  
  
  @media (min-width: 768px) and (max-width: 991px) {
    .pricing-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr); 
      gap: 20px;
    }
  
    .pricing-card {
      flex: none;
      width: 100%;
      max-width: none;
      margin: 0 0 20px 0;
    }
  }
  
  @media (max-width: 992px) {
    .hero-content {
      flex-direction: column;
      align-items: center;
    }
  
    .hero-text,
    .contact-form-container {
      width: 100%;
      max-width: 600px;
    }
  
    .hero-text {
      text-align: center;
      padding-right: 0;
    }
  
    .logo-container {
      text-align: center;
    }
  
    .features-grid {
      max-width: 500px;
      margin: 0 auto 30px;
    }
  
    .feature-item {
      justify-content: center;
    }
  
    .ratings-container {
      justify-content: center;
    }
  
    .tech-content {
      flex-direction: column;
    }
  
    .tech-image,
    .tech-text {
      width: 100%;
    }
  
    .icon-row {
      justify-content: center;
    }
  }
  
  @media (max-width: 768px) {
    .hero-section,
    .services-section,
    .tech-section,
    .partners-section,
    .founder-section,
    .portfolio-section,
    .pricing-section {
      padding: 40px 15px;
    }
  
    .form-row {
      flex-direction: column;
      gap: 0;
    }
  
    .hero-title {
      font-size: 32px;
    }
  
    .hero-description {
      font-size: 24px;
    }
  
    .features-grid {
      grid-template-columns: 1fr;
    }
  
    .ratings-container {
      /* flex-direction: column; */
      align-items: center;
      gap: 15px;
    }
  
    .google-rating {
      width: 100%;
      justify-content: center;
    }
  
    .services-header h2,
    .tech-text h2,
    .section-title,
    .founder-title {
      font-size: 28px;
    }
  
    .service-card p,
    .tech-text p,
    .founder-description {
      font-size: 16px;
    }
  
    .contact-form {
      padding: 20px;
    }
  
    .stats-container {
      flex-direction: column;
      align-items: center;
    }
  
    .stat-item {
      width: 100%;
      padding: 10px 0;
    }
  
    .contact-button {
      width: 100%;
      text-align: center;
      font-size: 18px;
    }
  
    .section-subtitle {
      font-size: 20px;
    }
  
   
    .feature-item {
      align-items: center;
      justify-content: flex-start;
    }
  
    .feature-icon {
      margin-top: 2px; 
    }
  }
  
  @media (max-width: 480px) {
    .hero-section,
    .services-section,
    .tech-section,
    .partners-section,
    .founder-section,
    .portfolio-section,
    .pricing-section {
      padding: 30px 10px;
    }
  
    .hero-title {
      font-size: 32px;
    }
    .features-grid {
      grid-template-columns: 1fr;
    }
    .hero-description,
    .cta-text {
      font-size: 20px;
    }
  
    .logo-img {
      max-width: 180px;
    }
  
    .contact-info {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .phone-number {
      font-size: 20px;
    }
  
    .founder-title,
    .section-title {
      font-size: 24px;
    }
  
    .founder-description {
      font-size: 18px;
    }
  
    .contact-button {
      padding: 12px 20px;
      font-size: 16px;
    }
  
    .portfolio-image {
      height: 200px;
    }
  
    .pricing-card {
      min-width: 100%;
    }
  
    .plan-name {
      font-size: 20px;
    }
  
    .plan-description,
    .feature-text {
      font-size: 18px;
    }
  
   
    .feature-item {
      display: flex;
      align-items: flex-start;
    }
  
    .feature-icon {
      margin-top: 3px; 
      width: 18px; 
      height: 18px; 
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .feature-text {
      line-height: 1.3; 
    }
  }
  /* About Section Styles */
  .about-section {
    background-color: #000000;
    color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .about-content {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
  }
  
  /* Left Side Styles */
  .about-left {
    flex: 1 1 45%; 
    position: relative;
    min-width: 300px; 
  }
  
  .about-button {
    background-color: #0033cc;
    color: #170b0b;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 90px;
    transition: background-color 0.3s ease;
  }
  
  .about-button:hover {
    background-color: #0028a3;
  }
  
  .about-image {
    max-width: 100%;
    position: relative; 
    display: flex; 
    justify-content: center; 
    align-items: center;
  }
  
  .about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
  }
  
  .about-left {
    flex: 1 1 400px;
    position: relative;
  }
  
  .about-button:hover {
    background-color: #0028c7;
  }
  
  .about-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .about-image img {
    width: 100%;
    display: block;
  }
  
  .about-right {
    flex: 1 1 500px;
  }
  
  .about-header {
    margin-bottom: 20px;
  }
  
  .about-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  
  .highlight {
    color: #0036ff;
  }
  
  
  
  /* Features Grid */
  .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
  }
  
  .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
  
  /* Icon styling with white background and blue color */
  .feature-icon {
    flex-shrink: 0;
  }
  
  .icon-container {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Flaticon styling */
  .icon-container i {
    color: #0036ff;
    font-size: 24px;
  }
  
  /* Specific adjustments for Flaticon icons if needed */
  .icon-container .flaticon-medal,
  .icon-container .flaticon-customer-service,
  .icon-container .flaticon-network,
  .icon-container .flaticon-globe {
    font-size: 24px;
    line-height: 1;
  }
  
  .feature-content {
    flex: 1;
  }
  
  .feature-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
  }
  
  .feature-text-about {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
  }
  
  .contact-button {
    display: inline-block;
    background-color: #0036ff;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  
  .contact-button:hover {
    background-color: #0028c7;
    transform: translateY(-2px);
  }
  
  /* Responsive Styles */
  @media (max-width: 992px) {
    .about-section {
      padding: 60px 20px;
    }
  
    .about-content {
      gap: 30px;
    }
  
    .about-title {
      font-size: 28px;
    }
  
    .about-description {
      font-size: 16px;
    }
  }
  
  @media (max-width: 768px) {
    .about-button {
      /* position: absolute; */
      top: 20px;
      left: 7px;
    }
    .features-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }
  
    .about-button {
      left: 20px;
      padding: 8px 16px;
      font-size: 13px;
    }
  }
  
  @media (max-width: 576px) {
   
    .about-section {
      padding: 50px 15px;
    }
  
    .about-title {
      font-size: 24px;
    }
  
    .about-description {
      font-size: 15px;
      margin-bottom: 25px;
    }
  
    .feature-item {
      gap: 12px;
    }
  
    .icon-container {
      width: 45px;
      height: 45px;
    }
  
    .feature-title {
      font-size: 16px;
    }
  
    .feature-text-about {
      font-size: 13px;
    }
  
    .contact-button {
      padding: 10px 20px;
      font-size: 14px;
    }
  }
  
  .about-image img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 500px; 
    object-fit: contain;
  }
  
  /* Right Side Styles */
  .about-right {
    flex: 1 1 45%; 
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-width: 300px; 
  }
  
  .about-header {
    margin-bottom: 5px;
  }
  
  .about-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
  }
  
  .highlight {
    color: #0033cc;
    position: relative;
  }
  
  .highlight::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
  
  }
  
  .about-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    max-width: 95%;
  }
  
  /* Features Grid Styles */
  .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; /* Added gap for better spacing */
    margin-bottom: 20px;
  }
  
  .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    /* margin-left: -38px; */
  }
  
  .feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 30px;
  }
  
  .feature-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  
  .feature-content {
    flex: 1;
  }
  
  .feature-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #ffffff; /* Added to ensure visibility */
  }
  .feature-text-about {
    color: #fff;
  }
  .feature-text {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    color: #003380;
  }
  
  /* Contact Button Styles - Improved */
  .contact-button {
    display: inline-block;
    background-color: #ffffff;
    color: #0033cc;
    font-size: 22px; 
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    width: fit-content; 
    min-width: 200px;
    max-width: 100%; 
    margin: 20px auto 0; 
    box-sizing: border-box; 
    display: block; 
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1); 
  }
  
  .contact-button:hover {
    background-color: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
  }
  
  
  @media (max-width: 1100px) {
    .about-content {
      gap: 40px;
    }
  
    .about-title {
      font-size: 32px;
    }
  
    .features-grid {
      gap: 20px;
    }
  }
  
  @media (max-width: 992px) {
    .about-content {
      flex-direction: column;
      gap: 40px;
    }
  
    .about-left,
    .about-right {
      flex: 0 0 100%;
      width: 100%;
      max-width: 600px; 
      margin: 0 auto; 
    }
  
    .about-image img {
      max-height: 400px; 
    }
  
    .about-title {
      text-align: center; 
    }
  
    .about-description {
      text-align: center; 
      max-width: 100%;
    }
  
    .contact-button {
      font-size: 20px;
      padding: 14px 28px;
      margin-top: 25px;
    }
  }
  
  @media (max-width: 768px) {
    .about-section {
      padding: 60px 0;
    }
  
    .features-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }
  
    .about-title {
      font-size: 28px;
    }
  
    .about-image img {
      max-height: 350px; 
    }
  
    .contact-button {
      font-size: 18px;
      padding: 12px 25px;
      min-width: 180px;
    }
  }
  
  @media (max-width: 576px) {
    .about-section {
      padding: 50px 0;
    }
    .feature-icon{
      padding-left: 0px;
    }
    .about-left,
    .about-right {
      min-width: 100%; 
    }
  
    .about-image img {
      max-height: 300px; 
    }
  
    .feature-title {
      font-size: 18px;
    }
  
    .feature-text {
      font-size: 18px;
    }
  }
  
  @media (max-width: 480px) {
    .about-section {
      padding: 40px 0;
    }
  
    .about-title {
      font-size: 24px;
    }
  
    .about-button {
      font-size: 16px;
      padding: 10px 20px;
      display: block;
      margin: 0 auto 30px;
    }
  
    .feature-item {
      flex-direction: row; 
      align-items: center; 
    }
  
    .feature-icon {
      width: 40px;
      height: 40px;
     margin-left: -40px;
    }
  
    .feature-icon img {
      width: 24px;
      height: 24px;
    }
  
    .contact-button {
      font-size: 16px;
      padding: 10px 20px;
      min-width: 160px;
    }
  }
  /* Testimonial Section Styles */
  
  .testimonial-section {
    /* background-color: #f8f9ff; */
    padding: 80px 0;
    width: 100%;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /* Header Styles */
  .testimonial-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
  }
  
  .testimonial-button {
    background-color: #0033cc;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    text-align: center;
    width: 100%;
  }
  
  .highlight {
    color: #0033cc;
  }
  
  /* Slider Styles */
  .testimonial-slider {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
  }
  
  .testimonial-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
  }
  
  .testimonial-card {
    flex: 0 0 calc(50% - 20px);
    background-color: #0033cc;
    border-radius: 10px;
    padding: 30px;
    color: #ffffff;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 51, 204, 0.2);
    display: flex;
    justify-content: space-between;
    min-height: 240px;
  }
  
  .testimonial-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  /* Profile Styles */
  .testimonial-profile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .profile-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
  }
  
  .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .profile-info {
    flex: 1;
  }
  
  .profile-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
  }
  
  .profile-title {
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
  }
  
  /* Quote Icon */
  .quote-icon {
    font-size: 30px;
    color: white;
    opacity: 0.9;
    align-self: flex-start;
  }
  
  .quote-icon i {
    font-size: 36px;
  }
  
  /* Testimonial Text */
  .testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
  }
  
  /* Navigation Dots */
  .slider-navigation {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }
  
  .nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e0e0e0;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    opacity: 1;
  }
  
  .nav-dot.active {
    background-color: #0033cc;
  }
  
  /* Add arrow navigation styles */
  .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-33.3%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0033cc;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  
  .slider-arrow:hover {
    background-color: #0033cc;
    color: white;
  }
  
  .prev-arrow {
    left: -20px;
  }
  
  .next-arrow {
    right: -20px;
  }
  
  /* Responsive Styles */
  @media (max-width: 992px) {
    .testimonial-section {
      padding: 60px 0;
    }
  
    .section-title {
      font-size: 28px;
    }
  }
  
  @media (max-width: 768px) {
    .slider-arrow {
      width: 30px;
      height: 30px;
      font-size: 14px;
    }
    .testimonial-button{
      position: relative;
    }
    .prev-arrow {
      left: 0;
    }
  
    .next-arrow {
      right: 0;
    }
  
    .testimonial-track {
      flex-direction: column;
    }
  
    .testimonial-card {
      flex: 0 0 100%;
      margin-bottom: 20px;
      min-height: auto;
    }
  
    .section-title {
      font-size: 24px;
    }
  
    .testimonial-header {
      margin-bottom: 60px;
    }
  }
  /* mobile */
  @media (max-width: 480px) {
    .testimonial-section {
      padding: 40px 0;
    }
    .testimonial-button{
      position: relative;
    }
    .testimonial-button {
      font-size: 16px;
      padding: 10px 20px;
     
    }
    .highlight{
      margin: 100px;
    }
    .profile-image {
      width: 60px;
      height: 60px;
    }
  
    .profile-name {
      font-size: 18px;
    }
  
    .profile-title {
      font-size: 14px;
    }
  
    .testimonial-text {
      font-size: 14px;
    }
  }
  
  /* Solutions Section */
  .rs-services-solutions-section {
    background-color: #000000;
    color: #ffffff;
    padding: 60px 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden; 
    margin-top: 60px; 
  }
  
  .rs-solutions-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
  }
  
  .rs-solutions-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  
  .rs-solutions-highlight {
    color: #a3a3ff;
  }
  
  .rs-solutions-description {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 40px;
    opacity: 0.9;
    line-height: 1.5;
  }
  
  /* Desktop-specific grid layout (matching Figma design) */
  @media (min-width: 992px) {
    .rs-solutions-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px 40px; /* Increased column gap to 40px to match Figma */
      width: 100%;
      max-width: 700px; /* Reduced max-width for desktop */
      margin: 0 auto;
      box-sizing: border-box;
    }
  
    .rs-solution-item {
      display: flex;
      align-items: center;
      background-color: #ffffff;
      color: #000000;
      padding: 10px;
      border-radius: 5px;
      transition: all 0.3s ease;
      cursor: pointer;
      box-sizing: border-box;
      width: 100%;
      min-height: 45px; 
    }
  
    .rs-solution-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background-color: #0047ff;
      margin-right: 10px;
      flex-shrink: 0;
    }
  
    .icon-image {
      width: 14px;
      height: 14px;
      object-fit: contain;
    }
  
    .rs-solution-text {
      font-size: 14px;
      font-weight: 600;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: calc(100% - 35px);
      text-align: left;
    }
  }
  
  /* Tablet and below */
  @media (max-width: 991px) {
    .rs-solutions-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px 30px; /* Increased column gap for tablets */
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      box-sizing: border-box;
    }
  
    .rs-solution-item {
      display: flex;
      align-items: center;
      background-color: #ffffff;
      color: #000000;
      padding: 15px;
      border-radius: 5px;
      transition: all 0.3s ease;
      cursor: pointer;
      box-sizing: border-box;
      width: 100%;
      min-height: 50px;
    }
  
    .rs-solution-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background-color: #0047ff;
      margin-right: 12px;
      flex-shrink: 0;
    }
  
    .icon-image {
      width: 16px;
      height: 16px;
      object-fit: contain;
    }
  
    .rs-solution-text {
      font-size: 15px;
      font-weight: 600;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: calc(100% - 40px);
      text-align: left;
    }
  }
  
  .rs-solution-item:hover {
    background-color: #0047ff;
    color: #ffffff;
    transform: translateY(-3px);
  }
  
  .rs-solution-item.rs-solution-active {
    /* background-color: #0047ff; */
    /* color: #ffffff; */
  }
  
  .rs-solution-item.rs-solution-active .rs-solution-icon {
    background-color: #ffffff;
    color: #0047ff;
  }
  
  .rs-solution-item:hover .rs-solution-icon {
    background-color: #ffffff;
    color: #0047ff;
  }
  
  /* Tablets */
  @media (max-width: 768px) {
    .rs-services-solutions-section {
      padding: 40px 0;
    }
  
    .rs-solutions-container {
      padding: 0 15px;
    }
  
    .rs-solutions-grid {
      gap: 12px 25px; 
    }
  
    .rs-solutions-title {
      font-size: 24px;
    }
  
    .rs-solutions-description {
      font-size: 15px;
      margin-bottom: 30px;
    }
  
    .rs-solution-item {
      padding: 12px;
      min-height: 45px;
    }
  
    .rs-solution-icon {
      width: 26px;
      height: 26px;
      margin-right: 10px;
    }
  
    .icon-image {
      width: 15px;
      height: 15px;
    }
  
    .rs-solution-text {
      font-size: 14px;
      width: calc(100% - 36px);
    }
  }
  
  /* Mobile phones */
  @media (max-width: 576px) {
    .rs-services-solutions-section {
      padding: 30px 0;
    }
  
    .rs-solutions-container {
      padding: 0 10px;
    }
  
    .rs-solutions-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px 20px; /* Adjusted column gap for mobile */
    }
  
    .rs-solutions-title {
      font-size: 22px;
    }
  
    .rs-solutions-description {
      font-size: 14px;
      margin-bottom: 25px;
    }
  
    .rs-solution-item {
      padding: 10px;
      min-height: 40px;
    }
  
    .rs-solution-icon {
      width: 24px;
      height: 24px;
      margin-right: 8px;
    }
  
    .icon-image {
      width: 14px;
      height: 14px;
    }
  
    .rs-solution-text {
      font-size: 12px;
      width: calc(100% - 32px);
    }
  }
  
  /* Specific fix for devices around 412px and smaller */
  @media (max-width: 430px) {
    .rs-solutions-container {
      padding: 0 6px;
    }
  
    .rs-solutions-grid {
      gap: 8px 15px; /* Adjusted column gap for specific devices */
    }
  
    .rs-solution-item {
      padding: 8px;
      min-height: 50px; 
    }
  
    .rs-solution-icon {
      width: 22px;
      height: 22px;
      margin-right: 7px;
      align-self: flex-start; 
      margin-top: 2px; 
    }
  
    .rs-solution-text {
      font-size: 11px;
      width: calc(100% - 29px);
      white-space: normal; 
      line-height: 1.2;
      display: flex;
      flex-direction: column; 
    }
  }
  
  /* Very small phones */
  @media (max-width: 375px) {
    .rs-solutions-grid {
      gap: 6px 12px; 
    }
  
    .rs-solution-item {
      padding: 6px;
      min-height: 45px;
    }
  
    .rs-solution-icon {
      width: 20px;
      height: 20px;
      margin-right: 6px;
    }
  
    .icon-image {
      width: 12px;
      height: 12px;
    }
  
    .rs-solution-text {
      font-size: 10px;
      width: calc(100% - 26px);
    }
  }
  
  /* FAQ Section Styles */
  .faq-section {
    background-color: #f8f9ff;
    padding: 80px 0;
    width: 100%;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .faq-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
  }
  
  .highlight {
    color: #0033cc;
  }
  
  .faq-container {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .faq-question {
    display: flex;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
  }
  
  .question-number {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-right: 15px;
    flex-shrink: 0;
    width: 30px;
  }
  
  .faq-question h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    flex: 1;
    padding-right: 40px;
  }
  
  .toggle-btn {
    position: absolute;
    right: 0;
    background: none;
    border: none;
    font-size: 16px;
    color: #0033cc;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }
  
  .faq-question[aria-expanded="true"] .toggle-btn {
    transform: rotate(180deg);
  }
  
  .faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
  }
  
  .faq-answer.active {
    padding: 0 0 20px 45px;
    max-height: 1000px;
    opacity: 1;
  }
  
  .faq-answer p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .faq-section {
      padding: 60px 0;
    }
  
    .faq-title {
      font-size: 30px;
      margin-bottom: 40px;
    }
  
    .faq-question h3 {
      font-size: 20px;
      font-weight: 600;
    }
  
    .question-number {
      font-size: 16px;
      width: 25px;
    }
  
    .faq-answer.active {
      padding: 0 0 20px 35px;
    }
  }
  
  @media (max-width: 480px) {
    .faq-section {
      padding: 40px 0;
    }
  
    .faq-title {
      font-size: 26px;
      margin-bottom: 30px;
    }
    .highlight {
      margin: 1px;
    }
    .faq-question {
      padding: 15px 0;
    }
  
    .faq-question h3 {
      font-size: 20px;
      font-weight: 600;
    }
  
    .question-number {
      font-size: 15px;
      width: 20px;
      margin-right: 10px;
    }
  
    .faq-answer.active {
      padding: 0 0 15px 30px;
    }
  
    .faq-answer p {
      font-size: 14px;
    }
  }
  /* Footer Section Styles */
  .footer-section {
    background-color: #000000;
    color: #ffffff;
    width: 100%;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .footer-main {
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  
  /* Logo Styles */
  .footer-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }
  
  .footer-logo img {
    /* height: 100px; */
    width: auto;
  }
  
  /* Separator Styles */
  .footer-separator {
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0 15px;
  }
  
  .footer-separator img {
    height: 40px;
    opacity: 0.7;
  }
  
  /* Address Styles */
  .footer-address {
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 1.4;
  }
  
  .footer-address p {
    margin: 0;
    opacity: 0.9;
  }
  
  /* Contact Styles */
  .footer-contact {
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 1.4;
  }
  
  .footer-contact p {
    margin: 0 0 5px 0;
    opacity: 0.9;
    font-size: 16px;
  }
  
  .footer-contact a {
    color: #ffffff;
    text-decoration: none;
  }
  
  /* Social Icons Styles */
  .footer-social {
    flex: 0 0 auto;
    display: flex;
    gap: 15px;
  }
  
  .social-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
  }
  
  .social-icon i {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .social-name {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  /* Copyright Styles */
  .footer-copyright {
    background-color: #353535;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
  }
  
  .footer-copyright p {
    margin: 0;
    opacity: 0.7;
  }
  
  /* Tablet Responsive Styles */
  @media (max-width: 992px) {
    .footer-content {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 20px;
    }
  
    .footer-separator {
      display: none;
    }
  
    .footer-logo {
      margin-bottom: 10px;
    }
  
    .footer-logo img {
      height: 100px;
    }
  
    .footer-address,
    .footer-contact {
      max-width: 80%;
      margin: 0 auto;
      font-size: 20px;
    }
    .footer-contact p{
      font-size: 24px;
      font-weight: 600;
    }
    .footer-social {
      margin-top: 10px;
    }
  }
  
  /* Mobile Responsive Styles */
  @media (max-width: 576px) {
    .footer-main {
      padding: 20px 0;
    }
  
    .footer-content {
      gap: 15px;
    }
    .footer-contact p{
      font-size: 24px;
      font-size: 600;
    }
    .footer-logo img {
      height: 80px;
    }
  
    .footer-address,
    .footer-contact {
      font-size: 18px;
      max-width: 100%;
    }
  
    .footer-social {
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }
  
    /* .social-icon {
      flex: 0 0 calc(100% - 20px); 
    } */
  }
  
  /* Extra Small Mobile Styles */
  @media (max-width: 380px) {
    .footer-main {
      padding: 15px 0;
    }
  
    .footer-logo img {
      height: 80px;
    }
  
    .footer-address,
    .footer-contact {
      font-size: 18px;
    }
  
    .social-icon i {
      font-size: 14px;
    }
  
    .social-name {
      font-size: 8px;
    }
  
    .footer-copyright {
      padding: 10px 0;
      font-size: 11px;
    }
  }
  /* why */
  .why-choose {
    padding: 50px 20px;
  }
  
  .content-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .text-section {
    flex: 1 1 500px;
  }
  
  .text-section h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .text-section .highlight {
    color: #0036ff;
  }
  
  .description {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  
  .features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 40px;
  }
  
  .feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #0036ff;
    font-size: 18px;
  }
  
  .feature-item i {
    font-size: 24px;
    color: #0036ff;
    margin-top: 5px;
  }
  
  .image-section {
    position: relative;
    flex: 1 1 400px;
  }
  
  .image-section .main-img {
    /* width: 100%; */
    border-radius: 10px;
  }
  
  .image-section .secondary-img {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 200px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
  
  .image-section .tag {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #0036ff;
    color: white;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    margin-right: 120px;
  }
  
  /* why */
  .choose h3{
    font-size: 22px;
    font-weight: 700;
  }
  .choose p{
    color:  rgb(65, 65, 65);
    font-size: 16px;
    font-weight: 500;
  line-height: 16px;
  margin-top: 40px;}
  .choose{
    padding: 100px 0;
    background-color: #b8bdff4d;
  
  }
  .iconparent{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
  }
  .icon{
    display: flex;
    column-gap: 25px;
    margin-top: 40px;
  }
  .icon img{
    width: 70px;
    height: 70px;
  
  }
  .icon h3{
    font-size: 20px;
    font-weight: 600;
    color: #010ed0;
    font-weight: 600;
    margin-top: 20px;
  }
  /* .icon h3:hover{
    text-decoration: underline #010ed0 3px solid; 
  } */
  .bigphoto{
    width: 350px;
    height: 380px;
    
  }
  .smallphoto{
    width: 200px;
   height: 150px;
  
  }.secondimg {
    position: absolute;
    top: 63%;
    bottom: 0;
    left: -12%;
    right: 1px;
  }
  .secondimg {
    position: absolute;
    top: 71%;
    bottom: 0;
    left: -13%;
    right: 1px;
  }
  .image{
    position: relative;
  }
  .choosebtn{
  color: white;
  background-color: #010ed0;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  
  }
  .imagediv{
    margin-left: 20px;
  }
  .btndiv {
    position: absolute;
    top: -17px;
    bottom: 0px;
    left: 69%;
    right: 0;
  }
  .founder img{
    height: 400px;
    width: 380px;
  }
  .infoparent{
    display: flex;
    background-color: #0856AB;
    column-gap: 15px;
    padding: 15px;
  width: 370px;
  box-shadow: rgba(0, 0, 0, 0.514) 0px 3px 8px;
    height: 100px;
    border: 1px solid white;
   
  }
  .info {
    display: block;
    position: absolute;
    top: 84%;
    bottom: 0;
    left: 50px;
    right: 0;
  }
  
  .infosec h3{
    color: white;
    font-family: 30px;
    font-weight: 800;
  }
  .infosec h4{
   font-size: 16px;
    color: white;
  }
  /* founder */
  .founder img {
    height: 400px;
    width: 380px;
  }
  
  .infoparent {
    display: flex;
    background-color: #0856AB;
    column-gap: 15px;
    padding: 15px;
    width: 370px;
    box-shadow: rgba(0, 0, 0, 0.514) 0px 3px 8px;
    height: 100px;
    border: 1px solid white;
  }
  
  .info {
    display: block;
    position: absolute;
    top: 84%;
    bottom: 0;
    left: 50px;
    right: 0;
    z-index: 2; 
  }
  
  .infosec h3 {
    color: white;
    font-size: 30px; 
    font-weight: 800;
  }
  
  .infosec h4 {
    font-size: 16px;
    color: white;
  }
  
  .founder {
    padding: 80px 0;
    background: linear-gradient(135deg, #001f4d, #0055cc, #3399ff);
  }
  
  .photodiv {
    position: relative;
  }
  
  .founder i {
    color: #010ed0;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .call {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 17px;
  }
  
  .imgphoto {
    box-shadow: rgba(0, 0, 0, 0.514) 0px 3px 8px;
    border: 5px solid white;
  }
  
  .imgphoto img {
    height: 450px;
    width: 365px;
  }
  
  .callsec {
    display: flex;
    column-gap: 25px;
    margin-top: 30px; 
  }
  
  .founder h5 {
    text-shadow: rgba(0, 0, 0, 0.799) 0px 3px 8px;
    color: white;
    font-size: 38px;
    margin-top: 20px;
  }
  
  .founder h2 {
    color: white;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 30px;
    margin: 10px;
  }
  
  .founder p {
    color: #ededed;
    font-size: 18px;
    line-height: 20px;
    margin-top: 16px;
    font-weight: 400;
  }
  
  .founderbtn {
    padding: 8px 14px;
    background-color: white;
    color: #010ed0;
    border: none;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 30px;
    font-weight: 400;
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .infoparent {
      width: 100%;
      max-width: 370px;
    }
    .call{
      margin-top: 60px;
     
    }
    .founder h5{
      margin-top: 60px;
    }
    
    .info {
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
    }
    
    .imgphoto, .imgphoto img {
      width: 100%;
      max-width: 500px;
      height: auto;
    }
    .imgphoto {
      box-shadow: rgba(0, 0, 0, 0.514) 0px 3px 8px;
      border: 5px solid white;
      margin-left: 50px;
    }
    .infoparent {
      display: flex;
      background-color: #0856AB;
      column-gap: 86px;
      padding: 15px;
      width: 400px;
      box-shadow: rgba(0, 0, 0, 0.514) 0px 3px 8px;
      height: 100px;
      border: 1px solid white;
      max-width: 526px;
    }
  }
  
  
  @media (max-width: 767px) {
    .infoparent {
      width: 100%;
      max-width: 370px;
    }
    .call{
      margin-top: 50px;
      width: 42px;
      height: 42px;
    }
    .founder i{
      font-size: 30px;
    }
    .founder p{
      font-size: 20px;
      line-height: 22px;
    }
    .founder h5{
      margin-top: 60px;
      font-size:24px;
      font-weight: 600;
    }
    .info {
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
    }
    
    .imgphoto, .imgphoto img {
      width: 100%;
      max-width: 347px;
      height: auto;
    }
  }
  /* code */
  
  /* choose
   */
  
  
  .choose {
    background-color: #f0f1ff;
    padding: 50px 0;
    width: 100%;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  /* Heading Styles */
  .main-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .company-name {
    color: #010ed0;
    font-size: 32px;
    font-weight: 700;
  }
  
  .subtitle {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
  }
  
  /* Features Section */
  .features-row {
    margin-bottom: 20px;
  }
  
  .icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .icon-box img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  
  .icon-box h3 {
    font-size: 16px;
    color: #010ed0;
    font-weight: 600;
    margin: 0;
  }
  
  .underlined {
    border-bottom: 2px solid #010ed0;
    padding-bottom: 5px;
  }
  
  /* Images Section */
  .images-row {
    margin-top: 30px;
    position: relative;
  }
  
  .images-container {
    position: relative;
    display: flex;
    justify-content: center;
  }
  
  .image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
  }
  
  .laptop-image {
    width: 200px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  
  .board-image {
    width: 280px;
    height: auto;
    margin-left: 100px;
  }
  
  .choose-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #010ed0;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
  }
  
  .choose {
  padding: 100px 0;
  background-color: #b8bdff76;
  }
  
  .choose h3 {
  font-size: 30px;
  }
  
  .company-name {
  color: #010ed0;
  font-size: 40px;
  font-weight: 700;
  }
  
  .choose p {
  color: rgb(65, 65, 65);
  font-size: 24px;
  line-height: 26px;
  margin-top: 40px;
  }
  
  .iconparent {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  }
  
  .icon {
  display: flex;
  column-gap: 25px;
  margin-top: 40px;
  }
  
  .icon img {
  width: 70px;
  height: 70px;
  }
  
  .icon h3 {
  font-size: 18px;
  color: #010ed0;
  font-weight: 600;
  margin-top: 20px;
  }
  
  .icon h3:hover {
  text-decoration: underline #010ed0 3px solid;
  }
  
  .image-container {
  position: relative;
  margin-top: 30px;
  }
  
  .bigphoto {
  width: 350px;
  height: 380px;
  display: block;
  }
  
  .smallphoto {
  width: 200px;
  height: 150px;
  }
  
  .secondimg {
  position: absolute;
  top: 71%;
  left: -13%;
  }
  
  .choosebtn {
  color: white;
  background-color: #010ed0;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  }
  
  .btndiv {
  position: absolute;
  top: -17px;
  left: 69%;
  z-index: 1;
  }
  
  /* Tablet View */
  @media (max-width: 991px) {
    .main-heading {
        font-size: 24px;
    }
    
    .company-name {
        font-size: 28px;
    }
    
    .subtitle {
        font-size: 14px;
    }
    
    .icon-box img {
        width: 40px;
        height: 40px;
    }
    
    .icon-box h3 {
        font-size: 14px;
    }
  .choose {
    padding: 60px 0;
  }
  
  .image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px auto 0;
    max-width: 400px;
    position: relative;
  }
  
  .imgdiv {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Add space for the button above */
  }
  
  .btndiv {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .secondimg {
    position: absolute;
    top: 71%;
    left: 0;
  }
  
  .iconparent {
    justify-content: center;
  }
  }
  
  /* Mobile View */
  @media (max-width: 767px) {
    .images-container {
        flex-direction: column;
        align-items: center;
    }
    
    .image-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .laptop-image {
        position: relative;
        width: 180px;
        margin-top: 20px;
        left: auto;
    }
    
    .board-image {
        width: 220px;
        margin-left: 0;
    }
    
    .choose-btn {
        /* position: relative; */
        top: auto;
        right: auto;
        margin-bottom: 20px;
    }
  .choose {
    padding: 40px 0;
  }
  
  .choose h3 {
    font-size: 24px;
  }
  
  .company-name {
    font-size: 32px;
  }
  
  .choose p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  
  .iconchild {
    padding-left: 15px;
  }
  
  .icon {
    column-gap: 15px;
    margin-top: 30px;
  }
  
  .icon img {
    width: 50px;
    height: 50px;
  }
  
  .icon h3 {
    font-size: 16px;
    margin-top: 15px;
  }
  
  .image-container {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .bigphoto {
    width: 280px;
    height: 300px;
  }
  
  .smallphoto {
    width: 160px;
    height: 120px;
  }
  
  .btndiv {
    text-align: right;
    margin-bottom: 5px;
  }
  .btndiv {
    position: absolute;
    top: 0;
    left: -40px;
    right: 0;
    text-align: right;
    margin-bottom: 10px;
    width: 100%;
  }
  .choosebtn {
    font-size: 14px;
    padding: 8px 12px;
    /* margin-top: 30px; */
  }
  }
  
  /* Small Mobile View */
  @media (max-width: 480px) {
    .main-heading {
        font-size: 20px;
    }
    
    .company-name {
        font-size: 24px;
    }
    .faq-answer p {
      font-size: 18px;
      font-weight: 500;
    }
    .subtitle {
        font-size: 16px;
    }
    
    .icon-box img {
        width: 35px;
        height: 35px;
    }
    
    .icon-box h3 {
        font-size: 13px;
    }
    
    .laptop-image {
        width: 150px;
    }
    
    .board-image {
        width: 180px;
    }
  .iconparent {
    flex-direction: column;
  }
  
  .bigphoto {
    width: 240px;
    height: 260px;
  }
  
  .smallphoto {
    width: 140px;
    height: 100px;
  }
  
  .secondimg {
    left: 0;
  }
  }
/* floating */

.floatig-iocn {
    background: #fff;
    width: 50px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 28px;
    text-decoration: none !important;
    
}
.floating-windwo{
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 10px;
}