
      .icon-bar {
         position: fixed;
         top: 70%;
         right: 0;
         transform: translateY(-50%);
         z-index: 1000;
      }

      .icon-bar a {
         display: table-caption;
         text-align: center;
         padding: 10px;
         transition: all 0.3s ease;
         color: white;
      }

      .icon-bar a:hover {
         background-color: #000;
      }

      .facebook {
         background: #3B5998;
         color: white;
      }

      .icon-bar .phone-call {
         background: #34a853;
         color: white;
      }

      .icon-bar .whatsapp {
         background: #25d366;
         color: white;
      }

      .icon-bar .email-msg {
         background: #ea4335;
         color: white;
      }

      .icon-bar .payment {
         background: #192335;
         color: white;
         width: 140px;
         margin-right: -100px;
         transform: none;
         display: flex;
         align-items: center;
         justify-content: flex-start;
         padding-left: 15px;
      }

      .icon-bar .payment:hover {
         margin-right: -10px;
      }

      .icon-bar i {
         margin-right: 8px;
         font-size: 18px;
      }
      
.hero-slide{
    height:670px;
    background-size:cover;
    background-position:center;
    position:relative;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.25);
}

.hero-title{
    color:#fff;
    font-size:70px;
    font-weight:700;
    position:relative;
    z-index:2;
}

.hero-text{
    color:#fff;
    font-size:26px;
    margin:30px 0;
    position:relative;
    z-index:2;
}

.btn-orange{
    background:#ff6236;
    color:#fff;
    padding:16px 40px;
    border-radius:50px;
    text-decoration:none;
    margin-right:15px;
    position:relative;
    z-index:2;
}

.btn-blue{
    background:#083b56;
    color:#fff;
    padding:16px 40px;
    border-radius:50px;
    text-decoration:none;
    position:relative;
    z-index:2;
}

/*================================================
    LFIS THREE LEVEL HEADER
================================================*/

:root {
    --lfis-pink: #ff2f72;
    --lfis-pink-dark: #ee2464;
    --lfis-blue: #3158d6;
    --lfis-dark: #111326;
    --lfis-light: #fff7fa;
    --lfis-white: #ffffff;
}

.lfis-header,
.lfis-header * {
    box-sizing: border-box;
}

.lfis-header {
    position: relative;
    z-index: 999;
    font-family: "Poppins", sans-serif;
}

.lfis-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lfis-header a {
    text-decoration: none;
}


/*================================================
    TOP HEADER
================================================*/

.lfis-topbar {
    margin: 0 38px;
    min-height: 68px;
    display: flex;
    align-items: center;
    background: linear-gradient(
        90deg,
        #ff3479 0%,
        #f82768 50%,
        #ff3479 100%
    );
    border-radius: 0 0 25px 25px;
    color: #ffffff;
}

.lfis-topbar-left {
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.lfis-topbar-left a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

.lfis-topbar-left i {
    font-size: 15px;
}

.lfis-address {
    max-width: 650px;
}

.lfis-topbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.lfis-admission-btn {
    min-height: 53px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.lfis-admission-btn:hover {
    color: var(--lfis-pink);
    background: #ffffff;
    transform: translateY(-2px);
}

.lfis-social-links {
    display: flex;
    align-items: center;
    gap: 13px;
}

.lfis-social-links a {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lfis-pink);
    background: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s ease;
}

.lfis-social-links a:hover {
    color: #ffffff;
    background: var(--lfis-dark);
    transform: translateY(-3px);
}


/*================================================
    LOGO HEADER
================================================*/

.lfis-logo-area {
    min-height: 125px;
    padding: 20px 0 22px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(
            circle at center,
            rgba(255, 47, 114, 0.04),
            transparent 60%
        ),
        #ffffff;
}

.lfis-logo img {
    display: block;
    width: auto;
    max-width: 640px;
    max-height: 82px;
    object-fit: contain;
}

.lfis-contact-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.lfis-contact-icon {
    position: relative;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lfis-pink);
    background: #ffffff;
    border: 2px solid rgba(255, 47, 114, 0.3);
    border-radius: 50%;
    font-size: 29px;
}

.phone-small-icon {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lfis-pink);
    background: #ffffff;
    border-radius: 50%;
    font-size: 9px;
}

