/*
Theme Name: stepify.dk Tema 1.0
Theme URI: https://www.stepify.dk
Author: Christoffer Carl Evers
Author URI: 
Description: Tema for stepify. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: stepify.dk-Tema 1.0
*/





body{

  font-family: "Figtree", sans-serif;
}



#mt-w{
    border-radius: 30px; 
    min-height: 420px; 
    padding: 120px; 
    background-color: #c4ddd4 !important;
}




a{
    color: #000;
    text-decoration: none;
}

#smaaikoner-col-lg-4 {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

        .icon-hover {
            transition: transform 0.6s ease-in-out;
        }

        .icon-hover:hover {
            transform: rotate(360deg);
        }

        .benefit-card {

            border: none;

        }


.xoo-wsc-btn:hover .amount {
    color: #fff !important;
}
.text-bg-success{

padding-top: 7px;

background-color: #d6dfda !important;

color: #3a707a !important;

font-weight: 700 !important;

}





.xoo-wscb-icon {
    font-size: 30px;
}
.badge{

    margin-bottom: 12px;

    min-height: 30px;

    min-width: 105px;

    font-size: 16px;

    border-radius: 10px;

}
.xoo-wscb-count {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    font-size: 15px;
    height: 45px;
    line-height: 38px;
    text-align: center;
    left: 0;
    right: 0;
}

span.xoo-wsch-close {
    font-size: 26px;
    right: 15px;
}





        .icon-bg {

            width: 85px;

            height: 85px;

            border-radius: 20%;

        }



        .icon-size {

            font-size: 2.5rem;

        }



        .bg-pink {

            background-color: #fbdde8;

        }



        .icon-pink {

            color: #f675b3;

        }



        .bg-blue {

            background-color: #d5e6fb;

        }


.bg-green{
background-color: #3a707a;
}

.icon-green{
color: #B3D0C6;
}


        .icon-blue {

            color: #86b5f9;

        }



        .bg-purple {

            background-color: #e4dcfc;

        }



        .icon-purple {

            color: #a390f7;

        }



        .bg-orange {

            background-color: #fde1cf;

        }



        .icon-orange {

            color: #f9b284;

        }



        .testimonial-card {

            background-color: #fff;

            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;

            border: none;

        }



.navbar-brand img {
    max-height: 45px;
    margin-top: 0px;
    margin-left: -10px;
}

.navbar-nav.mx-auto {

    flex: 1; 

    justify-content: center;

    text-align: center;

}



.navbar-collapse {

    display: flex;

    justify-content: space-between;

}



.navbar-nav.ms-auto {

    margin-left: auto; 

}





.card-text{

    color: #b2bec3;

    font-size: 18px;

    font-weight: 400;



}




h1 {
    font-size: 3.1rem;
    font-weight: 700;
}


.lead {

      font-size: 18px;

    font-weight: 400;

    color: #000;

}


.nav-pills .nav-link {
    border-radius: 12px;
    margin-top: 0px;
    min-height: 80px;
    text-align: left;
    font-size: 20px;
    vertical-align: top !important;
    color: #000 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color:#fff !important;
    font-weight: 700;
    background-color: #000;
}
.icon-size-1{
font-size: 1.8rem;

}
.display-6 {
        font-size: 2.1rem;
        font-weight: 800 !important;
    }
.to-right {
    background-color: #264247;
    padding: 20px;
    border-radius: 20px;
    min-height: 343px;
    padding-bottom: 0px;
}
#mt-minus{
    margin-top: -98px;
}
.carousel-cell {
    padding: 10px; /* Adds space inside each card */
    box-sizing: border-box; /* Ensures padding doesn’t overflow */
}

.carousel {
    margin-left: -10px; /* Adjust to compensate for padding */
    margin-right: -10px; /* Adjust to compensate for padding */
}
.checkmark-circle {
    background-color: #c4ddd4;
    color: #3a707a;
    border-radius: 50%;
    padding: 2px;
    font-size: 16px;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    text-align: center;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
    border: none;
}
.accordion-header {
    margin-bottom: 0;
    margin-top: 15px;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f5f5f7 !important;
    box-shadow: none;
    font-weight: 600;
    font-size: 16px;
}

.accordion-button {
    border-radius: 12px !important;
    font-size: 16px;
}

#blog-body p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    max-height: 100px;
    overflow: hidden;
    vertical-align: bottom;
    word-break: break-word;
    color: rgb(107 114 128);
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.card-title {
    margin-bottom: 0.75rem;
    font-size: 24px;
    font-weight: 800;
    margin-top: 15px !important;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}
