/* ===================================
    Crafto - Hosting
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* variable */
:root {      
    --alt-font: 'Poppins', sans-serif;
    --primary-font: 'Poppins', sans-serif;
    --main-color: #137DCB;
    --second-color: #F4F6FC;
    --dark-gray: #181b31;
    --green: #0fc978;
    --medium-gray: #6e7982;
}
/* reset */
::-webkit-input-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis; 
}
::-moz-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
    opacity: 1; 
}
:-ms-input-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
    opacity: 1; 
}
body{
    line-height: 30px;
}
/* header */
.header-icon .icon > a {
    font-size: 15px;
}
.header-transparent .header-button .btn {
    border: 1px solid #A6A6A6;
    background-color: transparent;
    color: black;
    transition: all 0.3s ease-in-out;
}
.header-transparent .header-button .btn:hover {
    transform: translateY(-5px);
}
/* bg background color */
.bg-midnight-dark-blue {
    background-color: #191d3c;
}
.bg-dark-blue {
    background-color: #0d1229; 
}
.bg-arsenic-grey {
    background-color: #3c414a !important; 
}
.bg-transparent-white-light {
    background-color: rgba(255, 255, 255, .1) !important;
}
/* btn */
.btn { 
    text-transform: initial;
    letter-spacing: 0px;
}
.btn i,
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}
/* button type */  
.btn.btn-switch-text.btn-extra-large > span {
    font-size: 17px; 
    padding: 16px 36px;
}
.btn.btn-switch-text.btn-large > span {
    font-size:15px;
    padding: 14px 34px;
}
.btn.btn-switch-text.btn-medium > span {
    font-size: 14px;
    padding: 12px 28px;
}

@media (max-width: 768px) {
    .btn.btn-switch-text.btn-medium > span {
        font-size: 14px;
        padding: 10px 17px;
    }
}

.btn.btn-switch-text.btn-small > span {
    font-size: 13px;
    padding: 8px 20px;
}
.btn.btn-switch-text.btn-very-small > span {
    font-size: 12px;
    padding: 6px 20px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn-yellow {
    background-color: var(--yellow);
    color: var(--dark-gray);
}
.btn-yellow:hover { 
    background-color: transparent;
    border-color: var(--yellow);
    color: var(--yellow); 
}
.btn.btn-box-shadow.btn-yellow:hover {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important;
}
.btn-green {
    background-color: var(--green);
    color: var(--white);
}
.btn-green:hover { 
    background-color: var(--white);
    border-color: var(--white);
    color: var(--dark-gray); 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* page title */
.page-title-extra-small h2 {
    font-size: 3.25rem;
    line-height: 3.425rem;
}
/* checkbox */
.form-check-input:checked {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.form-check-input:focus {
    outline: none;
    box-shadow: none;
}
/* footer */
footer {
    padding-top: 100px;
}

.footer-dark a:hover {
    color: var(--white);
}
footer ul li {
    margin-bottom: 0;
}

/*responsive text*/
/* @media (max-width: 768px) {
    body, span, p {
        font-size: 14px !important;
    }
} */

.description-pers ul li {
    list-style-type: disc !important;
}
.description-pers ul li::marker {
    font-size: 1.5em; 
}

.description-list ul {
    padding-left: 10px;
}

.description-list ul li {
    list-style-type: disc !important;
}
.description-list ul li::marker {
    font-size: 1.1em; 
}

.custom-padding {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 768px) {
    .custom-padding {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 576px) {
    .custom-padding {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }
}


.text-info {
    font-size: 27px;
}

@media (max-width: 768px) {
    .text-info {
        font-size: 16px;
    }
}

.translate-hover {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.translate-hover:hover {
    transform: translateY(-10px);
}

.shadow-hover {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.shadow-hover:hover {
    box-shadow: 5px 5px 5px 5px whitesmoke;
}

.bg-hero {
    background-color: #F4F6FC;
}

.hero-img img {
    width: 100%;
}

@media (max-width: 768px) {
    .hero-img img {
        width: 300px;
    }
}

.layer-background-very-dark {
    position: relative;
    z-index: 1;
}

.layer-background-very-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75); 
    z-index: -1; 
}

.layer-background {
    position: relative;
    z-index: 1;
}

.layer-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)); 
    z-index: -1; 
}


.w-mobile-100 {
    width: 85%;
}

@media (max-width: 768px) {
    .w-mobile-100 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .footer-top-contact {
        text-align: center;
    }
}

.footer-contact {
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: end;
    margin-top: 0;
}

@media (max-width: 768px) {
    .footer-contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-top: 30px;
    }
}

/* paket harga */
.harga_diskon {
    font-size: 22px;
}

@media (max-width: 768px) {
    .harga_diskon {
        font-size: 20px;
    }
    .chat-paket a span {
        font-size: 11px;
    }
    .chat-paket .btn .btn-medium {
        padding-right: 5px;
        padding-left: 5px;
    } 
}


