@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

:root {
    --Font_One: "Google Sans Flex", sans-serif !important;
    --Font_Two: "DM Sans", sans-serif !important;
    --Font_Three: "Bricolage Grotesque", sans-serif !important;
    --Color_body: #342f2f;
    --SiteTextColor: #342f2f;
    --SiteTextSize: 14px;
    --BgColor: #090102;
    --ContainerBgColor: #CONTAINERBGCOLOR#;
    --BizTitleTextColor: #452aec;
    --BizTitleBgColor: #EBE2D0;
    --BizTitleTextSize: 32px;
    --MenuTextColor: #fff;
    --MenuTextBgColor: #EBE2D0;
    --MenuTextSize: 16px;
    --SubMenuTextColor: #SUBMENUTEXTCOLOR#;
    --SubMenuTextBgColor: #SUBMENUTEXTBGCOLOR#;
    --SubMenuTextSize: #SUBMENUTEXTSIZE#;
    --SliderH1Color: #fff;
    --SliderH2Color: #fff;
    --SliderH3Color: #fff;
    --H1_Color: #452aec;
    --H1_Size: 30px;
    --H1_BGColor: #ffffff;
    --H2_Color: #452aec;
    --H2_Size: 20px;
    --H2_BGColor: #ffffff;
    --H3_Color: #452aec;
    --H3_Size: 18px;
    --H3_BGColor: #ffffff;
    --H4_Color: #452aec;
    --H4_Size: 16px;
    --H4_BGColor: #ffffff;
    --DefaultIconColor: #452aec;
    --DefaultIconBgColor: #EBE2D0;
    --DefaultButtonBgColor: #452aec;
    --DefaultButtonTextColor: #ffffff;
    --Primary_Color: #452aec;
    --Primary_BGColor: #452aec;
    --SitePrimaryColor: #452aec;
    --SiteSecondaryColor: #f6f5ff;
    --SiteTertiaryColor: #F03512;
    --SiteTertiaryBgColor: #SITETERTIARYBGCOLOR#;
    --Web_Width: 100;
    --Color_Smartmedia: #452aec;
    --BgColor_Smartmedia: #EBE2D0;
    --Para_Color: #342F2F;
    --Para_Size: 15px;
    --Para_BGColor: ;
    --Color_Actionbutton: #ffffff;
    --BgColor_Actionbutton: #452aec;
    --BusinessTitle_Color: #452aec;
    --BusinessTitle_Size: 32px;
    --BusinessTitle_BGColor: #EBE2D0;
    --Menu_Color: #452aec;
    --Menu_Size: 15px;
    --Menu_BGColor: #EBE2D0;
}

body {
    font-family: var(--Font_One) !important;
    font-size: 14px;
    line-height: 24px;
}

/* header css start here */

.HeaderLogo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.cNavbar .navbar-expand-lg .navbar-collapse {

    justify-content: center;
}

.cNavbar .row {
    align-items: center;
}

/* .cNavbar {
        padding: 10px 0px;
        background-color: var(--SiteSecondaryColor);
        margin-bottom: 4px;
    } */

.cNavbar ul.navbar-nav.mr-auto.align-items-center li.nav-item a.nav-link {
    font-size: var(--MenuTextSize);
    color: var(--MenuTextColor);
    font-weight: 500;
    padding: 0px 30px;
}

.cNavbar .headerQrCode {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 15px;
}