.lfis-contact-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lfis-contact-content span {
    margin-bottom: 5px;
    color: var(--lfis-pink);
    font-size: 14px;
    font-weight: 500;
}

.lfis-contact-content a {
    color: var(--lfis-blue);
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}

.lfis-mobile-menu-btn {
    width: 46px;
    height: 46px;
    margin-left: auto;
    color: #ffffff;
    background: var(--lfis-pink);
    border: 0;
    border-radius: 10px;
    font-size: 20px;
}


/*================================================
    NAVIGATION HEADER
================================================*/

.lfis-navbar-wrapper {
    position: relative;
    z-index: 1000;
  
    transition: all 0.35s ease;
}

.lfis-navbar {
    min-height: 74px;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
}

.lfis-main-menu {
    width: 100%;
}

.lfis-main-menu > ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.lfis-main-menu > ul > li {
    position: relative;
}

.lfis-main-menu > ul > li > a {
    position: relative;
    min-height: 74px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--lfis-dark);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.lfis-main-menu > ul > li > a > i.fa-angle-down {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.lfis-main-menu > ul > li:hover > a,
.lfis-main-menu > ul > li.active > a {
    color: var(--lfis-pink);
}

.lfis-main-menu > ul > li.active > a::after,
.lfis-main-menu > ul > li:hover > a::after {
    width: calc(100% - 42px);
}

.lfis-main-menu > ul > li > a::after {
    content: "";
    position: absolute;
    left: 21px;
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--lfis-pink);
    border-radius: 5px 5px 0 0;
    transition: width 0.3s ease;
}

.lfis-main-menu > ul > li:hover > a > i.fa-angle-down {
    transform: rotate(180deg);
}


/*================================================
    DESKTOP SUBMENU
================================================*/

.lfis-submenu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 245px;
    padding: 12px 0 !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(18, 19, 39, 0.15);
    transition: all 0.3s ease;
    pointer-events: none;
}

.lfis-submenu::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 20px;
}

.lfis-main-menu li.has-dropdown:hover > .lfis-submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.lfis-submenu li {
    position: relative;
}

.lfis-submenu li a {
    position: relative;
    padding: 11px 22px;
    display: block;
    color: #292b3d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.lfis-submenu li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 0;
    height: 2px;
    background: var(--lfis-pink);
    transform: translateY(-50%);
    transition: width 0.3s ease;
}

.lfis-submenu li a:hover {
    padding-left: 31px;
    color: var(--lfis-pink);
    background: #fff5f8;
}

.lfis-submenu li a:hover::before {
    width: 12px;
}


/*================================================
    STICKY HEADER
================================================*/

.lfis-sticky-logo {
    display: none;
    width: 255px;
    flex-shrink: 0;
}

.lfis-sticky-logo img {
    display: block;
    width: 100%;
    max-height: 58px;
    object-fit: contain;
    object-position: left center;
}

.lfis-navbar-wrapper.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 9px 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 35px rgba(18, 19, 39, 0.1);
    animation: lfisStickyAnimation 0.4s ease;
}

.lfis-navbar-wrapper.is-sticky .lfis-navbar {
    min-height: 68px;
    padding: 0 24px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(18, 19, 39, 0.08);
}

.lfis-navbar-wrapper.is-sticky .lfis-sticky-logo {
    display: block;
}

.lfis-navbar-wrapper.is-sticky .lfis-main-menu > ul > li > a {
    min-height: 68px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
}

.lfis-navbar-wrapper.is-sticky
.lfis-main-menu > ul > li > a::after {
    left: 14px;
}

.lfis-navbar-wrapper.is-sticky
.lfis-main-menu > ul > li:hover > a::after,
.lfis-navbar-wrapper.is-sticky
.lfis-main-menu > ul > li.active > a::after {
    width: calc(100% - 28px);
}