.btn-chat {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 12px 24px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-chat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(to right, #56D4E1, #0653B1);
    z-index: -1;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-platinum::before {
    background: linear-gradient(to right, #56D4E1, #0653B1);
}

.btn-gold::before {
    background: linear-gradient(to right, #F5BF41, #9E720D);
}

.btn-silver::before {
    background: linear-gradient(to right, #696767, #272727);
}

.btn-bronze::before {
    background: linear-gradient(to right, #1FD5FF, #8c52ff);
}

/* Hover Effects */
.btn-chat:hover {
    transform: scale(1.02);
    opacity: 0.95;
}


.text-platinum {
    color: #137dcb !important;
}

.text-gold {
    color: #e4af37 !important;
}

.text-silver  {
    color: #6d6b6b !important;
}

.text-bronze {
    color: #8c52ff !important;
}

.btn-platinum {
    background: linear-gradient(to right, #56D4E1, #0653B1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}

.btn-gold {
    background: linear-gradient(to right, #F5BF41, #9E720D);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}

.btn-silver {
    background: linear-gradient(to right, #696767, #272727);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}

.btn-bronze {
    background: linear-gradient(to right, #1FD5FF, #8c52ff);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}

.bg-notmark,
.bg-mark {
    width: 20px; 
    height: 20px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: #FA424E; 
    color: #fff;
    border-radius: 50%; 
}

.bg-mark {
    background-color: #7ED957;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #fff;
}
.table>:not(caption)>*>* {
    background-color: #F4F6FC;
}
.table-responsive {
    overflow-x: auto;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

.table td i {
    display: inline-flex; 
    align-items: center;
    justify-content: center; 
    margin: 0 auto; 
}

.table-striped thead th {
    background-color: #F4F6FC;
}

.table-striped tbody tr:nth-child(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-child(even) {
    background-color: #F4F6FC;
}

.text-danger {
    color: #dc3545 !important;
}

.text-success {
    color: #28a745 !important;
}

@media (max-width: 767.98px) {
    .table {
        font-size: 10px !important;
    }

    .table th, .table td {
        padding: 0.5rem !important; 
    }
        
    .table th {
        font-size: 11px !important; 
        line-height: 15px;
    }
    .table td {
        line-height: 20px;
    }
    .bg-notmark,
    .bg-mark {
        width: 15px; 
        height: 15px; 
    }
}


.custom-overlay {
    position: relative;
}
.custom-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
}

.bg-stripped {
    background-color: var(--second-color);
}

.box-shadow-feature {
    border: 1px solid whitesmoke;
    transition: all 350ms ease-in-out;
}

.box-shadow-feature:hover {
    transform: translateY(-10px);
}

.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.gallery-image-01 {
    position: relative;
    height: 250px; 
    overflow: hidden; 
}

.gallery-image-01 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: top; 
}

/* background image custom */
.backlink-background {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--second-color);
}

.backlink-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../public/images/backlink-background.webp');
    z-index: -1; 
}

.klien-backlink-background {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.klien-backlink-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../public/images/klien-backlink-background.webp');
    z-index: -1; 
    background-size: cover;
}

.overlay-background-layanan {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--main-color);
}

.overlay-background-layanan::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../public/images/overlay-layanan.webp');
    z-index: -1; 
    background-size: cover;
}

.overlay_yang_dibutuhkan {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.overlay_yang_dibutuhkan::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: url('../../public/images/overlay-apa-yang-dibutuhkan.webp');
    z-index: -1; 
    background-size: cover;
}

.overlay-background-proses-kerja {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.overlay-background-proses-kerja::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../public/images/overlay-alur-kerja.webp');
    z-index: -1; 
    background-size: cover;
}

.background-konferensi {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.background-konferensi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../public/images/background-konferensi.webp');
    z-index: -1; 
    background-size: cover;
}

.background-materi-publikasi {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.background-materi-publikasi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../public/images/background-materi-publikasi.webp');
    z-index: -2; 
    background-size: cover;
    background-position: center;
}

.background-materi-publikasi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); 
    z-index: -1; 
}


.background-jasa-penulisan-artikel {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.background-jasa-penulisan-artikel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../public/images/background-jasa-penulisan-artikel.webp');
    z-index: -1; 
    background-size: cover;
}


.mitra-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.mitra-item {
    width: calc(100% / 9 - 1rem);
    box-sizing: border-box; 
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.mitra-item img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .row-8 .mitra-item {
        width: calc(100% / 8 - 1rem); 
    }
}

@media (max-width: 992px) {
    .row-6 .mitra-item {
        width: calc(100% / 6 - 1rem); 
    }
}

@media (max-width: 768px) {
    .row-4 .mitra-item {
        width: calc(100% / 4 - 1rem);
    }
}

@media (max-width: 576px) {
    .row-2 .mitra-item {
        width: calc(100% / 2 - 1rem); 
    }
}


/* top bar mobile */
.top-bar-mobile {
    z-index: 10000;
}
.top-bar-mobile span {
    font-size: 9px !important;
}

/* nav logo mobile */
.navlogo-mobile .navbarlogo-mobile img {
    margin-left: 15px;
    width: 200px;
    filter: brightness(0) invert(1);
}

/* slider */

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; 
}

picture {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0; 
    padding: 0; 
}

@media (max-width: 767px) {
    .swiper-slide {
        height: auto;
    }
    .slide-image {
        height: auto;
        object-fit: contain; 
    }
}

@media (max-width: 768px) {
    .feature-box-content p{
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .desc-list ul li p {
        font-size: 14px;
    }
}


.condensed-spacing {
    line-height: 1.4;
    text-align: justify;
    margin-top: 0.5em; 
    margin-bottom: 0.5em; 
    padding: 0; 
    overflow-wrap: break-word; 
    word-spacing: -0.05em; 
}

.hero-title {
    font-size: 19px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}

.section-heading {
    font-size: 27px !important;
    line-height: 26px;
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 22px !important;
    }
}

.section-subheading {
    font-size: 16px !important;
    line-height: 22px !important;
}

@media (max-width: 768px) {
    .section-subheading {
        font-size: 14px !important;
    }
}

.custom-hover-scale-img {
    transition: 0.3s;
}
.custom-hover-scale-img .image {
    transition: .3s;
}
.custom-hover-scale-img:hover {
    transform: translateY(-10px);
}
.custom-hover-scale-img:hover .image {
    transform: scale(1.05);
}

.cbh-phone {
    display: block;
    position: fixed;
    left: -50px;
    bottom: -55px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s
}

.cbh-phone.cbh-show {
    visibility: visible
}

.cbh-phone.cbh-static1 {
    opacity: .6
}

.cbh-phone.cbh-hover1 {
    opacity: 1
}

.cbh-ph-circle {
    width: 110px;
    height: 110px;
    top: 40px;
    left: 40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out!important
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out!important
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: rgba(0,175,242,1);
    opacity: .5
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: rgba(117,235,80,1);
    opacity: .5
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0,175,242,1);
    opacity: .5
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: rgba(204,204,204,1);
    opacity: .5
}

.cbh-phone.cbh-gray .cbh-ph-circle {
    border-color: rgba(117,235,80,1);
    opacity: .5
}

.cbh-ph-circle-fill {
    width: 74px;
    height: 74px;
    top: 58px;
    left: 58px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity: 0!important
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0,175,242,.5);
    opacity: .75!important
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117,235,80,.5);
    opacity: .75!important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0,175,242,.5);
    opacity: .75!important
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204,204,204,.5);
    opacity: .75!important
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117,235,80,.5);
    opacity: 1!important
}

.cbh-ph-img-circle1 {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-image: url(../../../assets/public/images/whats.png);
    background-size: 40px 40px;
    background-color: rgba(30,30,30,.1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out!important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0 infinite ease-in-out!important;
    -moz-animation: cbh-circle-img-anim 0 infinite ease-in-out!important;
    -ms-animation: cbh-circle-img-anim 0 infinite ease-in-out!important;
    -o-animation: cbh-circle-img-anim 0 infinite ease-in-out!important;
    animation: cbh-circle-img-anim 0 infinite ease-in-out!important
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(0,175,242,1)
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: rgba(117,235,80,1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0,175,242,1);
    background-color: rgba(0,175,242,1)
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(204,204,204,1)
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: rgba(117,235,80,1)
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0deg) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: #00f2a4
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: #00f2a4
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: #2ecb71
}

/* contact-btn */
.floating_btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }

