/* Place your unminified version of the theme styles here. */

:root {
    --pc: rgba(0, 172, 237, 1);
    --sc: rgba(18, 7, 66, 1);
    --muted: rgba(217, 217, 217, 1);
    --white: #fff;
    --black: #000;
    scroll-behavior: smooth;
}

body a {
    text-decoration: none;
    color: var(--black);
    transition: all .3s ease;
}

p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
}

/*------------------------topbar-start--------------------------*/

.topbar {
    background: var(--sc);
}

.topbar ul li a {
    font-size: 14px;
    color: #dcdcdc;
}

.top-between {
    z-index: 0;
    position: relative;
}

.topbar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 350px;
    background: url(https://goflo.in/wp-content/uploads/2025/09/logo-bg.webp) no-repeat center/cover;
    transform: scale(-1);
    z-index: -1;
    ;
}

.topbar:before {
    content: '';
    position: absolute;
    border-right: 3px solid var(--white);
    height: 50px;
    width: 0;
    transform: rotate(22deg);
    right: 325px;
    top: -3px;
}

.flex-social-media li a {
    background: var(--white);
    border-radius: 50%;
}

/*------------------------Header-start--------------------------*/

.header {
    box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.25);
    background: var(--white);
}

.header:after {
    background: url(https://goflo.in/wp-content/uploads/2025/09/head-logo-bg.svg) no-repeat;
    height: 100%;
    width: 250px;
    position: absolute;
    content: '';
    inset: 0;
    background-size: cover;
    z-index: -1;
}

.header .widget_bwe-service-logo-widget .bwe-service-logo img {
    filter: brightness(0) invert(1);
}

@keyframes smoothSticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.headerUp .widget_bwe-service-logo-widget .bwe-service-logo img {
    filter: unset !important;
}

.header.headerUp:after {
    display: none !important;
}

.dropdown ul {
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    border: 1px solid #f5f5f5;
    background: var(--white);
    transition: all 0.3s ease-out 0s;
    border-radius: 10px;
}

.header .flex-header-rb .flex-head-call .no-ttl {
    font-size: 14px;
    color: rgb(111 111 111);
}

.header .flex-header-rb .flex-head-call a {
    font-weight: 600;
}

.srchBar {
    border-left: 2px solid #c7c7c7;
    cursor: pointer;
}

[class*="flex-btn"] {
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--white);
    transition: all .4s;
    border-radius: 90px;
}

.sc-flex-btn {
    background: var(--sc);
}

.pc-flex-btn {
    background: var(--pc);
}

[class*="flex-btn"] span {
    background: var(--white);
    transition: all .4s;
    border-radius: 50%;
}

/*------------------------Hero-start--------------------------*/

.hero-banner .flex-col-hero-content h1 {
    position: relative;
}

.hero-banner .flex-col-hero-content h1:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(https://goflo.in/wp-content/uploads/2025/09/h1-sep.svg) no-repeat center / contain;
    height: 10px;
    width: 150px;
}

.hero-banner .flex-col-hero-content .flex-subTitle {
    background: linear-gradient(to right, rgb(0 172 237 / 11%) 0%, rgba(255, 255, 255, 0) 100%);
    font-size: 14px;
    color: #141414;
}

.single-pg-hero h1 {
    position: relative;
}

.single-pg-hero h1:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 35px;
    transform: translateX(-50%);
    background: var(--pc);
    left: 50%;
    bottom: -5px;
}

/* ------------------------ServiceCard_Slides-start--------------------------*/

.bg-texture {
    z-index: 0;
    position: relative;
}

.bg-texture:after,
.bg-texture:before {
    z-index: -1;
    position: absolute;
    content: '';
}

