.hero-section {
    padding: 20px 20px 0px 20px;
    border-radius: 24px;
    width: 95%;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
}
.get-demo-button {
    background-color: #f96731;
    border: 1px solid #f96731;
    border-radius: 3px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    height: 33px;
    line-height: 25px;
    margin-right: 0;
    padding: 2px 12px;
    text-align: center;
}


.hero-section .row div {
    margin-top: 180px; 
}
.hero-section .row div h3 {
    font-size: 30px; 
    font-weight: 600; 
    color: white;
}
.hero-section .row div a {
    border-radius: 12px; 
    height: 55px;
    width: 290px; 
    font-size: 20px; 
    font-weight: 400;  
    padding-top:12px; 
    margin-top: 40px;
}
.hero-background-image {
    /* background-image: url('/images/hero-image.png'); */
    /* background-size: cover; Ensures the image covers the entire area */
    /* background-repeat: no-repeat; Prevents tiling of the image */
    /* background-position: center; Centers the image within the container */
    /* width: 100%; Sets the width to fill the parent container */
    /* height: 100%; Ensures the height fills the parent container */
    /* display: block; Ensures proper block-level behavior */
    background-image: url(/images/hero-image.png) !important;
    background-size: 100vw 80vh;
    background-repeat: no-repeat;
}

.top-background-image {
    position: relative;
    top: 267px;
    margin-top: -340px;
    z-index: -1;
    /* max-width: 100%; */
}
.top-background-image img {
    width: 100%;    
    height: auto; 
    max-width: 100vw;
    object-fit: cover; 
}


.professional-section {
    margin-top: 30px;
    padding: 10px 10px 10px 0px;
    background-color: #2b99ff;
    border-radius: 12px;
    width: 90%;
}

.professional-section div div {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    border-radius: 12px; 
    text-align: center; 
    padding:10px;
}

.professional-section div div h3 {
    /* font-family: Asap;  */
    font-weight: 600; 
    font-size: 30px; 
    color: white;
}

.professional-section div div span {
    /* font-family: Asap;  */
    font-weight: 400; 
    font-size: 20px; 
    color: white;
}

.cards-section {
    width: 90%;
    margin-top: 50px;

}
.kol-mapping-section {
    margin-top: 100px;
    background: rgb(43,153,255);
    /* background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(43,153,255,0) 0%, rgba(43,153,255,1) 100%); */
    background: linear-gradient(0deg, rgba(43,153,255,1) 0%, rgba(255,255,255,1) 100%);

    padding: 20px 20px 0px 20px;
    padding-bottom: 10px;
    border-radius: 0px 0px 24px 24px;
    width: 90%;
}

.kol-mapping-section > .title-row {
    margin-top: 50px;
}

.kol-mapping-section > .title-row > .kol-description {
    padding:20px 20px 0px 40px;
}

.kol-mapping-section > .title-row > .kol-description h1 {
    font-size: 32px; 
    font-weight: 600;
}

.kol-mapping-section > .title-row > .kol-description p {
    font-size: 20px; 
    font-weight: 400;
}

.kol-profiling-section {
    margin-top: 100px;
    background: rgb(249,104,49);
    /* background: linear-gradient(0deg, rgba(249,104,49,0.8) 0%, rgba(255,255,255,0.5) 100%); */
    background: linear-gradient(0deg, rgba(249,104,49,1) 0%, rgba(255,255,255,1) 100%);
    padding: 20px 20px 0px 20px;
    /* padding-bottom: 10px; */
    width: 90%;
    border-radius: 0px 0px 24px 24px;
}

.kol-profiling-section > .title-row {
    margin-top: 50px;
}

.kol-profiling-section > .title-row > .kol-description {
    padding:20px 20px 0px 40px;
}

.kol-profiling-section > .title-row > .kol-description h1 {
    font-size: 32px; 
    font-weight: 600;
}

.kol-profiling-section > .title-row > .kol-description p {
    font-size: 20px; 
    font-weight: 400;
}

.brochure-download-section {
    /* margin-top: 100px; */
    width: 90%;
}

.data-services-card {
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 25px 25px 20px 25px;
    background-color: white;
    border-radius: 12px;
}
.data-services-card h4 {
    font-size: 22px; font-weight: 600;
}

.data-services-card p {
    font-size: 18px;
    font-weight: 400;
}

.cards-section .analysis-card {
    border: 1px solid #2b99ff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    margin: 15px 20px 20px 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    height: 60px;
    
}

.cards-section .analysis-card span {
    font-size: 16px;
    font-weight: bold;
}

