.webrion-blog {
    padding: 60px 0;
}

.webrion-blog .webrion-blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.webrion-blog .webrion-blog-head .blog-head-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
}

.webrion-blog .webrion-blog-head .blog-head-title span {
    display: block;
    font-size: 35px;
    font-weight: 600;
}

.webrion-blog .webrion-blog-head a {
    color: #fff;
    width: fit-content;
    padding: 0 20px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
}


.webrion-blog .webrion-blog-head a:hover i {
    color: #fff;
    transition: 0.3s;
}

.webrion-blog-swiper .blog-content {
    padding: 25px;
    border-radius: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    min-height: 470px;
}

.webrion-blog-swiper .blog-content img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.webrion-blog-swiper .blog-content .blog-content-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin: 15px 0 10px;
}

.webrion-blog-swiper .blog-content p {opacity: .6;}

.webrion-blog-swiper .blog-content .blog-btn a {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 500;
    transition: 0.3s;
}





.webrion-blog-swiper .blog-content .blog-btn a i{
    font-size: 20px;
    line-height: 1;
    position: relative;
    left: -10px;
}

.webrion-blog-swiper .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 30px;
}

.webrion-blog  .service-box {
    border: 1px solid #E0E0E0;
    padding: 30px 25px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.webrion-blog  .service-box h2 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    opacity: .4;
}

.webrion-blog  .service-box span {
    font-size: 25px;
    font-weight: 500;
}

.webrion-blog  .service-box .service-form .service-form-item {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.webrion-blog  .service-box .service-form .service-form-item textarea {
    outline: none;
    background: #f8f8f8;
    border: none;
    border-radius: 10px;
    padding: 10px 17px;
    width: 100%;
    height: 130px;
}

.webrion-blog  .service-box .service-form .service-form-item textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.webrion-blog  .service-box .service-form .service-form-item input::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.webrion-blog  .service-box .service-form .service-form-item input {
    background: #f8f8f8;
    border: none;
    outline: none;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1;
}

.webrion-blog  .service-box .service-form .service-form-item select {
    background: #F6F6F6;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 10px;
}

.webrion-blog  .service-box .service-form .service-form-btn {
    margin-top: 30px;
    position: relative;
}

.webrion-blog  .service-box .service-form .service-form-btn input[type=submit] {
    border: 1px solid #fff;
    color: #fff;
    padding: 0 45px;
    height: 45px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-radius: 30px;
    font-size: 15px;
    transition: 0.3s;
    line-height: 1;
}



.webrion-blog  .service-gallery {
}

.webrion-blog .service-gallery .row{
    row-gap: 30px;
}

.webrion-blog  .service-gallery .gallery-content {
    position: relative;
    width: 100%;
}

.webrion-blog  .service-gallery .gallery-content .gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.webrion-blog  .service-gallery .gallery-content .gallery-box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(177deg, rgb(0 0 0 / 0%) 11%, rgb(0 0 0 / 84%) 96%);
    border-radius: 15px;
}

.webrion-blog  .service-gallery .gallery-content .gallery-box .gallery-title {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    position: absolute;
    line-height: 1.3;
    bottom: 0;
    padding: 30px;
}



.webrion-blog  .service-gallery .gallery-content .gallery-box {
    height: 370px;
    position: relative;
    width: 100%;
    display: block;
}

.webrion-blog  .service-gallery .gallery-content::before {
    /* content: ""; */
    border: 1px solid #C5AD6F;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    z-index: -3;
}

.webrion-blog  .service-wp-box {
}

.webrion-blog  .service-wp-box a {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid rgb(224 224 224);
    padding: 14px 20px;
    border-radius: 15px;
    transition: all .5s;
}

.webrion-blog  .service-wp-box a:hover{
    background-color: #29a71a;
    transition: all .5s;
}

.webrion-blog  .service-wp-box a:hover .text-wp .attach{
    color: #fff;
    transition: all .5s;
}

.webrion-blog  .service-wp-box img {
    width: 35px;
}

.webrion-blog  .service-wp-box .text-wp {
    display: flex;
    flex-direction: column;
}

.webrion-blog  .service-wp-box .text-wp .attach {
    color: #29a71a;
    font-weight: 400;
    font-size: 16px;
}

.webrion-blog  .service-wp-box .text-wp span {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.webrion-blog  .all-service {
    border: 1px solid #C5AD6F;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.webrion-blog  .all-service .all-service-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.webrion-blog  .all-service .all-service-head .service-head-title {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.webrion-blog  .all-service .all-service-head span {
    font-size: 25px;
}

.webrion-blog  .all-service ul li {
    border-bottom: 1px solid #C5AD6F;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.webrion-blog  .all-service ul li a {
    color: #C5AD6F;
    font-size: 17px;
    font-weight: 500;
    transition: 0.3s;
}

.webrion-blog  .all-service ul li a:hover {
    color: #3E4E80;
    transition: 0.3s;
}

.webrion-blog  .all-service ul li:last-child {
    padding-bottom: 0;
    border: none;
}
.webrion-blog  .service-content-detail{}
.webrion-blog  .service-content-detail .service-content-title {
    font-size: 25px;
    color: #000;
    font-weight: 500;
}

.webrion-blog  .service-content-detail p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px !important;
    line-height: 1.3;
}
.webrion-blog  .service-content-detail li{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px !important;
    line-height: 1.3;
    list-style: disc;
}
.webrion-blog  .service-content-detail ul{
    padding-left: 15px !important;
    margin-bottom: 15px !important;
}
.webrion-blog  .service-content-detail img{
    border-radius: 30px;
    width: 50%;
    margin: 10px 0;
}
.webrion-blog  .service-content-detail strong{}