.dot-circle:after {
    background: url(https://goflo.in/wp-content/uploads/2025/09/dot-crcl.webp) no-repeat center / contain;
    height: 120px;
    width: 120px;
    left: 50px;
    top: 0;
}

.mutli-texture:before {
    background: url(https://goflo.in/wp-content/uploads/2025/09/mutli-texture.webp) no-repeat center / contain;
    height: 100px;
    width: 90px;
    right: 0px;
    top: 50px;
}

.flex-seprator {
    color: var(--pc);
    gap: 7px;
}

.flex-seprator span {
    position: relative;
    height: .5px;
    width: 25px;
    background: var(--pc);
}

.flex-seprator span:after {
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    top: -3px;
    background: var(--pc);
}

.flex-seprator span:first-child:after {
    left: 0 !important;
}

.flex-seprator span:last-child:after {
    left: 20px;
}

.service-card .srvc-content {
    background: var(--white);
    height: fit-content;
    border-radius: 6px;
    overflow: hidden;
}

.service-card .srvc-content .title {
    font-size: 17px;
    font-weight: 600;
}

.service-card .srvc-content p {
    margin-block: 10px 0;
    font-size: 15px;
    display: none;
}

.service-card:hover .srvc-content p {
    display: block;
}

.service-card .flex-icon {
    background: var(--pc);
    border-radius: 0 90px 90px 90px;
}

.flex-col-inds-card {
    border: 1px solid var(--muted);
    transition: all .4s ease;
    border-radius: 4px;
    background: var(--white)
}

.flex-col-sol-card {
    background: rgb(217 217 217 / 15%);
    border: 1px solid var(--muted);
    border-radius: 10px;
}

.flex-col-sol-card .sol-ttl {
    font-size: 18px;
    font-weight: 600;
}

.flex-col-sol-card p {
    margin-bottom: 0;
    font-size: 15px
}

/* ------------------------testimonial-or-partner-start--------------------------*/

.bg-color-img {
    padding-block: 50px;
    background: rgb(0 172 237 / 6%) url(https://goflo.in/wp-content/uploads/2025/09/sec-bg-img.webp) no-repeat center / cover;
    background-blend-mode: multiply;
}

.flex-col-rev-card {
    background: var(--white);
    padding: 30px;
    border: 1px solid #eeeeee
}

.flex-col-ren-smry span {
    font-weight: 500;
}

.flex-col-rev-card p {
    margin: 0 !important;
    font-size: 15px;
}

.flex-col-rev-card .rev-flex-between {
    border-top: 1px solid var(--muted);
    padding-top: 20px;
}

.part-logo {
    border: 1px solid var(--muted);
    padding: 25px;
    background: var(--white);
    transition: all .3s ease;
}

/* ------------------------faq-start--------------------------*/

details {
    background: rgba(240, 245, 255, 1);
    border-bottom: 2px solid transparent;
    border-radius: 8px;
    transition: all .4s ease;
}

details[open] {
    border-bottom: 2px solid var(--sc);
    border-radius: 8px 8px 0 0;
    transition: all .4s ease;
}

details summary {
    list-style: none;
    font-weight: 600;
    cursor: pointer;
}

details summary:after {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 12h16m-8-8v16" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
    height: 24px;
    width: 24px;
    right: 20px;
    transform: translateY(-50%);
    transition: all .4s ease;
    top: 50%;
    position: absolute;
    content: '';
}

details[open] summary:after {
    transform: translateY(-50%) rotate(45deg);
    transition: all .4s ease;
}

.flex-link {
    background: unset;
    color: var(--black);
    font-weight: 500;
    padding: 0;
}

.flex-link .flex-span-icn {
    background: var(--sc);
}

/* ------------------------Form-bg-wrapper-start--------------------------*/

.form-bg-img:after {
    inset: 0;
    background: url(https://goflo.in/wp-content/uploads/2025/09/form-sec-bg-img.webp) no-repeat right;
    background-size: contain;
    height: 100%;
    width: 100%;
}

.form-img-wrap form h2 {
    color: var(--white);
}

.form-img-wrap form p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0 !important
}

.form-img-wrap form :is(input, select, textarea) {
    background: #1c1247;
    color: var(--white);
    border: none;
}

.form-img-wrap a {
    color: var(--pc);
}

form :is(input, select, textarea) {
    background: #cccccc0f;
    border: 1px solid var(--muted);
    outline: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    font-size: 16px;
}

form :is(input, select, textarea):not(.srchBar-wrapper form input):focus-visible {
    outline: 1px solid var(--white)
}

.form-img-wrap form :is(input, select, textarea)::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

form textarea {
    resize: none;
    height: 112px;
}

form button {
    cursor: pointer;
    border: 0;
    outline: 0;
}

.form-img-wrap .form-strip {
    background: var(--pc);
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
}

.form-img-wrap .form-strip:after,
.form-img-wrap .form-strip:before {
    width: 50px;
    height: 51px;
    background: var(--pc);
    left: 0;
}

.form-img-wrap .form-strip:after {
    top: -50px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.form-img-wrap .form-strip:before {
    bottom: -50px;
    clip-path: polygon(100% 0, 0 100%, 0 0);
}

.ftrs-bg:after {
    background: url(https://goflo.in/wp-content/uploads/2025/09/tap-1.webp) no-repeat center / contain;
    height: 150px;
    width: 220px;
    left: 0;
    top: 100px;
    opacity: .3;
}

.ftrs-bg:before {
    background: url(https://goflo.in/wp-content/uploads/2025/09/tap-2.webp) no-repeat center / contain;
    height: 300px;
    width: 160px;
    right: 0;
    bottom: 100px;
    opacity: .3;
}

.flex-col-ftrs .flex-ftrs-icn,
.flex-col-sol-card .flex-sol-icn {
    border-radius: 50%;
    outline: 1px dotted var(--pc);
    transition: transform .3s ease;
    outline-offset: 4px;
    background: var(--pc);
}

.marquee {
    background: var(--sc);
    color: var(--white);
}

.flex-col-ftrs .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 8px;
}

@keyframes marqueeRTL {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/*------------------------Blog-Card-start--------------------------*/

[class*="blog-card"] {
    border-radius: 10px;
}

[class*="blog-card"]:not(.overlay-blog-card) {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.12);
    border: 1px solid #cccc;
}

.flex-col-blog-card :is(.img-placeholder, .img-placeholder img) {
    border-radius: 8px 8px 0 0;
}

[class*="blog-card"] .flex-col-crd-content .crd-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: var(--black)
}

.overlay-blog-card .flex-col-crd-content a {
    color: var(--white) !important
}

.overlay-blog-card:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgb(0 0 0 / 53%) 0%, #000000 100%)
}

.flex-ath-nm {
    gap: 8px;
    font-size: 15px;
    color: #595959;
}

[class*="blog-card"] .readBbtn {
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
    margin-top: auto;
}

.overlay-blog-card .readBbtn {
    border-top: 1px solid #F6F6F68F !important
}

.fs-22 {
    font-size: 22px !important;
    line-height: 34px !important;
}

.list-icn li {
    position: relative;
    list-style: none;
    margin-left: 10px;
}

.list-icn li:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: -30px;
    top: 3px;
    background: url('data:image/svg+xml,<svg fill="%2300aced" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" xml:space="preserve"><path d="M256 0C114.84 0 0 114.842 0 256s114.84 256 256 256 256-114.842 256-256S397.16 0 256 0m0 462.452c-113.837 0-206.452-92.614-206.452-206.452S142.163 49.548 256 49.548 462.452 142.163 462.452 256 369.837 462.452 256 462.452"/><path d="m345.838 164.16-122.87 122.869-65.064-65.062-35.034 35.034L222.968 357.1l157.904-157.906z"/></svg>') no-repeat;
}

body main :where(ul, ol) li {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
}

.border-col {
    background: var(--white);
    border-radius: 10px;
    border: 1px solid var(--muted);
    padding: 20px;
    border-bottom: 2px solid var(--sc);
}

.certified-flex-col p {
    margin-block: 10px 0 !important;
    font-size: 14px;
}

.flex-col-opng-card {
    background: rgb(217 217 217 / 14%);
    border: 1px solid var(--muted);
    padding: 30px;
    border-radius: 10px;
}

.contact-wrap {
    padding: 50px;
    border: 1px solid var(--muted);
    border-bottom: 5px solid var(--muted);
    border-radius: 10px;
}

form .flex-col-form-control label {
    font-weight: 500
}

form .flex-col-form-control label span {
    color: #ff0000
}

.contact-wrap .contact-info-wrap {
    border-radius: 5px 90px 5px 5px;
    padding: 30px;
    background: rgb(223 246 255);
}

.contact-wrap .flex-col-info-col {
    background: var(--white);
    border-radius: 10px;
    border-bottom: 2px solid var(--pc);
}

.contact-wrap .flex-col-info-col a {
    font-weight: 500
}

.flex-col-map {
    border: 1px solid var(--muted);
    border-radius: 10px;
}

.border-block {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
}

.bg-primary-light {
    background: rgb(0 172 237 / 6%);
    overflow: hidden;
    border-radius: 10px;
}

.content-spacing {
    padding: 40px;
}

.carrer-hero:after {
    content: '';
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: #0000009e;
    z-index: -1;
}

.carrer-hero .flex-col-sec-hd-center :is(h1, p) {
    color: var(--white);
}


.txtr-a:before {
    background: url(https://goflo.in/wp-content/uploads/2025/09/txtr-a.webp) no-repeat center/cover;
    height: 400px;
    width: 250px;
    transform: scaleX(-1);
    bottom: -60px;
}

.txtr-b:after {
    background: url(https://goflo.in/wp-content/uploads/2025/09/txtr-b.webp) no-repeat right/ contain;
    height: 100%;
    width: 150px;
    top: 0px;
    right: 0;
}

.no-shade {
    position: relative;
}

.no-shade .number {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    -webkit-text-stroke: .7px #cccccc57;
    text-shadow: 0 0 2px #e8edf7;
    transition: all .3s ease;
    z-index: -1
}

.no-shade:hover .number {
    -webkit-text-stroke: .7px var(--sc);
    transition: all .3s ease;
}

.flex-col-no-card {
    background: rgb(217 217 217 / 18%);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--muted);
}

.flex-col-icn-card {
    text-align: center;
    border: 1px solid var(--muted);
    padding: 20px;
    border-radius: 10px;
    border-bottom: 4px solid var(--pc);
    gap: 12px;
    height: 100%
}

.flex-col-icn-card p {
    margin-bottom: 0;
    font-size: 15px;
}

.bg-primary {
    background: var(--sc);
}

.bg-secondary {
    background: var(--pc);
}

:is(.bg-secondary, .bg-primary) :is(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p) {
    color: var(--white);
}

:is(.bg-secondary, .bg-primary) a {
    color: var(--pc);
    text-decoration: underline;
}

/*------------------------Footer-start--------------------------*/

.foot-topbar {
    background: var(--pc);
    color: var(--white);
    border-radius: 10px;
    overflow: hidden;
}

.foot-topbar .h3 {
    font-weight: 600;
    line-height: 40px
}

.footer .flex-col-logo-wrap .year {
    font-size: 30px;
    font-weight: 600;
    color: #e8edf7;
    -webkit-text-stroke: .7px #7b7b9c;
    text-shadow: 0 0 2px #e8edf7;
}

.flex-col-foot-menu .menu-ttl {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.flex-col-foot-menu .menu-ttl:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 30px;
    background: #0D0625;
}

.footer .flex-foo-info :is(a, strong) {
    color: var(--black) !important;
    font-weight: 600
}

.footer .flex-col-foot-menu li a {
    color: #414245
}

.flex-copyright {
    background: var(--sc);
    color: #ffffffdb;
    font-size: 15px;
    font-weight: 500;
}

/*------------------------Swiper-start--------------------------*/

.swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 !important;
}

.swiper-pagination-bullet {
    position: relative;
    background: #000;
    transition: background 0.3s ease;
}

.swiper-pagination-bullet .bullet-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--pc);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.4s ease;
}