.cards-section .analysis-card img {
    width: 13px;
    height: 13px;
}

.cards-section .big-analysis-card {
    background-color: #f1faff;
    border-radius: 24px;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 10px 50px 10px 50px;
}

.cards-section .big-analysis-card h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
}

.cards-section .big-analysis-card h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
}

.cards-section .big-analysis-card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.transition-image {
    transition: all 0.3s ease; /* Smooth transition */
}

.analysis-card {
    position: relative;
    display: inline-block;
    padding: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.analysis-card img {
    transition: all 1s ease; /* Smooth transition for image rotation and src change */
    transform-origin: center center; /* Ensure the image rotates from its center */
}

.analysis-card:hover {
    background-color: #f96831; /* Change background color */
    transition: all 1s ease;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); /* Apply shadow */
}

.analysis-card:hover span {
    color: white; /* Change text color on hover */
}

.analysis-card:hover img {
    content: url('/images/right-direction.png'); /* Change image on hover */
    transform: rotate(-180deg); /* Rotate the image */
}

.analysis-card.clicked {
    background-color: #f96831; /* Maintain background color */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); /* Maintain shadow */
}

.analysis-card.clicked span {
    color: white; /* Maintain text color */
}

.analysis-card.clicked img {
    content: url('/images/right-direction.png'); /* Maintain changed image */
    transform: rotate(-180deg); /* Maintain rotation */
}

.background-image {
    background-image: url('/images/background-image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 100vh; */
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    /* color: white; */
    /* text-align: center; */
}

  

  

.brochure-section{
    margin-top:3rem;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
}

.brochure-section .products-download:hover img{
    transition: filter 0.3s ease;
    content: url('/images/download_hover.svg') !important;
  }

  .brochure-image {
    max-width: 90% !important;
  }

.products-download {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 4px 15px;
    font-family: sans-serif;
}

.image-div {
    position: absolute;
    top: 80%;
    right: 11%;
    font-family: sans-serif;
}

.image-div img:hover {
    cursor: pointer;
}

@media (max-width: 767px) and (orientation: portrait) {
    .hero-background-image {
        background-image: url(/images/hero-image-mobile.png) !important;
        background-size: 100vw 80vh;
        background-repeat: no-repeat;
    }
    .brochure-section {
        margin-top: 3rem;
        border-radius: 20px;
        /* margin-bottom: 9rem; */
    }
    .hero-section .row div {
        /* margin-top: 50px;  */
        background-color: #EAEAEA;
        border-radius: 12px;
        width: 90%;
        margin: 200px auto 0px auto;
        text-align: center;
        padding: 20px;
    }
    .hero-section .row div a {
        width: 200px;
        margin:10px auto 0px auto;
        font-size: 20px;
    }
    .hero-section .row div h3 {
        font-size: 25px; 
        font-weight: 550; 
        color: black;
    }

    .professional-section {
        margin-top: -120px;
    }

    .cards-section .big-analysis-card {
        background-color: #f1faff;
        border-radius: 24px;
        box-shadow: 0px 4px 4px 0px #00000040;
        padding: 10px 20px 10px 20px;
        /* margin-top: 50px; */
    }

    .cards-section .analysis-card {
        border: 1px solid #2b99ff;
        border-radius: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        margin: 15px 10px 20px 10px;
        border-radius: 8px;
        border: 1px solid #ddd;
        height: 60px;
        
    }


    .cards-section .big-analysis-card h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
    }
    
    .cards-section .big-analysis-card h4 {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
    }
    
    .cards-section .big-analysis-card p {
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
    }

    .background-image {
        background-image: none;
    }

    .kol-mapping-section {
        margin-top: 0px;
    }

    .kol-mapping-section > .title-row > .kol-description {
        padding-top: 0px;
        padding: 20px 20px 0px 20px;
    }

    .kol-profiling-section {
        margin-top: 30px;
    }

    .kol-profiling-section > .title-row > .kol-description {
        padding-top: 0px;
        padding: 20px 20px 0px 20px;
    }

    .image-div {
        top: 83.3%;
        right: 17%;
    }
    .image-div img{
        width:90%;
    }
    .brochure-image {
        margin-top: 20px;
    }

    .brochure-section {
        margin-top: 10px;
    }
    .top-background-image {
        margin-top: -190px;
        /* max-width: 100%; */
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){
    .kon-social h4{
        font-size: 1.2rem !important;
    }
    .products-download {
        font-size: 0.65rem;
    }
    .image-div {  
    right: 2%;
    top: 93.5%;
    }
    .hero-background-image {
        background-size: 100vw 60vh;
    }
    .hero-section .row div {
        margin-top: 40px; 
    }
    .hero-section .row div a {
        width: 200px;
    }
    .hero-section .row div h3 {
        font-size: 25px; 
        font-weight: 600; 
        color: white;
    }
    .professional-section {
        margin-top: -200px;
    }

    
    .cards-section .analysis-card {
        border: 1px solid #2b99ff;
        border-radius: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        margin: 15px 10px 20px 10px;
        border-radius: 8px;
        border: 1px solid #ddd;
        height: 60px;
        
    }
    
    .cards-section .big-analysis-card {
        background-color: #f1faff;
        border-radius: 24px;
        box-shadow: 0px 4px 4px 0px #00000040;
        padding: 10px 20px 10px 20px;
    }

    .cards-section .big-analysis-card h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
    }
    
    .cards-section .big-analysis-card h4 {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
    }
    
    .cards-section .big-analysis-card p {
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width:1024px) and (min-width:768px) and (orientation:portrait) {
    .kon-social h4{
        font-size: 0.79rem;
    }
    .products-download {
        font-size: 0.87rem;
    }
    .image-div {
        position: absolute;
        top: 80%;
        right: 4%;
        font-family: sans-serif;
    }
    .image-div img{
    width: 60%;
    }

    .cards-section .analysis-card {
        border: 1px solid #2b99ff;
        border-radius: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        margin: 15px 10px 20px 10px;
        border-radius: 8px;
        border: 1px solid #ddd;
        height: 60px;
        
    }

    .cards-section .big-analysis-card {
        background-color: #f1faff;
        border-radius: 24px;
        box-shadow: 0px 4px 4px 0px #00000040;
        padding: 10px 20px 10px 20px;
    }

    .cards-section .big-analysis-card h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
    }
    
    .cards-section .big-analysis-card h4 {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
    }
    
    .cards-section .big-analysis-card p {
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
    }

    .hero-section .row div {
        margin-top: 90px; 
    }
    .hero-section .row div h3 {
        font-size: 23px; 
        font-weight: 600; 
        color: white;
    }
    .hero-background-image {
        background-size: 100vw 40vh;
    }

    .professional-section {
        margin-top: -250px;
    }

    .top-background-image {
        margin-top: -140px;
        /* max-width: 100%; */
    }
}


