:root {
    --navy: #1a365d;
    --ocean-teal: #2d7d8e;
    --steel-gray: #4a5568;
    --off-white: #fafafa;
    --charcoal: #2d3748;
}
 .text-white h1, .text-white h3{color:#fff;}
  .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
        .hero-bg {
            background: linear-gradient(135deg, var(--navy) 0%, var(--ocean-teal) 100%);
        }
        
        .text-gradient {
            background: linear-gradient(135deg, var(--ocean-teal), var(--navy));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .card-hover {
            transition: all 0.3s ease;
        }
        
        .card-hover:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }
        
        .comparison-table {
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(10px);
        }
        
        .nav-link {
            position: relative;
            transition: color 0.3s ease;
        }
        
        .nav-link:hover {
            color: var(--ocean-teal);
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--ocean-teal);
            transition: width 0.3s ease;
        }
        
        .nav-link:hover::after {
            width: 100%;
        }
        
        .timeline-item {
            opacity: 0;
            transform: translateY(20px);
        }
        
        .timeline-item.animate {
            opacity: 1;
            transform: translateY(0);
        }
        
        #background-canvas {
            position: fixed;
            top: 0;
            left: 0;
            z-index: -1;
            opacity: 0.1;
        }

@media screen and (max-width: 1600px) {
  .indexD-rightint2 .txt h3 {
    font-size: 56px;
  }
}

@media screen and (max-width: 1500px) {
  .indexD-rightint2 .txt h3 {
    font-size: 54px;
  }
}

@media screen and (max-width: 1441px) {
  .indexD-rightint2 .txt h3 {
    font-size: 50px;
  }

  .indexD-rightint2 .txt h3::after {
    width: 250px;
    height: 6px;
    margin: 40px auto 0 0;
  }
  .indexD-rightint2 .txt p {
    font-size: 22px;
    line-height: 36px;
    max-width: 800px;
    margin: 50px auto 0 0;
  }
}

@media screen and (max-width: 1367px) {
  .indexD-rightint2 .txt h3 {
    font-size: 46px;
  }
}

@media screen and (max-width: 1281px) {
  .indexD-rightint2 .txt h3 {
    font-size: 42px;
  }

  .indexD-rightint2 .txt h3 {
    margin: 30px 0 0;
  }
  .indexD-rightint2 .txt p {
    font-size: 20px;
    line-height: 32px;
    margin: 30px auto 0 0;
  }
}

@media screen and (max-width: 1171px) {
  .indexD-rightint2 .txt h3 {
    font-size: 38px;
  }
}

@media screen and (max-width: 992px) {
  .indexD-rightint2 .txt h3 {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .indexD-rightint2 .txt h3 {
    font-size: 30px;
  }

  .indexD-rightint2 .txt {
    text-align: center;
  }
  .indexD-rightint2 .txt em {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .indexD-rightint2 .txt h3 {
    margin: 20px 0 0;
    line-height: 1;
  }
  .indexD-rightint2 .txt h3::after {
    width: 150px;
    height: 3px;
    margin: 20px auto 0;
  }
  .indexD-rightint2 .txt p {
    font-size: 17px;
    line-height: 24px;
    margin: 20px auto 0 0;
  }
}

@media screen and (max-width: 576px) {
  .indexD-rightint2 .txt h3 {
    font-size: 26px;
  }

  .indexD-rightint2 .txt h3 {
    margin: 15px 0 0;
  }
  .indexD-rightint2 .txt h3 br {
    display: none;
  }
  .indexD-rightint2 .txt h3::after {
    width: 120px;
    margin: 15px auto 0;
  }
  .indexD-rightint2 .txt p {
    font-size: 16px;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
    margin: 15px auto 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .indexD-rightint2 .txt h3 {
    font-size: 22px;
  }
}
