@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    background-color: #212529;
}

body {
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-size: 1.7rem;
    color: #231f20;
    background-color: #f7f7f7;
    font-weight: 400;
    line-height: 1.7;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    user-select: none;
}

html, 
body {
  overflow-x: hidden;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

a {
    display: inline-block;
    color: #231f20;
    text-decoration: none;
    transition: all .3s ease-in-out !important;
}

a.imp-link {
    display: inline !important;
}

.navbar-nav .nav-link {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 2rem !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
footer a.active,
.pptc a:hover, 
.pptc a.active {
    color: rgba(255, 255, 255, 0.8);
}

.nav-link .arrow-icon {
    display: inline-block;
    position: relative;
    margin-left: 6px;
}

.dropdown-toggle::after {
    display: none;
}

.nav-item.dropdown .arrow-icon svg {
    display: inline-block;
    transform-origin: center center;
    transition: transform 0.3s;
}

.nav-link .arrow-icon svg {
    fill: rgba(255, 255, 255, 0.5);
}

.dropdown-item {
    font-weight: 300 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: transparent !important;
    padding: 1rem 0px;
    transition: transform 0.3s;
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover {
    color: rgba(255, 255, 255, 0.8) !important;
    transform: translateX(2px);
}

@media (max-width: 1165px) {
    ul.company-menu {
        left: auto;
        right: 10%;
        margin-right: -3px;
    }
}

.navbar-toggler {
    padding: 0;
    border: none !important;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 2.5rem;
    transition: transform .3s ease-in-out;
}

.navbar-toggler-icon:hover {
    transform: rotate(180deg);
}

.nav-item.dropdown .arrow-icon svg {
    display: inline-block; /* Ensure transform works properly */
    transition: transform 0.3s ease;
    transform-origin: center;
}

.nav-item.dropdown:hover .arrow-icon svg {
    transform: rotate(-180deg);
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#header {
    background-color: rgba(18, 35, 68, 0.8);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.7);
}

@media (max-width: 991.98px) {
    #header {
        display: none !important;
    }

    #secondary-header {
        display: none !important;
    }
    
    .offcanvas-body .navbar-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    
    .offcanvas-body li.nav-item {
        width: 100%;
        border-bottom: 1px solid rgb(194 194 194 / 30%);
        text-align: center;
    }
    
    .banner-content .row {
        margin: 10rem 0 5rem !important;
    }
}

.offcanvas {
    background-color: #384e7a;
    border-left-width: 0;
}

.offcanvas-body .nav-item.has-submenu {
    position: relative;
    list-style: none;
}

.offcanvas-body .nav-link.submenu-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

.offcanvas-body .submenu-text {
    flex: 1;
    text-align: center;
}

.offcanvas-body .arrow-icon {
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.offcanvas-body .arrow-icon.arrow-rotate {
    transform: translateY(-50%) rotate(-180deg);
}

.body-lock {
    overflow: hidden !important;
    height: 100vh;
}

#secondary-header,
#mobile-header,
.offcanvas-header {
    background-color: rgba(18, 35, 68, 1);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.7);
}

.offcanvas-header .btn-close {
    filter: invert(1);
    opacity: 0.55;
    margin-right: 1rem;
}

.offcanvas .offcanvas-header {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.offcanvas-body .nav-link {
    display: block;
    font-size: 1.6rem;
    padding: 0 2rem 1rem;
    color: rgba(255, 255, 255, 0.65) !important;
    text-decoration: none;
    transition: background 0.3s ease;
}

.offcanvas-body .nav-link:hover, 
.offcanvas-body .nav-link.active {
    color: #fff !important;
}

.offcanvas-body .submenu {
    display: none;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
}

.offcanvas-body .submenu li a {
    display: block;
    font-size: 1.6rem;
    /*padding: 0 2rem 1rem !important;*/
    color: rgba(255, 255, 255, 0.65) !important;
    text-decoration: none;
    transition: background 0.3s ease;
}

.offcanvas-body .submenu li a:hover {
    background: transparent;
}

.offcanvas-body .submenu li:first-child a {
    padding-top: 2rem !important;
}

.offcanvas-body .submenu li:last-child a {
    padding-bottom: 2rem !important;
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
}

.offcanvas-body .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

.offcanvas-body li.nav-item {
    width: 100%;
    border-bottom: 1px solid rgb(194 194 194 / 30%);
    text-align: center;
}

.offcanvas-body li.nav-item:last-child {
    border-bottom: none !important;
}

.offcanvas-header .btn-close {
    filter: invert(1);
    opacity: 0.55;
    margin-right: 1rem;
}

.offcanvas .offcanvas-header {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.offcanvas-body .nav-link {
    color: rgba(255, 255, 255, 0.65) !important;
}

.offcanvas-body .nav-link:hover, 
.offcanvas-body .nav-link.active {
    color: #fff !important;
}

section#services,
section#why-choose-us,
section#how-it-works,
section#contact-us,
section#get-quote,
section#service-web,
section#service-mobile,
section#service-seo,
section#service-ecommerce,
section#service-maintenance,
section#service-custom,
section#privacy-policy,
section#terms,
section#faq,
section#tools {
    padding: 10rem 2rem;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

section#services>h2,
section#why-choose-us>h2,
section#how-it-works>h2,
section#services .card-title,
section#service-web>h2,
section#service-mobile>h2,
section#service-seo>h2,
section#service-ecommerce>h2,
section#service-maintenance>h2,
section#service-custom>h2 {
    text-align: center;
}

.content-contact h2 a {
    font-size: 3rem;
    font-weight: 900;
    color: #2e7ed8;
    line-height: 1.2;
}

.content-contact h3 a {
    font-size: 2rem;
    font-weight: 900;
    color: #5c6164;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

section#services p.card-text {
    text-align: justify;
}

section#testimonials p.testi-city {
    font-size: 1.3rem;
    color: #aaa !important;
    margin-bottom: 0;
}

.bg-dark {
    background-color: transparent !important;
}

section#service-web h3,
section#service-mobile h3,
section#service-seo h3,
section#service-ecommerce h3,
section#service-maintenance h3,
section#service-custom h3 {
    margin: 3rem 0 1.2rem;
    font-size: 2.8rem; 
    font-weight: 700;
    text-decoration: uppercase;
}

section#privacy-policy h3,
section#terms h3 {
    font-size: 2.8rem; 
    font-weight: 700;
    margin: 3rem 0 1.2rem; 
}

