@import url("https://fonts.googleapis.com/css2?family=Gordita:wght@500&display=swap");

* {
    padding: 0;
    margin: 0;
    font-family: "Gordita", sans-serif;
    box-sizing: border-box;
}
.main-container {
    display: flex;
    background-image: url("../images/Header-BG1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.Div-1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 6px;
    width: 100%;
}

.h1-heading {
    font-size: 43px;
    font-weight: 600;
    color: #303030;
}

.p-tag {
    font-size: 18px;
    font-weight: 300;
    color: #909090;
}
.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 30px;
    overflow: visible;
    width: 100%;
    max-width: 900px;
    padding: 5px 5px 5px 15px;
    margin: 20px auto;
    background: white;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.custom-dropdown {
    position: relative;
    width: 30%;
    min-width: 140px;
}

.custom-dropdown select {
    width: 100%;
    padding: 12px 25px 12px 10px;
    font-size: 16px;
    color: #555;
    border: none;
    outline: none;
    background: none;
    appearance: none;
    cursor: pointer;
}

.custom-dropdown::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 10px;
    color: #1b8996;
    pointer-events: none;
}

.divider {
    width: 1px;
    height: 30px;
    background: #ddd;
    margin: 0 10px;
    flex-shrink: 0;
}

.location-wrapper {
    position: relative;
    width: 50%;
    flex-grow: 1;
}

.location-wrapper input {
    width: 100%;
    border: none;
    outline: none;
    padding: 12px 35px 12px 10px;
    font-size: 16px;
    color: #555;
    background: none;
}

#getMyLocationBtn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    padding: 5px;
}

#getMyLocationBtn:hover {
    color: #1b8996;
}

.search-btn {
    background: #1b8996;
    color: white;
    border: #1b8996 1px solid;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 25px;
    transition: all 0.3s ease;
    margin-left: 10px;
    white-space: nowrap;
}

.search-btn:hover {
    background: white;
    border: #1b8996 1px solid;
    color: #1b8996;
}

.button-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}

.category-btn {
    border: 1px solid #1b8996;
    color: #1b8996;
    background: none;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.4s;
    margin: 5px;
}

.category-btn:hover {
    background: #1b8996;
    color: white;
}
.Div-2 {
    display: none;
}

