* {
    margin: 0px;
    padding: 0px;
    font-family: 'UniNeueBook', sans-serif;
}

@font-face {
    font-family: 'UniNeue-Regular';
    src: url('../font/UniNeue-Regular.otf') format('opentype');

}

@font-face {
    font-family: 'UniNeue-Bold';
    src: url('../font/UniNeue-Bold.otf') format('opentype');
}

p,
button,
a,
input {
    font-weight: 400;
    font-family: 'UniNeue-Regular';
}

h1,
h2,
h3,
h4,
h5,
h6,span {
    font-family: 'UniNeue-Bold';
}

.dialog_highlight {
    font-weight: bold;
}

.journey_banner_image img {
    height: 500px;
    width: 100%;
    border-radius: 20px;
}

@media (max-width: 576px) {
    .journey_banner_image img {
        height: 300px;
        width: 100%;
        border-radius: 20px;
    }
}

@font-face {
    font-family: 'UniNeueBlack';
    src: url('/assets/font/UniNeueBook.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}




.dialog_banner_sapn {
    background-color: #fff;
    color: #333333;
    border: 2px solid white;
    border-radius: 5px;
    padding: 2px 5px;
}

.dialog_banner_para {
    color: #fff;
    padding: 20px;
}

.dialog_banner_heading {
    color: #fff;
    font-weight: bolder;
    padding: 20px;
    line-height: 1.5;
}

.dialog_img_banner {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.dialog_banner_contact {
    background-color: white;
    color: #333333;
    border: 2px solid white;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-left: 20px;
}

.dialog_banner_contact:hover {
    background-color: #333333;
    color: white;
    border-color: #333333;
}

/* dialog-container1 */
.dialog-section {
    margin-top: 60px;
    padding: 30px;
    border-radius: 12px;
}

.dialog-section2 {
    /* margin-top: 40px; */
    padding: 30px;
    border-radius: 12px;
}



img.dialog_col_image {
    height: 530px;
    width: 100%;
    padding: 20px;
}

.dialog_container_1 {
    background-color: #fff;
}

.dialog_container_2 {
    background-color: #e0dddd;
}

.dialog_highlight_text {
    font-weight: bold;
}

.dialog-section h4 {
    font-weight: 600;
    color: #0e1e40;
    margin-bottom: 5px;
}

.dialog_unique_heading {
    /* background-color: #5A5A5A; */
    color: #fff;
    border: 2px solid #5A5A5A;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.dialog-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #333;
}

.dialog-section img {
    width: 100%;
    height: auto;
}

img.dialog_map_img {
    height: 100%;
    width: 100%;
    padding: 40px;
    border-radius: 60px;
}

@media (max-width: 768px) {
  img.dialog_map_img {
    width: 100%;
    height: 200px;
    padding: 20px;
    margin: -21px 0px 15px;
    display: block;
    object-fit: cover;
    box-sizing: border-box;
    border-radius: 40px;
  }
}


@media (max-width: 768px) {
    .dialog_unique_heading {
        font-size: 1.5rem;
        margin-left: 10px;
    }

    .dialog-section {
        padding: 30px 15px;
        padding-top: 1px;
    }

}

.use_case_image {
    width: 100%;
    max-width: 600px;
    height: 100%;
    border-radius: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .use_case_image {
        height: 100%;
        padding-left: 0;
        border-radius: 20px;
    }
}

.how_it_work_card {
    max-width: 320px;
    height: auto;
    /* border: 2px solid black; */
    border-radius: 20px;
    padding: 30px 20px 20px 5px;
    margin: 15px auto;
    background-color: #fff;
}

.how_it_works_image {
    width: 20%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.how_it_work_card h4 {
    margin-bottom: 10px;
}

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


.re_imagination_card p {
    font-size: 18px;
    padding-top: 10px;
    line-height: 1.6;
}

.re_imagination_card {
    max-width: 100%;
    min-height: 280px;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px 20px 20px 20px;
    background-color: #fff;
}

.dialog_unique_heading {
    font-weight: 600;
    font-size: 20px;
}

.fw-bold {
    padding-top: 80px;
}

@media (max-width: 768px) {

    .dialog_unique_heading,
    .journey_banner_diaog {
        flex-direction: column;
        text-align: center;
        font-size: 16px;
        padding: 10px 15px;
    }

    .how_it_works_image {
        width: 40px;
    }

    .re_imagination_card {
        padding: 20px 15px;
    }
}

#dialog_use_cases {
    scroll-margin-top: 100px; 
  }
  



  
  /* Section Title Styling */
  .section-title-wrap {
    padding-left: 40px;
  }
  

  
  /* Card Layout */
  /* .re_imagination_card {
    padding: 30px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
    min-height: 100%;
  } */

  .re_imagination_card {
    padding: 30px;
    border-radius: 20px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease-in-out;
    position: relative;
    min-height: 100%;
    margin: 0 20px; /* Added for left & right spacing */
  }
  
  .re_imagination_card:hover {
    transform: translateY(-5px);
  }
  
 
  
  /* Corner Icon */
  .corner-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100px;
    height: auto;
    z-index: 2;
  }
  
  /* Carousel Button */
  .carousel-btn {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #e4e4e4;
    border: none;
    margin: 0 5px;
  }
  
  /* .carousel-btn.active {
    background-color: #d35400;
  } */
  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .sector-section-title {
      font-size: 1.75rem;
    }
  
    .re_imagination_card {
      padding: 20px;
    }
  
    .corner-icon {
      width: 80px;
    }
  }
  