@media(max-width:767px) {
    .cNavbar {
        padding: 10px 0px;
    }

    .top-address .topAddressBar {
        display: none;
    }

    .cNavbar .Qrcode {
        position: absolute;
        top: 0px;
        z-index: 123;
        left: 50%;
        transform: translateX(-50%);
    }

    .cNavbar nav.navbar.customNavbar.navbar-expand-lg {
        position: absolute;
        top: 20px;
        width: 100%;
        z-index: 12;
        right: 0px;
        justify-content: end;
    }

    .cNavbar .HeaderLogo {
        z-index: 123;
        position: relative;
        display: inline;
    }


    .cNavbar button.navbar-toggler {
        border: 0px;
        color: #fff;
        opacity: 1;
        border-color: var(--Primary_Color);
        position: absolute;
        top: 8px;
        right: 10px;
    }

    .cNavbar ul.navbar-nav.mr-auto.align-items-center {
        background: var(--Primary_Color);
        margin-top: 50px !important;
    }

    .cNavbar .HeaderLogo img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    .cNavbar .Qrcode .headerQrCode {
        width: 80px;
        height: 80px;
        border-radius: 5px;
    }

    .cNavbar ul.navbar-nav.mr-auto.align-items-center li.nav-item a.nav-link {
        padding: 10px 30px !important;
    }

}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .cNavbar nav.navbar.customNavbar.navbar-expand-lg {
        position: absolute;
        top: 20px;
        width: 100%;
        z-index: 123;
        right: 0px;
        justify-content: end;
    }

    .cNavbar .Qrcode {
        position: absolute;
        top: 0px;
        z-index: 123;
        left: 50%;
        transform: translateX(-50%);
    }

    .cNavbar .Qrcode .headerQrCode {
        width: 80px;
        height: 80px;
        border-radius: 5px;
    }

    .cNavbar .HeaderLogo {
        z-index: 123;
        position: relative;
        display: inline;
    }

    .cNavbar .HeaderLogo img {
        width: 80px;
        height: 80px;
    }

    .cNavbar button.navbar-toggler {
        border: 0px;
    }

    .cNavbar ul.navbar-nav.mr-auto.align-items-center {
        background: var(--SiteSecondaryColor);
        margin-top: 25px !important;
    }
}

.mainHeader {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 20px 0;
}

.logoImg {
    height: 80px;
}

.navMenu {
    display: flex;
    gap: 40px;
}

