.content-box {
    display: flex;
    justify-content: center;
    margin: 50px auto;
}

.content-box-info {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px #00000020;
    padding: 30px;
}

.content-box-info .content-box-info-top {
    display: flex;
    justify-content: space-between;
}

.content-box-info-top .content-box-info-top-right {
    display: flex;
    gap: 15px;
}

.content-box-info-top .content-box-info-top-image img {
    width: 170px;
    height: 170px;
    border-radius: 16px;
}


.content-box-info-top-items .info-content {
    margin-bottom: 20px;
}


.content-box-info .content-box-info-top-items-expertise span {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #666666 !important;
    margin-top: 0px !important;
    display: block;
}

.content-box-info-top-phone a {
    display: flex;
    background: #FDBA2D !important;
    border-radius: 0 18px 18px 18px;
    justify-content: space-between;
    align-items: center;
    padding: 4px 20px 4px 4px;
    gap: 15px;
    font-size: 22px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.content-box-info-top-phone a:hover {
    background: #ffc342 !important;
    transition: 0.3s ease-in-out;
}

.content-box-info-top-phone a span {
    color: #2c2f34;
    font-size: 16px;
}

.content-box-info-top-items-box {
    display: flex;
    gap: 15px;
}

.content-box-info-top-items-box .outer-border {
    display: inline-block;
    padding: 2px;
    background-color: #2c2f34;
    border-radius: 20px;
}

.content-box-info-top-items-box .white-layer {
    background-color: white;
    padding: 4px;
    border-radius: 18px;
}

.content-box-info-top-items-box .score-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fbbf24;
    color: #1f2937;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
    padding: 8px 12px;
    direction: rtl;
    width: 140px;
    box-sizing: border-box;
}

.content-box-info-top-items-box .score-box span {
    flex: 1;
    text-align: center;
}

.content-box-info-top-items-box .location {
    background: #ffffff;
    width: 152px;
    height: 56px;
    border-radius: 20px;
    border: 2px solid #2c2f34;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.content-box-info-top-phone .call-icon {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0 15px 15px 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    transition: 0.3s ease-in-out;
}

.content-box-info-top-phone .call-icon img {
    width: 22px;
}


.content-box-info-bottom-description p {
    margin: 40px auto;
    line-height: 30px;
    color: #666666;
}

.content-box-info-bottom-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.content-box-info-bottom-cards-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.content-box-info-bottom-cards-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.content-box-info-bottom-cards .item-card {
    position: relative;
    width: 100%;
    background: #F8F8F8;
    padding: 30px;
    border-radius: 16px;
}

.content-box-info-bottom-cards .item-card::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FDBA2D;
    border: 3px solid #fff;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    right: -10px;
    top: 34px;
}

.content-box-info-bottom-cards .item-card h3 {
    margin-bottom: 15px;
}

.content-box-info-bottom-cards .item-card li {
    line-height: 36px;
}

.content-box-info-bottom-cards-right-contact .contact-box {
    width: 100%;
    margin: 0 auto;
    color: #2c2f34;
}

.content-box-info-bottom-cards-right-contact .contact-item {
    display: flex;
    align-items: flex-start;
    border-radius: 12px;
    margin-bottom: 15px;
}

.content-box-info-bottom-cards-right-contact .icon-box {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #FDBA2D;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.content-box-info-bottom-cards-right-contact .icon-box img {
    width: 20px;
    height: 20px;
}

.content-box-info-bottom-cards-right-contact .contact-text {
    font-size: 15px;
    line-height: 1.6;
}

.content-box-info-bottom-cards-right-map {
    position: relative;
}

.content-box-info-bottom-cards-right-map iframe {
    height: 217px;
    border-radius: 20px;
    width: 100%;
}


.content-box-info-bottom-cards-right-map .routing {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  left: 50%;
  right: 50%;
}

.content-box-info-bottom-cards-right-map .routing a {
  background: #FCBA2F;
  color: #2C2F34;
  padding: 8px 30px;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}

.content-box-info-bottom-cards-right-map .routing a:hover {
  background: #ffc342 !important;
  color: #2C2F34;
  padding: 8px 30px;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}

.content-box-info-bottom-cards-left-gallery img {
    border-radius: 20px !important;
}

.content-box-info-bottom-cards-left-gallery .slider-item {
    border-radius: 20px !important;
    overflow: hidden;
}


.content-box-info-bottom-cards-left-video .video-wrapper {
    position: relative;
    width: 100%;

    cursor: pointer;
    overflow: hidden;
    background-color: #000;
    border-radius: 20px;
}

.content-box-info-bottom-cards-left-video .video-wrapper iframe {
    width: 100% !important;
    height: 300px !important;
}

