.eminent_visitor_info_one{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 500px;
    background: rgb(34,153,170);
    background: linear-gradient(80deg, rgba(34,153,170,1) 0%, rgba(1,12,36,1) 100%);
}

.eminent_visitor_info_one .about-molecule-one{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.eminent_visitor_info_one .about-molecule-two{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: 0px;
}

.eminent_visitor_info_main h1{
    color: white;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 3rem;

}

.btn-carrer{
    scrollbar-width: 20px;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .eminent_visitor_info-link {
    max-width: 232px;
    display: flex;
    gap: 8px;
    padding: 13px 25px;
    border: 2px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    color: inherit;
  }
  .eminent_visitor_info-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 19px;
    margin: auto 0;
  }

  .eminent_visitor_info-studio{
    color: white;
  }
  .custom-notification-box{
    display: none;  
  }
  
  .notification-box{
      display: none;
  }


  /* section two */

  .eminent_visitor_title{
    display: flex;
    justify-content: center;
    margin-top: 50px;
 }

 .eminent_visitor_title h1{
    font-weight: 300;
    color: #2299AA;
 }

 .visual-border-main{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  
  
  .visual-border {
    width: 50%;
    height: 2px;
    background-color: #2299AA;
    margin-top: 0px;
  }


  .side-pattern-eminent{
    position: relative;
  }

  .side-pattern-eminent-two {
    position: relative;
    display: flex;
    justify-content: end;
    right: 0px;
}
/* 
  .custom-padding{
    padding-left: 1%;
    padding-right: 1%;
  } */

  /* card */

  .eminent-card-info {
    width: 100%;
    border-radius: 10px;
    margin: 30px;
    /* height: 300px; */
    max-width: 901px;
    background: rgb(44, 203, 227);
    background: linear-gradient(80deg, rgba(44, 203, 227, 1) 0%, rgba(24, 112, 125, 1) 100%);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.eminent-card-info:hover {
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}

  .round-image {
    width: 150px; /* Adjust width as needed */
    height: 150px; /* Ensure it's a perfect square */
    border-radius: 50%; /* Makes the image circular */
    border: 3px solid #ffffff; /* Adds a border around the image */
    object-fit: cover; /* Ensures the image scales properly without distortion */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eminient-details {
    object-fit: cover;
    display: flex;
    gap: 50px;
    margin-top: 15px;
}

.fa-quote-right{
    margin-bottom: 47px;
    font-size: 40px;
    color: white;
    transition: color 0.3s ease; 
}

.fa-quote-right:hover {
    color: #ffeb3b; /* Change color on hover */
}   

.round-image:hover {
    transform: scale(1.1); /* Slight zoom effect on hover */
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.5); /* Glow effect */
}

.title-eminent-visited-date p{
    color: aliceblue;
}

.title-eminent-visited-date h1{
    color: white;
}

.eminent-words {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
    /* margin-top: 24px;
    margin-left: 135px; */
}

.eminent-words p {
    color: white;
    font-size: 18px;
    font-weight: 200;
    font-style: italic;
    width: 86%;
    text-align: justify;
    animation: fadeIn 1.5s ease-in-out; 
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .eminent_visitor_info_one .about-molecule-one{
        display: none;
    }
      
    .eminent_visitor_info_one .about-molecule-two{
         display: none;
    }

    .side-pattern-eminent{
        display: none;
    }
      
    .side-pattern-eminent-two{
         display: none;
    }
    .round-image {
        width: 100px;
        height: 100px;
    }
    .title-eminent-visited-date p {
        color: aliceblue;
        font-size: 10px;
    }
    .title-eminent-visited-date h1 {
        color: white;
        font-size: 10px;
    }
    .fa-quote-right {
        margin-bottom: 18px;
        font-size: 38px;
        color: white;
        transition: color 0.3s ease;
    }
    .eminent-words p {
        color: white;
        font-size: 10px;
        font-weight: 200;
        font-style: italic;
        width: 100%;
        text-align: justify;
        animation: fadeIn 1.5s ease-in-out;
    }
    .eminent-words {
        display: flex;
        justify-content: left;
        align-items: center;
        margin-top: 24px;
        margin: 20px;
    }

    .eminent-card-info {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    }

    .emi{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .eminient-details {
        gap: 20px;
    }
    .custom-padding {
        padding-left: 10%;
        padding-right: 10%; 
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .eminent-words {
        margin: 20px;
    }
    .eminient-details {
        gap: 20px;
    }
    .fa-quote-right {
        margin-bottom: 15px;
        font-size: 40px;
    }
    .eminent-words p {
        color: white;
        font-size: 14px;
        font-weight: 200;
        font-style: italic;
        width: 100%;
        text-align: justify;
        animation: fadeIn 1.5s ease-in-out;
    }
    .title-eminent-visited-date h1 {
        color: white;
        font-size: 10px;
    }
    .title-eminent-visited-date p {
        color: aliceblue;
        font-size: 10px;
    }
    .custom-padding {
        padding-left: 2%;
        padding-right: 2%; 
    }
    .side-pattern-eminent{
        display: none;
    }
    .side-pattern-eminent-two{
        display: none;
    }
}