section#service-web li,
section#service-mobile li,
section#service-seo li,
section#service-ecommerce li,
section#service-maintenance li,
section#service-custom li,
section#privacy-policy li,
section#terms li {
    padding-bottom: 1.3rem;
}

section#privacy-policy .sm-text,
section#terms .sm-text {
    font-size: 1.6rem; 
    color: rgba(0, 0, 0, 0.7);
}

section#privacy-policy .lg-text,
section#terms .lg-text {
    font-size: 1.9rem; 
    color: rgba(0, 0, 0, 0.7);
}

section#privacy-policy .sm-text a,
section#privacy-policy .lg-text a,
section#terms .sm-text a,
section#terms .lg-text a { 
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
}

section#privacy-policy ul,
section#terms ul {
    list-style: none; 
    font-size: 1.6rem; 
    color: rgba(0, 0, 0, 0.7);
}

section#privacy-policy ul li,
section#terms ul li {
    padding-bottom: 1rem;
}

section#privacy-policy ul li:last-child,
section#terms ul li:last-child {
    padding-bottom: 0;
}

section#privacy-policy ul li i,
section#terms ul li i {
    font-size: 1rem;
    vertical-align: middle;
    margin-right: 1rem;
}

/* Shortcut Buttons */
@media (max-width: 991.98px) {
    .shortcut-btns #btnPhone,
    .shortcut-btns #btnScrollTop {
        display: none !important;
    }
    
    .shortcut-btns {
        bottom: 1rem !important;
        right: 1rem !important;
    }
}

.shortcut-btns {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    z-index: 999;
}

.shortcut-btns #btnPhone,
.shortcut-btns #btnWhatsApp {
    transform: rotate(-90deg);
    transition: all .5s ease-in-out !important;
}

.shortcut-btns #btnScrollTop,
.shortcut-btns #btnWhatsApp {
    transition: all .5s ease-in-out !important;
}

.shortcut-btns #btnPhone,
.shortcut-btns #btnScrollTop {
    margin-top: 1rem;
}

.shortcut-btns #btnWhatsApp {
    font-size: 2.8rem;
    color: #fff;
    background-color: #25D366;
    border: 2px solid #25D366;
    transition: transform 0.3s;
}

.shortcut-btns #btnPhone,
.shortcut-btns #btnScrollTop {
    color: #ff7a42;
    background-color: transparent;
    border: 2px solid #ff7a42;
}

.shortcut-btns #btnPhone,
.shortcut-btns #btnScrollTop,
.shortcut-btns #btnWhatsApp {
    display: block;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.shortcut-btns #btnPhone:hover,
.shortcut-btns #btnWhatsApp:hover {
    transform: rotate(270deg) scale(1.05) !important;
}

.shortcut-btns #btnScrollTop:hover {
    transform: rotate(360deg) scale(1.05) !important;
}

.shortcut-btns #btnPhone:hover,
.shortcut-btns #btnScrollTop:hover {
    color: #fff !important;
    background-color: #ff7a42;
    /*background-color: #2e7ed8;*/
    border: 2px solid #ff7a42;
    /*border: 2px solid #2e7ed8;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.show-mobile-image,
.show-mobile {
    display: none !important;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #0b3667;
        margin-top: 1.4rem;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 90vh;
    }

    .navbar-nav .nav-link {
        font-size: 2rem;
        padding: 1rem !important;
    }

    .text-block {
        text-align: center;
    }

    .show-mobile-image {
        display: block !important;
        text-align: center;
    }
    
    .show-mobile {
        display: flex !important;
        text-align: center;
    }
    
    .blog-navigation a {
        width: 85%;
    }

    .right-image {
        width: 30rem !important;
        height: 30rem !important;
        float: unset !important;
    }

    .left-image {
        width: 10rem !important;
        height: 10rem !important;
        float: unset !important;
    }

    .hide-mobile-image,
    .hide-mobile {
        display: none !important;
    }

    .content .container .row {
        margin-top: 0 !important;
    }

    .card {
        padding: 3rem 3.2rem;
    }

    /* header, */
    footer {
        padding: 0 1.5rem;
    }

    .navbar>.container {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-brand,
    .navbar-toggler {
        padding: 0 1.5rem !important;
    }
    
    button.navbar-toggler {
        padding: 0 !important;
    }

    .footer-column {
        margin-top: 3rem;
    }

    .content .subtitle,
    .banner-content .subtitle {
        font-size: 1.8rem !important;
    }
}

.content {
    height: 100vh;
}

.content,
.banner-content {
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.8);
    background-color: #30446a;
    background-position: center;
    background-size: cover;
    perspective: 1000px;
    z-index: 0;
}

.content .title span {
    font-size: 6.5rem;
}

.banner-content .title span,
.banner-content .title h1,
.content-about .title span {
    font-size: 4.5rem;
}

section#services>h2,
section#why-choose-us>h2,
section#how-it-works>h2,
section#testimonials h2.title,
.content .title span,
.banner-content .title span,
.banner-content .title h1,
.content-about .title span,
section#service-web>h2,
section#service-mobile>h2,
section#service-seo>h2,
section#service-ecommerce>h2,
section#service-maintenance>h2,
section#service-custom>h2 {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
}

.content-about ul {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 0;
}

.content .subtitle,
.banner-content .subtitle {
    font-size: 2rem;
}

.banner-content .subtitle a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    transition: color .3s;
}

.banner-content .subtitle a:hover {
    color: rgba(255, 255, 255, 1);
}

.content .subtitle,
.content .title span,
.banner-content .subtitle,
.banner-content .title span {
    text-shadow: 1px 1px 1px #000;
}

.main-btn {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 1rem;
    text-transform: uppercase;
    transition: all .3s;
}

.blue-btn {
    padding: 1.4rem 3.8rem;
    background-color: #2e7ed8;
    border: 1px solid #2e7ed8;
}

.blue-btn:hover {
    background-color: #2d78cd;
    border: 1px solid #2d78cd;
}

.yellow-btn {
    padding: 1.4rem 3.8rem;
    background-color: #ff7a42;
    border: 1px solid #ff7a42;
}

.yellow-btn:hover {
    background-color: #ff7a42;
    border: 1px solid #ff7a42;
}

.white-btn {
    padding: 1rem 1.1rem;
    color: #122344;
    background-color: #D2D3D5;
    border: 1px solid #D2D3D5;
}