.swiper-pagination-bullet-active .bullet-fill {
    transform: scale(1);
}

.swiper-pagination-bullet-active {
    outline: 1px solid var(--pc);
    outline-offset: 3px;
}

/*------------------------OnlyHover-start--------------------------*/

[class*="flex-btn"]:hover,
.service-card img {
    transition: all .4s;
}

.sc-flex-btn:hover:not(.flex-link.sc-flex-btn) {
    background: var(--pc);
}

.pc-flex-btn:hover {
    background: var(--sc);
}

[class*="flex-btn"]:hover span {
    transition: all .4s;
    transform: rotateY(1turn);
}

.form-img-wrap form button:hover,
:is(.foot-topbar, .flex-col-dark-cta-card) .sc-flex-btn:hover {
    background: rgb(255 255 255) !important;
    color: var(--sc) !important;
}

.form-img-wrap form button:hover span,
:is(.foot-topbar, .flex-col-dark-cta-card) .sc-flex-btn:hover span {
    background: var(--sc) !important;
}

.form-img-wrap form button:hover span svg path,
:is(.foot-topbar, .flex-col-dark-cta-card) .sc-flex-btn:hover span svg path {
    stroke: var(--white) !important;
}

.flex-social-media li a:hover {
    background: var(--sc);
}

