.header-logo img {
    width: 250px;
}


/* product-page-css */

.products-head {
    padding-bottom: 20px;
    color: #051d3e;
}

.products {
    width: 100%;
    align-self: center;
    height: 70%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.product {
    background-color: white;
    width: 340px;
    height: 400px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    padding: 0 20px;
    border-radius: 10px;
    transition: .3s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.product:hover {
    transform: translateY(-15px);
}

.image {
    height: auto;
    display: flex;
    justify-content: center;
}

.image img {
    width: 100%;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-title {
    font-size: 28px;
    text-transform: capitalize;
    color: #051d3e;
    text-align: left;
    font-weight: 500;
}

.product-info p {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    line-height: 1.5;
    color: #051d3e;
}

.product-info button {
    display: flex;
    justify-content: center;
    background-color: #c21523;
    padding: 5px;
    font-size: 22px;
    color: #ffff;
    border-radius: 10px;
    border: none;
}

.contact-area {
    position: relative;
    z-index: 2;
}

.contact-area::before {
    content: "";
    background-image: url(../img/new/contact-img.jpg);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.4;
    z-index: -1;
}

.contact-area-1 .hanars-title {
    text-align: center;
    padding-bottom: 40px;
}


/* ---------------------------------
        Achivements Page
--------------------------------- */

.achive-title {
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    padding-bottom: 20px;
}

.achive-head {
    display: flex;
    flex-direction: column;
    gap: 100px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.regions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.regions img {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}

.dubai-img {
    display: flex;
    position: relative;
}

.dubai-img h3 {
    position: absolute;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    background-color: #051d3e;
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 40px;
    bottom: 20px;
    left: 20px;
}

.dubai-img h3 span {
    color: #c21523;
}

.dubai-content {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.achive-head li {
    padding-left: 30px;
    color: #051d3e;
    font-size: 18px;
    padding-top: 10px;
}

.achive-head li span {
    font-weight: 600;
}

.hospital-img {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hospital-img-2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.hospital-img-2 img {
    width: 600px;
    height: auto;
}

.hospital-img img {
    width: 600px;
    height: auto;
}


/* .project-head{
    padding-top: 30px;
} */

.project-head h3 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
}

.project-head h3 span {
    color: #c21523;
}

.project-content {
    padding-top: 50px;
}

.project-content .hading-title {
    font-size: 39px;
}

.project-content .hading-title span {
    font-size: 28px;
}

.image-3 .hading-title {
    font-size: 36px;
}

.content-2 .hading-title {
    font-size: 39px;
}

.content-2 .hading-title span {
    font-size: 28px;
}

.project-content .inner-about-content-text p {
    font-size: 18px;
}

.home-three-promo .row {
    justify-content: center;
}

.home-three-promo-text {
    top: 76%;
}

.home-three-promo-text {
    padding: 0;
}

.home-three-promo-text ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.home-three-promo-text {
    overflow: auto;
}

.home-three-promo-item {
    height: 250px;
}


/* social media */

.social-menu ul {
    display: flex;
}

.social-menu ul li {
    list-style: none;
    margin: 0 7px;
}

.social-menu ul li .fab {
    font-size: 16px;
    line-height: 25px;
    transition: .3s;
    color: #c21523;
}

.social-menu ul li .fab {
    color: #c21523;
}

.social-menu ul li .fa {
    font-size: 15px;
    line-height: 25px;
    transition: .3s;
    color: #ffff;
}

.social-menu ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 2px 3px #96303080;
    display: grid;
    align-items: center;
}

.social-menu ul li a:hover {
    transform: translate(0, -25%);
}

/* .social-menu ul li:nth-child(3) a {
    background: #1DA1F2;
}

.social-menu ul li:nth-child(4) a {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social-menu ul li:nth-child(5) a {
    background-color: #0077b5;
}

.social-menu ul li:nth-child(2) a {
    background-color: #e9ae19;
}

.social-menu ul li:nth-child(1) a {
    background-color: #161617;
}

.social-menu ul li:nth-child(6) a {
    background-color: #21c745;
} */

.social-menu ul li:a {
    background-color: #ffffff;
}

.licence {
    margin-top: 35px;
    padding: 5px;
    position: absolute;
    right: 35px;
}

.apointment-content {
    position: absolute;
    right: -55px;
    z-index: 2;
    max-width: 30%;
}

.apointment-content-2 {
    position: absolute;
    right: -55px;
    top: 0;
    z-index: 11;
    max-width: 30%;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 9px;
    position: absolute;
    top: 4px;
    left: 20px;
}

.header-logo img {
    width: 70px;
}

.header-logo .hanar-logo {
    width: 120px;
}


/*---------------- logo footer------------------- */

.logo-scroll {
    /* padding-bottom: 50px; */
    margin: 0;
    background: #ecf4ff;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}


/*---------------- progress bar start------------------- */

@keyframes growProgressBar {
    0%,
    33% {
        --pgPercentage: 0;
    }
    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 12rem;
    --fg: #c21523;
    --bg: #fff;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, rgb(208, 235, 255) 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
}


/* demo */

.circle-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 60px 60px;
}

.circle-section {
    background-color: rgb(184, 218, 255);
    margin-top: 90px;
}

.circle-section h2 {
    text-align: center;
    padding-top: 30px;
    font-weight: 600;
}

.circle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.circle-container span {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #051d3e;
    border-radius: 20px;
    padding: 6px;
}


/*---------------- progress bar end------------------- */


/*---------------- Ask for Quote bar start------------------- */

.form-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(24, 109, 199, 0.88);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
}

.form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
    background-color: #c21523;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px;
    color: #fff;
}

.form-container .btn-1 {
    color: #010100;
    background-image: linear-gradient(180deg, #fbb101 0%, #f7cf1f 100%);
    width: 80%;
    margin-top: 10px;
    margin-left: 25%;
    width: 50%;
}

.form-container form {
    padding-top: 30px;
}

.close-button {
    background: none;
    color: #efb52e;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 0.5px #fff;
}

.form-popup-bg:before {
    content: '';
    background-color: #fff;
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* Auto slider */

#slidy-container {
    position: relative;
    width: 100%;
    height: 600px;
    object-fit: contain;
    overflow: hidden;
    margin: 0 auto;
}

#slidy img{
    height: 600px;
}

.licence-service {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;
}

.licence-service img {
    width: 8%
}


/* ----------------------
  -------SERVICE PAGE START------
  --------------------------- */

.service-container {
    width: 100%;
    position: relative;
    padding-top: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.service-container h3 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
}

.service-container .business-line {
    font-size: 25px;
    font-weight: 500;
    color: #c21523;
    letter-spacing: 2px;
}

.service-container .service-line {
    height: 2px;
    width: 120px;
    background: #051d3e;
}

.service-container h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.service-container .services {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 40px;
    padding-top: 30px;
}

.service-container .services .card {
    width: 360px;
    height: 300px;
    text-align: center;
    background-color: rgba(24, 109, 199, 0.88);
    padding: 20px 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.service-container .services .card:hover {
    background: #c41928;
    height: auto;
    padding-bottom: 30px;
}

.service-container .services .card:hover .service-desc {
    display: block;
}

.service-container .services .card .content {
    transition: 0.5s;
}

.service-container .services .card:hover .content {
    transform: scale(1.03);
}

.service-container .services .card .content .icon {
    padding: 5px 0;
    color: white;
}

.service-container .services .card .content .icon i {
    font-size: 40px;
}

.service-container .services .card:hover .content .title {
    color: #fff;
}

.service-container .services .card .content .title {
    padding: 15px 0;
    font-size: 27px;
    font-weight: 600;
    color: #ffffff;
    transition: 0.3s;
    line-height: 2rem;
}

.content p {
    color: #fff;
    font-size: 15px;
    display: none;
}

.content .services-item img {
    object-fit: cover;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 100%;
    border: 5px solid #b2b2b2f1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.content .services-item:hover img {
    border: 5px solid #2268bf;
}

.content .services-item {
    margin-top: 5px;
    text-align: center;
    padding: 0 20px;
}