.white-btn:hover {
    color: #fff;
    background-color: #2e7ed8;
    border: 1px solid #2e7ed8;
}

@media (max-width: 767.98px) {
    .content .title span {
        font-size: 2.6rem !important;
        letter-spacing: 3px;
        line-height: 1.4 !important;
    }
    
    /*.show-mobile {*/
    /*    display: block !important;*/
    /*    text-align: center;*/
    /*}*/
    
    .show-mobile {
        display: flex !important;
        text-align: start;
    }
    
    .blog-navigation a {
        width: 85%;
    }
}

@media (min-width: 991.98px) and (max-width: 1200px) {
    #navbarNavSecondary a.white-btn {
        padding: 1rem 1.8rem;
    }
}

@media (max-width: 991.98px) {
    .content .title span {
        font-size: 3.5rem;
        letter-spacing: 3px;
        line-height: 1.2;
    }

    .main-btn {
        font-size: 1.1rem !important;
    }

    .content .text-block {
        margin-top: 1rem;
    }

    #services .card,
    #how-it-works .card {
        padding: 2rem !important;
    }

    #services .card {
        height: 30rem;
        max-height: 150rem !important;
    }
    
    #how-it-works .card {
        height: 24rem;
        max-height: 26rem;
    }

    section#services>h2,
    section#why-choose-us>h2,
    section#how-it-works>h2,
    section#testimonials h2.title,
    .banner-content .title span,
    .content-about .title span,
     section#service-web>h2,
     section#service-mobile>h2,
     section#service-seo>h2,
     section#service-ecommerce>h2,
     section#service-maintenance>h2,
     section#service-custom>h2 {
        font-size: 3rem;
    }
    
    .content-about .title span {
        text-align: center;
    }
    
    .content-contact .contact-left {
        text-align: center;
        padding-right: 0 !important;
    }
    
    #contact-us ul {
        justify-content: center;
    }
    
    .content-contact .contact-right {
        margin-top: 2rem;
    }
    
    .content-contact .contact-right h3,
    .content-contact .contact-right .submit-btn {
        text-align: center;
    }
    
    .prev-post .label {
        margin-left: 0 !important; 
        text-align: center;
    }

    .next-post .label {
        margin-right: 0 !important; 
        text-align: center;
    }
    
    .post-content {
        text-align: center;
    }
    
    .post-content .post-title {
        display: inline !important;
    }
    
    .blog-navigation a {
        width: 60%;
    }
}
    
.card-text {
    text-align: center;
}

@keyframes moveRight {
    0% {
        opacity: 0;
        -o-transform: translateX(-15rem);
        -moz-transform: translateX(-15rem);
        -webkit-transform: translateX(-15rem);
        transform: translateX(-15rem);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
}

.content .text-block,
.content-about .title,
.content-about .subtitle,
.content-about .about-features,
.content-contact .contact-left {
    -o-animation: moveRight .9s ease-out forwards;
    -moz-animation: moveRight .9s ease-out forwards;
    -webkit-animation: moveRight .9s ease-out forwards;
    animation: moveRight .9s ease-out forwards;
    transition: opacity 0.5s ease-out;
}

#services .card-text,
.content-about .subtitle {
    opacity: 0.75 !important;
}

@keyframes moveLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(15rem);
        -moz-transform: translateX(15rem);
        -webkit-transform: translateX(15rem);
        transform: translateX(15rem);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }
}

.content .right-image,
#why-choose-us .right-image,
.content-about .right-image {
    width: 60rem;
    height: 60rem;
    -o-animation: moveLeft .9s ease-out .1s;
    -moz-animation: moveLeft .9s ease-out .1s;
    -webkit-animation: moveLeft .9s ease-out .1s;
    animation: moveLeft .9s ease-out .1s;
    transition: transform 0.1s ease-out, opacity 0.5s ease-out;
    will-change: transform;
}

.content-contact .contact-right {
    -o-animation: moveLeft .9s ease-out .1s;
    -moz-animation: moveLeft .9s ease-out .1s;
    -webkit-animation: moveLeft .9s ease-out .1s;
    animation: moveLeft .9s ease-out .1s;
    transition: transform 0.1s ease-out, opacity 0.5s ease-out;
    will-change: transform;
}

.form-check-label,
.terms {
    margin-left: .5rem;
    vertical-align: middle;
}

.terms {
    font-size: 1.6rem;
}

.terms a {
    display: inline;
    color: #2e7ed8;
}

.terms a:hover {
    text-decoration: underline;
}

.dotted-bg {
    position: absolute;
    opacity: 0.7;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px);
    background-size: 2rem 2rem;
    z-index: -2;
}

.vert-space-1 {
    color: transparent;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.vert-space-2 {
    color: transparent;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

footer {
    background-color: rgba(18, 35, 68, 1);
}

a.nav-link,
.logo,
.footer-logo img,
footer .share-btn-light {
    transition: all .3s;
}

a.nav-link:hover,
.logo:hover,
.footer-logo img:hover,
footer .share-btn-light:hover {
    transform: translateY(-2px) !important;
}

@media (max-width: 767.98px) {
    .offcanvas a.nav-link:hover {
        transform: none !important;
    }
}

.offcanvas-body .nav-link:hover, 
.offcanvas-body .nav-link.active {
    color: #fff !important;
}

a.main-btn,
button.main-btn {
    transition: all .3s;
}

a.main-btn:hover,
button.main-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transform: translateY(-2px) !important;
}

a#cred {
    font-size: 1.2rem;
    color: #c4c4c4;
}

.copyright {
    font-size: 1.6rem;
    padding: 1rem 2rem;
    margin-top: 5rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .copyright {
        background-color: transparent !important;
    }
    
    #contact-us ul.social-links {
        display: flex;
        gap: 0.5rem;
        list-style: none;
        padding-left: 0;
    }
    
    #contact-us ul.social-links li a,
    #contact-us ul.social-links li a:active {
        color: #231f20 !important;
        background-color: transparent !important;
        border: 1px solid #231f20 !important;
    }
    
    a#cred {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    
    .show-mobile {
        display: flex !important;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .blog-share.show-mobile {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .blog-share.show-mobile span,
    .blog-share.show-mobile .share-text {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 0.75rem;
    }

    .blog-share.show-mobile ul.social-links {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    
    .blog-navigation.show-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0;
    }

    .blog-navigation.show-mobile a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 32rem;
        color: inherit;
        text-decoration: none;
    }

    .blog-navigation.show-mobile .label {
        font-weight: 600;
        margin-bottom: 0.5rem;
        display: block;
    }

    .blog-navigation.show-mobile .post-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
    
    .blog-navigation.show-mobile .chevrons {
        display: inline-flex;
        align-items: center;
        gap: 2px;
    }
}