@media screen and (max-width: 1440px) {

    .heroSection .heroTitle {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .logoWrapper .logoImg {
        height: 60px;
    }

    .mainHeader {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
        padding: 10px 0;
    }

    .cNavbar ul.navbar-nav.mr-auto.align-items-center li.nav-item a.nav-link {
        font-size: 16px;
        color: var(--MenuTextColor);
        font-weight: 500;
        padding: 0px 20px;
    }
}

/* header css end here */


/* megaslider css start here */


.heroSection::after {
    background-image: url(https://daffodilsmedia.com/Finspak/wp-content/uploads/2026/01/bg_img-1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    opacity: .1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    content: "";
}

.heroSection {
    background: radial-gradient(at bottom center, var(--SiteTertiaryColor)-30%, #0B1019 50%);
    position: relative;
    overflow: hidden;
}

.heroTagline {
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--SliderH1Color) !important;
}

.heroTitle {
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
    color: var(--SliderH2Color);
}

.heroDescription {
    font-size: 16px;
    color: var(--SliderH3Color);
}

.sliderImage {
    width: 100%;
    border-radius: 10px;
}

@media(max-width:767px) {
    .heroSection .heroTitle {
        font-size: 30px;
        line-height: 40px;
    }

    section.heroSection .row.align-items-center.min-vh-100 {
        min-height: initial !important;
    }

    .heroSection {
        padding: 120px 0px 80px;
    }
}

@media screen and (max-width: 1440px) {

    .heroSection .heroTitle {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }

}

@keyframes rotateOnLoad {
    0% {
        transform: rotate(-180deg);
        opacity: 0;
    }

    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

.rotateOnLoad {
    animation: rotateOnLoad 1s ease-out forwards;
}

/* megaslider css end here */


/* about us css start here */
.aboutSection {
    background: #ffffff;
}

.aboutImageWrapper {
    border-radius: 16px;
    overflow: hidden;
}

.aboutImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutLabel {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--SiteTertiaryColor);
}

.aboutTitle {
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
}

.aboutDescription {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
}

.aboutList {
    list-style: none;
    padding-left: 0;
}

.aboutList li {
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    color: #475569;
}

.aboutList li i {
    color: var(--SiteTertiaryColor);
    vertical-align: middle;
    margin-right: 5px;
}

.aboutUsContent {
    padding-left: 50px;
}

/* Responsive */
@media (max-width: 767px) {
    .aboutTitle {
        font-size: 30px;
    }

    .aboutSection .aboutUsContent {
        padding-left: 0px;
    }
}

.aboutStickyCol {
    position: sticky;
    top: 80px;
    height: fit-content;
}

@media (max-width: 991px) {
    .aboutStickyCol {
        position: static;
    }
}


/* about us css end here */

/* highlighter1 css start here */
/* .whyFinspakSection {
        padding: 100px 0;
        background: radial-gradient(circle at top, var(--Primary_Color), var(--SiteSecondaryColor));
        color: #ffffff;
    } */

.whyFinspakSection::before {
    background-image: url(https://daffodilsmedia.com/Finspak/wp-content/uploads/2026/01/bg_img-1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    opacity: .1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    content: "";
    inset: 0;
}

.whyFinspakSection {
    background: radial-gradient(at bottom center, var(--SiteTertiaryColor)0%, #0B1019 100%);

    position: relative;
    padding: 100px 0;
    color: #fff;
    overflow: hidden;
}


.whyFinspakSection .sectionTitle {
    font-size: 40px;
    font-weight: 600;
}

.titleDivider {
    display: block;
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin: 20px auto 0;
}

/* Card */
.whyCard {
    position: relative;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 18px;
    padding: 40px 30px;
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.whyCard:hover {
    transform: translateY(-6px);
}

/* Blue Circle */
.blueCircle {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 80px;
    height: 80px;
    background: var(--Primary_Color);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.45s ease;
}

/* Expand on Hover */
.whyCard:hover .blueCircle {
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    border-radius: 0;
}

/* Content */
.cardTitle,
.cardText,
.cardList {
    position: relative;
    z-index: 2;
}

.cardTitle {
    font-size: 22px;
    margin-bottom: 18px;
    line-height: 1.4;
}

.cardText,
.cardList li {
    font-size: 15px;
    opacity: 0.95;
    line-height: 1.7;
}

.cardList {
    padding-left: 18px;
}

.cardList li {
    margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {


    .cardText,
    .cardList li {
        font-size: 12px;
        opacity: 0.95;
        line-height: 1.7;
    }

    .whyCard {
        padding: 20px;
    }

    .cardTitle {
        font-size: 18px;
        margin-bottom: 18px;
        line-height: 1.4;
    }

    .blueCircle {
        position: absolute;
        top: 14px;
        left: 15px;
        width: 60px;
        height: 60px;
    }
}

@media(max-width:767px) {
    .whyFinspakSection .sectionTitle {
        font-size: 30px;
    }

    .whyFinspakSection {
        padding: 50px 0;
    }

    .whyCard .cardTitle {
        font-size: 20px;
        margin-bottom: 18px;
        line-height: 1.4;
    }

    .whyCard .cardText,
    .cardList li {
        font-size: 15px;
        opacity: 0.95;
        line-height: 1.7;
    }

}

/* highlighter1 css end here */

/* highlighter2 css start here */
.FinSpakSection {
    background-color: #ffffff;
}

.MarketplaceImageWrapper img.img-fluid.MarketplaceImage {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.SectionTitle {
    font-size: 40px;
    font-weight: 700;
    color: #1f2a44;
    line-height: 1.3;
}

.FeatureList {
    margin-top: 30px;
}

.FeatureItem {
    gap: 16px;
}

.FeatureIcon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: var(--SiteSecondaryColor);
    color: var(--Primary_Color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.FeatureText {
    font-size: 16px;
    color: #4b5563;
    margin: 0;
    line-height: 1.6;
}

.MarketplaceImageWrapper {
    max-width: 480px;
    margin: auto;
}

.FinSpakSection .img {
    border-radius: 12px;
    width: 100%;
}

@media(max-width:767px) {
    .FinSpakSection .SectionTitle {
        font-size: 30px;
    }
}

/* highlighter2 css end here */

/* our services css start here */
.servicesSection {
    background: #ffffff;
}

.servicesWrapper {
    background: var(--SiteSecondaryColor);
    border-radius: 40px;
    padding: 40px;
}

.servicesLabel {
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--Primary_Color);
    font-weight: 600;
}

.servicesTitle {
    font-size: 40px;
    font-weight: 700;
    color: #1f2937;
}

.serviceCard {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.serviceImage {
    width: 100%;
    height: 320px;
    object-fit: cover;
    filter: brightness(0.75);
}

.serviceIcon {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Primary_Color);
    font-size: 20px;
    z-index: 1;
}

.serviceText {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 22px;
    z-index: 1;
}

.serviceCard:after {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #2e2c2c;
    opacity: 0.3;
}

/* Responsive */
@media (max-width: 767px) {
    .servicesTitle {
        font-size: 30px;
    }

    .serviceImage {
        height: 240px;
    }

    .servicesWrapper {
        background: var(--SiteSecondaryColor);
        border-radius: 40px;
        padding: 40px 20px;
    }
}

/* our services css end here */


/* contact us css start here */



.contactFormCard {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / .1);
}

.contactFormTitle {
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
}

.contactFormDesc {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 30px;
}

.formLabel {
    font-size: 14px;
    font-weight: 500;
    color: #475569;
}

.contactInput {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
}

.contactInput:focus {
    box-shadow: none;
    border-color: var(--Primary_Color);
}


.contactLabel {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--SitePrimaryColor);
}

.contactInfoTitle {
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 10px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 25px;
    margin-bottom: 25px;
}


.contactInfoDesc {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 30px;
}

.contactInfoItem {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
}

.contactIcon {
    width: 52px;
    height: 52px;
    background: var(--Primary_Color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}

.contactInfoItem h6 {
    font-size: 18px;
    margin-bottom: 5px;
}

.contactInfoItem p {
    margin: 0;
    font-size: 14px;
    color: #64748b;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .contactFormCard {
        padding: 24px;
        margin: 0px !important;
    }

    .contactFormTitle,
    .contactInfoTitle {
        font-size: 30px;
    }
}

.contactFormCard {
    margin-right: 50px;
}

.SubmitFormBtn {
    width: 100%;
    background: var(--Primary_Color);
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
}

.SubmitFormBtn:hover {
    background: var(--Primary_Color);
}

.RestartFormBtn {
    width: 100%;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 15px;
    background-color: transparent;
    color: var(--Primary_Color);
    border: 2px solid var(--Primary_Color);
}

.RestartFormBtn:hover {
    background-color: transparent;
    color: var(--Primary_Color);
    border: 2px solid var(--Primary_Color);
}

.PreviousFormBtn {
    width: 100%;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 15px;
}

.NextFormBtn {
    width: 100%;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 15px;
    background-color: #0d9488 !important;
}


/* contact us css end here */


/* footer effect css start here */

.mainFooter {
    background: var(--SiteSecondaryColor);
    padding: 60px 0 20px;
    color: #475569;
}

.footerLogo {
    width: 100px;
    margin-bottom: 20px;
}

.footerTagline {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
}

.footerHeading {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 14px;
}

.footerText {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.footerText a {
    color: #475569;
    text-decoration: none;
}

.footerLinks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerLinks li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.footerLinks a {
    text-decoration: none;
    color: #475569;
    font-size: 15px;
}

.footerLinks a:hover {
    color: var(--Primary_Color);
}

.socialIcons {
    display: flex;
    gap: 12px;
}

.socialIcons a {
    width: 40px;
    height: 40px;
    background: var(--Primary_Color);
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
}

.footerDivider {
    margin: 40px 0 20px;
}

.footerBottom {
    font-size: 16px;
    color: #64748b;
    font-weight: 500;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .socialIcons {
        justify-content: center;
    }

    .mainFooter {
        text-align: center;
    }
}

/* footer css end here */


.whatsappWrapper {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.whatsappButton {
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}

.whatsappText {
    background: #25d366;
    color: #fff;
    padding: 5px 16px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
    opacity: 0;
    transition: all 0.35s ease;
}

.whatsappIcon {
    width: 48px;
    height: 48px;
    background: #25d366;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    flex-shrink: 0;
}

/* Hover effect */
.whatsappButton:hover .whatsappText {
    width: auto;
    padding: 5px 16px;
    opacity: 1;
}

span.whatsappIcon img {
    width: 100%;
}