@keyframes lfisStickyAnimation {
    from {
        opacity: 0;
        transform: translateY(-100%);
        
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lfis-sticky-menu-btn {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--lfis-pink);
    border: 0;
    border-radius: 10px;
    font-size: 18px;
}


/*================================================
    MOBILE SIDEBAR MENU
================================================*/

.lfis-mobile-menu {
    position: fixed;
    top: 0;
    right: -360px;
    width: 330px;
    max-width: 88%;
    height: 100vh;
    z-index: 99999;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: -15px 0 50px rgba(0, 0, 0, 0.18);
    transition: right 0.35s ease;
}

.lfis-mobile-menu.active {
    right: 0;
}

.lfis-mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 99998;
    visibility: hidden;
    opacity: 0;
    background: rgba(17, 19, 38, 0.6);
    backdrop-filter: blur(3px);
    transition: all 0.35s ease;
}

.lfis-mobile-menu-overlay.active {
    visibility: visible;
    opacity: 1;
}

.lfis-mobile-menu-header {
    min-height: 95px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
}

.lfis-mobile-menu-header img {
    width: 215px;
    max-height: 64px;
    object-fit: contain;
    object-position: left center;
}

.lfis-mobile-close {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    color: #ffffff;
    background: var(--lfis-pink);
    border: 0;
    border-radius: 50%;
    font-size: 18px;
}

.lfis-mobile-menu-body {
    padding: 15px 18px 35px;
}

.lfis-mobile-menu-body > ul > li {
    border-bottom: 1px solid #eeeeee;
}

.lfis-mobile-menu-body li > a,
.lfis-mobile-menu-body li > button {
    width: 100%;
    min-height: 52px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--lfis-dark);
    background: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.lfis-mobile-menu-body li > a:hover,
.lfis-mobile-menu-body li > button:hover {
    color: var(--lfis-pink);
}

.lfis-mobile-menu-body .mobile-has-dropdown > ul {
    display: none;
    padding: 0 0 12px 14px;
}

.lfis-mobile-menu-body .mobile-has-dropdown.open > ul {
    display: block;
}

.lfis-mobile-menu-body .mobile-has-dropdown > button i {
    transition: transform 0.3s ease;
}

.lfis-mobile-menu-body .mobile-has-dropdown.open > button i {
    transform: rotate(180deg);
}

.lfis-mobile-menu-body .mobile-has-dropdown ul li a {
    min-height: 42px;
    padding: 8px 12px;
    color: #555767;
    font-size: 13px;
    font-weight: 500;
    border-left: 2px solid #f0f0f0;
}

.lfis-mobile-menu-body .mobile-has-dropdown ul li a:hover {
    color: var(--lfis-pink);
    border-left-color: var(--lfis-pink);
}


/*================================================
    RESPONSIVE
================================================*/

@media only screen and (max-width: 1399px) {

    .lfis-main-menu > ul > li > a {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 13px;
    }

    .lfis-navbar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lfis-logo img {
        max-width: 560px;
    }
}