footer .footer-container {
    margin-top: 5rem;
}

footer ul.social-links,
#contact-us ul.social-links {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding-left: 0;
}

footer ul li {
    line-height: 1.9;
}

footer ul.social-links li a,
#contact-us ul.social-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    outline: none;
    cursor: pointer !important;
    text-decoration: none;
    transition: all .3s ease-in-out !important;
}

footer ul.social-links li a {
    color: #efefef;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#contact-us ul.social-links li a {
    color: #231f20;
    background-color: transparent;
    border: 1px solid #231f20;
}

footer ul.social-links li a:hover,
#contact-us ul.social-links li a:hover {
    color: #fff;
    background-color: #2e7ed8;
    border: 1px solid #2e7ed8;
    transform: translateY(-2px) !important;
}

#contact-us ul.social-links li a:hover {
    color: #fff;
    background-color: #2e7ed8;
    transform: translateY(-2px) !important;
}

/*footer ul.social-links li i {*/
/*    color: rgba(255, 255, 255, 0.75) !important;*/
/*}*/

footer a,
footer p,
footer span {
    font-weight: 300 !important;
    color: #c4c4c4 !important;
}

footer a:hover {
    color: #fff !important;
}

footer .widget-title h3 {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 2rem;
}

.card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3.2rem 3rem;
    margin-bottom: 1.6rem;
    border: none;
    background-color: rgba(46, 126, 216, 0.05);
    transition: background-color .5s, transform .3s, box-shadow .5s;
}

.services-card {
    position: relative;
    overflow: hidden;
    align-items: center;
}

.hover-logo {
    width: 10rem !important;
    height: 10rem !important;
    position: absolute;
    top: -10%;
    right: -10%;
    opacity: 0;
    transition: all 0.3s ease;
}

.services-card:hover .hover-logo {
    top: 0;
    right: 0;
    opacity: 0.15;
}

.card:hover {
    background-color: rgba(46, 126, 216, 0.1);
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.circle {
    position: relative;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    font-size: 3rem;
    color: #2e7ed8;
    background-color: rgba(46, 126, 216, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: dashed 3px #2e7ed8;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.3s;
}

.card:hover .circle::after {
    transform: rotate(45deg);
}

.card-img-top {
    width: auto;
    max-width: 8rem;
}

.card-title {
    font-size: 2.4rem;
    margin: 1rem 0 1.2rem 0;
}

.card-text {
    line-height: 1.4;
}

#why-choose-us,
#service-mobile, 
#service-ecommerce, 
#service-custom,
#faq,
#tools {
    background-color: rgba(46, 126, 216, 0.1);
}

#tools .card:hover {
    box-shadow: rgba(46, 126, 216, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

/* FAQs */
#faq .faq-header {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

#faq .accordion-button {
    font-size: 1.7rem;
    font-weight: 500;
    padding: 2rem;
}

#faq .accordion-button.collapsed {
    color: rgba(35, 31, 32, 0.7);
    line-height: 1.4;
}

#faq .accordion-item {
    border-radius: .6rem;
    overflow: hidden;
    margin-bottom: 1rem;
    border: none;
}

#faq .accordion-item:first-child,
#faq .accordion-item:last-child {
    border-radius: .6rem;
}

#faq .accordion-item:not(:last-child) {
    margin-bottom: 1.4rem;
}

#faq .accordion-button:not(.collapsed) {
    background-color: rgba(48, 68, 106, 1);
    color: #fff;
    line-height: 1.4;
}

#faq .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba(35, 31, 32, 0.7)' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

#faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

#faq .accordion-button:focus {
    box-shadow: none;
}

#faq .accordion-body {
    font-size: 1.6rem;
    color: rgba(35, 31, 32, 0.7);
    padding: 2rem;
}
/* /FAQs */

/* Tools */
#tools .row {
    justify-content: center;
}

#tools hr {
    color: rgba(46, 126, 216, 0.5);
    margin-top: 8rem;
    margin-bottom: 4rem;
}

#tools h4 {
    text-transform: uppercase;
    margin-bottom: 5rem;
}

#tools .card img {
    margin-top: 1rem;
}

#tools .card-body p {
    font-weight: 600;
    color: #6c757d;
}

#tools .card {
    background-color: rgba(46, 126, 216, 0.03);
}

#tools .card:hover {
    box-shadow: none;
}
/* /Tools */

#why-choose-us .card {
    margin-bottom: 0;
    background-color: rgba(46, 126, 216, 0.05);
}

#why-choose-us .card:hover {
    background-color: rgba(46, 126, 216, 0.1);
}

#why-choose-us .card-img-top {
    max-width: 6rem;
}

#why-choose-us .card-title,
#why-choose-us .card-text,
#how-it-works .card-title,
#how-it-works .card-title {
    text-align: center;
}

#blog,
#edit-post,
#blog-category,
#blog-tag,
#blog-search {
    background-color: #f7f7f7;
}

.blog-content-bg {
    background-color: #fff;
    border-radius: 1rem 1rem 0 0;
}

@media (max-width: 767.98px) {
    .blog-content-bg {
        background-color: transparent;
    }
}

.blog-content strong {
    font-weight: 600;
}

.blog-content p.code-block {
    font-size: 1.7rem;
    font-style: italic;
    text-align: left;
    line-height: 1.6;
    background-color: rgba(46, 126, 216, 0.1);
    padding: 2rem 3rem;
    border-radius: 6px;
}

.blog-content code {
    color: #1a1a1a !important;
}

@media (max-width: 991.98px) {
    .blog-content .tip-box {
        font-size: 1.5rem !important;
    }
}

.blog-content .tip-box {
    background: #ebf4ff;
    border: 1px solid #e4f1ff;
    /*box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;*/
    border-left: 4px solid #2E7ED8;
    padding: 1.5rem;
    border-radius: 6px;
    font-size: 1.6rem;
    font-style: italic;
    margin-top: 2.4rem !important;
    margin-bottom: 3.4rem !important;
}