#card-pris{
min-height: 700px;
}

.testimonial-card{
    background-color:#c4ddd4 !important;
}

.text-success {
    color: #3a707a !important;
    opacity: 1;
}



.card {

	border:none;

    box-shadow: none !important;

    border-radius: 16px;

}



.list-unstyled {



font-size:16px;

font-weight: 400;

}

        .bg-gradient {

            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));

        }

        .card {

            border: none;

            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

            transition: transform 0.3s ease-in-out;

        }

        .card:hover {

            transform: translateY(-5px);

        }

        .text-accent {

            color: var(--accent-color);

        }

          .header-img {

            width: 100%;

            height: auto;

        }



        /* Animations for icons */

        @keyframes icon-hover {

            0% { transform: scale(1); }

            50% { transform: scale(1.2); }

            100% { transform: scale(1); }

        }



        .icon-hover:hover {

            animation: icon-hover 0.5s ease-in-out;

        }



   



        .nav-link {

            font-weight:400;

            transition: color 0.3s ease;

             color: #000;

    padding-right: 15px !important;

    padding-left: 15px !important;

        }



        .nav-link:hover {

            color: var(--primary-color);

        }





.navbar-scrolled {

    background-color: white !important;

    transition: background-color 0.3s ease;

}



    .h4, h4 {

        font-size: 1.2rem;

    }

#openNav {
    display: none;
}
    @media screen and (max-width: 767px) {

h1 {

    font-size: 2.1rem;
    margin-top: 52px;
}


}
@media screen and (min-device-width: 321px) and (max-device-width: 600px) {
    .to-right {
        background-color: #f5f5f7 !important;
        padding: 20px;
        border-radius: 20px;
        min-height: 343px;
        padding-bottom: 0px;
        margin-top: 20px;
    }
}


    @media (max-width: 991.98px) {


.offset-1 {
    margin-left: 0;
}

#navbar-ikoner {
        background-color: transparent !important;
        text-decoration: none;
    }

.navbar-brand img {
    max-height: 40px;
    margin-top: 0px;
    margin-left: -5px;
}
.xoo-wsc-sc-bki {
    font-size: 30px !important;
}
            #openNav {
        display: block;
        background-color: #fff !important;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 34px;
        margin-left: 0px;
        color: #fff;
        padding-top: 0px !important;
        padding-left: 2px;
    }
    .sidenav a {
        padding: 7px 10px 7px 10px;
        text-decoration: none;
        font-size: 18px;
        color: #3a3d43;
        display: block;
    }
    .navbar-toggler {
        padding: 6px;
        background-color: #f4f5f9 !important;
        border-radius: 50%;
        border: 0;
    }
    .sidenav {
        height: 100vh;
        width: 0;
        position: fixed;
        display: block !important;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        padding-top: 50px;
    }
    .closebtn {
        border-bottom: 0px solid;
        float: right;
        width: 1.1em;
        height: 1.1em;
        margin-top: 8px;
        padding-top: 4px !important;
        padding: 5px;
        margin-right: 3px;
        background-color: #eee;
        border-radius: 50%;
    }
}




  /* Stepify Partner Cards */
.stepify-partner-card {
  border-radius: 24px;
  border: 1.5px solid #e5e7eb;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s;
}
.stepify-partner-card:hover {
  box-shadow: 0 8px 28px rgba(34,86,255,0.12);
}

.stepify-partner-banner {
  position: relative;
  width: 100%;
  height: 160px;
  background: #f6f7fa;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.stepify-partner-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.stepify-partner-banner .stepify-partner-logo-wrap {
    position: absolute;
    left: 14px;
    bottom: -17px;
    border-radius: 50px;
    box-shadow: 0 4px 21px rgba(0, 0, 0, 0.08);
    padding: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 2px solid #eee;
}

.stepify-partner-logo-img {
  height: 55px !important;
  width: 55px !important;
  object-fit: contain;
  display: block;
  border-radius: 50px;
}

.stepify-partner-logo-fallback {
  width: 44px;
  height: 44px;
  background: #f2f2f2;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 12px;
}

.stepify-partner-no-banner {
  width: 100%;
  height: 100%;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #bdbdbd;
}

.stepify-partner-info {
  padding: 20px 18px 18px 18px;
}

.stepify-partner-title {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 10px;
}

.stepify-partner-desc {
  font-size: 1.03rem;
  color: #293042;
}

@media (max-width: 575px) {
  .stepify-partner-card { min-width: 95vw; }
}
