body {
    background-color: #fff !important;
}



.app-blog5-post-content {
    padding: 1em;
}

.btn-outline-primary {
    --bs-btn-color: #28a745 !important;
    --bs-btn-border-color: #28a745!important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #28a745!important;
    --bs-btn-hover-border-color: #28a745!important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #28a745!important;
    --bs-btn-active-border-color: #28a745!important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #28a745!important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #28a745!important;
    --bs-gradient: none;
}

.app-blog5-sidebar {
    display:none;
}

.app-cta3-wrapper .app-cta3 .app-cta3-buttons .app-cta3-btn:first-child {
    background-color: #bfbfbf !important;
    border-color: #bfbfbf !important;
}

.app-cta3-wrapper .app-cta3 .app-cta3-buttons .app-cta3-btn:first-child:hover {
 color: #28a745 !important;
    
}

.app-blog5-post-header img.img-fluid {
    border-radius: 20px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

a {
font-weight: bold ;
}

html body.to-shine-variation-fullscreen form footer#to-shine-page-footer {
    background: linear-gradient(90deg, rgb(45 167 82) 0%, rgb(2 205 19) 100%) !important;
}

.box-shadow {
-webkit-box-shadow: 10px 12px 15px -7px rgba(0,0,0,0.19) !important;
-moz-box-shadow: 10px 12px 15px -7px rgba(0,0,0,0.19)!important;
box-shadow: 10px 12px 15px -7px rgba(0,0,0,0.19)!important;
}

/*
.dropdown-item.active, .dropdown-item:active {
   background-color: #28A745;
}*/

/*
#dnn_ctr633_ModuleContent {
    margin-bottom: -15em !important;
}*/


.dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #28A745 !important;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;

}

  .spinny-wrapper{

    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;

    
  }



    .cta-module * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .cta-module .cta-container {
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }

        .cta-module .cta-bar {
            background: linear-gradient(135deg, #28a745 0%, #20c997 20%, #28a745 50%, #10b981 80%, #28a745 100%);
            padding: 40px 30px;
            position: relative;
            z-index: 2;
            overflow: hidden;
        }

        .cta-module .cta-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 3;
        }

        .cta-module .cta-text {
            color: white;
        }

        .cta-module .cta-title {
            font-size: 2.2rem;
            font-weight: bold;
            margin-bottom: 8px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .cta-module .cta-subtitle {
            font-size: 1.1rem;
            opacity: 0.9;
            font-weight: 300;
        }

        .cta-module .cta-button {
            background: white;
            color: #047857;
            padding: 16px 32px;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            text-decoration: none;
            display: inline-block;
        }

        .cta-module .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            background: #f8f9fa;
            color: #047857;
            text-decoration: none;
        }

        .cta-module .bubbles-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .cta-module .bubble {
            position: absolute;
            opacity: 0.6;
            animation: cta-float 6s ease-in-out infinite;
        }

        .cta-module .bubble:nth-child(1) {
            top: 20%;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 8s;
        }

        .cta-module .bubble:nth-child(2) {
            top: 60%;
            left: 20%;
            animation-delay: -2s;
            animation-duration: 6s;
        }

        .cta-module .bubble:nth-child(3) {
            top: 30%;
            left: 70%;
            animation-delay: -4s;
            animation-duration: 7s;
        }

        .cta-module .bubble:nth-child(4) {
            top: 70%;
            left: 80%;
            animation-delay: -1s;
            animation-duration: 9s;
        }

        .cta-module .bubble:nth-child(5) {
            top: 10%;
            left: 50%;
            animation-delay: -3s;
            animation-duration: 5s;
        }

        .cta-module .bubble:nth-child(6) {
            top: 80%;
            left: 40%;
            animation-delay: -5s;
            animation-duration: 8s;
        }

        .cta-module .bubble:nth-child(7) {
            top: 40%;
            left: 90%;
            animation-delay: -2.5s;
            animation-duration: 6.5s;
        }

        .cta-module .bubble:nth-child(8) {
            top: 15%;
            left: 30%;
            animation-delay: -4.5s;
            animation-duration: 7.5s;
        }

        @keyframes cta-float {
            0%, 100% {
                transform: translateY(0px) scale(1);
                opacity: 0.6;
            }
            25% {
                transform: translateY(-10px) scale(1.05);
                opacity: 0.8;
            }
            50% {
                transform: translateY(-20px) scale(1.1);
                opacity: 0.4;
            }
            75% {
                transform: translateY(-15px) scale(1.02);
                opacity: 0.7;
            }
        }

        @media (max-width: 768px) {
            .cta-module .cta-bar {
                padding: 30px 0;
            }

            .cta-module .cta-content {
                flex-direction: column;
                text-align: center;
                gap: 20px;
            }

            .cta-module .cta-title {
                font-size: 1.8rem;
            }

            .cta-module .cta-subtitle {
                font-size: 1rem;
            }

            .cta-module .cta-button {
                padding: 14px 28px;
                font-size: 1rem;
            }
        }