@media only screen and (max-width: 1199px) {

    .lfis-main-menu {
        display: none;
        
    }

    .lfis-navbar {
        min-height: 68px;
        justify-content: space-between;
                display: none !important;
    }

    .lfis-sticky-logo {
        display: block;
    }

    .lfis-sticky-menu-btn {
        display: flex !important;
    }

    .lfis-navbar-wrapper.is-sticky .lfis-navbar {
        justify-content: space-between;
           display: none !important;

    }

    .lfis-logo img {
        max-width: 500px;
    }

    .lfis-contact-box {
        display: none;
    }

    .lfis-mobile-menu-btn {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {

    .lfis-topbar {
        margin: 0 15px;
        border-radius: 0 0 18px 18px;
    }

    .lfis-topbar-left {
        gap: 15px;
    }

    .lfis-topbar-left a {
        font-size: 11px;
    }

    .lfis-logo-area {
        min-height: 110px;
    }

    .lfis-logo img {
        max-width: 440px;
        max-height: 70px;
    }

    .lfis-navbar-wrapper {
        margin-bottom: -28px;
           display: none !important;
    }
}

@media only screen and (max-width: 767px) {

    .lfis-topbar {
        min-height: auto;
        margin: 0;
        padding: 12px 0;
        border-radius: 0 0 15px 15px;
    }

    .lfis-topbar-left {
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .lfis-topbar-left a {
        font-size: 11px;
    }

    .lfis-address {
        max-width: 100%;
    }

    .lfis-logo-area {
        min-height: 90px;
        padding: 14px 0;
    }

    .lfis-logo img {
        max-width: 100%;
        max-height: 60px;
    }

    .lfis-navbar {
        min-height: 62px;
        padding: 0 17px;
        border-radius: 16px;
    }

    .lfis-navbar-wrapper {
        margin-bottom: -24px;
           display: none !important;
    }

    .lfis-sticky-logo {
        width: 210px;
    }
}

@media only screen and (max-width: 480px) {

    .lfis-topbar-left a {
        align-items: flex-start;
    }

    .lfis-topbar-left i {
        margin-top: 3px;
    }

    .lfis-logo-area {
        min-height: 78px;
    }

    .lfis-logo img {
        max-height: 50px;
    }

    .lfis-mobile-menu-btn {
        width: 42px;
        height: 42px;
    }

    .lfis-sticky-logo {
        width: 175px;
    }

    .lfis-mobile-menu {
        width: 310px;
    }
}


/* Body menu open होने पर scroll बंद */
body.lfis-menu-open {
    overflow: hidden;
}

/*====================================================
    LFIS MODERN FOOTER
====================================================*/

.lfis-footer {
    position: relative;
    width: 100%;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

.lfis-footer * {
    box-sizing: border-box;
}

.lfis-footer-container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding-left: 55px;
    padding-right: 55px;
}

/*====================================================
    MAIN FOOTER
====================================================*/

.lfis-footer-main {
    position: relative;
    z-index: 1;
    padding: 125px 0 28px;
    background-color: #f7c2cc;
    background-image:
        linear-gradient(
            rgba(255, 251, 252, 0.92),
            rgba(255, 251, 252, 0.94)
        ),
         url("{{ asset('frontend-assets/img/about/about-3-shap-1.png') }}");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Top Pink Wave */

.lfis-footer-wave {
    position: absolute;
    top: 21px;
    left: -2%;
    width: 104%;
    height: 70px;
    z-index: 2;
    pointer-events: none;
}

.lfis-footer-wave::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-top: 6px solid #ff2d73;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: rotate(-0.2deg);
    box-shadow: 0 -3px 12px rgba(255, 45, 115, 0.12);
}

/* Widget */

.lfis-footer-widget {
    position: relative;
    height: 100%;
}

.lfis-footer-logo {
    margin-bottom: 30px;
}

.lfis-footer-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 115px;
    object-fit: contain;
}

.lfis-footer-description {
    max-width: 355px;
    margin-bottom: 26px;
    color: #41414b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.lfis-footer-description p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* Heading */

.lfis-footer-title {
    position: relative;
    margin: 6px 0 38px;
    padding-bottom: 14px;
    color: #16214c;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.lfis-footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background: #ff2d73;
    border-radius: 10px;
}

/*====================================================
    SOCIAL MEDIA
====================================================*/

.lfis-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.lfis-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    color: #ff2d73;
    font-size: 19px;
    text-decoration: none;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(26, 34, 78, 0.10);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.lfis-footer-social a:hover {
    color: #ffffff;
    background: #ff2d73;
    transform: translateY(-5px);
}

/*====================================================
    FOOTER LINKS
====================================================*/

.lfis-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lfis-footer-links li {
    margin-bottom: 17px;
}

.lfis-footer-links li:last-child {
    margin-bottom: 0;
}

.lfis-footer-links a {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #31313a;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.lfis-footer-links a i {
    flex-shrink: 0;
    color: #ff2d73;
    font-size: 15px;
}

.lfis-footer-links a:hover {
    color: #ff2d73;
    transform: translateX(5px);
}

/*====================================================
    PHOTO GALLERY
====================================================*/

.lfis-footer-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.lfis-gallery-item {
    position: relative;
    display: block;
    height: 100px;
    overflow: hidden;
    border-radius: 11px;
}

.lfis-gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 45, 115, 0);
    transition: background 0.3s ease;
}

.lfis-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.lfis-gallery-item:hover::before {
    background: rgba(255, 45, 115, 0.18);
}

.lfis-gallery-item:hover img {
    transform: scale(1.1);
}

.lfis-gallery-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    padding: 7px 9px 7px 22px;
    color: #ff2d73;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
    border: 1.5px solid #ff2d73;
    border-radius: 50px;
    transition:
        color 0.3s ease,
        background 0.3s ease;
}

