

/* Hero Section */
.underwriting-hero {
  background-color: #f8f8f8;
}

.underwriting-hero .banner-content {
  min-height: 400px;
}

.underwriting-hero .iceberg-logo {
  width: 413px;
  height: 4.1rem;
  margin-left: auto;
  margin-right: 81px;
}



.underwriting-hero .main-heading {
  font-weight: 600;
  font-size: 2.2rem;
  color: #222;
  margin-bottom: 18px;
  margin-right: 80px;
  text-align: right;
}

.underwriting-hero .main-description {
  font-weight: 400;
  font-size: 1.35rem;
  color: #222;
  line-height: 2.2rem;
  text-align: right;
  max-width: 520px;
  margin-left: auto;
  margin-right: 80px;
}

.underwriting-hero .banner-img {
  max-width: 570px;
  width: 100%;
}

/* Credit Scoring Section */
.credit-scoring-section {
  padding: 80px 0;
  background: #ffffff;
}

.credit-scoring-header {
  text-align: center;
  margin-bottom: 50px;
}

.credit-scoring-btn {
  background: #FE9465;
  color: black;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 8px 100px;
  display: inline-block;
  border: none;
  width: 501px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Livvic", sans-serif;
  margin-bottom: 30px;
  margin:auto;
}

.credit-scoring-description {
  font-family: "Livvic", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 40px;
  text-align: center;
  color: #444444;
  margin-bottom: 20px;
  width: 1016px;
  height: 80px;
  margin: 0 auto 20px auto;
}

.end-to-end-title {
  font-size: 24px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 40px;
  font-family: "Livvic", sans-serif;
}

.credit-features {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.feature-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(10, 71, 226, 0.35);
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  flex: 1;
  width: 275px;
  height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-card:not(:last-child) {
  margin-right: 20px;
}

.feature-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #252525;
  margin-bottom: 15px;
  font-family: "Livvic", sans-serif;
}

.feature-card p {
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.5;
  margin: 0;
  font-family: "Livvic", sans-serif;
}

/* Credit Improvement Section */
.credit-improvement-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.improvement-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #252525;
  margin-bottom: 40px;
  font-family: "Livvic", sans-serif;
  line-height: 1.2;
}

.improvement-image {
  text-align: center;
}

.improvement-image img {
  max-width: 100%;
  height: auto;
}

.improvement-description {
  font-size: 12px;
  color: #444444;
  margin-top: 20px;
  text-align: center;
  font-family: "Livvic", sans-serif;
}

.score-features {
  margin-top: 30px;
}

.score-feature {
  margin-bottom: 25px;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.score-feature:last-child {
  margin-bottom: 0;
}

.score-feature h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #252525;
  margin-bottom: 10px;
  font-family: "Livvic", sans-serif;
}

.score-feature p {
  font-size: 1.1rem;
  color: #444444;
  margin: 0;
  font-family: "Livvic", sans-serif;
}

/* ICEBERG Features Section */
.iceberg-features-section {
  padding: 80px 0;
  background: #ffffff;
}

.iceberg-header {
  text-align: center;
  margin-bottom: 50px;
}

.iceberg-logo-container {
  text-align: center;
  margin-bottom: 15px;
}


.iceberg-logo-container img {
  height: 4.1rem;
  width: 413px;
  margin-bottom: 10px;
}

.iceberg-subtitle {
  font-size: 1.8rem;
  color: #444444;
  font-family: "Livvic", sans-serif;
}

.iceberg-description {
  font-size: 1.35rem;
  color: #444444;
  font-style: italic;
  font-family: "Livvic", sans-serif;
}

.iceberg-feature-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(10, 71, 226, 0.35);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  width: 100%;
  height: 239px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}

.iceberg-feature-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #252525;
  margin-bottom: 15px;
  font-family: "Livvic", sans-serif;
}

.iceberg-feature-card p {
  font-size: 1.1rem;
  color: #444444;
  line-height: 1.5;
  font-family: "Livvic", sans-serif;
}

/* Utility Classes */
.text-center {
  text-align: center;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}


