.aboutt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 50px;
    flex: 1;
}
.aboutt > div:nth-child(2){
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}
.abouttone {
    display: flex;
    max-width: 600px;
} 
.abparahd {
    font-size: 38px;
    font-weight: 700;
    background: linear-gradient(45deg, rgb(154, 4, 4), #043D5D, #A53814); 
    -webkit-background-clip: text; 
    color: transparent; 
    
}
.abpara {
    font-size: 18px;
    font-weight: 480;
    color: black;
    line-height: 1.6;

}
.aboutt > :nth-child(2){
    
    justify-content: center;
    align-items: center;
}
.aboutimg {
    max-width: 500px;
    max-height: auto;
    object-fit: contain;
}
.special {
    display: flex;
    flex-direction: column;
    width: 900px;
    height: 440px;
    padding: 50px;
}
.spclhed {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;

}
.keys{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 250px;
    background-color: rgb(228, 226, 226);
    border-radius: 5%;
    padding: 12px;
}
.explanation {
    display: flex;
    margin-top: -15px;
}
.keysfirst {
    display: flex;
    flex-direction: row;
    
}
.hashiconspace {
    display: flex;
    align-items: center;
    fill: #043D5D;
    stroke-width: 20px;
}
.testtingg {
    display: flex;
    flex-direction: row;
    gap: 13px;
    justify-content: space-between;
}
.testtinggtwo {
    display: flex;
    flex-direction: row;
    gap: 13px;
    justify-content: space-between;
    margin-top: 13px;
}
.insidee {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    margin: 0;
    background-color: #f9f9f9;
    padding: 25px;
}
.carousel-container {
    width: 80%;
    max-width: 800px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}
.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.review {
    flex: 0 0 33.33%; /* Show 3 reviews at a time */
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
}
.review:last-child {
    border-right: none;
}
.review-box {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 180px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 6px;
    background-color: #eeeeee;
}
.row {
    display: flex;
    margin-bottom: 8px;
}
.row:last-child {
    margin-bottom: 0;
}
.row-1 {
    justify-content: space-between;
}
.dpp {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ccc;
    margin-right: 10px;
}
.reviewer-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.google-icon {
    width: 20px;
    height: 20px;
    background: url('https://upload.wikimedia.org/wikipedia/commons/5/53/Google_%22G%22_Logo.svg') no-repeat center;
    background-size: contain;
}
.stars {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: rgb(255, 166, 0);
}
.comment {
    font-size: 14px;
    color: #333;
    max-height: 100px;
    overflow-y: auto;
    text-align: justify;
}
.nav-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.nav-buttons button {
    background-color: rgba(159, 157, 157, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
}
.nav-buttons button:hover {
    background-color: rgba(130, 126, 126, 0.7);
}
.review-hdline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 20px;
}
.review-hdline-firstrow{
    display: flex;
    font-size: 35px;
    font-weight: 750;
    background: linear-gradient(45deg, red, rgb(179, 99, 7), green);
    -webkit-background-clip: text;
    color: transparent;
    align-items: center;
    justify-content: center;
}
.review-hdline-secondrow {
    display: flex;
    flex-direction: row;
    gap: 10px ;
    font-size: 35px;
    font-weight: 500
}
.glogo {
    width: 24px;
    height: 24px;
}
.row-comment {
    font-size: 13px; 
    font-weight: 500; 
    color: #605f5f;
}
.date {
    font-size: 12px; 
    color: #9b9b9b;
}
.name {
    font-size: 14px; 
    font-weight: 400;
}
.hurry {
    display: flex;
    height: 280px;
    flex-direction: row;
    padding: 50px;
    align-items: center;
    justify-content: center;
}
.hurryimg {
    display: flex;
}
.hurry-second-column {
    display: flex;
    flex-direction: column;
}
.hurrybutton {
    
    padding: 15px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
}
.hurrybuttonwhats {
    background-color: #25D366;
    color: white; 
    border: none; 
    padding: 10px 10px; 
    text-align: center; 
    text-decoration: none; 
    display: inline-block; 
    font-size: 16px; 
    border-radius: 25px; /* Curved border */ 
    cursor: pointer;
}
.emcp {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: -360px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    margin: 15px;
}
.emcp > :nth-child(1) {
    flex: 1;
    align-items: center;
    justify-content: center;
    
}
.emcp > :nth-child(2) {
    width: 800px;
}
.emcp > div:nth-child(2) > div h2 {
    background: linear-gradient(45deg, red, #043D5D, #A53814); 
    -webkit-background-clip: text; 
    color: transparent;
    font-size: 35px;
}
.emcp > div:nth-child(2) > div p {
    font-weight: 500; 
    font-size: 25px;
}
.emcp > div:nth-of-type(2) > div:nth-of-type(2) > a {
    fill: white; 
    text-align: center; 
    vertical-align: middle;
}
.emcp > div:nth-of-type(2) > div:nth-of-type(2) > a > span {
    color: white; 
    font-weight: 650; 
    font-size: 15px;
}
.emcp img {
    padding-left: 70px;
    max-width: 300px;
    max-height: auto;
    object-fit: contain;
}
.emcpbuttonn{
    margin-top: 15px;
    background: rgb(9, 135, 9);
    color: white;
    padding: 12px 14px;
    border-radius: 12px;
    height: 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    
}


.fade-in-scale {
    opacity: 0; /* Initially hidden */
    transform: scale(5px); /* Initially smaller */
    animation: fadeInScale 1.5s ease-out forwards; /* Smooth fade-in and scale effect */
    animation-play-state: paused; /* Paused until triggered by JS */
}
.slide-from-bottom {
    opacity: 0; /* Initially hidden */
    transform: translateY(25%); /* Start position below */
    animation: slideFromBottom 1s ease-out forwards; /* Smooth slide and fade-in effect */
    animation-play-state: paused; /* Paused until triggered by JavaScript */
}
@media (min-width: 1024px) {
    .review {
      flex: 0 0 30%; /* for large screens */
    }
    .abouttone {
        display: inline-flex;
        flex: 1;
    }
    .abpara  {
        font-size: 16px;
    }
    .aboutimg {
        max-width: 550px;
        max-height: auto;
    }
    .abparahd {
        font-size: 40px;
    }
    
}
@media (min-width: 769px) and (max-width: 1023px) {
    .aboutt {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .abouttone {
        flex: 1; /* Let this div take the remaining space */
        display: flex;
        flex-direction: column;
    }

    .abpara {
        flex: 1;
        font-size: 18px; /* Adjust as needed */
        text-align: center;
        box-sizing: border-box;
    }
    .abpara p {
        text-align: center;
    }

    .aboutt > div:nth-child(2) {
        flex: 1; /* Image container also takes space */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aboutimg {
        max-width: 100%; /* Prevent overflow */
        height: auto;
        object-fit: contain;
    }
}
@media (max-width: 768px) {
    .aboutt {
        padding: 15px;
        flex-direction: column;
        box-sizing: border-box;
        
        width: 100%;
        overflow-x: hidden; /* prevent horizontal scroll */
        
    }
    .abouttone,
    .abpara,
    .aboutimg {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .aboutimg {
        max-width: 420px; /* Prevent overflow */
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    .review-box {
        width: 290px;
    }
    .aboutt > div:nth-child(2){
        align-items: center;
        justify-content: center;
    }
    .aboutimg {
        max-width: 420px;
        max-height: auto;
    }
    .emcp{
        margin-top: -50px;
    }
    .emcp img {
        max-width: 280px;
        max-height: auto;
        padding-left: 0px;
    }
    .review-hdline-firstrow {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        font-weight: 700;
        padding: 13px;
    }
    .review-hdline {
        margin-bottom: 30px;
    }
    .stars {
        display: flex;
        align-items: center;
    }
    .nav-buttons {
        display: none;
    }
    .carousel-container {
        width: 100%; /* Make the carousel fit smaller screens */
    }

    .carousel {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .review {
        flex: 0 0 100%; /* Show only one review at a time */
    }

    .comment {
        font-size: 12px; /* Adjust text size for better readability */
    }

    .row {
        flex-wrap: wrap; /* Adjust row layout for small screens */
    }

    .dpp {
        width: 40px;
        height: 40px;
    }

    .nav-buttons button {
        padding: 8px;
    }
}
@media (max-width: 360px) {
    .review-box {
        width: 250px;
    }
}
@keyframes slideFromBottom {
    from {
        opacity: 0;            /* Fully transparent */
        transform: translateY(25%); /* Start below the final position */
    }
    to {
        opacity: 1;            /* Fully visible */
        transform: translateY(0); /* Original position */
    }
}
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}