.flex-social-media li a:hover svg {
    fill: var(--white);
}

body a:hover:not(:is([class*="flex-btn"], :is(.bg-secondary, .bg-primary) a)) {
    color: var(--pc) !important;
    transition: all .3s ease
}

.flex-col-inds-card:hover {
    transform: translateY(-5px);
    transition: all .4s ease;
    box-shadow: 0 5px 2px #7657a71f;
}

.service-card:hover img:not(.flex-icon img),
[class*="blog-card"]:hover .img-placeholder img {
    transform: rotate(5deg) scale(1.2);
    transition: all .4s ease;
}

.upload-area {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 40px 0 20px;
    background: #cccccc29;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.upload-area.dragover {
    border-color: #666;
    background: #f9f9f9;
}

.upload-area input {
    display: none;
}

.preview {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.preview img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.text-start {
    text-align: start;
}

/* for blog page */

.page-box ol li,
.page-box ul li {
    line-height: 1.6
}

.page-box a {
    font-weight: 700;
}

.page-box p {
    font-size: 17px
}

.page-header {
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.author-p-i img {
    border: 4px solid rgb(0 172 237 / 6%);
    border-radius: 50%
}

.author-p-i img {
    height: 65px;
    width: auto;
}

.author-strip {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap
}

.author-strip a {
    font-weight: 600
}

.author-strip a:hover {
    text-decoration: underline
}

body.single-post .flex-col-single-blog a {
    font-weight: 400;
    color: var(--pc);
}

body.single-post .flex-col-single-blog h1 {
    font-size: 2.5rem;
}

body.single-post .flex-col-single-blog a:hover {
    text-decoration: underline;
}

body.single-post .flex-col-single-blog :is(h2, h3, h4, h5, h6) {
    margin-block: 15px !important;
}

body.single-post .flex-col-single-blog figure {
    margin-block: 15px;
}

body.single-post .flex-col-single-blog figure img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

body.single-post .grid-blog-card .img-placeholder {
    height: 100%;
}

/*-----------ath-single-start-----------*/

.flex-col-ath-desc .flex-ath-bio img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.flex-col-ath-desc .flex-ath-bio .ath-name {
    font-size: 22px;
    font-weight: 600
}


/* glow-btn------ */

.glowBtn {
    z-index: 0;
    border-radius: 9999px;
    transform: scale(calc(1 + (var(--active, 0) * 0.1)));
    transition: transform 0.3s ease-in-out;
}

.glowBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 88%;
    background-color: var(--sc);
    border-radius: 9999px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.glowBtn .dots_border {
    --size_border: calc(100% + 2px);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--size_border);
    height: var(--size_border);
    background-color: transparent;
    border-radius: 9999px;
    z-index: -10;
}

.glowBtn .dots_border::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: left;
    transform: rotate(0deg);
    width: 100%;
    height: 2rem;
    background-color: white;
    mask: linear-gradient(transparent 0%, white 120%);
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.glowBtn:hover {
    background: var(--sc) !important;
}


#downloadPDF {
    padding-inline: 20px !important;
    background: #fb190d !important;
}