@media (max-width: 1030px) {
    .main-div {
        padding: 0 5%;
    }
    .main-container {
        height: auto;
        min-height: 70vh;
        padding: 40px 0;
    }
    .Div-1 {
        gap: 8px;
    }
    .h1-heading {
        font-size: 32px;
    }
    .p-tag {
        font-size: 14px;
    }
}
@media (max-width: 770px) {
    .main-div {
        padding: 0 3%;
    }
    .Div-1 {
        width: 100%;
        gap: 8px;
        margin-bottom: 20px;
    }
    .h1-heading {
        font-size: 26px;
    }
    .p-tag {
        font-size: 12px;
    }
    .search-container {
        width: 80%;
        flex-direction: column;
        padding: 15px;
        border-radius: 15px;
    }

    .custom-dropdown {
        width: 100%;
        margin-bottom: 10px;
    }

    .location-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .divider {
        width: 100%;
        height: 1px;
        margin: 10px 0;
    }

    .search-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }
}
@media (max-width: 430px) {
    .main-div {
        display: flex;
        flex-direction: column;
        padding: 5% 5%;
        height: 100%;
        gap: 0px;
    }
    .main-container {
        min-height: 90vh;
        padding: 30px 0;
    }
    .Div-1 {
        gap: 6px;
        margin-bottom: 10px;
    }
    .h1-heading {
        font-size: 22px;
    }
    .p-tag {
        font-size: 10px;
    }
    .search-container {
        padding: 10px;
    }

    .custom-dropdown select,
    .location-wrapper input {
        font-size: 14px;
        padding: 10px;
    }

    .search-btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .button-container {
        gap: 8px;
    }

    .category-btn {
        padding: 6px 15px;
        font-size: 14px;
    }
    .Div-2 {
        display: none;
    }
    .img-1 {
        width: 120px;
    }
    .img-2 {
        width: 140px;
        position: absolute;
        top: 55%;
        right: 55%;
    }
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.marquee-content {
    display: inline-block;
    animation: marquee 90s linear infinite;
}
.marquee-item {
    display: inline-block;
    position: relative;
    filter: invert(1);
}
.marquee-item:after {
    content: "•";
    color: black;
    margin-left: 5px;
    /* position: absolute;
    right: -15px; */
}
.marquee-item:last-child:after {
    display: none;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.stats-container {
    background: url("../images/image2.png") #1b8996;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white ;
    padding: 50px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    text-align: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.stat-box {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.stat-number {
    font-size: 40px;
    font-weight: bold;
}

.stat-text {
    font-size: 18px;
    margin-top: 5px;
}
@media (max-width: 1030px) {
    .stat-text {
        font-size: 14px;
        margin-top: 5px;
    }
}
/* Responsive Design */
@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        text-align: center;
        padding: 30px 5%;
        margin: 20px 0 0;
    }

    .stat-box {
        min-width: 100%;
    }
    .stat-number {
        font-size: 24px;
        font-weight: bold;
    }
    .stat-text {
        font-size: 12px;
        margin-top: 5px;
    }
}
@media (max-width: 430px) {
    .stats-container {
        margin: 40px 0 0;
    }
    .stat-box {
        margin: 0px;
    }
}
.categories-div {
    display: flex;
    margin: 50px 0 30px;
    gap: 40px;
}

.cate-head {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 10px;
}

.explore-cate {
    font-size: 16px;
    font-weight: 400;
    color: #1b8996;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.cate-h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: 0%;
    margin: 0;
}

.cate-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.cate-text {
    font-weight: 300;
    font-size: 20px;
    color: #909090;
    line-height: 28px;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .categories-div {
        flex-direction: column;
        gap: 30px;
    }

    .cate-head,
    .cate-paragraph {
        width: 100%;
    }

    .cate-h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .cate-text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    .categories-div {
        margin: 50px 0;
        gap: 15px;
    }

    .cate-h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .explore-cate {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .cate-text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .categories-div {
        margin: 40px 0;
        gap: 10px;
        padding: 0;
    }

    .cate-h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .explore-cate {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .cate-text {
        font-size: 12px;
        line-height: 20px;
    }
}
.categories-con {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
    margin: 70px 0;
    gap: 20px;
}
.first-div {
    display: flex;
    gap: 30px;
}
.boxes {
    width: 33.33%;
    padding: 20px;
    transition: 0.5s;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    color: white;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    padding: 15px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.425);
    border-radius: 10px;
}
.boxes h1 {
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
}
.boxes:hover {
    transform: translateY(-5px);
    color: #1b8996;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border: 1px solid #1b8996;
}
@media (max-width: 1030px) {
    .boxes {
        padding: 16px;
    }
    .boxes h1 {
        font-size: 22px;
    }
}

@media (max-width: 770px) {
    .categories-con {
        display: flex;
        flex-direction: column;
        margin: 0px 0;
        padding: 20px;
        gap: 10px;
    }
    .boxes {
        width: 92%;
        padding: 12px;
        height: 180px;
    }
    .boxes h1 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .categories-con {
        display: flex;
        flex-direction: column;
        margin: 10px 0;
        gap: 10px;
    }
    .first-div {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .boxes {
        width: 92%;
        padding: 12px;
        height: 120px;
    }
    .boxes h1 {
        font-size: 14px;
    }
}
.Title-con {
    text-align: center;
    margin: 10px 0;
}
.Title-con h3 {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    color: #1b8996;
}
.Title-con h4 {
    font-weight: 500;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: 0%;
    text-align: center;
    color: #303030;
}
.Title-con p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #909090;
}
.Title-con button {
    font-size: 18px;
    color: #1b8996;
    padding: 5px 16px;
    border: 1px solid #1b8996;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    cursor: pointer;
    margin: 20px 0;
    transition: 0.5s;
}
.Title-con button:hover {
    background-color: #1b8996;
    color: white;
}
@media (max-width: 1030px) {
    .Title-con h3 {
        font-size: 14px;
    }
    .Title-con h4 {
        font-size: 38px;
    }
    .Title-con p {
        font-size: 16px;
    }
}

@media (max-width: 770px) {
    .Title-con {
        gap: 0px;
        margin: 10px 0;
    }
    .Title-con h3 {
        font-size: 12px;
    }
    .Title-con h4 {
        font-size: 32px;
    }
    .Title-con p {
        font-size: 14px;
    }
    .Title-con button {
        font-size: 12px;
        padding: 5px 14px;
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .Title-con {
        gap: 0px;
        margin: 20px 0 10px;
    }
    .Title-con h3 {
        font-size: 10px;
        line-height: 10px;
    }
    .Title-con h4 {
        font-size: 18px;
        line-height: 36px;
    }
    .Title-con p {
        font-size: 10px;
        line-height: 18px;
    }
    .Title-con button {
        font-size: 10px;
        padding: 5px 12px;
    }
}
.popular-listing {
    width: 100%;
    display: flex;
    margin: 100px 0;
}
.popular-listing-title {
    width: 35%;
    align-content: center;
}
.popular-listing-title p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1b8996;
}
.popular-listing-title h6 {
    font-weight: 500;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: 0%;
}
.popular-listing-Tabs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 65%;
    height: 400px;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
}

.popular-listing-Tabs::-webkit-scrollbar {
    display: none;
}

.card {
    display: flex;
    flex-direction: row !important;
    background: url("../images/image2.png") #1b8996;
    border-radius: 10px;
    padding: 20px;
    gap: 20px;
    scroll-snap-align: start;
    min-height: 230px;
}

.card-img {
    width: 30%;
    background-color: rgb(255, 255, 255);
    justify-items: center;
    align-content: center;
}
.card-img img {
    width: 100%;
    height: 100%;
}
.card-title-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 70% !important;
}
.card-title h6 {
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 2%;
}
.title-decription {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2%;
    color: #000000;
}
.call-action-div {
    display: flex;
}
.location-div {
    display: flex;
    align-items: center;
    row-gap: 20px;
    width: 50%;
}
.location-div p {
    color: white;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2%;
    cursor: pointer;
}
.location-div img {
    width: 20px;
}
.call-div {
    display: flex;
    align-items: center;
    row-gap: 20px;
    width: 50%;
}
.call-div p {
    color: white;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2%;
    cursor: pointer;
}
.call-div img {
    width: 20px;
}
.Click-div {
    display: flex;
    justify-content: space-between;
}
.Click-category {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -2%;
    font-weight: 500;
    cursor: pointer;
}
.Click-open {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: right;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: white;
    cursor: pointer;
}
@media (max-width: 1030px) {
    .popular-listing-title p {
        font-size: 14px;
    }
    .popular-listing-title h6 {
        font-size: 36px;
    }
    .popular-listing-Tabs {
        height: 500px;
    }
    .card {
        min-height: 220px;
    }
    .card-title h6 {
        font-size: 24px;
    }
    .title-decription {
        font-size: 16px;
    }
    .location-div p {
        font-size: 14px;
    }
    .call-div p {
        font-size: 14px;
    }
    .Click-category {
        font-size: 16px;
    }
    .Click-open {
        font-size: 16px;
    }
}
@media (max-width: 780px) {
    .popular-listing {
        display: flex;
        flex-direction: column;
        margin: 70px 0;
        gap: 20px;
    }
    .popular-listing-title {
        width: 100%;
    }
    .popular-listing-title p {
        font-size: 12px;
    }
    .popular-listing-title h6 {
        font-size: 30px;
    }
    .popular-listing-Tabs {
        width: 100%;
        height: 400px;
    }
    .card {
        min-height: 200px;
    }
    .card-title h6 {
        font-size: 22px;
    }
    .title-decription {
        font-size: 14px;
    }
    .location-div p {
        font-size: 12px;
    }
    .call-div p {
        font-size: 12px;
    }
    .Click-category {
        font-size: 14px;
    }
    .Click-open {
        font-size: 14px;
    }
}
@media (max-width: 430px) {
    .popular-listing {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 40px 0;
    }
    .popular-listing-title {
        width: 100%;
    }
    .popular-listing-title p {
        font-size: 10px;
        line-height: 20px;
    }
    .popular-listing-title h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .popular-listing-Tabs {
        width: 100%;
        height: 250px;
    }
    .card {
        min-height: 140px;
    }
    .card-title-div {
        gap: 5px;
    }
    /* .card-img img {
        width: 80%;
    } */
    .card-title h6 {
        font-size: 18px;
    }
    .title-decription {
        font-size: 10px;
    }
    .location-div p {
        font-size: 10px;
    }
    .location-div img {
        width: 10px;
    }
    .call-div img {
        width: 10px;
    }
    .call-div p {
        font-size: 10px;
    }
    .Click-category {
        font-size: 12px;
    }
    .Click-open {
        font-size: 12px;
    }
}
.cards-con {
    display: flex;
    gap: 20px;
    margin: 70px 0px 0px;
}
.cards {
    width: 33.33%;
    background-color: #f5f5f5;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid #d3232300;
    transition: all 0.5s;
}

.cards:hover {
    border: 1px solid #1b8996;
    transition: all 0.5s;
    box-shadow: 2px 01px 10px #888888;
}
.cards_listing_div {
    position: absolute;
    z-index: 1;
    background-color: #1b8996;
    border: 2px solid white;
    border-radius: 5px;
    padding: 0.6rem 2rem;
    margin-top: -20px;
    margin-left: 30px;
}
.card__listing_para {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin: 0;
}
.card_img_div {
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}
.card_img_div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b8a9618;
    transition: all 0.5s ease-in-out;
}
.card_img_div img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.card_img_div:hover::after {
    background: #1b8a9600;
}
.cards:hover .card_img_div img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.card_icon_div {
    background-color: #1b8996;
    position: absolute;
    padding: 1rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.5s all;
    margin-top: -30px;
    margin-left: 16%;
}
.card_icon_div img {
    width: 20px;
    transform: rotate(320deg);
    filter: brightness(0) invert(1);
}
.cards:hover .card_icon_div {
    opacity: 1;
    transition: 0.5s all;
    margin-top: -30px;
    margin-left: 25%;
}
.card_text_div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 35px;
}