.webrion-blog  .service-content-detail .service-image {
    margin: 40px 0;
}

.webrion-blog  .service-content-detail .service-image img {
    max-width: 400px;
    max-height: 400px;
}

.webrion-appointment{
    padding: 60px 0;
}
.webrion-appointment .appointment-box{
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
}
.webrion-appointment .appointment-box label{
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.webrion-appointment .appointment-box input{
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 0 15px;
    border-radius: 10px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.webrion-appointment .appointment-box input::placeholder{
    font-size: 14px;
    color: #000;
}
/*
.webrion-appointment .appointment-box input[type=date]{
  background-color: #0080ff;
  padding: 15px;
  color: #ffffff;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 5px;
}
::-webkit-calendar-picker-indicator{
  background-color: #ffffff;
  padding: 5px;
  cursor: pointer;
  border-radius: 3px;
}
*/


.webrion-appointment .appointment-box .row{
    row-gap: 20px;
    align-items: end;
}


input:focus-visible,
textarea:focus-visible,
select:focus-visible{
    outline: 0 !important;
}
input:focus,
textarea:focus,
select:focus{
    outline: 0 !important;
}

.thanks-appointment{
    margin: 0 0 70px;
}
.thanks-appointment .thanks-box{
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 50px;
}
.thanks-appointment .thanks-box .icon{}
.thanks-appointment .thanks-box .icon img{
    width: 100px;
}
.thanks-appointment .thanks-box .thanks-text{
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0;
}
.thanks-appointment .thanks-box .thanks-text span{
    font-weight: 600;
    color: #BB9441;
}
.thanks-appointment .thanks-box a{
    background-color: #bb9442;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    border-radius: 100px;
    margin-top: 20px;
}

.pagination {
    justify-content: center;
    gap: 8px;
    margin: 30px 0 0;
}

.pagination .page-numbers.current {
    width: 44px;
    height: 44px;
    background-color: #bb9442;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: unset;
}

.pagination .page-numbers:not(.current):hover{
    background-color: #ededed;
    transition: all .5s ease;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev{
    width: auto;
    padding: 0px 20px;
}

.pagination .page-numbers {
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #ccd3dd;
    background-color: #fff;
    transition: all .5s ease;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif !important;
    color: #bb9442;
}

.pagination .dots {
    background-color: unset;
    color: #072156;
    border: unset;
}
.webrion-contact {
    padding-bottom: 99px;
}

.webrion-contact .webrion-contact-form {
    padding: 30px;
    border: 1px solid #ececec !important;
    border-radius: 30px;
}

.webrion-contact .webrion-contact-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

.webrion-contact .webrion-contact-grid .contact-list {
    border: unset !important;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
}

.webrion-contact .webrion-contact-grid .contact-map {
    height: 100%;
}

.webrion-contact .webrion-contact-grid .contact-list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.webrion-contact .webrion-contact-grid .contact-list ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
}




.webrion-contact .webrion-contact-grid .contact-list ul li .adress {
    font-weight: 300;
}

.webrion-contact .webrion-contact-grid .contact-list ul li span {
    display: flex;
    font-size: 25px;
}

.webrion-contact .webrion-contact-grid .contact-map iframe {
    border-radius: 30px;
}

.webrion-contact .webrion-contact-form .form-title {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}

.webrion-contact .webrion-contact-form p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item label {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item input {
    background: #f8f8f8;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 10px;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item input::placeholder,
.webrion-contact .webrion-contact-form .contact-form .contact-item textarea::placeholder{
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item textarea {
    height: auto;
    background: #F6F6F6;
    border: none;
    outline: none;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 200px;
}
.webrion-contact .webrion-contact-form .contact-form .contact-form-btn{
    width: fit-content;
    position: relative;
}
.webrion-contact .webrion-contact-form .contact-form .contact-form-btn p{}
.webrion-contact .webrion-contact-form .contact-form .contact-form-btn i{
    position: absolute;
    right: 30px;
    top: 10px;
    color: #fff;
    font-size: 20px;
}
.webrion-contact .webrion-contact-form .contact-form .contact-form-btn input[type=submit] {
    padding: 0 60px 0 30px;
    color: #fff;
    height: 45px;
    border: none;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    transition: 0.3s;
    background: #c99c31;
}

.webrion-blog .service-box .service-form .service-form-btn span.wpcf7-spinner {
	position: absolute;
}

.webrion-contact .webrion-contact-form .contact-form .contact-form-btn span.wpcf7-spinner {
	position: absolute;
}

.webrion-appointment .appointment-box input[type=submit] {
	background: #c99c31;
	color: #fff;
}

.webrion-appointment .appointment-box span.wpcf7-spinner {
	position: absolute;
}