/***

Template Name: Link3 Technologies Ltd
Description: Largest Internet Service Provider(ISP)
Author: Analyzen
Author URL: https://www.analyzenbd.com/
Version: 1.2
Last Update Date: 07.01.2022


==========================================================================================
	Template Sltyle Index
==========================================================================================

1. HTML Default Styles

2. Bootstrap Overwrite Styles

3. Template Global Styles

4. Main Header/Navigation Styles

5. Template Common Components Styles

6. Footer Styles

7. Home Page Styles

==========================================================================================*/


/*========================================================================================
	1. HTML Default Styles
========================================================================================*/

body {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    background: #121212;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    color: #E0E0E0;
    letter-spacing: 0.01em;
}
.flaticon-menu-1:before {
    content: "\f100"; /* example */
}
   /*========================================================================================
	#. Top bar
========================================================================================*/
.media-body {
    -ms-flex: 1;
    flex: 1;
    padding: 0px 15px 0px;
    text-align: center;
}
html {
  scroll-behavior: smooth;
}

#home-internet-packages {
  scroll-margin-top: 100px; /* Adjust based on your navbar height */
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #00FF85;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*****************************************
    Primary Navigation
******************************************/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: rgba(18, 18, 18, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-header__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1200px;
    padding: 18px 24px;
    margin: 0 auto;
}

.site-header__logo img {
    display: block;
    max-height: 56px;
    width: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    transition: transform 0.35s ease;
}

.site-nav__list {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav__item {
    position: relative;
    list-style: none;
}

.site-nav__link,
.site-nav__dropdown-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #E0E0E0;
    padding: 10px 16px;
    border-radius: 12px;
    line-height: 1.2;
    transition: all 0.25s ease;
}