.card_heading {
    color: #303030;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.cards:hover .card_heading {
    color: #1b8996;
    transition: all 0.3s;
}

.card_para {
    color: #909090;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.02em;
}
@media (max-width: 1525px) {
    .card_icon_div {
        margin-left: 12%;
    }
    .cards:hover .card_icon_div {
        margin-left: 22%;
    }
}
@media (max-width: 1030px) {
    .cards-con {
        margin: 40px 0 20px;
    }
    .card__listing_para {
        font-size: 0.9rem;
    }
    .card_heading {
        font-size: 1.5rem;
    }
    .card_para {
        font-size: 0.8rem;
    }
}
@media (max-width: 770px) {
    .cards-con {
        flex-wrap: wrap;
        gap: 35px;
        margin: 40px 0 0;
        justify-content: center;
    }
    .cards {
        width: 40%;
    }
    .card_icon_div {
        margin-left: 12%;
    }
    .cards:hover .card_icon_div {
        margin-left: 26%;
    }
    .card__listing_para {
        font-size: 0.7rem;
    }
    .card_heading {
        font-size: 1.3rem;
    }
    .card_para {
        font-size: 0.8rem;
    }
}
@media (max-width: 470px) {
    .cards-con {
        flex-wrap: wrap;
        gap: 35px;
        margin: 40px 0 0;
        justify-content: center;
    }
    .cards {
        width: 80%;
    }
    .card_icon_div {
        margin-left: 20%;
    }
    .cards:hover .card_icon_div {
        margin-left: 50%;
    }
    .card__listing_para {
        font-size: 0.6rem;
    }
    .card_heading {
        font-size: 1rem;
    }
    .card_para {
        font-size: 0.6rem;
    }
}
.outerdiv {
    width: 100%;
    min-height: 100vh;
    background: #edf2f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 20px;
    margin: 30px 0;
    overflow: hidden;
}
.Testi-con {
    text-align: center;
}
.Testi-con h3 {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    color: #1b8996;
}
.Testi-con button {
    font-size: 18px;
    color: #1b8996;
    padding: 5px 16px;
    border: 1px solid #1b8996;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    cursor: pointer;
    margin: 0px 0;
    transition: 0.5s;
}
.Testi-con button:hover {
    background-color: #1b8996;
    color: white;
}
.innerdiv {
    transform: scale(0.9);
    margin: 0;
    padding: 10px;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-rows: repeat(2, 22rem);
    grid-template-columns: repeat(4, 17rem);
}
/* Media query for smaller screens */
@media (max-width: 1440px) {
    .innerdiv {
        grid-template-columns: repeat(4, minmax(15rem, 1fr));
        transform: scale(0.85);
    }
}
.eachdiv {
    padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: white;
}
.div1 {
    background: #1b8996;
    grid-column: 1/3;
    grid-row: 1/2;
    background-repeat: no-repeat;
    background-position-x: 25rem;
}
.div2 {
    background: #49556b;
    grid-column: 3/4;
    grid-row: 1/2;
}
.div3 {
    background: white;
    grid-column: 4/5;
    grid-row: 1/3;
    color: black;
}
.div4 {
    background: white;
    grid-column: 1/2;
    grid-row: 2/3;
    color: black;
}
.div5 {
    background: #18202d;
    grid-column: 2/4;
    grid-row: 2/3;
}
.userdetails {
    display: flex;
}
.imgbox {
    margin-right: 1rem;
}
.imgbox img {
    border-radius: 50%;
    width: 2rem;
    border: 2px solid #cec5c5;
}
.detbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.detbox p {
    margin: 0;
}
.detbox .name {
    color: hsl(0, 0%, 81%);
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}
.detbox .name.dark {
    color: #49505a;
}
.detbox .designation {
    color: hsl(0, 0%, 81%);
    opacity: 50%;
    font-size: 0.8rem;
}
.detbox .designation.dark {
    color: #49505a;
}
.review h4 {
    font-size: 1.4rem;
    color: #d9d9d9;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.review.dark h4 {
    color: #4b5258;
}
.review p {
    font-size: 0.95rem;
    color: #f3deff;
    font-weight: 500;
    opacity: 50%;
    line-height: 1.5;
}
.review.dark p {
    color: #0e0e0e;
}