#downloadPDF:hover {
    opacity: .9
}

/* added by Nikhil  */
.form-img-wrap :is(h2, p) {
    color: var(--white) !important;
}

:is(.bg-secondary, .bg-primary) ul li {
    color: var(--white) !important
}

:is(.bg-secondary, .bg-primary) a {
    color: var(--white) !important;
    text-decoration: underline
}

:is(.bg-secondary, .bg-primary) a:not([class*="btn"]):hover {
    color: var(--white) !important;
    text-decoration: unset !important
}


.flex-col-dark-cta-card {
    background: var(--pc);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 30px;
    gap: 15px;
    z-index: 0;
}

.flex-col-dark-cta-card :is(.h4, p) {
    margin-bottom: 0;
    color: var(--white);
}

.flex-col-dark-cta-card:after {
    content: '';
    position: absolute;
    height: 300px;
    width: 100%;
    background: url(https://goflo.in/wp-content/uploads/2025/10/cta-bg.webp) no-repeat center center / cover;
    z-index: -1;
    bottom: 0;
    right: 0px;
    opacity: 0.1;
}

.text-wrapper {
    position: relative;
    max-height: 80px;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

.text-wrapper.expanded {
    max-height: 100vh;
}

.read-more-btn {
    margin-right: auto;
    border: 1px solid #ccc;
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 20px;
    border-radius: 90px;
}

/* added by anoop sir  */
.h-100 {
    height: 100% !important;
}

.ct-sec {
    margin-bottom: 250px;
}

.Uttr-prdes,
.delhi,
.pnjb,
.rjsthn,
.hmchl-prdes,
.hryana {
    border-left: 2px solid var(--muted);
}

.hryana {
    border-right: 2px solid var(--muted);
}

.ct-sec .flex-col-ct-crd {
    height: 100%;
    gap: 90px;
    align-items: center;
    padding-block: 32px;
    position: relative;
    transition: all .4s ease;
}

.ct-sec .flex-col-ct-crd:hover {
    transform: translateY(-5px);
}

.img-holder img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.img-holder {
    position: absolute;
    top: 170px;
    width: 100%;
}

.img-holder::before {
    content: '';
    background-color: #ccc;
    width: 2px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.img-holder::after {
    content: '';
    background-color: #c53636;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
}

.last-ct-crd-col {
    border-right: 2px solid #ccc;
}

.Uttr-prdes .img-holder::after {
    background-color: #6b6b6b;
}

.delhi .img-holder::after {
    background-color: rgb(170, 170, 170);
}

.pnjb .img-holder::after {
    background-color: rgb(1, 79, 1);
}

.rjsthn .img-holder::after {
    background-color: rgb(161, 44, 1);
}

.hmchl-prdes .img-holder::after {
    background-color: rgb(134, 134, 134);
}

.hryana .img-holder::after {
    background-color: rgb(159, 159, 2);
}



@media (width <=1024px) {

    .img-holder::before,
    .img-holder::after {
        display: none;
    }

    .ct-sec {
        margin-bottom: unset;
    }

    .img-holder {
        position: relative;
        top: unset;
    }

    .Uttr-prdes,
    .delhi,
    .pnjb,
    .rjsthn,
    .hmchl-prdes,
    .hryana {
        border: none;
    }

    .ct-sec .flex-col-ct-crd {
        gap: 30px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        padding: 20px;
        border-radius: 4px;
    }
}

/* added by anoop sir  */

.why-mdpe img {
    height: 400px !important;
}

/* added by Nikhil kumar Dogra For Career Page*/

.career-card {
    background-color: white;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    border-bottom: 0.5px solid #bdbdbd;
}

.career-card summary {
    display: flex;
    gap: 20px;
    align-items: center;
}

.career-card .content {
    padding: 0 20px 18px !important;
}

/* for single page banner  */
.single-pg-banner {
    background: url(/wp-content/uploads/2025/09/hero-bg.webp) no-repeat center/cover;
    padding-block: 50px;
    margin-bottom: 60px;
}

.single-pg-banner .form-img-wrap {
    background: none !important;
    background-color: #1c1247 !important;
}

.single-pg-banner .form-space {
    padding: 30px !important;
}

.single-pg-banner .certified-flex-col {
    background-color: #fff !important;
    padding: 10px !important;
    border: 0.5px solid #e0e0e0 !important;
}

.card-rounded .certified-flex-col {
    justify-content: center;
    background-color: var(--pc) !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.card-rounded .certified-flex-col:hover {
    background-color: var(--sc) !important;
    color: #fff !important;
}

.card-rounded .content {
    color: #ffffff !important;
    font-weight: 500 !important;
}