.blog-content .tip-box i {
    font-size: 2rem;
    color: #2E7ED8;
    margin-right: 8px;
}

@media (max-width: 767.98px) {
    #subscribe .col-md-4,
    #subscribe h2,
    #subscribe p {
        text-align: center;
    }
    
    #subscribe div {
        justify-content: center;
    }
    
    .main-btn {
        font-size: 1.6rem !important;
    }
    
    .blog-content p,
    .blog-content ul li,
    .blog-content ol li {
        font-size: 1.7rem !important;
    }
    
    .blog-content blockquote p {
        font-size: 1.6rem;
    }
    
    .blog-content ul {
        margin-left: 0 !important;
    }
    
    #blog .row .blog-img {
        height: 20rem !important;
    }
    
    section#blog,
    section#blog .col,
    section#edit-post,
    section#edit-post .col {
        padding: 0 1rem !important;
    }
    
    #blog form#blogForm, 
    #edit-post form#blogFormEdit {
        background: transparent; 
        padding: 0 !important; 
        border-radius: none; 
        box-shadow: none;
    }
    
    section#blog,
    section#edit-post {
        padding: 5rem 2rem 2rem !important;
    }

    #blog img.blog-img  {
        height: 20rem;
    }
    
    .info-box .row {
        margin-right: 0.7rem !important;
        margin-left: 0.7rem !important;
    }

    .card-body {
        padding: 0 1.75rem 0 !important;
    }
}

#services h2,
#why-choose-us h2,
#how-it-works h2,
#testimonials h2,
#subscribe h2,
#about-us h2,
#service-web h2,
#service-mobile h2,
#service-seo h2,
#service-ecommerce h2,
#service-maintenance h2,
#service-custom h2 {
    font-size: 4.6rem;
}

#testimonials h3 {
    font-size: 1.8rem !important;
}

.carousel-item .card {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

.carousel-item .card:hover {
    transform: none;
}

#testimonials {
    position: relative;
    background: url('../images/testimonials-bg.jpg') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

#testimonials::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 120, 205, 0.5);
    z-index: 1;
}

#testimonials .container {
    position: relative;
    z-index: 2;
}

#testimonials h2.title,
#testimonials span.subtitle {
    text-shadow: 1px 1px 1px #000;
}

#testimonials p.review-text {
    font-size: 1.6rem;
    font-weight: 300;
    font-style: italic;
    height: 12rem;
    color: #212529;
    background-color: rgba(0, 0, 0, 0.03);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    letter-spacing: 1px;
    padding: 2rem;
    border-radius: 1rem;
    text-align: justify; 
    line-height: 1.4 !important;
}

#testimonials .item {
    color: #000 !important;
    margin-bottom: 0;
    border-radius: 2rem;
}

.owl-carousel .owl-item {
    transition: transform 0.5s ease-out !important;
}

.owl-item:not(:last-child) {
    border-right: 2px solid #f5f5f5;
    margin-right: 10px;
    padding-right: 10px;
}

.owl-item:last-child {
    margin-right: 10px;
    padding-right: 10px;
}

.owl-carousel .owl-stage {
    transition: transform 0.5s ease-out !important;
}

.owl-carousel .item .container {
    position: relative;
}

.owl-carousel .item .container p {
    line-height: 1.6 !important;
}

.owl-stage-outer {
    overflow: hidden;
    border-radius: 2rem;
    background: #fff; 
    padding: 0 5px; 
    margin-bottom: 2rem;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #9e9e9e;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

#review-us {
    display: flex !important;
    justify-content: center !important;
    margin-top: 2rem;
    margin-left: 0 !important;
}

#review-us a {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.8rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 2rem;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: all .3s ease;
}

#review-us a:hover {
    transform: translateY(-2px) !important;
    /* background-color: #2d64e2; */
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
}

#review-us a>svg {
    background-color: #fff;
    border-radius: 5rem;
    padding: 2px;
}

#g-map {
    margin-bottom: -9px;
}

#subscribe {
    background-color: #2e7ed8;
    color: rgba(255, 255, 255, 0.8);;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

#subscribe::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(
        -45deg, 
        rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0.2) 20px, /* Semi-transparent white stripes */
        #2e7ed8 20px, #2e7ed8 40px
    );
    z-index: 1;
}

#subscribe::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(46, 126, 216, 0.95), rgba(46, 126, 216, 0.85), rgba(46, 126, 216, 0.95)); /* Black to transparent */
    z-index: 2;
}

#subscribe img {
    max-width: 20rem;
    opacity: 0.6;
}

#subscribe h2 {
    position: relative;
    z-index: 3 !important;
}

#subscribe .container {
    position: relative;
    display: flex;
    z-index: 3;
}

.form-control,
.form-select {
    font-size: 1.6rem; 
    color: #212529;
    padding: 0.5rem 1rem;
}

.form-control:focus,
.form-select:focus {
    border: 1px solid #ced4da;
    background-color: rgba(46, 126, 216, 0.04);
    box-shadow: none;
}

/* CKEditor */
.ck-editor__editable_inline {
    font-size: 1.6rem !important;
    color: #212529 !important;
    padding: 0.5rem 1rem !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    background-color: #fff !important;
    transition: border-color 0.2s, background-color 0.2s;
}

.ck-editor__editable_inline:focus {
    border: 1px solid #ced4da !important;
    background-color: rgba(46, 126, 216, 0.04) !important;
    box-shadow: none !important;
    outline: none !important;
}
/* /CKEditor */

.table-dark {
    --bs-table-bg: rgba(18, 35, 68, 0.8);
    --bs-table-color: #fff;
    --bs-table-border-color: rgba(18, 35, 68, 0.5);
}

#blog .table-dark tr th, 
#blog .table-dark tr td,
#blog tbody tr th,
#blog tbody tr td {
    padding: 1.4rem;
    vertical-align: middle;
    line-height: 1.4;
}

#blog .table-dark tr th a {
    color: #fff;
}

.form-control {
    line-height: 2;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    height: 38px;  
    padding: 0.375rem 0.75rem;
    font-size: 1rem; 
    color: #212529; 
}

.select2-container .select2-selection__placeholder {
    line-height: 24px;
    color: #6c757d; 
}

ul#select2-category-container {
    margin-bottom: 0;
}

ul#select2-category-container li,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0;
}

#select2-category-results li {
    padding-left: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display,