@media only screen and (max-width: 1000px) {
    .Testi-con h3 {
        font-size: 14px;
    }
    .Testi-con h4 {
        font-size: 38px;
    }
    .Testi-con p {
        font-size: 16px;
    }
    .innerdiv {
        margin: 20px;
        transform: scale(0.7);
    }
}
@media only screen and (max-width: 800px) {
    .Testi-con {
        gap: 0px;
        margin: 10px 0;
    }
    .Testi-con h3 {
        font-size: 12px;
    }
    .Testi-con h4 {
        font-size: 32px;
    }
    .Testi-con button {
        font-size: 12px;
        padding: 5px 14px;
        margin: 0px 0;
    }
    .innerdiv {
        margin: -120px 0;
        transform: scale(0.6);
    }
    .outerdiv {
        padding: 20px 0 10px;
        margin: 20px 0;
        min-height: 100%;
    }
}
@media screen and (max-width: 600px) {
    .Testi-con {
        gap: 0px;
        margin: 20px 0 10px;
    }
    .Testi-con h3 {
        font-size: 10px;
        line-height: 10px;
    }
    .Testi-con h4 {
        font-size: 18px;
        line-height: 36px;
    }
    .Testi-con button {
        font-size: 10px;
        padding: 5px 12px;
    }
    .div1 {
        background-position-x: 10rem;
    }
    .innerdiv {
        margin: 20px;
        display: flex;
        flex-direction: column;
        transform: scale(1);
    }
}