@media (max-width: 768px) {
    .subscribe-section .feature-box .feature-box-content {
        text-align: center;
    }
    .subscribe-section .feature-box .feature-box-content h5{
        font-size: 22px !important;
    }
    .subscribe-section .feature-box .feature-box-content p {
        font-size: 14px !important;
        line-height: 20px;
    }
}

.copyright span {
    font-size: 11px !important; 
}

@media (max-width: 768px) {
    .copyright span {
        font-size: 9px !important; 
    }
}

.contact-title {
    font-size: 18px !important;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--light-gray); 
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.3s;
}

.swiper-pagination-bullet-active {
    background: var(--dark-gray); 
}
  

/* media query responsive */
@media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner {
        background-color: var(--main-color);
    }
}
@media (max-width: 1199px) {
    .btn.btn-switch-text.btn-small > span {
        padding: 6px 18px;
    }
    footer {
        padding-top: 80px;
    }
    .btn.btn-switch-text.btn-extra-large > span { 
        padding: 16px 30px;
    }
    .btn.btn-switch-text.btn-large > span { 
        padding: 14px 30px;
    }
}
footer .footer-subheading {
    font-size: 15px;
}
@media (max-width: 767px) {
    footer {
        padding-top: 50px;
    }
    footer .footer-subheading {
        font-size: 13px;
    }
}

.description-pers {
    font-size: 16px;
}

@media (max-width: 768px) {
    .description-pers {
        font-size: 14px;
    }
}