.lfis-gallery-button i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    color: #ffffff;
    background: #ff2d73;
    border-radius: 50%;
}

.lfis-gallery-button:hover {
    color: #ffffff;
    background: #ff2d73;
}

.lfis-gallery-button:hover i {
    color: #ff2d73;
    background: #ffffff;
}

/*====================================================
    CONTACT INFORMATION
====================================================*/

.lfis-contact-list {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.lfis-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.lfis-contact-icon {
    display: flex;
    flex: 0 0 47px;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    color: #ffffff;
    font-size: 18px;
    background: #ff2d73;
    border-radius: 50%;
    box-shadow: 0 7px 18px rgba(255, 45, 115, 0.24);
}

.lfis-contact-content {
    min-width: 0;
    padding-top: 1px;
}

.lfis-contact-content span {
    display: block;
    margin-bottom: 3px;
    color: #33333a;
    font-size: 13px;
    line-height: 1.5;
}

.lfis-contact-content p,
.lfis-contact-content a {
    margin: 0;
    color: #292931;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.lfis-contact-content a:hover {
    color: #ff2d73;
}

.lfis-contact-item:first-child .lfis-contact-content a {
    color: #4164cf;
    font-size: 17px;
    font-weight: 700;
}

/*====================================================
    NEWSLETTER
====================================================*/

.lfis-newsletter {
    position: relative;
    min-height: 140px;
    margin-top: 42px;
    padding: 28px 28px 25px 38px;
    overflow: visible;
    background: rgba(255, 231, 239, 0.72);
    border-radius: 22px;
}

.lfis-newsletter-info {
    display: flex;
    align-items: center;
    gap: 18px;
}

.lfis-newsletter-icon {
    display: flex;
    flex: 0 0 66px;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    color: #ffffff;
    font-size: 28px;
    background: #ff2d73;
    border: 7px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
}

.lfis-newsletter-info h4 {
    margin: 0 0 5px;
    color: #ff2d73;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.lfis-newsletter-info p {
    margin: 0;
    color: #54545e;
    font-size: 13px;
    line-height: 1.7;
}

.lfis-newsletter-form {
    display: flex;
    width: 100%;
    min-height: 55px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ececf1;
    border-radius: 10px;
}

.lfis-newsletter-form input {
    flex: 1;
    min-width: 0;
    padding: 0 23px;
    color: #30303a;
    font-size: 14px;
    background: transparent;
    border: 0;
    outline: none;
}

.lfis-newsletter-form input::placeholder {
    color: #9a9aa2;
}

.lfis-newsletter-form button {
    display: inline-flex;
    flex: 0 0 176px;
    align-items: center;
    justify-content: center;
    gap: 17px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background: #ff2d73;
    border: 0;
    transition: background 0.3s ease;
}

.lfis-newsletter-form button:hover {
    background: #16214c;
}

.lfis-newsletter-image {
    position: absolute;
    right: 35px;
    bottom: -3px;
    width: 250px;
    pointer-events: none;
}

.lfis-newsletter-image img {
    display: block;
    width: 100%;
    height: auto;
}

/*====================================================
    FOOTER FEATURES
====================================================*/

.lfis-footer-features {
    position: relative;
    padding: 43px 0 34px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #101b49 0%,
            #17285c 50%,
            #111d4d 100%
        );
}

.lfis-footer-features::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    height: 14px;
    background:
        radial-gradient(
            circle at 10px -1px,
            transparent 12px,
            #111d4d 13px
        );
    background-size: 22px 16px;
    background-repeat: repeat-x;
}

.lfis-feature-item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 95px;
    padding: 5px 35px 5px 20px;
    gap: 19px;
}

.lfis-feature-item::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 76px;
    border-right: 1px dashed rgba(255, 255, 255, 0.35);
}

.lfis-feature-last::after {
    display: none;
}

.lfis-feature-icon {
    display: flex;
    flex: 0 0 66px;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    color: #ffffff;
    font-size: 27px;
    background: #ff2d73;
    border: 7px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(255, 45, 115, 0.25);
}

.lfis-feature-item h5 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.lfis-feature-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.7;
}

