/*-----------------------------------------------------------------------------------

    Theme Name: Rovix - Business Consulting HTML Template
    Author: pixenium-agency
    Support: suppor@pixeniumagency.com
    Description: Business Consulting HTML Template
    Version: 1.0.0

-----------------------------------------------------------------------------------


/************ TABLE OF CONTENTS ***************

Theme Default CSS
Custom Animate Keyframe
Preloader CSS
Cursor CSS
Back to top CSS
Button CSS
Topbar Info
Theme Header CSS
Theme Footer CSS
Search CSS
Offcanvas CSS
Section Heading CSS
Slider Nav & Dot CSS
Icon Box CSS
Author CSS
List CSS
Socials CSS
Counter CSS
Accordion CSS
Feature CSS
Page Header CSS
Video CSS
Sidebar CSS
Pagination CSS
Blog Standard CSS
Post Navigation CSS
Blog Details CSS
Coming Soon CSS
Error Page CSS

Hero Slider CSS
Hero CSS
We Offer CSS
About CSS
Why Choose CSS
Team CSS
Projects CSS
Pricing CSS
Testimonial CSS
Blog CSS
Marquee CSS
Contact CSS
Services CSS
Counter Section CSS
Process CSS
FAQ CSS
Progress CSS
CTA CSS
Service Details CSS
Project Details CSS
Blog Details CSS

**********************************************/
/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&amp;display=swap"); :root {
    /**
     @Font-Family Declaration
   */
    --pxn-ff-body: 'Urbanist', sans-serif;
    --pxn-ff-heading: 'Urbanist', sans-serif;
    --pxn-ff-icons: 'pxn-icon';
    /**
     @Font-weight Declaration
   */
    --pxn-fw-normal: 400;
    --pxn-fw-thin: 100;
    --pxn-fw-elight: 200;
    --pxn-fw-light: 300;
    --pxn-fw-regular: 400;
    --pxn-fw-medium: 500;
    --pxn-fw-sbold: 600;
    --pxn-fw-bold: 700;
    --pxn-fw-ebold: 800;
    --pxn-fw-black: 900;
    /**
     @Font-Size Declaration
   */
    --pxn-fs-body: 16px;
    --pxn-fs-h1: 40px;
    --pxn-fs-h2: 32px;
    --pxn-fs-h3: 28px;
    --pxn-fs-h4: 24px;
    --pxn-fs-h5: 20px;
    --pxn-fs-h6: 16px;
    /**
     @Color Declaration
   */
    --pxn-color-common-white: #ffffff;
    --pxn-color-common-black: #000000;
    --pxn-color-heading-primary: #407a41;
    --pxn-color-text-body: #434343;
    --pxn-color-text-placeholder: rgba(126, 126, 122, 0.8);
    --pxn-color-theme-primary: #407a41;
    --pxn-color-theme-secondary: #c1b97a;
    --pxn-color-theme-bg-primary: #f7b801;
    --pxn-color-theme-bg-light: #f5f5f5;
    --pxn-color-theme-bg-light-2: #f3f1eb;
    --pxn-color-grey-1: #afc2bd;
    --pxn-color-border-1: rgba(6, 61, 47, 0.15);
    --pxn-color-border-2: rgba(255, 255, 255, 0.15);
    --pxn-color-border-3: rgba(18, 18, 18, 0.3);
    --pxn-color-border-4: #181034;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::-webkit-input-placeholder {
    color: var(--pxn-color-text-placeholder);
    opacity: 1;
}

*::-moz-placeholder {
    color: var(--pxn-color-text-placeholder);
    opacity: 1;
}

*:-ms-input-placeholder {
    color: var(--pxn-color-text-placeholder);
    opacity: 1;
}

*::-ms-input-placeholder {
    color: var(--pxn-color-text-placeholder);
    opacity: 1;
}

*::placeholder {
    color: var(--pxn-color-text-placeholder);
    opacity: 1;
}

/**
  Typography CSS
*/
html, body {
    overflow-x: hidden;
}

body {
    font-size: var(--pxn-fs-body);
    font-family: var(--pxn-ff-body);
    font-weight: var(--pxn-fw-regular);
    color: var(--pxn-color-text-body);
    line-height: 1.6;
}

body p {
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    color: var(--pxn-color-heading-primary);
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 1rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    display: inline-block;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: var(--pxn-color-theme-primary);
}

h1 {
    font-size: var(--pxn-fs-h1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    h1 {
        font-size: 28px;
    }
}

h2 {
    font-size: var(--pxn-fs-h2);
    line-height: 1.25;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: var(--pxn-fs-h3);
    line-height: 1.3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: var(--pxn-fs-h4);
    line-height: 1.35;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-size: var(--pxn-fs-h5);
    line-height: 1.4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h5 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    h5 {
        font-size: 16px;
    }
}

h6 {
    font-size: var(--pxn-fs-h6);
    line-height: 1.4;
}

ul, ol {
    margin: 0px;
    padding-left: 1.5em;
}

a, button, .btn {
    color: var(--pxn-color-theme-primary);
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:hover, a:focus, button:hover, button:focus, .btn:hover, .btn:focus {
    text-decoration: none;
    color: var(--pxn-color-theme-primary);
}

a:focus, a:focus-visible, a:focus-within, button:focus, button:focus-visible, button:focus-within, .btn:focus, .btn:focus-visible, .btn:focus-within {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

button {
    background-color: var(--pxn-color-theme-primary);
    color: var(--pxn-color-common-black);
    border: 1px solid var(--pxn-color-theme-primary);
    border-radius: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-medium);
    line-height: 1.2;
    color: var(--pxn-color-heading-primary);
    margin-bottom: 10px;
}

select, .nice-select, input[type=search], input[type=tel], input[type=text], input[type=email], input[type=url], input[type=password], input[type=number], input[type=date], input[type=datetime-local], input[type=month], input[type=week], input[type=time], textarea {
    outline: none;
    background-color: transparent;
    width: 100%;
    height: auto;
    min-height: 45px;
    font-family: inherit;
    font-size: var(--pxn-fs-body);
    font-weight: var(--pxn-fw-medium);
    line-height: 1.6;
    border: 1px solid var(--pxn-color-border-1);
    color: var(--pxn-color-common-black);
    padding: 15px 25px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border-radius: 10px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

select:focus, .nice-select:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=number]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, textarea:focus {
    border-color: var(--pxn-color-theme-secondary);
}

select::-webkit-search-cancel-button, .nice-select::-webkit-search-cancel-button, input[type=search]::-webkit-search-cancel-button, input[type=tel]::-webkit-search-cancel-button, input[type=text]::-webkit-search-cancel-button, input[type=email]::-webkit-search-cancel-button, input[type=url]::-webkit-search-cancel-button, input[type=password]::-webkit-search-cancel-button, input[type=number]::-webkit-search-cancel-button, input[type=date]::-webkit-search-cancel-button, input[type=datetime-local]::-webkit-search-cancel-button, input[type=month]::-webkit-search-cancel-button, input[type=week]::-webkit-search-cancel-button, input[type=time]::-webkit-search-cancel-button, textarea::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

select::-ms-clear, .nice-select::-ms-clear, input[type=search]::-ms-clear, input[type=tel]::-ms-clear, input[type=text]::-ms-clear, input[type=email]::-ms-clear, input[type=url]::-ms-clear, input[type=password]::-ms-clear, input[type=number]::-ms-clear, input[type=date]::-ms-clear, input[type=datetime-local]::-ms-clear, input[type=month]::-ms-clear, input[type=week]::-ms-clear, input[type=time]::-ms-clear, textarea::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

textarea {
    min-height: 130px;
}

.pxn-select {
    float: unset;
}

:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--pxn-color-common-white) inset;
    box-shadow: 0 0 0px 1000px var(--pxn-color-common-white) inset;
    -webkit-text-fill-color: var(--pxn-color-text-body);
}

/**
 	Common Classes CSS
*/
img {
    max-width: 100%;
}

.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

sub, sup {
    bottom: 0;
    position: static;
    line-height: inherit;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .row {
    --bs-gutter-x: 30px;
}

.container.g-0, .container.gx-0, .container-fluid.g-0, .container-fluid.gx-0, .container-lg.g-0, .container-lg.gx-0, .container-md.g-0, .container-md.gx-0, .container-sm.g-0, .container-sm.gx-0, .container-xl.g-0, .container-xl.gx-0, .container-xxl.g-0, .container-xxl.gx-0, .row.g-0, .row.gx-0 {
    --bs-gutter-x: 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
}

.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.glightbox-clean .gnext.disabled, .glightbox-clean .gprev.disabled {
    display: none;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pxn-split-text .pxn-char {
    display: inline-block;
    visibility: hidden;
    /* characters are revealed via GSAP */
}

.pxn-line {
    overflow: hidden;
    display: block;
}

.pxn-img-reveal {
    visibility: hidden;
    overflow: hidden;
}

.pxn-img-parallax {
    will-change: background-position;
}

/**----------------------------------------
START: Custom Animate Keyframe
----------------------------------------*/
@-webkit-keyframes linehover {
    0% {
        width: 100%;
    }

    50% {
        width: 0;
        inset-inline-end: 0;
    }

    100% {
        width: 100%;
        inset-inline-start: 0;
    }
}

@keyframes linehover {
    0% {
        width: 100%;
    }

    50% {
        width: 0;
        inset-inline-end: 0;
    }

    100% {
        width: 100%;
        inset-inline-start: 0;
    }
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(-100% - 12px));
        transform: translateX(calc(-100% - 12px));
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(-100% - 12px));
        transform: translateX(calc(-100% - 12px));
    }
}

@-webkit-keyframes scroll-rtl {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(100% + 12px));
        transform: translateX(calc(100% + 12px));
    }
}

@keyframes scroll-rtl {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(100% + 12px));
        transform: translateX(calc(100% + 12px));
    }
}

@-webkit-keyframes verticalScroll {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes verticalScroll {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes lineHover {
    0% {
        width: 100%;
    }

    50% {
        width: 0;
        right: 0;
    }

    100% {
        width: 100%;
        left: 0;
    }
}

@keyframes lineHover {
    0% {
        width: 100%;
    }

    50% {
        width: 0;
        right: 0;
    }

    100% {
        width: 100%;
        left: 0;
    }
}

@-webkit-keyframes textrotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes textrotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent;
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent;
    }
}

@-webkit-keyframes bounceY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    75% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    75% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.pxn-bounce-y {
    -webkit-animation: bounceY 4s linear infinite;
    animation: bounceY 4s linear infinite;
}

.pxn-bounce-x {
    -webkit-animation: bounceX 4s linear infinite;
    animation: bounceX 4s linear infinite;
}

/* !END: Custom Animate Keyframe */
/* START: Preloader CSS */
.preloader {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    z-index: 1000;
    background-color: var(--pxn-color-common-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader .loader_content, .preloader .loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}

.preloader .loader_content {
    margin: 40px auto;
}

.preloader .loading {
    border: 1px solid transparent;
    border-color: transparent var(--pxn-color-theme-secondary) transparent var(--pxn-color-theme-secondary);
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.preloader .loader_image {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    max-width: 66px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .loader_image img {
    max-width: 100%;
    height: auto;
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* END: Preloader CSS */
/**----------------------------------------
START: Cursor CSS
----------------------------------------*/
.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.mouse-cursor.cursor-inner, .mouse-cursor.cursor-outer {
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.mouse-cursor.cursor-inner.cursor-visible, .mouse-cursor.cursor-outer.cursor-visible {
    visibility: visible;
}

.mouse-cursor.cursor-inner.cursor-hidden, .mouse-cursor.cursor-outer.cursor-hidden {
    visibility: hidden;
}

.mouse-cursor.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 100;
    background-color: var(--pxn-color-theme-secondary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.mouse-cursor.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: var(--pxn-color-theme-secondary);
    opacity: 0.3;
}

.mouse-cursor.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--pxn-color-theme-secondary);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.mouse-cursor.cursor-outer.cursor-hover {
    opacity: 0;
}

/* !END: Cursor CSS */
/**----------------------------------------
START: Back to top CSS
----------------------------------------*/
.pxn_back-to-top {
    position: fixed;
    inset-inline-end: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background-color: var(--pxn-color-common-white);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pxn_back-to-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--pxn-color-theme-secondary);
    opacity: 0.3;
    border-radius: 50%;
    z-index: -1;
}

.pxn_back-to-top::after {
    position: absolute;
    content: "\e953";
    font-family: var(--pxn-ff-icons);
    font-size: 20px;
    line-height: 1;
    color: var(--pxn-color-theme-secondary);
    inset-inline-start: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.pxn_back-to-top.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pxn_back-to-top.active-progress:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pxn_back-to-top svg {
    position: relative;
    z-index: 2;
}

.pxn_back-to-top svg path {
    fill: none;
}

.pxn_back-to-top svg.progress-circle path {
    stroke: var(--pxn-color-theme-secondary);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_back-to-top {
        inset-inline-end: 40px;
        bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_back-to-top {
        inset-inline-end: 30px;
        bottom: 30px;
    }
}

@media (max-width: 575px) {
    .pxn_back-to-top {
        inset-inline-end: 20px;
        bottom: 20px;
    }
}

/* !END: Back to top CSS */
/**----------------------------------------
START: Button CSS
----------------------------------------*/
.pxn-btn-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    color: var(--pxn-color-theme-secondary);
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 14px;
    line-height: 1.1;
}

.pxn-btn-inline i, .pxn-btn-inline svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    font-size: 110%;
}

.pxn-btn-inline svg {
    max-width: 15px;
    height: auto;
}

.pxn-btn-inline > span {
    position: relative;
}

.pxn-btn-inline > span::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
}

.pxn-btn-inline:hover, .pxn-btn-inline:focus {
    color: var(--pxn-color-theme-secondary);
}

.pxn-btn-inline:hover > span::after, .pxn-btn-inline:focus > span::after {
    -webkit-animation: linehover 0.8s linear;
    animation: linehover 0.8s linear;
}

.pxn-btn-primary {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    line-height: 1.3;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-sbold);
    color: var(--pxn-color-theme-secondary);
    padding: 4px 4px 4px 20px;
    background-color: var(--pxn-color-theme-primary);
    text-align: center;
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
}

.pxn-btn-primary .btn_text {
    overflow: hidden;
}

.pxn-btn-primary .btn_text > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: inherit;
    text-shadow: 0 30px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.pxn-btn-primary .btn_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-size: 20x;
    line-height: 1;
    overflow: hidden;
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 8px;
    color: var(--pxn-color-common-white);
}

.pxn-btn-primary .btn_icon i, .pxn-btn-primary .btn_icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pxn-btn-primary .btn_icon svg {
    max-width: 22px;
    height: auto;
}

.pxn-btn-primary:hover, .pxn-btn-primary:focus {
    color: var(--pxn-color-theme-secondary);
}

.pxn-btn-primary:hover .btn_text > span, .pxn-btn-primary:focus .btn_text > span {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.pxn-btn-primary:hover .btn_icon, .pxn-btn-primary:focus .btn_icon {
    color: var(--pxn-color-common-white);
}

.pxn-btn-primary:hover .btn_icon i, .pxn-btn-primary:hover .btn_icon svg, .pxn-btn-primary:focus .btn_icon i, .pxn-btn-primary:focus .btn_icon svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.pxn-btn-text-inline {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    font-family: var(--pxn-ff-heading);
    font-size: 16px;
    line-height: 1.3;
    font-weight: var(--pxn-fw-sbold);
    color: var(--pxn-color-theme-secondary);
    padding: 0;
    background-color: transparent;
    text-align: center;
    border-radius: 0;
    z-index: 1;
}

.pxn-btn-text-inline .btn_text {
    overflow: hidden;
}

.pxn-btn-text-inline .btn_text > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: inherit;
    text-shadow: 0 30px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.pxn-btn-text-inline .btn_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 22px;
    line-height: 1;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0;
    color: var(--pxn-color-theme-secondary);
}

.pxn-btn-text-inline .btn_icon i, .pxn-btn-text-inline .btn_icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pxn-btn-text-inline .btn_icon svg {
    max-width: 22px;
    height: auto;
}

.pxn-btn-text-inline:hover, .pxn-btn-text-inline:focus {
    color: var(--pxn-color-theme-secondary);
}

.pxn-btn-text-inline:hover .btn_text > span, .pxn-btn-text-inline:focus .btn_text > span {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.pxn-btn-text-inline:hover .btn_icon, .pxn-btn-text-inline:focus .btn_icon {
    color: var(--pxn-color-theme-secondary);
}

.pxn-btn-text-inline:hover .btn_icon i, .pxn-btn-text-inline:hover .btn_icon svg, .pxn-btn-text-inline:focus .btn_icon i, .pxn-btn-text-inline:focus .btn_icon svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.pxn_circle_btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 165px;
    height: 165px;
    background-color: var(--pxn-color-common-white);
    border-radius: 50%;
    -webkit-transition: none;
    transition: none;
}

.pxn_circle_btn .circle_text {
    position: absolute;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    inset-inline-start: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: textrotate 20s infinite linear;
    animation: textrotate 20s infinite linear;
}

.pxn_circle_btn .icon {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 35px;
    line-height: 1;
    color: var(--pxn-color-theme-primary);
    z-index: 2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pxn_circle_btn .icon i, .pxn_circle_btn .icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_circle_btn .icon svg {
    max-width: 35px;
    height: auto;
}

.pxn_circle_btn:hover .icon, .pxn_circle_btn:focus .icon {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_circle_btn {
        width: 145px;
        height: 145px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_circle_btn {
        width: 120px;
        height: 120px;
    }

    .pxn_circle_btn .circle_text {
        width: calc(100% - 15px);
        height: calc(100% - 15px);
    }

    .pxn_circle_btn .icon {
        width: 55px;
        height: 55px;
        font-size: 30px;
    }
}

/* !END: Button CSS */
/**----------------------------------------
START: Topbar Info
----------------------------------------*/
.pxn_header_top {
    background-color: var(--pxn-color-theme-primary);
    padding: 10px 0;
}

.pxn_header_top_wrap {
    max-width: 1800px;
    width: 100%;
    margin: auto;
}

.pxn_header_top_left .pxn_topbar_info:not(:last-child), .pxn_header_top_right .pxn_topbar_info:not(:last-child) {
    -webkit-padding-end: 31px;
    padding-inline-end: 31px; -webkit-margin-end: 30px;
    margin-inline-end: 30px; }

.pxn_header_top_left .pxn_topbar_info:not(:last-child)::after, .pxn_header_top_right .pxn_topbar_info:not(:last-child)::after {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    width: 1px;
    height: 100%;
    background-color: var(--pxn-color-border-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn_header_top_left .pxn_topbar_info:not(:last-child), .pxn_header_top_right .pxn_topbar_info:not(:last-child) {
        -webkit-padding-end: 16px;
        padding-inline-end: 16px; -webkit-margin-end: 15px;
        margin-inline-end: 15px; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_header_top_left, .pxn_header_top_right {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .pxn_header_top_left .pxn_topbar_info:not(:last-child), .pxn_header_top_right .pxn_topbar_info:not(:last-child) {
        -webkit-padding-end: 0;
        padding-inline-end: 0; -webkit-margin-end: 0;
        margin-inline-end: 0; }

    .pxn_header_top_left .pxn_topbar_info:not(:last-child)::after, .pxn_header_top_right .pxn_topbar_info:not(:last-child)::after {
        display: none;
    }
}

.pxn_topbar_info {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--pxn-color-heading-primary);
}

.pxn_topbar_info i, .pxn_topbar_info svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    font-size: 20px;
    margin-top: -1px;
}

.pxn_topbar_info svg {
    max-width: 20px;
    height: auto;
}

.pxn_topbar_info .info_text {
    position: relative;
    margin: 0;
    font-weight: var(--pxn-fw-medium);
    font-size: 14px;
    line-height: 1.5;
    color: var(--pxn-color-heading-primary);
}

.pxn_topbar_info a:not(.pxn-btn-inline) {
    line-height: 1.2;
}

.pxn_topbar_info a:not(.pxn-btn-inline)::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-start: auto;
    inset-inline-end: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_topbar_info a:not(.pxn-btn-inline):hover::after {
    width: 100%;
    inset-inline-start: 0;
    inset-inline-end: auto;
}

.pxn_topbar_info .pxn-select {
    float: unset;
    width: auto;
    border: none;
    padding: 0 10px 0 0;
    min-height: auto;
}

.pxn_topbar_info .pxn-select::after {
    right: 0;
    border-color: var(--pxn-color-theme-secondary);
}

.pxn_topbar_info .pxn-select .list {
    inset-inline-start: auto;
    inset-inline-end: 0;
}

/* !END: Topbar Info */
/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.pxn-header {
    position: relative;
    background-color: var(--pxn-color-theme-secondary);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 97;
}

.pxn-header.header-duplicate {
    position: fixed;
    background-color: var(--pxn-color-theme-secondary);
    -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.05);
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}

.pxn-header.header-absolute {
    position: absolute;
    background-color: rgba(6, 61, 47, 0.5);
    backdrop-filter: blur(2px);
    z-index: 98;
}

.pxn-header.sticky {
    position: fixed;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 99;
    opacity: 1;
}

.pxn_header_main {
    padding: 20px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_header_main {
        padding: 15px 0;
    }
}

.pxn_header_main_wrap {
    max-width: 1800px;
    width: 100%;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
}

.pxn_site_logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 150px;
    width: 100%;
}

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

.pxn_main_navigation ul:not(.sub-menu) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 10px;
}

.pxn_main_navigation ul > li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pxn_main_navigation ul > li > a {
    text-decoration: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.5;
    color: var(--pxn-color-common-white);
    padding: 10px 0;
}

.pxn_main_navigation ul > li.menu-item-has-children > a, .pxn_main_navigation ul > li.has-dropdown > a {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px; }

.pxn_main_navigation ul > li.menu-item-has-children > a:after, .pxn_main_navigation ul > li.has-dropdown > a:after {
    content: "\e90f";
    font-family: var(--pxn-ff-icons);
    color: inherit;
    position: absolute;
    font-size: 10px;
    line-height: 1;
    top: 18px;
    inset-inline-end: 1px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_main_navigation ul > li.menu-item-has-children:hover > a::after, .pxn_main_navigation ul > li.has-dropdown:hover > a::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.pxn_main_navigation ul > li.current-menu-ancestor > a, .pxn_main_navigation ul > li.current-menu-item > a, .pxn_main_navigation ul > li:hover > a {
    color: var(--pxn-color-theme-primary);
}

.pxn_main_navigation ul > li > ul.sub-menu {
    margin: 33px 0 0;
    pointer-events: none;
}

.pxn_main_navigation ul > li > ul.sub-menu::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -33px;
    height: 33px;
}

.pxn_main_navigation ul > li .sub-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    width: 220px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    text-align: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.05);
}

.pxn_main_navigation ul > li .sub-menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}

.pxn_main_navigation ul > li .sub-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 27px 10px 20px;
    color: var(--pxn-color-common-white);
}

.pxn_main_navigation ul > li .sub-menu > li.menu-item-has-children > a::after, .pxn_main_navigation ul > li .sub-menu > li.has-dropdown > a::after {
    top: 17px;
    inset-inline-end: 15px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pxn_main_navigation ul > li .sub-menu > li.current-menu-ancestor > a, .pxn_main_navigation ul > li .sub-menu > li.current-menu-item > a, .pxn_main_navigation ul > li .sub-menu > li:hover > a {
    color: var(--pxn-color-theme-primary);
}

.pxn_main_navigation ul > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    pointer-events: inherit;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+9) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+10) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+11) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+12) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+13) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+14) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+15) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+16) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+16) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+17) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+18) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    right: initial;
    margin: 0 0 0 8px;
}

.pxn_main_navigation ul > li:hover > ul.sub-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    left: initial;
    right: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    height: auto;
}

.pxn_header_right {
    gap: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_header_right {
        margin-left: auto;
    }
}

.pxn_header_search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    padding: 0;
    border: none;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.5;
    color: var(--pxn-color-common-white);
}

.pxn_header_search i, .pxn_header_search svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    font-size: 128%;
}

.pxn_header_search svg {
    max-width: 16px;
    height: auto;
}

.pxn_header_search:hover {
    color: var(--pxn-color-theme-primary);
}

.pxn_header_btn {
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--pxn-color-common-white);
    gap: 15px;
    font-size: 16px;
}

.pxn_header_btn .btn_icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
}

.pxn_header_btn:hover {
    color: var(--pxn-color-common-white);
}

.pxn_header_contact {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.pxn_header_contact .contact_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: var(--pxn-color-theme-primary);
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
    color: var(--pxn-color-theme-secondary);
}

.pxn_header_contact .contact_icon i, .pxn_header_contact .contact_icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pxn_header_contact .contact_icon svg {
    max-width: 16px;
    height: auto;
}

.pxn_header_contact a.contact_icon:hover i, .pxn_header_contact a.contact_icon:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pxn_header_contact .contact_no {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    color: var(--pxn-color-common-white);
}

.pxn_header_contact a.contact_no::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-start: auto;
    inset-inline-end: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_header_contact a.contact_no:hover::after {
    width: 100%;
    inset-inline-start: 0;
    inset-inline-end: auto;
}

.pxn_offcanvas_toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    color: var(--pxn-color-common-white);
}

.pxn_offcanvas_toggle .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 35px;
    line-height: 1;
}

.pxn_offcanvas_toggle .icon i, .pxn_offcanvas_toggle .icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_offcanvas_toggle .icon svg {
    max-width: 35px;
    height: auto;
}

.pxn-header-2.header-absolute {
    background-color: transparent;
    backdrop-filter: blur(0);
}

.pxn-header-2.header-absolute .pxn_header_main {
    padding: 10px 0;
}

.pxn-header-2.header-absolute .pxn_header_main_wrap {
    padding: 20px 30px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(31, 80, 68, 0)), to(#063d2f));
    background-image: linear-gradient(-90deg, rgba(31, 80, 68, 0) 0%, #063d2f 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-header-2.header-absolute .pxn_header_main_wrap {
        padding: 20px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-header-2.header-absolute .pxn_header_main_wrap {
        padding: 15px 15px;
    }
}

.pxn-header-2 .pxn_header_main_inner {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    row-gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-padding-start: 125px;
    padding-inline-start: 125px; }

.pxn-header-2 .pxn_header_right {
    gap: 0;
    margin-left: auto;
}

.pxn-header-2 .pxn_header_right .pxn_header_contact:not(:last-child) {
    -webkit-padding-end: 26px;
    padding-inline-end: 26px; -webkit-margin-end: 25px;
    margin-inline-end: 25px; }

.pxn-header-2 .pxn_header_right .pxn_header_contact:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    inset-inline-end: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background-color: var(--pxn-color-border-2);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn-header-2 .pxn_header_main_inner {
        -webkit-padding-start: 60px;
        padding-inline-start: 60px; -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-header-2 .pxn_header_main_inner {
        -webkit-padding-start: 40px;
        padding-inline-start: 40px; -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-header-2 .pxn_header_main_inner {
        -webkit-padding-start: 30px;
        padding-inline-start: 30px; -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

.pxn-header-3 {
    background-color: var(--pxn-color-common-white);
}

.pxn-header-3.header-absolute {
    background-color: var(--pxn-color-common-white);
}

.pxn-header-3.header-duplicate {
    background-color: var(--pxn-color-theme-secondary);
}

.pxn-header-3.header-duplicate .pxn_header_main_inner {
    border: 1px solid var(--pxn-color-border-2);
    padding: 10px 50px;
}

.pxn-header-3.header-duplicate .pxn_main_navigation ul > li > a {
    color: var(--pxn-color-common-white);
}

.pxn-header-3.header-duplicate .pxn_main_navigation ul > li.current-menu-ancestor > a, .pxn-header-3.header-duplicate .pxn_main_navigation ul > li.current-menu-item > a, .pxn-header-3.header-duplicate .pxn_main_navigation ul > li:hover > a {
    color: var(--pxn-color-theme-primary);
}

.pxn-header-3.header-duplicate .pxn_socials_2 li > .social {
    color: var(--pxn-color-common-white);
}

.pxn-header-3.header-duplicate .pxn_socials_2 li > a:hover {
    color: var(--pxn-color-theme-primary);
}

.pxn-header-3.header-duplicate .pxn_header_search {
    color: var(--pxn-color-common-white);
}

.pxn-header-3.header-duplicate .pxn_header_search:hover {
    color: var(--pxn-color-theme-primary);
}

.pxn-header-3.header-duplicate .pxn_offcanvas_toggle {
    color: var(--pxn-color-common-white);
}

.pxn-header-3.header-duplicate .pxn_offcanvas_toggle:hover {
    color: var(--pxn-color-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-header-3.header-duplicate .pxn_header_main_inner {
        padding: 10px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-header-3.header-duplicate .pxn_header_main_inner {
        padding: 10px 20px;
    }
}

.pxn-header-3 .pxn_header_top {
    background-color: var(--pxn-color-theme-secondary);
}

.pxn-header-3 .pxn_header_top .pxn_topbar_info {
    color: var(--pxn-color-common-white);
    text-align: center;
}

.pxn-header-3 .pxn_header_top .info_text, .pxn-header-3 .pxn_header_top .pxn-btn-inline {
    color: var(--pxn-color-common-white);
}

.pxn-header-3 .pxn_header_main {
    padding: 10px 0;
}

.pxn-header-3 .pxn_header_main_inner {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    row-gap: 10px;
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 500px;
    padding: 17px 50px;
}

.pxn-header-3 .pxn_main_navigation ul > li > a {
    color: var(--pxn-color-theme-secondary);
}

.pxn-header-3 .pxn_socials_2 li > .social {
    color: var(--pxn-color-theme-secondary);
}

.pxn-header-3 .pxn_header_search {
    color: var(--pxn-color-theme-secondary);
}

.pxn-header-3 .pxn_header_btn {
    background-color: var(--pxn-color-theme-primary);
    color: var(--pxn-color-theme-secondary);
}

.pxn-header-3 .pxn_header_btn .btn_icon {
    background-color: var(--pxn-color-theme-secondary);
    color: var(--pxn-color-common-white);
}

.pxn-header-3 .pxn_offcanvas_toggle {
    color: var(--pxn-color-theme-secondary);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn-header-3 .pxn_header_main_inner {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-header-3 .pxn_header_main_inner {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        padding: 10px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-header-3 .pxn_header_main_inner {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        padding: 10px 20px;
    }
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.pxn-footer {
    position: relative;
    /* background-color: var(--pxn-color-theme-secondary); */
    background-color: #3f7a40;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    padding-bottom: 50px;
}

.pxn-footer .footer_top {
    padding-top: 30px;
}

.pxn-footer .footer_widgets {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 40px;
}

.pxn-footer .footer_widgets_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px;
}

.pxn-footer .footer_widgets_wrap .footer_info_widget {
    max-width: 424px;
    width: 100%;
    margin-bottom: 40px;
}

.pxn-footer .footer_widgets_wrap .footer_contact_info {
    max-width: 410px;
    width: 100%;
}

.pxn-footer .footer_widgets_wrap .footer_widgets_inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 20px;
    row-gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.4);
    border-width: 1px 1px 0 1px;
    border-radius: 10px 10px 0 0;
    padding: 40px 0 40px 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-footer .footer_widgets_wrap .footer_info_widget {
        max-width: 375px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-footer .footer_widgets_wrap .footer_widgets_inner {
        padding: 40px 25px 60px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-footer .footer_widgets_wrap .footer_widgets_inner {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 40px 25px 60px 40px;
    }

    .pxn-footer .footer_widgets_wrap .footer_info_widget {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-footer .footer_widgets_wrap .footer_info_widget {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .pxn-footer .footer_widgets_wrap .footer_widgets_inner {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 40px 25px 60px 40px;
    }
}

@media (max-width: 575px) {
    .pxn-footer .footer_widgets_wrap .footer_widgets_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 15px 60px 30px;
    }
}

.pxn-footer .footer_bottom {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.05);
}

.pxn-footer-2 .footer_widgets {
    padding-top: 100px;
    padding-bottom: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.pxn-footer-2 .footer_widgets_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 70px;
}

.pxn-footer-2 .footer_widgets_wrap .footer_info_widget {
    max-width: 340px;
}

.pxn-footer-2 .footer_widgets_wrap .footer_widgets_inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-footer-2 .footer_widgets_wrap {
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-footer-2 .footer_widgets_wrap {
        gap: 30px;
    }

    .pxn-footer-2 .footer_widgets_wrap .footer_widgets_inner {
        padding: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-footer-2 .footer_widgets {
        padding-top: 80px;
    }

    .pxn-footer-2 .footer_widgets_wrap {
        gap: 30px;
    }

    .pxn-footer-2 .footer_widgets_wrap .footer_info_widget {
        max-width: 100%;
    }

    .pxn-footer-2 .footer_widgets_wrap .footer_widgets_inner {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-footer-2 .footer_widgets {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .pxn-footer-2 .footer_widgets_wrap {
        gap: 30px;
    }

    .pxn-footer-2 .footer_widgets_wrap .footer_info_widget {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .pxn-footer-2 .footer_widgets_wrap .footer_widgets_inner {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .pxn-footer-2 .footer_widgets_wrap .footer_widgets_inner {
        padding: 30px;
    }
}

.pxn-footer-2 .pxn_footer_widget.footer_info_widget {
    border: none;
    padding: 0;
    background-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-footer-2 .pxn_footer_widget.footer_gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .pxn-footer-2 .pxn_footer_widget.footer_gallery .footer_title {
        margin-bottom: 30px;
    }
}

.pxn-footer-3 {
    padding-bottom: 50px;
}

.pxn-footer-3 .footer_top {
    padding-top: 50px;
}

.pxn-footer-3 .pxn_gallery {
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pxn-footer-3 .footer_widgets {
    padding-top: 60px;
    border: none;
}

.pxn-footer-3 .footer_widgets_wrap .footer_widgets_inner {
    border-color: var(--pxn-color-border-2);
}

.pxn-footer-3 .footer_bottom {
    padding: 0;
    background-color: transparent;
}

.pxn-footer-3 .footer_bottom_inner {
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--pxn-color-border-2);
    border-radius: 10px;
    padding: 30px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-footer-3 {
        padding-bottom: 30px;
    }
}

.pxn_footer_widget .wp-block-heading, .pxn_footer_widget .wp-block-search__label, .pxn_footer_widget .wp-block-categories__label, .pxn_footer_widget .wp-block-archives__label, .pxn_footer_widget .footer_title {
    color: var(--pxn-color-common-white);
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .pxn_footer_widget .wp-block-heading, .pxn_footer_widget .wp-block-search__label, .pxn_footer_widget .wp-block-categories__label, .pxn_footer_widget .wp-block-archives__label, .pxn_footer_widget .footer_title {
        font-size: 22px;
    }
}

.pxn_footer_widget.footer_info_widget {
    border: 1px solid var(--pxn-color-border-2);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 35px 30px 45px 30px;
    border-radius: 10px;
}

.pxn_footer_widget.footer_info_widget .footer_logo {
    margin-bottom: 30px;
}

.pxn_footer_widget.footer_info_widget .footer_logo .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 150px;
    width: 100%;
}

.pxn_footer_widget.footer_info_widget .footer_desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
    letter-spacing: 1px;
}

.pxn_footer_widget.footer_info_widget .footer_desc p:last-child {
    margin: 0;
}

.pxn_footer_widget.footer_info_widget .pxn_footer_subscription {
    margin-top: 10px;
}

.pxn_footer_widget.footer_info_widget .footer_socials {
    margin-top: 40px;
}

.pxn_footer_widget.widget-nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pxn_footer_widget.widget-nav-menu ul > li {
    position: relative;
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    line-height: 1.3;
    color: var(--pxn-color-common-white);
    padding-left: 23px;
    letter-spacing: 1px;
}

.pxn_footer_widget.widget-nav-menu ul > li:before {
    content: "\e92f";
    font-family: var(--pxn-ff-icons);
    position: absolute;
    inset-inline-start: 0;
    top: 0;
}

.pxn_footer_widget.widget-nav-menu ul > li:not(:first-child) {
    margin-top: 17px;
}

.pxn_footer_widget.widget-nav-menu ul > li > ul {
    margin-top: 17px;
}

.pxn_footer_widget.widget-nav-menu ul > li > a {
    color: inherit;
}

.pxn_footer_widget.widget-nav-menu ul > li > a:hover {
    color: var(--pxn-color-theme-secondary);
}

.pxn_footer_widget.footer_contact_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pxn_footer_widget.footer_contact_info ul > li:not(:last-child) {
    margin-bottom: 20px;
}

.pxn_footer_widget.footer_contact_info ul > li .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: var(--pxn-fw-medium);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-grey-1);
    margin-bottom: 5px;
}

.pxn_footer_widget.footer_contact_info ul > li .text {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    line-height: 1.6;
    color: var(--pxn-color-common-white);
}

.pxn_footer_widget.footer_contact_info ul > li .text p:last-child {
    margin: 0;
}

.pxn_footer_widget.footer_contact_info ul > li a.text {
    color: inherit;
}

.pxn_footer_widget.footer_contact_info ul > li a.text:hover {
    color: var(--pxn-color-theme-primary);
}

.pxn_footer_widget.footer_gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.pxn_footer_widget.footer_gallery .footer_title {
    margin-bottom: 0;
}

.pxn_footer_widget.footer_gallery .gallery_wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.pxn_footer_widget.footer_gallery .gallery_wrap > .gallery_item {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 10px;
    overflow: hidden;
}

.pxn_footer_widget.footer_gallery .gallery_wrap > .gallery_item > img {
    width: 100%;
    aspect-ratio: 140/90;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_footer_widget.footer_gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .pxn_footer_widget.footer_gallery .footer_title {
        margin-bottom: 30px;
    }

    .pxn_footer_widget.footer_gallery .gallery_wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.pxn_footer_widget .wp-block-tag-cloud a, .pxn_footer_widget .tagcloud a {
    font-size: 16px !important;
}

.pxn_footer_marquee .pxn_marquee_scroll {
    gap: 50px;
}

.pxn_footer_marquee .footer_marquee_text {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 200px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.08);
}

.pxn_footer_marquee .footer_marquee_text a {
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
}

.pxn_footer_marquee .footer_marquee_text a:hover {
    color: var(--pxn-color-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn_footer_marquee .footer_marquee_text {
        font-size: 145px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_footer_marquee .footer_marquee_text {
        font-size: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_footer_marquee .footer_marquee_text {
        font-size: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_footer_marquee .footer_marquee_text {
        font-size: 80px;
    }
}

.pxn_footer_subscription {
    position: relative;
}

.pxn_footer_subscription input[type=email] {
    border-width: 0 0 1px 0;
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    padding: 14px 0;
    font-weight: var(--pxn-fw-medium);
    font-size: 16px;
    color: var(--pxn-color-common-white);
}

.pxn_footer_subscription input[type=email]::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.3;
}

.pxn_footer_subscription input[type=email]::-moz-placeholder {
    color: currentColor;
    opacity: 0.3;
}

.pxn_footer_subscription input[type=email]:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.3;
}

.pxn_footer_subscription input[type=email]::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.3;
}

.pxn_footer_subscription input[type=email]::placeholder {
    color: currentColor;
    opacity: 0.3;
}

.pxn_footer_subscription button[type=submit], .pxn_footer_subscription input[type=submit] {
    position: absolute;
    inset-inline-end: 0;
    top: 17px;
    background-color: transparent;
    padding: 0;
    border: none;
    color: var(--pxn-color-theme-primary);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 25px;
    line-height: 1;
}

.pxn_footer_subscription button[type=submit] i, .pxn_footer_subscription button[type=submit] svg, .pxn_footer_subscription input[type=submit] i, .pxn_footer_subscription input[type=submit] svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_footer_subscription button[type=submit]:hover, .pxn_footer_subscription input[type=submit]:hover {
    color: var(--pxn-color-common-white);
}

.pxn_copyright_text {
    display: inline-block;
    font-weight: var(--pxn-fw-medium);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-common-white);
}

.pxn_copyright_text p:last-child {
    margin: 0;
}

.pxn_copyright_text a {
    font-weight: var(--pxn-fw-sbold);
}

.pxn_copyright_text a:hover {
    color: var(--pxn-color-theme-primary);
}

.pxn_footer_bottom_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.pxn_footer_bottom_menu > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1.3;
}

.pxn_footer_bottom_menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-weight: var(--pxn-fw-medium);
    font-size: 16px;
    line-height: inherit;
    color: var(--pxn-color-common-white);
}

.pxn_footer_bottom_menu > li > a:hover {
    color: var(--pxn-color-theme-primary);
}

.pxn_footer_bottom_menu > li:not(:last-child) > a::after {
    content: "/";
    color: var(--pxn-color-common-white);
}

.pxn_gallery {
    width: 100%;
}

.pxn_gallery .gallery_wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.pxn_gallery .gallery_wrap > .gallery_item {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 10px;
    overflow: hidden;
}

.pxn_gallery .gallery_wrap > .gallery_item > img {
    width: 100%;
    aspect-ratio: 350/230;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_gallery .gallery_wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_gallery .gallery_wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* !END: Theme Footer CSS */
/* START: Search CSS */
.pxn_search_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 0 0 10px 10px;
    z-index: 100;
    padding-top: 120px;
    padding-bottom: 130px;
    opacity: 0;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 9999;
}

.pxn_search_popup.search-opened {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.pxn_search_popup_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
    -webkit-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    z-index: 99;
}

.pxn_search_popup_overlay.opened {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.pxn_search_popup .search_close {
    position: absolute;
    top: 36px;
    right: 36px;
}

.pxn_search_popup .search_close .search_close_btn {
    font-size: 24px;
    line-height: 1;
    color: var(--pxn-color-common-white);
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.pxn_search_popup .search_close .search_close_btn svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
}

.pxn_search_popup .search_close .search_close_btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: var(--pxn-color-theme-primary);
}

.pxn_search_popup .search_form {
    max-width: 720px;
    margin: 0 auto;
}

.pxn_search_popup .search_form .search_title {
    font-size: 24px;
    font-weight: var(--pxn-fw-medium);
    line-height: 1.2;
    text-align: center;
    color: var(--pxn-color-common-white);
    margin-bottom: 30px;
}

.pxn_search_popup .search_form .search_box {
    position: relative;
    z-index: 1;
}

.pxn_search_popup .search_form .search_box input[type=search] {
    width: 100%;
    font-family: var(--pxn-ff-body);
    color: var(--pxn-color-common-white);
    border: 1px solid var(--pxn-color-border-2);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px 75px 20px 24px;
    border-radius: 10px;
}

.pxn_search_popup .search_form .search_box input[type=search]::-webkit-input-placeholder {
    color: var(--pxn-color-common-white);
    opacity: 0.5;
}

.pxn_search_popup .search_form .search_box input[type=search]::-moz-placeholder {
    color: var(--pxn-color-common-white);
    opacity: 0.5;
}

.pxn_search_popup .search_form .search_box input[type=search]:-ms-input-placeholder {
    color: var(--pxn-color-common-white);
    opacity: 0.5;
}

.pxn_search_popup .search_form .search_box input[type=search]::-ms-input-placeholder {
    color: var(--pxn-color-common-white);
    opacity: 0.5;
}

.pxn_search_popup .search_form .search_box input[type=search]::placeholder {
    color: var(--pxn-color-common-white);
    opacity: 0.5;
}

.pxn_search_popup .search_form .search_box input[type=search]:focus {
    border-color: var(--pxn-color-theme-primary);
}

.pxn_search_popup .search_form .search_box input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    /* Removes the default styling */
    appearance: none;
}

.pxn_search_popup .search_form .search_box [type=submit], .pxn_search_popup .search_form .search_box input[type=submit] {
    background-color: transparent;
    border: none;
    color: var(--pxn-color-common-white);
    font-size: 24px;
    line-height: 1;
    max-width: 62px;
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pxn_search_popup .search_form .search_box [type=submit]::before, .pxn_search_popup .search_form .search_box input[type=submit]::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 20px;
    height: 28px;
    -webkit-border-start: 1px solid var(--pxn-color-border-2);
    border-inline-start: 1px solid var(--pxn-color-border-2); }

.pxn_search_popup .search_form .search_box [type=submit] i, .pxn_search_popup .search_form .search_box [type=submit] svg, .pxn_search_popup .search_form .search_box input[type=submit] i, .pxn_search_popup .search_form .search_box input[type=submit] svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_search_popup .search_form .search_box [type=submit] svg, .pxn_search_popup .search_form .search_box input[type=submit] svg {
    max-width: 24px;
    height: auto;
}

/* !END: Search CSS */
/**----------------------------------------
START: Offcanvas CSS
----------------------------------------*/
.pxn_offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    width: 507px;
    height: 100%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 999;
    scrollbar-width: none;
    overflow-y: scroll;
    -webkit-transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
    transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
}

.pxn_offcanvas.opened {
    -webkit-transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
    transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.pxn_offcanvas_overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 998;
    left: 0;
    backdrop-filter: blur(10px);
    -webkit-transition: all 0.5s ease-in 0.7s;
    transition: all 0.5s ease-in 0.7s;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
}

.pxn_offcanvas_overlay.opened {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.pxn_offcanvas .offcanvas_bg {
    background-color: var(--pxn-color-theme-bg-light);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pxn_offcanvas .offcanvas_wrapper {
    padding: 45px 50px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
}

.pxn_offcanvas .offcanvas_top {
    border-bottom: 1px solid var(--pxn-color-border-1);
    padding-bottom: 31px;
}

.pxn_offcanvas .offcanvas_logo .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 120px;
    width: 100%;
}

.pxn_offcanvas .offcanvas_close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    color: var(--pxn-color-heading-primary);
}

.pxn_offcanvas .offcanvas_close .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 25px;
    line-height: 1;
}

.pxn_offcanvas .offcanvas_close .icon i, .pxn_offcanvas .offcanvas_close .icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_offcanvas .offcanvas_close .icon svg {
    max-width: 25px;
    height: auto;
}

.pxn_offcanvas .offcanvas_desc {
    margin-top: 40px;
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: var(--pxn-color-text-body);
}

.pxn_offcanvas .offcanvas_search {
    margin-top: 40px;
}

.pxn_offcanvas .offcanvas_search .search_title {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-sbold);
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    color: var(--pxn-color-heading-primary);
    margin-bottom: 14px;
}

.pxn_offcanvas .offcanvas_search form {
    position: relative;
    z-index: 1;
}

.pxn_offcanvas .offcanvas_search form input[type=search] {
    -webkit-padding-end: 37px;
    padding-inline-end: 37px; }

.pxn_offcanvas .offcanvas_search form input[type=submit], .pxn_offcanvas .offcanvas_search form button[type=submit] {
    position: absolute;
    inset-inline-end: 15px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 25px;
    line-height: 1;
    top: 16px;
}

.pxn_offcanvas .offcanvas_contact {
    margin-top: 46px;
}

.pxn_offcanvas .offcanvas_socials {
    margin-top: 46px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_offcanvas {
        max-width: 450px;
    }

    .pxn_offcanvas .offcanvas_wrapper {
        padding: 45px 50px;
    }
}

@media (max-width: 575px) {
    .pxn_offcanvas {
        max-width: 350px;
    }

    .pxn_offcanvas .offcanvas_wrapper {
        padding: 30px 15px 60px 15px;
    }

    .pxn_offcanvas .offcanvas_menu {
        margin-top: 36px;
    }
}

.pxn_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.pxn_contact .contact_title {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-sbold);
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    color: var(--pxn-color-heading-primary);
    margin-bottom: 14px;
}

.pxn_contact .contact_info {
    font-size: 18px;
    color: var(--pxn-color-text-body);
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.pxn_contact a.contact_info::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: currentColor;
    position: absolute;
    right: 0;
    bottom: 4px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.pxn_contact a.contact_info:hover, .pxn_contact a.contact_info:focus {
    color: var(--pxn-color-theme-secondary);
}

.pxn_contact a.contact_info:hover::before, .pxn_contact a.contact_info:focus::before {
    -webkit-animation: lineHover 0.5s linear;
    animation: lineHover 0.5s linear;
}

.pxn_offcanvas_menu {
    position: relative;
    overflow: hidden;
    margin-top: 46px;
    margin-bottom: 100px;
}

.pxn_offcanvas_menu.mean-container .mean-bar {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0;
}

.pxn_offcanvas_menu.mean-container .mean-bar a.meanmenu-reveal {
    display: none;
}

.pxn_offcanvas_menu.mean-container .mean-bar * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pxn_offcanvas_menu .mean-nav {
    background: transparent;
    margin-top: 0;
    overflow: hidden;
}

.pxn_offcanvas_menu .mean-nav > ul {
    display: block !important;
}

.pxn_offcanvas_menu .mean-nav > ul > li:first-child > a {
    border-top: none;
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li {
    position: relative;
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li:not(:last-child) {
    margin-bottom: 17px;
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li > a:not(.mean-expand) {
    color: var(--pxn-color-heading-primary);
    width: 100%;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-sbold);
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0;
    border: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li > a:not(.mean-expand):hover, .pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li > a:not(.mean-expand):focus {
    color: inherit;
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li.dropdown-opened > a {
    color: var(--pxn-color-heading-primary);
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li a.mean-expand {
    padding: 0;
    width: 100%;
    height: 29px;
    text-align: right;
    line-height: 29px;
    margin-top: 0;
    font-size: inherit !important;
    color: var(--pxn-color-heading-primary);
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li a.mean-expand:hover, .pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li a.mean-expand:focus {
    color: var(--pxn-color-heading-primary);
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li a.mean-expand i {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 3px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li a.mean-expand.mean-clicked {
    color: var(--pxn-color-heading-primary);
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li a.mean-expand.mean-clicked i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li {
    padding-left: 15px;
    position: relative;
    margin-top: 5px;
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li > a:not(.mean-expand) {
    width: 100%;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-sbold);
    font-size: 18px;
    line-height: 1.6;
    opacity: 1;
    letter-spacing: 0;
    padding: 0;
    text-transform: inherit;
    color: var(--pxn-color-heading-primary);
    border: none;
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li a.mean-expand {
    width: calc(100% - 15px);
    padding: 0;
    height: 28px;
    line-height: 28px;
    margin: 0;
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li a.mean-expand:hover, .pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li a.mean-expand:focus {
    color: inherit;
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li a.mean-expand i {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 4px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li a.mean-expand.mean-clicked {
    color: var(--pxn-color-heading-primary);
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li a.mean-expand.mean-clicked i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pxn_offcanvas_menu .mean-nav ul:not(.sub-menu) > li ul.sub-menu > li.dropdown-opened > a {
    color: var(--pxn-color-heading-primary);
}

/* !END: Offcanvas CSS */
/**----------------------------------------
START: Section Heading CSS
----------------------------------------*/
.sec_sub {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background-color: var(--pxn-color-theme-primary);
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    color: var(--pxn-color-theme-secondary);
    padding: 9px 20px;
}

.sec_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec_title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sec_title {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .sec_title {
        font-size: 32px;
    }
}

.sec_desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: var(--pxn-color-text-body);
    letter-spacing: 0.5px;
    line-height: 1.7;
}

.sec_desc p:last-child {
    margin: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sec_desc {
        font-size: 16px;
    }
}

.section_heading .sec_sub {
    margin-bottom: 15px;
}

.section_heading .sec_desc {
    margin-top: 20px;
}

/* !END: Section Heading CSS */
/**----------------------------------------
START: Slider Nav & Dot CSS
----------------------------------------*/
.pxn_slider-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    bottom: 0;
    gap: 5px;
}

.pxn_slider-pagination .swiper-pagination-bullet {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    opacity: 1;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    margin: 0 !important;
    z-index: 1;
}

.pxn_slider-pagination .swiper-pagination-bullet::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(6, 61, 47, 0.2);
}

.pxn_slider-pagination .swiper-pagination-bullet-active {
    background-color: var(--pxn-color-theme-primary);
}

.pxn_slider-pagination .swiper-pagination-bullet-active::after {
    width: 11px;
    height: 11px;
    background-color: var(--pxn-color-theme-secondary);
}

.pxn_slider-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background-color: transparent;
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pxn_slider-nav span {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
}

.pxn_slider-nav span i, .pxn_slider-nav span svg {
    position: relative;
    top: 0;
    color: var(--pxn-color-theme-secondary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pxn_slider-nav span i:last-child, .pxn_slider-nav span svg:last-child {
    position: absolute;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    color: var(--pxn-color-common-white);
}

.pxn_slider-nav:hover {
    background-color: var(--pxn-color-theme-secondary);
    border-color: var(--pxn-color-theme-secondary);
}

.pxn_slider-nav:hover span i:first-child, .pxn_slider-nav:hover span svg:first-child {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.pxn_slider-nav:hover span i:last-child, .pxn_slider-nav:hover span svg:last-child {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.pxn_slider-nav.pxn_slider-next span i:last-child, .pxn_slider-nav.pxn_slider-next span svg:last-child {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.pxn_slider-nav.pxn_slider-next:hover span i:first-child, .pxn_slider-nav.pxn_slider-next:hover span svg:first-child {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.pxn_slider-nav.pxn_slider-next:hover span i:last-child, .pxn_slider-nav.pxn_slider-next:hover span svg:last-child {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 575px) {
    .pxn_slider-nav {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/* !END: Slider Nav & Dot CSS */
/**----------------------------------------
START: Icon Box CSS
----------------------------------------*/
.pxn_icon_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.pxn_icon_box .icon {
    width: 78px;
    height: 78px;
    border: 1px solid var(--pxn-color-border-1);
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 45px;
    color: var(--pxn-color-theme-secondary);
    line-height: 1;
}

.pxn_icon_box .icon i, .pxn_icon_box .icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_icon_box .icon svg {
    max-width: 45px;
    height: auto;
}

.pxn_icon_box .title {
    width: calc(100% - 98px);
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.2;
    color: var(--pxn-color-heading-primary);
}

@media (max-width: 575px) {
    .pxn_icon_box .title {
        font-size: 22px;
    }
}

.pxn_icon_box_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}

.pxn_icon_box_2 .box_icon {
    font-size: 26px;
    color: var(--pxn-color-theme-primary);
}

.pxn_icon_box_2 .box_icon i, .pxn_icon_box_2 .box_icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_icon_box_2 .box_icon svg {
    max-width: 26px;
    height: auto;
}

.pxn_icon_box_2 .box_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pxn_icon_box_2 .box_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
}

.pxn_icon_box_2 .box_desc {
    color: var(--pxn-color-text-body);
    margin-top: 5px;
}

.pxn_icon_box_2 .box_desc p:last-child {
    margin: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_icon_box_2 .box_title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .pxn_icon_box_2 {
        gap: 15px;
    }

    .pxn_icon_box_2 .box_title {
        font-size: 20px;
    }
}

/* !END: Icon Box CSS */
/**----------------------------------------
START: Author CSS
----------------------------------------*/
.pxn_author_signature {
    max-width: 155px;
    width: 100%;
}

.pxn_author_signature img {
    max-width: 120px;
    width: 100%;
}

.pxn_author_signature .designation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: right;
    font-weight: var(--pxn-fw-sbold);
    color: var(--pxn-color-text-body);
    margin-top: 5px;
}

.pxn_author_signature_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.pxn_author_signature_2 img {
    max-width: 110px;
    width: 100%;
}

.pxn_author_signature_2 .designation {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--pxn-fw-sbold);
    color: var(--pxn-color-text-body);
}

/* !END: Author CSS */
/**----------------------------------------
START: List CSS
----------------------------------------*/
.pxn_list {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.pxn_list li {
    font-weight: var(--pxn-fw-sbold);
    color: var(--pxn-color-heading-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
}

.pxn_list li i, .pxn_list li svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: inherit;
    margin-top: 4px;
}

/* !END: List CSS */
/**----------------------------------------
START: Socials CSS
----------------------------------------*/
.pxn_socials {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1;
}

.pxn_socials > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_socials > li > .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
    color: var(--pxn-color-heading-primary);
    background-color: transparent;
}

.pxn_socials > li > .icon i, .pxn_socials > li > .icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_socials > li > .icon svg {
    max-width: 18px;
    height: auto;
}

.pxn_socials > li > a:hover {
    border-color: var(--pxn-color-theme-secondary);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pxn_socials_2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 15px;
}

.pxn_socials_2 li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_socials_2 li > .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    font-size: 16px;
    color: var(--pxn-color-common-white);
}

.pxn_socials_2 li > a:hover {
    color: var(--pxn-color-theme-secondary);
}

.pxn_socials_3 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.pxn_socials_3 > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_socials_3 > li > .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
    color: var(--pxn-color-theme-secondary);
    z-index: 1;
    overflow: hidden;
}

.pxn_socials_3 > li > .icon i, .pxn_socials_3 > li > .icon svg {
    text-shadow: -30px 0 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pxn_socials_3 > li > .icon::before {
    content: "";
    position: absolute;
    width: 101%;
    height: 101%;
    left: 0;
    right: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.pxn_socials_3 > li a:hover {
    color: var(--pxn-color-theme-primary);
    border-color: var(--pxn-color-theme-secondary);
}

.pxn_socials_3 > li a:hover i, .pxn_socials_3 > li a:hover svg {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.pxn_socials_3 > li a:hover::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* !END: Socials CSS */
/**----------------------------------------
START: Counter CSS
----------------------------------------*/
.pxn_counter {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 255px;
    height: 255px;
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 50%;
}

.pxn_counter .small {
    width: 65px;
    height: 65px;
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 50%;
    position: absolute;
    inset-inline-end: calc(100% - 20px);
    top: 0;
}

.pxn_counter .small::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-start: 33px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 100%;
    height: 13px;
    background-color: var(--pxn-color-theme-bg-light);
}

.pxn_counter .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: var(--pxn-fw-black);
    font-family: var(--pxn-ff-heading);
    font-size: 110px;
    line-height: 0.8;
    letter-spacing: -0.04rem;
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-color: var(--pxn-color-theme-secondary);
    background-image: url(../images/about/h2-counter-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.pxn_counter .pxn_counter-suffix {
    font-size: 50px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.pxn_counter .title {
    font-weight: var(--pxn-fw-sbold);
    font-size: 20px;
    line-height: 1.3;
    color: var(--pxn-color-heading-primary);
    margin-top: 15px;
}

@media (max-width: 575px) {
    .pxn_counter {
        width: 250px;
        height: 250px;
    }

    .pxn_counter .count {
        font-size: 90px;
    }

    .pxn_counter .pxn_counter-suffix {
        font-size: 40px;
    }

    .pxn_counter .title {
        font-size: 18px;
    }
}

.pxn_counter_2 {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    border: 1px solid var(--pxn-color-border-2);
    border-radius: 10px;
    padding: 17px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

.pxn_counter_2 .title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    color: var(--pxn-color-common-white);
}

.pxn_counter_2 .title::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: currentColor;
}

.pxn_counter_2 .count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--pxn-fw-bold);
    font-size: 65px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--pxn-color-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_counter_2 .count {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .pxn_counter_2 {
        padding: 20px 20px;
    }

    .pxn_counter_2 .count {
        font-size: 30px;
    }
}

.pxn_counter_3 .count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--pxn-color-common-white);
}

.pxn_counter_3 .title {
    font-weight: var(--pxn-fw-sbold);
    font-size: 18px;
    line-height: 1.3;
    color: var(--pxn-color-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn_counter_3 .count {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_counter_3 .count {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_counter_3 .count {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .pxn_counter_3 .count {
        font-size: 45px;
    }

    .pxn_counter_3 .title {
        font-size: 16px;
    }
}

.pxn_counter_4 .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-sbold);
    font-size: 135px;
    line-height: 0.8;
    letter-spacing: -0.04rem;
    text-transform: uppercase;
    color: var(--pxn-color-heading-primary);
}

.pxn_counter_4 .pxn_counter-suffix {
    font-size: 50px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.pxn_counter_4 .title {
    font-weight: var(--pxn-fw-sbold);
    font-size: 40px;
    line-height: 1.3;
    color: var(--pxn-color-text-body);
    margin-top: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_counter_4 .count {
        font-size: 120px;
    }

    .pxn_counter_4 .title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .pxn_counter_4 .count {
        font-size: 90px;
    }

    .pxn_counter_4 .pxn_counter-suffix {
        font-size: 40px;
    }

    .pxn_counter_4 .title {
        font-size: 25px;
    }
}

/* !END: Counter CSS */
/**----------------------------------------
START: Accordion CSS
----------------------------------------*/
.pxn_accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.pxn_accordion_item {
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 10px;
    background-color: var(--pxn-color-common-white);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_accordion_item:has(.accordion_question:not(.collapsed)) {
    background-color: var(--pxn-color-theme-bg-light);
}

.pxn_accordion_item .accordion_question {
    position: relative;
    border: none;
    background-color: transparent;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.3;
    color: var(--pxn-color-heading-primary);
    z-index: 1;
    padding-block: 25px; -webkit-padding-start: 90px;
    padding-inline-start: 90px; -webkit-padding-end: 50px;
    padding-inline-end: 50px; }

.pxn_accordion_item .accordion_question::after {
    content: "\e935";
    font-family: var(--pxn-ff-icons);
    position: absolute;
    top: 25px;
    inset-inline-end: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_accordion_item .accordion_question:not(.collapsed)::after {
    content: "\e949";
}

.pxn_accordion_item .accordion_no {
    font-weight: var(--pxn-fw-medium);
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    color: #d7d7d7;
    position: absolute;
    inset-inline-start: 20px;
    top: 17px;
    z-index: 1;
}

.pxn_accordion_item .accordion_answer {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: var(--pxn-color-text-body);
    padding: 0 50px 25px 90px;
}

.pxn_accordion_item_2 {
    position: relative;
    background-color: var(--pxn-color-common-white);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_accordion_item_2:has(+ .pxn_accordion_item_2 .accordion_question:not(.collapsed))::after {
    background-color: transparent;
}

.pxn_accordion_item_2:has(.accordion_question:not(.collapsed)) {
    background-color: var(--pxn-color-theme-bg-light);
}

.pxn_accordion_item_2:has(.accordion_question:not(.collapsed))::after {
    background-color: transparent;
}

.pxn_accordion_item_2:not(:last-child)::after {
    content: "";
    position: absolute;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 50px);
    height: 1px;
    background-color: var(--pxn-color-border-1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_accordion_item_2 .accordion_question {
    position: relative;
    border: none;
    background-color: transparent;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.3;
    color: var(--pxn-color-heading-primary);
    z-index: 1;
    padding-block: 25px; -webkit-padding-start: 25px;
    padding-inline-start: 25px; -webkit-padding-end: 50px;
    padding-inline-end: 50px; }

.pxn_accordion_item_2 .accordion_question::after {
    content: "\e953";
    font-family: var(--pxn-ff-icons);
    position: absolute;
    top: 25px;
    inset-inline-end: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_accordion_item_2 .accordion_question:not(.collapsed)::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pxn_accordion_item_2 .accordion_answer {
    font-weight: var(--pxn-fw-medium);
    font-size: 16px;
    color: var(--pxn-color-text-body);
    padding: 0 50px 25px 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_accordion_item .accordion_question {
        font-size: 22px;
        -webkit-padding-start: 80px;
        padding-inline-start: 80px; }

    .pxn_accordion_item .accordion_no {
        font-size: 40px;
    }

    .pxn_accordion_item .accordion_answer {
        -webkit-padding-start: 80px;
        padding-inline-start: 80px; }

    .pxn_accordion_item_2 .accordion_question {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .pxn_accordion_item .accordion_question {
        font-size: 20px;
        -webkit-padding-start: 70px;
        padding-inline-start: 70px; padding-block: 20px; }

    .pxn_accordion_item .accordion_question::after {
        top: 20px;
    }

    .pxn_accordion_item .accordion_no {
        font-size: 35px;
    }

    .pxn_accordion_item .accordion_answer {
        -webkit-padding-start: 70px;
        padding-inline-start: 70px; }

    .pxn_accordion_item_2 .accordion_question {
        font-size: 20px;
        -webkit-padding-start: 20px;
        padding-inline-start: 20px; padding-block: 20px; }

    .pxn_accordion_item_2 .accordion_question::after {
        top: 20px;
    }
}

.pxn_accordion_2 {
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 10px;
    overflow: hidden;
    padding: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_accordion_2 {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .pxn_accordion_2 {
        padding: 15px;
    }
}

/* !END: Accordion CSS */
/**----------------------------------------
START: Feature CSS
----------------------------------------*/
.pxn-h3-feature-section {
    position: relative;
    z-index: 2;
}

.pxn-h3-feature-section.about-page {
    padding-top: 60px;
}

.pxn-h3_feature_wrap {
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_feature_wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_feature_wrap {
        grid-template-columns: 1fr;
    }
}

.pxn_feature_box {
    background-color: var(--pxn-color-common-white);
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 10px;
    padding: 35px 30px;
}

.pxn_feature_box .feature_box_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.pxn_feature_box .feature_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--pxn-color-theme-primary);
    border-radius: 50%;
    font-size: 40px;
    line-height: 1;
    color: var(--pxn-color-theme-secondary);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pxn_feature_box .feature_icon i, .pxn_feature_box .feature_icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_feature_box .feature_icon svg {
    max-width: 40px;
    height: auto;
}

.pxn_feature_box .feature_no {
    font-weight: var(--pxn-fw-bold);
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: rgba(6, 61, 47, 0.1);
}

.pxn_feature_box .feature_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
}

.pxn_feature_box .feature_title a {
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: inline;
}

.pxn_feature_box .feature_title a:hover {
    background-size: 100% 2px;
}

.pxn_feature_box .feature_desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: var(--pxn-color-text-body);
    margin-top: 20px;
}

.pxn_feature_box .feature_btn {
    margin-top: 30px;
}

.pxn_feature_box:hover .feature_icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

@media (max-width: 575px) {
    .pxn_feature_box {
        padding: 30px 20px;
    }

    .pxn_feature_box .feature_title {
        font-size: 22px;
    }
}

/* !END: Feature CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.absolute-header .pxn-page-header {
    padding-top: 300px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .absolute-header .pxn-page-header {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .absolute-header .pxn-page-header {
        padding-top: 260px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .absolute-header .pxn-page-header {
        padding-top: 240px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .absolute-header .pxn-page-header {
        padding-top: 100px;
    }
}

.pxn-page-header {
    position: relative;
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: var(--pxn-color-theme-bg-primary);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pxn-page-header::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 61, 47, 0.8);
    z-index: -1;
    pointer-events: none;
}

.pxn-page-header .left_shape {
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    pointer-events: none;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-page-header {
        padding-top: 180px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-page-header {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .pxn-page-header .left_shape {
        max-width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-page-header {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .pxn-page-header .left_shape {
        max-width: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-page-header {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .pxn-page-header .left_shape {
        max-width: 250px;
    }
}

.pxn_page_header_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.pxn_page_header_content .page_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 90px;
    line-height: 1.1;
    color: var(--pxn-color-common-white);
    margin: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn_page_header_content .page_title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn_page_header_content .page_title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_page_header_content .page_title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_page_header_content .page_title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_page_header_content .page_title {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .pxn_page_header_content .page_title {
        font-size: 35px;
    }
}

.pxn_breadcrumb {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 20px;
    line-height: 1.1;
    color: var(--pxn-color-common-white);
    padding: 16px 30px;
    margin-top: 20px;
}

.pxn_breadcrumb a {
    color: inherit;
}

.pxn_breadcrumb a:hover {
    color: var(--pxn-color-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_breadcrumb {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .pxn_breadcrumb {
        font-size: 16px;
        margin-top: 15px;
    }
}

/* !END: Page Header CSS */
/**----------------------------------------
START: Video CSS
----------------------------------------*/
.pxn_video {
    position: relative;
    width: 100%;
    z-index: 1;
}

.pxn_video img {
    width: 100%;
    border-radius: 10px;
}

.pxn_video_play {
    position: absolute;
    inset-inline-start: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    aspect-ratio: 1/1;
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 50%;
    font-size: 25px;
    line-height: 1;
    color: var(--pxn-color-theme-primary);
}

.pxn_video_play::before {
    content: "";
    position: absolute;
    inset-inline-start: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 50%;
    z-index: -1;
    color: var(--pxn-color-theme-secondary);
    -webkit-animation: pulse 2s ease infinite;
    animation: pulse 2s ease infinite;
}

.pxn_video_play i, .pxn_video_play svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_video_play svg {
    max-width: 25px;
    height: auto;
}

.pxn_video_play:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 575px) {
    .pxn_video_play {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }

    .pxn_video_play svg {
        max-width: 20px;
    }
}

/* !END: Video CSS */
/**----------------------------------------
START: Sidebar CSS
----------------------------------------*/
.pxn_sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
}

.pxn_sidebar_widget {
    position: relative;
    width: 100%;
    padding: 40px 35px;
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
}

.pxn_sidebar_widget .wp-block-heading, .pxn_sidebar_widget .wp-block-search__label, .pxn_sidebar_widget .wp-block-categories__label, .pxn_sidebar_widget .wp-block-archives__label, .pxn_sidebar_widget .sidebar_title {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.2;
    color: var(--pxn-color-heading-primary);
    margin-bottom: 30px;
}

.pxn_sidebar_widget.pxn_sidebar_cta {
    border: none;
}

.pxn_sidebar_widget.widget_search .widget_search_box {
    position: relative;
    z-index: 1;
}

.pxn_sidebar_widget.widget_search input[type=search] {
    padding: 15px 53px 15px 20px;
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 5px;
}

.pxn_sidebar_widget.widget_search input[type=search]:focus {
    border-color: var(--pxn-color-theme-primary);
}

.pxn_sidebar_widget.widget_search input[type=submit], .pxn_sidebar_widget.widget_search button[type=submit] {
    position: absolute;
    top: 8px;
    inset-inline-end: 8px;
    z-index: 2;
    width: 45px;
    height: calc(100% - 16px);
    background-color: var(--pxn-color-theme-primary);
    border-radius: 5px;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--pxn-color-theme-secondary);
    font-size: 20px;
    line-height: 1;
}

.pxn_sidebar_widget.widget_search input[type=submit]:hover, .pxn_sidebar_widget.widget_search button[type=submit]:hover {
    background-color: var(--pxn-color-theme-secondary);
    color: var(--pxn-color-theme-primary);
}

.pxn_sidebar_widget .wp-block-tag-cloud a, .pxn_sidebar_widget .tagcloud a {
    font-size: 16px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_sidebar_widget {
        padding: 35px 25px;
    }
}

@media (max-width: 575px) {
    .pxn_sidebar_widget {
        padding: 30px 20px;
    }

    .pxn_sidebar_widget .wp-block-heading, .pxn_sidebar_widget .wp-block-search__label, .pxn_sidebar_widget .wp-block-categories__label, .pxn_sidebar_widget .wp-block-archives__label, .pxn_sidebar_widget .sidebar_title {
        font-size: 22px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_sidebar {
        border-top: 1px solid var(--pxn-color-border-1);
        padding-top: 51px;
        margin-top: 50px;
    }
}

.pxn_services_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.pxn_services_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.pxn_services_list > li > .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    background-color: var(--pxn-color-theme-bg-light);
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 5px;
    padding: 6px 6px 6px 20px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-text-body);
}

.pxn_services_list > li > .service .service_title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pxn_services_list > li > .service .service_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 22px;
    background-color: var(--pxn-color-common-white);
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pxn_services_list > li > .service .service_icon span {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
}

.pxn_services_list > li > .service .service_icon span i, .pxn_services_list > li > .service .service_icon span svg {
    position: relative;
    top: 0;
    color: var(--pxn-color-theme-secondary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pxn_services_list > li > .service .service_icon span i:last-child, .pxn_services_list > li > .service .service_icon span svg:last-child {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.pxn_services_list > li > a.active, .pxn_services_list > li > a:hover {
    background-color: var(--pxn-color-theme-secondary);
    border-color: var(--pxn-color-theme-secondary);
    color: var(--pxn-color-common-white);
}

.pxn_services_list > li > a.active .service_icon, .pxn_services_list > li > a:hover .service_icon {
    background-color: var(--pxn-color-theme-primary);
}

.pxn_services_list > li > a.active .service_icon span i:first-child, .pxn_services_list > li > a.active .service_icon span svg:first-child, .pxn_services_list > li > a:hover .service_icon span i:first-child, .pxn_services_list > li > a:hover .service_icon span svg:first-child {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.pxn_services_list > li > a.active .service_icon span i:last-child, .pxn_services_list > li > a.active .service_icon span svg:last-child, .pxn_services_list > li > a:hover .service_icon span i:last-child, .pxn_services_list > li > a:hover .service_icon span svg:last-child {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.pxn_get_quote select, .pxn_get_quote .nice-select, .pxn_get_quote input[type=search], .pxn_get_quote input[type=tel], .pxn_get_quote input[type=text], .pxn_get_quote input[type=email], .pxn_get_quote input[type=url], .pxn_get_quote input[type=password], .pxn_get_quote input[type=number], .pxn_get_quote input[type=date], .pxn_get_quote input[type=datetime-local], .pxn_get_quote input[type=month], .pxn_get_quote input[type=week], .pxn_get_quote input[type=time], .pxn_get_quote textarea {
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 5px;
    margin-bottom: 15px;
}

.pxn_get_quote select:focus, .pxn_get_quote .nice-select:focus, .pxn_get_quote input[type=search]:focus, .pxn_get_quote input[type=tel]:focus, .pxn_get_quote input[type=text]:focus, .pxn_get_quote input[type=email]:focus, .pxn_get_quote input[type=url]:focus, .pxn_get_quote input[type=password]:focus, .pxn_get_quote input[type=number]:focus, .pxn_get_quote input[type=date]:focus, .pxn_get_quote input[type=datetime-local]:focus, .pxn_get_quote input[type=month]:focus, .pxn_get_quote input[type=week]:focus, .pxn_get_quote input[type=time]:focus, .pxn_get_quote textarea:focus {
    border-color: var(--pxn-color-theme-primary);
}

.pxn_get_quote button[type=submit], .pxn_get_quote input[type=submit] {
    border-radius: 5px;
}

.pxn_get_quote button[type=submit] .btn_icon, .pxn_get_quote input[type=submit] .btn_icon {
    border-radius: 5px;
}

.pxn_project_info_list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.pxn_project_info_list > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid var(--pxn-color-border-1);
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 5px;
    font-weight: var(--pxn-fw-medium);
    font-size: 16px;
    color: var(--pxn-color-text-body);
    padding: 15px 20px;
}

.pxn_project_info_list > li .label {
    position: relative;
    font-weight: var(--pxn-fw-sbold);
    min-width: 100px;
}

.pxn_project_info_list > li .label::after {
    content: ":";
    position: absolute;
    inset-inline-end: 0;
}

.pxn_project_info_list > li .value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.pxn_project_info_list > li .value.social_share a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: inherit;
    font-weight: inherit;
}

.pxn_project_info_list > li .value.social_share a:hover {
    color: var(--pxn-color-theme-secondary);
}

.pxn_sidebar_cta {
    min-height: 400px;
    background-color: var(--pxn-color-theme-bg-primary);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.pxn_sidebar_cta::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 61, 47, 0.8);
    z-index: -1;
}

.pxn_sidebar_cta .sidebar_title {
    color: var(--pxn-color-common-white);
    margin: 0;
}

.pxn_sidebar_cta .cta_desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 16px;
    line-height: 28px;
    color: #d0cece;
    margin: 0;
}

.pxn_sidebar_cta .cta_desc p:last-child {
    margin: 0;
}

.pxn_sidebar_cta .cta_btn {
    margin-top: auto;
}

.pxn_recent_posts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
}

.pxn_recent_posts .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.pxn_recent_posts .post_thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.pxn_recent_posts .post_thumb a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
}

.pxn_recent_posts .post_thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

.pxn_recent_posts .post_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pxn_recent_posts .post_content .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: var(--pxn-fw-medium);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-text-body);
    margin-bottom: 10px;
}

.pxn_recent_posts .post_content .date i, .pxn_recent_posts .post_content .date svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    color: var(--pxn-color-theme-primary);
    fill: var(--pxn-color-theme-primary);
}

.pxn_recent_posts .post_content .date svg {
    height: auto;
}

.pxn_recent_posts .post_content .title {
    font-weight: var(--pxn-fw-sbold);
    font-size: 18px;
    line-height: 1.3;
    color: var(--pxn-color-heading-primary);
    margin: 0;
}

.pxn_recent_posts .post_content .title a {
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: inline;
}

.pxn_recent_posts .post_content .title a:hover {
    background-size: 100% 2px;
}

@media (max-width: 575px) {
    .pxn_recent_posts {
        gap: 20px;
    }

    .pxn_recent_posts .post {
        gap: 15px;
    }
}

.pxn_category_widget {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.pxn_category_widget ul, .pxn_category_widget ol {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.pxn_category_widget li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.pxn_category_widget li > .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    background-color: var(--pxn-color-theme-bg-light);
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-text-body);
}

.pxn_category_widget li > .category .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pxn_category_widget li > .category .count {
    color: var(--pxn-color-theme-secondary);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pxn_category_widget li > a:hover {
    background-color: var(--pxn-color-theme-secondary);
    border-color: var(--pxn-color-theme-secondary);
    color: var(--pxn-color-common-white);
}

.pxn_category_widget li > a:hover .count {
    color: var(--pxn-color-theme-primary);
}

.wp-block-tag-cloud, .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.wp-block-tag-cloud a, .tagcloud a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--pxn-color-theme-bg-light);
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-text-body);
}

.wp-block-tag-cloud a:hover, .tagcloud a:hover {
    background-color: var(--pxn-color-theme-secondary);
    border-color: var(--pxn-color-theme-secondary);
    color: var(--pxn-color-common-white);
}

/* !END: Sidebar CSS */
/**----------------------------------------
START: Pagination CSS
----------------------------------------*/
.pxn_pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

.pxn_pagination .page-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    width: 50px;
    height: 50px;
    border: 1px solid var(--pxn-color-border-1);
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: var(--pxn-fw-sbold);
    color: var(--pxn-color-theme-secondary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pxn_pagination .page-numbers.current {
    background-color: var(--pxn-color-theme-primary);
    border-color: var(--pxn-color-theme-primary);
}

.pxn_pagination a.page-numbers:hover {
    background-color: var(--pxn-color-theme-primary);
    border-color: var(--pxn-color-theme-primary);
}

/* !END: Pagination CSS */
/**----------------------------------------
START: Blog Standard CSS
----------------------------------------*/
.pxn_posts_wrap .pxn_pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_posts_wrap .pxn_pagination {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .pxn_posts_wrap .pxn_pagination {
        margin-top: 40px;
    }
}

.pxn_post_standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pxn_post_standard:not(:last-child) {
    margin-bottom: 40px;
}

.pxn_post_thumbnail {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.pxn_post_thumbnail a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pxn_post_thumbnail a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pxn_post_thumbnail img {
    -webkit-transition: transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.pxn_post_thumbnail.pxn_post_thumb_slider {
    width: 100%;
}

.pxn_post_thumbnail.pxn_post_thumb_slider .pxn_slider-nav {
    position: absolute;
    inset-inline-start: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background-color: var(--pxn-color-theme-primary);
    border-color: var(--pxn-color-theme-primary);
    color: var(--pxn-color-theme-secondary);
}

.pxn_post_thumbnail.pxn_post_thumb_slider .pxn_slider-nav span i:last-child, .pxn_post_thumbnail.pxn_post_thumb_slider .pxn_slider-nav span svg:last-child {
    color: var(--pxn-color-theme-secondary);
}

.pxn_post_thumbnail.pxn_post_thumb_slider .pxn_slider-nav.pxn_slider-next {
    inset-inline-start: auto;
    inset-inline-end: 20px;
}

.pxn_post_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
}

.pxn_post_meta .meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-text-body);
}

.pxn_post_meta .meta i, .pxn_post_meta .meta svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    color: var(--pxn-color-theme-primary);
}

.pxn_post_meta .meta_text a {
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: inline;
}

.pxn_post_meta .meta_text a:hover {
    background-size: 100% 1px;
}

.pxn_post_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pxn_post_content .pxn_post_meta {
    margin-bottom: 15px;
}

.pxn_post_content .post_title {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 32px;
    line-height: 1.3;
    color: var(--pxn-color-heading-primary);
    margin: 0;
}

.pxn_post_content .post_title a {
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: inline;
}

.pxn_post_content .post_title a:hover {
    background-size: 100% 2px;
}

.pxn_post_content .post_excerpt {
    font-weight: var(--pxn-fw-medium);
    color: var(--pxn-color-text-body);
    margin-top: 15px;
}

.pxn_post_content .post_excerpt p:last-child {
    margin: 0;
}

.pxn_post_content .post_btn {
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_post_content .post_title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_post_content .post_title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_post_content .post_title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .pxn_post_thumbnail.pxn_post_thumb_slider .pxn_slider-nav {
        inset-inline-start: 15px;
    }

    .pxn_post_thumbnail.pxn_post_thumb_slider .pxn_slider-nav.pxn_slider-next {
        inset-inline-end: 15px;
    }

    .pxn_post_content .post_title {
        font-size: 22px;
    }
}

/* !END: Blog Standard CSS */
/**----------------------------------------
START: Post Navigation CSS
----------------------------------------*/
.pxn_post_navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--pxn-color-theme-bg-light);
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 10px;
    padding: 10px;
}

.pxn_post_navigation .navigation {
    padding: 10px;
    background-color: var(--pxn-color-common-white);
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-sbold);
    font-size: 20px;
    line-height: 1.2;
    color: var(--pxn-color-heading-primary);
    min-width: 240px;
}

.pxn_post_navigation .navigation.next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pxn_post_navigation .navigation_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 50px;
    border-radius: 100px;
    background-color: var(--pxn-color-theme-secondary);
    color: var(--pxn-color-common-white);
    font-size: 20px;
    line-height: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pxn_post_navigation .navigation_icon i, .pxn_post_navigation .navigation_icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_post_navigation .navigation_icon svg {
    max-width: 20px;
    height: auto;
}

.pxn_post_navigation .navigation:hover .navigation_icon {
    background-color: var(--pxn-color-theme-primary);
    color: var(--pxn-color-theme-secondary);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_post_navigation .navigation {
        min-width: 200px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .pxn_post_navigation {
        gap: 10px;
    }

    .pxn_post_navigation .navigation {
        min-width: 150px;
        gap: 15px;
        font-size: 16px;
    }

    .pxn_post_navigation .navigation_icon {
        width: 60px;
        height: 40px;
    }
}

/* !END: Post Navigation CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.pxn_comments_wrap .comment_title {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 32px;
    line-height: 1.3;
    color: var(--pxn-color-heading-primary);
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_comments_wrap .comment_title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_comments_wrap .comment_title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_comments_wrap .comment_title {
        font-size: 24px;
    }
}

.pxn_latest_comments > ul, .pxn_latest_comments ul.children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pxn_latest_comments > ul .pxn_comment:not(:last-child), .pxn_latest_comments ul.children .pxn_comment:not(:last-child) {
    margin-bottom: 20px;
}

.pxn_latest_comments ul.children {
    -webkit-padding-start: 75px;
    padding-inline-start: 75px; margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_latest_comments ul.children {
        -webkit-padding-start: 45px;
        padding-inline-start: 45px; }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_latest_comments ul.children {
        -webkit-padding-start: 35px;
        padding-inline-start: 35px; }
}

@media (max-width: 575px) {
    .pxn_latest_comments ul.children {
        -webkit-padding-start: 25px;
        padding-inline-start: 25px; }
}

.pxn_comment .comment_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 10px;
    padding: 25px 30px;
}

.pxn_comment .comment_avatar {
    width: 100px;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.pxn_comment .comment_avatar img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

.pxn_comment .comment_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pxn_comment .comment_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.pxn_comment .comment_header .comment-reply-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-heading-primary);
}

.pxn_comment .comment_header .comment-reply-link i, .pxn_comment .comment_header .comment-reply-link svg {
    color: var(--pxn-color-theme-primary);
    fill: var(--pxn-color-theme-primary);
}

.pxn_comment .comment_author {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pxn_comment .comment_author .author_name {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.3;
    color: var(--pxn-color-heading-primary);
    margin-bottom: 5px;
}

.pxn_comment .comment_author .author_name a {
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: inline;
}

.pxn_comment .comment_author .author_name a:hover {
    background-size: 100% 2px;
}

.pxn_comment .comment_author .date {
    display: block;
    font-weight: var(--pxn-fw-medium);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-text-body);
}

.pxn_comment .comment_text {
    color: var(--pxn-color-text-body);
}

.pxn_comment .comment_text p:last-child {
    margin: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_comment .comment_inner {
        padding: 25px 20px;
        gap: 20px;
    }

    .pxn_comment .comment_author .author_name {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .pxn_comment .comment_inner {
        padding: 25px 15px;
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pxn_comment .comment_author .author_name {
        font-size: 20px;
    }
}

.comment-respond .comment-reply-title, .wp-block-post-comments-form .comment-reply-title {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 32px;
    line-height: 1.3;
    color: var(--pxn-color-heading-primary);
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .comment-respond .comment-reply-title, .wp-block-post-comments-form .comment-reply-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comment-respond .comment-reply-title, .wp-block-post-comments-form .comment-reply-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .comment-respond .comment-reply-title, .wp-block-post-comments-form .comment-reply-title {
        font-size: 24px;
    }
}

.comment-respond .row, .wp-block-post-comments-form .row {
    --bs-gutter-x: 24px;
}

.comment-respond input[type=search], .comment-respond input[type=tel], .comment-respond input[type=text], .comment-respond input[type=email], .comment-respond input[type=url], .comment-respond input[type=number], .comment-respond textarea, .wp-block-post-comments-form input[type=search], .wp-block-post-comments-form input[type=tel], .wp-block-post-comments-form input[type=text], .wp-block-post-comments-form input[type=email], .wp-block-post-comments-form input[type=url], .wp-block-post-comments-form input[type=number], .wp-block-post-comments-form textarea {
    background-color: var(--pxn-color-theme-bg-light);
    padding: 15px 20px;
    border-color: var(--pxn-color-border-1);
    margin-bottom: 24px;
}

.comment-respond input[type=search]:focus, .comment-respond input[type=tel]:focus, .comment-respond input[type=text]:focus, .comment-respond input[type=email]:focus, .comment-respond input[type=url]:focus, .comment-respond input[type=number]:focus, .comment-respond textarea:focus, .wp-block-post-comments-form input[type=search]:focus, .wp-block-post-comments-form input[type=tel]:focus, .wp-block-post-comments-form input[type=text]:focus, .wp-block-post-comments-form input[type=email]:focus, .wp-block-post-comments-form input[type=url]:focus, .wp-block-post-comments-form input[type=number]:focus, .wp-block-post-comments-form textarea:focus {
    border-color: var(--pxn-color-theme-primary);
}

.comment-respond .comment-form-cookies-consent, .wp-block-post-comments-form .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0;
    margin-top: -10px;
    margin-bottom: 20px;
}

.comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent, .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 6px;
    margin-right: 10px;
}

.comment-respond .form-submit, .wp-block-post-comments-form .form-submit {
    margin-top: 30px;
    margin-bottom: 0;
}

/* !END: Blog Details CSS */
/* START: Coming Soon CSS */
.pxn_coming_soon {
    max-width: 100vw;
    width: 100%;
    min-height: 100vh;
    background-color: var(--pxn-color-theme-bg-primary);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pxn_coming_soon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_coming_soon {
        padding: 100px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_coming_soon {
        padding: 80px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_coming_soon {
        padding: 70px 20px;
    }
}

.pxn_coming_soon_content .title {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 90px;
    line-height: 1.2;
    color: var(--pxn-color-common-white);
    margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn_coming_soon_content .title {
        font-size: 85px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_coming_soon_content .title {
        font-size: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_coming_soon_content .title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_coming_soon_content .title {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .pxn_coming_soon_content .title {
        font-size: 38px;
    }
}

.pxn_coming_soon_content .desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: #b7b6b6;
    margin-top: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_coming_soon_content .desc {
        font-size: 16px;
    }
}

.pxn-countdown {
    margin-top: 54px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.pxn-countdown .divider {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 42px;
    line-height: 2.3;
    font-weight: 500;
    color: var(--pxn-color-common-white);
    font-family: "Roboto";
}

.pxn-countdown .divider:last-child {
    display: none;
}

.pxn-countdown .timer-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
}

.pxn-countdown .timer-content .time-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 50px;
    line-height: 1;
    color: var(--pxn-color-common-white);
    width: 126px;
    height: 96px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(35px);
    border-radius: 10px;
}

.pxn-countdown .timer-content .time-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.3;
    color: #b7b6b6;
    padding: 15px 0;
    background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-countdown {
        margin-top: 50px;
    }

    .pxn-countdown .timer-content .time-count {
        font-size: 35px;
        width: 110px;
        height: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-countdown {
        gap: 15px;
        margin-top: 45px;
    }

    .pxn-countdown .divider {
        font-size: 30px;
        line-height: 2.6;
    }

    .pxn-countdown .timer-content .time-count {
        font-size: 30px;
        width: 100px;
        height: 80px;
    }

    .pxn-countdown .timer-content .time-title {
        font-size: 16px;
        padding: 10px 0;
    }
}

@media (max-width: 575px) {
    .pxn-countdown {
        gap: 10px;
        margin-top: 40px;
    }

    .pxn-countdown .divider {
        font-size: 22px;
        line-height: 2.5;
    }

    .pxn-countdown .timer-content .time-count {
        font-size: 24px;
        width: 60px;
        height: 60px;
    }

    .pxn-countdown .timer-content .time-title {
        font-size: 14px;
        padding: 10px 0;
    }
}

.pxn_subscribe {
    margin-top: 56px;
}

.pxn_subscribe .note {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: var(--pxn-color-common-white);
    margin-top: 25px;
}

.pxn_subscribe form {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pxn_subscribe form input[type=email] {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--pxn-color-border-2);
    border-radius: 0;
    padding: 14px 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--pxn-color-common-white);
}

.pxn_subscribe form input[type=email]::-webkit-input-placeholder {
    color: rgb(169, 173, 177);
}

.pxn_subscribe form input[type=email]::-moz-placeholder {
    color: rgb(169, 173, 177);
}

.pxn_subscribe form input[type=email]:-ms-input-placeholder {
    color: rgb(169, 173, 177);
}

.pxn_subscribe form input[type=email]::-ms-input-placeholder {
    color: rgb(169, 173, 177);
}

.pxn_subscribe form input[type=email]::placeholder {
    color: rgb(169, 173, 177);
}

.pxn_subscribe form input[type=email]:focus, .pxn_subscribe form input[type=email]:focus-visible {
    border-color: var(--pxn-color-theme-primary);
}

.pxn_subscribe form input[type=submit], .pxn_subscribe form button[type=submit] {
    font-size: 24px;
    line-height: 1;
    background-color: transparent;
    border: none;
    color: var(--pxn-color-theme-primary);
    position: absolute;
    right: 0;
    top: 11px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.pxn_subscribe form input[type=submit]:hover, .pxn_subscribe form button[type=submit]:hover {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--pxn-color-common-white);
}

.pxn_subscribe form .wpcf7-response-output {
    color: var(--pxn-color-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_subscribe {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_subscribe {
        margin-top: 45px;
    }
}

@media (max-width: 575px) {
    .pxn_subscribe {
        margin-top: 40px;
    }
}

/**----------------------------------------
START: Error Page CSS
----------------------------------------*/
.pxn_error_content_wrap .error_img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 80%;
    margin-bottom: 30px;
}

.pxn_error_content_wrap .error_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 100px;
    line-height: 1.2;
    color: var(--pxn-color-heading-primary);
    margin: 0;
}

.pxn_error_content_wrap .error_desc {
    font-weight: var(--pxn-fw-medium);
    margin-top: 20px;
}

.pxn_error_content_wrap .error_desc p:last-child {
    margin: 0;
}

.pxn_error_content_wrap .error_btn {
    margin-top: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn_error_content_wrap .error_title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn_error_content_wrap .error_title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_error_content_wrap .error_title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_error_content_wrap .error_title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_error_content_wrap .error_title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .pxn_error_content_wrap .error_title {
        font-size: 40px;
    }
}

/* !END: Error Page CSS */
/**----------------------------------------
START: Hero Slider CSS
----------------------------------------*/
.pxn-h1-hero-slider .pxn_slider-pagination {
    padding: 0 15px;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 25px;
}

.pxn-h1-hero-slider .pxn_slider-pagination .swiper-pagination-bullet::after {
    background-color: rgba(255, 255, 255, 0.5);
}

.pxn-h1-hero-slider .pxn_slider-pagination .swiper-pagination-bullet-active {
    background-color: var(--pxn-color-common-white);
}

.pxn-h1-hero-slider .pxn_slider-pagination .swiper-pagination-bullet-active::after {
    background-color: var(--pxn-color-theme-secondary);
}

.pxn-h1-hero-slider .pxn_slider-nav {
    position: absolute;
    inset-inline-start: 30px;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.pxn-h1-hero-slider .pxn_slider-nav span i, .pxn-h1-hero-slider .pxn_slider-nav span svg {
    color: var(--pxn-color-common-white);
}

.pxn-h1-hero-slider .pxn_slider-nav span i:last-child, .pxn-h1-hero-slider .pxn_slider-nav span svg:last-child {
    color: var(--pxn-color-theme-secondary);
}

.pxn-h1-hero-slider .pxn_slider-nav:hover {
    background-color: var(--pxn-color-common-white);
    border-color: var(--pxn-color-common-white);
}

.pxn-h1-hero-slider .pxn_slider-nav.pxn_slider-next {
    inset-inline-start: auto;
    inset-inline-end: 30px;
}

.pxn-h1-hero-slider .swiper-slide .pxn_hero_content .hero_sub, .pxn-h1-hero-slider .swiper-slide .pxn_hero_content .hero_title, .pxn-h1-hero-slider .swiper-slide .pxn_hero_content .hero_btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.pxn-h1-hero-slider .swiper-slide .pxn_achievement_content {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.pxn-h1-hero-slider .swiper-slide .slider_shape_1, .pxn-h1-hero-slider .swiper-slide .slider_shape_2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_hero_content .hero_sub, .pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_hero_content .hero_title, .pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_hero_content .hero_btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_hero_content .hero_sub {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_hero_content .hero_title {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_hero_content .hero_btn {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .pxn_achievement_content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .slider_shape_1, .pxn-h1-hero-slider .swiper-slide.swiper-slide-active .slider_shape_2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.pxn-h1-hero-slider .swiper-slide.swiper-slide-active .slider_shape_2 {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1-hero-slider .pxn_slider-nav {
        inset-inline-start: 15px;
    }

    .pxn-h1-hero-slider .pxn_slider-nav.pxn_slider-next {
        inset-inline-end: 15px;
    }
}

.pxn_slider_item {
    min-height: 100dvh;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.pxn_slider_item .slider_shape_1 {
    position: absolute;
    inset-inline-start: 24%;
    top: 0;
    height: 100%;
    z-index: -1;
}

.pxn_slider_item .slider_shape_1 img {
    height: 100%;
    width: auto;
}

.pxn_slider_item .slider_shape_2 {
    position: absolute;
    max-width: 225px;
    width: 100%;
    inset-inline-start: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn_slider_item .slider_shape_2 {
        max-width: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn_slider_item .slider_shape_2 {
        max-width: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_slider_item .slider_shape_2 {
        max-width: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_slider_item .slider_shape_1, .pxn_slider_item .slider_shape_2 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_slider_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 50px;
        align-items: start;
        padding-top: 170px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .pxn_slider_item {
        min-height: auto;
        padding-top: 140px;
    }
}

.pxn_slider_bg_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pxn-color-bg-primary);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.pxn_slider_bg_img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(18.27%, rgba(6, 61, 47, 0.99)), color-stop(78.85%, rgba(6, 61, 47, 0)));
    background-image: linear-gradient(90deg, rgba(6, 61, 47, 0.99) 18.27%, rgba(6, 61, 47, 0) 78.85%);
}

.pxn_hero_content {
    position: relative;
    max-width: 680px;
    width: 100%;
    padding-top: 100px;
    z-index: 1;
}

.pxn_hero_content .hero_sub {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--pxn-color-border-2);
    border-radius: 5px;
    background-color: rgba(6, 61, 47, 0.5);
    backdrop-filter: blur(8px);
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    color: var(--pxn-color-common-white);
    padding: 9px 20px;
    margin-bottom: 20px;
}

.pxn_hero_content .hero_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 90px;
    line-height: 1.1;
    color: var(--pxn-color-common-white);
    margin: 0;
}

.pxn_hero_content .hero_btn {
    margin-top: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn_hero_content .hero_title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_hero_content {
        max-width: 560px;
    }

    .pxn_hero_content .hero_title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_hero_content {
        max-width: 470px;
    }

    .pxn_hero_content .hero_title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_hero_content {
        max-width: 100%;
        padding-top: 0;
    }

    .pxn_hero_content .hero_title {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .pxn_hero_content .hero_title {
        font-size: 45px;
    }
}

.pxn_achievement_wrap {
    padding: 0 15px;
    max-width: 1830px;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: end;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_achievement_wrap {
        position: static;
        inset-inline-start: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        margin-top: auto;
    }
}

.pxn_achievement_content {
    position: relative;
    max-width: 410px;
    width: 100%;
    min-height: 330px;
    background-color: rgba(6, 61, 47, 0.6);
    border: 1px solid var(--pxn-color-theme-primary);
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px;
    backdrop-filter: blur(2px);
    z-index: 2;
}

.pxn_achievement_content .icon {
    font-size: 100px;
    line-height: 1;
    color: var(--pxn-color-theme-primary);
}

.pxn_achievement_content .icon i, .pxn_achievement_content .icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_achievement_content .icon svg {
    max-width: 100px;
    height: auto;
}

.pxn_achievement_content .desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: var(--pxn-color-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn_achievement_content {
        max-width: 390px;
        min-height: 280px;
        padding: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_achievement_content {
        max-width: 350px;
        min-height: 250px;
        padding: 30px;
        gap: 20px;
    }

    .pxn_achievement_content .icon {
        font-size: 80px;
    }

    .pxn_achievement_content .desc {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_achievement_content {
        max-width: 330px;
        min-height: 200px;
        padding: 20px;
        gap: 20px;
    }

    .pxn_achievement_content .icon {
        font-size: 60px;
    }

    .pxn_achievement_content .desc {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .pxn_achievement_content {
        max-width: 270px;
        min-height: 16px;
        padding: 15px;
        gap: 15px;
    }

    .pxn_achievement_content .icon {
        font-size: 40px;
    }

    .pxn_achievement_content .desc {
        font-size: 15px;
    }
}

/* !END: Hero Slider CSS */
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.pxn_user_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pxn_user_list li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 60px;
    height: 60px;
    background-color: var(--pxn-color-common-white);
    border-radius: 50%;
    padding: 2px;
}

.pxn_user_list li:not(:first-child) {
    -webkit-margin-start: -20px;
    margin-inline-start: -20px; }

.pxn_user_list li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.pxn_chart_wrap {
    position: relative;
    aspect-ratio: 1/1;
}

.pxn_chart_wrap canvas {
    width: 100% !important;
    height: 100% !important;
}

.pxn_chart_wrap .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--pxn-fw-bold);
    font-style: Bold;
    font-size: 24px;
    line-height: 1.2;
    color: var(--pxn-color-common-white);
    position: absolute;
    inset-inline-start: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pxn-h2-hero-section {
    position: relative;
    background-color: var(--pxn-color-theme-secondary);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.pxn-h2-hero-section .left_shape {
    position: absolute;
    inset-inline-start: 0;
    top: 28%;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2-hero-section .left_shape {
        top: 35%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2-hero-section .left_shape {
        display: none;
    }
}

.pxn-h2_hero_wrapper {
    position: relative;
    min-height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h2_hero_wrapper {
        gap: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h2_hero_wrapper {
        gap: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_hero_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .pxn-h2_hero_wrapper {
        min-height: auto;
    }
}

.pxn-h2_hero_wrapper .hero_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 150px;
    padding-bottom: 50px;
    max-width: 780px;
    width: 100%;
}

.pxn-h2_hero_wrapper .hero_content .hero_title {
    color: var(--pxn-color-common-white);
    font-weight: var(--pxn-fw-sbold);
    font-size: 100px;
    line-height: 1.2;
    margin: 0;
}

.pxn-h2_hero_wrapper .hero_content .hero_desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 20px;
    color: var(--pxn-color-common-white);
    margin-top: 20px;
}

.pxn-h2_hero_wrapper .hero_content .hero_desc p:last-child {
    margin: 0;
}

.pxn-h2_hero_wrapper .hero_content .hero_btn {
    margin-top: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn-h2_hero_wrapper .hero_content {
        max-width: 700px;
    }

    .pxn-h2_hero_wrapper .hero_content .hero_title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h2_hero_wrapper .hero_content {
        max-width: 620px;
    }

    .pxn-h2_hero_wrapper .hero_content .hero_title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h2_hero_wrapper .hero_content {
        max-width: 550px;
    }

    .pxn-h2_hero_wrapper .hero_content .hero_title {
        font-size: 70px;
    }

    .pxn-h2_hero_wrapper .hero_content .hero_desc {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2_hero_wrapper .hero_content {
        max-width: 100%;
        padding-bottom: 0;
    }

    .pxn-h2_hero_wrapper .hero_content .hero_title {
        font-size: 60px;
    }

    .pxn-h2_hero_wrapper .hero_content .hero_desc {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_hero_wrapper .hero_content {
        max-width: 100%;
        padding-bottom: 0;
    }

    .pxn-h2_hero_wrapper .hero_content .hero_title {
        font-size: 55px;
    }

    .pxn-h2_hero_wrapper .hero_content .hero_desc {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .pxn-h2_hero_wrapper .hero_content .hero_title {
        font-size: 45px;
    }
}

.pxn-h2_hero_wrapper .hero_img {
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    max-width: 595px;
    width: 100%;
    -webkit-margin-end: -100px;
    margin-inline-end: -100px; }

.pxn-h2_hero_wrapper .hero_img .pxn_circle_btn {
    position: absolute;
    inset-inline-start: 0;
    top: 35%;
    z-index: 2;
}

.pxn-h2_hero_wrapper .hero_img .growth_chart {
    position: absolute;
    inset-inline-end: -20%;
    bottom: 25%;
    z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn-h2_hero_wrapper .hero_img {
        max-width: 520px;
        -webkit-margin-end: 0;
        margin-inline-end: 0; }

    .pxn-h2_hero_wrapper .hero_img .growth_chart {
        max-width: 220px;
        inset-inline-end: -6%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h2_hero_wrapper .hero_img {
        max-width: 480px;
        -webkit-margin-end: 0;
        margin-inline-end: 0; }

    .pxn-h2_hero_wrapper .hero_img .growth_chart {
        max-width: 175px;
        inset-inline-end: -2%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h2_hero_wrapper .hero_img {
        max-width: 410px;
        -webkit-margin-end: 0;
        margin-inline-end: 0; }

    .pxn-h2_hero_wrapper .hero_img .growth_chart {
        max-width: 150px;
        inset-inline-end: -2%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_hero_wrapper .hero_img {
        max-width: 100%;
        text-align: center;
        -webkit-margin-end: 0;
        margin-inline-end: 0; }

    .pxn-h2_hero_wrapper .hero_img .growth_chart {
        max-width: 150px;
        inset-inline-end: -2%;
    }
}

@media (max-width: 575px) {
    .pxn-h2_hero_wrapper .hero_img .pxn_circle_btn {
        width: 100px;
        height: 100px;
    }

    .pxn-h2_hero_wrapper .hero_img .growth_chart {
        max-width: 110px;
        inset-inline-end: -2%;
    }
}

.pxn-h3-hero-section {
    padding-top: 142px;
    padding-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h3-hero-section {
        padding-top: 127px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h3-hero-section {
        padding-top: 115px;
    }
}

@media (max-width: 575px) {
    .pxn-h3-hero-section {
        padding-top: 116px;
    }
}

.pxn-h3_hero_wrap {
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.pxn-h3_hero_wrap .hero_content, .pxn-h3_hero_wrap .hero_img {
    background-color: var(--pxn-color-theme-bg-primary);
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_hero_wrap {
        grid-template-columns: 1fr;
    }
}

.pxn-h3_hero_wrap .hero_content {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}

.pxn-h3_hero_wrap .hero_content .hero_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 20px;
    line-height: 1.3;
    color: var(--pxn-color-common-white);
    margin-bottom: 15px;
}

.pxn-h3_hero_wrap .hero_content .hero_sub::after {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 55px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--pxn-color-theme-primary);
}

.pxn-h3_hero_wrap .hero_content .hero_title {
    font-weight: var(--pxn-fw-sbold);
    font-size: 100px;
    line-height: 1.1;
    color: var(--pxn-color-common-white);
    margin: 0;
}

.pxn-h3_hero_wrap .hero_content .hero_desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 20px;
    color: #b7b6b6;
    margin-top: 10px;
}

.pxn-h3_hero_wrap .hero_content .hero_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn-h3_hero_wrap .hero_content {
        padding: 50px 20px;
    }

    .pxn-h3_hero_wrap .hero_content .hero_title {
        font-size: 84px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h3_hero_wrap .hero_content {
        padding: 50px 20px;
    }

    .pxn-h3_hero_wrap .hero_content .hero_title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h3_hero_wrap .hero_content {
        padding: 30px 20px;
    }

    .pxn-h3_hero_wrap .hero_content .hero_title {
        font-size: 65px;
    }

    .pxn-h3_hero_wrap .hero_content .hero_desc {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_hero_wrap .hero_content {
        padding: 50px 30px;
    }

    .pxn-h3_hero_wrap .hero_content .hero_title {
        font-size: 60px;
    }

    .pxn-h3_hero_wrap .hero_content .hero_desc {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_hero_wrap .hero_content {
        padding: 50px 20px;
    }

    .pxn-h3_hero_wrap .hero_content .hero_title {
        font-size: 55px;
    }

    .pxn-h3_hero_wrap .hero_content .hero_desc {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .pxn-h3_hero_wrap .hero_content .hero_title {
        font-size: 45px;
    }

    .pxn-h3_hero_wrap .hero_content .hero_action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 30px;
    }
}

.pxn-h3_hero_wrap .hero_img {
    position: relative;
    z-index: 1;
    min-height: 650px;
}

.pxn-h3_hero_wrap .hero_img > img:not(.shape) {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pxn-h3_hero_wrap .hero_img::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(6, 61, 47, 0)), to(rgba(6, 61, 47, 0.8)));
    background-image: linear-gradient(180deg, rgba(6, 61, 47, 0) 40%, rgba(6, 61, 47, 0.8) 100%);
    pointer-events: none;
}

.pxn-h3_hero_wrap .hero_img .shape {
    position: absolute;
    inset-inline-end: -1px;
    top: -1px;
    pointer-events: none;
}

.pxn-h3_hero_wrap .hero_img .hero_highlight {
    position: absolute;
    inset-inline-start: 20px;
    bottom: 20px;
    z-index: 2;
    background-color: rgba(20, 20, 20, 0.3);
    backdrop-filter: blur(40px);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 30px 40px;
}

.pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_chart_wrap {
    max-width: 220px;
    width: 100%;
}

.pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_counter_3 {
    max-width: 230px;
    width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn-h3_hero_wrap .hero_img .shape {
        max-width: 280px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h3_hero_wrap .hero_img .shape {
        max-width: 250px;
    }

    .pxn-h3_hero_wrap .hero_img .hero_highlight {
        padding: 30px;
        width: calc(100% - 40px);
    }

    .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_chart_wrap {
        max-width: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_hero_wrap .hero_img {
        min-height: 580px;
    }

    .pxn-h3_hero_wrap .hero_img .shape {
        max-width: 200px;
    }

    .pxn-h3_hero_wrap .hero_img .hero_highlight {
        padding: 20px;
        width: calc(100% - 40px);
        gap: 24px;
    }

    .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_chart_wrap {
        max-width: 175px;
    }

    .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_counter_3 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_hero_wrap .hero_img .hero_highlight {
        padding: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_hero_wrap .hero_img {
        min-height: 500px;
    }

    .pxn-h3_hero_wrap .hero_img .shape {
        max-width: 180px;
    }

    .pxn-h3_hero_wrap .hero_img .hero_highlight {
        padding: 20px;
        width: calc(100% - 40px);
        gap: 24px;
    }

    .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_chart_wrap {
        max-width: 175px;
    }

    .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_counter_3 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (max-width: 575px) {
    .pxn-h3_hero_wrap .hero_img {
        min-height: 550px;
    }

    .pxn-h3_hero_wrap .hero_img .shape {
        max-width: 150px;
    }

    .pxn-h3_hero_wrap .hero_img .hero_highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_chart_wrap {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .pxn-h3_hero_wrap .hero_img .hero_highlight .pxn_counter_3 {
        max-width: 100%;
    }
}

/* !END: Hero CSS */
/**----------------------------------------
START: We Offer CSS
----------------------------------------*/
.pxn-h1-we-offer-section {
    position: relative;
    background-color: var(--pxn-color-theme-bg-light);
    z-index: 1;
}

.pxn-h1-we-offer-section .bg_img {
    position: absolute;
    inset-inline-start: 0;
    bottom: 10%;
    z-index: -1;
}

.pxn-h1_we_offer_wrapper .section_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 60px;
}

.pxn-h1_we_offer_wrapper .section_heading .heading_text {
    max-width: 560px;
    width: 100%;
}

.pxn-h1_we_offer_wrapper .section_heading .sec_desc {
    margin-top: 0;
    max-width: 570px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1_we_offer_wrapper .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_we_offer_wrapper .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h1_we_offer_wrapper .we_offer_features {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1_we_offer_wrapper .section_heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pxn-h1_we_offer_wrapper .section_heading .heading_text {
        max-width: 100%;
    }

    .pxn-h1_we_offer_wrapper .section_heading .sec_desc {
        max-width: 100%;
    }

    .pxn-h1_we_offer_wrapper .we_offer_features {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_we_offer_wrapper .section_heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pxn-h1_we_offer_wrapper .section_heading .heading_text {
        max-width: 100%;
    }

    .pxn-h1_we_offer_wrapper .section_heading .sec_desc {
        max-width: 100%;
    }

    .pxn-h1_we_offer_wrapper .we_offer_features {
        grid-template-columns: 1fr;
    }
}

.pxn-h1_offer_box {
    position: relative;
    background-color: var(--pxn-color-common-white);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.pxn-h1_offer_box .offer_title {
    margin: 0;
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.2;
}

.pxn-h1_offer_box .offer_desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: var(--pxn-color-text-body);
}

.pxn-h1_offer_box .offer_desc p:last-child {
    margin: 0;
}

.pxn-h1_offer_box .offer_no {
    font-weight: var(--pxn-fw-bold);
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgba(6, 61, 47, 0.1);
}

.pxn-h1_offer_box .offer_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--pxn-color-theme-primary);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--pxn-color-theme-secondary);
    font-size: 45px;
    line-height: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pxn-h1_offer_box .offer_icon i, .pxn-h1_offer_box .offer_icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn-h1_offer_box .offer_icon svg {
    max-width: 45px;
    height: auto;
}

.pxn-h1_offer_box .offer_content {
    padding: 35px 35px 0 35px;
}

.pxn-h1_offer_box .offer_content .offer_desc {
    margin-top: 15px;
}

.pxn-h1_offer_box .offer_content .offer_no {
    position: absolute;
    inset-inline-start: 35px;
    bottom: 30%;
}

.pxn-h1_offer_box .offer_img {
    position: relative;
}

.pxn-h1_offer_box .offer_img .offer_icon {
    position: absolute;
    inset-inline-end: 40%;
    top: 38%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 2;
}

.pxn-h1_offer_box .offer_img .mask_img {
    position: relative;
    aspect-ratio: 424/250;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.pxn-h1_offer_box .offer_img .mask_img::before {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pxn-color-theme-secondary);
    -webkit-mask-image: url(../images/shapes/left-line.svg);
    mask-image: url(../images/shapes/left-line.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: bottom right;
    mask-position: bottom right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 1;
}

.pxn-h1_offer_box .offer_img .mask_img img {
    width: 100%;
    aspect-ratio: 424/238;
    -webkit-mask-image: url(../images/shapes/left-circle.svg);
    mask-image: url(../images/shapes/left-circle.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: bottom right;
    mask-position: bottom right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
}

.pxn-h1_offer_box.middle {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.pxn-h1_offer_box.middle .offer_content {
    padding: 30px 35px;
}

.pxn-h1_offer_box.middle .offer_content .offer_no {
    position: inherit;
    margin-top: 20px;
}

.pxn-h1_offer_box.middle .offer_img {
    position: relative;
}

.pxn-h1_offer_box.middle .offer_img .offer_icon {
    inset-inline-end: auto;
    inset-inline-start: 50%;
    top: 46%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.pxn-h1_offer_box.middle .offer_img .mask_img {
    aspect-ratio: 424/143;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pxn-h1_offer_box.middle .offer_img .mask_img::before {
    inset-inline-end: 1px;
    -webkit-mask-image: url(../images/shapes/middle-line.svg);
    mask-image: url(../images/shapes/middle-line.svg);
    -webkit-mask-position: top center;
    mask-position: top center;
}

.pxn-h1_offer_box.middle .offer_img .mask_img img {
    aspect-ratio: 424/132;
    -webkit-mask-image: url(../images/shapes/middle-circle.svg);
    mask-image: url(../images/shapes/middle-circle.svg);
    -webkit-mask-position: top center;
    mask-position: top center;
}

.pxn-h1_offer_box.right {
    text-align: right;
}

.pxn-h1_offer_box.right .offer_content .offer_no {
    position: absolute;
    inset-inline-start: auto;
    inset-inline-end: 35px;
}

.pxn-h1_offer_box.right .offer_img {
    position: relative;
}

.pxn-h1_offer_box.right .offer_img .offer_icon {
    inset-inline-end: auto;
    inset-inline-start: 20%;
}

.pxn-h1_offer_box.right .offer_img .mask_img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.pxn-h1_offer_box.right .offer_img .mask_img::before {
    -webkit-mask-image: url(../images/shapes/right-line.svg);
    mask-image: url(../images/shapes/right-line.svg);
    -webkit-mask-position: bottom left;
    mask-position: bottom left;
}

.pxn-h1_offer_box.right .offer_img .mask_img img {
    -webkit-mask-image: url(../images/shapes/right-circle.svg);
    mask-image: url(../images/shapes/right-circle.svg);
    -webkit-mask-position: bottom left;
    mask-position: bottom left;
}

.pxn-h1_offer_box:hover .offer_icon {
    -webkit-transform: translate(50%, -50%) rotateY(360deg);
    transform: translate(50%, -50%) rotateY(360deg);
}

.pxn-h1_offer_box:hover.middle .offer_icon {
    -webkit-transform: translate(-50%, 0) rotateY(360deg);
    transform: translate(-50%, 0) rotateY(360deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .pxn-h1_offer_box .offer_content {
        padding: 35px 20px 0 20px;
    }

    .pxn-h1_offer_box.middle .offer_content {
        padding: 30px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_offer_box.right, .pxn-h1_offer_box {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .pxn-h1_offer_box.right .offer_content, .pxn-h1_offer_box .offer_content {
        padding: 30px 35px;
    }

    .pxn-h1_offer_box.right .offer_content .offer_no, .pxn-h1_offer_box .offer_content .offer_no {
        position: inherit;
        margin-top: 20px;
    }

    .pxn-h1_offer_box.right .offer_img, .pxn-h1_offer_box .offer_img {
        position: relative;
    }

    .pxn-h1_offer_box.right .offer_img .offer_icon, .pxn-h1_offer_box .offer_img .offer_icon {
        inset-inline-end: auto;
        inset-inline-start: 50%;
        top: 46%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .pxn-h1_offer_box.right .offer_img .mask_img, .pxn-h1_offer_box .offer_img .mask_img {
        aspect-ratio: 424/143;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pxn-h1_offer_box.right .offer_img .mask_img::before, .pxn-h1_offer_box .offer_img .mask_img::before {
        inset-inline-end: 1px;
        -webkit-mask-image: url(../images/shapes/middle-line.svg);
        mask-image: url(../images/shapes/middle-line.svg);
        -webkit-mask-position: top center;
        mask-position: top center;
    }

    .pxn-h1_offer_box.right .offer_img .mask_img img, .pxn-h1_offer_box .offer_img .mask_img img {
        aspect-ratio: 424/132;
        -webkit-mask-image: url(../images/shapes/middle-circle.svg);
        mask-image: url(../images/shapes/middle-circle.svg);
        -webkit-mask-position: top center;
        mask-position: top center;
    }

    .pxn-h1_offer_box.right:hover .offer_img .offer_icon, .pxn-h1_offer_box:hover .offer_img .offer_icon {
        -webkit-transform: translate(-50%, 0) rotateY(360deg);
        transform: translate(-50%, 0) rotateY(360deg);
    }
}

@media (max-width: 575px) {
    .pxn-h1_offer_box .offer_title {
        font-size: 22px;
    }
}

/* !END: We Offer CSS */
/**----------------------------------------
START: About CSS
----------------------------------------*/
.pxn-h1-about-section {
    position: relative;
    z-index: 1;
}

.pxn-h1-about-section .bg_shape {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    z-index: -1;
}

.pxn-h1-about-section.about-page {
    padding-top: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h1-about-section .bg_shape {
        max-width: 550px;
    }

    .pxn-h1-about-section.about-page {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h1-about-section .bg_shape {
        max-width: 450px;
    }

    .pxn-h1-about-section.about-page {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1-about-section .bg_shape {
        max-width: 500px;
    }

    .pxn-h1-about-section.about-page {
        padding-top: 90px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h1-about-section.about-page {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .pxn-h1-about-section.about-page {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.pxn-h1_about_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_about_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pxn-h1_about_wrapper .pxn-h1_about_content {
        max-width: 100%;
    }
}

.pxn-h1_about_img {
    position: relative;
    max-width: 650px;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 0 0 40px 0;
    overflow: hidden;
}

.pxn-h1_about_img .border_line {
    content: "";
    width: 92%;
    height: auto;
    aspect-ratio: 500/620;
    border: 12px solid var(--pxn-color-theme-primary);
    border-radius: 10px;
    position: absolute;
    inset-inline-end: 40px;
    bottom: 0;
    z-index: -1;
}

.pxn-h1_about_img img:not(.circle_img) {
    max-width: 100%;
    width: 90%;
    aspect-ratio: 500/620;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    margin-left: auto;
}

.pxn-h1_about_img .circle_img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 285px;
    height: 285px;
    background-color: var(--pxn-color-common-white);
    border-radius: 50%;
    padding: 15px;
    position: absolute;
    inset-inline-start: 0;
    bottom: 24%;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_about_img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .pxn-h1_about_img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
    }

    .pxn-h1_about_img .circle_img {
        width: 200px;
        height: 200px;
    }
}

.pxn-h1_about_content {
    max-width: 630px;
    width: 100%;
}

.pxn-h1_about_content .about_features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 35px;
}

.pxn-h1_about_content .about_key_feature {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pxn-h1_about_content .about_key_feature .pxn_author_signature {
    border-right: 1px solid var(--pxn-color-border-1);
    max-width: 196px;
    padding-right: 41px;
    margin-right: 40px;
}

.pxn-h1_about_content .about_btn {
    margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h1_about_content {
        max-width: 530px;
    }
}

@media (max-width: 575px) {
    .pxn-h1_about_content .about_features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pxn-h1_about_content .about_key_feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .pxn-h1_about_content .about_key_feature .pxn_author_signature {
        border: none;
        padding-right: 0;
        margin: 0;
    }
}

.pxn-h1_client_wrapper {
    padding-top: 120px;
}

.pxn-h1_client_wrapper .pxn-h1_client_carousel {
    margin-top: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h1_client_wrapper {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1_client_wrapper {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h1_client_wrapper {
        padding-top: 80px;
    }
}

@media (max-width: 575px) {
    .pxn-h1_client_wrapper {
        padding-top: 70px;
    }
}

.pxn-h1_client_carousel .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pxn-h2-about-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h2-about-section {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2-about-section {
        padding-top: 90px;
        padding-bottom: 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h2-about-section {
        padding-top: 80px;
        padding-bottom: 140px;
    }
}

@media (max-width: 575px) {
    .pxn-h2-about-section {
        padding-top: 70px;
        padding-bottom: 110px;
    }
}

.pxn-h2_about_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pxn-h2_about_img {
    position: relative;
    max-width: 560px;
    width: 100%;
    -webkit-margin-end: 26px;
    margin-inline-end: 26px; -webkit-margin-start: 60px;
    margin-inline-start: 60px; }

.pxn-h2_about_img .bg_color {
    content: "";
    position: absolute;
    width: 105%;
    height: 105%;
    top: 0;
    inset-inline-start: 0;
    background-color: var(--pxn-color-theme-primary);
    border-radius: 10px;
    z-index: -1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.pxn-h2_about_img img:not(.circle_text) {
    border-radius: 10px;
    aspect-ratio: 560/600;
    -o-object-fit: cover;
    object-fit: cover;
}

.pxn-h2_about_img .pxn_circle_btn {
    position: absolute;
    top: -30px;
    inset-inline-start: -18px;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 12px 10px rgba(6, 61, 47, 0.05);
    box-shadow: 0px 0px 12px 10px rgba(6, 61, 47, 0.05);
}

.pxn-h2_about_img .pxn_circle_btn .icon {
    font-size: 20px;
}

.pxn-h2_about_content {
    max-width: 575px;
    width: 100%;
}

.pxn-h2_about_content .about_key_feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.pxn-h2_about_content .pxn_list i, .pxn-h2_about_content .pxn_list svg {
    color: var(--pxn-color-theme-primary);
    fill: var(--pxn-color-theme-primary);
}

.pxn-h2_about_content .pxn_author_signature_2 {
    margin-top: 25px;
}

.pxn-h2_about_content .about_btn {
    margin-top: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h2_about_img {
        max-width: 520px;
    }

    .pxn-h2_about_content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h2_about_img {
        max-width: 380px;
        -webkit-margin-end: 20px;
        margin-inline-end: 20px; -webkit-margin-start: 40px;
        margin-inline-start: 40px; }

    .pxn-h2_about_content {
        max-width: 535px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_about_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 70px;
    }

    .pxn-h2_about_img {
        -ms-flex-item-align: center;
        align-self: center;
        max-width: calc(100% - 115px);
        -webkit-margin-end: 0;
        margin-inline-end: 0; -webkit-margin-start: 0;
        margin-inline-start: 0; }

    .pxn-h2_about_content {
        max-width: 100%;
    }

    .pxn-h2_about_content .about_key_feature {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

@media (max-width: 575px) {
    .pxn-h2_about_wrap {
        gap: 75px;
    }

    .pxn-h2_about_img {
        max-width: calc(100% - 40px);
    }

    .pxn-h2_about_img .pxn_circle_btn .icon {
        font-size: 16px;
    }

    .pxn-h2_about_content .about_key_feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .pxn-h2_about_content .about_key_feature .pxn_counter {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .pxn-h2_about_content .about_btn {
        margin-top: 30px;
    }
}

.pxn-h3-about-section {
    position: relative;
    z-index: 1;
}

.pxn-h3-about-section .left_shape {
    position: absolute;
    inset-inline-start: 0;
    z-index: -1;
    top: -25%;
    pointer-events: none;
}

.pxn-h3-about-section .right_shape {
    position: absolute;
    inset-inline-end: 2%;
    z-index: -1;
    top: 5%;
    pointer-events: none;
}

.pxn-h3-about-section .left_glow {
    position: absolute;
    inset-inline-start: 0;
    z-index: -2;
    top: 0;
    pointer-events: none;
}

.pxn-h3-about-section .right_glow {
    position: absolute;
    inset-inline-end: 0;
    z-index: -2;
    bottom: 0;
    pointer-events: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h3-about-section .left_glow {
        max-width: 500px;
    }

    .pxn-h3-about-section .right_glow {
        max-width: 550px;
        bottom: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3-about-section .left_glow {
        max-width: 400px;
    }

    .pxn-h3-about-section .right_glow {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3-about-section .left_shape {
        max-width: 200px;
        top: -16%;
    }

    .pxn-h3-about-section .right_shape {
        display: none;
    }

    .pxn-h3-about-section .left_glow {
        max-width: 350px;
    }

    .pxn-h3-about-section .right_glow {
        display: none;
    }
}

.pxn-h3_about_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_about_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pxn-h3_about_img {
    max-width: 540px;
    position: relative;
}

.pxn-h3_about_img img {
    border-radius: 10px;
    aspect-ratio: 540/620;
    -o-object-fit: cover;
    object-fit: cover;
}

.pxn-h3_about_img .pxn_counter_4 {
    margin-top: -125px;
    padding: 0 24px;
    position: relative;
}

.pxn-h3_about_img .pxn_counter_4 .count {
    color: var(--pxn-color-common-white);
}

.pxn-h3_about_content {
    max-width: 670px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pxn-h3_about_content .pxn_image_quote {
    margin-top: 30px;
}

.pxn-h3_about_content .pxn_list_wrap {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 10px;
}

.pxn-h3_about_content .pxn_list li i, .pxn-h3_about_content .pxn_list li svg {
    color: var(--pxn-color-theme-primary);
    fill: var(--pxn-color-theme-primary);
}

.pxn-h3_about_content .about_btn {
    margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h3_about_img {
        max-width: 420px;
    }

    .pxn-h3_about_content .pxn_list_wrap {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_about_img {
        max-width: 100%;
    }

    .pxn-h3_about_content {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h3_about_img {
        max-width: 100%;
    }

    .pxn-h3_about_img .pxn_counter_4 {
        margin-top: -115px;
    }

    .pxn-h3_about_content {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .pxn-h3_about_img {
        max-width: 100%;
    }

    .pxn-h3_about_img .pxn_counter_4 {
        margin-top: -90px;
    }

    .pxn-h3_about_content {
        max-width: 100%;
    }

    .pxn-h3_about_content .pxn_list_wrap {
        grid-template-columns: 1fr;
    }
}

.pxn_image_quote {
    background-color: var(--pxn-color-common-white);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.3;
    color: var(--pxn-color-heading-primary);
}

.pxn_image_quote img {
    max-width: 240px;
    width: 100%;
    aspect-ratio: 240/100;
    border-radius: 10px;
}

.pxn_image_quote .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_image_quote {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .pxn_image_quote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 18px;
        gap: 20px;
    }

    .pxn_image_quote img {
        max-width: 100%;
    }
}

.pxn_client_logo {
    text-align: center;
}

.pxn_client_logo_inner {
    display: inline-block;
}

.pxn_client_logo.style-2 .pxn_client_logo_inner {
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 5px;
    padding: 10px;
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pxn_divider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-sbold);
    font-size: 24px;
    color: var(--pxn-color-heading-primary);
}

.pxn_divider::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--pxn-color-border-1);
    z-index: -1;
}

.pxn_divider > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 30px;
    background-color: var(--pxn-color-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_divider {
        font-size: 22px;
    }

    .pxn_divider > span {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_divider {
        font-size: 20px;
    }

    .pxn_divider > span {
        padding: 0 20px;
    }
}

@media (max-width: 575px) {
    .pxn_divider {
        font-size: 18px;
    }

    .pxn_divider > span {
        padding: 0 15px;
    }
}

/* !END: About CSS */
/**----------------------------------------
START: Why Choose CSS
----------------------------------------*/
.pxn-h1-why-choose-section {
    padding-top: 120px;
    background-color: var(--pxn-color-theme-bg-primary);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h1-why-choose-section {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1-why-choose-section {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h1-why-choose-section {
        padding-top: 80px;
    }
}

@media (max-width: 575px) {
    .pxn-h1-why-choose-section {
        padding-top: 70px;
    }
}

.pxn-h1_why_choose_wrapper .section_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.pxn-h1_why_choose_wrapper .section_heading .sec_title {
    color: var(--pxn-color-common-white);
}

.pxn-h1_why_choose_wrapper .section_heading .sec_desc {
    color: #b7b6b6;
}

.pxn-h1_why_choose_wrapper .section_heading .heading_text {
    max-width: 555px;
    width: 100%;
}

.pxn-h1_why_choose_wrapper .section_heading .sec_desc {
    margin-top: 0;
    max-width: 517px;
    width: 100%;
}

.pxn-h1_why_choose_wrapper .feature_bg_img {
    text-align: end;
    padding-right: 100px;
}

.pxn-h1_why_choose_wrapper .why_choose_features {
    position: relative;
}

.pxn-h1_why_choose_wrapper .why_choose_features .pxn-h1_feature_box {
    position: absolute;
    inset-inline-start: 73px;
    top: 16%;
    z-index: 2;
}

.pxn-h1_why_choose_wrapper .why_choose_features .pxn-h1_feature_box:nth-child(3) {
    inset-inline-start: auto;
    inset-inline-end: 73px;
}

.pxn-h1_why_choose_wrapper .why_choose_features .pxn-h1_feature_box:nth-child(4) {
    inset-inline-start: 0;
    top: 55%;
}

.pxn-h1_why_choose_wrapper .why_choose_features .pxn-h1_feature_box:nth-child(5) {
    inset-inline-start: auto;
    inset-inline-end: 0;
    top: 55%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h1_why_choose_wrapper .feature_bg_img {
        padding-right: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_why_choose_wrapper .section_heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .pxn-h1_why_choose_wrapper .section_heading .heading_text, .pxn-h1_why_choose_wrapper .section_heading .sec_desc {
        max-width: 100%;
    }

    .pxn-h1_why_choose_wrapper .feature_bg_img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        padding-right: 0;
        grid-column: span 2;
    }

    .pxn-h1_why_choose_wrapper .why_choose_features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .pxn-h1_why_choose_wrapper .why_choose_features .pxn-h1_feature_box {
        position: static;
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_why_choose_wrapper .section_heading {
        margin-bottom: 40px;
    }

    .pxn-h1_why_choose_wrapper .why_choose_features {
        grid-template-columns: 1fr;
    }

    .pxn-h1_why_choose_wrapper .feature_bg_img {
        grid-column: unset;
    }
}

.pxn-h1_feature_box {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #1f5044), to(rgba(31, 80, 68, 0)));
    background-image: linear-gradient(270deg, #1f5044 30%, rgba(31, 80, 68, 0) 100%);
    backdrop-filter: blur(10px);
    padding: 30px 30px 30px 0;
    max-width: 345px;
    width: 100%;
}

.pxn-h1_feature_box .feature_box_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.pxn-h1_feature_box .feature_box_head .feature_title {
    width: calc(100% - 110px);
}

.pxn-h1_feature_box .feature_title {
    font-weight: var(--pxn-fw-sbold);
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    color: var(--pxn-color-common-white);
}

.pxn-h1_feature_box .feature_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--pxn-color-theme-primary);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--pxn-color-theme-secondary);
    font-size: 40px;
    line-height: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pxn-h1_feature_box .feature_icon i, .pxn-h1_feature_box .feature_icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn-h1_feature_box .feature_icon svg {
    max-width: 40px;
    height: auto;
}

.pxn-h1_feature_box .feature_desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: #b7b6b6;
    margin-top: 20px;
}

.pxn-h1_feature_box .feature_desc p:last-child {
    margin: 0;
}

.pxn-h1_feature_box.right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(31, 80, 68, 0)), color-stop(80%, #1f5044));
    background-image: linear-gradient(270deg, rgba(31, 80, 68, 0) 0%, #1f5044 80%);
    padding: 30px 0 30px 30px;
}

.pxn-h1_feature_box.right .feature_box_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pxn-h1_feature_box:hover .feature_icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

@media (max-width: 575px) {
    .pxn-h1_feature_box .feature_title {
        font-size: 22px;
    }
}

/* !END: Why Choose CSS */
/**----------------------------------------
START: Team CSS
----------------------------------------*/
.pxn-h1_team_wrapper .section_heading {
    max-width: 562px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1_team_wrapper .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_team_wrapper .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h1_team_wrapper .team_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h1_team_wrapper .team_wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .pxn-h1_team_wrapper .team_wrapper {
        grid-template-columns: 1fr;
    }
}

.pxn-h1_team_member .member_image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.pxn-h1_team_member .member_image a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.pxn-h1_team_member .member_image img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}

.pxn-h1_team_member .member_content {
    padding: 0 8px;
    position: relative;
    z-index: 2;
    margin-top: -25px;
}

.pxn-h1_team_member .member_content .designation {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--pxn-color-theme-primary);
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    color: var(--pxn-color-theme-secondary);
    border-radius: 5px;
    padding: 8.5px 13px;
    margin-bottom: 20px;
}

.pxn-h1_team_member .member_content .designation::before {
    content: "";
    position: absolute;
    inset-inline-start: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 5px;
    z-index: -1;
}

.pxn-h1_team_member .member_content .name {
    margin: 0;
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.2;
}

.pxn-h1_team_member .member_content .name a:hover {
    color: var(--pxn-color-theme-primary);
}

.pxn-h1_team_member .member_content .pxn_socials {
    margin-top: 20px;
}

.pxn-h1_team_member:hover .member_image img {
    -webkit-transform: scale(1.12) !important;
    -ms-transform: scale(1.12) !important;
    transform: scale(1.12) !important;
}

@media (max-width: 575px) {
    .pxn-h1_team_member .member_content .name {
        font-size: 22px;
    }

    .pxn-h1_team_member .member_content .pxn_socials {
        margin-top: 15px;
    }
}

.pxn-h1_team_member.style-2 {
    position: relative;
    z-index: 1;
}

.pxn-h1_team_member.style-2 .member_content {
    -webkit-padding-end: 50px;
    padding-inline-end: 50px; }

.pxn-h1_team_member.style-2 .pxn_socials {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    inset-inline-end: 8px;
    bottom: 0;
    z-index: 2;
}

.pxn-h1_team_member.style-2 .pxn_socials .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--pxn-color-common-white);
    color: var(--pxn-color-theme-secondary);
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn-h1_team_member.style-2 .pxn_socials .share i, .pxn-h1_team_member.style-2 .pxn_socials .share svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn-h1_team_member.style-2 .pxn_socials .share svg {
    max-width: 18px;
    height: auto;
}

.pxn-h1_team_member.style-2 .pxn_socials > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
}

.pxn-h1_team_member.style-2 .pxn_socials > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}

.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li:not(:last-child) {
    -webkit-margin-after: -30px;
    margin-block-end: -30px; }

.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--pxn-color-theme-secondary);
    color: var(--pxn-color-common-white);
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
}

.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li .icon i, .pxn-h1_team_member.style-2 .pxn_socials > li > ul > li .icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li .icon svg {
    max-width: 18px;
    height: auto;
}

.pxn-h1_team_member.style-2 .pxn_socials > li > ul > li a:hover {
    background-color: var(--pxn-color-theme-primary);
    color: var(--pxn-color-theme-secondary);
}

.pxn-h1_team_member.style-2 .pxn_socials > li:hover > .share {
    background-color: var(--pxn-color-theme-primary);
}

.pxn-h1_team_member.style-2 .pxn_socials > li:hover > ul {
    gap: 8px;
}

.pxn-h1_team_member.style-2 .pxn_socials > li:hover > ul > li {
    -webkit-margin-after: 0;
    margin-block-end: 0; opacity: 1;
    visibility: visible;
}

.pxn-h2-team-section {
    position: relative;
    background-color: var(--pxn-color-theme-bg-light);
    z-index: 1;
}

.pxn-h2-team-section .left_shape {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    z-index: -1;
}

.pxn-h2-team-section .right_shape {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2-team-section .right_shape {
        max-width: 410px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2-team-section .left_shape {
        display: none;
    }

    .pxn-h2-team-section .right_shape {
        max-width: 300px;
    }
}

.pxn-h2_team_wrap .section_heading {
    max-width: 562px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2_team_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_team_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h2_team_wrap .team_wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h2_team_wrap .team_wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .pxn-h2_team_wrap .team_wrapper {
        grid-template-columns: 1fr;
    }
}

.pxn-h2_team_cta {
    background-color: var(--pxn-color-common-white);
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 10px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px;
}

.pxn-h2_team_cta .cta_sub {
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    color: var(--pxn-color-text-body);
    margin-bottom: 10px;
}

.pxn-h2_team_cta .cta_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
}

.pxn-h2_team_cta .cta_desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: var(--pxn-color-text-body);
    margin-top: 15px;
}

.pxn-h2_team_cta .cta_desc p:last-child {
    margin: 0;
}

.pxn-h2_team_cta .cta_btn {
    margin-top: auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_team_cta {
        padding: 30px 20px;
    }
}

@media (max-width: 575px) {
    .pxn-h2_team_cta .cta_title {
        font-size: 22px;
    }

    .pxn-h2_team_cta .cta_desc {
        font-size: 16px;
    }
}

.pxn-h3-team-section {
    position: relative;
    padding-top: 120px;
    z-index: 2;
}

.pxn-h3-team-section .left_shape {
    position: absolute;
    inset-inline-start: 0;
    z-index: -1;
    top: -45%;
    pointer-events: none;
}

.pxn-h3-team-section .right_shape {
    position: absolute;
    inset-inline-end: 0;
    z-index: -1;
    top: 0;
    pointer-events: none;
}

.pxn-h3-team-section .left_glow {
    position: absolute;
    inset-inline-start: 0;
    z-index: -2;
    top: 0;
    pointer-events: none;
}

.pxn-h3-team-section .right_glow {
    position: absolute;
    inset-inline-end: 0;
    z-index: -2;
    bottom: 0;
    pointer-events: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h3-team-section .left_shape {
        top: -30%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h3-team-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .pxn-h3-team-section .left_glow {
        max-width: 600px;
    }

    .pxn-h3-team-section .right_glow {
        max-width: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3-team-section {
        padding-top: 90px;
        padding-bottom: 60px;
    }

    .pxn-h3-team-section .left_shape {
        max-width: 220px;
        top: -30%;
    }

    .pxn-h3-team-section .right_shape {
        max-width: 80px;
    }

    .pxn-h3-team-section .left_glow {
        max-width: 400px;
        top: 30%;
    }

    .pxn-h3-team-section .right_glow {
        max-width: 500px;
        bottom: 40%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h3-team-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .pxn-h3-team-section .left_shape {
        max-width: 190px;
        top: -30%;
    }

    .pxn-h3-team-section .right_shape {
        display: none;
    }

    .pxn-h3-team-section .left_glow {
        max-width: 300px;
        top: 40%;
    }

    .pxn-h3-team-section .right_glow {
        max-width: 400px;
        bottom: 40%;
    }
}

@media (max-width: 575px) {
    .pxn-h3-team-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pxn-h3-team-section .left_shape {
        max-width: 180px;
        top: -15%;
    }

    .pxn-h3-team-section .right_shape {
        display: none;
    }

    .pxn-h3-team-section .left_glow {
        max-width: 250px;
    }

    .pxn-h3-team-section .right_glow {
        max-width: 300px;
    }
}

.pxn-h3_team_wrap .section_heading {
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_team_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_team_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h3_team_wrap .team_wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.pxn-h3_team_wrap .team_wrapper .pxn_team_member_2:nth-child(even) {
    margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h3_team_wrap .team_wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .pxn-h3_team_wrap .team_wrapper {
        grid-template-columns: 1fr;
    }

    .pxn-h3_team_wrap .team_wrapper .pxn_team_member_2:nth-child(even) {
        margin-top: 0;
    }
}

.pxn_team_member_2 .member_image {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.pxn_team_member_2 .member_image a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.pxn_team_member_2 .member_image .pxn-hover-btn-item {
    width: 100%;
}

.pxn_team_member_2 .member_image img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}

.pxn_team_member_2 .member_image::after {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#063d2f), to(rgba(6, 61, 47, 0)));
    background-image: linear-gradient(270deg, #063d2f 0%, rgba(6, 61, 47, 0) 100%);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pxn_team_member_2 .member_image .name_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8em;
    white-space: nowrap;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.pxn_team_member_2 .member_image .name {
    margin: 0;
    font-weight: var(--pxn-fw-bold);
    font-size: 80px;
    line-height: 1.1;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    white-space: nowrap;
    color: var(--pxn-color-common-white);
    -webkit-animation: verticalScroll 30s linear infinite;
    animation: verticalScroll 30s linear infinite;
}

.pxn_team_member_2 .member_content {
    padding: 0 8px;
    position: relative;
    z-index: 2;
    margin-top: -25px;
}

.pxn_team_member_2 .member_content .designation {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--pxn-color-theme-primary);
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    color: var(--pxn-color-theme-secondary);
    border-radius: 5px;
    padding: 8.5px 13px;
}

.pxn_team_member_2 .member_content .designation::before {
    content: "";
    position: absolute;
    inset-inline-start: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 5px;
    z-index: -1;
}

.pxn_team_member_2 .member_content .pxn_socials {
    margin-top: 20px;
}

.pxn_team_member_2:hover .member_image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pxn_team_member_2:hover .member_image::after {
    visibility: visible;
    opacity: 1;
}

.pxn_team_member_2:hover .member_image .name_wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

@media (max-width: 575px) {
    .pxn_team_member_2 .member_image .name_wrap {
        inset-inline-start: 3px;
    }

    .pxn_team_member_2 .member_image .name {
        font-size: 65px;
    }

    .pxn_team_member_2 .member_content .pxn_socials {
        margin-top: 15px;
    }
}

/* !END: Team CSS */
/**----------------------------------------
START: Projects CSS
----------------------------------------*/
.pxn-h1-projects-section {
    position: relative;
    background-color: var(--pxn-color-theme-bg-light);
    z-index: 1;
}

.pxn-h1-projects-section .bg_right_shape, .pxn-h1-projects-section .bg_left_shape {
    position: absolute;
    z-index: -1;
}

.pxn-h1-projects-section .bg_left_shape {
    top: 0;
    inset-inline-start: 0;
}

.pxn-h1-projects-section .bg_right_shape {
    bottom: 4%;
    inset-inline-end: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h1-projects-section .bg_left_shape {
        max-width: 380px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h1-projects-section .bg_left_shape {
        max-width: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1-projects-section .bg_left_shape {
        display: none;
    }

    .pxn-h1-projects-section .bg_right_shape {
        bottom: 1%;
    }
}

.pxn-h1_projects_wrapper .section_heading {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1_projects_wrapper .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_projects_wrapper .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h1_projects_wrap {
    margin: -12px -12px 0 -12px;
}

.pxn-h1_projects_wrap .grid-sizer, .pxn-h1_projects_wrap .grid-item {
    width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_projects_wrap .grid-sizer, .pxn-h1_projects_wrap .grid-item {
        width: 100%;
    }
}

.pxn-h1_project_item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    padding: 12px;
}

.pxn-h1_project_item_inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--pxn-color-common-white);
    padding: 6px;
    border-radius: 10px;
    overflow: hidden;
}

.pxn-h1_project_item .project_img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.pxn-h1_project_item .project_img > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.pxn-h1_project_item .project_img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}

.pxn-h1_project_item .project_content {
    background-color: var(--pxn-color-theme-bg-light-2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 30px 40px 30px 25px;
    border-radius: 0 10px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.pxn-h1_project_item .project_content .project_cat {
    display: block;
    margin-bottom: 6px;
}

.pxn-h1_project_item .project_content .project_cat > .category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    color: var(--pxn-color-text-body);
}

.pxn-h1_project_item .project_content .project_cat > a:hover {
    color: var(--pxn-color-theme-secondary);
}

.pxn-h1_project_item .project_content .project_title {
    font-weight: var(--pxn-fw-sbold);
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
}

.pxn-h1_project_item .project_content .project_title a {
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: inline;
}

.pxn-h1_project_item .project_content .project_title a:hover {
    background-size: 100% 2px;
}

.pxn-h1_project_item:hover .project_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 575px) {
    .pxn-h1_project_item .project_content {
        padding: 20px 20px 25px 20px;
        max-width: 90%;
    }

    .pxn-h1_project_item .project_content .project_title {
        font-size: 22px;
    }
}

.pxn-h2_projects_wrapper .section_heading {
    max-width: 660px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2_projects_wrapper .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_projects_wrapper .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h2_projects_wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+1), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+0) {
    max-width: 85%;
}

.pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+2), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+3) {
    max-width: 70%;
}

.pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+0), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+3) {
    margin-left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+1), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+0) {
        max-width: 90%;
    }

    .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+2), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+3) {
        max-width: 80%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_projects_wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+1), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+0) {
        max-width: 100%;
    }

    .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+2), .pxn-h2_projects_wrap .pxn-h2_project_item:nth-child(4n+3) {
        max-width: 100%;
    }
}

.pxn-h2_project_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pxn-h2_project_item .project_img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.pxn-h2_project_item .project_img .pxn-img-reveal, .pxn-h2_project_item .project_img .pxn-hover-btn-item {
    width: 100%;
}

.pxn-h2_project_item .project_img > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.pxn-h2_project_item .project_img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pxn-h2_project_item .project_content {
    background-color: var(--pxn-color-common-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 30px 30px 0 30px;
}

.pxn-h2_project_item .project_content .project_cat {
    display: block;
    margin-bottom: 6px;
}

.pxn-h2_project_item .project_content .project_cat > .category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    color: var(--pxn-color-text-body);
}

.pxn-h2_project_item .project_content .project_cat > a:hover {
    color: var(--pxn-color-theme-secondary);
}

.pxn-h2_project_item .project_content .project_title {
    font-weight: var(--pxn-fw-sbold);
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
}

.pxn-h2_project_item .project_content .project_title a {
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: inline;
}

.pxn-h2_project_item .project_content .project_title a:hover {
    background-size: 100% 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h2_project_item .project_content {
        padding: 25px 25px 0 25px;
    }
}

@media (max-width: 575px) {
    .pxn-h2_project_item .project_content {
        padding: 20px 20px 0 20px;
    }

    .pxn-h2_project_item .project_content .project_title {
        font-size: 22px;
    }
}

.pxn-h3-projects-section {
    position: relative;
    padding-top: 120px;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h3-projects-section {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3-projects-section {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h3-projects-section {
        padding-top: 80px;
    }
}

@media (max-width: 575px) {
    .pxn-h3-projects-section {
        padding-top: 70px;
    }
}

.pxn-h3_projects_wrap {
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pxn-h3_projects_wrap .section_heading {
    max-width: 660px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_projects_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_projects_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h3_projects {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_projects {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_projects {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.pxn-h3_project_item {
    width: 100%;
}

.pxn-h3_project_item .project_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.pxn-h3_project_item .project_img > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.pxn-h3_project_item .project_img img {
    width: 100%;
    aspect-ratio: 585/750;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}

.pxn-h3_project_item .project_img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(54.81%, rgba(6, 61, 47, 0)), color-stop(88.94%, rgba(6, 61, 47, 0.95)));
    background-image: linear-gradient(180deg, rgba(6, 61, 47, 0) 54.81%, rgba(6, 61, 47, 0.95) 88.94%);
    pointer-events: none;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pxn-h3_project_item .project_content {
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    z-index: 2;
    padding: 35px 40px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pxn-h3_project_item .project_content .project_cat {
    display: block;
    margin-bottom: 6px;
    color: var(--pxn-color-common-white);
}

.pxn-h3_project_item .project_content .project_cat > .category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    color: var(--pxn-color-common-white);
}

.pxn-h3_project_item .project_content .project_cat > a:hover {
    color: var(--pxn-color-theme-primary);
}

.pxn-h3_project_item .project_content .project_title {
    font-weight: var(--pxn-fw-sbold);
    color: var(--pxn-color-common-white);
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
}

.pxn-h3_project_item .project_content .project_title a:hover {
    color: var(--pxn-color-theme-primary);
}

.pxn-h3_project_item:hover .project_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pxn-h3_project_item:hover .project_img::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.pxn-h3_project_item:hover .project_content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h3_project_item .project_content {
        padding: 35px 30px;
    }
}

@media (max-width: 575px) {
    .pxn-h3_project_item .project_content {
        padding: 30px 20px;
    }

    .pxn-h3_project_item .project_content .project_title {
        font-size: 22px;
    }
}

.pxn_page_projects {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_page_projects {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_page_projects {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.pxn_page_projects_wrap .pxn_pagination {
    margin-top: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_page_projects_wrap .pxn_pagination {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .pxn_page_projects_wrap .pxn_pagination {
        margin-top: 40px;
    }
}

/* !END: Projects CSS */
/**----------------------------------------
START: Pricing CSS
----------------------------------------*/
.pxn-h1-pricing-section {
    background-color: var(--pxn-color-theme-bg-primary);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pxn-h1-pricing-section.services-page {
    background-color: var(--pxn-color-common-white);
    padding-bottom: 0;
}

.pxn-h1-pricing-section.services-page .pxn-h1_pricing_wrapper .section_heading .sec_title {
    color: var(--pxn-color-heading-primary);
}

.pxn-h1-pricing-section.services-page .pxn_toggle_switcher {
    background-color: var(--pxn-color-theme-bg-primary);
}

.pxn-h1-pricing-section.pricing-page {
    background-color: var(--pxn-color-common-white);
}

.pxn-h1-pricing-section.pricing-page .pxn-h1_pricing_wrapper .section_heading .sec_title {
    color: var(--pxn-color-heading-primary);
}

.pxn-h1-pricing-section.pricing-page .pxn_toggle_switcher {
    background-color: var(--pxn-color-theme-bg-primary);
}

.pxn-h1_pricing_wrapper .section_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
}

.pxn-h1_pricing_wrapper .section_heading .heading_text {
    max-width: 560px;
    width: 100%;
}

.pxn-h1_pricing_wrapper .section_heading .sec_title {
    color: var(--pxn-color-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1_pricing_wrapper .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_pricing_wrapper .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h1_pricing_wrapper .pricing_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1_pricing_wrapper .section_heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .pxn-h1_pricing_wrapper .section_heading .heading_text {
        max-width: 100%;
    }

    .pxn-h1_pricing_wrapper .pricing_wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_pricing_wrapper .section_heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .pxn-h1_pricing_wrapper .section_heading .heading_text {
        max-width: 100%;
    }

    .pxn-h1_pricing_wrapper .pricing_wrapper {
        grid-template-columns: 1fr;
    }
}

.pxn_toggle_switcher {
    position: relative;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid var(--pxn-color-border-2);
    background-color: rgba(255, 255, 255, 0.08);
    padding: 6px;
    width: 270px;
    height: 60px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 1;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 18px;
    line-height: 1.1;
    color: var(--pxn-color-common-white);
}

.pxn_toggle_switcher .toggle-m {
    color: var(--pxn-color-theme-secondary);
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_toggle_switcher .toggle-y {
    color: var(--pxn-color-common-white);
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_toggle_switcher input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}

.pxn_toggle_switcher input[type=checkbox]:checked + .toggle_switch::before {
    inset-inline-start: 134px;
}

.pxn_toggle_switcher input[type=checkbox]:checked ~ .toggle-y {
    color: var(--pxn-color-theme-secondary);
}

.pxn_toggle_switcher input[type=checkbox]:checked ~ .toggle-m {
    color: var(--pxn-color-common-white);
}

.pxn_toggle_switcher .toggle_switch {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.pxn_toggle_switcher .toggle_switch::before {
    content: "";
    display: block;
    background-color: var(--pxn-color-theme-primary);
    border-radius: 50px;
    width: calc(50% - 6px);
    height: calc(100% - 12px);
    position: absolute;
    top: 6px;
    inset-inline-start: 6px;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}

.pxn_pricing_box {
    position: relative;
    background-color: #174b3e;
    -webkit-box-shadow: inset 0 0 0 1px var(--pxn-color-border-2);
    box-shadow: inset 0 0 0 1px var(--pxn-color-border-2);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.pxn_pricing_box.recommended .package_name {
    background-color: var(--pxn-color-theme-primary);
    color: var(--pxn-color-theme-secondary);
}

.pxn_pricing_box .pricing_shape {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    z-index: -1;
}

.pxn_pricing_box .package_name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.1;
    color: var(--pxn-color-common-white);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 14px 35px;
    margin-bottom: 20px;
}

.pxn_pricing_box .package_price {
    font-weight: var(--pxn-fw-sbold);
    color: var(--pxn-color-common-white);
}

.pxn_pricing_box .package_price .currency {
    font-size: 24px;
    text-transform: uppercase;
}

.pxn_pricing_box .package_price .price {
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
}

.pxn_pricing_box .package_price .period {
    font-size: 16px;
    color: #b7b6b6;
}

.pxn_pricing_box .package_features {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pxn_pricing_box .package_features > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: var(--pxn-fw-medium);
    font-size: 16px;
    color: var(--pxn-color-common-white);
    gap: 15px;
}

.pxn_pricing_box .package_features > li:not(:last-child) {
    border-bottom: 1px solid var(--pxn-color-border-2);
    padding-bottom: 16px;
    margin-bottom: 15px;
}

.pxn_pricing_box .package_features > li i, .pxn_pricing_box .package_features > li svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    color: var(--pxn-color-theme-primary);
    fill: var(--pxn-color-theme-primary);
    margin-top: 4px;
}

.pxn_pricing_box .package_features > li svg {
    height: auto;
}

.pxn_pricing_box .package_btn {
    margin-top: 40px;
}

.pxn_pricing_box .package_btn .btn_icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
}

.pxn_pricing_box .pricing_header {
    padding: 40px 35px 90px 35px;
    position: relative;
    z-index: 1;
}

.pxn_pricing_box .pricing_header::before, .pxn_pricing_box .pricing_header::after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 101%;
    height: 101%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#085844), to(#063d2f));
    background-image: linear-gradient(180deg, #085844 0%, #063d2f 100%);
    aspect-ratio: 424/327;
    -webkit-mask-image: url(../images/shapes/pricing-header.svg);
    mask-image: url(../images/shapes/pricing-header.svg);
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: -1;
}

.pxn_pricing_box .pricing_header::after {
    top: 3px;
    background: var(--pxn-color-theme-primary);
    z-index: -2;
}

.pxn_pricing_box .pricing_content {
    padding: 30px 35px 40px 35px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_pricing_box .package_name {
        padding: 14px 30px;
        font-size: 22px;
    }

    .pxn_pricing_box .package_price .price {
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    .pxn_pricing_box .pricing_header {
        padding: 30px 25px 70px 25px;
    }

    .pxn_pricing_box .pricing_content {
        padding: 30px 25px 40px 25px;
    }

    .pxn_pricing_box .package_name {
        font-size: 20px;
    }
}

/* !END: Pricing CSS */
/**----------------------------------------
START: Testimonial CSS
----------------------------------------*/
.pxn-h1-testimonial-section {
    position: relative;
    background-color: var(--pxn-color-theme-bg-light);
    z-index: 1;
}

.pxn-h1-testimonial-section .bg_shape {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    z-index: -1;
}

.pxn-h1-testimonial-section .testimonialContainer {
    margin-left: calc((100% - 1350px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
    padding-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1-testimonial-section .testimonialContainer {
        margin-left: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h1-testimonial-section .bg_shape {
        max-width: 350px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h1-testimonial-section .bg_shape {
        max-width: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1-testimonial-section .bg_shape {
        max-width: 250px;
    }
}

@media sm, (max-width: 575px) {
    .pxn-h1-testimonial-section .bg_shape {
        display: none;
    }
}

.pxn-h1_testimonial_wrap .section_heading {
    max-width: 675px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.pxn-h1_testimonial_wrap .testimonial_content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 75px;
}

.pxn-h1_testimonial_wrap .testimonial_content_wrapper .pxn-h1_testimonial_carousel {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pxn-h1_testimonial_wrap .testimonial_img {
    max-width: 598px;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h1_testimonial_wrap .section_heading {
        margin-bottom: 60px;
    }

    .pxn-h1_testimonial_wrap .testimonial_content_wrapper {
        gap: 30px;
    }

    .pxn-h1_testimonial_wrap .testimonial_img {
        max-width: 440px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_testimonial_wrap .testimonial_img {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1_testimonial_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_testimonial_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h1_testimonial_carousel .pxn_slider-pagination {
    margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_testimonial_carousel .pxn_slider-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_testimonial_carousel .pxn_slider-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 40px;
    }
}

.pxn-h2-testimonial-section {
    position: relative;
    background-color: var(--pxn-color-theme-bg-light);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.pxn-h2-testimonial-section .bg_shape {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn-h2-testimonial-section .bg_shape {
        max-width: 630px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h2-testimonial-section .bg_shape {
        max-width: 550px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h2-testimonial-section .bg_shape {
        max-width: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2-testimonial-section .bg_shape {
        max-width: 400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h2-testimonial-section .bg_shape {
        max-width: 300px;
    }
}

@media (max-width: 575px) {
    .pxn-h2-testimonial-section .bg_shape {
        display: none;
    }
}

.pxn-h2-testimonial-section .testimonialContainer {
    margin-left: calc((100% - 1350px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
    padding-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2-testimonial-section .testimonialContainer {
        margin-left: auto;
    }
}

.pxn-h2-testimonial-section .pxn_slider-pagination {
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2-testimonial-section .pxn_slider-pagination {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2-testimonial-section .pxn_slider-pagination {
        margin-top: 40px;
    }
}

.pxn-h2_testimonial_wrap .section_heading {
    max-width: 675px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2_testimonial_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_testimonial_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h2_testimonial_carousel .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.pxn-h3-testimonial-section {
    position: relative;
    padding-top: 25px;
    padding-bottom: 40px;
    z-index: 1;
}

.pxn-h3-testimonial-section .left_shape {
    position: absolute;
    inset-inline-start: 0;
    z-index: -1;
    top: 100%;
    pointer-events: none;
}

.pxn-h3-testimonial-section .right_shape {
    position: absolute;
    inset-inline-end: 0;
    z-index: -1;
    top: -35%;
    pointer-events: none;
}

.pxn-h3-testimonial-section .left_glow {
    position: absolute;
    inset-inline-start: 0;
    z-index: -2;
    top: 10%;
    pointer-events: none;
}

.pxn-h3-testimonial-section .right_glow {
    position: absolute;
    inset-inline-end: 0;
    z-index: -2;
    bottom: 0;
    pointer-events: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h3-testimonial-section {
        padding-top: 100px;
    }

    .pxn-h3-testimonial-section .left_glow {
        max-width: 500px;
        top: 50%;
    }

    .pxn-h3-testimonial-section .right_glow {
        max-width: 600px;
        bottom: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3-testimonial-section {
        padding-top: 90px;
    }

    .pxn-h3-testimonial-section .right_shape {
        max-width: 250px;
        top: -20%;
    }

    .pxn-h3-testimonial-section .left_glow {
        max-width: 400px;
        top: 70%;
    }

    .pxn-h3-testimonial-section .right_glow {
        max-width: 500px;
        bottom: 60%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h3-testimonial-section {
        padding-top: 80px;
    }

    .pxn-h3-testimonial-section .right_shape {
        max-width: 200px;
        top: -20%;
    }

    .pxn-h3-testimonial-section .left_shape {
        display: none;
    }

    .pxn-h3-testimonial-section .left_glow {
        max-width: 300px;
        top: 70%;
    }

    .pxn-h3-testimonial-section .right_glow {
        max-width: 400px;
        bottom: 60%;
    }
}

@media (max-width: 575px) {
    .pxn-h3-testimonial-section {
        padding-top: 70px;
    }

    .pxn-h3-testimonial-section .right_shape {
        max-width: 190px;
        top: -20%;
    }

    .pxn-h3-testimonial-section .left_shape {
        display: none;
    }

    .pxn-h3-testimonial-section .left_glow {
        max-width: 250px;
        top: 70%;
    }

    .pxn-h3-testimonial-section .right_glow {
        max-width: 300px;
        bottom: 60%;
    }
}

.pxn-h3_testimonial_wrap .section_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-bottom: 20px;
}

.pxn-h3_testimonial_wrap .section_heading .heading_text {
    /* width: 100%; */
}

.pxn-h3_testimonial_wrap .section_heading .client_review {
    background-color: var(--pxn-color-theme-bg-primary);
    max-width: 580px;
    width: 100%;
    border-radius: 10px;
    padding: 25px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

.pxn-h3_testimonial_wrap .section_heading .client_review .google_review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.pxn-h3_testimonial_wrap .section_heading .client_review .google_review > img {
    width: 75px;
    height: auto;
}

.pxn-h3_testimonial_wrap .section_heading .client_review .pxn_review {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.pxn-h3_testimonial_wrap .section_heading .client_review .pxn_review .pxn-rating-wrapper {
    padding: 0;
    background-color: transparent;
    font-size: 17px;
}

.pxn-h3_testimonial_wrap .section_heading .client_review .pxn_review .pxn-rating-wrapper .r-icon-wrapper {
    -webkit-text-stroke-color: #ffa200;
}

.pxn-h3_testimonial_wrap .section_heading .client_review .pxn_review .pxn-rating-wrapper .r-icon-wrapper.r-icon-marked {
    --r-rating-icon-color: #ffa200;
}

.pxn-h3_testimonial_wrap .section_heading .client_review .pxn_review .rating-label {
    font-size: 22px;
    margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_testimonial_wrap .section_heading .heading_text {
        max-width: 515px;
    }

    .pxn-h3_testimonial_wrap .section_heading .client_review {
        padding: 20px 15px;
        max-width: 415px;
        gap: 15px;
    }

    .pxn-h3_testimonial_wrap .section_heading .client_review .google_review > img {
        width: 50px;
    }

    .pxn-h3_testimonial_wrap .section_heading .client_review .google_review .rating-label {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_testimonial_wrap .section_heading {
        margin-bottom: 50px;
    }

    .pxn-h3_testimonial_wrap .section_heading .heading_text {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_testimonial_wrap .section_heading {
        margin-bottom: 40px;
    }

    .pxn-h3_testimonial_wrap .section_heading .heading_text {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .pxn-h3_testimonial_wrap .section_heading .client_review {
        gap: 10px;
    }

    .pxn-h3_testimonial_wrap .section_heading .client_review .pxn_user_list li {
        width: 50px;
        height: 50px;
    }

    .pxn-h3_testimonial_wrap .section_heading .client_review .google_review {
        gap: 15px;
    }

    .pxn-h3_testimonial_wrap .section_heading .client_review .google_review .rating-label {
        font-size: 16px;
        margin-top: 5px;
    }

    .pxn-h3_testimonial_wrap .section_heading .client_review .google_review > img {
        width: 45px;
    }
}

.pxn-h3_testimonial_wrap .testimonial_wrap {
    position: relative;
    background-color: var(--pxn-color-common-white);
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.0784313725);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.0784313725);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    z-index: 1;
}

.pxn-h3_testimonial_wrap .testimonial_wrap::before {
    content: "\e942";
    font-family: var(--pxn-ff-icons);
    color: rgba(6, 61, 47, 0.03);
    font-size: 610px;
    line-height: 1;
    position: absolute;
    inset-inline-end: 10%;
    top: 0;
    z-index: -1;
}

.pxn-h3_testimonial_wrap .testimonial_wrap .testimonial_img {
    max-width: 405px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.pxn-h3_testimonial_wrap .testimonial_wrap .testimonial_img img {
    width: 100%;
}

.pxn-h3_testimonial_wrap .testimonial_wrap .swiper {
    max-width: 837px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_testimonial_wrap .testimonial_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pxn-h3_testimonial_wrap .testimonial_wrap .testimonial_img {
        max-width: 100%;
    }
}

.pxn-h3_testimonial_carousel {
    position: relative;
    z-index: 1;
}

.pxn-h3_testimonial_carousel .pxn_slider-pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 20px;
}

.pxn-rating-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 4px;
    font-size: 20px;
    line-height: 1;
}

.pxn-rating-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 4px;
}

.pxn-rating-wrapper .r-icon {
    position: relative;
    line-height: 1;
}

.pxn-rating-wrapper .r-icon-wrapper {
    -webkit-text-stroke: 1px #fbd819;
    color: transparent;
}

.pxn-rating-wrapper .r-icon-wrapper.r-icon-marked {
    --r-rating-icon-color: #fbd819;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    overflow: hidden;
    position: absolute;
    width: var(--r-rating-icon-marked-width);
    z-index: 1;
}

.pxn-rating-wrapper .r-icon-wrapper i, .pxn-rating-wrapper .r-icon-wrapper svg {
    color: var(--r-rating-icon-color);
    fill: var(--r-rating-icon-color);
    line-height: 1;
}

.pxn_testimonial.swiper-slide {
    max-width: 648px;
    width: 100%;
}

.pxn_testimonial_inner {
    border: 1px solid var(--pxn-color-border-1);
    background-color: var(--pxn-color-common-white);
    border-radius: 10px;
    padding: 24px;
}

.pxn_testimonial .testimonial_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pxn_testimonial .testimonial_header .pxn-rating-wrapper .rating-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    color: var(--pxn-color-text-body);
    margin-top: 3px;
}

.pxn_testimonial .testimonial_quote {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: var(--pxn-color-theme-primary);
    color: var(--pxn-color-theme-secondary);
    font-size: 30px;
    line-height: 1;
}

.pxn_testimonial .testimonial_quote i, .pxn_testimonial .testimonial_quote svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_testimonial .testimonial_quote svg {
    max-width: 30px;
    height: auto;
}

.pxn_testimonial .testimonial_text {
    width: 100%;
    background-color: #f3f1eb;
    padding: 25px;
    border-radius: 10px;
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: justify;
    color: #2d3836;
}

.pxn_testimonial .testimonial_text p:last-child {
    margin: 0;
}

.pxn_testimonial .testimonial_author {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--pxn-color-theme-secondary);
    padding: 5px 30px 5px 5px;
    border-radius: 10px;
    gap: 20px;
    margin-top: 20px;
}

.pxn_testimonial .testimonial_author .author_img {
    max-width: 150px;
    width: 100%;
    aspect-ratio: 80/75;
    border-radius: 10px;
    overflow: hidden;
}

.pxn_testimonial .testimonial_author .author_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.pxn_testimonial .testimonial_author .author_info {
    width: calc(100% - 100px);
}

.pxn_testimonial .testimonial_author .designation {
    font-weight: var(--pxn-fw-sbold);
    font-size: 21px;
    color: var(--pxn-color-theme-secondary);
    margin-bottom: 5px;
}

.pxn_testimonial .testimonial_author .name {
    margin: 0;
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.2;
    color: var(--pxn-color-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_testimonial.swiper-slide {
        max-width: 520px;
    }

    .pxn_testimonial .testimonial_text {
        padding: 20px;
        font-size: 20px;
    }

    .pxn_testimonial .testimonial_author .name {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .pxn_testimonial.swiper-slide {
        max-width: 350px;
    }

    .pxn_testimonial .testimonial_text {
        padding: 15px;
        font-size: 18px;
    }

    .pxn_testimonial .testimonial_author .name {
        font-size: 20px;
    }
}

.pxn_testimonial.style-2.swiper-slide {
    max-width: 424px;
    width: 100%;
}

.pxn_testimonial.style-2.swiper-slide:nth-child(even) {
    padding-bottom: 35px;
}

.pxn_testimonial.style-2 .testimonial_quote {
    background-color: var(--pxn-color-theme-bg-light);
}

.pxn_testimonial.style-2 .testimonial_text {
    background-color: transparent;
    padding: 0;
    color: var(--pxn-color-text-body);
}

.pxn_testimonial.style-2 .testimonial_author {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--pxn-color-border-1);
}

.pxn_testimonial.style-2 .testimonial_author .author_img {
    aspect-ratio: 80/80;
}

.pxn_testimonial.style-2 .testimonial_author .name {
    color: var(--pxn-color-heading-primary);
}

@media (max-width: 575px) {
    .pxn_testimonial.style-2.swiper-slide {
        max-width: 350px;
    }

    .pxn_testimonial.style-2.swiper-slide:nth-child(even) {
        padding-bottom: 25px;
    }
}

.pxn_testimonial.style-3.swiper-slide {
    max-width: 100%;
}

.pxn_testimonial.style-3 .pxn_testimonial_inner {
    background-color: transparent;
    border: none;
    padding: 20px;
}

.pxn_testimonial.style-3 .pxn-rating-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
}

.pxn_testimonial.style-3 .pxn-rating-wrapper .rating-label {
    width: auto;
}

.pxn_testimonial.style-3 .testimonial_text {
    background-color: transparent;
    padding: 0;
    color: var(--pxn-color-common-black);
}

.pxn_testimonial.style-3 .testimonial_author {
    background-color: var(--pxn-color-common-white);
    border: 1px solid var(--pxn-color-border-1);
    margin-top: 30px;
}

.pxn_testimonial.style-3 .testimonial_author .author_img {
    aspect-ratio: 80/80;
}

.pxn_testimonial.style-3 .testimonial_author .name {
    color: var(--pxn-color-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_testimonial.style-3 .testimonial_text {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .pxn_testimonial.style-3 .pxn_testimonial_inner {
        padding: 20px 15px;
    }

    .pxn_testimonial.style-3 .testimonial_text {
        font-size: 18px;
    }

    .pxn_testimonial.style-3 .testimonial_author {
        margin-top: 40px;
    }
}

/* !END: Testimonial CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.pxn-h1_blog_wrap .section_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
}

.pxn-h1_blog_wrap .section_heading .heading_text {
    max-width: 523px;
    width: 100%;
}

.pxn-h1_blog_wrap .section_heading .blog_more_btn .btn_icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1_blog_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_blog_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h1_blog_wrap .more_blog_buttons {
    margin-top: 40px;
}

.pxn-h1_blog_posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1_blog_posts {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1_blog_wrap .section_heading .heading_text {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_blog_wrap .section_heading .heading_text {
        max-width: 100%;
    }

    .pxn-h1_blog_posts {
        grid-template-columns: 1fr;
    }
}

.pxn-h2_blog_wrap .section_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
}

.pxn-h2_blog_wrap .section_heading .heading_text {
    max-width: 523px;
    width: 100%;
}

.pxn-h2_blog_wrap .section_heading .blog_more_btn .btn_icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2_blog_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_blog_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h2_blog_wrap .more_blog_buttons {
    margin-top: 40px;
}

.pxn-h2_blog_posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2_blog_posts {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_blog_wrap .section_heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pxn-h2_blog_wrap .section_heading .heading_text {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_blog_posts {
        grid-template-columns: 1fr;
    }
}

.pxn-h3-blog-section {
    position: relative;
    z-index: 1;
}

.pxn-h3-blog-section .left_shape {
    position: absolute;
    inset-inline-start: 0;
    z-index: -1;
    top: -45%;
    pointer-events: none;
}

.pxn-h3-blog-section .right_shape {
    position: absolute;
    inset-inline-end: 0;
    z-index: -1;
    bottom: 2%;
    pointer-events: none;
}

.pxn-h3-blog-section .left_glow {
    position: absolute;
    inset-inline-start: 0;
    z-index: -2;
    top: 20%;
    pointer-events: none;
}

.pxn-h3-blog-section .right_glow {
    position: absolute;
    inset-inline-end: 0;
    z-index: -2;
    bottom: 20%;
    pointer-events: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h3-blog-section .left_shape {
        max-width: 250px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h3-blog-section .left_shape {
        max-width: 250px;
        top: -27%;
    }

    .pxn-h3-blog-section .left_glow {
        top: 40%;
    }

    .pxn-h3-blog-section .right_glow {
        max-width: 500px;
        bottom: 55%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h3-blog-section .left_shape {
        max-width: 200px;
        top: -27%;
    }

    .pxn-h3-blog-section .left_glow {
        top: 40%;
    }

    .pxn-h3-blog-section .right_glow {
        max-width: 400px;
        bottom: 55%;
    }
}

@media (max-width: 575px) {
    .pxn-h3-blog-section .left_shape {
        max-width: 190px;
        top: -25%;
    }

    .pxn-h3-blog-section .left_glow {
        max-width: 250px;
        top: 55%;
    }

    .pxn-h3-blog-section .right_glow {
        max-width: 300px;
        bottom: 65%;
    }
}

.pxn-h3_blog_wrap .section_heading {
    max-width: 523px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_blog_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_blog_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h3_blog_posts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_blog_posts {
        grid-template-columns: 1fr;
    }
}

.pxn_post_thumbnail .post_date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    z-index: 2;
}

.pxn_post_thumbnail .post_date .day {
    width: 70px;
    min-height: 50px;
    background-color: var(--pxn-color-common-white);
    border-radius: 10px;
    font-weight: var(--pxn-fw-bold);
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: var(--pxn-color-heading-primary);
    padding: 6px 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pxn_post_thumbnail .post_date .month_year {
    background-color: var(--pxn-color-theme-primary);
    border-radius: 5px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: var(--pxn-color-theme-secondary);
    padding: 5px 3px;
}

.pxn_blog_post_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 10px;
    padding: 10px;
}

.pxn_blog_post_inner .blog_meta {
    margin-bottom: 10px;
}

.pxn_blog_post_inner .blog_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.pxn_blog_post_inner .blog_image a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.pxn_blog_post_inner .blog_image img {
    width: 100%;
    aspect-ratio: 406/280;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}

.pxn_blog_post_inner .blog_content {
    padding: 0 15px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pxn_blog_post_inner .blog_date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -60px;
}

.pxn_blog_post_inner .blog_date .day {
    width: 70px;
    min-height: 50px;
    background-color: var(--pxn-color-common-white);
    border-radius: 10px;
    font-weight: var(--pxn-fw-bold);
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: var(--pxn-color-heading-primary);
    padding: 6px 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pxn_blog_post_inner .blog_date .month_year {
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 5px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: var(--pxn-color-common-white);
    padding: 5px 3px;
}

.pxn_blog_post_inner .blog_category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-text-body);
    position: relative;
    margin-bottom: 15px;
}

.pxn_blog_post_inner .blog_category:hover {
    color: var(--pxn-color-theme-secondary);
}

.pxn_blog_post_inner .blog_category::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: currentColor;
    border-radius: 50px;
}

.pxn_blog_post_inner .blog_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.2;
    color: var(--pxn-color-heading-primary);
    margin: 0;
}

.pxn_blog_post_inner .blog_title a {
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: inline;
}

.pxn_blog_post_inner .blog_title a:hover {
    background-size: 100% 2px;
}

.pxn_blog_post_inner .blog_btn {
    margin-top: 25px;
}

.pxn_blog_post_inner:hover .blog_image img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

@media (max-width: 575px) {
    .pxn_blog_post_inner .blog_date {
        margin-top: -50px;
    }

    .pxn_blog_post_inner .blog_date .day {
        font-size: 30px;
    }

    .pxn_blog_post_inner .blog_title {
        font-size: 22px;
    }
}

.pxn_blog_post_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    background-color: var(--pxn-color-theme-bg-light);
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.pxn_blog_post_2 .blog_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.pxn_blog_post_2 .blog_image a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.pxn_blog_post_2 .blog_image img {
    width: 100%;
    aspect-ratio: 424/420;
    -o-object-fit: cover;
    object-fit: cover;
}

.pxn_blog_post_2 .blog_category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-text-body);
    position: relative;
    margin-bottom: 15px;
}

.pxn_blog_post_2 .blog_category:hover {
    color: var(--pxn-color-theme-secondary);
}

.pxn_blog_post_2 .blog_category::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: currentColor;
    border-radius: 50px;
}

.pxn_blog_post_2 .blog_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.2;
    color: var(--pxn-color-heading-primary);
    margin: 0;
}

.pxn_blog_post_2 .blog_title a {
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: inline;
}

.pxn_blog_post_2 .blog_title a:hover {
    background-size: 100% 2px;
}

.pxn_blog_post_2 .blog_btn {
    margin-top: 35px;
}

.pxn_blog_post_2 .blog_date {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    padding: 10px 0 0 10px;
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 10px 0 0 0;
}

.pxn_blog_post_2 .blog_date::after, .pxn_blog_post_2 .blog_date::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -20px;
    right: 0;
    width: 10px;
    height: 20px;
    -webkit-box-shadow: 0 10px 0 0 var(--pxn-color-theme-bg-light);
    box-shadow: 0 10px 0 0 var(--pxn-color-theme-bg-light);
    border-bottom-right-radius: 10px;
    z-index: -1;
}

.pxn_blog_post_2 .blog_date::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: -10px;
}

.pxn_blog_post_2 .blog_date_inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pxn_blog_post_2 .blog_date .day {
    width: 90px;
    min-height: 50px;
    background-color: var(--pxn-color-common-white);
    border-radius: 10px;
    font-weight: var(--pxn-fw-bold);
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: var(--pxn-color-heading-primary);
    padding: 6px 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_blog_post_2 .blog_date .month_year {
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 5px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: var(--pxn-color-common-white);
    padding: 5px 3px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_blog_post_2 .blog_content {
    position: relative;
    background-color: var(--pxn-color-common-white);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.051);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.051);
    z-index: 1;
    padding: 30px 40px 40px 30px;
    border-radius: 10px;
    max-width: 90%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: -140px;
}

@media (max-width: 575px) {
    .pxn_blog_post_2 .blog_title {
        font-size: 22px;
    }

    .pxn_blog_post_2 .blog_content {
        max-width: 95%;
        padding: 25px 35px 35px 20px;
    }
}

.pxn_blog_post_2:hover .blog_date .day {
    background-color: var(--pxn-color-theme-secondary);
    color: var(--pxn-color-theme-primary);
}

.pxn_blog_post_2:hover .blog_date .month_year {
    background-color: var(--pxn-color-theme-primary);
    color: var(--pxn-color-theme-secondary);
}

.pxn_blog_post_3 {
    position: relative;
    z-index: 1;
}

.pxn_blog_post_3 .blog_image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    width: 100%;
    border-radius: 0 10px 10px 10px;
    overflow: hidden;
    z-index: 1;
}

.pxn_blog_post_3 .blog_image a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.pxn_blog_post_3 .blog_image img {
    width: 100%;
    aspect-ratio: 444/440;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}

.pxn_blog_post_3 .blog_date {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    padding: 10px 10px 10px 0;
    background-color: var(--pxn-color-common-white);
    border-radius: 0 0 10px 0;
    z-index: 2;
}

.pxn_blog_post_3 .blog_date::after, .pxn_blog_post_3 .blog_date::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 0;
    inset-inline-end: -20px;
    width: 20px;
    height: 10px;
    -webkit-box-shadow: 10px 0 0 0 var(--pxn-color-common-white);
    box-shadow: 10px 0 0 0 var(--pxn-color-common-white);
    border-top-right-radius: 10px;
    z-index: -1;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pxn_blog_post_3 .blog_date::after {
    top: auto;
    right: auto;
    bottom: -10px;
    inset-inline-start: 0;
}

.pxn_blog_post_3 .blog_date_inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pxn_blog_post_3 .blog_date .day {
    width: 90px;
    min-height: 50px;
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 10px;
    font-weight: var(--pxn-fw-bold);
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: var(--pxn-color-heading-primary);
    padding: 6px 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_blog_post_3 .blog_date .month_year {
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 5px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: var(--pxn-color-common-white);
    padding: 5px 3px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_blog_post_3 .blog_category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-text-body);
    position: relative;
    margin-bottom: 15px;
}

.pxn_blog_post_3 .blog_category:hover {
    color: var(--pxn-color-theme-secondary);
}

.pxn_blog_post_3 .blog_category::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: currentColor;
    border-radius: 50px;
}

.pxn_blog_post_3 .blog_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.2;
    color: var(--pxn-color-heading-primary);
    margin: 0;
}

.pxn_blog_post_3 .blog_title a {
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: inline;
}

.pxn_blog_post_3 .blog_title a:hover {
    background-size: 100% 2px;
}

.pxn_blog_post_3 .blog_btn {
    margin-top: 25px;
}

.pxn_blog_post_3 .blog_meta {
    margin-top: 25px;
}

.pxn_blog_post_3 .blog_content {
    background-color: var(--pxn-color-common-white);
    padding: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.051);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.051);
    border-radius: 10px;
    max-width: 58%;
    width: 100%;
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    z-index: 2;
}

.pxn_blog_post_3:hover .blog_image img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn_blog_post_3 .blog_content {
        padding: 30px 20px;
        max-width: 60%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_blog_post_3 {
        max-width: 720px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_blog_post_3 .blog_content {
        padding: 30px 20px;
        max-width: 62%;
    }

    .pxn_blog_post_3 .blog_title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .pxn_blog_post_3 .blog_image {
        max-width: 100%;
    }

    .pxn_blog_post_3 .blog_title {
        font-size: 22px;
    }

    .pxn_blog_post_3 .blog_content {
        max-width: 100%;
        position: static;
        padding: 25px 20px;
    }
}

.blog_meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid var(--pxn-color-border-1);
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 10px;
    padding: 10px 15px;
}

.blog_meta .meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.3;
    color: var(--pxn-color-text-body);
    padding: 6px 0;
}

.blog_meta .meta a {
    color: inherit;
}

.blog_meta .meta a:hover {
    color: var(--pxn-color-theme-secondary);
}

.blog_meta .meta i, .blog_meta .meta svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    color: var(--pxn-color-theme-primary);
    fill: var(--pxn-color-theme-primary);
    font-size: 115%;
}

.blog_meta .meta svg {
    max-width: 18px;
    height: auto;
}

.blog_meta .meta_divider {
    width: 1px;
    height: auto;
    background-color: var(--pxn-color-border-1);
}

/* !END: Blog CSS */
/**----------------------------------------
START: Marquee CSS
----------------------------------------*/
.pxn-h1_marquee_wrap {
    padding-bottom: 26px;
}

.pxn-h1_marquee_wrap .pxn_marquee_scroll {
    background-color: var(--pxn-color-theme-secondary);
    padding: 35px 0;
    position: relative;
}

.pxn-h1_marquee_wrap .pxn_marquee_scroll::before {
    content: "";
    position: absolute;
    inset-inline-start: -2%;
    width: 105%;
    top: 0;
    height: 100%;
    background-color: var(--pxn-color-theme-primary);
    z-index: -1;
    -webkit-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h1_marquee_wrap .pxn_marquee_scroll::before {
        -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h1_marquee_wrap {
        padding-bottom: 20px;
    }

    .pxn-h1_marquee_wrap .pxn_marquee_scroll::before {
        -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_marquee_wrap {
        padding-bottom: 20px;
    }

    .pxn-h1_marquee_wrap .pxn_marquee_scroll::before {
        -webkit-transform: rotate(-1.5deg);
        -ms-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
    }
}

.pxn-h3_marquee_wrap .pxn_marquee_scroll {
    background-color: var(--pxn-color-theme-primary);
    padding: 20px 0;
    position: relative;
}

.pxn-h3_marquee_wrap .pxn_marquee_scroll_wrapper .marquee_text {
    color: var(--pxn-color-heading-primary);
}

.pxn_marquee_scroll {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    gap: 12px;
}

.pxn_marquee_scroll_wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    gap: 12px;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.pxn_marquee_scroll_wrapper .marquee_text {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-bold);
    font-size: 50px;
    line-height: 1.2;
    color: var(--pxn-color-common-white);
}

.pxn_marquee_scroll_wrapper .marquee_text:nth-child(even) {
    opacity: 0.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_marquee_scroll_wrapper .marquee_text {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_marquee_scroll_wrapper .marquee_text {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_marquee_scroll_wrapper .marquee_text {
        font-size: 30px;
    }
}

/* !END: Marquee CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.pxn-h1_contact_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 50px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.pxn-h1_contact_wrap .pxn_contact_form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h1_contact_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.pxn_contact_page_wrap .section_heading {
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_contact_page_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_contact_page_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn_contact_page_form_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

.pxn_contact_page_form_wrap .pxn_contact_map {
    max-width: 535px;
    width: 100%;
}

.pxn_contact_page_form_wrap .pxn_contact_form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pxn_contact_page_info_wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_contact_page_form_wrap .pxn_contact_map {
        max-width: 450px;
    }

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

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_contact_page_form_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .pxn_contact_page_form_wrap .pxn_contact_map {
        max-width: 100%;
    }

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_contact_page_info_wrap {
        grid-template-columns: 1fr;
    }
}

.pxn_contact_form .section_heading {
    max-width: 570px;
    width: 100%;
    margin-bottom: 30px;
}

.pxn_contact_form form {
    background-color: var(--pxn-color-theme-bg-light);
    padding: 40px;
    border-radius: 10px;
}

.pxn_contact_form .form_group {
    margin-bottom: 35px;
}

.pxn_contact_form .error {
    color: red;
    font-size: 13px;
    margin: 5px 0 0 0;
}

.pxn_contact_form select, .pxn_contact_form .nice-select, .pxn_contact_form input[type=search], .pxn_contact_form input[type=tel], .pxn_contact_form input[type=text], .pxn_contact_form input[type=email], .pxn_contact_form input[type=url], .pxn_contact_form input[type=password], .pxn_contact_form input[type=number], .pxn_contact_form input[type=date], .pxn_contact_form input[type=datetime-local], .pxn_contact_form input[type=month], .pxn_contact_form input[type=week], .pxn_contact_form input[type=time], .pxn_contact_form textarea {
    background-color: var(--pxn-color-common-white);
}

.pxn_contact_form select:focus, .pxn_contact_form .nice-select:focus, .pxn_contact_form input[type=search]:focus, .pxn_contact_form input[type=tel]:focus, .pxn_contact_form input[type=text]:focus, .pxn_contact_form input[type=email]:focus, .pxn_contact_form input[type=url]:focus, .pxn_contact_form input[type=password]:focus, .pxn_contact_form input[type=number]:focus, .pxn_contact_form input[type=date]:focus, .pxn_contact_form input[type=datetime-local]:focus, .pxn_contact_form input[type=month]:focus, .pxn_contact_form input[type=week]:focus, .pxn_contact_form input[type=time]:focus, .pxn_contact_form textarea:focus {
    border-color: var(--pxn-color-theme-primary);
}

.pxn_contact_form button[type=submit] .btn_icon, .pxn_contact_form input[type=submit] .btn_icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
}

.pxn_contact_img {
    max-width: 535px;
    width: 100%;
    padding-right: 15px;
    position: relative;
}

.pxn_contact_img .contact_img_bg {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    top: -15px;
    width: 100%;
    height: 85%;
    background-color: var(--pxn-color-theme-primary);
    border-radius: 10px;
    z-index: -1;
}

.pxn_contact_img img:not(.img_top) {
    width: 100%;
    aspect-ratio: 520/600;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.pxn_contact_img .img_top {
    max-width: 150px;
    width: 100%;
    position: absolute;
    inset-inline-start: -80px;
    top: -95px;
}

.pxn_contact_map {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.pxn_contact_map .pxn-map {
    width: 100%;
    min-height: 400px;
    height: 100%;
}

.pxn_contact_map .pxn_map_marker {
    font-size: 40px;
    line-height: 1;
    color: var(--pxn-color-theme-secondary);
}

.pxn_contact_box {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.pxn_contact_box .contact_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: var(--pxn-color-theme-primary);
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
    color: var(--pxn-color-theme-secondary);
}

.pxn_contact_box .contact_icon i, .pxn_contact_box .contact_icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pxn_contact_box .contact_icon svg {
    max-width: 16px;
    height: auto;
}

.pxn_contact_box a.contact_icon:hover i, .pxn_contact_box a.contact_icon:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pxn_contact_box .contact_no {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    color: var(--pxn-color-common-white);
}

.pxn_contact_box a.contact_no::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-start: auto;
    inset-inline-end: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_contact_box a.contact_no:hover::after {
    width: 100%;
    inset-inline-start: 0;
    inset-inline-end: auto;
}

.pxn_contact_info {
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 10px;
    background-color: var(--pxn-color-theme-bg-light);
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.pxn_contact_info .contact_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid var(--pxn-color-border-1);
    border-radius: 50%;
    background-color: var(--pxn-color-common-white);
    font-size: 25px;
    line-height: 1;
    color: var(--pxn-color-theme-secondary);
}

.pxn_contact_info .contact_icon i, .pxn_contact_info .contact_icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_contact_info .contact_icon svg {
    max-width: 25px;
    height: auto;
}

.pxn_contact_info .contact_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pxn_contact_info .contact_content .label {
    display: block;
    font-weight: var(--pxn-fw-medium);
    font-size: 16px;
    line-height: 1.2;
    color: var(--pxn-color-text-body);
    margin-bottom: 8px;
}

.pxn_contact_info .contact_content .text {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-medium);
    font-size: 22px;
    line-height: 1.2;
    color: var(--pxn-color-heading-primary);
    position: relative;
}

.pxn_contact_info .contact_content a.text::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-start: auto;
    inset-inline-end: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pxn_contact_info .contact_content a.text:hover::after {
    width: 100%;
    inset-inline-start: 0;
    inset-inline-end: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_contact_form form {
        padding: 25px;
    }

    .pxn_contact_img {
        max-width: 440px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_contact_form .section_heading {
        max-width: 100%;
    }

    .pxn_contact_form form {
        padding: 30px 25px;
    }

    .pxn_contact_img {
        max-width: 100%;
    }

    .pxn_contact_img .img_top {
        display: none;
    }

    .pxn_contact_info {
        padding: 25px 20px;
    }

    .pxn_contact_info .contact_content .text {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .pxn_contact_form form {
        padding: 30px 20px;
    }

    .pxn_contact_form .form_group {
        margin-bottom: 20px;
    }

    .pxn_contact_img {
        max-width: 100%;
    }

    .pxn_contact_img .img_top {
        display: none;
    }

    .pxn_contact_info {
        padding: 20px 15px;
        gap: 15px;
    }

    .pxn_contact_info .contact_content .text {
        font-size: 18px;
    }
}

/* !END: Contact CSS */
/**----------------------------------------
START: Services CSS
----------------------------------------*/
.pxn-h2-services-section {
    position: relative;
    background-color: var(--pxn-color-theme-bg-light);
    z-index: 1;
}

.pxn-h2-services-section .left_shape {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    z-index: -1;
}

.pxn-h2-services-section .right_shape {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn-h2-services-section .left_shape {
        max-width: 435px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h2-services-section .left_shape {
        max-width: 350px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h2-services-section .left_shape {
        max-width: 300px;
    }

    .pxn-h2-services-section .right_shape {
        max-width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2-services-section .left_shape {
        display: none;
    }

    .pxn-h2-services-section .right_shape {
        max-width: 350px;
    }
}

.pxn-h2_services_wrap .section_heading {
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2_services_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_services_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h2_services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.pxn-h2_services .feature {
    grid-column: span 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2_services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_services {
        grid-template-columns: 1fr;
    }

    .pxn-h2_services .feature {
        grid-column: auto;
    }
}

.pxn-h3-services-section {
    position: relative;
    z-index: 3;
}

.pxn-h3_services_section_inner {
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--pxn-color-theme-secondary);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.pxn-h3_services_wrap .sec_title {
    color: var(--pxn-color-common-white);
}

.pxn-h3_services_wrap .section_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
}

.pxn-h3_services_wrap .section_heading .heading_text {
    max-width: 560px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_services_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_services_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h3_services_wrap .services_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_services_wrap .section_heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pxn-h3_services_wrap .section_heading .heading_text {
        max-width: 100%;
    }
}

.pxn_service_item {
    position: relative;
    background-color: var(--pxn-color-common-white);
    border-radius: 10px;
    padding: 35px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.pxn_service_item.feature::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(46.15%, rgba(6, 61, 47, 0.95)), color-stop(80%, rgba(6, 61, 47, 0)));
    background: linear-gradient(90deg, rgba(6, 61, 47, 0.95) 46.15%, rgba(6, 61, 47, 0) 80%);
    z-index: -1;
}

.pxn_service_item.feature .service_no {
    display: none;
}

.pxn_service_item.feature .service_content {
    max-width: 355px;
    width: 100%;
}

.pxn_service_item.feature .service_title {
    color: var(--pxn-color-common-white);
}

.pxn_service_item.feature .service_excerpt {
    color: #b7b6b6;
}

.pxn_service_item.feature .service_btn {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: var(--pxn-color-common-white);
}

.pxn_service_item.feature .service_btn .btn_icon {
    background-color: var(--pxn-color-theme-primary);
}

.pxn_service_item .service_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.pxn_service_item .service_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--pxn-color-theme-primary);
    border-radius: 50%;
    font-size: 40px;
    line-height: 1;
    color: var(--pxn-color-theme-secondary);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pxn_service_item .service_icon i, .pxn_service_item .service_icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_service_item .service_icon svg {
    max-width: 35px;
    height: auto;
}

.pxn_service_item .service_no {
    font-weight: var(--pxn-fw-bold);
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: rgba(6, 61, 47, 0.1);
}

.pxn_service_item .service_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.1;
    margin: 0;
}

.pxn_service_item .service_title a {
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    display: inline;
}

.pxn_service_item .service_title a:hover {
    background-size: 100% 2px;
}

.pxn_service_item .service_excerpt {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: var(--pxn-color-text-body);
    margin-top: 15px;
}

.pxn_service_item .service_btn {
    margin-top: 24px;
    background-color: var(--pxn-color-theme-bg-light);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.pxn_service_item .service_btn .btn_icon {
    background-color: var(--pxn-color-common-white);
    color: var(--pxn-color-theme-secondary);
}

.pxn_service_item:hover .service_icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_service_item {
        padding: 30px 25px;
    }
}

@media (max-width: 575px) {
    .pxn_service_item {
        padding: 30px 20px;
    }

    .pxn_service_item .service_title {
        font-size: 22px;
    }
}

.pxn_service_item_2 {
    position: relative;
    border: 1px solid var(--pxn-color-border-2);
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 10px;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    z-index: 1;
}

.pxn_service_item_2::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 150px;
    aspect-ratio: 160/237;
    -webkit-mask-image: url(../images/shapes/h3-service-line.svg);
    mask-image: url(../images/shapes/h3-service-line.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--pxn-color-common-white);
    z-index: -1;
}

.pxn_service_item_2 .service_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--pxn-color-theme-primary);
    font-size: 40px;
    line-height: 1;
    color: var(--pxn-color-theme-secondary);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pxn_service_item_2 .service_icon i, .pxn_service_item_2 .service_icon svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_service_item_2 .service_icon svg {
    max-width: 40px;
    height: auto;
}

.pxn_service_item_2 .service_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.3;
    color: var(--pxn-color-common-white);
    margin: 0;
}

.pxn_service_item_2 .service_title a:hover {
    color: var(--pxn-color-theme-primary);
}

.pxn_service_item_2 .service_excerpt {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: #b7b6b6;
    margin-top: 15px;
}

.pxn_service_item_2 .service_excerpt p:last-child {
    margin: 0;
}

.pxn_service_item_2 .service_tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 20px;
}

.pxn_service_item_2 .service_tags > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--pxn-color-border-2);
    background-color: #124739;
    border-radius: 50px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.1;
    color: var(--pxn-color-common-white);
    padding: 8px 19px;
}

.pxn_service_item_2 .service_btn {
    border: 1px solid var(--pxn-color-border-2);
    background-color: #124739;
    color: var(--pxn-color-common-white);
    margin-top: 30px;
}

.pxn_service_item_2 .service_btn .btn_icon {
    border: 1px solid var(--pxn-color-border-2);
    background-color: var(--pxn-color-theme-secondary);
    color: var(--pxn-color-theme-primary);
}

.pxn_service_item_2 .service_content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 45px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 35px 0 35px 50px;
}

.pxn_service_item_2 .service_content .service_text {
    max-width: 310px;
    width: 100%;
}

.pxn_service_item_2 .service_img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 10px;
    overflow: hidden;
    line-height: 1;
    max-width: 670px;
    width: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pxn_service_item_2 .service_img a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.pxn_service_item_2 .service_img img {
    width: 100%;
    aspect-ratio: 670/380;
    -o-object-fit: cover;
    object-fit: cover;
}

.pxn_service_item_2:hover .service_icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn_service_item_2::before {
        max-width: 100px;
    }

    .pxn_service_item_2 .service_content {
        padding: 5px 0 5px 5px;
        gap: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn_service_item_2::before {
        max-width: 100px;
    }

    .pxn_service_item_2 .service_content {
        padding: 0;
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pxn_service_item_2 .service_content .service_text {
        max-width: 330px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_service_item_2 {
        padding: 20px 20px 30px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 40px;
    }

    .pxn_service_item_2::before {
        display: none;
    }

    .pxn_service_item_2 .service_content {
        padding: 0;
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pxn_service_item_2 .service_content .service_text {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .pxn_service_item_2 {
        padding: 15px 15px 30px 15px;
    }

    .pxn_service_item_2 .service_title {
        font-size: 22px;
    }

    .pxn_service_item_2 .service_img img {
        min-height: 220px;
    }
}

.pxn_review {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pxn_review .pxn-rating-wrapper {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding: 9px 15px;
    border-radius: 50px;
    font-size: 17px;
}

.pxn_review .rating-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    line-height: 1.3;
    color: var(--pxn-color-common-white);
    margin-top: 20px;
}

/* !END: Services CSS */
/**----------------------------------------
START: Counter Section CSS
----------------------------------------*/
.pxn-h2-counter-section {
    position: relative;
    min-height: 700px;
    background-color: var(--pxn-color-theme-bg-primary);
    padding: 300px 0 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    z-index: 1;
}

.pxn-h2-counter-section .bg_img {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pxn-h2-counter-section .bg_img::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40.87%, rgba(6, 61, 47, 0)), color-stop(71.15%, rgba(12, 33, 28, 0.78)));
    background-image: linear-gradient(180deg, rgba(6, 61, 47, 0) 40.87%, rgba(12, 33, 28, 0.78) 71.15%);
}

.pxn-h2_counters_wrap {
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2_counters_wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_counters_wrap {
        grid-template-columns: 1fr;
    }
}

.pxn-h3-counter-section {
    border-bottom: 1px solid var(--pxn-color-border-1);
    margin-bottom: 100px;
}

.pxn-h3-counter-section.about-page {
    margin-bottom: 60px;
}

.pxn-h3-counter-section .radius_line {
    width: 100%;
    position: relative;
    z-index: 1;
}

.pxn-h3-counter-section .radius_line > svg {
    width: 100%;
    height: auto;
}

.pxn-h3-counter-section .radius_line > svg .curve-fill {
    fill: var(--pxn-color-common-white);
}

.pxn-h3-counter-section .radius_line > svg .curve-line {
    stroke: var(--pxn-color-border-1);
}

.pxn-h3_counter_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.pxn-h3_counter_wrap hr {
    position: relative;
    opacity: 1;
    width: 1px;
    height: auto;
    border: none;
    margin: 0;
    background-color: transparent;
    overflow: unset;
}

.pxn-h3_counter_wrap hr::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    height: 150%;
    width: 100%;
    background-color: var(--pxn-color-border-1);
    z-index: -1;
}

.pxn-h3_counter_wrap .counter_item {
    display: inline-block;
    padding: 70px 30px;
}

.pxn-h3_counter_wrap .counter_item .count {
    font-size: 100px;
    color: var(--pxn-color-heading-primary);
}

.pxn-h3_counter_wrap .counter_item .title {
    font-size: 24px;
    color: var(--pxn-color-text-body);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pxn-h3_counter_wrap {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pxn-h3_counter_wrap {
        gap: 15px;
    }

    .pxn-h3_counter_wrap .counter_item {
        padding: 35px 15px;
    }

    .pxn-h3_counter_wrap .counter_item .count {
        font-size: 90px;
    }

    .pxn-h3_counter_wrap .counter_item .title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h3_counter_wrap {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .pxn-h3_counter_wrap .counter_item {
        padding: 35px 15px;
    }

    .pxn-h3_counter_wrap .counter_item .count {
        font-size: 75px;
    }

    .pxn-h3_counter_wrap .counter_item .title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_counter_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .pxn-h3_counter_wrap hr {
        display: none;
    }

    .pxn-h3_counter_wrap .counter_item {
        padding: 35px 15px;
    }

    .pxn-h3_counter_wrap .counter_item .count {
        font-size: 75px;
    }

    .pxn-h3_counter_wrap .counter_item .title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .pxn-h3_counter_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pxn-h3_counter_wrap .counter_item {
        padding: 30px 0;
        min-width: 210px;
    }

    .pxn-h3_counter_wrap .counter_item .count {
        font-size: 55px;
    }

    .pxn-h3_counter_wrap .counter_item .title {
        font-size: 18px;
    }
}

/* !END: Counter Section CSS */
/**----------------------------------------
START: Process CSS
----------------------------------------*/
.pxn-h2-process-section {
    background-color: var(--pxn-color-theme-bg-primary);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pxn-h2_process_wrap .section_heading {
    max-width: 660px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.pxn-h2_process_wrap .section_heading .sec_title {
    color: var(--pxn-color-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2_process_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_process_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h2_process_items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 30px;
}

.pxn-h2_process_items .pxn_process_item:last-child .process_line {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h2_process_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_process_items {
        grid-template-columns: 1fr;
    }
}

.pxn-h3-process-section {
    position: relative;
    z-index: 1;
}

.pxn-h3-process-section .right_shape {
    position: absolute;
    inset-inline-end: 0;
    z-index: -1;
    top: -55%;
    pointer-events: none;
}

.pxn-h3-process-section .left_glow {
    position: absolute;
    inset-inline-start: 0;
    z-index: -2;
    top: 10%;
    pointer-events: none;
}

.pxn-h3-process-section .right_glow {
    position: absolute;
    inset-inline-end: 0;
    z-index: -2;
    bottom: 10%;
    pointer-events: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3-process-section .right_glow {
        max-width: 300px;
        bottom: 60%;
    }

    .pxn-h3-process-section .left_glow {
        max-width: 400px;
        top: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h3-process-section .right_shape {
        max-width: 220px;
        top: -30%;
    }

    .pxn-h3-process-section .right_glow {
        max-width: 300px;
        bottom: 60%;
    }

    .pxn-h3-process-section .left_glow {
        max-width: 400px;
        top: 50%;
    }
}

@media (max-width: 575px) {
    .pxn-h3-process-section .right_shape {
        max-width: 190px;
        top: -26%;
    }

    .pxn-h3-process-section .right_glow {
        max-width: 250px;
        bottom: 60%;
    }

    .pxn-h3-process-section .left_glow {
        max-width: 300px;
        top: 65%;
    }
}

.pxn-h3_process_wrap .section_heading {
    max-width: 565px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_process_wrap .section_heading {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_process_wrap .section_heading {
        margin-bottom: 40px;
    }
}

.pxn-h3_process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    z-index: 1;
    padding-bottom: 36px;
}

.pxn-h3_process .process_wrap_line {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--pxn-color-heading-primary);
}

.pxn-h3_process .process_wrap_line .horizontal {
    display: block;
    width: 100%;
}

.pxn-h3_process .process_wrap_line .vertical {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_process {
        grid-template-columns: 1fr;
        padding-bottom: 0;
        -webkit-padding-start: 36px;
        padding-inline-start: 36px; }

    .pxn-h3_process .process_wrap_line {
        height: 100%;
        width: auto;
    }

    .pxn-h3_process .process_wrap_line .horizontal {
        display: none;
    }

    .pxn-h3_process .process_wrap_line .vertical {
        display: block;
        height: 100%;
    }
}

@media (max-width: 575px) {
    .pxn-h3_process {
        -webkit-padding-start: 26px;
        padding-inline-start: 26px; }
}

.pxn_process_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.pxn_process_item .process_line {
    width: calc(100% - 120px);
    position: absolute;
    inset-inline-end: 0;
    line-height: 1;
    top: 11px;
}

.pxn_process_item .process_line svg {
    width: 100%;
    height: auto;
}

.pxn_process_item .process_line svg path {
    color: #878c8f;
}

.pxn_process_item .process_step {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid var(--pxn-color-border-2);
    background-color: var(--pxn-color-theme-secondary);
    border-radius: 5px;
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    color: var(--pxn-color-common-white);
    padding: 8px 17px;
    margin-bottom: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pxn_process_item .process_content {
    width: 100%;
    border: 1px solid var(--pxn-color-border-2);
    border-radius: 10px;
    background-color: var(--pxn-color-theme-secondary);
    padding: 28px 25px;
}

.pxn_process_item .process_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.3;
    color: var(--pxn-color-common-white);
    margin: 0;
}

.pxn_process_item .process_desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: #b7b6b6;
    margin-top: 15px;
}

.pxn_process_item .process_img {
    width: 100%;
    border: 1px solid var(--pxn-color-border-2);
    border-radius: 10px;
    background-color: var(--pxn-color-theme-secondary);
    padding: 12px;
}

.pxn_process_item .process_img img {
    width: 100%;
    border-radius: 10px;
}

.pxn_process_item:hover .process_step {
    background-color: var(--pxn-color-theme-primary);
    border-color: var(--pxn-color-theme-primary);
    color: var(--pxn-color-theme-secondary);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_process_item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 15px;
    }

    .pxn_process_item .process_step {
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        padding: 10px 8px;
        margin: 0;
    }

    .pxn_process_item .process_line {
        width: auto;
        height: calc(100% - 100px);
        inset-inline-end: auto;
        inset-inline-start: 11px;
        top: auto;
        bottom: 0;
    }

    .pxn_process_item .process_line svg {
        -webkit-transform: rotate(90deg) translateY(-100%);
        -ms-transform: rotate(90deg) translateY(-100%);
        transform: rotate(90deg) translateY(-100%);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }
}

.pxn_process_item_2 {
    position: relative;
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 10px;
    padding: 40px 30px 100px 30px;
    z-index: 1;
}

.pxn_process_item_2 .process_step {
    position: absolute;
    inset-inline-end: 30px;
    bottom: -1px;
    z-index: 1;
}

.pxn_process_item_2 .process_step::after {
    content: "";
    position: absolute;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
    width: 6px;
    height: 50px;
    -webkit-mask-image: url(../images/shapes/h3-process-line.svg);
    mask-image: url(../images/shapes/h3-process-line.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    background-color: var(--pxn-color-theme-secondary);
}

.pxn_process_item_2 .process_no {
    aspect-ratio: 90/110;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-mask-image: url(../images/shapes/h3-process-shape.svg);
    mask-image: url(../images/shapes/h3-process-shape.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    background-color: var(--pxn-color-common-white);
    padding: 8px;
}

.pxn_process_item_2 .process_no > span {
    background-color: var(--pxn-color-theme-bg-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-family: var(--pxn-ff-heading-primary);
    font-weight: var(--pxn-fw-bold);
    font-size: 30px;
    line-height: 1;
    color: var(--pxn-color-heading-primary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pxn_process_item_2 .process_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
}

.pxn_process_item_2 .process_title a:hover {
    color: var(--pxn-color-theme-primary);
}

.pxn_process_item_2 .process_desc {
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: #7e7e7a;
    margin-top: 15px;
}

.pxn_process_item_2 .process_desc p:last-child {
    margin: 0;
}

.pxn_process_item_2 .process_btn {
    margin-top: 30px;
}

.pxn_process_item_2:hover .process_no > span {
    background-color: var(--pxn-color-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_process_item_2 {
        padding: 160px 30px 40px 30px;
    }

    .pxn_process_item_2 .process_step {
        inset-inline-start: 8px;
        inset-inline-end: auto;
        bottom: auto;
        top: 30px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .pxn_process_item_2 .process_no > span {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media (max-width: 575px) {
    .pxn_process_item_2 {
        padding: 130px 20px 30px 20px;
    }

    .pxn_process_item_2 .process_step {
        top: 20px;
    }

    .pxn_process_item_2 .process_step::after {
        height: 40px;
        bottom: -20px;
    }

    .pxn_process_item_2 .process_no > span {
        width: 65px;
        height: 65px;
        font-size: 25px;
    }

    .pxn_process_item_2 .process_title {
        font-size: 22px;
    }
}

/* !END: Process CSS */
/**----------------------------------------
START: FAQ CSS
----------------------------------------*/
.pxn-h2_faq_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.pxn-h2_faq_wrap .section_heading {
    margin-bottom: 40px;
}

.pxn-h2_faq_wrap .faq_content {
    max-width: 650px;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h2_faq_wrap {
        gap: 35px;
    }

    .pxn-h2_faq_wrap .faq_content {
        max-width: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h2_faq_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 50px;
    }

    .pxn-h2_faq_wrap .faq_content {
        max-width: 100%;
    }
}

.pxn_faq_cta {
    position: relative;
    z-index: 1;
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 10px;
    overflow: hidden;
}

.pxn_faq_cta .cta_img {
    width: 100%;
}

.pxn_faq_cta .cta_img::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19.71%, rgba(6, 61, 47, 0)), to(#063d2f));
    background-image: linear-gradient(180deg, rgba(6, 61, 47, 0) 19.71%, #063d2f 100%);
    pointer-events: none;
}

.pxn_faq_cta .cta_img img {
    width: 100%;
}

.pxn_faq_cta .cta_content {
    padding: 40px 35px;
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.pxn_faq_cta .cta_title {
    font-weight: var(--pxn-fw-bold);
    font-size: 24px;
    line-height: 1.3;
    color: var(--pxn-color-common-white);
    margin-bottom: 15px;
}

.pxn_faq_cta .cta_action {
    font-weight: var(--pxn-fw-sbold);
    font-size: 18px;
    line-height: 1.3;
    color: #b7b6b6;
}

.pxn_faq_cta a.cta_action:hover {
    color: var(--pxn-color-theme-primary);
}

.pxn_faq_cta .cta_btn {
    margin-top: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn_faq_cta .cta_content {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .pxn_faq_cta .cta_content {
        padding: 30px 25px;
    }

    .pxn_faq_cta .cta_title {
        font-size: 22px;
    }
}

/* !END: FAQ CSS */
/**----------------------------------------
START: Progress CSS
----------------------------------------*/
.pxn-h3-progress-section {
    position: relative;
    z-index: 3;
}

.pxn-h3_progress_wrap {
    position: relative;
    max-width: 1800px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    min-height: 620px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.pxn-h3_progress_wrap .bg_img {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pxn-color-theme-bg-primary);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.pxn-h3_progress_wrap .progress_content_wrap {
    position: relative;
    aspect-ratio: 1/1;
    width: 735px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    margin-top: -50px;
    margin-bottom: -65px;
}

.pxn-h3_progress_wrap .progress_content_wrap::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: -30%;
    width: 100%;
    height: 100%;
    background-color: var(--pxn-color-theme-primary);
    border-radius: 50%;
    z-index: -2;
}

.pxn-h3_progress_wrap .progress_content_wrap::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(50% 50% at 50% 50%, rgba(10, 104, 80, 0.95) 0%, rgba(6, 61, 47, 0.95) 100%);
    backdrop-filter: blur(18px);
    border-radius: 50%;
    z-index: -1;
}

.pxn-h3_progress_wrap .progress_content_wrap .progress_content {
    max-width: 530px;
    width: 100%;
}

.pxn-h3_progress_wrap .progress_content_wrap .title {
    font-weight: var(--pxn-fw-bold);
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--pxn-color-common-white);
    margin: 0;
}

.pxn-h3_progress_wrap .progress_content_wrap .desc {
    max-width: 430px;
    width: 100%;
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: #b7b6b6;
    margin-top: 20px;
}

.pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item {
    margin-top: 30px;
}

.pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item .progress_title {
    color: var(--pxn-color-common-white);
}

.pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item .pxn_progress {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item .progress_percent {
    color: var(--pxn-color-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h3_progress_wrap {
        min-height: auto;
    }

    .pxn-h3_progress_wrap .progress_content_wrap {
        width: 600px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .progress_content {
        max-width: 460px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_progress_wrap {
        min-height: auto;
    }

    .pxn-h3_progress_wrap .progress_content_wrap {
        width: 550px;
        margin-top: -40px;
        margin-bottom: -40px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .progress_content {
        max-width: 400px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .title {
        font-size: 40px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .desc {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h3_progress_wrap {
        min-height: auto;
    }

    .pxn-h3_progress_wrap .progress_content_wrap {
        width: 85%;
        margin-top: -30px;
        margin-bottom: -30px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .progress_content {
        max-width: 65%;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .title {
        font-size: 35px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .desc {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .pxn-h3_progress_wrap {
        min-height: auto;
    }

    .pxn-h3_progress_wrap .progress_content_wrap {
        width: 100%;
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .progress_content {
        max-width: 70%;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .title {
        font-size: 25px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .desc {
        font-size: 14px;
        margin-top: 10px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item {
        margin-top: 10px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item .progress_title {
        font-size: 14px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item .progress_percent {
        font-size: 14px;
    }

    .pxn-h3_progress_wrap .progress_content_wrap .pxn_progress_item .progress_bar {
        height: 6px;
    }
}

.pxn_progress_item .progress_title {
    font-family: var(--pxn-ff-heading);
    font-weight: var(--pxn-fw-sbold);
    font-size: 16px;
    line-height: 1.2;
    color: var(--pxn-color-heading-primary);
    margin-bottom: 10px;
}

.pxn_progress {
    border: 1px solid var(--pxn-color-border-1);
    background-color: rgba(6, 61, 47, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 2px;
}

.pxn_progress .progress_bar {
    position: relative;
    background-color: var(--pxn-color-theme-primary);
    border-radius: 50px;
    height: 12px;
    z-index: 1;
}

.pxn_progress .progress_percent {
    position: absolute;
    inset-inline-end: 0;
    bottom: calc(100% + 10px);
    font-family: var(--pxn-ff-heading);
    font-size: 16px;
    font-weight: var(--pxn-fw-sbold);
    line-height: 1;
    color: var(--pxn-color-heading-primary);
    z-index: 2;
}

/* !END: Progress CSS */
/**----------------------------------------
START: CTA CSS
----------------------------------------*/
.pxn-h3-cta-section {
    position: relative;
    z-index: 2;
}

.pxn-h3_cta_wrap {
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_cta_wrap {
        grid-template-columns: 1fr;
    }
}

.pxn-h3_cta_wrap .cta_image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 590px;
}

.pxn-h3_cta_wrap .cta_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .pxn-h3_cta_wrap .cta_image {
        min-height: 550px;
    }
}

@media (max-width: 575px) {
    .pxn-h3_cta_wrap .cta_image {
        min-height: 500px;
    }
}

.pxn-h3_cta_wrap .cta_content {
    background-color: var(--pxn-color-theme-bg-primary);
    border-radius: 10px;
    overflow: hidden;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pxn-h3_cta_wrap .cta_content .section_heading {
    max-width: 580px;
    width: 100%;
}

.pxn-h3_cta_wrap .cta_content .sec_title {
    color: var(--pxn-color-common-white);
}

.pxn-h3_cta_wrap .cta_content .sec_desc {
    color: #b7b6b6;
}

.pxn-h3_cta_wrap .cta_content .action_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
}

.pxn-h3_cta_wrap .cta_content .pxn_contact_box .contact_icon {
    background-color: var(--pxn-color-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .pxn-h3_cta_wrap .cta_content {
        padding: 50px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pxn-h3_cta_wrap .cta_content {
        padding: 50px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn-h3_cta_wrap .cta_content {
        padding: 50px 20px;
    }
}

@media (max-width: 575px) {
    .pxn-h3_cta_wrap .cta_content .action_wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 30px;
    }
}

/* !END: CTA CSS */
/**----------------------------------------
START: Service Details CSS
----------------------------------------*/
.pxn_service_content img {
    border-radius: 10px;
}

.pxn_service_content .icon_box_wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.pxn_service_content .pxn_list {
    gap: 15px;
}

.pxn_service_content .pxn_list li {
    font-weight: var(--pxn-fw-medium);
    color: var(--pxn-color-text-body);
}

.pxn_service_content .pxn_list li i, .pxn_service_content .pxn_list li svg {
    color: var(--pxn-color-theme-primary);
    fill: var(--pxn-color-theme-primary);
}

@media (max-width: 575px) {
    .pxn_service_content .icon_box_wrap {
        grid-template-columns: 1fr;
    }
}

/* !END: Service Details CSS */
/**----------------------------------------
START: Project Details CSS
----------------------------------------*/
.pxn_project_content img {
    border-radius: 10px;
}

.pxn_project_content .pxn_list {
    gap: 15px;
}

.pxn_project_content .pxn_list li {
    font-weight: var(--pxn-fw-medium);
    color: var(--pxn-color-text-body);
}

.pxn_project_content .pxn_list li i, .pxn_project_content .pxn_list li svg {
    color: var(--pxn-color-theme-primary);
    fill: var(--pxn-color-theme-primary);
}

.pxn_project_content .pxn_post_navigation {
    margin-top: 60px;
}

/* !END: Project Details CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.pxn_post_content .pxn_list {
    gap: 15px;
}

.pxn_post_content .pxn_list li {
    font-weight: var(--pxn-fw-medium);
    color: var(--pxn-color-text-body);
}

.pxn_post_content .pxn_list li i, .pxn_post_content .pxn_list li svg {
    color: var(--pxn-color-theme-primary);
    fill: var(--pxn-color-theme-primary);
}

.pxn_post_details_wrap .pxn_post_tags_share, .pxn_post_details_wrap .pxn_post_navigation, .pxn_post_details_wrap .pxn_comments_wrap, .pxn_post_details_wrap .comment-respond {
    margin-top: 45px;
}

.pxn_post_tags_share {
    border-top: 1px solid var(--pxn-color-border-1);
    border-bottom: 1px solid var(--pxn-color-border-1);
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
}

.pxn_post_tags_share .pxn_post_social_share {
    padding: 8px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pxn_post_tags_share {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pxn_post_tags_share .pxn_post_social_share {
        padding: 0;
    }
}

.pxn_post_tags {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pxn_post_tags .tags_title {
    font-size: 120%;
    font-family: var(--pxn-ff-heding);
    font-weight: var(--pxn-fw-sbold);
    color: var(--pxn-color-heading-primary);
    margin-right: 10px;
}

.pxn_post_social_share {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.pxn_post_social_share .share_title {
    font-size: 120%;
    font-family: var(--pxn-ff-heding);
    font-weight: var(--pxn-fw-sbold);
    color: var(--pxn-color-heading-primary);
}

.pxn_post_social_share > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    line-height: 1;
    color: var(--pxn-color-theme-secondary);
}

.pxn_post_social_share > a i, .pxn_post_social_share > a svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.pxn_post_social_share > a svg {
    max-width: 18px;
    height: auto;
}

.wp-block-quote, blockquote {
    border: 1px solid var(--pxn-color-border-1);
    background-color: var(--pxn-color-theme-bg-light);
    border-radius: 10px;
    font-weight: var(--pxn-fw-medium);
    text-align: center;
    padding: 40px 30px;
}

.wp-block-quote p:last-child, blockquote p:last-child {
    margin: 0;
}

.wp-block-quote:before, blockquote:before {
    content: "\e94d";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: var(--pxn-ff-icons);
    font-size: 50px;
    line-height: 1;
    color: var(--pxn-color-heading-primary);
    margin-bottom: 1.3rem;
}

.wp-block-quote cite, blockquote cite {
    font-weight: var(--pxn-fw-sbold);
    color: var(--pxn-color-heading-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wp-block-quote, blockquote {
        padding: 30px 20px;
    }
}

@media (max-width: 575px) {
    .wp-block-quote, blockquote {
        padding: 30px 15px;
    }

    .wp-block-quote:before, blockquote:before {
        font-size: 45px;
    }
}

.pxn-h1-hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Video */
.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Logo */
.hero-logo {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 20;
        background: #233d23b8;
    border-radius: 10px;
}

.hero-logo img {
    /* width: 340px; */
    width:470px;
}

/* Hamburger + Text */
.hero-menu-toggle {
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
padding: 5px;
    background: #407a41c7;
    border-radius: 30px;
}
.hero-menu-toggle p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-menu-icon {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    transition: 0.3s ease;
}

.hero-menu-icon span {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s ease;
}

.hero-menu-toggle:hover .hero-menu-icon {
    background: rgba(255,255,255,0.2);
}

.hero-menu-toggle:hover .hero-menu-icon span:nth-child(1) {
    width: 70%;
}

.hero-menu-toggle:hover .hero-menu-icon span:nth-child(3) {
    width: 80%;
}

/* Mobile */
@media(max-width: 768px) {
    .hero-menu-toggle {
        top: 20px;
        right: 20px;
        gap: 10px;
    }

    .hero-menu-toggle p {
        font-size: 13px;
    }

    .hero-menu-icon {
        width: 42px;
        height: 42px;
        gap: 5px;
        padding: 8px;
    }
}

/* Badge */
.hero-badge {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 150px;
    height: 150px;
    background: #407a41;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* Center Year */
.hero-badge h2 {
    position: absolute;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin: 0;
    z-index: 2;
}

/* Circular Text */
.badge-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: #fff;
    animation: rotateText 15s linear infinite;
}

.badge-svg text {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

/* Rotation */
@keyframes rotateText {
    100% {
        transform: rotate(360deg);
    }
}

/* Responsive */
@media(max-width: 768px) {
    .hero-logo {
        top: 20px;
        left: 20px;
    }

    .hero-logo img {
        width: 130px;
    }

    .hero-menu-toggle {
        top: 20px;
        right: 20px;
        width: 42px;
        height: 42px;
        gap: 5px;
        padding: 8px;
    }

    .hero-badge {
        width: 110px;
        height: 110px;
        right: 20px;
        bottom: 20px;
    }

    .hero-badge h2 {
        font-size: 30px;
    }

    .badge-svg text {
        font-size: 8px;
        letter-spacing: 2px;
    }
}

.admission-section {
    position: relative;
    width: 100%;
    padding: 40px 0 40px;
    overflow: hidden;
}

.admission-banner {
    position: relative;
    width: 100%;
    padding: 40px 0 40px;
    background: url("../images/dsu/admission.webp") center center/cover no-repeat;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 5px 6px 10px #9b9b9b;
}

/* Dark Overlay */
.admission-overlay {
    position: absolute;
    inset: 0;
    background: rgb(118 120 237 / 80%);
}

/* Content */
.admission-content {
    position: relative;
    top: -10px;
    z-index: 2;
    padding: 0 10px;
    text-align: center;
}

/* Subtitle */
.admission-subtitle {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 10px 22px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

/* Main Title */
.admission-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: justify;
}

/* Responsive */
@media(max-width: 991px) {
    .admission-banner {
        padding: 40px 0 40px;
    }

    .admission-title {
        font-size: 52px;
    }
}

@media(max-width: 767px) {
    .admission-banner {
        padding: 40px 0 40px;
    }

    .admission-title {
        font-size: 36px;
    }

    .admission-subtitle {
        font-size: 12px;
        letter-spacing: 2px;
    }
}

/* Button Wrap */
.admission-btn-wrap {
    margin-top: 20px;
    text-align: center;
}

/* Animated Button */
.admission-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 14px 34px;
    background: #f7b801;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 60px;
    text-decoration: none;
    transition: all 0.4s ease;
    z-index: 1;
}

/* Hover Background Animation */
.admission-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #7678ed;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

.admission-btn:hover::before {
    transform: scaleX(1);
}

.admission-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

/* Pulse Animation */
.admission-btn {
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0.5);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(255,255,255,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

.news-container {
    height: 265px;
    overflow: hidden;
    padding: 15px 10px;
    background: #c2b97a;
    border-radius: 0 0 10px 10px;
}

.news-container h4 {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.news-main-title {
    background: var(--pxn-color-theme-primary);
    border-radius: 10px 10px 0 0;
}

.news-main-title h3 {
    color: var(--pxn-color-common-white);
    padding: 5px 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-align: center;
}

.news-list {
    display: flex;
    flex-direction: column;
    animation: scroll-up 12s linear infinite;
}

.news-wrapper:hover .news-list {
    animation-play-state: paused;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}

.news-item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.news-title {
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
}

.news-date {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1px;
}

.magazine-section {
    position: relative;
    padding: 80px 0;
    background: #f7f8fc;
}

.magazine-heading {
    text-align: center;
    margin-bottom: 1px;
    background: #407a41;
    border-radius: 10px 10px 0 0;
}

.magazine-subtitle {
    display: inline-block;
    color: #c2b97a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.magazine-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

/* Card */
.magazine-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.magazine-card:hover {
    transform: translateY(-10px);
}

/* Image */
.magazine-image {
    position: relative;
    overflow: hidden;
}

.magazine-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.magazine-card:hover .magazine-image img {
    transform: scale(1.08);
}

/* Content */
.magazine-content {
    padding: 25px;
    text-align: center;
}

.magazine-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

/* Button */
.magazine-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #7678ed;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.magazine-btn:hover {
    background: #111;
    color: #fff;
}

/* Swiper */
.swiper {
    padding-bottom: 0px;
}

.swiper-pagination-bullet-active {
    background: #7678ed;
}

.swiper-button-next, .swiper-button-prev {
    color: #7678ed;
}

/* Mobile */
@media(max-width: 767px) {
    .magazine-title {
        font-size: 30px;
    }

    .magazine-image img {
        height: 350px;
    }
}

.magazine-section {
    padding: 80px 0;
    background: #f7f8fc;
}

/* Card */
.pdf-card {
    background: #7678ed;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 4px 6px 10px 0px rgb(0 0 0 / 38%);
}

/* PDF View */
.pdf-view {
    width: 100%;
    height: 165px;
    border: none;
    display: block;
    border-radius: 0 0 10px 10px;
}

/* Content */
.pdf-content {
    padding: 10px;
    text-align: center;
}

.pdf-content h3 {
    font-size: 15px;
    margin-bottom: 15px;
    color: #111;
    font-weight: 700;
}

/* Button */
.pdf-btn {
    display: inline-block;
    padding: 6px 28px;
    background: #f7b801;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.pdf-btn:hover {
    background: #7678ed;
    color: #fff;
    border: 1px solid;
}

/* Mobile */
@media(max-width: 767px) {
    .pdf-view {
        height: 400px;
    }
}

.university-highlight-section {
    position: relative;
    padding: 40px 0;
    background: #ebfeeb;
    overflow: hidden;
}

/* Heading */
.highlight-heading {
    text-align: center;
    margin-bottom: 20px;
    animation: fadeDown 1s ease;
}

.highlight-heading p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #3c3c3c;
    letter-spacing: 1px;
    margin: auto;
}

.highlight-heading h2 {
    font-size: 40px;
    font-weight: 700;
    /* line-height: 1.3; */
    color: #12284c;
    margin: auto;
}

/* Image Area */
.highlight-image-wrap {
    position: relative;
    animation: zoomFade 1.2s ease;
}

.highlight-image {
    overflow: hidden;
    border-radius: 6px;
}

.highlight-image img {
    width: 100%;
    display: block;
    transition: transform 0.7s ease;
}

.highlight-image:hover img {
    transform: scale(1.05);
}

/* Floating Badge */
.learning-badge {
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    background: #3f7a40;
    padding: 18px 40px;
    animation: pulseBadge 2s infinite;
}

.learning-badge span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

/* Counter */
.highlight-counter-wrap {
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.counter-box {
    text-align: center;
    animation: fadeUp 1s ease;
}

.counter-box h3 {
    font-size: 40px;
    font-weight: 700;
    color: #3f7a40;
    margin-bottom: 10px;
}

.counter-box p {
    font-size: 22px;
    color: #12284c;
    margin: 0;
}

/* Animations */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

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

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

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

@keyframes zoomFade {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulseBadge {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.05);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}

/* Responsive */
@media(max-width: 991px) {
    .highlight-heading h2 {
        font-size: 32px;
    }

    .learning-badge span {
        font-size: 20px;
    }

    .counter-box h3 {
        font-size: 48px;
    }

    .counter-box p {
        font-size: 18px;
    }

    .highlight-counter-wrap {
        gap: 50px;
    }
}

@media(max-width: 767px) {
    .university-highlight-section {
        padding: 60px 0;
    }

    .highlight-heading h2 {
        font-size: 26px;
    }

    .learning-badge {
        width: 90%;
        text-align: center;
        padding: 14px 20px;
    }

    .learning-badge span {
        font-size: 16px;
    }

    .counter-box h3 {
        font-size: 38px;
    }

    .counter-box p {
        font-size: 16px;
    }

    .highlight-counter-wrap {
        gap: 35px;
        margin-top: 60px;
    }
}

/* Vertical Layout */
.approval-vertical-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: auto;
}

/* Card */
.approval-vertical-card {
    display: flex;
    align-items: center;
    gap: 25px;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    justify-content: center;
}

/* Hover */
.approval-vertical-card:hover {
    transform: translateX(10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Logo */
.approval-vertical-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Title */
.approval-vertical-card h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #12284c;
    line-height: 1.4;
}

/* Responsive */
@media(max-width: 767px) {
    .approval-section {
        padding: 60px 0;
    }

    .approval-vertical-card {
        padding: 20px;
        gap: 18px;
    }

    .approval-vertical-card img {
        width: 70px;
        height: 70px;
    }

    .approval-vertical-card h4 {
        font-size: 16px;
    }
}

.approval-vertical-heading h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #12284c;
    line-height: 1.4;
    text-align: center;
}

/* Vertical Layout */
.stats-vertical-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: auto;
}

/* Card */
.stats-vertical-card {
    position: relative;
    background: linear-gradient(135deg, #3f7a40, #c1b97a);
    padding: 24px 10px;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    opacity: 0;
    transform: translateY(60px);
    animation: fadeUpCard 1s ease forwards;
    text-align: center;
}

/* Different Delay */
.stats-vertical-card:nth-child(1) {
    animation-delay: 0.1s;
}

.stats-vertical-card:nth-child(2) {
    animation-delay: 0.2s;
}

.stats-vertical-card:nth-child(3) {
    animation-delay: 0.3s;
}

.stats-vertical-card:nth-child(4) {
    animation-delay: 0.4s;
}

.stats-vertical-card:nth-child(5) {
    animation-delay: 0.5s;
}

.stats-vertical-card:nth-child(6) {
    animation-delay: 0.6s;
}

/* Glow Effect */
.stats-vertical-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

/* Hover */
.stats-vertical-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

/* Number */
.stats-vertical-card h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
}

/* Text */
.stats-vertical-card p {
    font-size: 14px;
    color: rgba(255,255,255,0.92);
    line-height: 1.5;
    margin: 0;
}

/* Animation */
@keyframes fadeUpCard {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media(max-width: 767px) {
    .stats-vertical-section {
        padding: 60px 0;
    }

    .stats-vertical-card {
        padding: 30px 24px;
        border-radius: 18px;
    }

    .stats-vertical-card h2 {
        font-size: 42px;
    }

    .stats-vertical-card p {
        font-size: 18px;
    }
}

.testimonial_img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.testimonial_img img {
    width: 100%;
    display: block;
    transition: 0.5s ease;
}

/* Bottom Content */
.testimonial-info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgb(118 120 237 / 80%);
    backdrop-filter: blur(10px);
    padding: 16px 20px;
    border-radius: 14px;
    transition: 0.4s ease;
    text-align: center;
}

/* Name */
.testimonial-info h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Designation */
.testimonial-info span {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Hover */
.testimonial_img:hover img {
    transform: scale(1.08);
}

.testimonial_img:hover .testimonial-info {
    transform: translateY(-5px);
}

.program-search-section {
    position: relative;
    padding: 40px 0;
    background: #f3f3f3;
    overflow: hidden;
}

/* Tabs */
.program-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    gap: 30px;
}

/* Tab Button */
.program-tab {
    flex: 1;
    background: transparent;
    border: none;
    border-bottom: 4px solid transparent;
    padding: 0 0 25px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #8789d7;
    cursor: pointer;
    transition: all 0.4s ease;
}

/* Active */
.program-tab.active {
    color: var(--pxn-color-theme-primary);
    border-color: var(--pxn-color-theme-primary);
}

/* Hover */
.program-tab:hover {
    color: #0047ab;
}

/* Search Area */
.program-search-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
}

/* Title */
.program-search-wrap h2 {
    font-size: 45px;
    font-weight: 400;
    color: var(--pxn-color-theme-primary);
    margin: 0;
    white-space: nowrap;
}

/* Search Box */
.program-search-box {
    position: relative;
    width: 100%;
    max-width: 900px;
}

/* Input */
.program-search-box input {
    width: 100%;
    height: 90px;
    border: 2px solid var(--pxn-color-theme-primary);
    background: transparent;
    padding: 0 90px 0 40px;
    font-size: 32px;
    color: var(--pxn-color-theme-primary);
    outline: none;
}

/* Placeholder */
.program-search-box input::placeholder {
    color: #7a9aca;
}

/* Search Button */
.program-search-box button {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: var(--pxn-color-theme-primary);
    font-size: 34px;
    cursor: pointer;
}

/* Bottom Links */
.program-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

/* Link */
.program-links a {
    font-size: 22px;
    color: #7374b5;
    text-decoration: none;
    transition: 0.3s;
}

.program-links a:hover {
    color: #002b6b;
}

/* Divider */
.program-links span {
    color: #7374b5;
    font-size: 28px;
}

/* Responsive */
@media(max-width: 991px) {
    .program-tabs {
        flex-direction: column;
    }

    .program-tab {
        width: 100%;
        font-size: 24px;
    }

    .program-search-wrap {
        flex-direction: column;
        gap: 30px;
    }

    .program-search-wrap h2 {
        font-size: 44px;
    }

    .program-search-box input {
        height: 70px;
        font-size: 24px;
    }

    .program-links a {
        font-size: 22px;
    }
}

@media(max-width: 767px) {
    .program-search-section {
        padding: 60px 0;
    }

    .program-search-wrap h2 {
        font-size: 34px;
    }

    .program-search-box input {
        height: 60px;
        font-size: 18px;
        padding: 0 70px 0 20px;
    }

    .program-search-box button {
        font-size: 24px;
        right: 20px;
    }

    .program-links {
        gap: 10px;
    }

    .program-links a, .program-links span {
        font-size: 16px;
    }
}

.feature-circle-section {
    position: relative;
    padding: 80px 0 60px;
    background: #ffffff;
    overflow: hidden;
}

.feature-circle-wrap {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 770px;
    margin: auto;
}

/* Center Circle */
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    background: var(--pxn-color-theme-primary);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 5px 20px rgb(0 0 0 / 30%);
    animation: pulseCircle 3s infinite;
    z-index: 5;
}

.center-logo img {
    width: 300px;
}

/* Feature Boxes */
.feature-box {
    position: absolute;
    width: 350px;
    min-height: 70px;
    background: var(--pxn-color-theme-primary);
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    /* transition: all 0.4s ease; */
    /* animation: floatBox 4s ease-in-out infinite; */
}

/* Hover */
/* .feature-box:hover{
    transform: scale(1.08);
    background: #002f75;
} */
/* Title */
.feature-box h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

/* ===== TOP EXTRA ===== */
.box9 {
    top: 0;
    left: 50%;
    transform: translateX(-130%);
}

.box10 {
    top: 0;
    right: 50%;
    transform: translateX(130%);
}

/* ===== TOP ===== */
.box1 {
    top: 110px;
    left: 0;
}

.box2 {
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}

.box3 {
    top: 110px;
    right: 0;
}

/* ===== MIDDLE ===== */
.box4 {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.box5 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* ===== BOTTOM ===== */
.box6 {
    bottom: 110px;
    left: 0;
}

.box7 {
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
}

.box8 {
    bottom: 110px;
    right: 0;
}

/* ===== EXTRA BOTTOM ===== */
.box11 {
    bottom: 0;
    left: 50%;
    transform: translateX(-130%);
}

.box12 {
    bottom: 0;
    right: 50%;
    transform: translateX(130%);
}

/* Animations */
@keyframes pulseCircle {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.03);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

/* @keyframes floatBox{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-8px);
    }
    100%{
        transform: translateY(0px);
    }
} */
/* Responsive */
@media(max-width: 991px) {
    .feature-circle-wrap {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .center-logo {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: auto;
        width: 220px;
        height: 220px;
        order: -1;
    }

    .center-logo img {
        width: 120px;
    }

    .feature-box {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .feature-circle-section {
        padding: 70px 0;
    }

    .feature-box h4 {
        font-size: 18px;
    }
}

/* Feature Box */
.feature-box {
    position: absolute;
    width: 350px;
    min-height: 70px;
    background: var(--pxn-color-theme-primary);
    border: 2px solid var(--pxn-color-theme-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    overflow: visible;
    cursor: pointer;
}

/* Title */
.feature-box h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    position: relative;
    z-index: 3;
    transition: all 0.4s ease;
}

/* Hover Image */
.feature-hover-image {
    position: absolute;
    right: -60px;
    bottom: -30px;
    width: 250px;
    height: 160px;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-15deg) scale(0.8);
    transition: all 0.5s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    z-index: 1;
}

/* Image */
.feature-hover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Hover Effects */
.feature-box:hover .feature-hover-image {
    opacity: 1;
    visibility: visible;
    transform: rotate(-8deg) scale(1);
}

.feature-box:hover .feature-hover-image img {
    transform: scale(1.08);
}

.feature-box:hover h4 {
    transform: scale(1.05);
    letter-spacing: 1px;
}

/* Mobile */
@media(max-width: 767px) {
    .feature-hover-image {
        width: 180px;
        height: 120px;
        right: -10px;
        bottom: -90px;
    }

    .feature-box h4 {
        font-size: 18px;
    }
}

.section_content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #3c3c3c;
    letter-spacing: 1px;
    text-align: center;
}

/* Slide */
.placement-slide {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.placement-slide img {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Navigation */
.placementSwiper .swiper-button-next, .placementSwiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    color: var(--pxn-color-theme-primary);
    transition: 0.4s;
}

.placementSwiper .swiper-button-next:hover, .placementSwiper .swiper-button-prev:hover {
    background: var(--pxn-color-theme-primary);
    color: #fff;
}

.placementSwiper .swiper-button-next::after, .placementSwiper .swiper-button-prev::after {
    font-size: 22px;
    font-weight: 700;
}

/* Mobile */
@media(max-width: 767px) {
    .placement-slider-section {
        padding: 60px 0;
    }

    .placementSwiper .swiper-button-next, .placementSwiper .swiper-button-prev {
        width: 45px;
        height: 45px;
    }
}

/* Slide */
.company-logo {
    height: 90px;
    background: #fff;
    border-radius: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    margin-bottom: 20px;
}

/* Hover */
.company-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Logo */
.company-logo img {
    width: 100%;
    transition: 0.4s ease;
}

.company-logo:hover img {
    transform: scale(1.08);
}

footer-box {
    max-width: 420px;
    margin: auto;
}

.footer-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 600;
}

/* ITEM ALIGNMENT */
.footer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

/* ROUND GRADIENT ICON */
.icon-box {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c1b97a, #198754);
    color: #fff;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: 0.3s ease;
}

/* HOVER EFFECT */
.footer-item:hover .icon-box {
    transform: translateY(-3px) scale(1.05);
    background: linear-gradient(135deg, #198754, #c1b97a);
}

/* TEXT */
.footer-item p {
    letter-spacing: 0.5px;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.footer-item a {
    color: #ffffff;
    text-decoration: none;
}

.footer-item a:hover {
    color: var(--pxn-color-theme-secondary);
}

img.footer {
    width: 100px;
    margin-left: 5px;
    border-radius: 5px;
}

.program-section {
    background: #f4f4f4;
}

/* =========================
   TOP FILTER
========================= */
.program-filter-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    margin-bottom: 40px;
}

.filter-item input, .filter-item select {
    width: 100%;
    height: 48px;
    border: 1px solid #d8d8d8;
    padding: 0 15px;
    background: #fff;
    font-size: 16px;
    outline: none;
}

.program-search-btn {
    height: 48px;
    border: none;
    background: #0b4ea2;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.program-search-btn i {
    margin-left: 6px;
}

.program-search-btn:hover {
    background: #062f63;
}

/* =========================
   PROGRAM CARD
========================= */
.program-card {
    display: block;
    gap: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
}

.program-thumb {
    width: 170px;
    flex-shrink: 0;
}

.program-thumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.program-content h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: 700;
    color: var(--pxn-color-theme-primary);
}

.program-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.program-content ul li {
    position: relative;
    font-size: 15px;
    color: #222;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.program-content ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -11px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #888;
}

/* =========================
   SIDEBAR
========================= */
.program-sidebar-box {
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 25px;
    margin-bottom: 25px;
}

.program-sidebar-box h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
    padding-bottom: 14px;
}

.program-sidebar-box h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #0b4ea2;
}

.sidebar-check-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sidebar-check-list label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    cursor: pointer;
    color: #333;
}

.sidebar-check-list input {
    width: 15px;
    height: 15px;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width: 991px) {
    .program-filter-wrapper {
        grid-template-columns: repeat(2,1fr);
    }

    .row {
        row-gap: 30px;
    }
}

@media(max-width: 767px) {
    .program-filter-wrapper {
        grid-template-columns: 1fr;
    }

    .program-card {
        flex-direction: column;
    }

    .program-thumb {
        width: 100%;
    }

    .program-thumb img {
        height: 220px;
    }

    .program-content h3 {
        font-size: 20px;
    }

    .program-content ul {
        flex-direction: column;
        gap: 10px;
    }

    .program-content ul li::after {
        display: none;
    }
}

.top-bar {
    background: #407a41;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.top-bar-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.top-left, .top-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    color: rgb(255 255 255);
}

.top-right a i {
    margin-right: 5px;
    font-size: 13px;
}

.top-bar a {
    color: rgb(255 255 255);
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.top-bar a:hover {
    color: #c1b97a;
}

/* Blinking Admission Link */
.blink-admission {
    background: #ff0000;
    color: #fff !important;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 700;
    animation: blinkEffect 1s infinite;
}

@keyframes blinkEffect {
    0%,100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .4;
        transform: scale(1.05);
    }
}

/* Mobile */
@media (max-width: 991px) {
    .top-bar-wrap {
        flex-direction: column;
        text-align: center;
    }

    .top-right {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .top-right {
        gap: 10px;
        font-size: 13px;
    }

    .blink-admission {
        font-size: 13px;
        padding: 5px 10px;
    }
}

.achive img {
    width: 100%;
    height: 255px;
    object-fit: contain;
    background: #c1b97a;
}

.program-tabs .nav-link {
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    background: #c1b97a;
    color: #002147;
    font-weight: 600;
    margin: 0 8px;
    transition: .4s;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.program-tabs .nav-link.active {
    background: #407a41;
    color: #fff;
}

.program-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s;
}

.program-card:hover {
    transform: translateY(-10px);
}

.program-image {
    position: relative;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: .5s;
}

.program-card:hover .program-image img {
    transform: scale(1.1);
}

.program-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff6600;
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.pg-badge {
    background: #002147;
}

.program-content {
    padding: 15px;
    text-align: center;
}

.program-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.program-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #c1b97a;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: .3s;
}

.program-btn:hover {
    background: #3f7a40;
    color: #fff;
}

@media(max-width: 767px) {
    .section-heading h2 {
        font-size:30px;
    }

    .program-tabs .nav-link {
        margin: 5px;
        padding: 10px 20px;
        font-size: 14px;
    }

    .program-image img {
        height: 220px;
    }
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 22px;
}

.logo-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #d3d8ef;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 180px;
    /* Fixed width for uniformity */
    min-width: 180px;
    /* Ensure they don't shrink below this */
    flex-shrink: 0;
    /* Prevent shrinking in flex container */
    transition: 0.3s ease;
}

.logo-card img {
    max-width: 100%;
    object-fit: contain;
}

.logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.scroll-wrapper {
    overflow: hidden;
}

.scroll-row {
    display: flex;
    gap: 22px;
    width: max-content;
    padding: 15px 0;
}

.scroll-right {
    animation: scrollRight 20s linear infinite;
}

.scroll-left {
    animation: scrollLeft 20s linear infinite;
}

@keyframes scrollRight {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollLeft {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.alumni-section {
    padding: 30px 0;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 800;
    color: #407a41;
}

.section-title h2 span {
    color: #c1b97a;
}

.section-title p {
    margin-top: 15px;
    font-size: 20px;
    color: #000000;
}

.title-shape {
    width: 90px;
    height: 5px;
    background: #c1b97a;
    border-radius: 20px;
    left: -50px;
    margin: 10px auto;
    position: relative;
}

.title-shape::before {
    content: '';
    width: 55px;
    height: 5px;
    background: #c1b97a;
    border-radius: 20px;
    position: absolute;
    right: -70px;
}

.title-shape::after {
    content: '';
    width: 18px;
    height: 5px;
    background: #c1b97a;
    border-radius: 20px;
    position: absolute;
    right: -95px;
}

.alumni-card {
    background: #efe9d6;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    flex-wrap: wrap;
}

.alumni-image {
    width: 220px;
    flex-shrink: 0;
}

.alumni-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    border: 10px solid #407a41;
    border-top: none;
    background: #fff;
}

.alumni-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #38415c;
    margin-bottom: 20px;
    font-weight: 500;
}

.alumni-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #407a41;
    margin-bottom: 5px;
}

.alumni-content span {
    display: block;
    font-size: 18px;
    color: #000000;
}

.alumni-content small {
    display: block;
    font-size: 18px;
    color: #555;
}

.alumni-prev, .alumni-next {
    width: 40px !important;
    height: 40px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    color: #000 !important;
}

.alumni-prev {
    left: 0px !important;
}

.alumni-next {
    right: 0px !important;
}

.alumni-prev:after, .alumni-next:after {
    font-size: 15px !important;
    font-weight: 700;
}

@media(max-width: 991px) {
    .alumni-card {
        flex-direction:column;
        text-align: center;
        padding: 40px 25px;
    }

    .alumni-image {
        width: 180px;
    }

    .alumni-image img {
        height: 180px;
    }

    .alumni-content h4 {
        font-size: 28px;
    }

    .alumni-content p {
        font-size: 17px;
    }

    .alumni-prev, .alumni-next {
        display: none;
    }
}

.guest-card {
    background: #eef2f6;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    height: 100%;
}

.guest-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8dee7;
}

.guest-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    background: #407a41;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guest-icon i {
    color: #fff;
    font-size: 32px;
}

.guest-info {
    flex: 1;
    text-align: right;
}

.guest-info h4 {
    font-size: 24px;
    font-weight: 700;
    color: #407a41;
    margin-bottom: 5px;
}

.guest-info span {
    display: block;
    font-size: 16px;
    color: #c1b97a;
    font-weight: 600;
}

.guest-info small {
    color: #000000;
    font-size: 14px;
}

.guest-message p {
    font-size: 17px;
    line-height: 1.9;
    color: #222;
    margin: 0;
    text-align: justify;
}

.bottom-news-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #c1b97a;
    display: flex;
    align-items: center;
    box-shadow: 0 -3px 10px rgba(0,0,0,.2);
    height: 50px;
}

.news-label {
    background: #3f7a40;
    color: #fff;
    padding: 13px 20px;
    font-weight: 700;
    white-space: nowrap;
    font-size: 15px;
}

.news-label i {
    margin-right: 8px;
}

.news-scroll {
    flex: 1;
    overflow: hidden;
}

.news-scroll marquee {
    color: #000000;
    padding: 10px 0;
}

.news-scroll a {
    color: #000000;
    text-decoration: none;
    margin: 0 20px;
    font-size: 15px;
}

.news-scroll a:hover {
    color: #ffcc00;
}

.news-scroll span {
    color: #3f7a40;
    font-weight: bold;
}

.inner-menu {
    position: relative;
}

.text-justify {
    text-align: justify;
}

.quote-section {
    padding: 20px 15px;
    background: #f8f9fc;
}

.quote-card {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    border-radius: 30px;
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    border: 2px solid rgba(11,45,107,.08);
}

.quote-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #3f7a40, #c1b97a);
}

.quote-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.quote-subtitle {
    color: #f4a000;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.quote-content h2 {
    font-size: 40px;
    font-weight: 800;
    color: #3f7a40;
    margin-bottom: 20px;
    line-height: 1.1;
}

.quote-content h2 span {
    color: #c1b97a;
}

.quote-content p {
    font-size: 30px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.quote-content strong {
    color: #c1b97a;
}

.quote-icon {
    position: absolute;
    color: #0b2d6b;
    opacity: .12;
    z-index: 1;
}

.quote-icon.left {
    top: 30px;
    left: 40px;
    font-size: 90px;
}

.quote-icon.right {
    top: 30px;
    right: 40px;
    font-size: 70px;
}

.quote-card::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    background: rgba(244,160,0,.08);
    border-radius: 50%;
}

@media(max-width: 768px) {
    .quote-card {
        padding:50px 25px;
    }

    .quote-content h2 {
        font-size: 42px;
    }

    .quote-content p {
        font-size: 20px;
    }

    .quote-icon.left {
        font-size: 60px;
    }

    .quote-icon.right {
        font-size: 50px;
    }
}

.vision-mission-section {
    padding: 30px 0;
    background: #f8fafc;
    position: relative;
    overflow: hidden;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title span {
    color: #3f7a40;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0b2d6b;
    margin: 10px 0 15px;
}

.section-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 17px;
}

.vm-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

.vm-card {
    background: #fff;
    padding: 30px 30px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .4s;
    height: 100%;
}

.vm-card:hover {
    transform: translateY(-10px);
}

.vm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.vision-card::before {
    background: linear-gradient(90deg, #3f7a40, #c1b97a);
}

.mission-card::before {
    background: linear-gradient(90deg, #3f7a40, #c1b97a);
}

.vm-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    font-size: 32px;
    margin-bottom: 11px;
}

.vision-card .vm-icon {
    background: #3f7a40;
    color: #fff;
}

.mission-card .vm-icon {
    background: #c1b97a;
    color: #fff;
}

.vm-card h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0b2d6b;
}

.vm-card p {
    line-height: 1.9;
    margin: 0;
    font-weight: var(--pxn-fw-medium);
    font-size: 18px;
    color: var(--pxn-color-text-body);
    text-align: justify;
}

.vm-card::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(11,45,107,.04);
    right: -80px;
    bottom: -80px;
}

.mission-card::after {
    background: rgba(244,160,0,.08);
}

@media(max-width: 991px) {
    .vm-wrapper {
        grid-template-columns:1fr;
    }

    .section-title h2 {
        font-size: 38px;
    }

    .vm-card {
        padding: 40px 30px;
    }
}

@media(max-width: 576px) {
    .section-title h2 {
        font-size:32px;
    }

    .vm-card h3 {
        font-size: 26px;
    }

    .vm-card {
        padding: 35px 25px;
    }
}

.chairman-section {
    padding: 30px 0;
    background: #f8fafc;
}

.chairman-image {
    position: relative;
    text-align: center;
}

.chairman-image img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.designation-box {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #0b2d6b;
    color: #fff;
    padding: 20px 30px;
    border-radius: 15px;
}

.designation-box h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.designation-box span {
    color: #f4a000;
    font-size: 14px;
}

.chairman-content {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    position: relative;
}

.section-subtitle {
    color: #f4a000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.chairman-content h2 {
    font-size: 30px;
    color: var(--pxn-color-heading-primary);
    margin: 10px 0 10px;
    font-weight: 800;
}

.quote-icon {
    font-size: 60px;
    color: #f4a000;
    opacity: .2;
    margin-bottom: 15px;
}

.chairman-content p {
    color: #262626;
    line-height: 1.9;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-bottom: 8px;
    text-align: justify;
    font-weight: 500;
}

.signature {
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.signature h5 {
    margin: 0;
    color: var(--pxn-color-theme-primary);
    font-size: 22px;
    font-weight: 700;
}

.signature span {
    color: var(--pxn-color-theme-secondary);
    font-weight: 600;
}

@media(max-width: 991px) {
    .chairman-content {
        margin-top:40px;
        padding: 35px;
    }

    .chairman-content h2 {
        font-size: 34px;
    }
}

@media(max-width: 576px) {
    .chairman-content {
        padding:25px;
    }

    .chairman-content h2 {
        font-size: 28px;
    }

    .designation-box {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 15px;
    }
}

.approval-section {
    padding: 30px 0;
    background: #f8fafc;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 800;
    color: var(--pxn-color-theme-primary);
}

.custom-tabs {
    max-width: 1100px;
    margin: auto;
}

.tab-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    flex-wrap: wrap;
}

.tab-nav li {
    min-width: 250px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    position: relative;
}

.tab-nav li i {
    display: block;
    font-size: 34px;
    margin-bottom: 12px;
    color: var(--pxn-color-theme-primary);
    transition: .4s;
}

.tab-nav li span {
    font-weight: 600;
    color: #222;
}

.tab-nav li.active, .tab-nav li:hover {
    background: var(--pxn-color-theme-primary);
    transform: translateY(-5px);
}

.tab-nav li.active span, .tab-nav li:hover span {
    color: #fff;
}

.tab-nav li.active i, .tab-nav li:hover i {
    color: var(--pxn-color-theme-secondary);
    transform: scale(1.15) rotateY(360deg);
}

.tab-content {
    background: #fff;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.tab-pane {
    display: none;
    animation: fadeIn .5s ease;
}

.tab-pane.active {
    display: block;
}

.tab-pane h3 {
    color: var(--pxn-color-theme-primary);
    font-size: 25px;
    margin-bottom: 15px;
    text-align: center;
}

.tab-pane p {
    color: #666;
    line-height: 1.9;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

@media(max-width: 768px) {
    .tab-nav {
        flex-direction:column;
    }

    .tab-nav li {
        min-width: 100%;
    }

    .tab-content {
        padding: 25px;
    }
}

a.download {
    background: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 2px;
    display: inline-block;
    height: 150px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}

a.download:before {
    background: #ffffff;
    border: solid 3px #ED1C24;
    border-radius: 4px;
    content: "";
    display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 38%;
    transform: translate(-50%,-50%);
    width: 50px;
}

a.download span:first-child {
    display: none;
}

a.download:hover span:first-child {
    display: inline-block;
}

a.download:hover span:last-child {
    display: none;
}

a.download span {
    background: #ED1C24;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: normal;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
    bottom: 10px;
    margin: 0 auto;
    left: 10px;
    right: 10px;
}

a.download:after {
    content: '\f1c1';
    font-family: "FontAwesome";
    top: 24%;
    position: absolute;
    left: 46%;
    color: #ED1C24;
    font-size: 30px;
}

.department-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dept-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    background: #cfe8d0;
    border-radius: 15px;
    text-decoration: none;
    color: #295a2a;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    transition: .4s;
    border-left: 4px solid #f4a000;
}

.dept-tab i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ffffff;
    transition: .4s;
}

.dept-tab:hover, .dept-tab.active {
    background: linear-gradient(135deg, #c1b97a, #b8b27c);
    color: #fff;
    transform: translateX(8px);
    clip-path: polygon(92% 0, 100% 47%, 92% 99%, 0% 100%, 0 51%, 0% 0%);
}

.dept-tab:hover i, .dept-tab.active i {
    color: #f4a000;
    transform: rotateY(360deg);
}

.department-page .tab-content {
    display: none;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    animation: fadeIn .5s;
}

.tab-content.active {
    display: block;
}

.tab-content h3 {
    color: #3f7a40;
    font-weight: 700;
    margin-bottom: 20px;
}

.tab-content ul {
    padding-left: 20px;
}

.tab-content li {
    margin-bottom: 10px;
}

.department-sidebar {
    background: #3f7a40;
    border-radius: 25px;
    padding: 10px;
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
}

.course-title {
    background: linear-gradient(135deg, #204421, #c1b97a);
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.course-title::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,.08);
    border-radius: 50%;
    top: -50px;
    right: -40px;
}

.course-title span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.course-title h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

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

.department-page {
    padding: 40px 0;
}

.cse-hero {
    background: linear-gradient(135deg,#021330,#07296d);
    padding: 100px 0 150px;
    overflow: hidden;
    position: relative;
}

.cse-hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.hero-content {
    width: 50%;
    z-index: 2;
}

.subtitle {
    color: #ffb400;
    font-size: 22px;
    font-weight: 600;
}

.hero-content h1 {
    color: #fff;
    font-size: 70px;
    line-height: 1.1;
    margin: 15px 0;
    font-weight: 800;
}

.line {
    width: 80px;
    height: 4px;
    background: #ffb400;
    margin: 25px 0;
}

.hero-content p {
    color: #dbe7ff;
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.hero-features {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.feature-card {
    width: 180px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.1);
    text-align: center;
    color: #fff;
    transition: .4s;
}

.feature-card:hover {
    transform: translateY(-10px);
    background: #0d49c7;
}

.feature-card i {
    font-size: 35px;
    color: #fff;
    margin-bottom: 12px;
}

.hero-image {
    width: 100%;
    position: relative;
}

.hero-image img {
    width: 100%;
    animation: floatImage 5s infinite ease-in-out;
}

@keyframes floatImage {
    50% {
        transform: translateY(-15px);
    }
}

.floating-card {
    position: absolute;
    width: 90px;
    height: 90px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.2);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    animation: float 4s infinite ease-in-out;
}

.floating-card i {
    font-size: 30px;
    color: #7cc3ff;
}

.ai {
    top: 5%;
    left: 10%;
}

.cloud {
    top: 10%;
    right: 5%;
}

.security {
    bottom: 20%;
    right: 0;
}

.code {
    top: 35%;
    left: 0;
}

@keyframes float {
    50% {
        transform: translateY(-15px);
    }
}

.wave-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    border-radius: 100% 100% 0 0;
}

.cse-department {
    background: #f8fbff;
}

.intro-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.feature-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    height: 100%;
    transition: .4s;
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
}

.feature-card i {
    font-size: 45px;
    color: #0d6efd;
    margin-bottom: 15px;
}

.achievement-box {
    background: #fff;
    padding: 25px;
    border-left: 5px solid #0d6efd;
    border-radius: 12px;
    transition: .3s;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.achievement-box:hover {
    transform: translateX(8px);
}

.achievement-box i {
    color: #0d6efd;
    font-size: 30px;
    margin-bottom: 10px;
}

.benefit-card {
    background: #0d6efd;
    color: #fff;
    text-align: center;
    padding: 35px 20px;
    border-radius: 15px;
    transition: .4s;
}

.benefit-card:hover {
    transform: scale(1.08);
}

.benefit-card i {
    font-size: 40px;
    margin-bottom: 15px;
}

.section-heading h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.section-heading h3:after {
    content: '';
    width: 60px;
    height: 3px;
    background: #0d6efd;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.department-section {
    padding: 20px 0;
}

/* =========================== INTRODUCTION SECTION =========================== */
.dept-image-box {
    position: relative;
}

.dept-image-box img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.year-badge {
    position: absolute;
    bottom: -25px;
    left: -20px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #0b2c73, #1e88e5);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.year-badge span {
    font-size: 14px;
}

.year-badge h3 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
}

.section-tag {
    display: inline-block;
    background: linear-gradient(135deg, #3f7a40, #c1b97a);
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.intro-content p {
    color: #2d2d2d;
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

/* =========================== CARDS =========================== */
.info-card {
    background: #fff;
    border-radius: 25px;
    padding: 10px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.info-card:hover {
    transform: translateY(-10px);
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.blue {
    background: linear-gradient(135deg, #0d6efd, #4a9eff);
}

.green {
    background: linear-gradient(135deg, #28a745, #62d47b);
}

.purple {
    background: linear-gradient(135deg, #8e44ad, #c56cf0);
}

.info-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.card-line {
    width: 60px;
    height: 3px;
    margin-bottom: 15px;
}

.line-blue {
    background: #0d6efd;
}

.line-green {
    background: #28a745;
}

.line-purple {
    background: #8e44ad;
}

.info-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-card ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    line-height: 1.7;
    color: #1d1d1d;
    font-weight: 500;
}

.info-card ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
}

.highlights ul li:before {
    color: #0d6efd;
}

.achievements ul li:before {
    color: #28a745;
}

.benefits ul li:before {
    color: #8e44ad;
}

@media(max-width: 991px) {
    .year-badge {
        left: 15px;
        bottom: 15px;
        width: 90px;
        height: 90px;
    }

    .year-badge h3 {
        font-size: 28px;
    }

    .info-card {
        padding: 25px;
    }
}

.hero-image {
    position: relative;
    padding: 6px;
    border-radius: 35px;
    background: linear-gradient(45deg, #3f7a40, #c1b97a, #3f7a40);
    background-size: 300% 300%;
    animation: borderGlow 6s linear infinite;
    height: 350px;
}

.hero-image img {
    border-radius: 30px;
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.vision-mission-card {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.vision-mission-card:hover {
    transform: translateY(-10px);
}

.vm-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.vision-card .vm-icon {
    background: linear-gradient(135deg,#0d6efd,#4a9eff);
}

.mission-card .vm-icon {
    background: linear-gradient(135deg,#28a745,#5fd87a);
}

.vision-mission-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0b2c73;
}

.vision-mission-card p, .vision-mission-card li {
    color: #262626;
    line-height: 1.9;
    text-align: justify;
    font-weight: 500;
}

.vision-mission-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vision-mission-card ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
}

.vision-mission-card ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #28a745;
}

.peo-list {
    max-width: 1000px;
    margin: auto;
}

.peo-item {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    padding: 10px 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s;
}

.peo-item:hover {
    transform: translateX(10px);
}

.peo-number {
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3f7a40, #c1b97a);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.peo-content h4 {
    color: var(--pxn-color-theme-primary);
    margin-bottom: 10px;
    font-weight: 700;
}

.peo-content p {
    margin: 0;
    line-height: 1.8;
    color: #1b1b1b;
    font-weight: 500;
    text-align: justify;
}

@media(max-width: 768px) {
    .peo-item {
        flex-direction:column;
        text-align: center;
    }

    .peo-number {
        margin: auto;
    }
}

.po-section {
    background: #f8fbff;
}

.po-table-wrapper {
    border-radius: 20px;
    /* overflow:hidden; */
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.po-table {
    margin-bottom: 0;
}

.po-table thead {
    background: linear-gradient(135deg, #b9b37c, #ffe93d) !important;
}

.po-table thead th {
    color: var(--pxn-color-theme-primary);
    padding: 18px 20px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: transparent;
}

.po-table tbody td {
    padding: 18px 20px;
    vertical-align: middle;
    border-color: #edf2f7;
    color: #363636;
    font-weight: 500;
}

.po-table tbody tr {
    transition: all .3s ease;
}

.po-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.po-table tbody tr:hover {
    background: #eef5ff;
}

.po-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 8px 15px;
    border-radius: 30px;
    background: linear-gradient(135deg, #3f7a40, #c1b97a);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

@media(max-width: 991px) {
    .po-table {
        min-width:900px;
    }
}

.lab-card {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s;
    height: 100%;
}

.lab-card:hover {
    transform: translateY(-10px);
}

.lab-card i {
    font-size: 40px;
    color: #3f7a40;
    margin-bottom: 15px;
}

.lab-card h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0b2c73;
}

.lab-overview {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.overview-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
}

.overview-item:not(:last-child) {
    border-bottom: 1px solid #edf2f7;
}

.overview-item i {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #3f783f;
    background: rgb(63 122 64 / 8%);
}

.overview-item span {
    color: #2d2d2d;
    line-height: 1.7;
    font-weight: 500;
}

.infrastructure-section {
    background: #f8fbff;
}

.section-tag {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    background: #0d6efd;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.infra-box {
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .4s;
}

.infra-box p {
    color: #000;
    font-weight: 500;
}

.infra-box:hover {
    transform: translateY(-10px);
}

.infra-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: rgba(13,110,253,.08);
    color: #3f7a40;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 20px;
}

.infra-box h3 {
    color: #3f7a40;
    margin-bottom: 20px;
    font-weight: 700;
}

.library-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.stat-item {
    background: #f8fbff;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #3f7a40;
}

.stat-label {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.facility-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-top: 25px;
}

.facility-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #f8fbff;
    border-radius: 15px;
    font-weight: 500;
}

.facility-item i {
    color: #3f7a40;
    font-size: 18px;
}

@media(max-width: 991px) {
    .library-stats {
        grid-template-columns:1fr;
    }

    .facility-list {
        grid-template-columns: 1fr;
    }
}

.wifi-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s;
}

.wifi-card:hover {
    transform: translateY(-8px);
}

.wifi-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 15px;
    background: rgba(13,110,253,.08);
    color: #3f7a40;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.wifi-card h4 {
    color: #0b2c73;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wifi-card p {
    margin: 0;
    color: #000000;
    font-weight: 500;
}

.section-tag {
    display: inline-block;
    background: #3f7a40;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.license-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.licensed {
    background: #e8f7ee;
    color: #198754;
}

.open-source {
    background: #eaf2ff;
    color: #0d6efd;
}

.facility-card, .special-card {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s;
}

.facility-card:hover, .special-card:hover {
    transform: translateY(-8px);
}

.facility-icon {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    background: rgba(13,110,253,.08);
    color: #3f7a40;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.facility-card h4 {
    color: #0b2c73;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.facility-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.facility-card ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    color: #555;
}

.facility-card ul li:before {
    content: "";
    color: #0d6efd;
    position: absolute;
    left: 0;
}

.facility-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.facility-card ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #000000;
    line-height: 1.7;
    font-weight Specifies weight of glyphs in the font, their degree of blackness or stroke thickness. Widely available across major browsers (Baseline since January 2018) Learn more Don't show: 500;'; font-weight Specifies weight of glyphs in the font, their degree of blackness or stroke thickness. Widely available across major browsers (Baseline since January 2018) Learn more Don't show: 500;'; font-weight: 500;
}

.facility-card ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #3f7a40;
    font-size: 16px;
}

.special-card {
    text-align: center;
}

.special-card i {
    font-size: 40px;
    color: #3f7a40;
    margin-bottom: 15px;
}

.special-card h5 {
    margin: 0;
    color: #0b2c73;
    font-weight: 600;
    font-size: 16px;
}

.company-badge {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 30px;
    background: #e8f7ee;
    color: #198754;
    font-size: 13px;
    font-weight: 600;
}

.placement-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.placement-accordion .accordion-button {
    background: #fff;
    color: #0b2c73;
    font-size: 18px;
    font-weight: 600;
    padding: 22px 25px;
    box-shadow: none;
}

.placement-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #3f7a40, #3f7a40);
    color: #fff !important;
}

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

.placement-accordion .accordion-body {
    padding: 5px;
    background: #fff;
}

.admission-section {
    background: #f8fbff;
}

.section-title .sub-title {
    display: inline-block;
    background: rgb(63 122 64 / 10%);
    color: #3f7a40;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title p {
    max-width: 850px;
    margin: auto;
    color: #000000;
    line-height: 1.9;
    font-weight: 500;
}

.admission-card {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    margin-bottom: 20px;
}

.admission-card .icon {
    width: 80px;
    height: 80px;
    background: #3f7a40;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    flex-shrink: 0;
}

.admission-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.admission-card p {
    color: #000000;
    line-height: 1.9;
    font-weight: 500;
    text-align: justify;
}

.course-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .4s;
    height: 100%;
    text-align: center;
    border-top: 4px solid #3f7a40;
}

.course-card:hover {
    transform: translateY(-8px);
}

.course-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: #3f7a40;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    margin-bottom: 15px;
}

.course-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.course-card p {
    color: #000000;
    line-height: 1.8;
    font-weight: 500;
}

.criteria-section {
    background: #f7faff;
}

.badge-title {
    display: inline-block;
    background: rgb(63 122 64 / 10%);
    color: #114e92;
    padding: 8px 22px;
    border-radius: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title p {
    color: #000000;
    max-width: 750px;
    margin: auto;
}

.criteria-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    transition: .4s;
    border-left: 5px solid #3f7a40;
}

.criteria-card:hover {
    transform: translateY(-8px);
}

.card-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #3f7a40;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin-bottom: 25px;
}

.criteria-card h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

.criteria-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.criteria-card ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #000000;
    font-weight: 500;
}

.criteria-card ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    /* Solid */
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.documents-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.document-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #3f7a40;
}

.document-title i {
    margin-right: 10px;
}

.doc-list {
    list-style: none;
    padding: 0;
}

.doc-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30px;
    color: #000;
    font-weight: 500;
}

.doc-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #28a745;
}

.important-note {
    background: #d90000;
    color: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    font-size: 17px;
}

.important-note i {
    font-size: 22px;
    margin-right: 10px;
}

.eligibility-section {
    background: #f8fbff;
}

.subtitle {
    display: inline-block;
    padding: 8px 18px;
    background: #114e9215;
    color: #114e92;
    border-radius: 30px;
    font-weight: 600;
}

.approval-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.approval-item {
    text-align: center;
    font-weight: 500;
}

.approval-item i {
    font-size: 45px;
    color: #3f7a40;
    margin-bottom: 15px;
}

.approval-item h5 {
    font-weight: 700;
}

.eligibility-card {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    color: #000;
    font-weight: 500;
}

.eligibility-card h3 {
    color: #c1b97a;
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 700;
}

.eligibility-card h3 i {
    margin-right: 10px;
}

.eligibility-card h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

.table {
    margin-bottom: 0;
}

.table thead {
    background: #114e92;
    color: #fff;
}

.table thead th {
    border: none;
}

.table td, .table th {
    padding: 14px;
    vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f8fbff;
}

@media(max-width: 768px) {
    .approval-item {
        margin-bottom:30px;
    }

    .eligibility-card {
        padding: 20px;
    }
}

.scholarship-section {
    background: #f8fbff;
}

.scholarship-section h2 {
    font-size: 25px;
    font-weight: 700;
    color: #3f7a40;
    margin-bottom: 20px;
}

.scholarship-section> .container> p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 500;
}

.content-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.content-box h3 {
    color: #3f7a40;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 12px;
}

.content-box h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: #3f7a40;
    border-radius: 5px;
}

.content-box p {
    color: #000000;
    line-height: 1.9;
    font-weight: 500;
}

.table {
    margin-bottom: 0;
}

.table thead {
    background: #3e783f;
    color: #fff;
}

.table thead th {
    border: none;
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    background: none;
    color: #fff;
}

.table tbody td {
    padding: 15px;
    vertical-align: middle;
    font-weight: 500;
}

.table-bordered>:not(caption)>*>* {
    border-color: #e6e6e6;
}

.table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.content-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-box ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
    color: #000000;
    line-height: 1.8;
    font-weight: 500;
}

.content-box ul li:last-child {
    margin-bottom: 0;
}

.content-box ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: #3f7a40;
    font-size: 18px;
}

.table-responsive {
    border-radius: 12px;
    overflow: hidden;
}

@media(max-width: 991px) {
    .scholarship-section h2 {
        font-size:30px;
    }

    .content-box {
        padding: 25px;
    }

    .content-box h3 {
        font-size: 24px;
    }
}

@media(max-width: 767px) {
    .scholarship-section h2 {
        font-size:26px;
    }

    .content-box {
        padding: 20px;
    }

    .table thead th, .table tbody td {
        white-space: nowrap;
    }
}

.admission-contact {
    background: #f8fbff;
}

.contact-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    display: block;
    gap: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.contact-icon {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 50%;
    background: #3f7a40;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.sub-title {
    display: inline-block;
    padding: 8px 20px;
    background: rgb(63 122 64 / 10%);
    color: #3f7a40;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-content h2 {
    font-size: 25px;
    font-weight: 600;
    color: #3f7a40;
    margin-bottom: 30px;
}

.contact-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.contact-list a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    background: #cfe8d0;
    border: 1px solid #e8eef8;
    border-radius: 12px;
    padding: 18px 20px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.contact-list a:hover {
    background: #c1b97a;
    color: #fff;
    transform: translateY(-4px);
}

.contact-list a i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #3f7a40;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: .3s;
}

.contact-list a:hover i {
    background: #fff;
    color: #114e92;
}

@media (max-width: 991px) {
    .contact-card {
        flex-direction:column;
        text-align: center;
        padding: 35px;
    }

    .contact-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .contact-card {
        padding:25px;
    }

    .contact-content h2 {
        font-size: 28px;
    }

    .contact-list a {
        font-size: 16px;
    }
}

/*======================================
    Research & Development
=======================================*/
.rnd-section {
    position: relative;
    padding: 50px 0;
    background: #f5f8fc;
    overflow: hidden;
}

.rnd-section::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -120px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(17,78,146,.05);
}

.rnd-section::after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(107,178,69,.05);
}

/*-----------------------------------
Section Title
-----------------------------------*/
.section-title {
    position: relative;
    margin-bottom: 70px;
}

.section-title span {
    display: inline-block;
    padding: 8px 20px;
    background: #c1b97a;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #407a41;
    margin: 20px 0;
}

.section-title p {
    color: #666;
    max-width: 700px;
    margin: auto;
    line-height: 1.8;
}

/*-----------------------------------
Introduction Card
-----------------------------------*/
.rnd-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
    border-left: 5px solid #3f7a40;
    transition: .4s;
}

.rnd-card:hover {
    transform: translateY(-6px);
}

.rnd-icon {
    width: 110px;
    height: 110px;
    background: linear-gradient(135deg, #3f7a40, #c1b97a);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #fff;
    font-size: 45px;
    box-shadow: 0 15px 35px rgba(17,78,146,.25);
}

.rnd-card h3 {
    font-size: 30px;
    font-weight: 700;
    color: #3f7a40;
    margin-bottom: 20px;
}

.rnd-card p {
    color: #000000;
    line-height: 1.9;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.5px;
}

/*-----------------------------------
Heading
-----------------------------------*/
.title-left {
    margin-bottom: 35px;
}

.title-left h3 {
    position: relative;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: #222;
    padding-bottom: 15px;
}

.title-left h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #3f7a40;
    border-radius: 30px;
}

.title-left h3::after {
    content: "";
    position: absolute;
    left: 90px;
    bottom: 0;
    width: 20px;
    height: 4px;
    background: #c1b97a;
    border-radius: 30px;
}

/*-----------------------------------
Objectives
-----------------------------------*/
.objective-list {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 25px;
}

.objective-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .4s;
}

.objective-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(17,78,146,.12);
}

.objective-item i {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #3f7a40;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.objective-item p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/*-----------------------------------
Resources
-----------------------------------*/
.resource-box {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
    transition: .4s;
    border-top: 4px solid transparent;
}

.resource-box:hover {
    transform: translateY(-8px);
    border-color: #c1b97a;
}

.resource-box i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #ddffdd;
    color: #3f7a40;
    font-size: 30px;
}

.resource-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.resource-box p {
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
}

/*-----------------------------------
Student & Faculty
-----------------------------------*/
.initiative-box {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.07);
    transition: .4s;
}

.initiative-box:hover {
    transform: translateY(-8px);
}

.initiative-box h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #3f7a40;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.initiative-box h3 i {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #c1b97a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.initiative-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.initiative-box li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    color: #000000;
    line-height: 1.8;
    font-weight: 500;
    text-align: justify;
}

.initiative-box li:last-child {
    margin-bottom: 0;
}

.initiative-box li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #6bb245;
    font-size: 18px;
}

/*-----------------------------------
Responsive
-----------------------------------*/
@media(max-width: 991px) {
    .rnd-section {
        padding:80px 0;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .rnd-card {
        padding: 35px;
    }

    .rnd-icon {
        margin-bottom: 30px;
    }

    .title-left h3 {
        font-size: 26px;
    }
}

@media(max-width: 767px) {
    .section-title h2 {
        font-size:28px;
    }

    .rnd-card {
        padding: 25px;
    }

    .objective-list {
        grid-template-columns: 1fr;
    }

    .objective-item {
        padding: 22px;
    }

    .resource-box, .initiative-box {
        padding: 30px;
    }

    .initiative-box h3 {
        font-size: 22px;
    }
}

/*==================================================
    EFFECTIVE CURRICULUM DELIVERY
==================================================*/
.curriculum-section {
    position: relative;
    padding: 40px 0;
    background: #f7f9fc;
    overflow: hidden;
}

.curriculum-section::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(17,78,146,.05);
}

.curriculum-section::after {
    content: "";
    position: absolute;
    bottom: -200px;
    left: -150px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(107,178,69,.05);
}

.curriculum-section .container {
    position: relative;
    z-index: 2;
}

/*==========================
Section Title
==========================*/
.section-title {
    margin-bottom: 30px;
}

.section-title span {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 30px;
    background: #c1b97a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title h2 {
    margin: 18px 0 15px;
    font-size: 30px;
    font-weight: 700;
    color: #3f7a40;
}

.section-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

/*==========================
Timeline
==========================*/
.curriculum-wrapper {
    position: relative;
}

.curriculum-wrapper::before {
    content: "";
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(#114e92,#6bb245);
}

/*==========================
Card
==========================*/
.curriculum-card {
    position: relative;
    display: flex;
    gap: 30px;
    margin-bottom: 35px;
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .4s;
}

.curriculum-card:last-child {
    margin-bottom: 0;
}

.curriculum-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(17,78,146,.15);
}

/*==========================
Icon
==========================*/
.curriculum-card .icon {
    position: relative;
    min-width: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c1b97a, #3f7a40);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    box-shadow: 0 10px 30px rgba(17,78,146,.25);
}

.curriculum-card .icon::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 3px;
    background: #c1b97a;
}

/*==========================
Content
==========================*/
.curriculum-card .content {
    flex: 1;
}

.curriculum-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #3f7a40;
    margin-bottom: 10px;
}

.curriculum-card p {
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.9;
    text-align: justify;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.curriculum-card p:last-child {
    margin-bottom: 0;
}

/*==========================
Lists
==========================*/
.curriculum-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.curriculum-card ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 14px;
    line-height: 1.8;
    color: #555;
}

.curriculum-card ul li:last-child {
    margin-bottom: 0;
}

.curriculum-card ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #6bb245;
    font-size: 17px;
}

/*==========================
Hover
==========================*/
.curriculum-card:hover .icon {
    transform: rotate(10deg) scale(1.08);
    transition: .4s;
}

.curriculum-card:hover h3 {
    color: #c1b97a;
}

/*==========================
Alternate Card Accent
==========================*/
.curriculum-card:nth-child(even) {
    border-left: 5px solid #c1b97a;
}

.curriculum-card:nth-child(odd) {
    border-left: 5px solid #3f7a40;
}

/*==========================
Responsive
==========================*/
@media (max-width: 991px) {
    .curriculum-section {
        padding:80px 0;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .curriculum-wrapper::before {
        left: 45px;
    }

    .curriculum-card {
        padding: 30px;
    }

    .curriculum-card h3 {
        font-size: 24px;
    }

    .curriculum-card .icon {
        width: 80px;
        min-width: 80px;
        height: 80px;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .curriculum-section {
        padding:60px 0;
    }

    .section-title {
        margin-bottom: 45px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .curriculum-wrapper::before {
        display: none;
    }

    .curriculum-card {
        display: block;
        padding: 25px;
    }

    .curriculum-card .icon {
        margin: 0 auto 20px;
    }

    .curriculum-card .icon::before {
        display: none;
    }

    .curriculum-card h3 {
        text-align: center;
        font-size: 22px;
    }

    .curriculum-card p {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .curriculum-card {
        padding:20px;
        border-radius: 15px;
    }

    .curriculum-card .icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
        font-size: 26px;
    }

    .curriculum-card h3 {
        font-size: 20px;
    }

    .curriculum-card p {
        font-size: 15px;
        line-height: 1.8;
    }
}

/*====================================
Value Added Courses Accordion
====================================*/
.vac-accordion .accordion-item {
    border: 0;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.vac-accordion .accordion-button {
    background: #fff;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    padding: 22px 25px;
    box-shadow: none;
    border-left: 5px solid #3f7a40;
}

.vac-accordion .accordion-button i {
    color: #3f7a40;
    font-size: 22px;
}

.vac-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #3f7a40, #c1b97a);
    color: #fff;
}

.vac-accordion .accordion-button:not(.collapsed) i {
    color: #fff;
}

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

.vac-accordion .accordion-button::after {
    font-family: "Font Awesome 6 Pro";
    content: "\2b";
    font-weight: 900;
    background: none;
    transform: none;
    font-size: 18px;
}

.vac-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: none;
    color: #fff;
}

.vac-accordion .accordion-body {
    padding: 30px;
    background: #fff;
    line-height: 1.8;
}

.vac-accordion table {
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .vac-accordion .accordion-button {
        font-size:17px;
        padding: 18px;
    }

    .vac-accordion .accordion-body {
        padding: 20px;
    }
}

:root {
    --primary: #3F7A40;
    --primary-dark: #2C5B2D;
    --secondary: #C1B97A;
    --border: #e7e7e7;
}

.table-modern {
    min-width: 1100px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.table-modern thead th {
    background: linear-gradient(135deg,var(--primary),var(--primary-dark));
    color: #fff;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.15);
    white-space: normal;
}

.table-modern tbody td {
    padding: 15px;
    border: 1px solid var(--border);
    vertical-align: middle;
}

.table-modern tbody tr:nth-child(even) {
    background: #fafcf8;
}

.table-modern tbody tr:hover {
    background: #f2f7ee;
}

.table-modern tbody td:nth-child(2), .table-modern tbody td:nth-child(3), .table-modern tbody td:nth-child(4) {
    text-align: center;
}

.table-responsive {
    border-radius: 12px;
}

.table-responsive::-webkit-scrollbar {
    height: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 20px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f3f3f3;
}

@media (max-width: 768px) {
    .table-modern {
        min-width:900px;
    }

    .table-modern thead th, .table-modern tbody td {
        padding: 12px;
        font-size: 14px;
    }
}

.custom-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Custom Scrollbar */
.custom-scroll::-webkit-scrollbar {
    height: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #3F7A40;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #C1B97A;
}

.section-titleo h3 {
    color: #c1b97a;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 700;
}

.assessment-area {
    background: #fafafa;
}

.section-heading span {
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.section-heading h2 {
    font-weight: 700;
    margin: 10px 0 15px;
}

.section-heading p {
    max-width: 720px;
    margin: auto;
    color: #000000;
    font-weight: 500;
}

.info-box {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 15px 35px rgba(0,0,0,.05);
    transition: .35s;
}

.info-box:hover {
    transform: translateY(-6px);
}

.box-title {
    background: linear-gradient(135deg,#3F7A40,#2f6031);
    color: #fff;
    padding: 18px 25px;
    font-size: 22px;
    font-weight: 600;
}

.box-title i {
    color: #C1B97A;
    margin-right: 12px;
    font-size: 24px;
}

.box-content {
    padding: 30px;
}

.box-content p {
    line-height: 1.9;
    color: #000000;
    font-weight: 500;
    text-align: justify;
}

.box-content h5 {
    font-size: 18px;
    color: #867f42;
    margin-bottom: 18px;
}

.weight-box {
    background: #f8f5e6;
    border-left: 5px solid var(--secondary);
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    margin-top: 25px;
}

.weight-box i {
    font-size: 45px;
    color: var(--primary);
    margin-bottom: 15px;
}

.weight-box strong {
    color: var(--primary);
    font-size: 20px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 13px 0;
    border-bottom: 1px dashed #ddd;
    color: #000000;
    font-weight: 500;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list i {
    width: 34px;
    height: 34px;
    background: #edf6ed;
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

hr {
    margin: 25px 0;
}

@media(max-width: 991px) {
    .box-title {
        font-size:20px;
    }
}

@media(max-width: 767px) {
    .box-content {
        padding:22px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .box-title {
        font-size: 18px;
        padding: 15px 18px;
    }

    .feature-list li {
        font-size: 15px;
    }
}

.cross-cutting {
    background: #fafafa;
}

.section-title span {
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-title h2 {
    margin: 10px 0;
    font-weight: 700;
}

.section-title p {
    max-width: 760px;
    margin: auto;
    color: #000000;
    font-weight: 500;
}

.issue-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    height: 100%;
    border: 1px solid var(--border);
    transition: .35s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.issue-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg,var(--primary),var(--secondary));
}

.issue-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.issue-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #edf6ed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.issue-icon i {
    font-size: 32px;
    color: var(--primary);
}

.issue-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.issue-card p {
    color: #000000;
    line-height: 1.9;
    font-weight: 500;
    text-align: justify;
}

.issue-card ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.issue-card ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    font-weight: 500;
    color: #000;
}

.issue-card ul li:last-child {
    border-bottom: none;
}

.issue-card ul li i {
    color: var(--primary);
    font-size: 18px;
}

@media(max-width: 767px) {
    .issue-card {
        padding:25px;
    }

    .issue-icon {
        width: 60px;
        height: 60px;
    }

    .issue-icon i {
        font-size: 26px;
    }
}

.about-coe {
    background: #f8faf8;
}

.coe-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    position: relative;
}

.coe-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,#3F7A40,#C1B97A);
}

.coe-title {
    padding: 35px 40px 20px;
    position: relative;
}

.coe-title::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #C1B97A;
    display: block;
    margin-top: 5px;
    border-radius: 10px;
}

.sub-title {
    display: inline-block;
    color: #3F7A40;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.coe-title h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #3f7a40;
}

.coe-content {
    padding: 0 40px 40px;
}

.coe-content p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    margin-bottom: 20px;
}

@media(max-width: 768px) {
    .coe-title, .coe-content {
        padding:25px;
    }

    .coe-title h2 {
        font-size: 28px;
    }
}

.notification-section {
    background: #fafafa;
}

.section-title span {
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title h2 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 8px;
}

.notification-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.notification-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-left: 5px solid var(--primary);
    padding: 5px 15px;
    border-radius: 12px;
    text-decoration: none;
    transition: .35s;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

.notification-item:hover {
    transform: translateX(8px);
    border-left-color: var(--secondary);
    box-shadow: 0 15px 35px rgba(0,0,0,.10);
}

.notification-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #edf6ed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notification-icon i {
    font-size: 20px;
    color: var(--primary);
}

.notification-content {
    flex: 1;
}

.notification-content h5 {
    margin: 0;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.notification-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.notification-item:hover .notification-arrow {
    background: var(--primary);
    transform: rotate(-45deg);
}

@media(max-width: 767px) {
    .notification-item {
        align-items:flex-start;
    }

    .notification-arrow {
        display: none;
    }

    .notification-content h5 {
        font-size: 16px;
    }
}

.academic-section {
    background: #f8faf8;
}

.academic-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
    border: 1px solid #ececec;
    transition: .35s;
    height: 100%;
}

.academic-card:hover {
    transform: translateY(-6px);
}

.academic-header {
    background: linear-gradient(135deg,#3F7A40,#2d5c2d);
    color: #fff;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.academic-header i {
    font-size: 30px;
    color: #C1B97A;
}

.academic-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.academic-body {
    padding: 25px;
}

.academic-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 18px;
    margin-bottom: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    transition: .3s;
}

.academic-item:last-child {
    margin-bottom: 0;
}

.academic-item span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.academic-item span i {
    color: #d32f2f;
    font-size: 22px;
}

.academic-item > i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #edf6ed;
    color: #3F7A40;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.academic-item:hover {
    border-color: #C1B97A;
    background: #fcfcf7;
}

.academic-item:hover > i {
    background: #3F7A40;
    color: #fff;
    transform: rotate(-20deg);
}

@media(max-width: 768px) {
    .academic-header h3 {
        font-size:20px;
    }

    .academic-item {
        padding: 15px;
    }

    .academic-item span {
        font-size: 15px;
    }
}

.contact-section {
    /* background:#f8faf8; */
}

.contact-card {
    background: #f8faf8;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgb(0 0 0 / 24%);
}

.contact-header {
    background: linear-gradient(135deg,#3F7A40,#2f6130);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
}

.contact-header i {
    font-size: 50px;
    color: #C1B97A;
    margin-bottom: 15px;
}

.contact-header h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.contact-body {
    padding: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item .icon {
    width: 60px;
    height: 60px;
    background: #eef6ef;
    color: #3F7A40;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.contact-item h5 {
    margin-bottom: 8px;
    font-weight: 700;
}

.contact-item p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    font-weight: 500;
}

.contact-item a {
    color: #3F7A40;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.contact-item a:hover {
    color: #C1B97A;
}

@media (max-width: 768px) {
    .contact-body {
        padding:25px;
    }

    .contact-item {
        gap: 15px;
    }

    .contact-item .icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .contact-header h2 {
        font-size: 24px;
    }
}

.iqac-introduction {
    background: #f8faf8;
}

.intro-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    border-top: 5px solid var(--primary);
}

.intro-header {
    padding: 35px 40px 10px;
}

.sub-title {
    display: inline-block;
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.intro-header h2 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
}

.intro-header h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: var(--secondary);
    margin-top: 10px;
    border-radius: 20px;
}

.intro-body {
    padding: 0 40px 40px;
}

.intro-body p {
    color: #000000;
    line-height: 2;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: 500;
}

.highlight-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #f9f7ed;
    border-left: 5px solid var(--secondary);
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
}

.highlight-box i {
    font-size: 42px;
    color: var(--primary);
    flex-shrink: 0;
}

.highlight-box h5 {
    margin-bottom: 8px;
    font-weight: 700;
}

.highlight-box p {
    margin: 0;
}

@media(max-width: 768px) {
    .intro-header, .intro-body {
        padding:25px;
    }

    .intro-header h2 {
        font-size: 30px;
    }

    .highlight-box {
        flex-direction: column;
    }
}

.iqac-objective {
    background: #f8faf8;
}

.objective-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    border-top: 5px solid var(--primary);
}

.objective-header {
    padding: 35px 40px 20px;
}

.objective-header .sub-title {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.objective-header h2 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
}

.objective-header h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: var(--secondary);
    border-radius: 10px;
    margin-top: 15px;
}

.objective-body {
    padding: 0 40px 40px;
}

.lead-text {
    color: #333;
    margin-bottom: 30px;
}

.objective-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.objective-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fcfcfc;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 25px;
    transition: .3s;
}

.objective-item:hover {
    transform: translateY(-5px);
    border-color: var(--secondary);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.objective-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #edf6ed;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.objective-icon i {
    font-size: 28px;
}

.objective-content p {
    margin: 0;
    color: #000000;
    line-height: 1.9;
    text-align: justify;
}

@media(max-width: 768px) {
    .objective-header, .objective-body {
        padding:25px;
    }

    .objective-header h2 {
        font-size: 30px;
    }

    .objective-item {
        flex-direction: column;
        padding: 20px;
    }
}

.iqac-strategies {
    background: #f8faf8;
}

.strategy-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border-top: 5px solid var(--primary);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.strategy-header {
    padding: 35px 40px 20px;
}

.strategy-header .sub-title {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.strategy-header h2 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
}

.strategy-header h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: var(--secondary);
    margin-top: 10px;
    border-radius: 20px;
}

.strategy-body {
    padding: 0 40px 40px;
}

.lead-text {
    margin-bottom: 30px;
    color: #333;
}

.strategy-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 10px;
    height: 100%;
    transition: .35s;
}

.strategy-item:hover {
    transform: translateY(-6px);
    border-color: var(--secondary);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.strategy-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #edf6ed;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.strategy-icon i {
    font-size: 24px;
}

.strategy-item p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    /* text-align:justify; */
    font-weight: 500;
}

@media(max-width: 768px) {
    .strategy-header, .strategy-body {
        padding:25px;
    }

    .strategy-header h2 {
        font-size: 30px;
    }

    .strategy-item {
        flex-direction: column;
        padding: 20px;
    }
}

.iqac-functions {
    background: #f8faf8;
}

.functions-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border-top: 5px solid var(--primary);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.functions-header {
    padding: 35px 40px 20px;
}

.functions-header .sub-title {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.functions-header h2 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
}

.functions-header h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: var(--secondary);
    margin-top: 10px;
    border-radius: 20px;
}

.functions-body {
    padding: 0 40px 40px;
}

.lead-text {
    margin-bottom: 20px;
    color: #333;
}

.function-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 10px;
    height: 100%;
    transition: .35s;
}

.function-item:hover {
    transform: translateY(-6px);
    border-color: var(--secondary);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.function-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #edf6ed;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.function-icon i {
    font-size: 24px;
}

.function-content p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    text-align: justify;
    font-weight: 500;
}

@media(max-width: 768px) {
    .functions-header, .functions-body {
        padding:25px;
    }

    .functions-header h2 {
        font-size: 30px;
    }

    .function-item {
        flex-direction: column;
        padding: 20px;
    }
}

.iqac-benefits {
    background: #f8faf8;
}

.benefits-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border-top: 5px solid var(--primary);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.benefits-header {
    padding: 35px 40px 20px;
}

.benefits-header .sub-title {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.benefits-header h2 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
}

.benefits-header h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: var(--secondary);
    margin-top: 10px;
    border-radius: 20px;
}

.benefits-body {
    padding: 0 40px 40px;
}

.lead-text {
    margin-bottom: 30px;
    color: #333;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 10px;
    height: 100%;
    transition: .35s;
}

.benefit-item:hover {
    transform: translateY(-6px);
    border-color: var(--secondary);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #edf6ed;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon i {
    font-size: 24px;
}

.benefit-content p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    text-align: justify;
    font-weight: 500;
}

@media(max-width: 768px) {
    .benefits-header, .benefits-body {
        padding:25px;
    }

    .benefits-header h2 {
        font-size: 30px;
    }

    .benefit-item {
        flex-direction: column;
        padding: 20px;
    }
}

.iqac-contact-section {
    background: #fff;
}

.iqac-contact-table-wrap {
    overflow-x: auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(63, 122, 64, 0.12);
}

.iqac-contact-table {
    min-width: 900px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

.iqac-contact-table thead th {
    background: #3f7a40;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 16px;
    text-align: left;
    border: 1px solid rgba(255,255,255,0.15);
    white-space: nowrap;
}

.iqac-contact-table tbody td {
    padding: 18px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    border: 1px solid #e7e7e7;
    vertical-align: middle;
    background: #fff;
}

.iqac-contact-table tbody tr:hover td {
    background: #fbfcf8;
}

.iqac-contact-table .section-row td {
    background: #c1b97a;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 14px 16px;
    border-color: #d9d2a0;
}

.iqac-contact-table a {
    color: #3f7a40;
    text-decoration: none;
    font-weight: 600;
    word-break: break-word;
}

.iqac-contact-table a:hover {
    color: #2f5e30;
    text-decoration: underline;
}

.iqac-contact-table-wrap::-webkit-scrollbar {
    height: 8px;
}

.iqac-contact-table-wrap::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 10px;
}

.iqac-contact-table-wrap::-webkit-scrollbar-thumb {
    background: #3f7a40;
    border-radius: 10px;
}

.iqac-contact-table-wrap::-webkit-scrollbar-thumb:hover {
    background: #c1b97a;
}

@media (max-width: 991.98px) {
    .iqac-contact-table thead th {
        font-size:18px;
        padding: 16px 14px;
    }

    .iqac-contact-table tbody td {
        font-size: 16px;
        padding: 16px 14px;
    }

    .iqac-contact-table .section-row td {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .iqac-contact-table {
        min-width:820px;
    }

    .iqac-contact-table thead th {
        font-size: 16px;
    }

    .iqac-contact-table tbody td {
        font-size: 15px;
    }

    .iqac-contact-table .section-row td {
        font-size: 18px;
    }
}

.committee-section {
    background: #fff;
}

.committee-info-card, .committee-table-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    border: 1px solid rgba(63,122,64,.12);
}

.committee-card-header {
    background: linear-gradient(135deg, var(--primary), #2f6130);
    padding: 18px 24px;
}

.committee-card-header h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.committee-card-body {
    padding: 25px;
}

/* Role List */
.committee-role-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.committee-role-item {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #f9fbf9;
    border: 1px solid #e9efe9;
    border-radius: 14px;
    padding: 20px;
    transition: .3s ease;
}

.committee-role-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.committee-role-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: rgba(63,122,64,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 22px;
}

.committee-role-content {
    color: #000;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
}

@media(max-width: 767.98px) {
    .committee-card-header h3 {
        font-size:20px;
    }

    .committee-card-body {
        padding: 20px;
    }

    .committee-role-item {
        padding: 16px;
    }

    .committee-role-content {
        font-size: 15px;
    }
}

.alumni-section {
    background: #f8faf8;
}

.alumni-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    border-top: 5px solid #3F7A40;
}

.alumni-header {
    padding: 30px 20px 11px;
}

.alumni-header .sub-title {
    color: #3F7A40;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.alumni-header h2 {
    margin-top: 5px;
    font-size: 30px;
    font-weight: 700;
    color: #222;
}

.alumni-header h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #C1B97A;
    margin-top: 10px;
    border-radius: 20px;
}

.alumni-body {
    padding: 0 20px 40px;
}

.alumni-body p {
    color: #000000;
    line-height: 2;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

.alumni-body p:last-child {
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .alumni-header, .alumni-body {
        padding:25px;
    }

    .alumni-header h2 {
        font-size: 28px;
    }

    .alumni-body p {
        font-size: 15px;
        line-height: 1.9;
    }
}

.cell-section {
    background: #f8faf8;
}

.cell-info-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    border: 1px solid rgba(63,122,64,.12);
}

.cell-card-header {
    background: linear-gradient(135deg,#3F7A40,#2f6130);
    padding: 18px 24px;
}

.cell-card-header h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.cell-card-body {
    padding: 25px;
}

.cell-card-body p {
    color: #000000;
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.cell-card-body p:last-child {
    margin-bottom: 0;
}

/* Objectives */
.cell-role-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cell-role-item {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #f9fbf9;
    border: 1px solid #e9efe9;
    border-radius: 14px;
    padding: 10px;
    transition: .3s ease;
}

.cell-role-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.cell-role-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: rgba(63,122,64,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3F7A40;
    font-size: 22px;
}

.cell-role-content {
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

@media(max-width: 767.98px) {
    .cell-card-header h3 {
        font-size:20px;
    }

    .cell-card-body {
        padding: 20px;
    }

    .cell-role-item {
        padding: 16px;
        gap: 14px;
    }

    .cell-role-content {
        font-size: 15px;
    }
}

.gallery-section {
    background: #f8faf8;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    background: #fff;
}

.gallery-card a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.gallery-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all .4s ease;
    display: block;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(63,122,64,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
}

.gallery-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff;
    color: #3f7a40;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transform: scale(.7);
    transition: all .35s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
    visibility: visible;
}

.gallery-card:hover .gallery-icon {
    transform: scale(1);
}

@media (max-width: 991.98px) {
    .gallery-card img {
        height:240px;
    }
}

@media (max-width: 575.98px) {
    .gallery-card img {
        height:220px;
    }
}

.contact-section {
    background: #f8faf8;
}

.contact-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border: 1px solid rgba(63,122,64,.12);
}

.contact-info-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #f9fbf9;
    border: 1px solid #e9efe9;
    border-radius: 16px;
    padding: 20px;
    transition: .3s ease;
    height: 100%;
}

.contact-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.contact-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    background: rgba(63,122,64,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3F7A40;
    font-size: 22px;
}

.contact-content h4 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.contact-content p {
    margin: 0;
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

.contact-content a {
    color: #3F7A40;
    text-decoration: none;
    transition: .3s ease;
}

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

@media(max-width: 767.98px) {
    .contact-card {
        padding:20px;
    }

    .contact-item {
        padding: 16px;
        gap: 14px;
    }

    .contact-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 20px;
    }

    .contact-content h4 {
        font-size: 18px;
    }

    .contact-content p {
        font-size: 15px;
    }
}

.enquiry-form-box {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border: 1px solid rgba(63,122,64,0.12);
}

.enquiry-form .form-label {
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    font-size: 15px;
}

.enquiry-form .form-control, .enquiry-form .form-select {
    height: 54px;
    border-radius: 14px;
    border: 1px solid #dfe7df;
    padding: 12px 16px;
    font-size: 15px;
    box-shadow: none;
    transition: all .3s ease;
}

.enquiry-form textarea.form-control {
    height: auto;
    min-height: 140px;
    resize: none;
}

.enquiry-form .form-control:focus, .enquiry-form .form-select:focus {
    border-color: #3f7a40;
    box-shadow: 0 0 0 .18rem rgba(63,122,64,.12);
}

.enquiry-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    background: linear-gradient(135deg,#3f7a40,#2e6130);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 50px;
    transition: all .3s ease;
    box-shadow: 0 12px 25px rgba(63,122,64,.25);
}

.enquiry-btn:hover {
    background: linear-gradient(135deg,#c1b97a,#a79f60);
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .enquiry-form-box {
        padding:25px;
    }
}

@media (max-width: 575.98px) {
    .enquiry-btn {
        width:100%;
        justify-content: center;
    }
}

.skill-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
    margin-top: 20px;
}

.skill-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f9fbf9;
    border: 1px solid #e9efe9;
    border-radius: 14px;
    padding: 16px 18px;
    transition: .3s ease;
}

.skill-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.skill-item i {
    color: #3F7A40;
    margin-top: 4px;
    font-size: 15px;
}

.skill-item span {
    color: #2b2b2b;
    line-height: 1.7;
    font-size: 16px;
}

@media(max-width: 767.98px) {
    .skill-grid {
        grid-template-columns:1fr;
        gap: 14px;
    }

    .skill-item {
        padding: 14px 16px;
    }

    .skill-item span {
        font-size: 15px;
    }
}

.iic-accordion-section {
    background: #f8faf8;
}

.custom-iic-accordion {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.iic-accordion-item {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(63,122,64,.12);
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    transition: .3s ease;
}

.iic-accordion-item.active {
    box-shadow: 0 18px 35px rgba(63,122,64,.12);
    border-color: rgba(63,122,64,.25);
}

.iic-accordion-header {
    width: 100%;
    border: none;
    outline: none;
    background: linear-gradient(135deg,#3F7A40,#2f6130);
    color: #fff !important;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease;
    text-align: left;
}

.iic-accordion-header span {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.5;
}

.iic-accordion-header i {
    font-size: 18px;
}

.iic-accordion-header .accordion-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s ease;
}

.iic-accordion-item.active .accordion-icon {
    transform: rotate(45deg);
    background: #fff;
    color: #3F7A40;
}

.iic-accordion-body {
    display: none;
    background: #fff;
}

.iic-accordion-content {
    padding: 15px;
}

.iic-accordion-content p {
    margin: 0;
    color: #000000;
    line-height: 1.9;
    text-align: justify;
    font-size: 16px;
}

/* Optional table style inside accordion */
.iic-accordion-content .table-responsive {
    margin-top: 10px;
}

.iic-accordion-content .table {
    margin-bottom: 0;
    min-width: 900px;
}

.iic-accordion-content .table thead th {
    background: #3F7A40;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 15px;
}

.iic-accordion-content .table tbody td {
    padding: 14px;
    border-color: #ececec;
    vertical-align: middle;
}

.iic-accordion-content .table tbody tr:nth-child(even) {
    background: #fbfcf8;
}

/* Gallery inside accordion */
.iic-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.iic-gallery-item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.iic-gallery-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

@media(max-width: 991.98px) {
    .iic-accordion-header {
        font-size:18px;
        padding: 18px 20px;
    }

    .iic-accordion-content {
        padding: 22px;
    }

    .iic-gallery-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 767.98px) {
    .iic-accordion-header {
        font-size:16px;
        padding: 16px 18px;
    }

    .iic-accordion-header .accordion-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 14px;
    }

    .iic-accordion-content {
        padding: 18px;
    }

    .iic-accordion-content p {
        font-size: 15px;
    }

    .iic-gallery-grid {
        grid-template-columns: 1fr;
    }
}

.iic-about-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.iic-intro-card {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    background: #f9fbf9;
    border: 1px solid #e7efe7;
    border-radius: 18px;
    padding: 24px;
}

.iic-intro-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg,#3F7A40,#2f6130);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 12px 25px rgba(63,122,64,.22);
}

.iic-intro-text h4 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 800;
    color: #1f2a1f;
}

.iic-intro-text p {
    margin: 0 0 14px;
    color: #000000;
    line-height: 1.9;
    text-align: justify;
    font-weight: 500;
    letter-spacing: 1px;
}

.iic-intro-text p:last-child {
    margin-bottom: 0;
}

.iic-highlight-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(63,122,64,.14);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,.06);
    overflow: hidden;
}

.iic-highlight-header {
    background: linear-gradient(135deg,rgba(63,122,64,.12),rgba(193,185,122,.18));
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(63,122,64,.12);
}

.iic-highlight-header i {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #3F7A40;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.iic-highlight-header h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #1f2a1f;
}

.iic-list {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.iic-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #edf2ed;
    border-radius: 14px;
    background: #fbfdfb;
    transition: .3s ease;
}

.iic-list-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(0,0,0,.05);
}

.iic-list-item i {
    color: #3F7A40;
    margin-top: 4px;
    font-size: 15px;
}

.iic-list-item span {
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

@media(max-width: 991.98px) {
    .iic-intro-card {
        flex-direction:column;
    }
}

@media(max-width: 767.98px) {
    .iic-intro-card {
        padding:18px;
        gap: 16px;
    }

    .iic-intro-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        font-size: 24px;
    }

    .iic-intro-text h4 {
        font-size: 20px;
    }

    .iic-highlight-header h5 {
        font-size: 18px;
    }

    .iic-list {
        padding: 16px;
    }

    .iic-list-item {
        padding: 12px 14px;
    }
}

.iic-members-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.iic-members-top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #f9fbf9;
    border: 1px solid #e7efe7;
    border-radius: 18px;
    padding: 24px;
}

.iic-members-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg,#3F7A40,#2f6130);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 12px 25px rgba(63,122,64,.22);
}

.iic-members-text h4 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 800;
    color: #1f2a1f;
}

.iic-members-text p {
    margin: 0;
    color: #000000;
    line-height: 1.9;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 500;
}

.iic-table-wrap {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(63,122,64,.12);
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    background: #fff;
}

.iic-members-table {
    min-width: 950px;
}

.iic-members-table thead th {
    background: linear-gradient(135deg,#3F7A40,#2f6130);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 18px;
    border: none;
    white-space: nowrap;
}

.iic-members-table tbody td {
    padding: 16px 18px;
    color: #000000;
    font-size: 15px;
    border-color: #edf2ed;
    vertical-align: middle;
}

.iic-members-table tbody tr:nth-child(even) {
    background: #fbfcf8;
}

.iic-members-table tbody tr:hover {
    background: #f4f9f4;
}

.iic-members-table tbody td:first-child {
    font-weight: 700;
    color: #3F7A40;
}

@media(max-width: 991.98px) {
    .iic-members-top {
        flex-direction:column;
    }
}

@media(max-width: 767.98px) {
    .iic-members-top {
        padding:18px;
        gap: 16px;
    }

    .iic-members-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        font-size: 24px;
    }

    .iic-members-text h4 {
        font-size: 20px;
    }

    .iic-members-table thead th, .iic-members-table tbody td {
        padding: 14px 15px;
        font-size: 14px;
    }
}

.iic-about-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #f9fbf9;
    border: 1px solid #e7efe7;
    border-radius: 18px;
    padding: 24px;
}

.iic-about-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg,#3F7A40,#2f6130);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 12px 25px rgba(63,122,64,.22);
}

.iic-about-content h4 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 800;
    color: #1f2a1f;
}

.iic-about-content p {
    margin: 0;
    color: #000000;
    line-height: 1.9;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
}

@media(max-width: 767.98px) {
    .iic-about-box {
        flex-direction:column;
        padding: 18px;
        gap: 16px;
    }

    .iic-about-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        font-size: 24px;
    }

    .iic-about-content h4 {
        font-size: 20px;
    }

    .iic-about-content p {
        font-size: 15px;
    }
}

.coe-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(63,122,64,.14);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,.06);
    padding: 24px;
    transition: .3s ease;
    position: relative;
    overflow: hidden;
}

.coe-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(63,122,64,.04), rgba(193,185,122,.08));
    opacity: 0;
    transition: .3s ease;
}

.coe-card:hover::before {
    opacity: 1;
}

.coe-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(0,0,0,.08);
}

.coe-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg,#3F7A40,#2f6130);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
    box-shadow: 0 12px 24px rgba(63,122,64,.2);
    position: relative;
    z-index: 1;
}

.coe-card h5 {
    font-size: 20px;
    font-weight: 800;
    color: #1f2a1f;
    margin-bottom: 12px;
    line-height: 1.45;
    position: relative;
    z-index: 1;
}

.coe-card p {
    margin: 0;
    color: #444;
    line-height: 1.9;
    text-align: justify;
    position: relative;
    z-index: 1;
}

@media(max-width: 767.98px) {
    .coe-card {
        padding:20px;
    }

    .coe-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .coe-card h5 {
        font-size: 18px;
    }

    .coe-card p {
        font-size: 15px;
    }
}

.placement-intro-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.placement-intro-card {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    background: #f9fbf9;
    border: 1px solid #e7efe7;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(0,0,0,.05);
}

.placement-intro-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 50%;
    background: linear-gradient(135deg,#3F7A40,#2f6130);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 12px 24px rgba(63,122,64,.22);
}

.placement-intro-content h4 {
    margin: 0 0 14px;
    font-size: 28px;
    font-weight: 800;
    color: #1f2a1f;
}

.placement-intro-content p {
    margin: 0 0 14px;
    color: #000000;
    line-height: 1.9;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
}

.placement-intro-content p:last-child {
    margin-bottom: 0;
}

.placement-recruiters-box {
    background: linear-gradient(135deg, rgba(63,122,64,.08), rgba(193,185,122,.10));
    border: 1px solid rgba(63,122,64,.12);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0,0,0,.04);
}

.placement-box-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.placement-box-title i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #3F7A40;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.placement-box-title h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #1f2a1f;
}

.placement-recruiters-box p {
    margin: 0;
    color: #000000;
    line-height: 1.9;
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
}

.placement-info-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(63,122,64,.14);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0,0,0,.06);
    overflow: hidden;
}

.placement-card-head {
    background: linear-gradient(135deg,#3F7A40,#2f6130);
    color: #fff;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.placement-card-head i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.placement-card-head h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}

.placement-card-body {
    padding: 24px;
}

.placement-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.placement-list li {
    position: relative;
    padding-left: 30px;
    color: #000000;
    line-height: 1.85;
    font-size: 16px;
    font-weight: 500;
}

.placement-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #3F7A40;
    font-size: 16px;
}

.placement-list.two-column {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px 24px;
}

@media(max-width: 991.98px) {
    .placement-intro-card {
        flex-direction:column;
    }

    .placement-list.two-column {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 767.98px) {
    .placement-intro-card {
        padding:20px;
        gap: 18px;
    }

    .placement-intro-icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
        font-size: 24px;
    }

    .placement-intro-content h4 {
        font-size: 22px;
    }

    .placement-intro-content p, .placement-recruiters-box p, .placement-list li {
        font-size: 15px;
    }

    .placement-box-title h5, .placement-card-head h5 {
        font-size: 18px;
    }

    .placement-card-body, .placement-recruiters-box {
        padding: 18px;
    }
}

.placement-table-section {
    background: #f8faf8;
}

.placement-table-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(63,122,64,.12);
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.placement-table {
    min-width: 1000px;
}

.placement-table thead th {
    background: linear-gradient(135deg,#3F7A40,#2f6130);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 18px;
    border: none;
    white-space: nowrap;
    text-align: center;
}

.placement-table tbody td {
    padding: 14px 18px;
    color: #333;
    font-size: 15px;
    border-color: #edf2ed;
    vertical-align: middle;
}

.placement-table tbody tr:nth-child(even) {
    background: #fbfcf8;
}

.placement-table tbody tr:hover {
    background: #f4f9f4;
}

.placement-table tbody td:nth-child(1), .placement-table tbody td:nth-child(4) {
    text-align: center;
    font-weight: 600;
}

.placement-table tbody td:nth-child(2) {
    font-weight: 600;
    color: #2f6130;
}

@media(max-width: 767.98px) {
    .placement-table thead th, .placement-table tbody td {
        padding:12px 14px;
        font-size: 14px;
    }
}

.placement-table-card .table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #3F7A40 #e9f1e9;
    padding-bottom: 8px;
}

/* Chrome / Edge / Safari */
.placement-table-card .table-responsive::-webkit-scrollbar {
    height: 10px;
}

.placement-table-card .table-responsive::-webkit-scrollbar-track {
    background: #e9f1e9;
    border-radius: 50px;
}

.placement-table-card .table-responsive::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg,#3F7A40,#2f6130);
    border-radius: 50px;
    border: 2px solid #e9f1e9;
}

.placement-table-card .table-responsive::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg,#2f6130,#3F7A40);
}

.placement-table-card .table-responsive {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    scroll-behavior: smooth;
}

.placement-table-card .table-responsive.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.placement-table-card .table-responsive.dragging * {
    cursor: grabbing !important;
}

.placement-team-section {
    margin: 30px 0;
}

.placement-team-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(63, 122, 64, 0.10);
    border: 1px solid rgba(63, 122, 64, 0.12);
    overflow: hidden;
}

.placement-team-header {
    background: linear-gradient(135deg, #3f7a40 0%, #2f5e30 100%);
    padding: 35px;
    display: flex;
    align-items: center;
    gap: 25px;
    color: #fff;
}

.placement-team-icon {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    background: rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
}

.placement-team-content h3 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

.placement-team-content p {
    margin: 0 0 8px;
    font-size: 16px;
    color: rgba(255,255,255,0.92);
    font-weight: 500;
}

.placement-team-content span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(193, 185, 122, 0.22);
    border: 1px solid rgba(255,255,255,0.12);
}

.placement-team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    padding: 35px;
    background: linear-gradient(180deg, #fbfcf8 0%, #f5f4ea 100%);
}

.placement-team-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(193, 185, 122, 0.28);
    box-shadow: 0 10px 25px rgba(63, 122, 64, 0.06);
    transition: all 0.3s ease;
}

.placement-team-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(63, 122, 64, 0.12);
    border-color: rgba(63, 122, 64, 0.25);
}

.team-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, #c1b97a 0%, #3f7a40 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 10px 20px rgba(63, 122, 64, 0.18);
}

.team-info h4 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    color: #2f3e2f;
}

.team-info p {
    margin: 0;
    font-size: 15px;
    color: #5f6d5f;
    font-weight: 500;
}

@media (max-width: 991px) {
    .placement-team-header {
        flex-direction: column;
        text-align: center;
        padding: 28px 20px;
    }

    .placement-team-grid {
        grid-template-columns: 1fr;
        padding: 25px 20px;
    }
}

@media (max-width: 575px) {
    .placement-team-content h3 {
        font-size: 22px;
    }

    .placement-team-content p, .placement-team-content span {
        font-size: 14px;
    }

    .placement-team-item {
        padding: 16px;
    }

    .team-info h4 {
        font-size: 16px;
    }

    .team-info p {
        font-size: 14px;
    }
}

.about-department-content {
    background: #ffffff;
    border: 1px solid rgba(63, 122, 64, 0.12);
    border-radius: 24px;
    padding: 15px;
    box-shadow: 0 16px 40px rgba(63, 122, 64, 0.08);
    position: relative;
    overflow: hidden;
}

.about-department-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #3f7a40 0%, #c1b97a 100%);
}

.about-department-content h3 {
    font-size: 30px;
    font-weight: 800;
    color: #2f5f31;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.about-department-content h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    border-radius: 50px;
    background: linear-gradient(90deg, #3f7a40 0%, #c1b97a 100%);
}

.about-department-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #000000;
    margin-bottom: 18px;
    text-align: justify;
    font-weight: 500;
    letter-spacing: 1px;
}

.about-department-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .about-department-content {
        padding: 28px 24px;
    }

    .about-department-content h3 {
        font-size: 26px;
    }

    .about-department-content p {
        font-size: 15px;
        line-height: 1.8;
    }
}

@media (max-width: 575px) {
    .about-department-content {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .about-department-content h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .about-department-content p {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 14px;
    }
}

.highlight-quote {
    font-size: 18px;
    font-weight: 700;
    color: #3f7a40;
    background: rgba(193, 185, 122, 0.18);
    border-left: 4px solid #c1b97a;
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.library-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.library-info-card, .library-services-box {
    background: #fff;
    border: 1px solid rgba(63, 122, 64, 0.12);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(63, 122, 64, 0.06);
}

.library-info-card h4, .library-services-box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #2f5f31;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

.library-info-card h4::after, .library-services-box h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 3px;
    border-radius: 30px;
    background: linear-gradient(90deg, #3f7a40 0%, #c1b97a 100%);
}

.library-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.library-info-list li {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(63, 122, 64, 0.08);
    font-size: 15px;
}

.library-info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.library-info-list li span {
    color: #4d5b4d;
    font-weight: 500;
}

.library-info-list li strong {
    color: #2f3e2f;
    font-weight: 700;
    text-align: right;
}

.library-services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
    margin-top: 20px;
}

.library-service-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f9fbf7;
    border: 1px solid rgba(193, 185, 122, 0.25);
    border-radius: 14px;
    padding: 10px 10px;
    transition: all 0.3s ease;
}

.library-service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(63, 122, 64, 0.08);
}

.library-service-item i {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #3f7a40 0%, #c1b97a 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-top: 2px;
}

.library-service-item span {
    color: #445244;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

@media (max-width: 991px) {
    .library-info-grid, .library-services-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .library-info-card, .library-services-box {
        padding: 18px;
        border-radius: 16px;
    }

    .library-info-card h4, .library-services-box h4 {
        font-size: 19px;
    }

    .library-info-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .library-info-list li strong {
        text-align: left;
    }

    .library-service-item {
        padding: 12px 14px;
    }

    .library-service-item span {
        font-size: 14px;
    }
}

.library-table-wrap .table-responsive {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #3f7a40 #e9eddc;
    padding-bottom: 8px;
}

/* Chrome, Edge, Safari */
.library-table-wrap .table-responsive::-webkit-scrollbar {
    height: 10px;
}

.library-table-wrap .table-responsive::-webkit-scrollbar-track {
    background: #eef2e3;
    border-radius: 50px;
}

.library-table-wrap .table-responsive::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #3f7a40 0%, #c1b97a 100%);
    border-radius: 50px;
    border: 2px solid #eef2e3;
}

.library-table-wrap .table-responsive::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #356836 0%, #b1a95f 100%);
}

.library-journal-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 25px;
}

.journal-top-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid rgba(63, 122, 64, 0.12);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 10px 28px rgba(63, 122, 64, 0.06);
}

.journal-top-card i {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #3f7a40 0%, #c1b97a 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 20px rgba(63, 122, 64, 0.15);
}

.journal-top-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2f5f31;
    margin-bottom: 8px;
}

.journal-top-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
}

.library-journal-list-wrap {
    margin-top: 30px;
}

.library-journal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 20px;
}

.journal-item {
    position: relative;
    background: #fff;
    border: 1px solid rgba(193, 185, 122, 0.25);
    border-radius: 16px;
    padding: 16px 18px 16px 48px;
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(63, 122, 64, 0.05);
    transition: all 0.3s ease;
}

.journal-item::before {
    content: "\f02d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 16px;
    top: 18px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #3f7a40;
    font-size: 14px;
}

.journal-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(63, 122, 64, 0.10);
    border-color: rgba(63, 122, 64, 0.25);
}

@media (max-width: 991px) {
    .library-journal-top, .library-journal-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .journal-top-card {
        padding: 18px;
        border-radius: 16px;
    }

    .journal-top-card i {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 18px;
        border-radius: 12px;
    }

    .journal-top-card h4 {
        font-size: 18px;
    }

    .journal-item {
        padding: 14px 14px 14px 42px;
        font-size: 14px;
        border-radius: 14px;
    }

    .journal-item::before {
        left: 14px;
        top: 16px;
        font-size: 13px;
    }
}

.library-rules-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 25px;
}

.library-rule-card {
    background: #fff;
    border: 1px solid rgba(63, 122, 64, 0.12);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(63, 122, 64, 0.06);
    transition: all 0.3s ease;
}

.library-rule-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(63, 122, 64, 0.10);
}

.library-rule-card.full-width {
    grid-column: 1 / -1;
}

.library-rule-card h4 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 21px;
    font-weight: 700;
    color: #2f5f31;
    margin-bottom: 18px;
    line-height: 1.4;
}

.library-rule-card h4 i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3f7a40 0%, #c1b97a 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 8px 18px rgba(63, 122, 64, 0.15);
}

.library-rule-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.library-rule-card ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
}

.library-rule-card ul li:last-child {
    margin-bottom: 0;
}

.library-rule-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3f7a40 0%, #c1b97a 100%);
    box-shadow: 0 0 0 4px rgba(193, 185, 122, 0.18);
}

@media (max-width: 991px) {
    .library-rules-grid {
        grid-template-columns: 1fr;
    }

    .library-rule-card.full-width {
        grid-column: auto;
    }
}

@media (max-width: 575px) {
    .library-rule-card {
        padding: 18px;
        border-radius: 16px;
    }

    .library-rule-card h4 {
        font-size: 18px;
        gap: 10px;
    }

    .library-rule-card h4 i {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 10px;
        font-size: 14px;
    }

    .library-rule-card ul li {
        font-size: 14px;
        line-height: 1.75;
        padding-left: 20px;
    }

    .library-rule-card ul li::before {
        width: 8px;
        height: 8px;
        top: 10px;
    }
}

.library-resource-block {
    margin-top: 35px;
}

.library-table a {
    color: #3f7a40;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
    transition: all 0.3s ease;
}

.library-table a:hover {
    color: #c1b97a;
    text-decoration: underline;
}

.library-digital-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 25px;
}

.library-digital-card {
    background: #fff;
    border: 1px solid rgba(63, 122, 64, 0.12);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(63, 122, 64, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.library-digital-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #3f7a40 0%, #c1b97a 100%);
}

.library-digital-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(63, 122, 64, 0.12);
}

.library-digital-card h4 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 21px;
    font-weight: 700;
    color: #2f5f31;
    margin-bottom: 14px;
    line-height: 1.45;
}

.library-digital-card h4 i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3f7a40 0%, #c1b97a 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    box-shadow: 0 10px 20px rgba(63, 122, 64, 0.15);
}

.library-digital-card p {
    font-size: 15px;
    line-height: 1.85;
    color: #4d5b4d;
    margin-bottom: 16px;
}

.library-digital-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3f7a40;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.library-digital-card a i {
    font-size: 13px;
}

.library-digital-card a:hover {
    color: #c1b97a;
    transform: translateX(3px);
}

@media (max-width: 991px) {
    .library-digital-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .library-digital-card {
        padding: 18px;
        border-radius: 16px;
    }

    .library-digital-card h4 {
        font-size: 18px;
        gap: 10px;
    }

    .library-digital-card h4 i {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 10px;
        font-size: 14px;
    }

    .library-digital-card p {
        font-size: 14px;
        line-height: 1.75;
    }
}

.library-contact-card {
    background: #fff;
    border: 1px solid rgba(63, 122, 64, 0.12);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 14px 35px rgba(63, 122, 64, 0.08);
    position: relative;
    overflow: hidden;
}

.library-contact-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #3f7a40 0%, #c1b97a 100%);
}

.library-contact-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 22px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(63, 122, 64, 0.12);
}

.library-contact-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 18px;
    background: linear-gradient(135deg, #3f7a40 0%, #c1b97a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 12px 25px rgba(63, 122, 64, 0.18);
}

.library-contact-header h3 {
    font-size: 30px;
    font-weight: 800;
    color: #2f5f31;
    margin-bottom: 6px;
}

.library-contact-header p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.library-contact-body {
    display: grid;
    gap: 18px;
}

.library-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #f9fbf6;
    border: 1px solid rgba(193, 185, 122, 0.20);
    border-radius: 18px;
    padding: 18px 20px;
    transition: all 0.3s ease;
}

.library-contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(63, 122, 64, 0.08);
    background: #fff;
}

.library-contact-item .icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(63, 122, 64, 0.12), rgba(193, 185, 122, 0.18));
    color: #3f7a40;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.library-contact-item h5 {
    font-size: 18px;
    font-weight: 700;
    color: #2f5f31;
    margin-bottom: 6px;
}

.library-contact-item p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
}

.library-contact-item a {
    color: #3f7a40;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.library-contact-item a:hover {
    color: #c1b97a;
}

@media (max-width: 767px) {
    .library-contact-card {
        padding: 20px;
        border-radius: 18px;
    }

    .library-contact-header {
        gap: 14px;
        padding-bottom: 18px;
        margin-bottom: 20px;
    }

    .library-contact-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
        font-size: 22px;
        border-radius: 14px;
    }

    .library-contact-header h3 {
        font-size: 24px;
    }

    .library-contact-header p {
        font-size: 14px;
    }

    .library-contact-item {
        padding: 16px;
        border-radius: 14px;
        gap: 12px;
    }

    .library-contact-item .icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 12px;
        font-size: 16px;
    }

    .library-contact-item h5 {
        font-size: 16px;
    }

    .library-contact-item p {
        font-size: 14px;
        line-height: 1.7;
    }
}

.facility-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.facility-feature-card {
    background: #fff;
    border: 1px solid rgba(63, 122, 64, 0.12);
    border-radius: 20px;
    padding: 24px;
    text-align: left;
    box-shadow: 0 10px 28px rgba(63, 122, 64, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.facility-feature-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #3f7a40 0%, #c1b97a 100%);
}

.facility-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(63, 122, 64, 0.10);
}

.facility-feature-card i {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #3f7a40 0%, #c1b97a 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    box-shadow: 0 12px 22px rgba(63, 122, 64, 0.16);
}

.facility-feature-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2f5f31;
    margin-bottom: 10px;
}

.facility-feature-card p {
    margin: 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .facility-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .highlight-quote {
        font-size: 15px;
        padding: 14px 16px;
        border-radius: 12px;
    }

    .facility-feature-card {
        padding: 20px;
        border-radius: 16px;
    }

    .facility-feature-card i {
        width: 48px;
        height: 48px;
        font-size: 18px;
        border-radius: 14px;
        margin-bottom: 14px;
    }

    .facility-feature-card h4 {
        font-size: 18px;
    }

    .facility-feature-card p {
        font-size: 14px;
        line-height: 1.75;
    }
}

.hostel-detail-section {
    margin-top: 30px;
}

.hostel-detail-box {
    background: #fff;
    border: 1px solid rgba(63, 122, 64, 0.12);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(63, 122, 64, 0.06);
}

.hostel-detail-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hostel-detail-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.85;
    color: #000000;
    text-align: justify;
    font-weight: 500;
}

.hostel-detail-list li:last-child {
    margin-bottom: 0;
}

.hostel-detail-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3f7a40 0%, #c1b97a 100%);
    box-shadow: 0 0 0 4px rgba(193, 185, 122, 0.18);
}

.hostel-facility-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 22px;
}

.hostel-facility-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f9fbf6;
    border: 1px solid rgba(193, 185, 122, 0.18);
    border-radius: 14px;
    padding: 14px 16px;
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    transition: all 0.3s ease;
    font-weight: 500;
}

.hostel-facility-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(63, 122, 64, 0.08);
    background: #fff;
}

.hostel-facility-item i {
    color: #3f7a40;
    font-size: 14px;
    margin-top: 4px;
}

@media (max-width: 991px) {
    .hostel-facility-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .hostel-detail-box {
        padding: 18px;
        border-radius: 16px;
    }

    .hostel-detail-list li {
        font-size: 14px;
        line-height: 1.75;
        padding-left: 22px;
    }

    .hostel-detail-list li::before {
        width: 8px;
        height: 8px;
        top: 10px;
    }

    .hostel-facility-item {
        padding: 12px 14px;
        font-size: 14px;
        border-radius: 12px;
    }
}

.transport-location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.transport-location-item {
    background: #f9fbf6;
    border: 1px solid rgba(193, 185, 122, 0.18);
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #4d5b4d;
    transition: all 0.3s ease;
}

.transport-location-item:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(63, 122, 64, 0.08);
}

.transport-officer-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid rgba(63, 122, 64, 0.12);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(63, 122, 64, 0.06);
}

.transport-officer-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #3f7a40 0%, #c1b97a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 12px 24px rgba(63, 122, 64, 0.16);
}

.transport-officer-info h5 {
    font-size: 24px;
    font-weight: 700;
    color: #2f5f31;
    margin-bottom: 6px;
}

.transport-officer-info p {
    margin-bottom: 10px;
    color: #5f6e5f;
    font-size: 15px;
}

.transport-officer-info a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3f7a40;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.transport-officer-info a:hover {
    color: #c1b97a;
}

@media (max-width: 991px) {
    .transport-location-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .transport-location-grid {
        grid-template-columns: 1fr;
    }

    .transport-location-item {
        font-size: 14px;
        padding: 11px 14px;
        border-radius: 12px;
    }

    .transport-officer-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
        border-radius: 16px;
    }

    .transport-officer-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
        border-radius: 14px;
        font-size: 22px;
    }

    .transport-officer-info h5 {
        font-size: 20px;
    }

    .transport-officer-info p, .transport-officer-info a {
        font-size: 14px;
    }
}

.library-table-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(63, 122, 64, 0.12);
    background: #fff;
}

.library-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.library-table {
    width: 100%;
    min-width: 900px;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

.library-table thead th {
    background: linear-gradient(90deg, #3f7a40 0%, #c1b97a 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 14px;
    text-align: left;
    border: none;
    white-space: nowrap;
}

.library-table tbody td, .library-table tfoot th, .library-table tfoot td {
    padding: 14px;
    font-size: 15px;
    color: #4d5b4d;
    border-bottom: 1px solid rgba(63, 122, 64, 0.08);
    background: #fff;
    vertical-align: middle;
}

.library-table tbody tr:nth-child(even) td {
    background: #f9fbf6;
}

.library-table tbody tr:hover td {
    background: rgba(193, 185, 122, 0.10);
}

.library-table tfoot th, .library-table tfoot td {
    background: #eef5ea;
    color: #2f5f31;
    font-weight: 700;
    border-bottom: none;
}

.library-table tbody td:first-child, .library-table thead th:first-child {
    width: 70px;
}

.library-table tbody td:nth-child(3), .library-table tbody td:nth-child(4), .library-table tbody td:nth-child(5), .library-table tbody td:nth-child(6), .library-table tfoot th:nth-child(2), .library-table tfoot td {
    text-align: center;
}

.library-table-scroll::-webkit-scrollbar {
    height: 8px;
}

.library-table-scroll::-webkit-scrollbar-track {
    background: #edf3ea;
    border-radius: 20px;
}

.library-table-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #3f7a40 0%, #c1b97a 100%);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .library-table thead th, .library-table tbody td, .library-table tfoot th, .library-table tfoot td {
        font-size: 14px;
        padding: 12px 10px;
    }

    .library-table {
        min-width: 820px;
    }
}

.po-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 18px;
}

.lab-detail-icon {
    width: 78px;
    min-width: 78px;
    height: 78px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3f7a40 0%, #c1b97a 100%);
    box-shadow: 0 12px 30px rgba(17, 78, 146, 0.18);
    position: relative;
    overflow: hidden;
}

.lab-detail-icon::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    top: -55px;
    right: -35px;
}

.lab-detail-icon i {
    font-size: 34px;
    color: #fff;
    position: relative;
    z-index: 2;
    line-height: 1;
}

/* optional hover */
.lab-detail-box:hover .lab-detail-icon {
    transform: translateY(-4px);
    transition: all 0.35s ease;
    box-shadow: 0 18px 36px rgba(17, 78, 146, 0.24);
}

@media (max-width: 767px) {
    .lab-detail-icon {
        width: 64px;
        min-width: 64px;
        height: 64px;
        border-radius: 18px;
    }

    .lab-detail-icon i {
        font-size: 28px;
    }
}

.placement-coordinator-card {
    display: flex;
    align-items: center;
    gap: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #fbfcf8 100%);
    border: 1px solid rgba(63, 122, 64, 0.15);
    border-radius: 22px;
    padding: 28px 30px;
    box-shadow: 0 16px 40px rgba(63, 122, 64, 0.10);
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

.placement-coordinator-card::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(193, 185, 122, 0.16) 0%, rgba(193, 185, 122, 0) 72%);
    border-radius: 50%;
}

.placement-coordinator-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #3f7a40 0%, #2f6131 100%);
}

.placement-coordinator-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(63, 122, 64, 0.16);
}

.coordinator-icon {
    width: 88px;
    min-width: 88px;
    height: 88px;
    border-radius: 24px;
    background: linear-gradient(135deg, #3f7a40 0%, #2f6131 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 35px rgba(63, 122, 64, 0.22);
    position: relative;
    z-index: 1;
}

.coordinator-icon::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    top: -45px;
    right: -40px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.coordinator-icon i {
    font-size: 36px;
    color: #fff;
    position: relative;
    z-index: 2;
}

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

.coordinator-content .mini-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3f7a40;
    background: rgba(193, 185, 122, 0.18);
    border: 1px solid rgba(193, 185, 122, 0.35);
    padding: 7px 14px;
    border-radius: 30px;
    margin-bottom: 12px;
}

.coordinator-content h5 {
    font-size: 28px;
    font-weight: 800;
    color: #2f6131;
    margin-bottom: 8px;
}

.coordinator-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #5e665e;
}

/* optional gold accent line */
.coordinator-content h5::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, #c1b97a, #e0d7a0);
    margin-top: 10px;
}

/* mobile */
@media (max-width: 767.98px) {
    .placement-coordinator-card {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
        gap: 18px;
    }

    .placement-coordinator-card::after {
        width: 100%;
        height: 5px;
        top: 0;
        left: 0;
    }

    .coordinator-icon {
        width: 74px;
        min-width: 74px;
        height: 74px;
        border-radius: 20px;
    }

    .coordinator-icon i {
        font-size: 30px;
    }

    .coordinator-content h5 {
        font-size: 24px;
    }

    .coordinator-content h5::after {
        margin: 10px auto 0;
    }
}

.iip-activity-section {
    background: linear-gradient(180deg, #f8fbf7 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.iip-activity-section .timeline-list {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 40px;
}

.iip-activity-section .timeline-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #3f7a40 0%, #c1b97a 100%);
    border-radius: 20px;
}

.iip-activity-section .timeline-item {
    position: relative;
    display: flex;
    gap: 22px;
    margin-bottom: 26px;
    align-items: flex-start;
}

.iip-activity-section .timeline-item:last-child {
    margin-bottom: 0;
}

.iip-activity-section .timeline-item::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 22px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #3f7a40;
    box-shadow: 0 0 0 5px rgba(193, 185, 122, 0.25);
    z-index: 2;
}

.iip-activity-section .timeline-date {
    min-width: 170px;
    max-width: 170px;
    background: linear-gradient(135deg, #3f7a40 0%, #2f6131 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 14px 16px;
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(63, 122, 64, 0.18);
    position: relative;
    z-index: 1;
}

.iip-activity-section .timeline-content {
    flex: 1;
    background: #fff;
    border: 1px solid rgba(63, 122, 64, 0.10);
    border-radius: 20px;
    padding: 24px 26px;
    box-shadow: 0 14px 40px rgba(63, 122, 64, 0.08);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.iip-activity-section .timeline-content::before {
    content: "";
    position: absolute;
    top: -55px;
    right: -55px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(193, 185, 122, 0.18) 0%, rgba(193, 185, 122, 0) 72%);
    border-radius: 50%;
}

.iip-activity-section .timeline-content:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(63, 122, 64, 0.14);
    border-color: rgba(63, 122, 64, 0.18);
}

.iip-activity-section .timeline-content h4 {
    font-size: 22px;
    font-weight: 800;
    color: #2f6131;
    margin-bottom: 12px;
    line-height: 1.35;
    position: relative;
    padding-bottom: 10px;
}

.iip-activity-section .timeline-content h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 3px;
    border-radius: 20px;
    background: linear-gradient(90deg, #c1b97a, #3f7a40);
}

.iip-activity-section .timeline-content p {
    margin: 0;
    color: #5e665e;
    font-size: 15px;
    line-height: 1.85;
}

.iip-activity-section .timeline-content strong {
    color: #3f7a40;
    font-weight: 700;
}

/* Tablet */
@media (max-width: 991.98px) {
    .iip-activity-section .timeline-item {
        flex-direction: column;
        gap: 14px;
    }

    .iip-activity-section .timeline-date {
        min-width: 100%;
        max-width: 100%;
        text-align: left;
        border-radius: 14px;
    }

    .iip-activity-section .timeline-content {
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .iip-activity-section .timeline-list {
        padding-left: 28px;
    }

    .iip-activity-section .timeline-list::before {
        left: 8px;
        width: 3px;
    }

    .iip-activity-section .timeline-item {
        margin-bottom: 20px;
    }

    .iip-activity-section .timeline-item::before {
        left: -24px;
        top: 18px;
        width: 14px;
        height: 14px;
        border-width: 4px;
        box-shadow: 0 0 0 4px rgba(193, 185, 122, 0.22);
    }

    .iip-activity-section .timeline-date {
        font-size: 13px;
        padding: 12px 14px;
    }

    .iip-activity-section .timeline-content {
        padding: 18px 18px;
        border-radius: 16px;
    }

    .iip-activity-section .timeline-content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .iip-activity-section .timeline-content p {
        font-size: 14px;
        line-height: 1.75;
    }
}

.lab-facility-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(63, 122, 64, 0.12);
    position: relative;
}

.lab-facility-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 85px;
    height: 3px;
    border-radius: 20px;
    background: linear-gradient(90deg, #3f7a40 0%, #c1b97a 100%);
}

.lab-facility-head h3 {
    font-size: 18px;
    font-weight: 800;
    color: #2f6131;
    margin: 0 0 6px;
    line-height: 1.35;
}

.lab-mini-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3f7a40;
    background: rgba(193, 185, 122, 0.18);
    border: 1px solid rgba(193, 185, 122, 0.35);
    padding: 6px 12px;
    border-radius: 30px;
    margin-bottom: 8px;
}

.lab-facility-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 20px;
    background: linear-gradient(135deg, #3f7a40 0%, #2f6131 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 35px rgba(63, 122, 64, 0.20);
    position: relative;
    overflow: hidden;
}

.lab-facility-icon::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -40px;
    right: -35px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.lab-facility-icon i {
    font-size: 28px;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .lab-facility-head {
        gap: 14px;
        margin-bottom: 18px;
        padding-bottom: 14px;
    }

    .lab-facility-icon {
        width: 58px;
        min-width: 58px;
        height: 58px;
        border-radius: 16px;
    }

    .lab-facility-icon i {
        font-size: 22px;
    }

    .lab-facility-head h3 {
        font-size: 18px;
    }

    .lab-mini-tag {
        font-size: 11px;
        padding: 5px 10px;
    }
}

.table-section td {
    background: linear-gradient(90deg,#3f7a40,#5b965c);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 14px 18px !important;
    text-transform: uppercase;
    border: 0 !important;
}

.table-section td strong {
    color: #fff;
}

/*==============================
    DEPARTMENT FACILITIES
==============================*/
.facilities-section {
    background: #f8faf8;
}

.facility-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 20px 20px;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(63,122,64,.12);
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
    transition: .35s ease;
}

.facility-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg,#3f7a40,#c1b97a);
}

.facility-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(63,122,64,.15);
}

.facility-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg,#3f7a40,#2d5e2f);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    box-shadow: 0 15px 35px rgba(63,122,64,.18);
    position: relative;
    overflow: hidden;
}

.facility-icon::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: -35px;
    right: -30px;
    background: rgba(255,255,255,.08);
    border-radius: 50%;
}

.facility-icon i {
    color: #fff;
    font-size: 28px;
    position: relative;
    z-index: 2;
}

.facility-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2f6131;
    margin-bottom: 18px;
    line-height: 1.4;
}

.facility-card p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 500;
}

.facility-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.facility-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    color: #444;
    line-height: 1.7;
    font-size: 15px;
}

.facility-list li:last-child {
    margin-bottom: 0;
}

.facility-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #3f7a40;
    font-size: 16px;
}

.facility-card:hover .facility-icon {
    background: linear-gradient(135deg,#c1b97a,#3f7a40);
}

.facility-card:hover h3 {
    color: #3f7a40;
}

/*==============================
    Responsive
==============================*/
@media (max-width: 991px) {
    .facility-card {
        padding:28px;
    }

    .facility-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .facility-card {
        padding:24px;
    }

    .facility-icon {
        width: 60px;
        height: 60px;
        border-radius: 15px;
    }

    .facility-icon i {
        font-size: 24px;
    }

    .facility-card h3 {
        font-size: 20px;
    }

    .facility-card p {
        font-size: 15px;
    }

    .facility-list li {
        font-size: 14px;
        padding-left: 28px;
    }
}

.pdf-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 14px 22px;
    background: linear-gradient(135deg,#3f7a40,#4d9250);
    color: #fff;
    text-decoration: none;
    border-radius: 60px;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 12px 30px rgba(63,122,64,.25);
}

.pdf-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);
    transition: .7s;
}

.pdf-btn:hover::before {
    left: 140%;
}

.pdf-btn:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(63,122,64,.35);
    color: #fff;
}

.pdf-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    color: #d93025;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
    transition: .4s;
}

.pdf-btn:hover .pdf-icon {
    transform: rotate(-15deg) scale(1.15);
}

.pdf-content {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.pdf-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.pdf-content small {
    color: #e6e6e6;
    font-size: 13px;
    margin-top: 3px;
}

.pdf-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #c1b97a;
    color: #3f7a40;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    transition: .35s;
    flex-shrink: 0;
}

.pdf-btn:hover .pdf-arrow {
    transform: translateX(6px) rotate(45deg);
    background: #fff;
}

@media(max-width: 576px) {
    .pdf-btn {
        width:100%;
    }

    .pdf-title {
        font-size: 16px;
    }
}

.mou-intro {
    margin-bottom: 50px;
}

.mou-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    overflow: hidden;
    border: 1px solid rgba(63,122,64,.12);
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .4s;
}

.mou-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background: linear-gradient(#3f7a40,#c1b97a);
}

.mou-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(63,122,64,.18);
}

.mou-icon {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg,#3f7a40,#4c9150);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    transition: .5s;
}

.mou-card:hover .mou-icon {
    transform: rotate(-10deg) scale(1.08);
    background: linear-gradient(135deg,#c1b97a,#3f7a40);
}

.mou-content p {
    margin-bottom: 18px;
    color: #555;
    font-size: 16px;
    line-height: 1.9;
}

.mou-content strong {
    color: #3f7a40;
    font-weight: 700;
}

.mou-content span {
    display: inline-block;
    margin: 4px;
    padding: 5px 12px;
    background: #f7f9f4;
    border: 1px solid rgba(63,122,64,.15);
    border-radius: 30px;
    color: #3f7a40;
    font-size: 14px;
    font-weight: 600;
    transition: .35s;
}

.mou-content span:hover {
    background: #3f7a40;
    color: #fff;
    border-color: #3f7a40;
}

@media(max-width: 768px) {
    .mou-card {
        flex-direction:column;
        padding: 30px;
    }

    .mou-icon {
        width: 75px;
        height: 75px;
        min-width: 75px;
        font-size: 32px;
    }
}

.placement-item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    border: 1px solid #ececec;
}

.placement-header {
    padding: 18px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #3f7a40;
    color: #fff;
}

.batch-year {
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.placement-header small {
    opacity: .85;
    font-size: 14px;
}

.accordion-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #114e92;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.placement-body {
    display: none;
    padding: 25px;
    background: #fff;
}

.placement-item.active .placement-body {
    display: block;
}

.placement-item.active .accordion-icon {
    transform: rotate(45deg);
}

.placement-table thead {
    background: #114e92;
    color: #fff;
}

.placement-table th, .placement-table td {
    padding: 14px;
    vertical-align: middle;
}

.placement-table tbody tr:nth-child(even) {
    background: #f7f9fc;
}

.pdf-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #e8eef8;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s ease;
    margin-bottom: 10px;
}

.pdf-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #e53935;
    transition: .35s;
}

.pdf-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,.15);
}

.pdf-card:hover::before {
    width: 100%;
    opacity: .08;
}

.pdf-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff2f2;
    color: #e53935;
    font-size: 34px;
    transition: .4s;
}

.pdf-card:hover .pdf-icon {
    transform: rotate(-10deg) scale(1.15);
}

.pdf-content {
    flex: 1;
}

.pdf-content h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.pdf-content span {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 15px;
    font-weight: 500;
}

.pdf-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f5f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #114e92;
    transition: .35s;
}

.pdf-card:hover .pdf-arrow {
    background: #114e92;
    color: #fff;
    transform: translateX(6px) rotate(45deg);
}

.pdf-card:hover .pdf-content h5 {
    color: #114e92;
}

.pdf-card:hover .pdf-content span {
    color: #333;
}

.event-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
    transition: .6s cubic-bezier(.2,.8,.2,1);
    height: 100%;
}

.event-card:hover {
    transform: translateY(-14px);
    box-shadow: 0 30px 70px rgba(0,0,0,.18);
}

/* Animated Border */
.event-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 28px;
    background: linear-gradient(130deg,#114e92,#33b5e5,#6bb245,#114e92);
    background-size: 300% 300%;
    animation: borderMove 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Image */
.event-img {
    position: relative;
    overflow: hidden;
    height: 270px;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.2s ease;
}

.event-card:hover img {
    transform: scale(1.12) rotate(2deg);
}

/* Overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.65));
    transition: .5s;
}

.event-card:hover .overlay {
    background: linear-gradient(180deg, rgba(17,78,146,.25), rgba(0,0,0,.78));
}

/* Glass Date */
.event-date {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 78px;
    height: 82px;
    backdrop-filter: blur(16px);
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .5s;
}

.event-card:hover .event-date {
    transform: translateY(-8px) rotate(-5deg);
}

.event-date span {
    font-size: 28px;
    font-weight: 800;
}

.event-date small {
    letter-spacing: 2px;
}

/* Category */
.event-tag {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    color: #114e92;
    padding: 10px 18px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    transition: .4s;
}

.event-card:hover .event-tag {
    transform: translateX(-8px);
}

/* Body */
.event-body {
    padding: 20px;
}

.event-info {
    display: flex;
    gap: 20px;
    color: #777;
    font-size: 14px;
    margin-bottom: 18px;
}

.event-info i {
    color: #114e92;
    margin-right: 6px;
}

.event-body h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
    transition: .4s;
}

.event-card:hover h3 {
    color: #c1b97a;
}

.event-body p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 25px;
}

/* Button */
.event-body a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #114e92;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.event-body a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background: #c1b97a;
    transition: .4s;
}

.event-card:hover a::after {
    width: 100%;
}

.event-body a i {
    transition: .4s;
}

.event-card:hover a i {
    transform: translateX(8px);
}

/* Floating Animation */
/* .event-card{
    animation:floatCard 5s ease-in-out infinite;
} */
@keyframes floatCard {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

/* Responsive */
@media(max-width: 768px) {
    .event-body {
        padding:24px;
    }

    .event-body h3 {
        font-size: 22px;
    }
}

.career-area {
    background: #f7f9fc;
}

.career-form {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.section-title span {
    color: #114e92;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0;
}

.section-title p {
    color: #666;
    max-width: 650px;
    margin: auto;
}

.career-form label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.form-control, .form-select {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    transition: .3s;
}

textarea.form-control {
    height: auto;
}

.form-control:focus, .form-select:focus {
    border-color: #114e92;
    box-shadow: 0 0 0 .2rem rgba(17,78,146,.12);
}

.form-check-label {
    color: #666;
}

.career-btn {
    background: #3f7a40;
    color: #fff;
    border: none;
    padding: 14px 45px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: .4s;
}

.career-btn:hover {
    background: #c1b97a;
    transform: translateY(-3px);
}

@media(max-width: 768px) {
    .career-form {
        padding:25px;
    }

    .section-title h2 {
        font-size: 30px;
    }
}

.testimonial-card{
    position:relative;
    background:rgba(255,255,255,.9);
    border-radius:20px;
    padding: 20px;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 15%);
    backdrop-filter:blur(10px);
    transition:.4s;
    overflow:hidden;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.testimonial-card:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background: linear-gradient(90deg, #3f7a40, #c1b97a);
}

.testimonial-card .quote{
    width:70px;
    height:70px;
    border-radius:50%;
    background: #3f7a40;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-bottom: 20px;
}

.testimonial-card p{
    color: #000000;
    line-height:1.8;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

.testimonial-user{
    display:flex;
    align-items:center;
}

.testimonial-user img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
    margin-right:15px;
}

.testimonial-user h5{
    margin:0;
    font-weight:700;
}

.testimonial-user span{
    color: #c1b97a;
    font-size: 15px;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
}

.testimonial-card .read-more{
    color: #ffffff;
    font-weight:600;
    text-decoration:none;
    margin-left:5px;
    background: #3f7a40;
    padding: 5px;
    border-radius: 5px;
}

.testimonial-card .read-more:hover{
    text-decoration:underline;
}

/*==================================================
   LAB DETAIL BOX
==================================================*/

.lab-detail-box {
    position: relative;
    background: #fff;
    border: 1px solid #e7eef7;
    border-radius: 18px;
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: 0 10px 35px rgba(18, 52, 86, 0.08);
    transition: all .35s ease;
    overflow: hidden;
}

.lab-detail-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #3f7a40, #c1b97a);
}

.lab-detail-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(18, 52, 86, 0.12);
}

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

.lab-detail-head {
    /* display: flex; */
    align-items: flex-start;
    gap: 25px;
}

.lab-detail-icon {
    width: 85px;
    min-width: 85px;
    height: 85px;
    border-radius: 18px;
    background: linear-gradient(135deg, #3f7a40, #c1b97a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    box-shadow: 0 10px 25px rgba(13, 110, 253, .25);
}

.lab-detail-head h3 {
    font-size: 28px;
    font-weight: 700;
    color: #16243a;
    margin-bottom: 18px;
}

.lab-detail-head h5 {
    font-size: 20px;
    font-weight: 600;
    color: #3f7a40;
    margin: 25px 0 15px;
}

.lab-detail-head p {
    color: #5d6d82;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
}

/*==================================================
   LIST
==================================================*/

.lab-detail-head ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lab-detail-head ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #000000;
    line-height: 1.8;
    font-weight: 500;
}

.lab-detail-head ul li:last-child {
    margin-bottom: 0;
}

.lab-detail-head ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #198754;
    font-size: 15px;
}

/*==================================================
   TABLE
==================================================*/

.lab-detail-box .po-table-wrapper {
    margin-top: 20px;
}

.lab-detail-box .table {
    margin-bottom: 0;
}

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

@media (max-width:991px) {

    .lab-detail-box {
        padding: 25px;
    }

    .lab-detail-head {
        flex-direction: column;
        gap: 18px;
    }

    .lab-detail-icon {
        width: 70px;
        min-width: 70px;
        height: 70px;
        font-size: 28px;
    }

    .lab-detail-head h3 {
        font-size: 24px;
    }

}

@media (max-width:576px) {

    .lab-detail-box {
        padding: 20px;
        border-radius: 14px;
    }

    .lab-detail-head h3 {
        font-size: 22px;
    }

    .lab-detail-head p,
    .lab-detail-head ul li {
        font-size: 15px;
    }

}

.timeline-accordion{
    max-width:900px;
    margin:auto;
    font-family:Arial,sans-serif;
}

.ta-level1,
.ta-level2,
.ta-level3{
    position:relative;
    margin-bottom:15px;
}

.ta-level1 button:hover,
.ta-level1 button:focus {
    color: #c1b97a;
}

/* Timeline Line */
.ta-level2,
.ta-level3{
    margin-left:35px;
    padding-left:25px;
    border-left:2px solid #d8e2ef;
}

/* Timeline Dot */
.ta-level2::before,
.ta-level3::before{
    content:"";
    position:absolute;
    left:-7px;
    top:22px;
    width:12px;
    height:12px;
    border-radius:50%;
    background: #3f7a40;
}

/* Buttons */

.ta-btn{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border:none;
    cursor:pointer;
    text-align:left;
    transition:.3s;
}

.ta-btn span{
    display:flex;
    align-items:center;
    gap:12px;
}

/* Level 1 */

.ta-btn-1{
    background: #3f7a40;
    color:#fff;
    padding:18px 22px;
    border-radius:12px;
    font-size:18px;
    font-weight:600;
}

/* Level 2 */

.ta-btn-2{
    background: #e5ffe6;
    color: #3f7a40;
    padding:15px 20px;
    border-radius:10px;
    font-size:16px;
    font-weight:600;
    border:1px solid #d8e6fa;
}

/* Level 3 */

.ta-btn-3{
    background:#fff;
    color:#444;
    padding:14px 18px;
    border-radius:8px;
    border:1px solid #e5e5e5;
    font-size:15px;
}

/* Icon */

.ta-icon{
    transition:.35s;
}

.ta-btn.active .ta-icon{
    transform:rotate(45deg);
}

/* Accordion */

.ta-content{
    overflow:hidden;
    max-height:0;
    transition:max-height .35s ease;
}

/* When opened */
.ta-content.active{
    max-height:500px;      /* Change as needed */
    overflow-y:auto;
    overflow-x:hidden;
    padding:10px 0;
}

/* Custom Scrollbar */
.ta-content::-webkit-scrollbar{
    width:8px;
}

.ta-content::-webkit-scrollbar-track{
    background:#edf2f7;
    border-radius:20px;
}

.ta-content::-webkit-scrollbar-thumb{
    background:#3f7a40;
    border-radius:20px;
}

.ta-content::-webkit-scrollbar-thumb:hover{
    background:#0b3f77;
}
/* Documents */

.ta-documents{
    list-style:none;
    margin:15px 0 10px;
    padding-left:15px;
}

.ta-documents li{
    margin:8px 0;
}

.ta-documents a{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#555;
    padding:8px 12px;
    border-radius:6px;
    transition:.3s;
}

.ta-documents a:hover{
    background:#f5f8fd;
    color: #3f7a40;
}

.ta-documents i{
    color: #3f7a40;
}

.dept-folder-link{display:flex;justify-content:space-between;align-items:center;background:#457c3d;color:#fff;text-decoration:none;padding: 12px 28px;border-radius:18px;transition:.35s;box-shadow:0 10px 25px rgba(0,0,0,.08);position:relative;overflow:hidden;margin-bottom: 10px;}

a:focus.dept-folder-link,
a:hover.dept-folder-link {
    color: #c1b97a;
}

.dept-folder-link::before{

    content:"";

    position:absolute;

    left:-120%;
    top:0;

    width:100%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.18),
        transparent
    );

    transition:.8s;

}

.dept-folder-link:hover::before{

    left:120%;

}

.dept-folder-link:hover{

    background:#3a6b34;

    transform:translateY(-3px);

    color:#fff;

}

.dept-folder-left{

    display:flex;
    align-items:center;
    gap:16px;

}

.dept-folder-left i{

    font-size:28px;

}

.dept-folder-left span{

    font-size:18px;
    font-weight:700;

}

.dept-folder-right{

    width:42px;
    height:42px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.35s;

}

.dept-folder-right i{

    font-size:24px;

}

.dept-folder-link:hover .dept-folder-right{

    background:rgba(255,255,255,.15);

    transform:rotate(90deg);

}

.best-practice-section{
    background:#f8faf8;
}

.section-title .sub-title{
    display:inline-block;
    background:#eef7ee;
    color:#3f7a40;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
    margin-bottom:15px;
}

.section-title h2{
    font-size:40px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.section-title p{
    max-width:750px;
    margin:auto;
    color:#666;
}

.best-practice-card{
    background:#fff;
    border-radius:18px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.practice-header{
    display:flex;
    align-items:center;
    gap:20px;
    border-bottom:1px solid #eee;
    padding-bottom:25px;
}

.practice-icon{
    width:75px;
    height:75px;
    background:#3f7a40;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:20px;
    font-size:30px;
    flex-shrink:0;
}

.practice-number{
    display:inline-block;
    background:#eef7ee;
    color:#3f7a40;
    padding:5px 15px;
    border-radius:20px;
    font-size:14px;
    font-weight:600;
    margin-bottom:10px;
}

.practice-header h3{
    font-size:28px;
    color:#222;
    font-weight:700;
    margin:0;
    line-height:1.4;
}

.practice-box{
    background:#fdfdfd;
    border-left:5px solid #3f7a40;
    border-radius:12px;
    padding:25px 30px;
}

.practice-box h4{
    color:#3f7a40;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}

.practice-box h4 i{
    margin-right:10px;
}

.practice-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.practice-box ul li{
    position:relative;
    padding-left:35px;
    margin-bottom:18px;
    color: #000000;
    line-height:1.8;
    letter-spacing: 1px;
}

.practice-box ul li:last-child{
    margin-bottom:0;
}

.practice-box ul li::before{
    content:"\f058";
    position:absolute;
    left:0;
    top:2px;
    width:22px;
    height:22px;
    background:#3f7a40;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:bold;
}

@media(max-width:768px){

    .practice-header{
        flex-direction:column;
        text-align:center;
    }

    .practice-header h3{
        font-size:22px;
    }

    .best-practice-card{
        padding:25px;
    }

    .section-title h2{
        font-size:30px;
    }
}

.practice-box{
    background:#fff;
    border-radius:15px;
    padding:30px;
    border-top:5px solid #3f7a40;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.practice-box h4{
    color:#3f7a40;
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
}

.practice-box h4 i{
    margin-right:10px;
}

.practice-list{
    list-style:none;
    padding:0;
    margin:0;
}

.practice-list li{
    position:relative;
    padding-left:38px;
    margin-bottom:18px;
    line-height:1.8;
    color:#555;
}

.practice-list li:last-child{
    margin-bottom:0;
}

.practice-list li::before{
    content:"\f058";
    font-family:"Font Awesome 6 Pro";
    font-weight:900;
    position:absolute;
    left:0;
    top:3px;
    color:#3f7a40;
    font-size:18px;
}

.success-box{
    border-top:5px solid #3f7a40;
    background:#f8fcf8;
}

.problem-box{
    border-top:5px solid #c1b97a;
    background:#fffdf6;
}

.problem-box h4{
    color:#3f7a40;
}

.problem-box .practice-list li::before{
    content:"\f06a";
    color:#c1b97a;
}

@media (max-width:991px){
    .practice-box{
        padding:25px;
    }

    .practice-box h4{
        font-size:22px;
    }
}

.notes-box{
    background:#eef7ee;
    border-top:5px solid #3f7a40;
}

.notes-box h4{
    color:#3f7a40;
}

.practice-header p{
    color:#666;
    font-size:16px;
    line-height:1.7;
}

.practice-box{
    transition:.35s;
}

.practice-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(63,122,64,.12);
}

.success-box{
    background:#f8fcf8;
}

.problem-box{
    background:#fffdf7;
}

.notes-box{
    background:linear-gradient(135deg,#eef7ee,#ffffff);
}

.gallery-cardo{
    position:relative;
    overflow:hidden;
    border-radius:10px;
}

.gallery-link{
    position:relative;
    display:block;
}

.gallery-cardo img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.gallery-overlayo{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    background:rgba(0,0,0,.55);

    opacity:0;
    transition:.4s;
}

.gallery-cardo:hover .gallery-overlayo{
    opacity:1;
}

.gallery-cardo:hover img{
    transform:scale(1.08);
}

.gallery-overlayo h5{
    color:#fff;
    font-size: 18px;
    font-weight:600;
    margin-bottom:15px;
    text-align: center;
}

.gallery-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    color: #3f7a40;
    font-size:22px;
}

.feedback-section{
    background:#f7faf7;
}

.section-title span{
    display:inline-block;
    background:#eef7ee;
    color:#3f7a40;
    padding:8px 22px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.section-title p{
    color:#666;
}

.feedback-card{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    min-height:260px;
    padding: 35px 10px;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-decoration:none;
    border:1px solid #e9ecef;
    transition:.45s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.feedback-card::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:#3f7a40;
    top:-220px;
    right:-180px;
    opacity:.08;
    transition:.5s;
}

.feedback-card:hover::before{
    transform:scale(1.4);
}

.feedback-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 40px rgba(63,122,64,.18);
}

.feedback-card .icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#eef7ee;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    color:#3f7a40;
    transition:.5s;
}

.feedback-card:hover .icon{
    background:#3f7a40;
    color:#fff;
    transform:rotateY(360deg);
}

.feedback-card h5{
    margin:25px 0 20px;
    font-size: 20px;
    font-weight:700;
    color:#222;
    transition:.3s;
    line-height:1.5;
}

.feedback-card span{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#eef7ee;
    color:#3f7a40;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
}

.feedback-card:hover span{
    background:#3f7a40;
    color:#fff;
    transform:translateX(6px);
}

.feedback-card:hover h5{
    color:#3f7a40;
}

@media(max-width:991px){

.feedback-card{
    min-height:220px;
}

.section-title h2{
    font-size:32px;
}

.feedback-card h5{
    font-size:20px;
}

}

.response-section{
    background:#f7faf8;
}

.section-badge{
    display:inline-block;
    padding:8px 22px;
    background:#eef7ee;
    color:#3f7a40;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.response-card{
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    border-top:5px solid #3f7a40;
    transition:.4s;
}

.response-card:hover{
    transform:translateY(-6px);
}

.card-title{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:30px;
}

.card-title .icon{
    width:70px;
    height:70px;
    background:#eef7ee;
    color:#3f7a40;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.card-title h3{
    margin-bottom:5px;
    font-weight:700;
}

.card-title p{
    color:#777;
    margin:0;
}

.response-card p{
    color: #000000;
    line-height:1.9;
    letter-spacing: 1px;
    text-align: justify;
}

.response-list{
    list-style:none;
    padding:0;
}

.response-list li{
    position:relative;
    padding-left:38px;
    margin-bottom:18px;
    line-height:1.8;
    color: #000000;
    letter-spacing: 1px;
    text-align: justify;
}

.response-list li:before{
    content:"\f058";
    font-family:"Font Awesome 6 Pro";
    font-weight:900;
    position:absolute;
    left:0;
    color:#3f7a40;
}

.highlight-card{
    height:100%;
    background:#3f7a40;
    color:#fff;
    border-radius:18px;
    padding:35px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.highlight-item{
    text-align:center;
    padding:20px 0;
    border-bottom:1px solid rgba(255,255,255,.2);
}

.highlight-item:last-child{
    border:none;
}

.highlight-item i{
    font-size:38px;
    margin-bottom:15px;
}

.highlight-item h4{
    font-size:34px;
    font-weight:700;
    margin-bottom:5px;
}

.highlight-item p{
    margin:0;
    color:#f5f5f5;
}

@media(max-width:991px){

.response-card{
    padding:25px;
}

.highlight-card{
    padding:25px;
}

.card-title{
    flex-direction:column;
    text-align:center;
}

}
.new-padding{
  padding: 30px 0;
}
.home-padding{
  padding: 40px 0;
}