button.select2-selection__choice__remove span,
button.select2-selection__clear span {
    font-size: 13px;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da;
    background-color: rgba(46, 126, 216, 0.04);
    box-shadow: none; 
    outline: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 17px;
    margin-top: 0;
    height: 32px;
}

input[type="checkbox"]:focus {
    box-shadow: none;
    border: 1px solid #dee2e6;
}

input[type="checkbox"]:checked {
    border-color: red;
    border: 1px solid #0d6efd;
}

.form-label {
    font-weight: 600;
}

.form-check-label {
    font-size: 1.6rem;
}

i.asterisk {
    font-size: .8rem;
    vertical-align: super;
}

.flag-container {
    position: relative;
    padding: 0;
    margin: 0;
}

.flag-img {
    position: absolute;
    margin-top: 0 !important;
    top: 50%;
    left: 2rem;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    filter: none !important;
    transition: none !important;
}

input#phone {
    padding-left: 4rem !important;
}

.contact-info {
    font-size: 1.6rem;
    color: #5c6164;
}

.contact-info span {
    display: block;
}

.contact-phone a {
    color: #5c6164;
    font-size: 2rem;
    font-weight: 500;
}

.contact-phone a:hover,
.terms a:hover {
    color: #2e7ed8 !important;
}

.share-btn-dark {
    background-color: #2e7ed8;
    color: #fff;
    padding: 4px 16px;
    border: none;
    border-radius: 1rem;
    transition: all .3s;
}

.share-btn-dark:hover {
    transform: translateY(-1px) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: #3277c3 !important;
}

.contact-info {
    font-size: 1.6rem;
    color: #5c6164;
}

.office-hours {
    margin-top: 1.6rem;
}

.office-hours h3 {
    font-size: 1.6rem;
    font-weight: 600;
}

.status-chip {
    display: inline-block !important;
    padding: 4px 16px !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 1rem;
    text-align: center;
    color: white;
}

.open {
    background-color: #28a745;
}

.closed {
    background-color: #dc3545;
}

textarea#message {
    height: 15rem;
}

::placeholder {
  color: #ccc !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #ccc !important;
}

section#blog,
section#edit-post {
    padding: 10rem 0;
}

#quoteForm {
    max-width: 80rem; 
}

#quoteForm,
#blogForm,
#blogFormEdit {
    background: #f8f9fa; 
    padding: 4rem !important; 
    border-radius: 8px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Modal */
.popup-banner .modal-content { 
    border-radius: 1.2rem; 
    border: none; 
} 

.popup-banner .btn-close { 
    position: absolute; 
    right: 1rem; 
    top: 1rem; 
    background: #2e7ed8; 
    width: 2.4rem; 
    height: 2.4rem; 
    line-height: 2.4rem; 
    text-align: center; 
    border-radius: 50%; 
    font-size: 1.8rem; 
    color: #fff; 
    opacity: 1; 
    transition: all 0.3s ease-out 0s; 
    z-index: 2; 
} 

.popup-banner .btn-close:hover { 
    background: #fc6464; 
    color: #fff; 
    transform: rotate(-90deg); 
} 

.popup-banner .modal-body { 
    padding: 0; 
} 

.popup-banner-content { 
    position: relative; 
    z-index: 1; 
} 

.popup-banner-img img { 
    width: 100%; 
    border-radius: 1rem 0 0 1rem; 
} 

@media (max-width: 991.98px) { 
    .popup-banner-img img { 
        border-radius: 1rem 1rem 0 0; 
    }
} 

.img, img { 
    max-width: 100%; 
    height: auto; 
    -webkit-transition: all 0.3s ease-out 0s; 
    -moz-transition: all 0.3s ease-out 0s; 
    -ms-transition: all 0.3s ease-out 0s; 
    -o-transition: all 0.3s ease-out 0s; 
    transition: all 0.3s ease-out 0s;
} 

.popup-banner-info { 
    padding: 2rem 3.5rem 2rem 1rem; 
} 

.popup-banner-info h6 { 
    background: #fc6464; 
    color: #fff; 
    border-radius: 50px; 
    padding: 6px 15px; 
    font-weight: 500; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    display: inline-block; 
    text-shadow: 0px 0px 2px #000;
} 

h6 { 
    font-size: 16px; 
    color: #081828; 
    margin: 0px; 
    font-weight: 600; 
    line-height: 1.2; 
} 

.popup-banner-info h2 { 
    font-size: 30px; 
    font-weight: 700; 
    margin: 20px 0 12px 0; 
    line-height: 1.4; 
} 

.popup-banner-info h2 span { 
    color: #2e7ed8; 
} 

.popup-banner-info .theme-btn { 
    margin-top: 25px; 
} 

.popup-banner-info p { 
    font-size: 1.6rem; 
    color: #757f95; 
} 

a:hover { 
    outline: none; 
    -webkit-transition: all 0.3s ease-out 0s; 
    -moz-transition: all 0.3s ease-out 0s; 
    -o-transition: all 0.3s ease-out 0s; 
    -ms-transition: all 0.3s ease-out 0s; 
    transition: all 0.3s ease-out 0s; 
    text-decoration: none; 
} 

.theme-btn { 
    margin-top: 25px; 
    position: relative; 
    font-size: 16px; 
    background: #2e7ed8; 
    color: #fff; 
    padding: 10px 20px; 
    display: inline-block; 
    vertical-align: middle; 
    text-transform: capitalize; 
    border-radius: 10px; 
    font-weight: 500; 
    cursor: pointer; 
    text-align: center; 
    overflow: hidden; 
    border: none; 
    box-shadow: var(--box-shadow); 
    transition: all 0.3s ease-out 0s; 
    z-index: 1; 
} 

.theme-btn:hover { 
    color: #fff; 
    transform: translateY(-1px); 
} 

.theme-btn::before { 
    content: ""; 
    height: 30rem; 
    width: 30rem; 
    background: #e5a90e; 
    border-radius: 50%; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translateY(-50%) translateX(-50%) scale(0); 
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    z-index: -1; 
} 

.theme-btn:hover::before { 
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

a.nav-link {
    transition: all .3s;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 28rem;
    font-size: 1.7rem;
    background-color: rgba(18, 35, 68, 0.95);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
    padding: 0 1rem !important;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    display: block;
    pointer-events: none;
    will-change: transform, opacity;
    transition: all 0.3s ease;
    z-index: 1;
}

.nav-item.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown-item-wrapper {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 0 1rem;
}

.dropdown-item {
    color: rgba(255, 255, 255, 0.5);
    padding: 1rem 0;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    min-width: 25rem;
    margin-top: 0;
}

#header #navbarNavPrimary {
  height: 6rem;
  display: flex;
  align-items: center;
}

