@import url('https://fonts.googleapis.com/css?family=Manrope:200,300,400,500,600,700,800&display=swap');

@font-face {
    font-family: 'Inter';
    src: url('https://codebucks.in/seom/layout/assets/fonts/general-font/GeneralSans-Medium.woff2') format('woff2'),
        url('https://codebucks.in/seom/layout/assets/fonts/general-font/GeneralSans-Medium.woff') format('woff'),
        url('https://codebucks.in/seom/layout/assets/fonts/general-font/GeneralSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GeneralSans-Semibold';
    src: url('https://codebucks.in/seom/layout/assets/fonts/general-font/GeneralSans-Semibold.woff2') format('woff2'),
        url('https://codebucks.in/seom/layout/assets/fonts/general-font/GeneralSans-Semibold.woff') format('woff'),
        url('https://codebucks.in/seom/layout/assets/fonts/general-font/GeneralSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GeneralSans-Bold';
    src: url('https://codebucks.in/seom/layout/assets/fonts/general-font/GeneralSans-Bold.woff2') format('woff2'),
        url('https://codebucks.in/seom/layout/assets/fonts/general-font/GeneralSans-Bold.woff') format('woff'),
        url('https://codebucks.in/seom/layout/assets/fonts/general-font/GeneralSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

/* Scope EVERYTHING to .solution-section */
.solution-section *,
.solution-section *::before,
.solution-section *::after {
    box-sizing: border-box;
}

/* Spacing helpers (only inside this section) */
.solution-section.pt-140 {
    padding-top: 0px;
}

.solution-section.pb-110 {
    padding-bottom: 0px;
}

/* Container / grid only for this block */
.solution-section .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

@media (min-width: 576px) {
    .solution-section .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .solution-section .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .solution-section .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .solution-section .container {
        max-width: 1140px;
    }
}

.solution-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.solution-section .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.solution-section .align-items-center {
    align-items: center !important;
}

@media (min-width: 768px) {
    .solution-section .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .solution-section .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

/* Cards */
.solution-section .service-wrap-5 {
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    padding: 46px 35px 41px 35px;
    margin-bottom: 30px;
    transition: all 0.4s ease 0s;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #000000;
}

@media only screen and (max-width: 1600px) {
    .solution-section .service-wrap-5 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.solution-section .service-wrap-5:hover {
    background: #26d48c;
}

.solution-section .service-wrap-5.hover-bg:hover {
    /* background: #1842b6; */
}

.solution-section .service-wrap-5 .icon {
    background: #ECECEC;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin-bottom: 26px;
    transition: all 0.4s ease 0s;
}

.solution-section .service-wrap-5:hover .icon {
    background: #ffffff;
}

/* Front / back content flip */
.solution-section .service-wrap-5 .front-content {
    margin-top: 123px;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

.solution-section .service-wrap-5:hover .front-content {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.solution-section .service-wrap-5 .back-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 20px;
    transition: all 0.4s ease 0s;
}

.solution-section .service-wrap-5:hover .back-content {
    display: inline-block;
    visibility: visible;
    opacity: 1;
}

/* Typography */
.solution-section img {
    vertical-align: middle;
    max-width: 100%;
}

.solution-section h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    font-family: "GeneralSans-Bold", sans-serif;
    font-size: 22px;
}

.solution-section .service-wrap-5 .front-content .service-title {
    margin-bottom: 4px;
}

.solution-section .service-wrap-5 .back-content .service-title {
    margin-bottom: 13px;
}

.solution-section p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Manrope", sans-serif;
    color: #000000;
}

.solution-section .service-wrap-5 .front-content .description {
    margin-bottom: 0;
}

.solution-section .service-wrap-5 .back-content .description {
    margin-bottom: 19px;
}

/* Links */
.solution-section a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    outline: none;
}

.solution-section a:hover {
    color: inherit;
    text-decoration: none;
}

.solution-section h4 a {
    color: inherit;
    text-decoration: none;
}

/* Buttons / titles */
.solution-section .service-wrap-5 .more-btn {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    font-family: "GeneralSans-Semibold", sans-serif;
}

.solution-section .service-wrap-5 .front-content .service-title a {
    font-size: 30px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    /* GeneralSans-Medium alias */
    transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 1600px) {
    .solution-section .service-wrap-5 .service-title a {
        font-size: 28px;
    }
}

.solution-section .service-wrap-5 .front-content .service-title a:hover {
    color: #FF7F49;
}

.solution-section .service-wrap-5 .back-content .service-title a {
    font-size: 30px;
    font-weight: 600;
    font-family: "GeneralSans-Semibold", sans-serif;
}

.solution-section .service-wrap-5.hover-bg:hover .service-title a,
.solution-section .service-wrap-5.hover-bg:hover .description,
.solution-section .service-wrap-5.hover-bg:hover .more-btn {
    color: #ffffff;
}

.solution-section .service-wrap-5.hover-bg:hover .more-btn img {
    filter: invert(1);
}