/*====================================================
    COPYRIGHT
====================================================*/

.lfis-footer-bottom {
    color: #ffffff;
    background: #111d4d;
}

.lfis-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    gap: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.lfis-footer-bottom-inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    text-align: center;
}

.lfis-footer-bottom-inner a {
    color: #ff477f;
    font-weight: 600;
    text-decoration: none;
}

.lfis-footer-bottom-inner a:hover {
    color: #ffffff;
}

.lfis-copyright-line {
    display: block;
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.65);
}

/*====================================================
    RESPONSIVE
====================================================*/

@media only screen and (max-width: 1399px) {

    .lfis-footer-container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .lfis-footer-main {
        padding-top: 115px;
    }

    .lfis-newsletter-image {
        width: 210px;
    }

    .lfis-feature-item {
        padding-left: 15px;
        padding-right: 22px;
    }

    .lfis-feature-icon {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
        font-size: 23px;
    }
}

@media only screen and (max-width: 1199px) {

    .lfis-footer-title {
        margin-top: 0;
    }

    .lfis-about-widget {
        padding-right: 30px;
    }

    .lfis-newsletter-image {
        display: none;
    }

    .lfis-feature-item {
        padding: 18px 25px;
    }

    .lfis-feature-item::after {
        display: none;
    }

    .lfis-footer-features .col-md-6:nth-child(odd) .lfis-feature-item {
        border-right: 1px dashed rgba(255, 255, 255, 0.25);
    }

    .lfis-footer-features .col-md-6:nth-child(-n+2) .lfis-feature-item {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    }
}

@media only screen and (max-width: 991px) {

    .lfis-footer-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .lfis-footer-main {
        padding-top: 100px;
    }

    .lfis-footer-wave {
        height: 55px;
    }

    .lfis-footer-title {
        font-size: 20px;
    }

    .lfis-newsletter {
        padding: 28px;
    }
}

@media only screen and (max-width: 767px) {

    .lfis-footer-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lfis-footer-main {
        padding-top: 85px;
    }

    .lfis-footer-wave {
        top: 13px;
    }

    .lfis-footer-wave::before {
        height: 35px;
        border-top-width: 4px;
    }

    .lfis-footer-logo img {
        max-height: 95px;
    }

    .lfis-footer-description {
        max-width: 100%;
        font-size: 15px;
    }

    .lfis-footer-title {
        margin-bottom: 28px;
    }

    .lfis-footer-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lfis-gallery-item {
        height: 110px;
    }

    .lfis-newsletter {
        margin-top: 30px;
        padding: 25px 20px;
    }

    .lfis-newsletter-form {
        flex-direction: column;
        overflow: visible;
        background: transparent;
        border: 0;
    }

    .lfis-newsletter-form input {
        width: 100%;
        min-height: 54px;
        margin-bottom: 12px;
        background: #ffffff;
        border: 1px solid #ececf1;
        border-radius: 8px;
    }

    .lfis-newsletter-form button {
        flex-basis: auto;
        width: 100%;
        min-height: 54px;
        border-radius: 8px;
    }

    .lfis-footer-features {
        padding-top: 35px;
    }

    .lfis-footer-features .col-md-6 .lfis-feature-item {
        border-right: 0 !important;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    }

    .lfis-footer-features .col-md-6:last-child .lfis-feature-item {
        border-bottom: 0;
    }

    .lfis-footer-bottom-inner {
        flex-direction: column;
        min-height: auto;
        padding: 25px 10px;
        gap: 8px;
    }

    .lfis-copyright-line {
        width: 45px;
        height: 1px;
    }
}

@media only screen and (max-width: 479px) {

    .lfis-footer-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lfis-gallery-item {
        height: 105px;
    }

    .lfis-contact-item {
        gap: 12px;
    }

    .lfis-contact-icon {
        flex-basis: 43px;
        width: 43px;
        height: 43px;
        font-size: 16px;
    }

    .lfis-newsletter-info {
        align-items: flex-start;
    }

    .lfis-newsletter-icon {
        flex-basis: 57px;
        width: 57px;
        height: 57px;
        font-size: 23px;
    }

    .lfis-feature-item {
        align-items: flex-start;
        padding-left: 8px;
        padding-right: 8px;
    }
}