#header #navbarNavPrimary .navbar-nav {
  display: flex;
  align-items: center;
  height: 100%;
}

#header #navbarNavPrimary .nav-item, 
#header #navbarNavPrimary .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Blog */
.blog-card {
    position: relative !important;
    overflow: hidden;
    /*border: 1px solid #e1e1e1;*/
    background-color: #fff;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    border: 1px solid rgb(225, 225, 225);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    transition: box-shadow .3s, transform .3s;
    cursor: pointer !important;
}

.blog-card:hover {
    cursor: default;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transform: translateY(-2px);
}

.blog-card span.read-more {
    font-size: 1.6rem;
    font-weight: 500;
    color: rgb(0 0 0 / 70%);
    text-transform: uppercase;
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease;
}

.blog-card span.read-more:hover {
    color: #ff7a42;
    transform: translateX(4px) !important;
}

.image-wrapper {
    overflow: hidden;
}

.image-wrapper img {
    transition: transform 0.5s ease;
    will-change: transform;
}

.blog-card:hover .image-wrapper img {
    transform: scale(1.08); /* Adjust zoom level as needed */
}

.blog-img {
    display: block;
    height: 25rem;
    object-fit: cover;
    width: 100%;
    /*border: 1px solid #d8d8d8;*/
    /*border-radius: 1rem 1rem 0 0;*/
}

.blog-body {
    padding: 2.5rem;
    flex-grow: 1;
    text-align: justify;
}
    
.blog-date {
    font-size: 1.2rem; 
    color: #777;
    letter-spacing: 1px;
}



@media (max-width: 1399.98px) {
    .blog-date .hide-mobile {
        display: none !important;
    }
}

.blog-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
    color: #000;
}

.blog-card span.pill {
    background-color: #000;
    transition: background-color 0.3s ease;
}

.blog-card:hover span.pill {
    background-color: #ff7a42 !important;
}

.blog-text {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
    line-height: 1.4;
}

#blog h1 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.1;
}

@media (max-width: 991.98px) {
    #blog h1 {
        font-size: 2.7rem !important;
    }
}

.blog-content h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-top: 2.8rem;
    margin-bottom: 1rem;
}

.blog-content h3 {
    font-size: 2.1rem;
    font-weight: 600;
    margin-top: 2.8rem;
    margin-bottom: 1rem;
}