@media (min-width: 767px) and (max-width: 900px) and (orientation: landscape) {
    .kon-social h4{
        font-size: 0.85rem !important;
    }
    .products-download {
        font-size: 0.95rem;
        font-weight: 700;
        padding: 4px 15px;
        font-family: sans-serif;
    }
    .image-div img{  
        width: 55%;
    }
    .image-div {
        position: absolute;
        top: 81%;
        right: 8%;
        font-family: sans-serif;
    }
}


@media (max-width: 575.98px) and (orientation: landscape) {
    .image-div img{
      width:45%;
    }

    


    /* Styles for extra small devices in landscape mode */
  }
  @media (min-width: 576px) and (max-width: 767.98px) and (orientation: landscape) {
    .image-div img{
      width:45%;
    }
    
    /* Styles for small devices in landscape mode */
  }
  @media (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
    .image-div img{
      width:45%;
    }
    .image-div {
        top:20%;
    }
    /* Styles for medium devices in portrait mode */
  }

 @media (max-width:575px) and (orientation: portrait) {
    .hero-background-image {
        background-size: 100vw 31vh;
    }

    .hero-section .row div {
        margin-top: 27vh;
    }

    .professional-section {
        margin-top: -6vh;
    }

    .data-services-card {
        /* height: 20rem; */
        margin: 20px 5px 40px 5px;
        padding: 10px 15px 10px 15px;
    }

    /* .data-services-card:hover {
        background-color: blue;
    }

    .data-services-card:hover > h4 {
        color: white;
    }

    .data-services-card:hover > p {
        color: white;
    } */

    .data-services-card  > h4 {
        margin-bottom: 16%;
        margin-top: 5px;
        margin-left: 80px;
    }
    .data-services-card > img {
        display: inline-block;
        float: left;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 6%;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: -2rem;
        margin-left: 15%;
        margin-top: 1rem;
        list-style: disc;
      }
      .carousel-indicators [data-bs-target] {
        width: 7px;
        height: 7px;
        padding: 0;
        margin-right: 2px;
        margin-left: 5px;
        cursor: pointer;
        background-color: #c9ced1;
        border: 0;  
        opacity: .5;
        transition: opacity .6s ease;
        border-radius: 68px;
        margin-top: -33px;
      }

      .carousel-indicators .active {
        opacity: 1 !important;
      }
 }