
.page-content{
  display: flex;
padding-top: 65px;
padding-bottom: 65px;
  gap: 47px;
}

.page-content-icons-row {
  display: flex;
  gap: 47px;

  flex-direction: column
}

.page-content-descriptions-row {
  display: flex;
  gap: 47px;
  flex-direction: column;
  align-items: start;
 
}

.page-content-item {
  display: flex;
  padding-right: 22px;
  align-items: flex-start;
  flex: 1;
}

.page-content-image {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-description {
  font-size: 16px;
    font-weight: 400;
    color: #23567D;
    line-height: 24px !important;
    flex: 1;


  justify-content: center;
    align-items: center;
    display: flex
;
}

.page-content-item-1 {
  border-right: 12px solid #19BBB7;
}

.page-description-1 {
  border-right: 12px solid #19BBB7;
}

.page-content-image-1-title{
  font-size: 32px;
  font-weight: 800;
  color: #19BBB7;
  width: max-content;
}

.page-content-item-2{
  border-right: 12px solid #045881;
}

.page-description-2 {
  border-right: 12px solid #045881;
}

.page-content-item-3{
  border-right: 12px solid #EABA6A;
}

.page-description-3 {
  border-right: 12px solid #EABA6A;
}

.page-content-image-2-title{
  font-size: 32px;
  font-weight: 800;
  color: #045881;
}

.page-content-image-3-title{
  font-size: 32px;
  font-weight: 800;
  color: #EABA6A;
}

.props-section {
  display: flex;
  gap: 24px;
  padding-top: 80px;
  padding-bottom: 140px;
}

  .props-section-image {
    width: 324px;
    height: 547px;

    border-radius: 22px;
    border-width: 12px;
    border: 12px solid #fff;
    object-fit: cover;
  }
  .props-section-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .props-section-text-title {
    font-size: 32px;
    font-weight: 800;
    color: #23567D;
    margin-bottom: 16px;
  }
  
  .props-section-text p {
    font-size: 16px;
    font-weight: 400;
    color: #23567D;
    line-height: 28px !important;
    text-align: justify;
    margin: 0;
  }


  .cards-container {
    position: relative;
 
    margin-right: -48px;
  }

  .cards-col {
    padding-right: 96px;
    padding-bottom: 80px;
  }

  .card {
    position: relative;
    width: 100%;
    max-width: 287px;
    height: 347px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border: 12px solid #E1F2FF;
    box-sizing: border-box;
  }

  .card-img-wrapper {
    width: 100%;
    max-width: 287px;
    height: 347px;
  }

  .icon {
    width: 56px;
    height: 56px;
   
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }

  .icon svg {
    width: 24px;
    height: 24px;
    color: #00AEEF;
  }

  .card p {
    color: #23567D;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
  }

  /* Responsive behavior */
  @media (max-width: 1200px) {
    .cards-container {
      margin-left: 0;
      margin-right: 0;
    }
    
    .cards-col {
      padding-right: 15px;
      padding-bottom: 40px;
      display: flex;
      justify-content: center;
    }
    
    .card {
      width: 100%;
      max-width: 400px;
    }

    .card-img-wrapper {
      width: 100%;
      max-width: 400px;
    }
  }


  .img-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
 
  
  }
  .popover-container{
   width: 151px;
    height: 109px;
    background-color: #F9FCFF;
    border-radius: 16px;
    border: 9px solid #FFFFFF;
    justify-content: center;
    align-items: center;
    display: flex
;
    align-self: center;
    justify-self: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    left: -27%;
    top: -66px;
}

  .popover-content-text {
    font-size: 24px;
    font-weight: 700;
    color: #23567D;
    line-height: 24px !important;
    text-align: center;
   width: 57px  ;
   height: 58px;
   justify-content: center;
   align-items: center;
   display: flex;
  }


  /* Image Card Full Size */
  .img-card-full {
    width: 100%;
    height: 100%;
  }

  /* Props Section Image Container */
  .props-section-image-container {
    width: 324px;
    height: 547px;
  }

  /* Signature Paragraph */
  .signature-text {
    max-width: 31%;
  }

  .cards-container-title {
    font-size: 32px;
    font-weight: 800;
    color: #23567D;
    line-height: 24px !important;
    text-align: center;
    margin-bottom: 78px;
    margin-top:90px;
    self-align: start;
    display: flex;
  }

  /* Comprehensive Responsive Styles */
  @media (max-width: 1200px) {
    .cards-container {
      margin-left: 0;
      margin-right: 0;
    }

    .cards-col {
      padding-right: 48px;
      display: flex;
      justify-content: center;
    }
    
    .popover-container {
      left: 50%;
      transform: translateX(-50%);
    }
  }

  @media (max-width: 768px) {
    /* Page Content Section */
    .page-content {
      flex-direction: column;
      gap: 40px;
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .page-content-icons-row {
      gap: 32px;
      display: none;
    }

    .page-content-descriptions-row {
      gap: 32px;
    }

    .page-content-item {
      padding-right: 16px;
    }

    .page-content-image-1-title,
    .page-content-image-2-title,
    .page-content-image-3-title {
      font-size: 24px;
    }

    .page-description {
      font-size: 14px;
      line-height: 22px !important;
    }

    /* Page Content 2 Section */
    .page-content-2 img {
      width: 100%;
      height: auto;
    }

    /* Cards Section */
    .cards-container {
      margin-left: 0;
      margin-right: 0;
    }

    .cards-col {
      padding-right: 15px;
      padding-bottom: 32px;
    }

    .card {
      width: 100%;
      max-width: 100%;
      padding: 32px;
      height: auto;
      min-height: 300px;
    }

    .card-img-wrapper {
      max-width: 100%;
      height: auto;
    }

 
    .popover-content-text {
      font-size: 20px;
      width: auto;
      height: auto;
    }

    .cards-container-title {
      font-size: 24px;
      margin-bottom: 70px;
      margin-top: 60px;
      justify-content: center;
    }

    /* Props Section */
    .props-section {
      flex-direction: column;
      gap: 24px;
      padding: 40px 20px ;
    }

    .props-section > div:first-child {
      width: 100% !important;
      height: auto !important;
    }

    .props-section-image {
      width: 100%;
      height: auto;
      max-height: 400px;
    }

    .props-section-text-title {
      font-size: 24px;
    }

    .props-section-text p {
      font-size: 14px;
      line-height: 24px !important;
    }

    .props-section-text p:last-child {
      max-width: 100% !important;
    }
  }

  @media (max-width: 768px) {
    /* Page Content Section */
    .page-content {
      gap: 32px;
      padding-top: 32px;
      padding-bottom: 32px;
    }

    .page-content-icons-row {
      gap: 24px;
    }

    .page-content-descriptions-row {
      gap: 24px;
    }

    .page-content-item {
      padding-right: 12px;
    }

    .page-content-item-1,
    .page-content-item-2,
    .page-content-item-3 {
      border-right-width: 8px;
    }

    .page-content-image-1-title,
    .page-content-image-2-title,
    .page-content-image-3-title {
      font-size: 20px;
    }

    .page-content-image img,
    .page-content-image svg {
      width: 48px !important;
      height: 48px !important;
    }

    /* Cards Section */
    .cards-col {
      padding-bottom: 24px;
    }

    .card {
      padding: 24px;
      border-width: 8px;
      min-height: 280px;
    }

    .icon {
      width: 48px;
      height: 48px;
      margin-bottom: 16px;
    }

    .icon img {
      width: 48px !important;
      height: 48px !important;
    }

    .card p {
      font-size: 14px;
      line-height: 1.6;
    }


    .popover-content-text {
      font-size: 18px;
    }

    .cards-container-title {
      font-size: 20px;
      margin-bottom: 36px;
      margin-top: 48px;
    }

    /* Props Section */
    .props-section {
      padding : 20px;
      gap: 16px;
    }

    .props-section-image {
      border-width: 8px;
      border-radius: 16px;
    }

    .props-section-text-title {
      font-size: 20px;
      margin-bottom: 12px;
    }

    .props-section-text {
      gap: 12px;
    }

    .props-section-text p {
      font-size: 13px;
      line-height: 22px !important;
    }
  }
