textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}

.page .page-bottom .about .about-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}

.blog-post-thumb {
    cursor: pointer;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    overflow: hidden;
}

.blog-post-thumb .img {
    border-radius: 0px;
}

.blog-post-thumb .pills {
    position: absolute;
    margin-left: 20px;
    margin-top: -15px;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 12px;
    background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
    color: white;
    font-weight: bold;
    cursor: default;
}

.blog-post-thumb h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-primary-line {
    width: auto !important;
    padding: 20px 25px;
    margin-bottom: 0px !important;
    line-height: 0;
    height: auto !important;
}

.alert-custom {
    border-radius: 15px;
    border-color: transparent;
}

.alert-custom.alert-danger {
    background: #ffdede;
    color: #e25d5d;
}

.alert-custom.alert-info {
    background: #dee6ff;
    color: #5d7ce2;
}

.table-custom {
    border: 1px solid #f2f5ff;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    border-radius: 15px;
    overflow: hidden;
}

.table-custom thead tr {
    background-image: linear-gradient(-135deg, #6A30D1 0%, #5C83E3 100%);
    color: white;
}

.table-custom thead th {
    border-width: 0;
    padding: 20px;
}

.table-custom.nobreak th,
.table-custom.nobreak td {
    white-space: nowrap;
    vertical-align: middle;
}

.table-custom tbody,
.table-custom td {
    border-style: none;
}

.table-custom td {
    padding: 20px;
}

.btn-mini {
    padding: 12px 10px;
    font-size: 10px;
}

.contact .map-wrapper {
    border-radius: 20px;
}

footer {
    padding: 30px;
}

.welcome-area .header-text .btn-primary-line {
    line-height: 0;
}

.right-bg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.welcome-area .right-bg:before {
    opacity: 0.45;
    background: #000000;
}

.welcome-area .right-bg {
    float: none;
    width: 100%;
}

.header-area .main-nav .nav li a,
.header-area .main-nav .nav li a:hover {
    color: #ffffff;
}

.header-area .main-nav .nav li.submenu:after {
    color: #ffffff;
}

.header-area.header-sticky .nav li a,
.header-area.header-sticky .nav li.submenu:after {
    color: #3B566E;
}

.header-area.header-sticky .nav li a:hover {
    color: #635CDB;
}

.welcome-area .header-text h1,
.welcome-area .header-text p {
    color: white;
}

.welcome-area .header-text h1 span {
    font-weight: bolder;
    color: white;
}

.welcome-area .header-text p:before,
.welcome-area .header-text p:after {
    content: "";
    width: 0px;
    height: 0px;
    background-color: white;
}

.header-area .main-nav .logo {
    margin-top: 15px;
}

.header-area .main-nav .logo img {
    height: 60px;
    display: block;
    filter: brightness(0) invert(1);
}

.header-area.header-sticky .logo img {
    filter: brightness(1) invert(0);
}

.header-area.header-sticky .logo {
    margin-top: 10px;
}

.contact {
    float: none;
    width: initial;
}

.back-to-top {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s ease;
}

.back-to-top:hover {
    background-image: linear-gradient(-135deg, #6A30D1 0%, #5C83E3 100%);
    color: #fff;
}

.header-area.header-white .nav li a {
    color: #3B566E;
}

.header-area.header-white .nav li a:hover {
    color: #635CDB;
}

.header-area.header-white .nav li.submenu:after {
    color: #3B566E;
}

.header-area.header-white .logo img {
    filter: brightness(1) invert(0);
}

.header-area.header-white .logo {
    margin-top: 10px;
}

.card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
}

.card-header,
.card-footer {
    border: none;
    padding: 20px 25px;
}

.card-body {
    padding: 25px;
}

.card-header {
    background: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
    color: #fff;
}

.page-bottom ul li {
    list-style: auto;
    margin-left: 30px;
}

.page-bottom ol li {
    list-style: disc;
    margin-left: 30px;
}

.form-control {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    border: 1px solid #e9ebff;
    padding: 10px 20px;
    border-radius: 10px;
}

.form-control::placeholder {
    opacity: 0.6;
}

.custom-file-btn {
    padding: 10px 20px;
    border-radius: 10px;
    color: #4b697c;
    border: 1px solid #6453d8;
    cursor: pointer;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 700;
    overflow: hidden;
}

.custom-file-btn:hover {
    color: white;
}

.custom-file-btn:before {
    /*border-radius: 10px;*/
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-135deg, #6A30D1 0%, #5C83E3 100%);
    z-index: -1;
    transition: opacity 0.3s linear;
    opacity: 0;
}

.custom-file-btn:hover:before {
    opacity: 1;
}

.swal2-popup {
    border-radius: 20px;
}

.gallery-view {
    cursor: pointer;
}

.popup .modal-content {
    border: none;
}

.popup .btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: white;
    opacity: 1;
    border-radius: 50px;
    width: 2em;
    height: 2em;
    font-weight: bolder;
}

@media (max-width: 991px) {
    .header-area .logo {
        margin-top: 15px !important;
        margin-left: 30px;
    }

    .header-area .main-nav .logo img {
        height: 50px;
        filter: brightness(1) invert(0);
    }

    body.swal2-height-auto {
        padding-right: 0 !important;
    }
}