button.site-nav__link {
    border: none;
    background: transparent;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.site-nav__link .fa,
.site-nav__link .fas,
.site-nav__link .far {
    font-size: 0.85rem;
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.site-nav__link.active,
.site-nav__dropdown-link:hover,
.site-nav__dropdown-link:focus-visible,
.site-nav__dropdown-link.active {
    color: #00FF85;
    background: rgba(0, 255, 133, 0.12);
}

.site-nav__link:focus-visible,
.site-nav__dropdown-link:focus-visible {
    outline: 2px solid rgba(0, 255, 133, 0.45);
    outline-offset: 2px;
}

.site-nav__item--dropdown > .site-nav__link {
    padding-right: 38px;
}

.site-nav__dropdown-icon {
    font-size: 0.75rem;
    transition: transform 0.25s ease;
}

.site-nav__dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 220px;
    list-style: none;
    margin: 0;
    border-radius: 14px;
    background: rgba(18, 18, 18, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 0;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.site-nav__item--dropdown:hover > .site-nav__dropdown,
.site-nav__item--dropdown:focus-within > .site-nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-nav__item--dropdown:hover > .site-nav__link .site-nav__dropdown-icon {
    transform: rotate(180deg);
}

.site-nav__dropdown-link {
    display: block;
    width: 100%;
    padding: 10px 18px;
    color: #B0B0B0;
    font-weight: 500;
    border-radius: 0;
}

.site-nav__dropdown li {
    list-style: none;
}

.site-nav__dropdown-link:hover,
.site-nav__dropdown-link:focus-visible {
    color: #00FF85;
    background: rgba(0, 255, 133, 0.08);
}

.main-header .navbar-toggler,
.main-header .mobile-nav-toggler {
    display: none !important;
}

.site-nav__toggle {
    display: none;
    position: relative;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    transition: all 0.25s ease;
}

.site-nav__toggle:hover,
.site-nav__toggle:focus-visible {
    background: rgba(0, 255, 133, 0.12);
    border-color: rgba(0, 255, 133, 0.4);
}

.site-nav__toggle-bar {
    position: absolute;
    width: 22px;
    height: 2px;
    background: #E0E0E0;
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-nav__toggle-bar:nth-child(2) {
    transform: translateY(-6px);
}

.site-nav__toggle-bar:nth-child(3) {
    transform: translateY(6px);
}

.site-nav__toggle.is-active .site-nav__toggle-bar:nth-child(1) {
    opacity: 0;
}

.site-nav__toggle.is-active .site-nav__toggle-bar:nth-child(2) {
    transform: rotate(45deg);
}

.site-nav__toggle.is-active .site-nav__toggle-bar:nth-child(3) {
    transform: rotate(-45deg);
}

.site-nav__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 1000;
}

body.is-nav-open .site-nav__overlay {
    opacity: 1;
    pointer-events: auto;
}

body.is-nav-open {
    overflow: hidden;
}

body.has-fixed-header {
    padding-top: 120px;
}

@media (max-width: 991px) {
    body.has-fixed-header {
        padding-top: 96px;
    }
}

@media (max-width: 575px) {
    body.has-fixed-header {
        padding-top: 82px;
    }
}

@media (max-width: 1199px) {
    .site-header__bar {
        max-width: 1000px;
    }
}

@media (max-width: 991px) {
    .site-header__bar {
        padding: 16px 20px;
    }

    .site-nav__toggle {
        display: inline-flex;
    }

    .site-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(320px, 80vw);
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        padding: 120px 28px 36px;
        background: #161616;
        transform: translateX(100%);
        box-shadow: -24px 0 40px rgba(0, 0, 0, 0.55);
        overflow-y: auto;
    }

    body.is-nav-open .site-nav {
        transform: translateX(0);
    }

    .site-nav__list {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .site-nav__link {
        justify-content: space-between;
        padding: 14px 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .site-nav__item--dropdown {
        width: 100%;
    }

    .site-nav__item--dropdown > .site-nav__link {
        padding-right: 0;
    }

    .site-nav__item--dropdown:hover > .site-nav__dropdown,
    .site-nav__item--dropdown:focus-within > .site-nav__dropdown {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .site-nav__item--dropdown .site-nav__dropdown-icon {
        margin-left: 12px;
    }

    .site-nav__item--dropdown .site-nav__dropdown {
        position: static;
        display: none;
        padding: 12px 0 6px;
        margin: 0 0 6px;
        border: none;
        border-left: 2px solid rgba(0, 255, 133, 0.2);
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .site-nav__item--dropdown.is-open .site-nav__dropdown {
        display: block;
    }

    .site-nav__item--dropdown.is-open > .site-nav__link .site-nav__dropdown-icon {
        transform: rotate(180deg);
    }

    .site-nav__dropdown-link {
        padding: 10px 0 10px 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
}

@media (max-width: 575px) {
    .site-header__bar {
        padding: 14px 18px;
    }

    .site-header__logo img {
        max-height: 48px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0 0 1rem 0;
    background: none;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-family: "Noto Sans Display", sans-serif;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 2.75rem;
}

h3 {
    font-size: 2.25rem;
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.375rem;
}

h6 {
    font-size: 1.125rem;
}

input,
button,
select,
textarea {}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

/*========================================================================================
	2. Bootstrap Overwrite Styles
========================================================================================*/

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control {}

.custom-select-box {
    position: relative;
}

.custom-select-box:after {
    position: absolute;
    top: 10px;
    right: 11px;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../img/icons/icon-chevron-down-grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}

.custom-select-box select.form-control {}

.custom-select-box select::-ms-expand {
    display: none;
}

.custom-select-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select-box select option:hover {
    background-color: #00FF85;
    color: #E0E0E0;
}

/*========================================================================================
	3. Template Global Styles
========================================================================================*/

/*****************************************
	Preloader Styles (Preloader One)
******************************************/

  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }


.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #121212;
    /* background: linear-gradient(180deg, #4C75DF -22.75%, #034EA1 100%); */
    z-index: 9999;
    /* overflow: hidden; */
    animation: zoom-in-zoom-out 1s ease infinite;
}

/* new loader */

.loader {
    margin: 0 auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.loader>div {
    height: 100%;
    width: 8px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    -webkit-animation: delay 0.8s infinite ease-in-out;
    animation: delay 0.8s infinite ease-in-out;
}

.loader .bar1 {
    background-color: #754fa0;
}

.loader .bar2 {
    background-color: #09b7bf;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.loader .bar3 {
    background-color: #90d36b;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loader .bar4 {
    background-color: #f2d40d;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loader .bar5 {
    background-color: #fcb12b;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.loader .bar6 {
    background-color: #ed1b72;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes delay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.05);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes delay {

    0%,
    40%,
    100% {
        transform: scaleY(0.05);
        -webkit-transform: scaleY(0.05);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

/* End of stylesheet */
/* end of new loader */

.preloader .preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.preloader .preloader-inner .preloader-inner-container {
    position: relative;
    width: 150px;
    overflow: hidden;
}

.preloader .preloader-inner .preloader-logo {
    position: absolute;
    bottom: 0;
}

.preloader .preloader-inner .curve-lines {
    position: absolute;
    right: -20px;
    top: 0;
    width: 100%;
}

.preloader .preloader-inner .curve-lines .line {
    position: relative;
    -webkit-animation: preloader-pulse 1s linear infinite alternate-reverse;
    animation: preloader-pulse 1s linear infinite alternate-reverse;
}

.preloader .preloader-inner .curve-lines .line img {
    height: 40px;
}

.preloader .preloader-inner .curve-lines .line:nth-child(1) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
    top: 5px;
}

.preloader .preloader-inner .curve-lines .line:nth-child(2) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    top: -10px;
}

.preloader .preloader-inner .curve-lines .line:nth-child(3) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    top: -25px;
}

.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    color: #E0E0E0;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: linear-gradient(180deg, #1f79e7 -22.75%, #00FF85 100%);
    display: none;
    border: 2px solid #292929;
    border-radius: 0 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pay-bill-btn-box {
    position: fixed;
    top: 70%;
    right: -1px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    overflow: hidden;
}

.pay-bill-btn-box a.paybill-btn {
    color: #fff !important;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    margin-top: 10px;
}

.auto-container {
    position: relative;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.large-container {
    position: static;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow-x: hidden;
}

::placeholder {
    color: #b2beb5 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

::-webkit-input-placeholder {
    color: #b2beb5 !important;
    font-weight: 500 !important;
}

::-moz-input-placeholder {
    color: #b2beb5 !important;
    font-weight: 500 !important;
}

::-ms-input-placeholder {
    color: #b2beb5 !important;
    font-weight: 500 !important;
}

.page-container {
    position: relative;
}

.hide-on-mobile {
    display: block !important;
}

.show-on-mobile {
    display: none !important;
}

/*****************************************
    Template Button Styles
******************************************/
.btn {
    display: inline-flex;
    font-weight: 600;
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
    color: #E0E0E0;
    background-color: #292929;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    letter-spacing: 0.02em;
    position: relative;
    overflow: hidden;
}

.btn .btn-text {}

.btn.theme-btn {
    background-color: #00FF85;
    color: #121212;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 255, 133, 0.3);
}

.btn.theme-btn:hover {
    background-color: #00cc6a;
    transform: translateY(-0.1875rem);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 255, 133, 0.5);
}

.theme-btn.type-2 {
    background-color: rgba(252, 190, 158, 0.32);
    border: 1px solid rgba(253, 86, 2, 0.01);
    color: #0e4f9d;
}

.theme-btn.type-2:hover {
    background-color: #0e4f9d;
    color: #fff;
    transform: translateY(-0.1875rem);
}

.btn.btn-outline {
    background-color: transparent;
    border: 2px solid #00FF85;
    color: #00FF85;
    transition: all 0.3s;
}

.btn.btn-outline:hover {
    background-color: #00FF85;
    border: 2px solid #00FF85;
    color: #121212;
    transform: translateY(-0.1875rem);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 255, 133, 0.3);
}

.btn-round {
    border-radius: 3rem;
}

.btn.has-icon {
    padding: 0.75rem 1.75rem 0.75rem 1.75rem;
}

.btn.has-icon .icon {}

.btn.has-icon .icon i {}

.btn.has-icon .icon.icon-before {}

.btn.has-icon .icon.icon-after {
    margin-left: 0.75rem;
}

.btn.has-icon:hover .icon.slide-ltr {
    -webkit-animation: BtnIconSlide-LRT 0.5s forwards;
    -ms-animation: BtnIconSlide-LRT 0.5s forwards;
    -moz-animation: BtnIconSlide-LRT 0.5s forwards;
    -o-animation: BtnIconSlide-LRT 0.5s forwards;
    animation-timing-function: cubic-bezier(1, 0.01, 0.3, 1);
}

.btn.has-icon:hover .icon.slide-t2b {
    -webkit-animation: BtnIconSliBde-T2B 0.5s forwards;
    -ms-animation: BtnIconSlide-T2B 0.5s forwards;
    -moz-animation: BtnIconSlide-T2B 0.5s forwards;
    -o-animation: BtnIconSlide-T2B 0.5s forwards;
    animation-timing-function: cubic-bezier(1, 0.01, 0.3, 1);
}

.btn.has-collapse-content:before {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    content: "";
    width: 0;
    height: 0;
    width: 1.125rem;
    height: 1.125rem;
    transition: all 0.3s;
    background-image: url(../img/icons/icon-chevron-down-grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateY(-50%) rotate(-180deg);
}

.btn.has-collapse-content.collapsed::before {
    transform: translateY(-50%) rotate(0deg);
    animation-timing-function: cubic-bezier(1, 0.01, 0.3, 1);
}



/*========================================================================================
	4. Main Header/Navigation Styles
========================================================================================*/
.top-bar {
    position: relative;
    background: linear-gradient(135deg, #1a1a1a 0%, #292929 100%);
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.top-bar .contact-info .contact-item {
    color: #E0E0E0;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.top-bar .contact-info .contact-item:hover {
    color: #00FF85;
    transform: translateY(-2px);
}

.top-bar .contact-info .contact-item i {
    color: #00FF85;
    margin-right: 8px;
    font-size: 16px;
}

.top-bar .media {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.top-bar .media:last-child {
    margin-right: 0;
}

.top-bar .media .icon-styled {
    margin-right: 10px;
    font-size: 18px;
}

.top-bar .media .media-body h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #00FF85;
}

.top-bar .media .media-body p {
    font-size: 12px;
    margin-bottom: 0;
    color: #E0E0E0;
    line-height: 1.4;
}

.top-bar .social-links {
    display: flex;
    align-items: center;
}

.top-bar .social-links a {
    color: #E0E0E0;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-left: 15px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.top-bar .social-links a:hover {
    color: #00FF85;
    background: rgba(0, 255, 133, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 255, 133, 0.2);
}

/* Responsive adjustments for top bar */
@media (max-width: 991px) {
    .top-bar .media {
        margin-right: 15px;
    }
    
    .top-bar .media .media-body h5 {
        font-size: 12px;
    }
    
    .top-bar .media .media-body p {
        font-size: 11px;
    }
    
    
    
    .nav-outer .mobile-nav-toggler {
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .nav-outer .mobile-nav-toggler {
        display: none !important;
    }
    
    /* Ensure mobile menu close button is hidden on desktop */
    .main-menu .mobile-menu-close {
        display: none !important;
    }
}

/* Ensure mobile nav toggler visibility on mobile */
@media (max-width: 991px) {
    .nav-outer .mobile-nav-toggler {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 12px;
        background: rgba(0, 255, 133, 0.15);
        border: 1px solid rgba(0, 255, 133, 0.3);
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    
    .nav-outer .mobile-nav-toggler:hover {
        background: rgba(0, 255, 133, 0.25);
        border-color: rgba(0, 255, 133, 0.5);
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(0, 255, 133, 0.3);
    }
    
    .nav-outer .mobile-nav-toggler.is-active {
        background: rgba(0, 255, 133, 0.3);
        border-color: #00FF85;
        transform: rotate(90deg);
    }
    
    /* Mobile menu styles */
    .main-header .nav-outer .main-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(300px, 90vw);
        background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
        box-shadow: -15px 0 40px rgba(0, 0, 0, 0.6);
        overflow-y: auto;
        z-index: 10000;
        padding: 90px 25px 40px;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 25px 0 0 25px;
        max-width: 90vw;
    }
    
    /* Mobile navigation list styles */
    .main-header .nav-outer .main-menu .navigation {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .main-header .nav-outer .main-menu .navigation > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .main-header .nav-outer .main-menu .navigation > li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    /* Show main-menu when it has the 'show' class */
    .main-header .nav-outer .main-menu.show {
        transform: translateX(0);
    }
    
    
    
    .main-header .nav-outer .main-menu .navigation > li > a {
        display: block;
        padding: 20px 25px;
        border-radius: 15px;
        color: #E0E0E0;
        font-weight: 600;
        text-decoration: none;
        width: 100%;
        font-size: 19px;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
        margin: 10px 0;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-sizing: border-box;
        /* Ensure adequate touch target size */
        min-height: 56px;
        display: flex;
        align-items: center;
    }
    
    .main-header .nav-outer .main-menu .navigation > li > a:hover {
        color: #00FF85;
        background: rgba(0, 255, 133, 0.15);
        transform: translateX(8px);
        border-color: rgba(0, 255, 133, 0.4);
        box-shadow: 0 8px 20px rgba(0, 255, 133, 0.15);
    }
    
    .main-header .nav-outer .main-menu .navigation > li > a.active {
        color: #00FF85;
        background: rgba(0, 255, 133, 0.2);
        border-left: 4px solid #00FF85;
    }
    
    /* Mobile dropdown styles */
    .main-header .nav-outer .main-menu .navigation > li.dropdown > a {
        padding-right: 55px;
        position: relative;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown > a::after {
        content: '\f107';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        color: #00FF85;
        font-size: 20px;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown.is-open > a::after {
        transform: translateY(-50%) rotate(180deg);
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown ul {
        position: static;
        display: none;
        padding: 20px 0 15px;
        margin: 0 0 15px;
        border: none;
        border-left: 4px solid rgba(0, 255, 133, 0.4);
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        opacity: 1;
        visibility: visible;
        transform: none;
        list-style: none;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown.is-open ul {
        display: block;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown ul li a {
        padding: 16px 25px 16px 35px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        color: #B0B0B0;
        font-weight: 500;
        display: block;
        text-decoration: none;
        width: 100%;
        font-size: 17px;
        transition: all 0.3s ease;
        margin: 8px 15px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.03);
        box-sizing: border-box;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown ul li a:hover {
        color: #00FF85;
        background: rgba(0, 255, 133, 0.1);
        padding-left: 40px;
        transform: translateX(5px);
        box-shadow: 0 5px 15px rgba(0, 255, 133, 0.1);
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown ul li:last-child a {
        border-bottom: none;
    }
    
    /* Close button for mobile menu */
    .main-menu .mobile-menu-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 24px;
        color: #E0E0E0;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 12px;
        cursor: pointer;
        z-index: 10001;
        display: none;
        transition: all 0.3s ease;
        backdrop-filter: blur(5px);
    }
    
    @media (max-width: 991px) {
        .main-menu .mobile-menu-close {
            display: block;
        }
    }
    
    .main-menu .mobile-menu-close:hover {
        color: #00FF85;
        background: rgba(0, 255, 133, 0.2);
        border-color: #00FF85;
        transform: scale(1.1);
    }
    
    /* Mobile navigation list styles */
    .main-header .nav-outer .main-menu .navigation {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin: 0;
        padding: 0;
    }
    
    .main-header .nav-outer .main-menu .navigation > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .main-header .nav-outer .main-menu .navigation > li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    
    .main-header .nav-outer .main-menu .navigation > li > a {
        display: block;
        padding: 18px 20px;
        border-radius: 12px;
        color: #E0E0E0;
        font-weight: 600;
        text-decoration: none;
        width: 100%;
        font-size: 18px;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
        margin: 8px 0;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.05);
        /* Ensure adequate touch target size */
        min-height: 56px;
        display: flex;
        align-items: center;
    }
    
    .main-header .nav-outer .main-menu .navigation > li > a:hover {
        color: #00FF85;
        background: rgba(0, 255, 133, 0.1);
        transform: translateX(5px);
        border-color: rgba(0, 255, 133, 0.3);
        box-shadow: 0 5px 15px rgba(0, 255, 133, 0.1);
    }
    
    .main-header .nav-outer .main-menu .navigation > li > a.active {
        color: #00FF85;
        background: rgba(0, 255, 133, 0.15);
        border-left: 3px solid #00FF85;
    }
    
    /* Mobile dropdown styles */
    .main-header .nav-outer .main-menu .navigation > li.dropdown > a {
        padding-right: 50px;
        position: relative;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown > a::after {
        content: '\f107';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        color: #00FF85;
        font-size: 18px;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown.is-open > a::after {
        transform: translateY(-50%) rotate(180deg);
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown ul {
        position: static;
        display: none;
        padding: 15px 0 10px;
        margin: 0 0 10px;
        border: none;
        border-left: 3px solid rgba(0, 255, 133, 0.3);
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        opacity: 1;
        visibility: visible;
        transform: none;
        list-style: none;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown.is-open ul {
        display: block;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown ul li a {
        padding: 14px 20px 14px 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        color: #B0B0B0;
        font-weight: 500;
        display: block;
        text-decoration: none;
        width: 100%;
        font-size: 16px;
        transition: all 0.3s ease;
        margin: 5px 10px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.02);
        /* Ensure adequate touch target size */
        min-height: 48px;
        display: flex;
        align-items: center;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown ul li a:hover {
        color: #00FF85;
        background: rgba(0, 255, 133, 0.08);
        padding-left: 35px;
        transform: translateX(3px);
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown ul li:last-child a {
        border-bottom: none;
    }
    
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu .navigation>li {
        margin: 0 10px;
    }
    
    .main-header .logo-box .logo img {
        max-width: 160px;
    }
}

@media (max-width: 767px) {
    .top-bar .media:not(:first-child) {
        display: none;
    }
    
    .top-bar .social-links {
        margin-left: auto;
    }
    
    .main-header .logo-box .logo img {
        max-width: 140px;
    }
    
    .main-header .main-box .main-header-inner {
        padding: 10px 0;
    }
    
    .top-bar {
        padding: 5px 0;
    }
    
    .top-bar .container {
        padding: 0 10px;
    }
    
    .top-bar .media .media-body h5 {
        font-size: 11px;
    }
    
    .top-bar .media .media-body p {
        font-size: 10px;
    }
    
    .top-bar .social-links a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    /* Adjust mobile menu for smaller screens */
    .main-header .nav-outer .main-menu {
        width: 100vw;
        padding: 80px 20px 30px;
        border-radius: 0;
    }
    
    .main-header .nav-outer .main-menu .navigation > li > a {
        padding: 18px 20px;
        font-size: 18px;
        margin: 8px 0;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown > a {
        padding-right: 50px;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown > a::after {
        right: 20px;
        font-size: 18px;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown ul li a {
        padding: 14px 20px 14px 30px;
        font-size: 16px;
        margin: 6px 10px;
        /* Ensure adequate touch target size */
        min-height: 48px;
        display: flex;
        align-items: center;
    }
    
    .main-menu .mobile-menu-close {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 22px;
    }
}

.header-span {
    height: auto;
    min-height: 80px;
    display: block;
}

/* Enhanced Header Styles - Consistent Appearance */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgba(41, 41, 41, 0.98) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0;
    margin: 0;
}

/* Fixed header styles - REMOVED FOR CONSISTENCY */
/* .main-header.fixed-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    animation: slideDown 0.5s ease;
    z-index: 10000 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
    background: rgba(41, 41, 41, 0.98) !important;
    backdrop-filter: blur(10px) !important;
} */

.main-header .main-box .main-header-inner {
    display: flex;
    align-items: center;
    padding: 10px 0;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
    transition: all 0.4s ease;
}

.main-header .logo-box .logo img {
    display: inline-block;
    max-width: 220px;
    height: auto;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.4));
    transform: scale(0.95);
    object-fit: contain;
    width: 100%;
}

/* Enhanced Mobile Navigation Toggler */
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 32px;
    line-height: 65px;
    cursor: pointer;
    color: #00FF85;
    margin: 0 0 0 25px;
    display: none;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(0, 255, 133, 0.2);
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    border: 2px solid rgba(0, 255, 133, 0.3);
}

.nav-outer .mobile-nav-toggler:hover {
    background: rgba(0, 255, 133, 0.4);
    transform: rotate(90deg) scale(1.15);
    box-shadow: 0 12px 30px rgba(0, 255, 133, 0.5);
    border-color: rgba(0, 255, 133, 0.6);
}

.nav-outer .mobile-nav-toggler.is-active {
    background: rgba(0, 255, 133, 0.6);
    transform: rotate(90deg);
    box-shadow: 0 12px 30px rgba(0, 255, 133, 0.7);
}

/* Font Awesome Bars Icon Enhancement */
span.fas.fa-bars {
    padding: 8px;
    text-shadow: 0 0 15px rgba(0, 255, 133, 0.7);
    font-size: 36px;
    transition: all 0.3s ease;
}

span.fas.fa-bars:hover {
    transform: scale(1.1);
    text-shadow: 0 0 20px rgba(0, 255, 133, 0.9);
}

/* Fixed Header Enhancement - REMOVED FOR CONSISTENCY */
/* .main-header.fixed-header .main-box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background: rgba(30, 30, 30, 0.99);
    backdrop-filter: blur(20px);
    padding: 15px 0;
}

/* .main-header.fixed-header .main-box .main-header-inner {
    padding: 20px 0;
    height: 80px;
}

.main-header.fixed-header .logo-box .logo img {
    max-width: 220px;
    transform: scale(0.95);
} */

/* Responsive Adjustments for Consistent Header */
@media (max-width: 1199px) {
    .main-header .logo-box .logo img {
        max-width: 220px;
    }
}

@media (max-width: 991px) {
    .main-header .logo-box .logo img {
        max-width: 220px;
    }
    
    .main-header .main-box .main-header-inner {
        padding: 10px 0;
        height: auto;
    }
    
    .nav-outer .mobile-nav-toggler {
        display: flex !important;
        margin: 0 0 0 15px;
        width: 60px;
        height: 60px;
        font-size: 28px;
        line-height: 60px;
    }
    
    /* Reset main-menu positioning for mobile */
    .main-header .nav-outer .main-menu {
        position: fixed !important;
        float: none !important;
        display: block !important;
        transform: translateX(100%) !important;
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    }
    
    /* Show main-menu when it has the 'show' class */
    .main-header .nav-outer .main-menu.show {
        transform: translateX(0) !important;
    }
}

@media (max-width: 767px) {
    .main-header {
        padding: 10px 0;
    }
    
    .main-header .logo-box .logo img {
        max-width: 220px;
    }
    
    .main-header .main-box .main-header-inner {
        padding: 10px 0;
        height: auto;
    }
    
    .nav-outer .mobile-nav-toggler {
        width: 50px;
        height: 50px;
        font-size: 26px;
        line-height: 50px;
    }
}

/* Very small screens (phones in portrait mode) */
@media (max-width: 480px) {
    .main-header .nav-outer .main-menu {
        padding: 60px 12px 20px;
    }
    
    .main-header .nav-outer .main-menu .navigation > li > a {
        padding: 14px 12px;
        font-size: 16px;
        margin: 5px 0;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown > a {
        padding-right: 40px;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown > a::after {
        right: 12px;
        font-size: 16px;
    }
    
    .main-header .nav-outer .main-menu .navigation > li.dropdown ul li a {
        padding: 10px 12px 10px 22px;
        font-size: 14px;
        margin: 4px 6px;
    }
    
    .main-menu .mobile-menu-close {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
    
    .nav-outer .mobile-nav-toggler {
        width: 45px;
        height: 45px;
        font-size: 24px;
        line-height: 45px;
    }
    
    .main-header .logo-box .logo img {
        max-width: 220px;
    }
}

.main-header .main-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
}

.main-header .main-box .logo-box .logo img.logo-light {
    display: block;
}

.main-header .main-box .logo-box .logo img.logo-dark {
    display: none;
}

.main-header .logo-box {
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .nav-outer {
    position: relative;
    float: right;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.main-header .nav-outer .nav-selfcare-btn a {
    background: linear-gradient(135deg, #00FF85 0%, #00cc6a 100%);
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border-radius: 30px;
    color: #121212;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 255, 133, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-header .nav-outer .nav-selfcare-btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 255, 133, 0.5);
}

.main-header .nav-outer .nav-selfcare-btn {
    margin: 0;
    padding-left: 15px;
}

.main-menu .navigation {
    position: static;
    display: flex;
    align-items: center;
}

.main-menu .navigation>li {
    position: relative;
    margin: 0 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 600;
    color: #E0E0E0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.95rem;
    cursor: pointer;
}

.main-menu .navigation>li>a:hover {
    color: #00FF85;
    transform: translateY(-2px);
    text-shadow: 0 0 10px rgba(0, 255, 133, 0.5);
}

.main-menu .navigation>li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #00FF85;
    transition: all 0.3s ease;
}

.main-menu .navigation>li>a:hover::after {
    width: 100%;
}

.main-menu .navigation>li>a::before {
    content: "";
    width: 0%;
    height: 0.1875rem;
    background: #00FF85;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li>a:hover:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li>a:hover {
    color: #00FF85;
    transform: translateY(-3px);
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 15px;
    width: 240px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 15px 0px;
    background: #292929;
    text-align: left;
    border-radius: 10px;
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    content: "";
    left: 0px;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #E0E0E0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    cursor: pointer;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #00FF85;
    padding-left: 25px;
    background: rgba(0, 255, 133, 0.05);
    border-radius: 5px;
    margin: 0 5px;
    transform: translateX(5px);
}

.main-menu .navigation>li>ul>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #00FF85;
    transition: all 0.3s ease;
}

.main-menu .navigation>li>ul>li:hover>a::before {
    width: 20px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 9px;
    width: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    background: #ffffff;
    text-align: left;
    border-radius: 3px;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 0px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #222222;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

/* Outer box */
.main-header .outer-box {
    position: relative;
    float: right;
    margin-left: 50px;
}

.main-header .outer-box .btn-box a {
    position: relative;
    float: right;
}

/*search box btn*/

.main-header .search-box {
    position: relative;
    float: left;
    padding: 55px 0;
    margin-left: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box .search-box-btn {
    position: relative;
    width: 30px;
    cursor: pointer;
    background: none;
    font-size: 26px;
    line-height: 50px;
    color: #ffffff;
    outline: none;
    border-radius: 50px;
    text-align: center;
}

.main-header .search-box .show .search-box-btn span:before {
    content: "\f14d";
    font-size: 20px;
}

.dropdown-toggle::after {
    display: none;
}

.main-header .search-box .dropdown-menu {
    top: 100% !important;
    left: auto !important;
    right: 0px !important;
    transform: none !important;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #25262c;
    margin-top: 10px;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #25262c;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 24px;
    line-height: 45px;
    cursor: pointer;
    color: #00FF85;
    margin: 0 0 0 15px;
    display: none;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0, 255, 133, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1001;
}

.nav-outer .mobile-nav-toggler:hover {
    background: rgba(0, 255, 133, 0.2);
    transform: rotate(90deg);
    box-shadow: 0 8px 20px rgba(0, 255, 133, 0.3);
}

/*****************************************
	Header Style Two
******************************************/

.header-style-two .main-menu .navigation>li>a {
    color: #3f4161;
}

.header-style-two .main-menu .navigation>li {
    margin-left: 35px;
}

.header-style-two .nav-outer {
    float: left;
}

.header-style-two .nav-outer .main-menu {
    margin-left: 45px;
}

.header-style-two .outer-box {
    position: relative;
    float: right;
}

.header-style-two.alternate .main-box {
    -webkit-box-shadow: 0 20px 30px rgba(14, 16, 48, 0.06);
    -ms-box-shadow: 0 20px 30px rgba(14, 16, 48, 0.06);
    box-shadow: 0 20px 30px rgba(14, 16, 48, 0.06);
}

/*****************************************
	Header Style Three
******************************************/

.header-style-three .main-menu .navigation>li {
    margin-left: 35px;
}

.header-style-three .nav-outer {
    float: left;
}

.header-style-three .nav-outer .main-menu {
    margin-left: 45px;
}

.header-style-three .outer-box {
    position: relative;
    float: right;
}

.header-style-three .outer-box .btn-box a {
    border-radius: 3px;
}

/*****************************************
		Fixed Header
*****************************************/

/* .main-header.fixed-header .main-box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: rgba(41, 41, 41, 0.98);
    backdrop-filter: blur(10px);
} */

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Ensure fixed header maintains proper styling */
/* .main-header.fixed-header .main-box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
    background: rgba(41, 41, 41, 0.98) !important;
    backdrop-filter: blur(10px) !important;
} */

/* .header-style-two.fixed-header .main-box {
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
} */

/* .header-style-two.fixed-header .outer-box .theme-btn {
    background-color: #e1137b;
    color: #ffffff;
} */

/* .header-style-two.alternate.fixed-header .outer-box .theme-btn:hover {
    color: #e1137b;
} */

/*****************************************
	Fixed Header Logo Styles - REMOVED FOR CONSISTENCY
******************************************/

/* .main-header.fixed-header .logo-box .logo img {
    transform: scale(0.98) !important;
    transition: transform 0.3s ease !important;
} */

/* .main-header.fixed-header .main-box .logo-box .logo img.logo-light {
    display: none !important;
} */

/* .main-header.fixed-header .main-box .logo-box .logo img.logo-dark {
    display: block !important;
} */


/* .main-header.fixed-header .main-menu .navigation>.nav-selfcare-btn>a {
    color: #fff !important;
} */

/*****************************************
	Trust Bar Styles
******************************************/

.trust-bar {
    background: rgba(30, 30, 30, 0.95);
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 9999;
}

.trust-items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #E0E0E0;
    font-weight: 500;
}

.trust-item i {
    color: #00FF85;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .trust-items {
        flex-direction: column;
        align-items: center;
    }
    
    .trust-item {
        justify-content: center;
    }
}

/*****************************************
	Page Header Gap Styles
******************************************/
.main-header.has-header-gap {
    position: relative;
    /* background-color: #fff; */
}

/* .main-header.has-header-gap.fixed-header {
    position: fixed;
} */

.main-header.has-header-gap .main-box {
    padding: 10px 0px 3px;
}

.main-header.has-header-gap .main-menu .navigation>li>a {
    color: #0e4f9d;
}

/* .main-header.has-header-gap.fixed-header .main-menu .navigation>li>a {
    color: #072f5f;
} */

.main-header.has-header-gap .main-box .logo-box .logo img.logo-light {
    display: none;
}

.main-header.has-header-gap .main-box .logo-box .logo img.logo-dark {
    display: block;
}

/* .main-header.has-header-gap .main-menu .navigation li.nav-selfcare-btn a {
    color: #fff !important;
} */

/*****************************************
	Page Breadcurmb Styles
******************************************/

.page-breadcurmb {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.page-breadcurmb .breadcurmb-bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

/* .page-breadcurmb .breadcurmb-bg-image::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
} */

.page-breadcurmb .title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.page-breadcurmb .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin: 0;
    color: #fff;
}

.page-breadcurmb .title h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
}

.page-breadcurmb .title p {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    margin-top: 15px;
    color: #fff;
}

/*****************************************
	Page Breadcurmb (Banner) Styles
******************************************/
.page-breadcurmb.has-custom-banner .bg-banner {
    position: relative;
}

.page-breadcurmb.has-custom-banner .bg-banner::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.page-breadcurmb.has-custom-banner .center-content-box {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.page-breadcurmb.has-custom-banner .center-content-box h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.page-breadcurmb.has-custom-banner .center-content-box h2 span {
    color: #0e4f9d;
}

.page-breadcurmb.has-custom-banner .center-content-box h4 {
    font-size: 26px;
    font-weight: 700;
    color: #0e4f9d;
}

.page-breadcurmb.has-custom-banner .center-content-box p {
    font-size: 18px;
    color: #fff;
}

/*****************************************
	Mobile Menu
*****************************************/

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 300px;
    height: 100%;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
}
.nav-logo {
    background: black;
}
header.main-header {
    background: black;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 170px;
}
img.img-fluid.show-on-mobile {
    width: 100%;
}
.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(0%);
    backdrop-filter: blur(5px);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: opacity 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #292929;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    background: linear-gradient(135deg, #1a1a1a 0%, #292929 100%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease 00ms;
    -moz-transition: all 0.7s ease 00ms;
    -ms-transition: all 0.7s ease 00ms;
    -o-transition: all 0.7s ease 00ms;
    transition: all 0.7s ease 00ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

span.fas.fa-bars {
    background: white;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 17px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: #00FF85;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    background: rgba(0, 255, 133, 0.1);
    border-radius: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
    background: rgba(0, 255, 133, 0.2);
    transform: translateY(-50px) rotate(90deg) scale(1.1);
    box-shadow: 0 0 15px rgba(0, 255, 133, 0.5);
}

.mobile-menu .header-links {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}

.mobile-menu .header-links ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.mobile-menu .header-links ul li {
    position: relative;
    list-style: none;
    display: inline-flex;
}

.mobile-menu .header-links ul li a {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #E0E0E0;
}

.mobile-menu .header-links ul li a::before {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 105%;
    height: 100%;
    border-bottom: 2px solid #f2f3f4;
}

.mobile-menu .header-links ul li.current a::before {
    border-bottom: 2px solid #00FF85;
}

.mobile-menu .header-links ul li a:first-child {
    padding-left: 0;
}

.mobile-menu .header-links ul li.current a {
    color: #00FF85;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation .nav-selfcare-btn {
    padding: 1rem 0;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-menu .navigation .nav-selfcare-btn a {
    background: linear-gradient(135deg, #00FF85 0%, #00cc6a 100%);
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: #121212;
    width: 100%;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(0, 255, 133, 0.3);
    text-align: center;
}

.mobile-menu .navigation .nav-selfcare-btn a:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 255, 133, 0.5);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #E0E0E0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.mobile-menu .navigation li>a:hover {
    color: #00FF85;
    background: rgba(0, 255, 133, 0.1);
    padding-left: 25px;
    transform: translateX(10px);
}

.mobile-menu .navigation li>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #00FF85;
    transition: all 0.3s ease;
}

.mobile-menu .navigation li>a:hover::before {
    width: 20px;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #0e4f9d;
}

.mobile-menu .navigation-custom {
    position: relative;
    display: block;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}

.mobile-menu .navigation-custom li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation-custom li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #2e2c2c;
    text-transform: capitalize;
}

.mobile-menu .navigation-custom li:hover>a,
.mobile-menu .navigation-custom li.current>a {
    color: #0e4f9d;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #00FF85;
    cursor: pointer;
    z-index: 5;
    background: rgba(0, 255, 133, 0.1);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn:hover {
    background: rgba(0, 255, 133, 0.2);
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 10px rgba(0, 255, 133, 0.3);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
}

.mobile-menu .navigation li>ul li>a {
    padding: 12px 30px;
    font-size: 16px;
    color: #b0b0b0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    cursor: pointer;
}

.mobile-menu .navigation li>ul li>a:hover {
    color: #00FF85;
    background: rgba(0, 255, 133, 0.05);
    padding-left: 35px;
    transform: translateX(5px);
}

.mobile-menu .navigation li>ul li>a::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #00FF85;
    transition: all 0.3s ease;
}

.mobile-menu .navigation li>ul li>a:hover::before {
    width: 15px;
}

/*==========================================================================
	4. Template Slider Styles
============================================================================*/

/*
****************************************
	Swiper Slider Styles
*****************************************
*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.swiper-pagination-bullet {
    border: 1px solid #58cced;
    background-color: #58cced;
    opacity: 1;
    cursor: pointer;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

/*****************************************
	Owl Carousel Styles
******************************************/

.owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    margin-right: 5px;
}

.owl-dot span {
    display: block;
    width: 15px;
    height: 6px;
    border-radius: 20px;
    background-color: #5393ea;
}

.owl-dot.active span {
    background-color: #0c52b5 !important;
    width: 25px;
}

.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel .owl-nav button span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
}

.owl-carousel .owl-nav button span i {
    font-size: 18px;
    line-height: 35px;
}

.owl-carousel .owl-nav button.owl-prev span {
    background: linear-gradient(263.87deg, #5393ea -18.9%, #0560dc 85.77%);
    margin-right: 10px;
}

.owl-carousel .owl-nav button.owl-next span {
    background: linear-gradient(263.87deg, #0560dc -18.9%, #5393ea 85.77%);
}

.clients-container .owl-carousel .owl-nav {
    margin-top: 20px;
    margin-left: 5px;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    position: relative;
    background: #fff;
    border: 1px solid #0e4f9d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev span img,
.owl-carousel .owl-nav button.owl-next span img {
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-prev:hover span,
.owl-carousel .owl-nav button.owl-next:hover span {
    background: #fff;
    border: 1px solid #0e4f9d;
}

/*****************************************
	Slick Slider Styles
******************************************/

.slick-dots {
    bottom: 20px;
}

.slick-dots li button {
    position: relative;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #0e4f9d;
    border-radius: 10px;
    transition: all 0.3s;
    top: 5px;
    left: 5px;
}

.slick-dots li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s;
    left: 6px;
    top: 6px;
}

.slick-dots li.slick-active::before {
    background: #0e4f9d;
}

.slick-dots li.slick-active::after {
    background: #0e4f9d;
}

/*========================================================================================
	5. Template Common Components Styles
========================================================================================*/

/*****************************************
	Section Title Styles
******************************************/
.section-title {
    position: relative;
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
    margin-bottom: 3rem;
}

.section-title h2.title {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 3.125rem;
    line-height: 1.2;
    color: #E0E0E0;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.section-title h2.title span {
    color: #00FF85;
    transition: all 0.3s ease;
}

.section-title h2.title span:hover {
    text-shadow: 0 0 10px rgba(0, 255, 133, 0.7);
}

.section-title p.sub-text {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 400;
    color: #B0B0B0;
    margin-top: 1rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/*****************************************
	Title With Side Line Styles
******************************************/
.title-with-line {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.title-with-line .title {
    width: auto;
}

.title-with-line .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-weight: 700;
    color: #E0E0E0;
}

.title-with-line .title h2 span {
    color: #00FF85;
}

.title-with-line .line {
    position: absolute;
    right: 5px;
    top: 55%;
    width: 100%;
    height: 1px;
    background-color: #676767;
}

/*****************************************
	Social Links Styles
******************************************/

.social-link {
    position: relative;
}

.social-link li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}

.social-link li a {
    position: relative;
    display: block;
    text-align: center;
    margin-right: 0px;
    font-size: 1.25rem;
    line-height: 3.125rem;
    background-color: #292929;
    color: #8B8B8B;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.social-link li a:hover {
    background-color: #F44336;
    color: #fff;
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.3125rem 0.9375rem rgba(244, 67, 54, 0.4);
}

.social-link li a i {
    transition: all 0.2s;
}

/*****************************************
	Menu Links Styles
******************************************/
.menu-links {
    position: relative;
}

.menu-links li {
    margin-bottom: 15px;
}

.menu-links li a {
    position: relative;
    display: inline-block;
    font-weight: 500;
    padding-left: 25px;
}

.menu-links li a:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f054";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-links li a:hover {
    color: #00FF85 !important;
}

.menu-links li a:hover::before {
    left: 5px;
    color: #00FF85;
}

/*****************************************
	List With Icons Styles
******************************************/

ul.icon-list-box {
    position: relative;
}

ul.icon-list-box li {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    margin-bottom: 20px;
}

ul.icon-list-box li:last-child {
    margin-bottom: 0;
}

ul.icon-list-box li .icon {
    position: relative;
    top: 3px;
    width: 15%;
}

ul.icon-list-box li .icon i {
    font-size: 20px;
    color: #00FF85;
}

ul.icon-list-box li .text {
    width: 93%;
}

ul.icon-list-box li .text p {
    margin-bottom: 0;
    color: #E0E0E0;
}

ul.icon-list-box li .text a {
    color: #676767;
    transition: all 0.3s;
}

ul.icon-list-box li .text a:hover {
    color: #00FF85;
}

/*****************************************
	Custom Accordion Styles
******************************************/

.custom-accordion .card {
    background-color: transparent;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.custom-accordion .card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.custom-accordion .card .card-header {
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
}

.custom-accordion .card .card-header h2 {
    position: relative;
    text-align: left;
}

.custom-accordion .card .card-header h2 .btn {
    padding-left: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    background-color: transparent;
    color: #0e4f9d;
    padding-right: 45px;
}

.custom-accordion .card .card-header h2 .btn::before {
    position: absolute;
    right: 15px;
    top: 5px;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/primary-chevron-up.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: all 0.3s;
}

.custom-accordion .card .card-header h2 .btn.collapsed::before {
    background-image: url(../img/icons/primary-chevron-down.svg);
}

.custom-accordion .card-body {
    position: relative;
}

.custom-accordion .card-body::before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: "";
    /* background-image: url(../img/lines-1.png); */
    background-size: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 0.5;
}

/*****************************************
	Link3 Custom Tab Content Styles
******************************************/

.link3-custom-tab-container {
    position: relative;
}

.link3-custom-tab-container .tab-custom-nav-box {
    /* margin-top: 50px; */
    text-align: center;
    margin-bottom: 40px;
}

.link3-custom-tab-container .tab-custom-nav-box .nav.nav-tabs {
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    display: inline-flex;
    background-color: #f2f3f4;
    border-radius: 50px;
}

.link3-custom-tab-container .tab-custom-nav-box .nav.nav-tabs .nav-link {
    width: 160px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    padding: 12px 0;
    text-transform: capitalize;
    color: #676767;
    transition: all 0.2s;
}

.link3-custom-tab-container .tab-custom-nav-box .nav.nav-tabs .nav-link:hover {
    color: #0e4f9d;
}

.link3-custom-tab-container .tab-custom-nav-box .nav.nav-tabs .nav-link.active {
    background-color: #0e4f9d;
    color: #fff;
    border-radius: 50px;
}

/*****************************************
	Likn3 Custom Modal Styles
******************************************/
.link3-custom-modal button.close {
    color: #2e2c2c !important;
    opacity: 1;
}

/*****************************************
	BG Content Box Styles
******************************************/

.bg-content-box {
    min-height: 320px;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-top: 30px;
}

.bg-content-box .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    border-radius: 30px;
    border: 1px solid #d3d3d3;
}

.bg-content-box .bg-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.bg-content-box .text-content {
    text-align: center;
    z-index: 2;
    color: #fff;
}

.bg-content-box .text-content .title {
    margin-bottom: 15px;
}

.bg-content-box .text-content .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #f2f3f4;
    letter-spacing: -1px;
}

.bg-content-box .text-content .title h2 span {
    color: #0e4f9d;
}

.bg-content-box .text-content p.sub-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 60px;
}

/*****************************************
	Text Content Card Styles
******************************************/
.text-content-card {
    position: relative;
    padding: 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-bottom: 2px solid #0e4f9d;
}

.text-content-card .sub-text {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #2e2c2c;
}

.text-content-card .title-with-line .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #2e2c2c;
}

.text-content-card .text-box .text-content-card .text-box p {
    color: #676767;
}

.text-content-card .video-box {
    position: relative;
    /* width: 800px; */
    margin: 30px auto;
    overflow: hidden;
    border-radius: 15px;
}

.text-content-card .video-box .video-thumb {
    position: relative;
    text-align: center;
}

.text-content-card .video-box .video-thumb::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.text-content-card .video-box .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.text-content-card .video-box .play-btn a {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    box-shadow: 0px 2px 39px rgba(253, 86, 2, 0.46);
}

.text-content-card .video-box .play-btn a img {
    position: relative;
    left: 3px;
}

/*****************************************
	Job Short Details Styles
******************************************/
.job-short-details-card {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #0e4f9d;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

.job-short-details-card .job-title {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #2e2c2c;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.job-short-details-card:hover .job-title {
    color: #0e4f9d;
}

.job-short-details-card .job-tags li {
    position: relative;
    color: #2e2c2c;
    padding-left: 25px;
    margin-bottom: 5px;
}

.job-short-details-card .job-tags li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Material Icons Outlined";
    content: "";
    font-size: 20px;
    color: #0e4f9d;
}

.job-short-details-card .job-tags li span {
    color: #676767;
}

.job-short-details-card .job-tags li.deadline::before {
    content: "event_available";
}

.job-short-details-card .job-tags li.location::before {
    content: "room";
    font-weight: 600;
}

.job-short-details-card .btn-box {
    margin-top: 20px;
}

.job-short-details-card .btn-box a.btn {
    font-size: 14px;
    padding: 5px 20px;
}

/*=============================================================
	Form Components Styles
=============================================================*/
/*****************************************
	Link3 Common Form Styles
******************************************/

.link3-common-form {
    position: relative;
    background-color: #fff;
}

.link3-common-form label {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #676767;
}

.link3-common-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.link3-common-form .form-group .custom-input-group {
    position: relative;
}

.link3-common-form .form-group .custom-input-group .icon {
    position: absolute;
    top: 0;
    left: 8px;
    line-height: 40px;
    color: #676767;
}

.link3-common-form .form-group .custom-input-group .icon i {
    font-size: 20px;
}

.link3-common-form .form-group .input-group {}

.link3-common-form .input-group-text {
    background-color: #b2beb5;
    border-color: #b2beb5;
    color: #676767;
}

.link3-common-form .form-group .form-control {
    background-color: #f2f3f4;
}

.link3-common-form .form-group .form-control:focus {
    border-color: #b2beb5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(178 190 181 / 25%);
}

.link3-common-form .form-group input.form-control {
    font-size: 14px;
    height: 40px;
    padding-left: 35px;
}

.link3-common-form .submit-btn-box {
    margin-top: 50px;
}

/*****************************************
	Custom Check Box Styles
******************************************/

.link3-custom-checkbox {
    width: 100%;
    /* padding-bottom: 6px; */
    margin-bottom: 20px;
}

.link3-custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.link3-custom-checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    line-height: 25px;
    color: #152c5b;
}

.link3-custom-checkbox label span.checkbox-icon {
    content: "";
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #0e4f9d;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    /*border-radius: 40px;*/
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 2px;
}

.link3-custom-checkbox input+label span.checkbox-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-family: "Material Icons Sharp";
    content: "check";
    font-size: 16px;
    color: #0e4f9d;
    transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}

.link3-custom-checkbox input:checked+label span.checkbox-icon:after {
    /* transform: scale(1); */
    opacity: 1;
}

/*========================================================================================
	6. Footer Styles
========================================================================================*/

.footer {
    position: relative;
    background-color: #1a1a1a;
    padding-top: 4rem;
    z-index: 2;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer .footer-widget {
    position: relative;
}

.footer .footer-widget .title {
    margin-bottom: 1.5rem;
}

.footer .footer-widget .title h2 {
    color: #00FF85;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.footer-left-container {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 3rem;
}

.footer-left-container .address-box {
    position: relative;
    width: 100%;
    max-width: 25rem;
    border-radius: 0.625rem;
    margin-bottom: 2rem;
}

.logo {
    width: 12.5rem;
}

.footer-left-container .address-box .logo {
    margin-bottom: 1.5rem;
}

.footer-left-container .address-box .logo img {
    width: auto;
    background-color: transparent;
    max-width: 100%;
}

.footer-left-container .address-box h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
    color: #E0E0E0;
    margin-bottom: 0.625rem;
}

.footer-left-container .address-box p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    color: #B0B0B0;
    margin-bottom: 2.1875rem;
}

.footer-left-container .footer-menu-links {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: flex-end;
    width: calc(100% - 25rem);
    padding-left: 3rem;
}

.footer-left-container .footer-menu-links .menu-links li a {
    color: #B0B0B0;
    font-size: 1.0625rem;
    line-height: 2;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 1.5rem;
}

.footer-left-container .footer-menu-links .menu-links li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    transition: all 0.3s ease;
    color: #00FF85;
}

.footer-left-container .footer-menu-links .menu-links li a:hover {
    color: #00FF85;
    padding-left: 1.875rem;
}

.footer-left-container .footer-menu-links .menu-links li a:hover:before {
    left: 0.3125rem;
}

.footer-left-container .footer-menu-links .footer-widget {
    width: 50%;
    margin-bottom: 1.5rem;
}

.footer-right-container {
    position: relative;
    text-align: right;
}

.footer-right-container .footer-social-links {
    margin-top: 2.5rem;
}

.footer-right-container .footer-social-links p {
    color: #00FF85;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-right-container .social-links {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.footer-right-container .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
}

.footer-right-container .social-links li a {
    margin-right: 0;
    font-size: 1.25rem;
    line-height: 3.125rem;
    background-color: #292929;
    color: #8B8B8B;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.footer-right-container .social-links li a:hover {
    background-color: #00FF85;
    color: #121212;
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 255, 133, 0.4);
}

.footer-right-container .social-links li a i {
    transition: all 0.2s;
}

.footer-right-container .contact-details ul.icon-list-box li .icon i {
    font-size: 1.375rem;
}

.footer-right-container .contact-details ul.icon-list-box li .text p {
    font-weight: 500;
    color: #B0B0B0;
}

.footer-right-container .contact-details ul.icon-list-box li .text a {
    color: #B0B0B0;
    transition: all 0.3s ease;
}

.footer-right-container .contact-details ul.icon-list-box li .text a:hover {
    color: #00FF85;
}

.footer-bottom {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom .copyright-text {
    margin-bottom: 0.3125rem;
}

.footer-bottom p {
    font-size: 0.9375rem;
    line-height: 1.6;
    font-weight: 400;
    color: #8B8B8B;
    margin-bottom: 0;
}

.footer-bottom p a {
    color: #00FF85;
    transition: all 0.3s ease;
}

.footer-bottom p a:hover {
    color: #00cc6a;
    text-decoration: underline;
}

.footer-bottom p a img {
    height: 1.25rem;
}

.footer-bottom p a img.analyzen-logo {
    height: 1.5625rem;
    position: relative;
    top: -0.25rem;
    left: 0.375rem;
}

.footer-bottom .download-selfcare-app-box {
    position: relative;
    margin-top: 0.625rem;
    margin-bottom: 1.5625rem;
}

.footer-bottom .download-selfcare-app-box a {
    display: inline-block;
}

.footer-bottom .download-selfcare-app-box .play-store-logo {}

.footer-bottom .download-selfcare-app-box .play-store-logo img {
    width: 13.75rem;
    margin: 0 auto;
}

.footer-bottom .download-selfcare-app-box p {
    font-family: "Noto Sans Display", sans-serif;
    margin-left: 0.3125rem;
    margin-top: 0.9375rem;
    font-size: 1.375rem;
    font-weight: 700;
    color: #E0E0E0;
}

.footer-mobile-widget-container {
    position: relative;
}

.footer-mobile-widget-container .custom-accordion .card {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
}

.footer-mobile-widget-container .custom-accordion .card .card-header {
    border: none;
    background-color: transparent;
}

.footer-mobile-widget-container .custom-accordion .card .card-header h2 .btn {
    font-size: 1.5rem;
    font-family: "Noto Sans Display", sans-serif;
    padding-left: 0;
    padding-bottom: 1rem;
    color: #E0E0E0;
    font-weight: 600;
}

.footer-mobile-widget-container .custom-accordion .card .card-header h2 .btn::before {
    right: 0;
    background-image: url(../img/icons/icon-chevron-down-grey.svg);
    filter: invert(1);
}

.footer-mobile-widget-container .custom-accordion .card .card-header h2 .btn.collapsed::before {
    transform: rotate(0deg);
}

.footer-mobile-widget-container .custom-accordion .card .card-header h2 .btn:not(.collapsed)::before {
    transform: rotate(180deg);
}

.footer-mobile-widget-container .custom-accordion .card .card-body {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.3125rem;
    color: #B0B0B0;
    background-color: transparent;
}

.footer-mobile-widget-container .contact-details ul.icon-list-box li .icon {
    width: 12%;
}

.footer-mobile-widget-container .contact-details ul.icon-list-box li .icon i {
    font-size: 1.375rem;
    color: #00FF85;
}

.footer-mobile-widget-container .contact-details ul.icon-list-box li .text p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #B0B0B0;
}

.footer-mobile-widget-container .menu-links li {
    margin-bottom: 0.625rem;
}

.footer-mobile-widget-container .menu-links li a {
    font-size: 1.125rem;
    color: #B0B0B0 !important;
    padding-left: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
}

.footer-mobile-widget-container .menu-links li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    transition: all 0.3s ease;
    color: #00FF85;
}

.footer-mobile-widget-container .menu-links li a:hover {
    color: #00FF85 !important;
    padding-left: 1.875rem;
}

.footer-mobile-widget-container .menu-links li a:hover:before {
    left: 0.3125rem;
}

.footer .mobile-social-link-box {
    position: relative;
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 0.625rem;
}

.footer .mobile-social-link-box::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 85%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 0.038rem solid rgba(255, 255, 255, 0.1);
}

/* Responsive Footer Styles */
@media (max-width: 992px) {
    .footer-left-container .address-box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    
    .footer-left-container .footer-menu-links {
        width: 100%;
        padding-left: 0;
        justify-content: flex-start;
    }
    
    .footer-left-container .footer-menu-links .footer-widget {
        width: 50%;
        margin-bottom: 1.5rem;
    }
    
    .footer-right-container {
        text-align: left;
    }
    
    .footer-right-container .social-links {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .footer-left-container .footer-menu-links .footer-widget {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .footer-bottom .download-selfcare-app-box .play-store-logo img {
        width: 11.25rem;
    }
}

@media (max-width: 576px) {
    .footer {
        padding-top: 2rem;
    }
    
    .footer-left-container {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    
    .footer-left-container .address-box h2 {
        font-size: 1.375rem;
    }
    
    .footer-bottom {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .footer-bottom .download-selfcare-app-box .play-store-logo img {
        width: 10rem;
    }
    
    .footer-bottom .download-selfcare-app-box p {
        font-size: 1.125rem;
    }
}

/*========================================================================================
	7. Home Page Styles
========================================================================================*/
.home-page {}

/*****************************************
	Home Slider Styles
******************************************/

.home-slider-section {
    position: relative;
}

.home-slider-section .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.home-slider-section .home-slider {}

.home-slider-section .home-slider .slide-item .banner-image {}

.home-slider-section .home-slider .slide-item .banner-image img.desktop-banner {
    display: block;
}

.home-slider-section .home-slider .slide-item .banner-image img.mobile-banner {
    display: none;
}

/* Responsive banner styles for various screen sizes */
@media (max-width: 1400px) {
    .slider-banner-section,
    .home-slider-section {
        height: 754px !important;
    }
}

@media (max-width: 1200px) {
    .slider-banner-section,
    .home-slider-section {
        height: 600px !important;
    }
}

@media (max-width: 992px) {
    .slider-banner-section,
    .home-slider-section {
        height: 500px !important;
    }
    
    .banner-content,
    .home-slider .slide-item .content {
        max-width: 500px !important;
    }
    
    .banner-title,
    .home-slider .slide-item .title {
        font-size: 2rem !important;
    }
    
    .banner-description,
    .home-slider .slide-item .text {
        font-size: 1rem !important;
    }
    
    .home-slider-section .home-slider .slide-item .banner-image img.desktop-banner {
        display: none;
    }
    
    .home-slider-section .home-slider .slide-item .banner-image img.mobile-banner {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .slider-banner-section,
    .home-slider-section {
        height: 450px !important;
    }
    
    .banner-slide,
    .home-slider .slide-item {
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 20px !important;
    }
    
    .banner-content,
    .home-slider .slide-item .content {
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .banner-image,
    .home-slider .slide-item .banner-image {
        max-width: 100% !important;
    }
    
    .banner-title,
    .home-slider .slide-item .title {
        font-size: 1.8rem !important;
    }
    
    .banner-description,
    .home-slider .slide-item .text {
        font-size: 0.95rem !important;
    }
}

@media (max-width: 576px) {
    .slider-banner-section,
    .home-slider-section {
        height: 400px !important;
    }
    
    .banner-title,
    .home-slider .slide-item .title {
        font-size: 1.5rem !important;
    }
    
    .banner-btn,
    .home-slider .slide-item .btn {
        padding: 10px 20px !important;
        font-size: 0.9rem !important;
    }
    
    .home-slider-section .home-slider .slide-item .banner-image img.desktop-banner {
        display: none;
    }
    
    .home-slider-section .home-slider .slide-item .banner-image img.mobile-banner {
        display: block;
        width: 100%;
        height: auto;
    }
}

/* Extra large screen optimizations */
@media (min-width: 1600px) {
    .slider-banner-section,
    .home-slider-section {
        height: 750px !important;
    }
    
    .banner-title,
    .home-slider .slide-item .title {
        font-size: 2.8rem !important;
    }
    
    .banner-description,
    .home-slider .slide-item .text {
        font-size: 1.2rem !important;
    }
    
    .banner-btn,
    .home-slider .slide-item .btn {
        padding: 15px 35px !important;
        font-size: 1.1rem !important;
    }
}

@media (min-width: 1920px) {
    .slider-banner-section,
    .home-slider-section {
        height: 800px !important;
    }
    
    .banner-title,
    .home-slider .slide-item .title {
        font-size: 3rem !important;
    }
    
    .banner-btn,
    .home-slider .slide-item .btn {
        padding: 18px 40px !important;
        font-size: 1.2rem !important;
    }
}

/*****************************************
	 Package Customizer Styles
******************************************/
.package-customizer-section {
    position: relative;
    padding: 60px 0 60px;
}

.package-customizer-section .section-title {
    margin-bottom: 40px;
}

.package-customizer-container {
    position: relative;
}

.package-customizer-inner {
    position: relative;
}

.package-customizer-card {
    position: relative;
    transition: all 0.3s;
    background-color: #f2f3f4;
    min-height: 150px;
    margin-bottom: 40px;
}

.package-customizer-card.show {
    background-color: transparent;
    transition: all 0.5s;
    transition-delay: 0.3s;
    border-radius: 30px;
}

.package-customizer-card .front-box {
    position: relative;
    width: 100%;
}

.package-customizer-card .front-box .front-box-inner {
    position: relative;
    padding: 20px 25px;
    border-radius: 30px;
}

.package-customizer-card .front-box .front-box-inner .number-box {}

.package-customizer-card .front-box .front-box-inner .show-filterbox-btn {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 40px;
    height: 40px;
    pointer-events: all;
    border-radius: 30px;
    transition: all 0.3s;
    background-color: #0e4f9d;
    cursor: pointer;
    z-index: 3;
}

.package-customizer-card.show .front-box .front-box-inner .show-filterbox-btn {
    z-index: 5;
}

.package-customizer-card .front-box .front-box-inner .show-filterbox-btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    height: 0;
    width: 18px;
    height: 18px;
    transition: all 0.3s;
    background-image: url(../img/icons/icon-chevron-down-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.package-customizer-card .popup-box {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
}

.package-customizer-card .popup-box .popup-box-inner {
    width: 100%;
    border-radius: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    min-height: 200px;
    height: auto;
    padding: 20px 25px;
    box-sizing: border-box;
    transition: all 0s;
    opacity: 1;
    pointer-events: none;
}

.package-customizer-card .popup-box .popup-box-inner .bg {
    box-shadow: 0 0px 50px rgb(0 0 0 / 26%);
    position: absolute;
    width: 100%;
    right: 0px;
    top: 0px;
    height: 0px;
    border-radius: 30px;
    box-sizing: border-box;
    opacity: 0;
    background: #fdf0e3;
}

.package-customizer-card .front-box .front-box-inner .title,
.package-customizer-card .popup-box .popup-box-inner .title {
    margin-bottom: 20px;
}

.package-customizer-card .front-box .front-box-inner .title h3,
.package-customizer-card .popup-box .popup-box-inner .title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    color: #0e4f9d;
}

.package-customizer-card .front-box .front-box-inner p.sub-text,
.package-customizer-card .popup-box .popup-box-inner p.sub-text {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    color: #2e2c2c;
    margin-bottom: 0;
    margin-top: 22px;
}

.package-customizer-card .front-box .front-box-inner .tag,
.package-customizer-card .popup-box .popup-box-inner .tag {
    font-size: 27px;
    line-height: 27px;
    font-family: "Noto Sans Display", sans-serif;
    font-weight: 700;
    color: #2e2c2c;
}

.package-customizer-card .front-box .front-box-inner .startNum,
.package-customizer-card .popup-box .popup-box-inner .startNum,
.package-customizer-card .front-box .front-box-inner .seperator,
.package-customizer-card .popup-box .popup-box-inner .seperator,
.package-customizer-card .front-box .front-box-inner .endNum,
.package-customizer-card .popup-box .popup-box-inner .endNum {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #2e2c2c;
}

.package-customizer-card .popup-box .popup-box-inner .range-customizer-box {
    margin-top: 45px;
    opacity: 0;
}

.package-customizer-card.show {
    position: relative;
}

.package-customizer-card.show .popup-box,
.package-customizer-card.show .popup-box .popup-box-inner {
    pointer-events: all;
    opacity: 1;
    transition: all 0.3s;
    z-index: 4;
}

.package-customizer-card.show .popup-box .popup-box-inner .range-customizer-box {
    opacity: 1;
    transition: all 0.8s;
    transition-delay: 0.3s;
}

.package-customizer-card.show .popup-box .popup-box-inner .bg {
    -webkit-animation: BgShow 0.5s forwards;
    -moz-animation: BgShow 0.5s forwards;
    -o-animation: BgShow 0.5s forwards;
    animation: BgShow 0.5s forwards;
    animation-timing-function: cubic-bezier(1, 0.01, 0.3, 1);
    z-index: -1;
}

.package-customizer-card.show .front-box .front-box-inner .show-filterbox-btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    height: 0;
    width: 22px;
    height: 22px;
    background-image: url(../img/icons/icon-clear-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.package-customizer-section .customizer-btn-box {
    text-align: center;
    margin-top: 0px;
}

.special-addon-customizer {
    position: relative;
}

.addon-list-box {
    position: relative;
    opacity: 0;
}

.addon-list-box .addon-item {
    position: relative;
}

.addon-list-box .addon-item .link3-custom-checkbox label span.checkbox-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.addon-list-box .addon-item .link3-custom-checkbox label {
    padding-left: 35px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

.package-customizer-card.show .addon-list-box {
    opacity: 1;
    transition: all 0.3s;
    transition-delay: 0.3s;
}

/*****************************************
	Reconnection Styles
******************************************/

.reconnection-text-content {
    position: relative;
    text-align: center;
    padding: 30px 150px;
}

.reconnection-text-content h3 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    color: #0e4f9d;
}

.reconnection-form .form-row {
    justify-content: center;
}


.reconnection-datepicker button {
    padding: 0;
}

.reconnection-form-container {
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);

}


.reconnection-form-container .reconnection-datepicker #datepicker {
    padding-left: 10px;
}

.reconnection-form-container .reconnection-datepicker .gj-icon {
    color: #676767;
}

/*****************************************
	check-coverage-section
******************************************/
.check-coverage-section {
    background-color: #f5f5f5;
}

.check-coverage-section .check-coverage-form {
    background-color: #f5f5f5;
}

.link3-common-form.check-coverage-form .form-group .form-control {
    background-color: #fff;
    text-transform: uppercase;
}

.check-coverage-section .btn-box {
    text-align-last: center;
}

.check-coverage-button {
    align-items: center;
}

.check-coverage-section .btn.has-icon {
    padding: 5px 20px;
}

.coverage-checkbox {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

/*****************************************
	Featured Offer Section Styles
******************************************/
.featured-offer-secton {
    position: relative;
    padding: 60px 0 80px;
}

.featured-offer-container {
    min-height: 350px;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-top: 60px;
}

.featured-offer-container .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    border-radius: 30px;
    border: 1px solid #d3d3d3;
}


.featured-offer-container .offer-content {
    text-align: center;
    z-index: 2;
    color: #000;
}

.featured-offer-container .offer-content p.sub-text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
}

.featured-offer-container .offer-content p.sub-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}

.featured-offer-container .offer-content .title {
    margin: 15px 0;
}

.featured-offer-container .offer-content .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 54px;
    font-weight: 800;
    line-height: 60px;
    color: #000;
    letter-spacing: -1px;
}

.featured-offer-container .offer-content .title h2 span {
    color: #0e4f9d;
}

/*****************************************
	Bandwidth TEster Section Styles
******************************************/

.bandwidth-tester-section {
    position: relative;
    padding: 60px 0 60px;
    background-color: #f5f5f5;
}

.bandwidth-tester-section .bandwidth-tester-content-box {
    text-align: center;
}

.bandwidth-tester-section .bandwidth-tester-content-box .speed-meter-image {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.bandwidth-tester-section .bandwidth-tester-content-box .btn-box {}

.bandwidth-tester-section .note-text {
    font-family: "Noto Sans Display", sans-serif;
    text-align: center;
    margin-top: 35px;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
}

.bandwidth-tester-section .section-title {
    margin-top: 30px;
}

.bandwidth-tester-cards {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.bandwidth-tester-cards .card {
    width: 160px;
    height: 190px;
    /* max-height: 165px; */
    padding: 20px;
    cursor: pointer;
    justify-content: center;
}

.bandwidth-tester-cards .card:hover {
    background-color: #f2f3f4;
}

.bandwidth-tester-cards .card img {
    width: 60px;
    margin: 0 auto;
    object-fit: contain;
}

.bandwidth-tester-cards .card h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    line-height: 1.2;
    text-decoration: none;
    color: #000;
}

/*****************************************
	Sales Promotion CTA Section Styles
******************************************/
.sales-promotion-cta-section {
    position: relative;
}

.sales-promotion-cta-section .banner-image {
    position: relative;
}

.sales-promotion-cta-section .text-content {
    position: absolute;
    left: 0px;
    right: 0;
    top: 25px;
    width: 100%;
    text-align: center;
}

.sales-promotion-cta-section .text-content .title {}

.sales-promotion-cta-section .text-content .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

/*****************************************
	Contact Us Section Styles
******************************************/
.contact-us-section {
    position: relative;
}

.contact-us-section .section-title h2.title {
    font-size: 40px;
    line-height: 50px;
}

.contact-us-section .contact-us-section-inner {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 0 80px;
}

.contact-us-section .contact-us-section-inner .inner-column {
    width: 50%;
    padding: 60px;
}

.contact-us-section .section-title {
    margin-bottom: 30px;
}

.contact-us-section .support-content-box {
    position: relative;
}

.contact-us-section .support-content-box .support-bg-image {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    text-align: center;
    /* margin: 30px; */
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.contact-us-section .support-content-box .support-bg-image::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.contact-us-section .support-content-box .support-bg-image img {
    border-radius: 30px;
    margin: 0 auto;
}

.contact-us-section .support-content-box .support-info-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.contact-us-section .support-content-box .support-info-text-box h3 {
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
}

.contact-us-section .support-content-box .support-info-text-box ul.icon-list-box li {
    flex-flow: column;
    text-align: center;
    margin-bottom: 30px;
}

.contact-us-section .support-content-box .support-info-text-box ul.icon-list-box li .icon {
    width: 100%;
}

.contact-us-section .support-content-box .support-info-text-box ul.icon-list-box li .icon i {
    font-size: 40px;
    line-height: 55px;
}

.contact-us-section .support-content-box .support-info-text-box ul.icon-list-box li .text {
    width: 100%;
}

.contact-us-section .support-content-box .support-info-text-box ul.icon-list-box li .text p {
    color: #000;
    font-size: 40px;
    font-weight: 700;
}

.contact-us-section .support-content-box .support-info-text-box ul.icon-list-box li .text a {
    color: #000;
    font-size: 25px;
    line-height: 50px;
    font-weight: 700;
}

.new-connection-form {
    /* padding: 60px; */
    padding-top: 40px;
}

.new-connection-form p.from-text {
    font-size: 18px;
}

/*========================================================================================
	Matched Package Page Styles
========================================================================================*/

.matched-package-page {
    position: relative;
    background-color: #f2f3f4;
}

.matched-package-page .package-customizer-section {}

.matched-package-page .package-customizer-section .customizer-btn-box {
    margin-top: 0;
}

.matched-package-page .package-customizer-section .package-customizer-card {
    background-color: #fff;
}

.matched-package-section {
    position: relative;
    padding: 0px 0 60px;
}

.matched-package-section .section-title {
    margin-bottom: 30px;
}

.matched-package-section .matched-package-container {
    position: relative;
}

.package-container-inner,
.matched-package-section .matched-package-container .package-container-inner {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

.package-container-inner .inner-column,
.matched-package-section .matched-package-container .package-container-inner .inner-column {
    padding: 15px;
}

/*****************************************
	Package Card Styles
******************************************/

.package-card {
    position: relative;
    width: 100%;
    max-width: 370px;
    background: linear-gradient(145deg, #1a1a1a, #292929);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    padding: 40px 30px;
    margin-bottom: 40px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.6s ease-out;
}

.package-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #00FF85, #0e4f9d, #00FF85);
    z-index: -1;
    border-radius: 22px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.package-card:hover::before {
    opacity: 1;
}

.package-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 255, 133, 0.3);
    border-color: rgba(0, 255, 133, 0.2);
}

.package-card .popular-tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #0e4f9d 0%, #00FF85 100%);
    border-radius: 0 15px 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.package-card .popular-tag .text {
    position: relative;
    color: #121212;
    transform: rotate(45deg);
    text-align: center;
    padding-top: 25px;
}

.package-card .popular-tag .text p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: "Noto Sans Display", sans-serif;
}

.package-card .top-content {
    position: relative;
}

.package-card .top-content .package-title-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.package-card .top-content .package-title-box p.package-title {
    color: #00FF85;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    transition: all 0.3s;
    font-family: "Noto Sans Display", sans-serif;
    letter-spacing: -0.5px;
}

.package-card .top-content .package-title-box p.package-type {
    color: #8B8B8B;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.package-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 255, 133, 0.3);
    border-color: rgba(0, 255, 133, 0.2);
}

.package-card:hover .top-content .package-title-box p.package-title {
    color: #00FF85;
    text-shadow: 0 0 15px rgba(0, 255, 133, 0.7);
}

.package-card .top-content .package-title-box h3 {}

.package-card .top-content .top-content-inner {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 30px 0;
    gap: 20px;
}

.package-card .top-content .top-content-inner .seperator-line {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    width: 1px;
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgba(0, 255, 133, 0.5), transparent);
}

.package-card .top-content .top-content-inner .bandwidth {
    width: 50%;
    padding: 15px;
}

.package-card .top-content .top-content-inner .bandwidth h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #8B8B8B;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.package-card .top-content .top-content-inner .bandwidth h2 span {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 55px;
    line-height: 55px;
    font-weight: 800;
    color: #00FF85;
    display: block;
    margin-top: 5px;
}

.package-card .top-content .top-content-inner .price {
    width: 50%;
    padding: 15px;
}

.package-card .top-content .top-content-inner .price h3 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #8B8B8B;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.package-card .top-content .top-content-inner .price h3 span {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    color: #E0E0E0;
    display: block;
    margin-top: 5px;
}

.package-card .top-content .top-content-inner .price p {
    font-size: 16px;
    font-weight: 500;
    color: #8B8B8B;
    margin-bottom: 0;
}

.package-card .top-content .show-details-btn-box {
    text-align: center;
    margin-top: 25px;
}

.package-card .top-content .show-details-btn-box a.btn {
    position: relative;
    background: linear-gradient(45deg, #00FF85, #0e4f9d);
    color: #121212;
    border: none;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(0, 255, 133, 0.3);
}

.package-card .top-content .show-details-btn-box a.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 255, 133, 0.5);
    background: linear-gradient(45deg, #00FF85, #00cc6a);
}

.package-card .top-content .show-details-btn-box a.btn::before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 18px;
    height: 18px;
    transition: all 0.3s;
    background-image: url(../img/icons/icon-chevron-down-grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateY(-50%) rotate(-180deg);
    filter: invert(1);
}

.package-card .top-content .show-details-btn-box a.btn.collapsed::before {
    transform: translateY(-50%) rotate(0deg);
    animation-timing-function: cubic-bezier(1, 0.01, 0.3, 1);
}

.package-card .bottom-content {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.package-card .bottom-content.show {
    max-height: 500px;
    opacity: 1;
}

.package-card .bottom-content .offer-text-box {
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(0, 255, 133, 0.1);
}

.package-card .bottom-content .offer-text-box .title {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.package-card .bottom-content .offer-text-box .title h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #00FF85;
    margin-bottom: 0;
    text-align: center;
    font-family: "Noto Sans Display", sans-serif;
}

.package-card .bottom-content .offer-text-box ul {
    margin-top: 20px;
}

.package-card .bottom-content .offer-text-box ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-weight: 400;
    color: #E0E0E0;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 3px;
}

.package-card .bottom-content .offer-text-box ul li:last-child {
    margin-bottom: 0;
}

.package-card .bottom-content .offer-text-box ul li::before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/icons/icon-gift.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    filter: invert(60%) sepia(100%) saturate(300%) hue-rotate(90deg);
}

.package-card .bottom-content .offer-text-box ul li span.h-text {
    color: #00FF85;
    font-weight: 700;
}

.package-card .bottom-content .btn-box {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

.package-card .bottom-content .btn-box .btn {
    background: linear-gradient(45deg, #0e4f9d, #00FF85);
    color: #121212;
    border: none;
    padding: 14px 35px;
    font-weight: 700;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(0, 255, 133, 0.3);
}

.package-card .bottom-content .btn-box .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 255, 133, 0.5);
    background: linear-gradient(45deg, #00FF85, #0e4f9d);
}

.package-card .bottom-content .btn-box .btn .icon-after {
    margin-left: 12px;
    transition: transform 0.3s ease;
}

.package-card .bottom-content .btn-box .btn:hover .icon-after {
    transform: translateX(5px);
}

/*========================================================================================
	Enterprise Page Styles
========================================================================================*/
.enterprise-page {
    position: relative;
}

/**********************************************
	Enterprise Core Service Section Styles
***********************************************/

.enterprise-core-services-section {
    position: relative;
    padding: 40px 0px 60px;
    padding-bottom: 10px;
}

.enterprise-core-services-tab-container {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-top: 50px;
}

.enterprise-core-services-tab-container .left-column {
    width: 40%;
    padding: 10px;
    padding-top: 0;
}

.enterprise-core-services-tab-container .right-column {
    width: 60%;
}

.entp-core-service-tab-btn .nav.nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item {}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #f2f3f4;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    border: none;
    color: #676767;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 15px;
    width: 175px;
    min-height: 180px;
    align-items: center;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link .icon-box {}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link .icon-box {
    margin-bottom: 15px;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link .icon-box .icon {
    /* width: 50px; */
    display: block;
    margin: 0 auto;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link .icon-box .icon.active {
    display: none;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link .btn-text {}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link.active {
    border-radius: 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-color: #0e4f9d;
    color: #fff;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link.active .icon {
    display: none;
}

.entp-core-service-tab-btn .nav.nav-tabs .nav-item a.nav-link.active .icon.active {
    display: block;
}

.entp-core-service-tab-wrap {
    padding: 30px 50px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 32px 0px rgba(80, 80, 80, 0.1);
}

.entp-core-service-tab-text {}

.entp-core-service-tab-text .entp-core-tab-icon {
    right: 0;
    bottom: 0;
}

.entp-core-service-tab-text h3 {
    color: #0e4f9d;
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 22px;
}

.entp-core-service-tab-text li {
    color: #2e2c2c;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px;
}

.entp-core-service-tab-text li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    background-image: url(../img/symbol-2.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.entp-core-service-tab-text .btn {
    margin-top: 20px;
    color: #0d1d72;
}

.entp-core-service-img img {
    border-radius: 10px;
}

/**************************************************
	Enterprise Value Added Service Section Styles
***************************************************/
.enterprise-value-added-service-section {
    position: relative;
    background-color: #f5f5f5;
    padding: 120px 0px 100px;
    overflow: hidden;
    /* background-image: linear-gradient(109.6deg, rgba(223, 234, 247, 1) 11.2%, rgba(244, 248, 252, 1) 91.1%); */
}

.enterprise-value-added-service-section .section-title {
    position: relative;
    padding-top: 50px;
    text-align: left;
}

.enterprise-value-added-service-section .section-title h2 {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    color: #2e2c2c;
}

.enterprise-value-added-service-section .section-title h2 span {
    color: #0e4f9d;
}

.enterprise-value-added-service-section .section-title .title-tag {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #0e4f9d;
}

.enterprise-value-added-service-section .section-title .title-tag:before,
.enterprise-value-added-service-section .section-title .title-tag:after {
    position: absolute;
    top: 13px;
    content: "";
    height: 2px;
    width: 35px;
    background-color: #0e4f9d;
}

.enterprise-value-added-service-section .section-title .title-tag:before {
    left: -40px;
    display: none;
}

.enterprise-value-added-service-section .section-title .title-tag:after {
    width: 90px;
    right: -100px;
}

.enterprise-value-added-service-section .section-title p {
    color: #676767;
}

.enterprise-value-added-service-section .entp-value-added-btn {
    margin-top: 0px;
}

.enterprise-value-added-service-section .entp-value-added-btn a {
    font-size: 20px;
}

.enterprise-value-added-service-section .entp-value-added-service-sh1 {
    left: 0;
    bottom: 0;
}

.enterprise-value-added-service-section .entp-value-added-service-sh2 {
    right: 0;
    bottom: 0;
}

.entp-value-added-service-lower-wrapper {
    margin-top: 85px;
}

.service-icon-textbox {
    position: relative;
    min-height: 265px;
    background-color: #fff;
    padding: 60px 25px 25px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.05);
    box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.05);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-radius: 7px;
}

.service-icon-textbox::before {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/lines-1.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.3;
}

.service-icon-textbox .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    z-index: 1;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.15);
}

.service-icon-textbox .icon-box:after {
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 0%;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.service-icon-textbox .icon-box img {
    width: 50px;
}

.service-icon-textbox .icon-box i {
    font-size: 35px;
}

.service-icon-textbox .text-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #2e2c2c;
    padding-bottom: 12px;
    min-height: 60px;
    transition: all 0.3s;
}

.service-icon-textbox:hover .text-content h3 {
    color: #0e4f9d;
}

.service-icon-textbox .text-content p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
}

.service-icon-textbox .text-content ul {}

.service-icon-textbox .text-content ul li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    padding-left: 15px;
}

.service-icon-textbox .text-content ul li::before {
    position: absolute;
    left: -10px;
    top: 3px;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/symbol-2.png);
    background-size: 100%;
}

.service-icon-textbox .text-content ul li:last-child {
    margin-bottom: 0;
}

.service-icon-textbox:hover {
    -webkit-box-shadow: 0px 20px 40px 0px rgba(103, 103, 103, 0.2);
    box-shadow: 0px 20px 40px 0px rgba(103, 103, 103, 0.2);
}

.service-icon-textbox:hover .icon-box:after {
    height: 100%;
}

.service-icon-textbox:hover .icon-box i {
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(white),
            to(white));
    background: linear-gradient(to bottom, white 0%, white 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*****************************************
	Entp About Us Section Styles
******************************************/
.entp-about-us-section {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(141.97deg, #0e4f9d -20.95%, #0e4f9d 125.47%);
}

.entp-about-us-section .section-title {
    margin-bottom: 20px;
}

.entp-about-us-section .section-title h2.title {
    color: #ffff;
}

.entp-about-us-section .about-us-carousel-contaienr {}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel {
    position: relative;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box {
    position: relative;
    /* width: 350px; */
    overflow: hidden;
    min-height: 420px;
    margin: 30px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box .bg-image img {
    border-radius: 30px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box .text-box {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box .bg-image::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.75;
    height: 100%;
    transition: all 0.3s;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 65%);
    border-radius: 0 0 30px 30px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box .text-box p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .slick-dots {
    bottom: -25px !important;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .slick-dots li:before {
    width: 15px;
    height: 15px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .slick-dots li::after {
    width: 13px;
    height: 13px;
    border: 1px solid #0e4f9d;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .slick-dots li.slick-active:before {
    background: #fe7303;
    border: 2px solid #fff;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .slick-dots li.slick-active::after {
    background: #0e4f9d;
    border: 2px solid #fe7303;
}

/************************************************
	Enterprise Page Partner Section Styles
*************************************************/

.link3-partner-section {
    position: relative;
    padding: 60px 120px;
    background-color: #f2f3f4;
    background-color: #E8ECEF;
}

.link3-partner-section-inner {
    position: relative;
    margin-top: 40px;
}

.partners-container {
    position: relative;
    text-align: center;
}

.partners-container .nav.nav-tabs {
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    border-radius: 3px 0px 0px 3px;
}

.partners-container .nav.nav-tabs .nav-item {
    /* width: 100%; */
    margin-right: 15px;
}

.partners-container .nav.nav-tabs .nav-link {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #2e2c2c !important;
    transition: all 0.3s ease;
    margin-right: 10px;
    padding: 0px;
    background: linear-gradient(279.67deg, #1b71db -7.02%, #0e4f9d 63.46%);
    border-radius: 53px;
    overflow: hidden;
    border: 2px solid transparent;
}

.partners-container .nav.nav-tabs .nav-link .btn-text {
    display: block;
    background-color: #f2f3f4;
    padding: 12px 25px;
    transition: all 0.3s ease;
}

.partners-container .nav.nav-tabs .nav-link:hover,
.partners-container .nav.nav-tabs .nav-link.active {
    box-shadow: 0px 3px 18px rgba(14, 79, 157, 0.32);
}

.partners-container .nav.nav-tabs .nav-link:hover .btn-text,
.partners-container .nav.nav-tabs .nav-link.active .btn-text {
    background-color: transparent;
    color: #fff;
}

.partner-carousel-container {
    position: relative;
    margin-top: 50px;
}

.partner-carousel.owl-carousel .owl-stage {
    padding-left: 50px !important;
}

.partner-carousel .owl-stage-outer {
    padding-bottom: 30px;
}

.partner-carousel .partner-logo {
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #0e4f9d;
    border-radius: 3px;
    box-shadow: 0px 10px 10px 0px rgb(71 133 236 / 10%);
}

.partner-carousel .partner-logo img {}

.partners-container .partner-carousel .owl-nav {
    margin-top: 20px;
    margin-left: 5px;
    text-align: center;
}

.partner-carousel .owl-nav button.owl-prev span,
.partner-carousel .owl-nav button.owl-next span {
    position: relative;
    background: #fff;
    border: 1px solid #0e4f9d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.partner-carousel .owl-nav button.owl-prev span img,
.partner-carousel .owl-nav button.owl-next span img {
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partner-carousel .owl-nav button.owl-prev:hover span,
.partner-carousel .owl-nav button.owl-next:hover span {
    background: #fff;
    border: 1px solid #0e4f9d;
}

.partner-carousel .owl-nav button span i {
    color: #2ebebc;
}

.partner-carousel .owl-nav button:hover span i {
    color: #fff;
}

/************************************************
	Enterprise Page Client Section Styles
*************************************************/

.link3-client-section {
    position: relative;
    padding: 60px 120px;
    background-color: #f2f3f4;
}

.link3-client-section-inner {
    position: relative;
    margin-top: 40px;
}

.clients-container {
    position: relative;
    text-align: center;
}

.clients-container .nav.nav-tabs {
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    border-radius: 3px 0px 0px 3px;
}

.clients-container .nav.nav-tabs .nav-item {
    /* width: 100%; */
    margin-right: 15px;
}

.clients-container .nav.nav-tabs .nav-link {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #2e2c2c !important;
    transition: all 0.3s ease;
    margin-right: 10px;
    padding: 0px;
    background: linear-gradient(279.67deg, #1b71db -7.02%, #0e4f9d 63.46%);
    border-radius: 53px;
    overflow: hidden;
    border: 2px solid transparent;
}

.clients-container .nav.nav-tabs .nav-link .btn-text {
    display: block;
    background-color: #f2f3f4;
    padding: 12px 25px;
    transition: all 0.3s ease;
}

.clients-container .nav.nav-tabs .nav-link:hover,
.clients-container .nav.nav-tabs .nav-link.active {
    box-shadow: 0px 3px 18px rgba(14, 79, 157, 0.32);
}

.clients-container .nav.nav-tabs .nav-link:hover .btn-text,
.clients-container .nav.nav-tabs .nav-link.active .btn-text {
    background-color: transparent;
    color: #fff;
}

.client-carousel-container {
    position: relative;
    margin-top: 50px;
}

.client-carousel.owl-carousel .owl-stage {
    padding-left: 50px !important;
}

.client-carousel .owl-stage-outer {
    padding-bottom: 30px;
}

.client-carousel .client-logo {
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #0e4f9d;
    border-radius: 3px;
    box-shadow: 0px 10px 10px 0px rgb(71 133 236 / 10%);
}

.client-carousel .client-logo img {}

.clients-container .client-carousel .owl-nav {
    margin-top: 20px;
    margin-left: 5px;
    text-align: center;
}

.client-carousel .owl-nav button.owl-prev span,
.client-carousel .owl-nav button.owl-next span {
    position: relative;
    background: #fff;
    border: 1px solid #0e4f9d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.client-carousel .owl-nav button.owl-prev span img,
.client-carousel .owl-nav button.owl-next span img {
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.client-carousel .owl-nav button.owl-prev:hover span,
.client-carousel .owl-nav button.owl-next:hover span {
    background: #fff;
    border: 1px solid #0e4f9d;
}

.client-carousel .owl-nav button span i {
    color: #2ebebc;
}

.client-carousel .owl-nav button:hover span i {
    color: #fff;
}

/************************************************
	Enterprise Page Contact Us Section Styles
*************************************************/

.enterprise-page .contact-us-section .section-title h2.title {
    font-size: 35px;
    line-height: 40px;
}

.entp-contact-us-form {
    padding-top: 10px;
}

.link3-common-form.entp-contact-us-form .form-group {
    margin-bottom: 20px;
}

.scroll::-webkit-scrollbar {
    display: none;
}

/*========================================================================================
	Package Page Styles
========================================================================================*/
.package-page {
    position: relative;
}

/*****************************************
	Get Connection Step Styles
******************************************/

.get-connected-steps-section {
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #1a1a1a 0%, #121212 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.get-connected-steps-container {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.get-connected-steps-container .step-box {
    width: calc(33.33% - 1.33rem);
    position: relative;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    border-radius: 1.5rem;
    background: linear-gradient(145deg, #292929, #1a1a1a);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.get-connected-steps-container .step-box.has-step-arrow::before {
    position: absolute;
    right: -15%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 3rem;
    height: 3rem;
    background-image: url(https://www.link3.net/assets/img/icons/step-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 10px rgba(0, 255, 133, 0.5));
    opacity: 0.7;
    transition: all 0.3s ease;
}

.get-connected-steps-container .step-box.has-step-arrow:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.get-connected-steps-container .step-box:hover {
    transform: translateY(-0.625rem);
    background: linear-gradient(145deg, #292929, #1a1a1a);
    box-shadow: 0 0.75rem 2rem rgba(0, 255, 133, 0.4);
    border: 1px solid rgba(0, 255, 133, 0.3);
}

.get-connected-steps-container .step-box .icon {
    margin-bottom: 1.5rem;
}

.get-connected-steps-container .step-box .icon img {
    height: 4.6875rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

.get-connected-steps-container .step-box:hover .icon img {
    transform: translateY(-5px) scale(1.05);
    filter: drop-shadow(0 10px 20px rgba(0, 255, 133, 0.4));
}

.get-connected-steps-container .step-box .text-box {}

.get-connected-steps-container .step-box .text-box p {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    color: #E0E0E0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/*****************************************
	Check Coverage Section Styles
******************************************/

.check-coverage-section {
    position: relative;
    padding: 40px 0 60px;
    background: #121212;
}

.check-coverage-section .section-title {
    margin-bottom: 50px;
    color: #E0E0E0;
}

.check-coverage-section .check-coverage-form {}

.check-coverage-section .check-coverage-form .form-group {
    padding: 0 20px;
}

.check-coverage-section .check-coverage-form .submit-btn-box {
    text-align: center;
    margin-top: 10px;
}

.coverage-search-result-container {
    position: relative;
    padding: 50px 0;
}

.coverage-search-result-container .title {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    text-align: center;
    color: #2e2c2c;
    margin-bottom: 10px;
}

.search-result-container-inner {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/*****------ Office Address Styles ------******/

.office-address {
    position: relative;
    border: 1px solid #00FF85;
    width: 100%;
    max-width: 300px;
    /* min-height: 220px; */
    padding: 20px 30px;
    border-radius: 3px;
    background-color: #292929;
    box-shadow: 0px 17px 40px 0px rgba(0, 255, 133, 0.15);
    margin: 15px auto;
    overflow: hidden;
}

.office-address h4 {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #00FF85;
}

.office-address h4::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    content: "\f1ad";
}

.office-address p {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.7;
    font-weight: 400;
    margin: 0 0 1.5rem 0;
    color: #E0E0E0;
}

.office-address p::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}

.office-address p.email {}

.office-address p.location::before {
    content: "\f3c5";
}

.office-address p.phone {
    color: #00FF85;
    font-weight: 700;
}

.office-address p.phone::before {
    content: "\f879";
}

.office-address p.email::before {
    content: "\f0e0";
}

/*****************************************
	All Packages Section Styles
******************************************/
.all-packages-section {
    position: relative;
    padding: 40px 0 60px;
    background-color: #121212;
    scroll-behavior: smooth;
    scroll-snap-align: start;
}

.all-packages-section .advance-seach-btn-box {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.all-packages-section .more-packages-btn-box {
    text-align: center;
    margin: 25px 0;
}

.all-packages-section .more-packages-btn-box .btn {
    position: relative;
    background-color: #f5f5f5;
    padding-right: 50px;
    color: #2e2c2c;
    border: 2px solid #0e4f9d;
}

/******************************************************
	Package Page (Featured Offer Section) Styles
******************************************************/

.package-page .featured-offer-secton {
    background-color: #fff;
}

/*****************************************
	Salecare Content Styles
******************************************/
.selfcare-content-section {
    position: relative;
    margin-top: 100px;
}

.selfcare-content-section .selfcare-logo {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    text-align: center;
}

.selfcare-content-section .text-box {
    width: 60%;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

.selfcare-content-section .text-box h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #0e4f9d;
}

.selfcare-content-section .text-box p {
    color: #fff;
    font-size: 18px;
}

.selfcare-content-section .text-box .app-btn-box {
    margin-top: 50px;
}

.selfcare-content-section .text-box .app-btn-box img {
    width: 250px;
}

/*========================================================================================
	About Us Page Styles
========================================================================================*/
.about-us-page {
    position: relative;
}

.about-us-page .about-us-text-content {
    position: relative;
    padding: 60px 0px 20px;
    text-align: center;
}

.about-us-page .about-us-text-content .title {
    margin-bottom: 30px;
}

.about-us-page .about-us-text-content .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    color: #0e4f9d;
}

.about-us-page .about-us-text-content .text-box p:last-child {
    margin-bottom: 0;
}

/*****************************************
	Mission Vision Section  Styles
******************************************/
.about-us-page .mission-vision-section {
    padding: 0 150px 60px;
}

.about-us-page .mission-vision-section .bg-content-box .bg-image::before {
    display: none;
}

.about-us-page .mission-vision-section .bg-content-box .text-content .title h2 {
    color: #000;
}

.about-us-page .mission-vision-section .bg-content-box .text-content p.sub-text {
    color: #000;
}

/*****************************************
	Career Section Styles
******************************************/
.about-us-page .career-section {
    position: relative;
    padding: 60px 0;
}

.career-section .job-listing-container {
    margin-top: 50px;
}

.career-section .job-listing-container .job-listing-carousel .job-short-details-card {
    width: 100%;
}

.career-section .job-listing-container .job-listing-carousel.owl-carousel .owl-nav {
    margin-top: 30px;
    text-align: left;
}

.career-section .job-listing-container .view-all-jobs-btn-box {
    position: absolute;
    bottom: 7px;
    right: 10px;
    text-align: center;
    z-index: 1;
}

.career-section .job-listing-container .view-all-jobs-btn-box .btn {
    padding: 6px 25px;
    font-size: 14px;
}

/*========================================================================================
	Link3 Career Page Styles
========================================================================================*/
.link3-career-page {
    position: relative;
}

/*****************************************
	About Link3 Career Section Styles
******************************************/
.link3-career-page .about-link3-career-section {
    padding: 60px 0;
}

/*****************************************
	Link3 Current Jobs Styles
******************************************/
.link3-career-page .link3-current-jobs-section {
    padding: 60px 0;
    background-color: #f2f3f4;
}

.link3-career-page .link3-current-jobs-section .section-title {
    margin-bottom: 30px;
}

.link3-career-page .link3-current-jobs-section .job-listing-container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

.link3-career-page .link3-current-jobs-section .job-listing-container .job-card-item {
    padding: 15px;
}

/*****************************************
	Link3 Working Environment Styles
******************************************/
.link3-career-page .link3-working-environment-section {
    padding: 80px 0 60px;
}

.working-environment-content {
    padding: 20px;
}

/*****************************************
	Job Application Form Styles
******************************************/
.link3-career-page .link3-working-environment-section .job-application-form-container {
    padding: 20px;
}

.link3-career-page .link3-working-environment-section .job-application-form-container .job-application-form {
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.job-application-form .submit-btn-box {
    margin-top: 0px;
}

.job-application-form .cv-uploader .jFiler {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.job-application-form .cv-uploader .jFiler-theme-default .jFiler-input {
    background: #fff;
    box-shadow: none;
    width: 160px;
    border: none;
    margin: 0;
    height: 100%;
}

.job-application-form .cv-uploader .jFiler-theme-default .jFiler-input-caption {
    display: none;
}

.job-application-form .cv-uploader .jFiler-theme-default .jFiler-input-button {
    position: relative;
    float: none;
    background: #feeae0;
    border: none;
    color: #0e4f9d;
    font-family: inherit;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 20px 15px 45px;
    border-radius: 5px;
    cursor: pointer;
}

.job-application-form .cv-uploader .jFiler-theme-default .jFiler-input-button::before {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0%, -50%);
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../img/icons/file-upload-icon.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.job-application-form .cv-uploader .jFiler-items.jFiler-row {
    margin-top: 15px;
}

.job-application-form .cv-uploader .jFiler-item .jFiler-item-icon {
    margin-top: 10px;
    color: #0e4f9d;
}

.job-application-form .cv-uploader .jFiler-item .jFiler-item-icon .jfi-file-ext-doc::before,
.job-application-form .cv-uploader .jFiler-item .jFiler-item-icon .jfi-file-ext-docx::before {
    font-family: "Font Awesome 6 Free";
    content: "\f1c2";
}

.job-application-form .cv-uploader .jFiler-item .jFiler-item-icon .jfi-file-ext-pdf::before {
    font-family: "Font Awesome 6 Free";
    content: "\f1c1";
}

/*****************************************
	Job FAQ Styles
******************************************/
.link3-career-page .jobf-faq-section {
    padding: 60px 0;
    background-color: #fafafa;
}

.link3-career-page .jobf-faq-section .section-title {
    margin-bottom: 30px;
}

.link3-career-page .jobf-faq-section .custom-accordion .card .card-header h2 .btn {
    color: #464646;
    padding-bottom: 20px;
    padding-left: 0;
}

.link3-career-page .jobf-faq-section .custom-accordion .card-body {
    padding-top: 0;
    /* padding-left: 0; */
}

/*========================================================================================
    Job Details Page Styles Styles
========================================================================================*/

.career-details-page {}

.job-details-section {
    padding: 60px 120px 40px;
}

.job-details-content {
    position: relative;
}

.job-details-content .job-title {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #0e4f9d;
    margin-bottom: 25px;
    transition: all 0.3s;
    margin-right: 35px;
}

.job-details-content .job-tags li {
    position: relative;
    color: #2e2c2c;
    padding-left: 25px;
    margin-bottom: 5px;
}

.job-details-content .job-tags li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Material Icons Outlined";
    content: "";
    font-size: 20px;
    color: #0e4f9d;
}

.job-details-content .job-tags li span {
    color: #676767;
}

.job-details-content .job-tags li.deadline::before {
    content: "event_available";
}

.job-details-content .job-tags li.location::before {
    content: "room";
    font-weight: 600;
}

.job-details-content .job-description {
    margin-bottom: 15px;
    margin-top: 15px;
}

.job-details-content .job-description h3,
.job-details-content .job-requirements h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.job-details-content .job-description p,
.job-details-content .job-requirements p {
    font-size: 14px;
    line-height: 20px;
}

.job-details-content .job-requirements .requirement-list {
    padding-left: 15px;
}

.job-details-content .job-apply-btn-box {
    text-align: center;
    margin: 25px 0 10px;
}

.career-details-page .job-application-form-section {
    padding-bottom: 40px;
}

.career-details-page .job-application-form-section .job-application-form {
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

/*========================================================================================
	Support Page Styles
========================================================================================*/
.support-page {
    position: relative;
}

.support-page .page-breadcurmb.has-custom-banner .bg-banner::before {
    display: none;
}

.page-breadcurmb.has-custom-banner .center-content-box {
    left: auto;
    right: 50%;
    top: 65%;
    transform: translate(100%, -50%);
    text-align: right;
    padding-right: 50px;
    display: none;
}

.support-page .page-breadcurmb.has-custom-banner .center-content-box h2 {
    color: #000;
}


.support-page .page-breadcurmb.has-custom-banner .center-content-box p {
    color: #000;
}


/*****************************************
	Get Connection Step Styles
******************************************/

.care-icon-section {
    position: relative;
    padding: 50px 200px;
    background: #fff;
}

.care-icon-container {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
}

.care-icon-container .icon-box {
    width: 33.33%;
    position: relative;
    text-align: center;
}

.care-icon-container .icon-box .icon {
    margin-bottom: 25px;
}

.care-icon-container .icon-box .icon img {
    height: 150px;
    margin: 0 auto;
}

.care-icon-container .icon-box .text-box {}

.care-icon-container .icon-box .text-box p {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
}

.care-icon-container .icon-box .text-box p span {
    color: #0e4f9d;
}

/*****************************************
	 Reach Us Styles
******************************************/

.reach-us-section {
    padding: 40px 0 40px;
    background-color: #f2f3f4;
}

.reach-us-section .section-title {
    margin-bottom: 40px;
}

.reach-us-section .reach-us-text-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0.7px solid rgba(0, 0, 0, 0.2);
}

.reach-us-section .reach-us-text-box .bg-image {
    position: relative;
}

.reach-us-section .reach-us-text-box .bg-image img {
    border-radius: 30px;
}

.reach-us-section .reach-us-text-box .bg-image::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    border-radius: 30px;
}

.reach-us-section .reach-us-text-box .contact-info {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;

    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.reach-us-section .reach-us-text-box .contact-info h2 {
    margin: 15px 0;
}

.reach-us-section .reach-us-text-box .contact-info h2 span.seperator-text {
    font-size: 20px;
    font-weight: 500;
    margin: 0 5px;
    display: inline-block;
}

.reach-us-section .reach-us-text-box .contact-info h2 a {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #2e2c2c;
    font-weight: 700;
    margin-bottom: 0;
}

.reach-us-section .reach-us-text-box .contact-info h3 {
    font-size: 17px;
    line-height: 18px;
    /* margin-bottom: 15px; */
    color: #fff;
    background: linear-gradient(141.97deg, #0e4f9d -20.95%, #0e4f9d 125.47%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.reach-us-section .reach-us-text-box .contact-info p {
    font-size: 20px;
    line-height: 20px;
    /* margin: 10px 0; */
    color: #fff;
    font-weight: 700;
    background: linear-gradient(141.97deg, #0e4f9d -20.95%, #0e4f9d 125.47%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*****************************************
	Support Video Section Styles
******************************************/

.support-video-section {
    position: relative;
    padding: 40px 0 60px;
}

.support-video-section .section-title {
    margin-bottom: 30px;
}

.support-video-section .video-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.support-video-section .video-box .video-thumb {
    position: relative;
}

.support-video-section .video-box .video-thumb img {}

.support-video-section .video-box .overlay-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.support-video-section .video-box a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(14, 16, 48, 0.5);
    border-radius: 10px;
}

.support-video-section .video-box a span.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    padding-left: 5px;
    color: #5de3a8;
    margin-top: -40px;
    margin-left: -40px;
    text-shadow: 0 10px 14px rgba(188, 17, 103, 0.4);
    z-index: 8;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    display: flex;
    justify-content: center;
}

.support-video-section .video-box a:hover .icon {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.support-video-section .video-box a span.icon img {
    width: 40px;
}

.support-video-section .video-box a:after,
.support-video-section .video-box a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    border: 1px solid rgba(255, 117, 3, 0.7);
    content: "";
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.support-video-section .video-box a:after {
    height: 250px;
    width: 250px;
}

.support-video-section .video-box a:hover:after,
.support-video-section .video-box a:hover:before {
    border: 1px solid rgba(255, 255, 255, 1);
    height: 0;
    width: 0;
}

/*****************************************
	Sales Center Styles
******************************************/

.sales-center-section {
    position: relative;
    padding: 40px 0 60px;
    background-color: #f6f6f6;
}

.sales-center-tab-container {
    position: relative;
    margin: 0 80px;
}

.sales-center-section .section-title {
    margin-bottom: 40px;
}

.sales-center-tab-container .nav.nav-tabs {
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    border-radius: 3px 0px 0px 3px;
    margin-bottom: 20px;
    gap: 10px;
}

.sales-center-tab-container .nav.nav-tabs .nav-item {
    /* width: 100%; */
    margin-right: 5px;
}

.sales-center-tab-container .nav.nav-tabs .nav-link {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #2e2c2c !important;
    transition: all 0.3s ease;
    margin-right: 10px;
    padding: 0px;
    background: linear-gradient(279.67deg, #1b71db -7.02%, #0e4f9d 63.46%);
    border-radius: 53px;
    overflow: hidden;
    border: 2px solid transparent;
}

.sales-center-tab-container .nav.nav-tabs .nav-link .btn-text {
    display: block;
    background-color: #f2f3f4;
    padding: 12px 25px;
    transition: all 0.3s ease;
}

.sales-center-tab-container .nav.nav-tabs .nav-link:hover,
.sales-center-tab-container .nav.nav-tabs .nav-link.active {
    box-shadow: 0px 3px 18px rgba(14, 79, 157, 0.32);
}

.sales-center-tab-container .nav.nav-tabs .nav-link:hover .btn-text,
.sales-center-tab-container .nav.nav-tabs .nav-link.active .btn-text {
    background-color: transparent;
    color: #fff;
}

.sales-center-tab-container .office-address-container {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.sales-center-tab-container .office-address-container .office-address {
    position: relative;
    border: 1px solid #f1f1f1;
    width: 47%;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #fff;
    margin: 15px;
}

.office-address-container .office-address .title-with-line .title h2 {
    position: relative;
    padding-left: 25px;
    font-family: "Noto Sans Display", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}

.office-address-container .office-address .title-with-line .title h2::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    content: "\f1ad";
    color: #0e4f9d;
    font-size: 20px;
}

.office-address-container .office-address .title-with-line .line {
    top: 50%;
    height: 1px;
}

.sales-center-tab-container .office-address-container .office-address p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #2e2c2c;
}

.sales-center-tab-container .office-address-container .office-address p::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    color: #0e4f9d;
}

.sales-center-tab-container .office-address-container .office-address p.email {
    margin: 0;
}

.sales-center-tab-container .office-address-container .office-address p.location::before {
    content: "\f3c5";
}

.sales-center-tab-container .office-address-container .office-address p.phone::before {
    content: "\f879";
}

.sales-center-tab-container .office-address-container .office-address p.email::before {
    content: "\f0e0";
}

/*****************************************
	Support Contact Us Section Styles
******************************************/
.support-contact-form-section {
    position: relative;
    padding: 40px 0;
}

.support-contact-form-section .support-contact-form {
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.support-contact-form-section .support-contact-form .section-title {
    margin-bottom: 25px;
}

.support-contact-form-section .support-contact-form .section-title h2.title {
    font-size: 40px;
}

.support-contact-form-section .support-contact-form .section-title p.sub-text {
    font-size: 16px;
    margin-top: 0;
}

/*========================================================================================
	Pay Bill Page Styles
========================================================================================*/

.paybill-section {
    padding: 60px 0;
}

.paybill-section .bill-discount-tab-container {
    padding: 30px;
    padding-top: 20px;
}

.paybill-section .bill-discount-tab-container .discount-tab {
    position: relative;
    padding: 25px 35px;
    transition: all 0.3s;
    background-color: #f2f3f4;
    margin-bottom: 25px;
    cursor: pointer;
    border-radius: 10px;
}

.paybill-section .bill-discount-tab-container .discount-tab h3 {
    font-family: "Noto Sans Display", sans-serif;
    font-weight: 700;
    color: #0e4f9d;
}

.paybill-section .bill-discount-tab-container .discount-tab p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.paybill-section .bill-discount-tab-container .discount-tab:hover,
.paybill-section .bill-discount-tab-container .discount-tab.active {
    background-color: #0e4f9d;
}

.paybill-section .bill-discount-tab-container .discount-tab:hover h3,
.paybill-section .bill-discount-tab-container .discount-tab.active h3,
.paybill-section .bill-discount-tab-container .discount-tab:hover p,
.paybill-section .bill-discount-tab-container .discount-tab.active p {
    color: #fff;
}

.paybill-section .paybill-form-container {
    padding: 15px;
}

.paybill-section .paybill-form {
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.paument-amount-display-box .amount-box {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.paument-amount-display-box .amount-box p {
    margin-bottom: 0;
}

.paument-amount-display-box .amount-box .text-box {
    text-align: left;
    width: 70%;
}

.paument-amount-display-box .amount-box .amount-number {
    text-align: right;
    width: 30%;
}

.paument-amount-display-box .amount-box.total-amount {
    border-top: 2px solid #676767;
    padding-top: 15px;
    margin-top: 15px;
    font-weight: 700;
}

/*========================================================================================
	General FAQ Page Styles
========================================================================================*/
.link3-general-faq-page {
    position: relative;
}

.link3-general-faq-page .page-breadcurmb {
    min-height: 250px;
}

.link3-policy-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

.link3-policy-section .text-content-card {
    margin-bottom: 40px;
}

/*========================================================================================
	Link3 Policy Page Styles
========================================================================================*/
.link3-policy-page {
    position: relative;
}

.link3-policy-page .page-breadcurmb {
    min-height: 250px;
}

.link3-faq-section {
    padding: 60px 0;
}

.link3-faq-section .link3-custom-tab-container .tab-custom-nav-box .nav.nav-tabs .nav-link {
    width: 200px;
}

.loader-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

/*========================================================================================
    Product Page Styles
========================================================================================*/
.product-page {}

.product-page .product-banner-section {
    position: relative;
    min-height: 400px;
}

.product-page .product-banner-section .banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: 1; */
}

.product-page .product-banner-section .title {
    width: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.product-page .product-banner-section .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin: 0;
    color: #fff;
}

.product-grid-section {}

.product-grid-section .product-card {
    position: relative;
}

.product-grid-section .product-card .product-title {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.product-grid-section .product-card:hover .product-title {
    color: #0e4f9d;
}

.product-grid-section .product-card .product-model {
    font-size: 16px;
    font-weight: 500;
}

.product-grid-section .product-card .product-model {}

.product-grid-section .product-card .btn-box {
    margin-top: 20px;
}

.product-grid-section .product-card .btn-box .price {
    background-color: #feeae0;
    border-radius: 3px;
    padding: 8px 25px;
}

.product-grid-section .product-card .btn-box .price p {
    font-size: 14px;
    line-height: inherit;
    font-weight: 700;
    color: #0e4f9d;
    margin-bottom: 0;
}

.product-grid-section .product-card .btn-box .product-details-link {}

.product-grid-section .product-card .btn-box .product-details-link a {
    font-size: 14px;
    line-height: inherit;
    padding: 8px 25px;
    background-color: #0e4f9d;
    color: #fff;
}

/*========================================================================================
    Product Details Page Styles
=======================================================================================*/
.product-details-page {}

.product-details-section {
    padding: 50px 0;
}

.product-details-section .product-image-slider-container {}

.product-details-section .product-image-slider-container .product-image-slider {}

.product-details-section .product-image-slider-container .product-image-slider .item {}

.product-details-section .product-image-slider-container .product-image-slider .item img {
    width: 400px;
    margin: 0 auto;
}

.product-details-section .product-image-slider-container .product-image-slider-navigation {}

.product-details-section .product-image-slider-container .product-image-slider-navigation .item {
    border: 1px solid #B2BEB5;
    cursor: pointer;
    padding: 5px;
    margin: 10px;
}

.product-details-section .product-image-slider-container .product-image-slider-navigation .item.slick-current.slick-active {
    border-color: #fd8020;
}

.product-details-section .product-image-slider-container .product-image-slider-navigation .item img {
    width: 80px !important;
    margin: 0 auto;
}

.product-details-section .product-description {
    position: relative;
    padding-left: 30px;
}


.product-details-section .product-description .product-model {
    font-size: 22px;
    font-weight: 700;
}

.product-details-section .product-description .product-title {
    margin: 10px 0;
    font-family: "Noto Sans Display", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #fd8020;
}

.product-details-section .product-description .product-price {
    font-size: 18px;
    line-height: inherit;
    font-weight: 700;
    color: #0e4f9d;
    margin-bottom: 0;
    background-color: #feeae0;
    border-radius: 3px;
    padding: 8px 25px;
    display: inline-block;
    margin-top: 15px;
}

.product-details-section .product-description .description-text-box {
    margin: 30px 0;
}

.product-details-section .product-description .description-text-box p {}


.product-purchase-contact-section {
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
}

.product-purchase-contact-section .title {
    text-align: center;
    margin-bottom: 30px;
}

.product-purchase-contact-section .title h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

.product-purchase-contact-section .purchase-contact-table {
    background-color: #F2F3F4;
}


.product-purchase-contact-section .purchase-contact-table tr th,
.product-purchase-contact-section .purchase-contact-table tr td {
    border-color: #DBD9D9;
    vertical-align: middle;
}

/*========================================================================================
    Success Message Page Styles
========================================================================================*/

.success-message-page {
    position: relative;
    text-align: center;
}

.success-message-page .success-message-container {
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.success-message-page .success-message-container .message-container {
    border: 1px solid #f0c193;
    border-radius: 10px;
}

.success-message-page .message-title {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #0e4f9d;
    margin-bottom: 10px;
}

.success-message-page .message-text {
    font-size: 17px;
    font-weight: 500;
}

/*========================================================================================
    Link3 Speedtest Checker Page Styles
========================================================================================*/
.link3-speedtest-checker-page {
    position: relative;
}

.link3-speedtest-checker-page .speedtest-checker-section {
    position: relative;
    padding: 0px 0 40px;
}


.link3-speedtest-checker-page .speedtest-checker-section .stc-wrapper .text-primary {
    color: #fd8020 !important;
}


/*========================================================================================
    IPTSP Page 2 Styles
========================================================================================*/
.iptsp2-page {}

.iptsp2-page .link3-iptsp-offer-card-section {}

.iptsp2-page .link3-iptsp-offer-card-section .section-title {
    margin: 40px 0 30px;
}


.iptsp2-page .link3-iptsp-offer-card-section .package-container-inner {}

.iptsp2-page .link3-iptsp-offer-card-section .package-container-inner .package-card {
    width: 300px;
    min-height: 520px;
}

.iptsp2-page .link3-iptsp-offer-card-section .package-container-inner .package-card .top-content .package-title-box {
    margin-bottom: 0;
    margin-top: 15px;
}


.iptsp2-page .link3-iptsp-offer-card-section .package-container-inner .package-card .top-content .package-title-box p.package-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}

.iptsp2-page .package-card .bottom-content .offer-text-box ul li {
    line-height: 20px;
}


.iptsp2-page .package-card .bottom-content .offer-text-box {
    margin-bottom: 0px;
}

.iptsp2-page .support-contact-form h6 {
    font-weight: 700;
    margin-bottom: 10px;
}


.iptsp2-page .support-contact-form .form-check .form-check-label,
.iptsp2-page .support-contact-form .form-check .form-check-input {
    cursor: pointer;
    margin-bottom: 10px;
}

.idqwwK {
    background-color: #0e4f9d !important;
}





    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }


    

    body {
      font-family: Arial, sans-serif;
    }
    .page-banner-section {
      width: 100%;
      position: relative;
      overflow: hidden;
    }
   .carousel-container {
      width: 100%;
      max-height: 521px;
      overflow: hidden;
      position: relative;
    }

    .carousel-slide {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
    }

    .carousel-slide .slide {
      min-width: 100%;
      position: relative;
    }

    .slide img {
      width: 100%;
      height: auto;
      display: none;
      object-fit: cover;
    }

    .slide img.desktop {
      display: block;
    }

    @media (max-width: 768px) {
      .slide img.desktop {
        display: none;
      }
      .slide img.mobile {
        display: block;
      }
      
      .carousel-container {
        max-height: 300px;
      }
    }

    @media (max-width: 480px) {
      .carousel-container {
        max-height: 200px;
      }
    }

    .carousel-dots {
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 10;
    }

    .carousel-dots button {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: none;
      background-color: #ccc;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .carousel-dots button.active {
      background-color: #00aaff;
    }
    

    .main-header {
      background: #1e1e1e;
      padding: 1px 0;
    }

    .main-box {
      width: 90%;
      margin: auto;
    }

    .logo img {
      height: auto;
    }
@media only screen and (max-width: 599px) {
    .main-header {
        /* position: fixed !important; */
        background-color: #070707 !important;
    }
}
    .navigation {
      list-style: none;
      display: flex;
      gap: 20px;
    }

    .navigation > li {
      position: relative;
    }

    .navigation li a {
      text-decoration: none;
      color: white;
      padding: 10px 15px;
      display: block;
    }

    .navigation li:hover > a {
      background: #333;
    }

    .navigation li ul {
/* Additional carousel improvements for better responsiveness */
@media (max-width: 1024px) {
  .carousel-container {
    max-height: 400px;
  }
  
  .slide img.desktop {
    height: auto;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .carousel-container {
    max-height: 300px;
  }
  
  .slide img.mobile {
    height: auto;
    object-fit: cover;
  }
  
  .get-connected-steps-section {
    padding: 30px 20px;
  }
  
  .get-connected-steps-container .step-box {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .get-connected-steps-container .step-box.has-step-arrow::before {
    display: none;
  }
  
  .package-container-inner .inner-column {
    width: 100%;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .carousel-container {
    max-height: 200px;
  }
  
  .carousel-dots {
    bottom: 10px;
  }
  
  .carousel-dots button {
    width: 10px;
    height: 10px;
  }
  
  .get-connected-steps-section {
    padding: 20px 10px;
  }
  
  .office-address {
    width: 100%;
    margin: 10px 0;
  }
  
  .header-span {
    min-height: 80px;
  }
  
  .package-card {
    padding: 15px;
  }
}

/* Enhanced carousel image handling for all devices */
.carousel-container {
  width: 100%;
  max-height: 521px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.carousel-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.carousel-slide .slide {
  min-width: 100%;
  position: relative;
}

/* Ensure images maintain aspect ratio and cover the container */
.slide img {
  width: 100%;
  height: auto;
  display: none;
  object-fit: cover;
  max-width: 100%;
  vertical-align: middle;
}

.slide img.desktop {
  display: block;
}

/* Mobile image handling */
@media (max-width: 768px) {
  .slide img.desktop {
    display: none;
  }
  .slide img.mobile {
    display: block;
  }
  
  .carousel-container {
    max-height: 300px;
  }
  
  .get-connected-steps-container {
    flex-direction: column;
    gap: 1rem;
  }
  
  .get-connected-steps-container .step-box {
    width: 100%;
  }
  
  .get-connected-steps-container .step-box.has-step-arrow::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .slide-content {
    padding: 60px 0;
  }
  
  .slide-title {
    font-size: 36px;
  }
  
  .slide-text {
    font-size: 18px;
  }
  
  .slide-buttons {
    flex-direction: column;
    gap: 10px;
  }
  
  .slide-buttons .btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .carousel-container {
    max-height: 250px;
  }
  
  .slide-content {
    padding: 40px 0;
  }
  
  .slide-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .slide-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .slide-buttons {
    flex-direction: column;
    gap: 15px;
  }
  
  .slide-buttons .btn {
    width: 100%;
  }
  
  .carousel-dots {
    bottom: 15px;
  }
  
  .carousel-dots button {
    width: 12px;
    height: 12px;
  }
  
  .get-connected-steps-section {
    padding: 2rem 1rem;
  }
  
  .get-connected-steps-container .step-box {
    padding: 1.5rem;
  }
  
  .get-connected-steps-container .step-box .icon img {
    height: 3.5rem;
  }
  
  .get-connected-steps-container .step-box .text-box p {
    font-size: 1rem;
  }
}

/* Additional breakpoints for better responsiveness */
@media (max-width: 1024px) and (min-width: 769px) {
  .carousel-container {
    max-height: 400px;
  }
  
  .get-connected-steps-container .step-box {
    width: 33.33%;
  }
  
  .package-card {
    max-width: 320px;
  }
  
  .get-connected-steps-container .step-box.has-step-arrow::before {
    display: none;
  }
}

/* Carousel content */
.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(18, 18, 18, 0.85) 0%, rgba(18, 18, 18, 0.7) 100%);
    z-index: 2;
    animation: fadeIn 1s ease-out;
    backdrop-filter: blur(5px);
}

.slide-title {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1.25rem;
    text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.5);
    animation: fadeInUp 0.8s ease-out;
    background: linear-gradient(90deg, #fff 0%, #E0E0E0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #E0E0E0;
    margin-bottom: 1.875rem;
    max-width: 37.5rem;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    opacity: 0.9;
}

.slide-buttons {
    display: flex;
    gap: 0.9375rem;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.slide-buttons .btn {
    padding: 0.875rem 2rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 3.125rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}

.slide-buttons .btn-primary {
    background: linear-gradient(135deg, #00FF85 0%, #00cc6a 100%);
    color: #121212;
    border: 0.125rem solid #00FF85;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 255, 133, 0.4);
}

.slide-buttons .btn-primary:hover {
    background: transparent;
    color: #00FF85;
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.75rem 2rem rgba(0, 255, 133, 0.6);
}

.slide-buttons .btn-outline {
    background-color: transparent;
    color: #fff;
    border: 0.125rem solid #fff;
    backdrop-filter: blur(10px);
}

.slide-buttons .btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.75rem 2rem rgba(255, 255, 255, 0.3);
}

/* Carousel navigation dots */
.carousel-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

}

.carousel-dots button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}

.carousel-dots button.active {
  background-color: #00FF85;
  border-color: #00FF85;
  transform: scale(1.3);
  box-shadow: 0 0 20px rgba(0, 255, 133, 0.8);
}

.carousel-dots button:hover {
  border-color: #00FF85;
  transform: scale(1.2);
  box-shadow: 0 0 15px rgba(0, 255, 133, 0.6);
}

/* Prevent image dragging */
.slide img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.main-header, .main-box, .nav-outer {
  overflow: visible !important;
}

/* Additional Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(1.25rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 1.875rem, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -1.875rem, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-1.875rem, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(1.875rem, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 133, 0.7);
    }
    70% {
        box-shadow: 0 0 0 0.625rem rgba(0, 255, 133, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 255, 133, 0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.625rem);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes glow {
    from {
        filter: drop-shadow(0 0 0.3125rem rgba(14, 79, 157, 0.5));
    }
    to {
        filter: drop-shadow(0 0 0.9375rem rgba(14, 79, 157, 0.8));
    }
}

/* Responsive improvements for different screen sizes */
@media (min-width: 1200px) {
  .auto-container {
    max-width: 1200px;
  }
  
  .large-container {
    max-width: 1550px;
  }
}

@media (min-width: 1400px) {
  .auto-container {
    max-width: 1300px;
  }
  
  .large-container {
    max-width: 1600px;
  }
}

@media (min-width: 1600px) {
  .auto-container {
    max-width: 1400px;
  }
  
  .large-container {
    max-width: 1700px;
  }
}

/* General responsive improvements */
@media (max-width: 576px) {
  .auto-container, .large-container {
    padding: 0 10px;
  }
  
  .get-connected-steps-section {
    padding: 20px 5px;
  }
  
  .office-address {
    margin: 10px auto;
    padding: 15px 20px;
  }
  
  
  .nav-outer .mobile-nav-toggler {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  
  .mobile-menu .navigation li>a {
    padding: 12px 15px;
    font-size: 16px;
  }
  
  .mobile-menu .close-btn {
    right: 10px;
    top: 15px;
  }
}