.blog-content p {
    line-height: 1.7;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.blog-content ul {
    margin-top: 1.5rem;
    margin-left: 1rem;
}

.blog-content ol {
    margin-left: 1rem;
    padding-right: 1rem !important;
}

@media (max-width: 767.98px) {
    .blog-content ol {
        margin-left: 0;
        padding-right: 0 !important;
    }
}

.blog-content ul li {
    font-size: 1.8rem;
    margin-top: 0.7rem;
}

.blog-content ol li {
    font-size: 1.8rem;
    margin-top: 1.3rem;
    margin-bottom: 1rem !important;
}

.blog-content p,
.blog-content ul,
.blog-content ol {
    font-size: 1.8rem;
    color: #272727;
    text-align: justify;
}

.blog-content a {
    display: inline;
    color: #272727;
    transition: color 0.3s ease;
}

.blog-content a:hover {
    color: #2e7ed8;
}

blockquote {
    position: relative;
    font-size: 1.25rem;
    font-style: italic;
    /*line-height: 1.6;*/
    border-left: 5px solid #ff7a42;
    padding: 1rem 1.5rem;
    margin: 3rem 0 1rem;
    background-color: #ebf4ff;
    border-radius: 6px;
}

.blog-content blockquote p,
.blog-content blockquote p a {
    color: #231f20 !important;
}

blockquote p {
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

blockquote::before {
    content: "“";
    font-family: Georgia, serif;
    font-size: 5rem;
    color: #ff7a42;
    position: absolute;
    top: 2px;
    left: 10px;
}

.blog-content blockquote p {
    font-size: 1.7rem !important;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.sidebar-widget {
    padding: 2.5rem;
    border-radius: 1rem;
    background-color: #fff;
    border: 1px solid rgb(225, 225, 225);
}

.sidebar-widget h4.sidebar-title {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 600;
    border-bottom: 3px solid #ff7a42;
    padding-bottom: 5px;
    margin-bottom: 1.6rem;
}

.tag-cloud {
    font-size: 1.5rem !important;
}

.sidebar-widget .sidebar-subtitle {
    display: inline-flex;
    align-items: stretch;
    gap: 0.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    color: rgb(0 0 0 / 70%);
}

.sidebar-widget .sidebar-subtitle,
.sidebar-widget .sidebar-subtitle i,
.sidebar-widget .sidebar-subtitle span,
.sidebar-widget ul li i,
.post-tags a {
    transition: color 0.3s ease-in-out !important;
}

.post-tags a {
    color: rgb(0 0 0 / 70%);
}

.sidebar-widget .sidebar-subtitle:hover,
.sidebar-widget .sidebar-subtitle:hover i,
.sidebar-widget .sidebar-subtitle:hover span,
.post-tags a:hover {
    color: #FF7A42 !important;
}

.blog-navigation a {
    display: inline-flex;
    align-items: stretch;
    gap: 0.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
}

.blog-navigation a i {
    margin-right: -4px;
}

.sidebar-widget ul {
    margin-bottom: 0;
}

.sidebar-widget ul li i {  
    display: flex;
    /*align-items: center;*/
    color: rgb(0 0 0 / 70%);
    margin-top: 4px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.sidebar-widget ul li:not(:last-child) {
    padding-bottom: 5px;
}

.sidebar-widget .input-group input:focus {
    background-color: rgb(255 255 255 / 50%);
}

.sidebar-widget .input-group button {
    width: 4.4rem;
    background-color: #ff7a42;
    outline: 0;
    border: none;
}

.sidebar-widget .input-group button i {
    font-size: 1.8rem;
}

.sidebar-subtitle i::before {
    content: "\00BB"; /* » */
    font-size: 1.6rem;
    font-style: normal; /* remove italic */
}

.pagination-wrapper .active>.page-link, 
.pagination-wrapper .page-link.active {
    color: #fff;
    background-color: #ff7a42;
    border-color: #b0562f;
}

.pagination-wrapper .page-item {
    width: 5rem;
    text-align: center;
}

.pagination-wrapper .page-link {
    font-size: 1.6rem;
    color: #ff7a42;
}

.pagination-wrapper .page-link:focus {
    outline: 0;
    box-shadow: none;
}

.blog-date {
    margin-bottom: 1rem;
}

.blog-date i,
.blog-date p {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #5e646c;
    margin-bottom: 0;
}

i.fa-tags {
    color: #5e646c;
}

#blog i.fas {
    font-size: 1.5rem;
    padding: .5rem;
}

#toast-container > .toast {
    font-size: 1.6rem;
}

.status-badge span.badge {
    font-weight: 600;
    width: 10rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.modal button {
    font-size: 1.5rem;
    padding: 6px 12px;
}

.modal .modal-content {
    border-radius: 1.5rem;
}

.modal .modal-body {
    padding: 3rem 4rem 0;
}

.modal .modal-footer {
    padding: 2rem;
    border: none;
}

.blog-navigation a {
    display: inline-block;
    font-size: 1.8rem;
    color: #231f20;
    font-weight: 600;
    transition: all .3s;
}

.prev-post,
.next-post {
  display: inline-block;
  width: 45%;
  color: #231f20;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s cubic-bezier(.2, .82, .66, .9);
}

.prev-post .label,
.next-post .label {
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-transform: uppercase;
}

.prev-post .label {
  margin-left: 3.1rem;
}

.next-post .label {
  margin-right: 3.1rem;
}

.prev-post .post-content,
.next-post .post-content {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}

.prev-post .post-title,
.next-post .post-title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0; /* For flex ellipsis to work */
}

.prev-post .post-title {
    margin-left: 1.2rem;
}

.next-post .post-title {
    margin-right: 0.6rem;
}

@media (max-width: 991.98px) { 
    .blog-navigation a {
        font-size: 1.5rem !important;
    }
} 

.chevrons i {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateX(0);
    opacity: 1;
}

.blog-navigation a.prev-post .post-title,
.blog-navigation a.next-post .post-title {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateX(0);
    opacity: 1;
}

.blog-navigation a.prev-post:hover .chevrons i {
    transform: translateX(-6px) !important;
    opacity: 0.8;
}

.blog-navigation a.next-post:hover .chevrons i {
    transform: translateX(6px) !important;
    opacity: 0.8;
}

.blog-navigation a.prev-post:hover .post-title {
    transform: translateX(4px) !important;
    opacity: 0.8;
}

.blog-navigation a.next-post:hover .post-title {
    transform: translateX(-4px) !important;
    opacity: 0.8;
}

.info-box {
    padding: 0;
}

.dash-cards .row {
    display: flex;
    flex-wrap: wrap;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
}

.info-cards .icon {
    display: flex;
    align-items: center;
}

.info-cards .icon img {
    max-width: 9rem;
    max-height: 9rem;
}

.info-card {
    height: 16rem;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.count {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.title {
    font-size: 2rem;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.gradient1 {
    background: linear-gradient(45deg, #42ad46, #a0d8a3);
}

.gradient2 {
    background: linear-gradient(45deg, #ff7043, #ffcc80);
}

.gradient3 {
    background: linear-gradient(45deg, #4092d5, #9acaf1);
}

.gradient4 {
    background: linear-gradient(45deg, #145264, #97ddf0);
}

.dash-cards .card {
    padding: 0;
    align-items: normal;
    border: none;
    background-color: transparent;
    transition: none !important;
    transform: none;
}

.dash-cards .card:hover {
    box-shadow: none;
}

.dash-cards .card thead tr {
    border-top-left-radius: 1rem;
}

.blog-share {
    display: flex; 
    align-items: center; 
    gap: 1rem;
}

.blog-share ul.social-links {
    display: inline-flex; 
    gap: 1rem; 
    list-style: none; 
    padding-left: 0; 
    margin: 0;
}

.blog-share ul.social-links li a {
    transition: all .3s;
}

.blog-share ul.social-links li a:hover {
    transform: translateY(-2px);
}

.blog-share ul.social-links li i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #fff;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
}

.blog-share ul.social-links li i.fa-facebook-f {
    background-color: #1878f3;
}

.blog-share ul.social-links li i.fa-linkedin-in {
    background-color: #0b66c3;
}

.blog-share ul.social-links li i.ri-twitter-x-line {
    background-color: #0f1419;
}

.blog-share ul.social-links li i.fa-whatsapp {
    background-color: #25d366;
}

.blog-share ul.social-links li i.fa-envelope {
    background-color: #dd4c4c;
}

.related-posts h2 {
    font-size: 2.6rem;
    font-weight: 700;
    padding-bottom: 1.5rem;
}

.related-posts h3 {
    line-height: 1.3;
    text-align: left;
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .listen-control-box {
        justify-content: center !important;
    }
    
    .listen-controls {
        margin-left: 0 !important;
    }
    
    #voice-speed-controls {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .related-posts h2 {
        text-align: center;
    }
}

.listen-controls {
    background-color: #f0f0f0;
    border-radius: 1rem;
    padding: 6px 10px;
    border: 1px solid #d5d5d5;
}

.listen-controls .btn {
    border-radius: 50%;
    border: 1px solid #636363;
    color: #fff;
    background-color: #636363;
    width: 3.6rem;
    height: 3.6rem;
    line-height: 1;
    font-size: 14px;
    transition: all .3s;
}

.listen-controls .btn:hover,
.listen-controls .btn:active,
.listen-controls .btn.active,
.listen-controls .btn:focus:active {
    background-color: #555555 !important;
    border-color: #555555 !important;
    box-shadow: none !important;
}

.listen-controls i.fa-headphones {
    margin-top: -3px;
}

/* Recent Blogs */
footer .widget-content a,
footer .widget-content p {
    font-size: 1.7rem !important;
}

footer .recent-posts a {
    display: flex;
    align-items: center !important;
    font-size: 1.4rem;
}

footer .recent-posts img {
    border: 1px solid #fff;
}

footer .recent-posts .blog-title {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.4;
    transition: color .3s ease-in-out !important;
}

footer .recent-posts li:hover .blog-title {
    color: #fff !important;
}