/* Mobile Responsive Styles */
@media only screen and (max-width: 767px) {
  /* Typography adjustments for mobile */
  .section-title h2 {
    font-size: 24px !important;
    line-height: 1.3;
  }
  
  .section-title p {
    font-size: 14px;
    max-width: 100%;
    padding-top: 8px;
  }
  
  h3 {
    font-size: 1.1rem !important;
  }
  
  /* Padding adjustments */
  .ptb-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .pt-100 {
    padding-top: 50px !important;
  }
  
  .pt-80 {
    padding-top: 40px !important;
  }
  
  .ptb-70 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  
  .pb-100 {
    padding-bottom: 50px !important;
  }
  
  .pb-70 {
    padding-bottom: 35px !important;
  }
  
  /* Logo responsiveness */
  .mobile-nav .logo img,
  .header_logo img {
    max-width: 120px !important;
    width: auto !important;
  }
  
  /* Hero section adjustments */
  .underwriting-hero {
    padding: 40px 0;
  }
  
  .underwriting-hero .row {
    flex-direction: column;
  }
  
  .underwriting-hero .col-lg-6 {
    text-align: center !important;
    margin-bottom: 30px;
  }
  
  .banner-content {
    align-items: center !important;
  }
  
  .iceberg-logo {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  .underwriting-hero .main-heading {

  margin: auto;
  text-align: center;
}
  
  .underwriting-hero .main-description {
    margin: auto;
    text-align: center;
  }
  
  .banner-img {
    max-width: 100%;
    height: auto;
  }
  
  /* Feature cards mobile adjustments */
  .feature-card {
    height: auto !important;
    min-height: 180px;
    padding: 20px !important;
    margin-bottom: 20px;
  }
  
  .feature-card h4 {
    font-size: 1.1rem !important;
    margin-bottom: 10px;
  }
  
  .feature-card p {
    font-size: 0.95rem !important;
    line-height: 1.4;
  }
  
  /* Credit scoring section */
  .credit-scoring-section {
    padding: 40px 0;
  }
  
  .credit-scoring-header {
    margin-bottom: 30px;
  }
  
  .credit-scoring-btn {
    font-size: 1.2rem !important;
    padding: 12px 30px !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  
  .credit-scoring-description {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px 0 !important;
  }
  
  .end-to-end-title {
    font-size: 1.2rem !important;
    margin-bottom: 30px;
  }
  
  .credit-features {
    flex-direction: column;
    gap: 15px;
  }
  
  .feature-card {
    width: 100% !important;
    margin-right: 0 !important;
  }
  
  /* Credit improvement section */
  .credit-improvement-section {
    padding: 40px 0;
  }
  
  .improvement-title {
    font-size: 1.2rem !important;
    line-height: 1.4;
  }
  
  .improvement-image img {
    max-width: 100%;
    height: auto;
  }
  
  .improvement-image p {
    font-size: 13px !important;
    line-height: 1.4;
  }
  
  .score-feature h4 {
    font-size: 1.1rem !important;
  }
  
  .score-feature p {
    font-size: 0.95rem !important;
  }
  
  /* ICEBERG Features section mobile */
  .iceberg-features-section {
    padding: 40px 0 !important;
  }
  
  .iceberg-header {
    margin-bottom: 30px !important;
  }
  
  .iceberg-logo-container img {
    width: 100% !important;
    max-width: 300px;
    height: auto !important;
  }
  
  .iceberg-subtitle {
    font-size: 1.1rem !important;
  }
  
  .iceberg-description {
    font-size: 1rem !important;
  }
  
  .iceberg-feature-card {
    height: auto !important;
    min-height: 200px;
    padding: 20px !important;
    margin-bottom: 20px;
  }
  
  .iceberg-feature-card h4 {
    font-size: 1.1rem !important;
    margin-bottom: 10px;
  }
  
  .iceberg-feature-card p {
    font-size: 1rem !important;
    line-height: 1.4;
  }
  
  /* Container adjustments */
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  

  
  /* Remove forced line breaks on mobile by hiding them */
  br {
    display: none;
  }
  
  /* Dropdown menu adjustments */
  .dropdown-menu {
    min-width: 200px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }
  

  

  

  
  /* Make sure images are responsive */
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* Fix any overflow issues */
  .container-fluid, .container {
    overflow-x: hidden;
  }
  

}

/* Small mobile devices (max-width: 575px) */
@media only screen and (max-width: 575px) {
  .section-title h2 {
    font-size: 20px !important;
  }
  
  .hero-content h1 {
    font-size: 1.6rem !important;
  }
  
  .feature-card,
  .iceberg-feature-card {
    margin-bottom: 15px;
    padding: 15px !important;
  }
  
  .iceberg-logo-container img {
    max-width: 250px !important;
  }
  
  /* Further reduce padding for very small screens */
  .ptb-100 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  .ptb-70 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  
  /* Additional text and layout fixes for very small screens */
  body {
    word-wrap: break-word;
    overflow-x: hidden;
  }
  
  .container, .container-fluid {
    max-width: 100%;
    overflow-x: hidden;
  }
  
  /* Fix any tables or wide content */
  table {
    width: 100% !important;
    font-size: 12px;
  }
  

}