.dricus_img{
    width: 90px;
    margin-right: 10px;
    vertical-align: middle;
    background: white;
    border-radius: 100px !important;
    padding: 10px;
}

.ocs_dricus_servcie_box .service-details-feature-item {
    background: none;
}

.ocs_dricus_servcie_box h4.title.wow.animated.words.chars.splitting {
    color: white;
}

.ocs_dricus_servcie_box .service-details-feature-item .icon{
    color: #ceadff;
}

p{
    color: #606364;
}

.ocs_p_white p{
    color: white;
}

.ocs_service_accordion_box .gto-faq-1-right-content {
    background-color: #ffffff;
  
}

.ocs_services_l_r_box .content-wrap {
    background: #370E73;
}

.ocs_services_l_r_box .content-wrap .title {
    color:white;
}

.ocs_services_l_r_box .content-wrap .text {
    color:white;
}

.ocs_services_l_r_box .content-wrap .p-item-btn {
    border: 2px solid #ffffff;
    color: #ffffff;
    display: none;
}

.ocs_services_l_r_box .content-wrap .p-item-btn:after {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
}

.ocs_service_image_box img.attachment-full.size-full.wp-image-5302 {
    width: auto;
    height: 150px;
    object-fit: cover;
}

.ocs_services_box img {
    height: 130px !important;
}

.ocs_services_box .img-wrap{
    justify-content: start;
}

.ocs_drcs_service_box .service-details-feature-item {
    height: 250px;
}

ul.ocs_key_benefits_list {
    display: flex;
    justify-content: center;
}


.ocs_key_benefits_list li{
    list-style: disc;
    margin-right: 20px;
    margin-left: 20px;
    font-size:26px;
}

.ocs_key_benefits_list li:first-child {
    list-style: none !important;
}

.ocs_fs_20 p{
    font-size:20px;
}

.ocs_services_box .gto-trusted-1-item .content-wrap{
    height: 675px;
    background: #370e7314;
}

.gto-feature-list li i:after{
    background-color: #dac5f9;
}

.has-breadcrumb-overlay::after{
    background-color: transparent;
    background-image: linear-gradient(180deg, #370E73 20%, #063F97 100%);
}

.ocs_typed_section span.typed-me{
    color: white;
    font-size: 48px;
}

.ocs_typed_section {
    text-align: center;
}

.scroll-top{
    background: linear-gradient(0deg, rgb(55 14 115) 0%, rgb(50 89 161) 100%);
}


.preloader{
    background: white;
}

.wavy span {
    color: #370E73;
}

@keyframes animate {

    0% {
        color: #370E73;
        transform: translateY(0px);
        opacity: 0.2;
    }

    20%{
        color: #370E73;
        transform: translateY(-20px);
        opacity: 0.3;
    }

    40%, 100% {
        transform: translateY(0px);
      }

 

}

.ocs_text_slider h3.title {
    font-weight: 500;
    font-size: 60px;
    letter-spacing: 5px;
    line-height: 1.5;
    -webkit-text-stroke-color: #ffffff;
}

.ocs_text_slider{
    background: #370E73;
    padding: 10px;
}

.ocs_section_p_text p {
    color: #152830;
    font-size: 20px;
    font-weight: 500;
}

.ocs_service_pg_box .icon svg {
    vertical-align: unset;
}

.ocs_service_pg_box .gto-services-4-card .img-wrap img {
    border-radius: 15px;
}


.ocs_service_pg_box .icon {
    display: none;
}

.our-process-page-item .content-wrap{
    margin-left: -75px !important;
}

.our-process-page-item:is(.style-2) .content-wrap {
    margin-left: 75px !important;
}

.gto-header-top-1{
    background-color: #370E73 !important;
}

div#root {
    border: solid 1px lightgray;
}

li.wpuf-menu-item {
    padding: 10px;
    border-left: 5px solid #370E73;
    border-top: solid 2px #370E73;
    border-bottom: solid 2px #370E73;
    border-right: solid 2px #370E73;
    margin-bottom: 10px;
}

li.wpuf-menu-item:hover {
    background: #370E73;
    color: white !important;
}

li.wpuf-menu-item:hover a {
    color: white;
}

li.wpuf-menu-item.active:hover a {
    color: white !important;

}

.dricus_logo{
    width: 500px;
}

@media only screen and (max-width: 768px) {

    .dricus_logo{
        width: 400px;
    }

}

@media only screen and (max-width: 500px) {

    .dricus_logo{
        width: 300px;
    }

}

.copyright-text p {
    color: white;
}

@media (max-width: 768px) {

    .ocs_contact_sec_col2{
        order: 1 !important;
        width: 100% !important;
        min-height: 400px !important;
    }

    .ocs_contact_sec_col1{
        order:2 !important;
        width: 100% !important;
    }

}

@media (min-width: 769px) and (max-width: 1300px) {
    .ocs_contact_sec_col2 .elementor-widget-wrap {
        background-position: -690px 0px !important;
    }
}

@media (max-width: 500px) {
    .ocs_contact_sec_col2 .elementor-widget-wrap {
        background-position: -100px 0px !important;
    }
}

.ocs_header .gto-call-option-wrap .content .email {
    color: white;
}

.ocs_header .gto-call-option-wrap .content .text {
    color: white;
}

.ocs_page_title_subtext p {
    font-size: 24px;
    line-height: 34px;
}

.bounce-button {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

h1{
    font-size: 54px !important;
}

@media (max-width: 768px) {

.ocs_key_benefits_list li{
    font-size:20px;
}

.ocs_typed_section span.typed-me {
    color: white;
    font-size: 36px;
}

.ocs_hero_title h1 {
    font-size: 32px !important;
}

}

@media (min-width: 600px) and (max-width: 767px){

    .ocs_key_benefits_list li{
        font-size:20px;
    }
    
    .ocs_typed_section span.typed-me {
        color: white;
        font-size: 22px;
    }
    
}

@media (max-width: 599px) {
    .ocs_key_benefits_list{
        display: none;
    }

    .ocs_typed_section span.typed-me {
        color: white;
        font-size: 20px;
    }
}

@media (max-width: 991px) {

.ocs_services_l_r_box .our-process-page-item .content-wrap {
    margin-left: 0px !important;
    max-width: unset;
}

}

a.support_link {
    text-decoration: underline;
    font-weight: bold;
}

span.support_link_text {
    margin-top: 15px !important;
    display: block;
    margin-bottom: 15px;
}

.ocs_bug_report span.sb-icon.fas.fa-headset {
    border: solid 1px var(--bg);
}

.ocs_bug_report span.sb-label {
    border: solid 1px var(--bg);
}

.floating-button {
    position: fixed;
    right: 0px;      /* Stick to the right side of the screen */
    top: 50%;         /* Position the button in the middle of the screen vertically */
    transform: translateY(-50%); /* Center the button perfectly */
    z-index: 1000;    /* Ensure it's on top of other elements */
}

.floating-button .btn {
    display: inline-block;
    padding: 20px 5px;
    background-color: #ec4915;
    color: white;
    text-decoration: none;
    font-size: 16px;
    
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    writing-mode: vertical-rl;  /* Make the button text vertical */
    transform: rotate(180deg);  /* Rotate the text to make it upright */
}

.floating-button .btn:hover {
    background-color: #ec4915;
}

.floating-button i.fa-solid.fa-bug {
    margin-bottom: 5px;
}

iframe.payment_frm {
    width: 100%;
    height: 100vh;
    margin-top: 50px;
    margin-bottom: 100px;
    min-height: 800px;
}