.content-box-info-bottom-cards-left-video .video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.content-box-info-bottom-cards-left-video .video-wrapper iframe {
    top: 0;
    left: 0;
    width: 492px;
    height: 257px;
    border: none;
    display: none;
}

.more-info-button {
    display: flex;
    justify-content: center;
}

.more-info-button a {
    background: #935D37;
    padding: 10px 30px;
    color: #ffffff;
    border-radius: 12px;
    margin-top: 30px;
    transition: 0.3s ease-in-out;
}

.more-info-button a:hover {
    background: #FDBA2D;
    color: #2c2f34;
    transition: 0.3s ease-in-out;
}



@media only screen and (max-width: 1024px) {
    .content-box-info-bottom-cards {
        display: flex;
        flex-direction: column;
    }

    .content-box-info-bottom-cards-right,
    .content-box-info-bottom-cards-left {
        width: 100%;
    }

    .content-box-info .content-box-info-top {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {

    .content-box-info-top .content-box-info-top-image img {
        width: 140px;
        height: 140px;
    }

    .content-box-info .content-box-info-top-items-name h3 {
        font-size: 20px;
    }

    .content-box-info .content-box-info-top-items-expertise span {
        font-size: 16px;
    }

    .content-box-info-top-items .info-content {
        margin-bottom: 20px;
            display: flex;
    flex-direction: column;
    align-items: center;
        gap: 8px;
    }

    .content-box-info-top-items-box .score-box {
        border-radius: 10px;
        padding: 2px 8px;
    }

    .content-box-info-top-items-box .outer-border {
        border-radius: 14px;
        height: 44px;
    }

    .content-box-info-top-items-box .white-layer {
        border-radius: 12px;
    }

    .content-box-info-top-items-box {
        display: flex;
        gap: 8px;
    }

    .content-box-info-bottom-cards-left {
        order: 1;
    }

    .content-box-info-bottom-cards-right {
        order: 2;
    }

    .content-box-info-bottom-cards-left-video .video-wrapper img {
        width: 100%;
        height: auto;
    }

    .content-box-info-bottom-cards-left-video .video-wrapper {
        height: auto;
    }

    .content-box-info-top-items-box .score-box {
        width: 80px;
    }

    .content-box-info-top-items-box .outer-border {
        width: 92px;
    }

    .content-box-info-top-items-box .location {
        width: 92px;
        height: 44px;
        border-radius: 14px;
    }

    .content-box-info {
        width: 100%;
    }

    .content-box {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {
    .content-box-info-top-items-name {
    display: flex
;
    flex-direction: column;
    align-items: center;
}
    .content-box-info-top .content-box-info-top-right {
        gap: 15px;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .content-box-info-top .content-box-info-top-image img {
        width: 200px;
        height: 200px !important;
        object-fit: cover;
    }
.content-box-info-top-image {
    display: flex
;
    justify-content: center;
}
    .content-box-info .content-box-info-top-items-name h3 {
        font-size: 22px;
    }

    .content-box-info-top-items-box .outer-border {
        width: 50%;
    }

    .content-box-info-top-items-box .location {
        width: 50%;
        height: 50px;
    }

    .content-box-info-top-items-box .score-box {
        width: 100%;
    }

    .content-box-info-top-items-box .outer-border {
        height: 50px;
    }

    .content-box-info-top-items-box .white-layer {
        height: 46px;
    }

    .content-box-info-top-items-box .score-box {
        height: 38px;
    }
}
.content-box-info-bottom-cards-right-services.item-card .item-title {
    font-weight: 800 !important;
}
.content-box-info-bottom-cards-left-video .video-wrapper iframe {
    display: block !important;
}
#the-post .entry-content .content-box .more-info-button a {
        font-weight: 300 !important;
    color: #ffffff !important;
} 
#the-post .entry-content .content-box .routing a {
    color: #000 !important;
    font-weight: 200 !important;
    padding: 5px 15px;
}
.content-box .item-title {
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    display: block;
}
.content-box-info-bottom-cards .item-card li {
    list-style: disc !important;
}
.content-box-info-bottom-cards .item-card li {
    list-style: disc !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    margin-bottom: 0;
    font-size: 16px !important;
}
.content-box-info-top-phone {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.content-box .certificate {
background-color: #f6f3f3; padding: 5px 10px; display: block; border-radius: 10px; width: fit-content; font-size: 14px; margin-top: 10px; 
}
.content-box-info-bottom-cards-right-map .routing {
    display: flex
;
    justify-content: center;
    position: unset;
    margin-top: 10px;
    margin-bottom: -20px;
}

.content-box-info .content-box-info-top-items-name h3 {
    margin: 0 !important;
}
.contentbox_verify {
  position: absolute;
  top: -15px; 
  right: -15px; 
  background: white;
  border-radius: 50%;
  padding: 3px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentbox_verify svg {
  position: absolute;
  width: 35px;
  height: 35px;
}