:root {
    /* Font Family */
    --font-family-base: "Poppins", serif;
    --font-family-two: "Poppins", serif;
    --font-family-three: "Poppins", sans-serif;

    /* Font Weight */
    --fw-lighter: lighter;
    --fw-light: 300;
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-bolder: bolder;

    /* Font Size */
    --fs-0: 0rem;

    --fs-1: 0.0625rem;
    --fs-2: 0.125rem;
    --fs-3: 0.1875rem;
    --fs-4: 0.25rem;
    --fs-5: 0.3125rem;
    --fs-6: 0.375rem;
    --fs-7: 0.4375rem;
    --fs-8: 0.5rem;
    --fs-9: 0.5625rem;
    --fs-10: 0.625rem;

    --fs-11: 0.6875rem;
    --fs-12: 0.75rem;
    --fs-13: 0.8125rem;
    --fs-14: 0.875rem;
    --fs-15: 0.9375rem;
    --fs-16: 1rem;
    --fs-17: 1.0625rem;
    --fs-18: 1.125rem;
    --fs-19: 1.1875rem;
    --fs-20: 1.25rem;

    --fs-21: 1.3125rem;
    --fs-22: 1.375rem;
    --fs-23: 1.4375rem;
    --fs-24: 1.5rem;
    --fs-25: 1.5625rem;
    --fs-26: 1.625rem;
    --fs-27: 1.6875rem;
    --fs-28: 1.75rem;
    --fs-29: 1.8125rem;
    --fs-30: 1.875rem;

    --fs-31: 1.9375rem;
    --fs-32: 2rem;
    --fs-33: 2.0625rem;
    --fs-34: 2.125rem;
    --fs-35: 2.1875rem;
    --fs-36: 2.25rem;
    --fs-37: 2.3125rem;
    --fs-38: 2.375rem;
    --fs-39: 2.4375rem;
    --fs-40: 2.5rem;

    --fs-41: 2.5625rem;
    --fs-42: 2.625rem;
    --fs-43: 2.6875rem;
    --fs-44: 2.75rem;
    --fs-45: 2.8125rem;
    --fs-46: 2.875rem;
    --fs-47: 2.9375rem;
    --fs-48: 3rem;
    --fs-49: 3.0625rem;
    --fs-50: 3.125rem;

    --fs-51: 3.1875rem;
    --fs-52: 3.25rem;
    --fs-53: 3.3125rem;
    --fs-54: 3.375rem;
    --fs-55: 3.4375rem;
    --fs-56: 3.5rem;
    --fs-57: 3.5625rem;
    --fs-58: 3.625rem;
    --fs-59: 3.6875rem;
    --fs-60: 3.75rem;

    --fs-61: 3.8125rem;
    --fs-62: 3.875rem;
    --fs-63: 3.9375rem;
    --fs-64: 4rem;
    --fs-65: 4.0625rem;
    --fs-66: 4.125rem;
    --fs-67: 4.1875rem;
    --fs-68: 4.25rem;
    --fs-69: 4.3125rem;
    --fs-70: 4.375rem;

    --fs-71: 4.4375rem;
    --fs-72: 4.5rem;
    --fs-73: 4.5625rem;
    --fs-74: 4.625rem;
    --fs-75: 4.6875rem;
    --fs-76: 4.75rem;
    --fs-77: 4.8125rem;
    --fs-78: 4.875rem;
    --fs-79: 4.9375rem;
    --fs-80: 5rem;

    --fs-81: 5.063rem;
    --fs-82: 5.125rem;
    --fs-83: 5.188rem;
    --fs-84: 5.25rem;
    --fs-85: 5.313rem;
    --fs-86: 5.375rem;
    --fs-87: 5.438rem;
    --fs-88: 5.5rem;
    --fs-89: 5.5625rem;
    --fs-90: 5.625rem;

    --fs-91: 5.6875rem;
    --fs-92: 5.75rem;
    --fs-93: 5.8125rem;
    --fs-94: 5.875rem;
    --fs-95: 5.9375rem;
    --fs-96: 6rem;
    --fs-97: 6.0625rem;
    --fs-98: 6.125rem;
    --fs-99: 6.1875rem;
    --fs-100: 6.25rem;

    --fs-110: 6.875rem;
    --fs-120: 7.5rem;
    --fs-128: 8rem;
    --fs-130: 8.25rem;
    --fs-140: 8.75rem;
    --fs-150: 9.375rem;
    --fs-175: 10.9375rem;
    --fs-176: 11rem;
    --fs-190: 11.875rem;
    --fs-192: 12rem;

    --fs-200: 12.5rem;
    --fs-210: 13.125rem;
    --fs-240: 15rem;
    --fs-280: 17.5rem;
    --fs-291: 18.188rem;

    --fs-320: 20rem;
    --fs-370: 23.125rem;

    --fs-400: 25rem;

    --fs-500: 31.25rem;
    --fs-592: 37rem;

    --fs-600: 37.5rem;
    --fs-680: 42.5rem;

    /* Theme Colors */
    /* Primary Color */
    --color-one: #004aad;
    --color-one-rgb: 0, 74, 173;

    /* Index 4 */
    /* --color-one:                     #57E2D0;
    --color-one-rgb:                    87, 226, 208; */

    /* Index 5 */
    /* --color-one:                     #F85623;
    --color-one-rgb:                    248, 86, 35; */

    /* Text Color */
    --color-two: #dddddd;
    /*#585858*/
    --color-two-rgb: 221, 221, 221;

    --color-two-fixed: #dddddd;
    --color-two-fixed-rgb: 221, 221, 221;

    --color-three: #f2f2f2;
    /*#585858*/
    --color-three-rgb: 242, 242, 242;

    /* Body BG */
    --color-dark-one: #151515;
    /*#FFFFFF*/
    --color-dark-one-rgb: 21, 21, 21;

    --color-dark-one-fixed: #151515;
    /*#FFFFFF*/
    --color-dark-one-fixed-rgb: 21, 21, 21;

    /* Hero BG */
    --color-dark-two: #0f0f0f;
    /*#FAFAFA*/
    --color-dark-two-rgb: 15, 15, 15;

    --color-dark-three: #121212;
    --color-dark-three-rgb: 18, 18, 18;

    --color-dark-three-fixed: #121212;
    --color-dark-three-fixed-rgb: 18, 18, 18;

    --color-dark-four: #1e1e1e;
    /*#F5F5F5*/
    --color-dark-four-rgb: 30, 30, 30;

    --color-dark-four-fixed: #1e1e1e;
    /*#F5F5F5*/
    --color-dark-four-fixed-rgb: 30, 30, 30;

    --color-dark-five: #2c2c2c;
    /*#DDDDDD*/
    --color-dark-five-rgb: 44, 44, 44;

    --color-dark-five-fixed: #2c2c2c;
    /*#DDDDDD*/
    --color-dark-five-fixed-rgb: 44, 44, 44;

    --color-dark-six: #272727;
    --color-dark-six-rgb: 39, 39, 39;

    --color-dark-seven: #3c3c3c;
    --color-dark-seven-rgb: 60, 60, 60;

    --color-dark-seven-fixed: #3c3c3c;
    --color-dark-seven-fixed-rgb: 60, 60, 60;

    --color-dark-eight: #343434;
    --color-dark-eight-rgb: 52, 52, 52;

    --color-dark-nine: #232323;
    --color-dark-nine-rgb: 35, 35, 35;

    --color-dark-ten: #444444;
    --color-dark-ten-rgb: 68, 68, 68;

    --color-dark-eleven: #495060;
    --color-dark-eleven-rgb: 73, 80, 96;

    --color-dark-twelve: #171719;
    --color-dark-twelve-rgb: 23, 23, 25;

    --color-dark-thirteen: #212121;
    --color-dark-thirteen-rgb: 33, 33, 33;

    --color-dark-fourteen: #131313;
    --color-dark-fourteen-rgb: 19, 19, 19;

    --color-dark-fifteen: #1b1b1b;
    --color-dark-fifteen-rgb: 27, 27, 27;

    --color-dark-fifteen-fixed: #1b1b1b;
    --color-dark-fifteen-fixed-rgb: 27, 27, 27;

    --color-white: #ffffff;
    /*#000000*/
    --color-white-rgb: 255, 255, 255;

    --color-white-fixed: #ffffff;
    /*Not change for light version*/
    --color-white-fixed-rgb: 255, 255, 255;

    --color-black: #000000;
    /*#FFFFFF*/
    --color-black-rgb: 0, 0, 0;

    --color-black-fixed: #000000;
    /*#FFFFFF*/
    --color-black-fixed-rgb: 0, 0, 0;

    --color-muted: #4e4e4e;
    --color-muted-rgb: 78, 78, 78;

    /* Footer BG */
    --color-footer-one: #121212;
    --color-footer-one-rgb: 18, 18, 18;

    /* Footer BG */
    --color-footer-two: #121014;
    --color-footer-two-rgb: 18, 16, 20;

    /* Footer BG */
    --color-footer-three: #191d27;
    --color-footer-three-rgb: 25, 29, 39;

    --link-color: #ffffff;
    --link-color-hover: #b90808;

    --gradient-color-from: #43ffec;
    --gradient-color-center: #ffb84d;
    --gradient-color-to: #ff0080;

    --gradient-one: linear-gradient(90deg,
            rgba(var(--color-black-rgb), 0) 50%,
            rgba(var(--color-one-rgb), 1) 100%);
    --gradient-one-180: linear-gradient(180deg,
            rgba(var(--color-black-rgb), 0) 50%,
            rgb(37 70 150) 100%);

    --gradient-two: linear-gradient(90deg,
            var(--color-dark-thirteen) 0%,
            var(--color-dark-one) 100%);
    --gradient-two-alt: linear-gradient(90deg,
            var(--color-dark-one) 0%,
            var(--color-dark-thirteen) 100%);
    --gradient-two-180: linear-gradient(180deg,
            var(--color-dark-thirteen) 0%,
            var(--color-dark-one) 100%);
    --gradient-two-180-alt: linear-gradient(180deg,
            var(--color-dark-one) 0%,
            var(--color-dark-thirteen) 100%);

    --gradient-three: linear-gradient(90deg,
            #43ffec 0%,
            #ffb84d 50%,
            #ff0080 100%);
    --gradient-three-180: linear-gradient(180deg,
            #43ffec 0%,
            #ffb84d 50%,
            #ff0080 100%);
    --gradient-three-alt: linear-gradient(90deg,
            #ff0080 0%,
            #ffb84d 50%,
            #43ffec 100%);

    /* Responsive Breakdown */
    --breakpoint-extralargedesktop: 1399.98px;
    --breakpoint-largedesktop: 1199.98px;
    --breakpoint-desktop: 991.98px;
    --breakpoint-tablet: 767.98px;
    --breakpoint-mobile: 575.98px;
    --breakpoint-minimobile: 499.98px;

    /* Transition Method */
    --transition-base: all 0.5s ease-in-out;
    --transition-bezier: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

:root .theme-style--orange {
    --color-one: #f85623;
    --color-one-rgb: 248, 86, 35;

    --link-color: #ffffff;
    --link-color-hover: #f85623;
}

:root .theme-style--gradient {
    --color-one: #43ffec;
    --color-one-rgb: 67, 255, 236;

    --link-color: #ffffff;
    --link-color-hover: #43ffec;
}

:root .theme-style--olive {
    --color-one: #a6a182;
    --color-one-rgb: 166, 161, 130;

    --link-color: #ffffff;
    --link-color-hover: #a6a182;
}

/* Reset */
html {
    scroll-behavior: smooth;
    font-size: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: var(--font-family-base);
    font-size: var(--fs-16);
    font-weight: var(--fw-light);
    line-height: var(--fs-28);
    color: #000000;
    background-color: var(--color-dark-one);
    /* padding-left: 100px;
    padding-right: 100px; */
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: var(--transition-base);
    -moz-transition: var(--transition-base);
    transition: var(--transition-base);
}

body:has(.sidebar) {
    overflow-x: initial;
}

/* @media screen and (max-width: 1199.98px){
    body {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media screen and (max-width: 991.98px){
    body {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 767.98px){
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
} */

.container-fluid,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1920px;
}

/* min-width: 1200px */
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

/* min-width: 1400px */
/* @media screen and (min-width: 1400px){
    .container {
        max-width: 1650px;
    }
} */

/* max-width: 1199px */
@media screen and (max-width: 991.98px) {
    .container {
        max-width: 100%;
    }
}

main,
.wrapper {
    position: relative;
}

/* Font Family Set Class */
.ff-base {
    font-family: var(--font-family-base);
}

.ff-heading {
    font-family: var(--font-family-base);
}

.ff-third {
    font-family: var(--font-family-three);
}

/* Font Weight Set Class */
.fw-light {
    font-weight: var(--fw-light);
}

.fw-normal {
    font-weight: var(--fw-normal);
}

.fw-medium {
    font-weight: var(--fw-medium);
}

.fw-semibold {
    font-weight: var(--fw-semibold);
}

.fw-bold {
    font-weight: var(--fw-bold);
}

/* Background Set Class */
.bg-one {
    background-color: var(--color-one);
}

.bg-dark {
    background-color: var(--color-dark-one) !important;
}

.bg-gradient-one {
    background: var(--gradient-one) !important;
}

.bg-gradient-one-180 {
    background: var(--gradient-one-180) !important;
}

.bg-gradient-two {
    background: var(--gradient-two) !important;
}

.no-bg {
    background: none !important;
}

/* Text Set Class */
.text-one {
    color: var(--color-one);
}

.text-two {
    color: var(--color-two);
}

.text-white {
    color: var(--color-white);
}

.text-black {
    color: var(--color-black);
}

.text-muted {
    color: var(--color-muted);
}

.text-dark {
    color: var(--color-dark-one);
}

.visibility-hidden {
    visibility: hidden;
}

::-moz-selection {
    background: var(--color-one);
}

::selection {
    background: var(--color-one);
}

/* Heading Tag Preset */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--color-white);
    font-weight: var(--fw-medium);
    margin-top: 0px;
    margin-bottom: 0px;
    transition: var(--transition-base);
}

.h1,
h1 {
    font-size: var(--fs-50);
    line-height: var(--fs-60);
    /* set "line-height" based on "font-family" */
}

.h2,
h2 {
    font-size: var(--fs-36);
    line-height: var(--fs-50);
    /* set "line-height" based on "font-family" */
}

.h3,
h3 {
    font-size: var(--fs-30);
    line-height: var(--fs-40);
    /* set "line-height" based on "font-family" */
}

.h4,
h4 {
    font-size: var(--fs-24);
    line-height: var(--fs-32);
    /* set "line-height" based on "font-family" */
}

.h5,
h5 {
    font-size: var(--fs-20);
    line-height: var(--fs-30);
    /* set "line-height" based on "font-family" */
}

.h6,
h6 {
    font-size: var(--fs-18);
    line-height: var(--fs-26);
    /* set "line-height" based on "font-family" */
}

a {
    -webkit-transition: var(--transition-bezier);
    -khtml-transition: var(--transition-bezier);
    -moz-transition: var(--transition-bezier);
    -ms-transition: var(--transition-bezier);
    -o-transition: var(--transition-bezier);
    transition: var(--transition-bezier);
    color: var(--link-color);
    text-decoration: none;
    outline: none;
    display: inline-block;
}

a:before,
a:after {
    -webkit-transition: inherit;
    -khtml-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

a:hover,
a:focus,
a:active,
a.nice-select.open {
    color: #004aad;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

a,
a:hover,
a:focus,
a:before,
a:after {
    outline: none;
    text-decoration: none;
}

.clearfix {
    clear: both;
}

.divider {
    margin: 30px 0px;
    display: inline-block;
}

.divider-line-hr {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--color-dark-seven);
}

.divider-line-vr {
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: var(--color-dark-seven);
    z-index: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
    border-left: 1px solid rgba(var(--color-black-rgb), 0.3);
    border-top: 1px solid rgba(var(--color-black-rgb), 0.3);
}

table td,
table th {
    padding: 5px 10px;
    border-bottom: 1px solid rgba(var(--color-black-rgb), 0.3);
    border-right: 1px solid rgba(var(--color-black-rgb), 0.3);
    text-align: center;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.section,
section {
    position: relative;
    padding: 20px 0px;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-image-2 {
    background-size: auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #242323;
}

.bg-image-3 {
    background-size: 100% 50%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.bg-image-4 {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.bg-image-5 {
    background-size: auto;
    background-position: 50% 150%;
    background-repeat: no-repeat;
}

/* Default Input type */
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control,
.nice-select,
.form-control[readonly] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 10px;
    font-family: var(--font-family-base);
    font-size: var(--fs-17);
    font-weight: var(--fw-light);
    line-height: normal;
    color: var(--color-two);
    background-color: rgba(245 245 245);
    background-clip: padding-box;
    border: 1px solid var(--color-dark-seven);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: var(--transition-bezier);
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    outline-offset: 0;
    border-radius: 18px;
}

textarea,
textarea.form-control {
    height: 100px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-radius: 18px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.form-control:focus,
textarea:focus,
textarea.form-control:focus,
.nice-select:focus,
.nice-select:hover {
    color: inherit;
    background-color: rgba(245 245 245);
    border-color: var(--color-dark-seven);
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
    transition: var(--transition-bezier);
}

label {
    font-size: 14px;
    font-style: normal;
    font-weight: var(--fw-medium);
    line-height: 30px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

::-webkit-input-placeholder {
    color: var(--color-two);
}

::-moz-placeholder {
    color: var(--color-two);
}

:-ms-input-placeholder {
    color: var(--color-two);
}

:-moz-placeholder {
    color: var(--color-two);
}

::placeholder {
    color: var(--color-two);
}

/* Button One */
input[type="submit"],
.btn {
    position: relative;
    width: auto;
    min-width: 90px;
    height: 50px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-family-base);
    font-size: var(--fs-14);
    font-weight: var(--fw-medium);
    line-height: var(--fs-21);
    text-transform: capitalize;
    color: var(--color-white-fixed);
    background: #004aad;
    border-width: 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    letter-spacing: 0.8px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
    box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px;
}

.btn>* {
    z-index: 1;
}

.btn-check:focus+.btn,
.btn:focus,
.btn.active {
    background-color: var(--color-white-fixed);
    color: #004aad;
}

.btn:hover,
input[type="submit"]:hover {
    /* background-color: var(--color-white-fixed);
    color: #004aad; */
}

.btn.creative::before,
.btn.creative::after,
.btn.creative .btn-wrap::before,
.btn.creative .btn-wrap::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-color: #004aad;
    transition: var(--transition-base);
}

.btn.creative::before {
    left: 0;
    top: 0;
    border-width: 1px 0px 0px 1px;
}

.btn.creative::after {
    right: 0;
    bottom: 0;
    border-width: 0px 1px 1px 0px;
}

.btn.creative .btn-wrap::before {
    left: 0;
    bottom: 0;
    border-width: 0px 0px 1px 1px;
}

.btn.creative .btn-wrap::after {
    top: 0;
    right: 0;
    border-width: 1px 1px 0px 0px;
}

.btn:hover::before,
.btn:hover::after,
.btn:hover .btn-wrap::before,
.btn:hover .btn-wrap::after {
    width: calc(50% - 5px);
    height: calc(50% - 5px);
    border-color: #274896;
}

/* Gray */
.btn.gray {
    background-color: var(--color-dark-five);
    color: var(--color-white);
}

.btn.gray:hover {
    background-color: var(--color-white);
    color: var(--color-dark-five);
}

/* White */
.btn.white {
    background-color: var(--color-white-fixed);
    color: var(--color-dark-one-fixed);
}

.btn.white:hover {
    background-color: var(--color-dark-one-fixed);
    color: var(--color-white-fixed);
}

/* Black */
.btn.black {
    background-color: var(--color-black-fixed);
    color: var(--color-white-fixed);
}

.btn.black:hover {
    background-color: var(--color-white-fixed);
    color: var(--color-one);
}

/* Low opacity White */
.btn.white-opacity {
    background-color: rgba(var(--color-white-rgb), 0.1);
    color: var(--color-white);
}

.btn.white-opacity:hover {
    background-color: #004aad;
    color: var(--color-black);
}

.btn.white-opacity-fixed {
    background-color: rgba(var(--color-white-fixed-rgb), 0.1);
    color: var(--color-white-fixed);
}

.btn.white-opacity-fixed:hover {
    background-color: var(--color-white-fixed);
    color: var(--color-black-fixed);
}

/* Button Two */
.btn-two:hover {
    background-color: #004aad;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-two .btn-wrap {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.btn-two .text-first {
    padding-right: 10px;
}

.btn-two .text-second {
    position: relative;
    overflow: hidden;
    transition: var(--transition-base);
}

.btn-two .text-second i:nth-child(1),
.btn-two .text-second svg:nth-child(1) {
    display: inline-block;
    transition: transform 0.5s linear;
}

.btn-two .text-second i+i,
.btn-two .text-second svg+svg {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-30px, 30px);
    transition: transform 0.5s linear;
}

.btn-two:hover .text-second i:nth-child(1),
.btn-two:hover .text-second svg:nth-child(1) {
    transform: translate(30px, -30px);
}

.btn-two:hover .text-second i+i,
.btn-two:hover .text-second svg+svg {
    transform: translate(0px, 0px);
}

/* Gray */
.btn-two.gray {
    background-color: var(--color-dark-eight);
}

.btn-two.gray:hover {
    background-color: var(--color-white);
    color: var(--color-dark-one);
}

/* Low opacity White */
.btn-two.white-opacity {
    background-color: rgba(var(--color-white-rgb), 0.1);
}

.btn-two.white-opacity:hover {
    background-color: var(--color-white);
    color: var(--color-dark-one);
}

/* Black */

/* Button Three */
.btn-three:hover {
    background-color: var(--color-white-fixed);
    color: var(--color-one);
}

.btn-three .btn-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-three .btn-wrap .text-first {
    position: relative;
    display: block;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-three .btn-wrap .text-second {
    position: absolute;
    top: 100%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-three:hover .btn-wrap .text-first {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-three:hover .btn-wrap .text-second {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-three:before {
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    background-color: var(--color-white-fixed);
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.btn-three:hover:before,
.btn-three.active::before {
    top: -40%;
}

.btn-three.active,
.btn-three.active:before {
    background-color: var(--color-white-fixed);
    color: var(--color-one);
}

/* Gray */
.btn-three.gray {
    background-color: var(--color-dark-five);
    color: var(--color-white-fixed);
}

.btn-three.gray:hover,
.btn-three.gray:before {
    background-color: var(--color-one);
    color: var(--color-white-fixed);
}

/* White */
.btn-three.white {
    background-color: var(--color-white-fixed);
    color: var(--color-black-fixed);
}

.btn-three.white:hover,
.btn-three.white:before {
    background-color: var(--color-one);
    color: var(--color-white-fixed);
}

/* Black */
.btn-three.black {
    background-color: var(--color-black-fixed);
    color: var(--color-white-fixed);
}

.btn-three.black:hover,
.btn-three.black:before {
    background-color: var(--color-one);
    color: var(--color-white);
}

/* Button Four */
.btn-four {
    position: relative;
    width: auto;
    min-width: 230px;
    height: 60px;
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-family-base);
    font-size: var(--fs-16);
    font-weight: var(--fw-medium);
    line-height: var(--fs-28);
    text-transform: uppercase;
    color: var(--color-white);
    background: var(--color-one);
    border: 1px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    letter-spacing: 0.8px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
}

.btn-check:focus+.btn-four,
.btn-four:focus {
    color: var(--color-one);
}

.btn-four:hover,
.btn-four.active {
    background-color: var(--color-white);
    color: var(--color-one);
}

.btn-four::before,
.btn-four::after {
    box-sizing: inherit;
    position: absolute;
    content: "";
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

.btn-four::before {
    top: 0;
    left: 0;
}

.btn-four::after {
    bottom: 0;
    right: 0;
}

.btn-four:hover::before,
.btn-four:hover::after,
.btn-four.active::before,
.btn-four.active::after {
    width: 100%;
    height: 100%;
}

.btn-four:hover::before,
.btn-four.active::before {
    border-top-color: var(--color-one);
    border-right-color: var(--color-one);
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.btn-four:hover::after,
.btn-four.active::after {
    border-bottom-color: var(--color-one);
    border-left-color: var(--color-one);
    transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s,
        height 0.3s ease-out 1s;
}

/* Scrollbar Customize */
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px rgba(var(--color-two-rgb), 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color-one-rgb), 1);
    border-radius: 30px;
}

/* Firefox scrollbar */
html {
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--color-one-rgb), 1) transparent;
}

/* ========================================
   Dark / Light Theme Toggle Button
   ======================================== */
.theme-toggle-btn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(0, 74, 173, 0.3);
    background: linear-gradient(135deg, #004aad 0%, #0066ee 100%);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0, 74, 173, 0.35);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.theme-toggle-btn:hover {
    transform: scale(1.1) rotate(15deg);
    box-shadow: 0 6px 25px rgba(0, 74, 173, 0.5);
}

.theme-toggle-btn .icon-sun,
.theme-toggle-btn .icon-moon {
    position: absolute;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-toggle-btn .icon-sun {
    opacity: 0;
    transform: scale(0) rotate(-90deg);
}

.theme-toggle-btn .icon-moon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

/* When dark mode is active, show sun icon */
[data-theme="dark"] .theme-toggle-btn .icon-sun {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

[data-theme="dark"] .theme-toggle-btn .icon-moon {
    opacity: 0;
    transform: scale(0) rotate(90deg);
}

[data-theme="dark"] .theme-toggle-btn {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-color: rgba(255, 193, 68, 0.4);
    box-shadow: 0 4px 15px rgba(255, 193, 68, 0.25);
}

[data-theme="dark"] .theme-toggle-btn:hover {
    box-shadow: 0 6px 25px rgba(255, 193, 68, 0.4);
}

/* ========================================
   Dark Theme Styles
   ======================================== */
[data-theme="dark"] body,
[data-theme="dark"] {
    background-color: #0f1117 !important;
    color: #d1d5db;
}

[data-theme="dark"] .top-info-bar {
    background-color: #151821 !important;
    color: #8ab4f8 !important;
    border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

[data-theme="dark"] .top-info-bar span,
[data-theme="dark"] .top-info-bar a,
[data-theme="dark"] .top-info-bar i {
    color: #8ab4f8 !important;
}

[data-theme="dark"] .header,
[data-theme="dark"] header.header {
    background-color: #151821 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .header .logo span {
    color: #8ab4f8 !important;
}

[data-theme="dark"] .mainnav ul.main-menu > li > a {
    color: #d1d5db !important;
}

[data-theme="dark"] .mainnav ul.main-menu > li > a:hover,
[data-theme="dark"] .mainnav ul.main-menu > li.active > a {
    color: #8ab4f8 !important;
}

[data-theme="dark"] .mainnav ul.main-menu li ul.sub-menu {
    background-color: #1e2130 !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

[data-theme="dark"] .mainnav ul.main-menu li ul.sub-menu li a {
    color: #b0b8c8 !important;
}

[data-theme="dark"] .mainnav ul.main-menu li ul.sub-menu li a:hover {
    color: #8ab4f8 !important;
}

[data-theme="dark"] .announcement-bar {
    background-color: #151821 !important;
    border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

[data-theme="dark"] .announcement-bar .announcement-title {
    background-color: #1a3a6e !important;
}

[data-theme="dark"] .announcement-bar marquee {
    color: #8ab4f8 !important;
}

[data-theme="dark"] .stat-box {
    background-color: #1a1d2b !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

[data-theme="dark"] .stat-box h4,
[data-theme="dark"] .stat-box .fw-bold {
    color: #e5e7eb !important;
}

[data-theme="dark"] .stat-box .text-muted {
    color: #9ca3af !important;
}

[data-theme="dark"] #about-section,
[data-theme="dark"] .about-wrap {
    background-color: #0f1117 !important;
}

[data-theme="dark"] .about-content h2,
[data-theme="dark"] .section-title h2 {
    color: #e5e7eb !important;
}

[data-theme="dark"] .section-title h2 font[color="#004aad"] {
    color: #8ab4f8 !important;
}

[data-theme="dark"] .about-content p,
[data-theme="dark"] .section-title p {
    color: #b0b8c8 !important;
}

[data-theme="dark"] .about-content p font {
    color: #93b8f0 !important;
}

[data-theme="dark"] .video-frame {
    border-color: #2a2d3a !important;
}

[data-theme="dark"] .students-placed-section {
    background-color: #131620 !important;
}

[data-theme="dark"] .placed-card {
    background-color: #1a1d2b !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

[data-theme="dark"] .placed-title {
    color: #e5e7eb !important;
}

[data-theme="dark"] .placed-tag {
    color: #8ab4f8 !important;
}

[data-theme="dark"] .placed-label {
    color: #b0b8c8 !important;
}

[data-theme="dark"] .placed-count {
    color: #e5e7eb !important;
}

[data-theme="dark"] #result-section,
[data-theme="dark"] .result-wrap {
    background-color: #131620 !important;
}

[data-theme="dark"] .title {
    color: #8ab4f8 !important;
}

[data-theme="dark"] .mr_menu {
    background-color: #151821 !important;
}

[data-theme="dark"] .mr_menu ul.main-menu li a {
    color: #d1d5db !important;
}

[data-theme="dark"] .aside_info_wrapper {
    background-color: #151821 !important;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
    color: #e5e7eb;
}

[data-theme="dark"] .totop a {
    background-color: #1a1d2b;
    color: #8ab4f8;
    border-color: rgba(138, 180, 248, 0.2);
}

[data-theme="dark"] .btn-two {
    background-color: #1a3a6e;
    color: #8ab4f8;
}

[data-theme="dark"] .btn-two:hover {
    background-color: #234e94;
    color: #fff;
}

/* Dark mode scrollbar */
[data-theme="dark"] body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] body::-webkit-scrollbar-thumb {
    background-color: #2a4a7f;
}

/* Pagination */
.pagination {
    margin-top: 50px;
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}

.pagination li {
    margin: 0px 5px;
}

.pagination li .page-number {
    font-size: 15px;
    font-weight: var(--fw-light);
    text-align: center;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--color-white-rgb), 0);
    color: var(--color-white);
    border: 1px solid transparent;
    border-radius: 100%;
    transition: var(--transition-base);
}

.pagination li .page-number:hover,
.pagination li .page-number.current {
    background-color: var(--color-one);
    border-color: var(--color-one);
    color: var(--color-white-fixed);
}

.pagination li .page-number.disabled {
    cursor: auto;
    opacity: 0.5;
}

/* Use this markup based on above css */
/* <ul class="pagination">
    <li><a class="disabled page-number previous" href="#"><i class="ion-ios-arrow-thin-left"></i></a></li>
    <li><span class="page-number current">1</span></li>
    <li><a class="page-number" href="#">2</a></li>
    <li>.....</li>
    <li><a class="page-number" href="#">9</a></li>
    <li><a class="page-number next" href="#"><i class="ion-ios-arrow-thin-right"></i></a></li>
</ul> */

/* Margin Both */
.mr-0 {
    margin: 0px;
}

.mr-5 {
    margin: 5px;
}

.mr-10 {
    margin: 10px;
}

.mr-15 {
    margin: 15px;
}

.mr-20 {
    margin: 20px;
}

.mr-25 {
    margin: 25px;
}

.mr-30 {
    margin: 30px;
}

.mr-35 {
    margin: 35px;
}

.mr-40 {
    margin: 40px;
}

.mr-45 {
    margin: 45px;
}

.mr-50 {
    margin: 50px;
}

.mr-55 {
    margin: 55px;
}

.mr-60 {
    margin: 60px;
}

.mr-65 {
    margin: 65px;
}

.mr-70 {
    margin: 70px;
}

.mr-75 {
    margin: 75px;
}

.mr-80 {
    margin: 80px;
}

.mr-85 {
    margin: 85px;
}

.mr-90 {
    margin: 90px;
}

.mr-95 {
    margin: 95px;
}

.mr-100 {
    margin: 100px;
}

/* Margin Left-Right */
.mr-lr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mr-lr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mr-lr-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mr-lr-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mr-lr-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.mr-lr-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mr-lr-35 {
    margin-left: 35px;
    margin-right: 35px;
}

.mr-lr-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mr-lr-45 {
    margin-left: 45px;
    margin-right: 45px;
}

.mr-lr-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mr-lr-55 {
    margin-left: 55px;
    margin-right: 55px;
}

.mr-lr-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.mr-lr-65 {
    margin-left: 65px;
    margin-right: 65px;
}

.mr-lr-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.mr-lr-75 {
    margin-left: 75px;
    margin-right: 75px;
}

.mr-lr-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.mr-lr-85 {
    margin-left: 85px;
    margin-right: 85px;
}

.mr-lr-90 {
    margin-left: 90px;
    margin-right: 90px;
}

.mr-lr-95 {
    margin-left: 95px;
    margin-right: 95px;
}

.mr-lr-100 {
    margin-left: 100px;
    margin-right: 100px;
}

/* Margin Top-Bottom */
.mr-tb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mr-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mr-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mr-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mr-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mr-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mr-tb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mr-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mr-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mr-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mr-tb-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.mr-tb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mr-tb-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.mr-tb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mr-tb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.mr-tb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mr-tb-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.mr-tb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mr-tb-95 {
    margin-top: 95px;
    margin-bottom: 95px;
}

.mr-tb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* Margin Left */
.mr-left-5 {
    margin-left: 5px;
}

.mr-left-10 {
    margin-left: 10px;
}

.mr-left-15 {
    margin-left: 15px;
}

.mr-left-20 {
    margin-left: 20px;
}

.mr-left-25 {
    margin-left: 25px;
}

.mr-left-30 {
    margin-left: 30px;
}

.mr-left-35 {
    margin-left: 35px;
}

.mr-left-40 {
    margin-left: 40px;
}

.mr-left-45 {
    margin-left: 45px;
}

.mr-left-50 {
    margin-left: 50px;
}

.mr-left-55 {
    margin-left: 55px;
}

.mr-left-60 {
    margin-left: 60px;
}

.mr-left-65 {
    margin-left: 65px;
}

.mr-left-70 {
    margin-left: 70px;
}

.mr-left-75 {
    margin-left: 75px;
}

.mr-left-80 {
    margin-left: 80px;
}

.mr-left-85 {
    margin-left: 85px;
}

.mr-left-90 {
    margin-left: 90px;
}

.mr-left-95 {
    margin-left: 95px;
}

.mr-left-100 {
    margin-left: 100px;
}

/* Margin Top */
.mr-top-5 {
    margin-top: 5px;
}

.mr-top-10 {
    margin-top: 10px;
}

.mr-top-15 {
    margin-top: 15px;
}

.mr-top-20 {
    margin-top: 20px;
}

.mr-top-25 {
    margin-top: 25px;
}

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

.mr-top-35 {
    margin-top: 35px;
}

.mr-top-40 {
    margin-top: 40px;
}

.mr-top-45 {
    margin-top: 45px;
}

.mr-top-50 {
    margin-top: 50px;
}

.mr-top-55 {
    margin-top: 55px;
}

.mr-top-60 {
    margin-top: 60px;
}

.mr-top-65 {
    margin-top: 65px;
}

.mr-top-70 {
    margin-top: 70px;
}

.mr-top-75 {
    margin-top: 75px;
}

.mr-top-80 {
    margin-top: 80px;
}

.mr-top-85 {
    margin-top: 85px;
}

.mr-top-90 {
    margin-top: 90px;
}

.mr-top-95 {
    margin-top: 95px;
}

.mr-top-100 {
    margin-top: 100px;
}

/* Margin Right */
.mr-right-5 {
    margin-right: 5px;
}

.mr-right-10 {
    margin-right: 10px;
}

.mr-right-15 {
    margin-right: 15px;
}

.mr-right-20 {
    margin-right: 20px;
}

.mr-right-25 {
    margin-right: 25px;
}

.mr-right-30 {
    margin-right: 30px;
}

.mr-right-35 {
    margin-right: 35px;
}

.mr-right-40 {
    margin-right: 40px;
}

.mr-right-45 {
    margin-right: 45px;
}

.mr-right-50 {
    margin-right: 50px;
}

.mr-right-55 {
    margin-right: 55px;
}

.mr-right-60 {
    margin-right: 60px;
}

.mr-right-65 {
    margin-right: 65px;
}

.mr-right-70 {
    margin-right: 70px;
}

.mr-right-75 {
    margin-right: 75px;
}

.mr-right-80 {
    margin-right: 80px;
}

.mr-right-85 {
    margin-right: 85px;
}

.mr-right-90 {
    margin-right: 90px;
}

.mr-right-95 {
    margin-right: 95px;
}

.mr-right-100 {
    margin-right: 100px;
}

/* Margin Bottom */
.mr-bottom-5 {
    margin-bottom: 5px;
}

.mr-bottom-10 {
    margin-bottom: 10px;
}

.mr-bottom-15 {
    margin-bottom: 15px;
}

.mr-bottom-20 {
    margin-bottom: 20px;
}

.mr-bottom-25 {
    margin-bottom: 25px;
}

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

.mr-bottom-35 {
    margin-bottom: 35px;
}

.mr-bottom-40 {
    margin-bottom: 40px;
}

.mr-bottom-45 {
    margin-bottom: 45px;
}

.mr-bottom-50 {
    margin-bottom: 50px;
}

.mr-bottom-55 {
    margin-bottom: 55px;
}

.mr-bottom-60 {
    margin-bottom: 60px;
}

.mr-bottom-65 {
    margin-bottom: 65px;
}

.mr-bottom-70 {
    margin-bottom: 70px;
}

.mr-bottom-75 {
    margin-bottom: 75px;
}

.mr-bottom-80 {
    margin-bottom: 80px;
}

.mr-bottom-85 {
    margin-bottom: 85px;
}

.mr-bottom-90 {
    margin-bottom: 90px;
}

.mr-bottom-95 {
    margin-bottom: 95px;
}

.mr-bottom-100 {
    margin-bottom: 100px;
}

/* Padding Both */
.pd-0 {
    padding: 0px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.pd-25 {
    padding: 25px;
}

.pd-30 {
    padding: 30px;
}

.pd-35 {
    padding: 35px;
}

.pd-40 {
    padding: 40px;
}

.pd-45 {
    padding: 45px;
}

.pd-50 {
    padding: 50px;
}

.pd-55 {
    padding: 55px;
}

.pd-60 {
    padding: 60px;
}

.pd-65 {
    padding: 65px;
}

.pd-70 {
    padding: 70px;
}

.pd-75 {
    padding: 75px;
}

.pd-80 {
    padding: 80px;
}

.pd-85 {
    padding: 85px;
}

.pd-90 {
    padding: 90px;
}

.pd-95 {
    padding: 95px;
}

.pd-100 {
    padding: 100px;
}

/* Padding Left-Right */
.pd-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pd-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pd-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pd-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pd-lr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.pd-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pd-lr-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.pd-lr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pd-lr-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.pd-lr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pd-lr-55 {
    padding-left: 55px;
    padding-right: 55px;
}

.pd-lr-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.pd-lr-65 {
    padding-left: 65px;
    padding-right: 65px;
}

.pd-lr-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.pd-lr-75 {
    padding-left: 75px;
    padding-right: 75px;
}

.pd-lr-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.pd-lr-85 {
    padding-left: 85px;
    padding-right: 85px;
}

.pd-lr-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.pd-lr-95 {
    padding-left: 95px;
    padding-right: 95px;
}

.pd-lr-100 {
    padding-left: 100px;
    padding-right: 100px;
}

/* Padding Top-Bottom */
.pd-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pd-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pd-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pd-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pd-tb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pd-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pd-tb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pd-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pd-tb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.pd-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pd-tb-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.pd-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pd-tb-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.pd-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pd-tb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.pd-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pd-tb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.pd-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pd-tb-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.pd-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Padding Left */
.pd-left-5 {
    padding-left: 5px;
}

.pd-left-10 {
    padding-left: 10px;
}

.pd-left-15 {
    padding-left: 15px;
}

.pd-left-20 {
    padding-left: 20px;
}

.pd-left-25 {
    padding-left: 25px;
}

.pd-left-30 {
    padding-left: 30px;
}

.pd-left-35 {
    padding-left: 35px;
}

.pd-left-40 {
    padding-left: 40px;
}

.pd-left-45 {
    padding-left: 45px;
}

.pd-left-50 {
    padding-left: 50px;
}

.pd-left-55 {
    padding-left: 55px;
}

.pd-left-60 {
    padding-left: 60px;
}

.pd-left-65 {
    padding-left: 65px;
}

.pd-left-70 {
    padding-left: 70px;
}

.pd-left-75 {
    padding-left: 75px;
}

.pd-left-80 {
    padding-left: 80px;
}

.pd-left-85 {
    padding-left: 85px;
}

.pd-left-90 {
    padding-left: 90px;
}

.pd-left-95 {
    padding-left: 95px;
}

.pd-left-100 {
    padding-left: 100px;
}

/* Padding Top */
.pd-top-5 {
    padding-top: 5px;
}

.pd-top-10 {
    padding-top: 10px;
}

.pd-top-15 {
    padding-top: 15px;
}

.pd-top-20 {
    padding-top: 20px;
}

.pd-top-25 {
    padding-top: 25px;
}

.pd-top-30 {
    padding-top: 30px;
}

.pd-top-35 {
    padding-top: 35px;
}

.pd-top-40 {
    padding-top: 40px;
}

.pd-top-45 {
    padding-top: 45px;
}

.pd-top-50 {
    padding-top: 50px;
}

.pd-top-55 {
    padding-top: 55px;
}

.pd-top-60 {
    padding-top: 60px;
}

.pd-top-65 {
    padding-top: 65px;
}

.pd-top-70 {
    padding-top: 70px;
}

.pd-top-75 {
    padding-top: 75px;
}

.pd-top-80 {
    padding-top: 80px;
}

.pd-top-85 {
    padding-top: 85px;
}

.pd-top-90 {
    padding-top: 90px;
}

.pd-top-95 {
    padding-top: 95px;
}

.pd-top-100 {
    padding-top: 100px;
}

.pd-top-140 {
    padding-top: 140px;
}

/* Padding Right */
.pd-right-5 {
    padding-right: 5px;
}

.pd-right-10 {
    padding-right: 10px;
}

.pd-right-15 {
    padding-right: 15px;
}

.pd-right-20 {
    padding-right: 20px;
}

.pd-right-25 {
    padding-right: 25px;
}

.pd-right-30 {
    padding-right: 30px;
}

.pd-right-35 {
    padding-right: 35px;
}

.pd-right-40 {
    padding-right: 40px;
}

.pd-right-45 {
    padding-right: 45px;
}

.pd-right-50 {
    padding-right: 50px;
}

.pd-right-55 {
    padding-right: 55px;
}

.pd-right-60 {
    padding-right: 60px;
}

.pd-right-65 {
    padding-right: 65px;
}

.pd-right-70 {
    padding-right: 70px;
}

.pd-right-75 {
    padding-right: 75px;
}

.pd-right-80 {
    padding-right: 80px;
}

.pd-right-85 {
    padding-right: 85px;
}

.pd-right-90 {
    padding-right: 90px;
}

.pd-right-95 {
    padding-right: 95px;
}

.pd-right-100 {
    padding-right: 100px;
}

/* Padding Bottom */
.pd-bottom-5 {
    padding-bottom: 5px;
}

.pd-bottom-10 {
    padding-bottom: 10px;
}

.pd-bottom-15 {
    padding-bottom: 15px;
}

.pd-bottom-20 {
    padding-bottom: 20px;
}

.pd-bottom-25 {
    padding-bottom: 25px;
}

.pd-bottom-30 {
    padding-bottom: 30px;
}

.pd-bottom-35 {
    padding-bottom: 35px;
}

.pd-bottom-40 {
    padding-bottom: 40px;
}

.pd-bottom-45 {
    padding-bottom: 45px;
}

.pd-bottom-50 {
    padding-bottom: 50px;
}

.pd-bottom-55 {
    padding-bottom: 55px;
}

.pd-bottom-60 {
    padding-bottom: 60px;
}

.pd-bottom-65 {
    padding-bottom: 65px;
}

.pd-bottom-70 {
    padding-bottom: 70px;
}

.pd-bottom-75 {
    padding-bottom: 75px;
}

.pd-bottom-80 {
    padding-bottom: 80px;
}

.pd-bottom-85 {
    padding-bottom: 85px;
}

.pd-bottom-90 {
    padding-bottom: 90px;
}

.pd-bottom-95 {
    padding-bottom: 95px;
}

.pd-bottom-100 {
    padding-bottom: 100px;
}

.pd-bottom-200 {
    padding-bottom: 200px;
}

.pd-bottom-300 {
    padding-bottom: 300px;
}

/* Font Size */
.fs-1 {
    font-size: var(--fs-1);
}

.fs-2 {
    font-size: var(--fs-2);
}

.fs-3 {
    font-size: var(--fs-3);
}

.fs-4 {
    font-size: var(--fs-4);
}

.fs-5 {
    font-size: var(--fs-5);
}

.fs-6 {
    font-size: var(--fs-6);
}

.fs-7 {
    font-size: var(--fs-7);
}

.fs-8 {
    font-size: var(--fs-8);
}

.fs-9 {
    font-size: var(--fs-9);
}

.fs-10 {
    font-size: var(--fs-10);
}

.fs-11 {
    font-size: var(--fs-11);
}

.fs-12 {
    font-size: var(--fs-12);
}

.fs-13 {
    font-size: var(--fs-13);
}

.fs-14 {
    font-size: var(--fs-14);
}

.fs-15 {
    font-size: var(--fs-15);
}

.fs-16 {
    font-size: var(--fs-16);
}

.fs-17 {
    font-size: var(--fs-17);
}

.fs-18 {
    font-size: var(--fs-18);
}

.fs-19 {
    font-size: var(--fs-19);
}

.fs-20 {
    font-size: var(--fs-20);
}

.fs-21 {
    font-size: var(--fs-21);
}

.fs-22 {
    font-size: var(--fs-22);
}

.fs-23 {
    font-size: var(--fs-23);
}

.fs-24 {
    font-size: var(--fs-24);
}

.fs-25 {
    font-size: var(--fs-25);
}

.fs-26 {
    font-size: var(--fs-26);
}

.fs-27 {
    font-size: var(--fs-27);
}

.fs-28 {
    font-size: var(--fs-28);
}

.fs-29 {
    font-size: var(--fs-29);
}

.fs-30 {
    font-size: var(--fs-30);
}

.fs-31 {
    font-size: var(--fs-31);
}

.fs-32 {
    font-size: var(--fs-32);
}

.fs-33 {
    font-size: var(--fs-33);
}

.fs-34 {
    font-size: var(--fs-34);
}

.fs-35 {
    font-size: var(--fs-35);
}

.fs-36 {
    font-size: var(--fs-36);
}

.fs-37 {
    font-size: var(--fs-37);
}

.fs-38 {
    font-size: var(--fs-38);
}

.fs-39 {
    font-size: var(--fs-39);
}

.fs-40 {
    font-size: var(--fs-40);
}

.fs-41 {
    font-size: var(--fs-41);
}

.fs-42 {
    font-size: var(--fs-42);
}

.fs-43 {
    font-size: var(--fs-43);
}

.fs-44 {
    font-size: var(--fs-44);
}

.fs-45 {
    font-size: var(--fs-45);
}

.fs-46 {
    font-size: var(--fs-46);
}

.fs-47 {
    font-size: var(--fs-47);
}

.fs-48 {
    font-size: var(--fs-48);
}

.fs-49 {
    font-size: var(--fs-49);
}

.fs-50 {
    font-size: var(--fs-50);
}

.fs-51 {
    font-size: var(--fs-51);
}

.fs-52 {
    font-size: var(--fs-52);
}

.fs-53 {
    font-size: var(--fs-53);
}

.fs-54 {
    font-size: var(--fs-54);
}

.fs-55 {
    font-size: var(--fs-55);
}

.fs-56 {
    font-size: var(--fs-56);
}

.fs-57 {
    font-size: var(--fs-57);
}

.fs-58 {
    font-size: var(--fs-58);
}

.fs-59 {
    font-size: var(--fs-59);
}

.fs-60 {
    font-size: var(--fs-60);
}

.fs-61 {
    font-size: var(--fs-61);
}

.fs-62 {
    font-size: var(--fs-62);
}

.fs-63 {
    font-size: var(--fs-63);
}

.fs-64 {
    font-size: var(--fs-64);
}

.fs-65 {
    font-size: var(--fs-65);
}

.fs-66 {
    font-size: var(--fs-66);
}

.fs-67 {
    font-size: var(--fs-67);
}

.fs-68 {
    font-size: var(--fs-68);
}

.fs-69 {
    font-size: var(--fs-69);
}

.fs-70 {
    font-size: var(--fs-70);
}

.fs-80 {
    font-size: var(--fs-80);
}

.fs-90 {
    font-size: var(--fs-90);
}

.fs-100 {
    font-size: var(--fs-100);
}

.fs-110 {
    font-size: var(--fs-110);
}

.fs-120 {
    font-size: var(--fs-120);
}

.fs-130 {
    font-size: var(--fs-130);
}

.fs-140 {
    font-size: var(--fs-140);
}

.fs-150 {
    font-size: var(--fs-150);
}

/* Line Height */
.lh-1 {
    line-height: var(--fs-1);
}

.lh-2 {
    line-height: var(--fs-2);
}

.lh-3 {
    line-height: var(--fs-3);
}

.lh-4 {
    line-height: var(--fs-4);
}

.lh-5 {
    line-height: var(--fs-5);
}

.lh-6 {
    line-height: var(--fs-6);
}

.lh-7 {
    line-height: var(--fs-7);
}

.lh-8 {
    line-height: var(--fs-8);
}

.lh-9 {
    line-height: var(--fs-9);
}

.lh-10 {
    line-height: var(--fs-10);
}

.lh-11 {
    line-height: var(--fs-11);
}

.lh-12 {
    line-height: var(--fs-12);
}

.lh-13 {
    line-height: var(--fs-13);
}

.lh-14 {
    line-height: var(--fs-14);
}

.lh-15 {
    line-height: var(--fs-15);
}

.lh-16 {
    line-height: var(--fs-16);
}

.lh-17 {
    line-height: var(--fs-17);
}

.lh-18 {
    line-height: var(--fs-18);
}

.lh-19 {
    line-height: var(--fs-19);
}

.lh-20 {
    line-height: var(--fs-20);
}

.lh-21 {
    line-height: var(--fs-21);
}

.lh-22 {
    line-height: var(--fs-22);
}

.lh-23 {
    line-height: var(--fs-23);
}

.lh-24 {
    line-height: var(--fs-24);
}

.lh-25 {
    line-height: var(--fs-25);
}

.lh-26 {
    line-height: var(--fs-26);
}

.lh-27 {
    line-height: var(--fs-27);
}

.lh-28 {
    line-height: var(--fs-28);
}

.lh-29 {
    line-height: var(--fs-29);
}

.lh-30 {
    line-height: var(--fs-30);
}

.lh-31 {
    line-height: var(--fs-31);
}

.lh-32 {
    line-height: var(--fs-32);
}

.lh-33 {
    line-height: var(--fs-33);
}

.lh-34 {
    line-height: var(--fs-34);
}

.lh-35 {
    line-height: var(--fs-35);
}

.lh-36 {
    line-height: var(--fs-36);
}

.lh-37 {
    line-height: var(--fs-37);
}

.lh-38 {
    line-height: var(--fs-38);
}

.lh-39 {
    line-height: var(--fs-39);
}

.lh-40 {
    line-height: var(--fs-40);
}

.lh-41 {
    line-height: var(--fs-41);
}

.lh-42 {
    line-height: var(--fs-42);
}

.lh-43 {
    line-height: var(--fs-43);
}

.lh-44 {
    line-height: var(--fs-44);
}

.lh-45 {
    line-height: var(--fs-45);
}

.lh-46 {
    line-height: var(--fs-46);
}

.lh-47 {
    line-height: var(--fs-47);
}

.lh-48 {
    line-height: var(--fs-48);
}

.lh-49 {
    line-height: var(--fs-49);
}

.lh-50 {
    line-height: var(--fs-50);
}

.lh-51 {
    line-height: var(--fs-51);
}

.lh-52 {
    line-height: var(--fs-52);
}

.lh-53 {
    line-height: var(--fs-53);
}

.lh-54 {
    line-height: var(--fs-54);
}

.lh-55 {
    line-height: var(--fs-55);
}

.lh-56 {
    line-height: var(--fs-56);
}

.lh-57 {
    line-height: var(--fs-57);
}

.lh-58 {
    line-height: var(--fs-58);
}

.lh-59 {
    line-height: var(--fs-59);
}

.lh-60 {
    line-height: var(--fs-60);
}

.lh-61 {
    line-height: var(--fs-61);
}

.lh-62 {
    line-height: var(--fs-62);
}

.lh-63 {
    line-height: var(--fs-63);
}

.lh-64 {
    line-height: var(--fs-64);
}

.lh-65 {
    line-height: var(--fs-65);
}

.lh-66 {
    line-height: var(--fs-66);
}

.lh-67 {
    line-height: var(--fs-67);
}

.lh-68 {
    line-height: var(--fs-68);
}

.lh-69 {
    line-height: var(--fs-69);
}

.lh-70 {
    line-height: var(--fs-70);
}

.lh-80 {
    line-height: var(--fs-80);
}

.lh-90 {
    line-height: var(--fs-90);
}

.lh-100 {
    line-height: var(--fs-100);
}

.lh-110 {
    line-height: var(--fs-110);
}

.lh-120 {
    line-height: var(--fs-120);
}

.lh-130 {
    line-height: var(--fs-130);
}

.lh-140 {
    line-height: var(--fs-140);
}

.lh-150 {
    line-height: var(--fs-150);
}

/* Letter Spacing */
.ls-1 {
    letter-spacing: var(--fs-1);
}

.ls-2 {
    letter-spacing: var(--fs-2);
}

.ls-3 {
    letter-spacing: var(--fs-3);
}

.ls-4 {
    letter-spacing: var(--fs-4);
}

.ls-5 {
    letter-spacing: var(--fs-5);
}

/* Z-index  */
.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-6 {
    z-index: 6;
}

.z-index-7 {
    z-index: 7;
}

.z-index-8 {
    z-index: 8;
}

.z-index-9 {
    z-index: 9;
}

/*
    [ Shortcode Stylesheet ]
    <?xml version="1.0" encoding="UTF-8"?>

    Theme Name:
    Version:
    Author:
    Author URL:
    Description:
    Date:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Fonts, Icons and Other Styles Import
2. Reset
  2-1. Body, Font, Container, Space
  2-2. Placeholder Customize
  2-3. Social Icons Color
  2-4. Input, Textarea (All forms field) customization
  2-5. Button Styling


-----------------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;family=Sora:wght@100..800&amp;display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("../fonts/bootstrap-icons-1.1/font/bootstrap-icons.css");
@import url("bootstrap.min.css");
@import url("../../plugins/jquery_ui/style.css");
@import url("animation.css");
@import url("../../plugins/wow/animate.css");
@import url("../../plugins/swiper/swiper-bundle.min.css");
@import url("../../plugins/swiper/swiper-gl.min.css");
@import url("../../plugins/odometer/odometer-theme-default.css");
@import url("../../plugins/fancybox/jquery.fancybox.css");
@import url("../../plugins/flatpickr/flatpickr.css");
@import url("../../plugins/nice-select/nice-select.css");
@import url("../../plugins/cursor-effect/cursor-effect.css");

@import url("global.css");
@import url("header.css");
@import url("footer.css");
@import url("preloader.css");
@import url("shop.css");
@import url("components.css");
@import url("contact.css");
@import url("blog.css");
@import url("sidebar.css");
@import url("portfolio.css");
@import url("style.css");
@import url("responsive.css");
@import url("light.css");

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #ffffffcc;
    backdrop-filter: blur(5px);
    padding: 13px 100px;
    z-index: 12;
    transition: var(--transition-base);
}

.header .header-inner {
    transition: var(--transition-base);
}

.logo {
    position: relative;
    min-width: 110px;
    transition: var(--transition-base);
}

.header .logo a {
    position: relative;
    display: inline-block;
}

.header .logo a img {
    /* width: 60%; */
    transition: var(--transition-base);
}

.logo a.dark_logo {
    display: none;
}

.header.header.color-fixed .logo a.light_logo {
    display: inline-block;
}

.header.header.color-fixed .logo a.dark_logo {
    display: none;
}

/* Top Bar */
.header .header-top {
    position: relative;
    max-height: 37px;
    background-color: var(--color-black);
    border-bottom: 1px solid rgba(var(--color-white-rgb), 0.35);
    transition: all 0.3s ease-in-out;
}

.header .header-top--inner {
    padding: 5px 0px;
}

.header .header_right_part .wptb-element+.wptb-element {
    position: relative;
    margin-left: 25px;
    padding-left: 25px;
}

.header .header_right_part .wptb-element+.wptb-element::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: var(--color-two);
}

.header .social-box ul {
    position: relative;
    margin-bottom: 0px;
    padding: 0px;
}

.header .social-box ul li {
    position: relative;
    display: inline-block;
    margin-right: 26px;
}

.header .social-box ul li a {
    position: relative;
    color: var(--color-white);
    font-size: 16px;
}

.header .social-box ul li:last-child {
    margin-right: 0px;
}

.header .social-box ul li a:hover {
    color: var(--color-one);
    transform: translateY(-3px);
}

.header .info-list {
    position: relative;
    margin-bottom: 0px;
    padding: 0px;
}

.header .info-list li {
    position: relative;
    display: inline-block;
    line-height: 1em;
    margin-right: 30px;
}

.header .info-list li+li {
    border-left: 1px solid var(--color-white);
    padding-left: 30px;
}

.header .info-list li a {
    position: relative;
    font-size: 13px;
    color: var(--color-white);
    padding-left: 30px;
}

.header .info-list li a .icon {
    position: absolute;
    left: 0px;
    color: var(--color-one);
}

.header .info-list li:last-child {
    margin: 0px;
}

.header .info-list li a:hover {
    color: var(--color-one);
}

.header .button-box {
    margin-left: 30px;
}

.header .button-box .btn {
    border-radius: 0px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: var(--fw-light);
}

/* Top Bar End */
.header .mainnav ul.main-menu {
    padding: 0px;
    margin: 0px;
}

.header .mainnav ul.main-menu li {
    position: relative;
    border: 0;
    list-style: none;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    font-weight: var(--fw-normal);
    line-height: 24px;
}

.header .mainnav ul.main-menu>li+li {
    margin-left: 40px;
}

.header .mainnav ul.main-menu li a {
    border: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    /* text-transform: uppercase; */
    text-align: center;
    color: rgba(var(--color-white-rgb), 0.7);
    letter-spacing: 1px;
    padding: 25px 0px;
    transition: var(--transition-base);
}

.header .mainnav ul.main-menu>li.active>a,
.header .mainnav ul.main-menu>li>a:hover {
    color: #000000 !important;
}

.header .mainnav ul.main-menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}

.header .mainnav ul.main-menu>li.current>a::before,
.header .mainnav ul.main-menu>li.active>a::before,
.header .mainnav ul.main-menu>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 0%;
    height: 1px;
    background-color: rgba(var(--color-white-rgb), 0.8);
    transition: var(--transition-base);
}

.header.sticky .mainnav ul.main-menu>li.current>a::before,
.header.sticky .mainnav ul.main-menu>li.active>a::before,
.header.sticky .mainnav ul.main-menu>li>a::before {
    bottom: 20px;
}

.header .mainnav ul.main-menu>li.current>a::before,
.header .mainnav ul.main-menu>li.active>a::before,
.header .mainnav ul.main-menu>li:hover>a::before {
    width: 100%;
    background-color: rgba(var(--color-white-rgb), 0.8);
}

.header .mainnav ul.main-menu li ul {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 240px;
    margin: 0px 0px;
    padding: 15px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 5;
    transition: var(--transition-base);
    transform: translate3d(15px, 0px, 0px);
    background: var(--color-black);
    box-shadow: 0px 0px 40px 0px rgba(39, 61, 113, 0.1);
    max-height: calc(100vh - 100px);
}

.header .mainnav ul.main-menu li ul:not(:has(.sub-menu)) {
    overflow: auto;
}

.header .mainnav ul.main-menu li ul::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.header .mainnav ul.main-menu li ul li {
    width: 100%;
}

.header .mainnav ul.main-menu li ul li a {
    padding: 10px 0px;
    width: 100%;
    text-align: left;
    color: #274896;
}

.header .mainnav ul.main-menu li ul li.active a,
.header .mainnav ul.main-menu li ul li a:hover {
    color: rgba(var(--color-white-rgb), 1);
    font-weight: var(--fw-semibold);
}

.header .mainnav ul.main-menu li ul li:last-child>a {
    border-bottom: none;
}

.header .mainnav ul.main-menu li ul li.menu-item-has-children>a:after {
    content: "\F285";
    font-family: "bootstrap-icons";
    speak: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header .mainnav ul.main-menu li ul ul {
    left: calc(100% + 25px);
    top: -15px;
    border-top: 0px solid var(--color-one);
}

.header .mainnav ul.main-menu li ul ul ul ul {
    left: auto;
    right: calc(100% + 26px);
}

/* .header .mainnav ul.main-menu > li > a::before {
  content: '';
  position: absolute;
  left: auto;
  right: calc(100% + 9px);
  top: 50%;
  width: 0px;
  height: 1px;
  background-color: var(--color-one);
  transition: var(--transition-base);
}

.header .mainnav ul.main-menu > li.active > a::before,
.header .mainnav ul.main-menu > li > a:hover::before {
  width: 32px;
} */
.header .mainnav ul.main-menu>li.menu-item-has-children>a::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    speak: none;
    transition: var(--transition-base);
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    line-height: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* .header .mainnav ul.main-menu > li.menu-item-has-children.current > a::after,
.header .mainnav ul.main-menu > li.menu-item-has-children.active > a::after,
.header .mainnav ul.main-menu > li.menu-item-has-children:hover > a::after {
  color: var(--color-one);
} */

/* Header Search */
.header .header_search .search_form {
    position: relative;
    border: 0px solid transparent;
    transition: all 0.5s ease;
}

.header .header_search .search_form .form-control {
    font-size: 16px;
    color: var(--color-one);
    width: 140px;
    padding-left: 55px;
    padding-right: 15px;
    background-color: rgba(var(--color-one-rgb), 0.08);
    border: none;
    height: 50px;
    border-radius: 50px;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
}

.header .header_search .search_form .form-control:focus {
    box-shadow: none;
    width: 165px;
}

.header .header_search .search_form .form-control-submit {
    width: 36px;
    min-width: 36px;
    height: 50px;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    color: var(--color-one);
    font-weight: var(--fw-light);
    background-color: initial;
    position: absolute;
    top: 0;
    left: 20px;
    border: 0px;
    background: transparent;
    padding: 0;
}

.header .header_search .search_form .form-control-submit:focus {
    outline: none;
}

.header .header_search .search_form ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: var(--fw-light);
    font-style: normal;
    color: var(--color-one);
}

.header .header_search .search_form ::-moz-placeholder {
    font-size: 16px;
    font-weight: var(--fw-light);
    font-style: normal;
    color: var(--color-one);
}

.header .header_search .search_form :-ms-input-placeholder {
    font-size: 16px;
    font-weight: var(--fw-light);
    font-style: normal;
    color: var(--color-one);
}

.header .header_search .search_form :-moz-placeholder {
    font-size: 16px;
    font-weight: var(--fw-light);
    font-style: normal;
    color: var(--color-one);
}

.header .header_search .search_form :placeholder {
    font-size: 16px;
    font-weight: var(--fw-light);
    font-style: normal;
    color: var(--color-one);
}

.aside_open {
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 0;
    text-align: center;
    transition: var(--transition-base);
}

.aside_open .aside-open--inner {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.aside_open span {
    display: block;
    background: var(--color-white);
    width: 42px;
    height: 1px;
    transition: var(--transition-base);
}

.aside_open span:not(:last-child) {
    margin-bottom: 6px;
}

.aside_open span:nth-child(3) {
    width: 16px;
}

.aside_open:hover span:nth-child(3),
.aside_open.close span:nth-child(3) {
    width: 42px;
}

.aside_info_wrapper {
    padding: 30px 65px;
    background: var(--color-black);
    max-width: 400px;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    overflow-y: auto;
    z-index: 99;
    transition: var(--transition-base);
    transform: scale(0);
}

.aside_info_wrapper.show {
    right: 0;
    transform: scale(1);
}

.aside_info_wrapper .aside_close {
    font-size: 12px;
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    padding: 0px;
    background-color: transparent;
    border: none;
    margin-bottom: 100px;
}

.aside_info_wrapper .aside_close i {
    font-size: 33px;
    margin-left: 10px;
}

.aside_info_wrapper::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.aside_info_wrapper .aside_logo a img {
    min-width: 185px;
    max-width: 260px;
    transition: var(--transition-base);
}

.aside_info_wrapper h6 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 10px;
}

.aside_info_wrapper .insta-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-family-two);
    font-size: 18px;
    font-style: italic;
    color: var(--color-white);
    margin-bottom: 20px;
}

.aside_info_wrapper .wptb-instagram--gallery {
    margin-bottom: 70px;
}

.aside_info_wrapper .wptb-instagram--gallery .wptb-item--inner {
    gap: 8px;
}

.aside_info_wrapper .wptb-instagram--gallery .wptb-item {
    max-width: 80px;
}

.aside_info_wrapper .social-box ul {
    justify-content: center;
}

.aside_info_wrapper .wptb-icon-box1 {
    padding-left: 35px;
}

.aside_info_wrapper .wptb-icon-box1.style2 .wptb-item--icon {
    color: var(--color-muted);
    border-color: var(--color-muted);
}

.mr_menu_toggle {
    position: relative;
    cursor: pointer;
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--color-white);
    font-size: 36px;
    border: none;
    outline: none;
    border-radius: 0;
    text-align: center;
    transition: var(--transition-base);
}

.mr_menu_toggle:focus {
    outline: none;
}

.mr_menu_toggle:hover {
    color: var(--color-one);
}

/* Start Left Panel Menu Toggle  */
.wptb-left-pane .overlay_menu_toggle,
.wptb-left-pane .mr_menu_toggle {
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
    transition: var(--transition-base);
    width: 60px;
    height: 60px;
    background-color: var(--color-dark-six);
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.overlay_menu_toggle .aside-open--inner,
.mr_menu_toggle .aside-open--inner {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.overlay_menu_toggle span,
.mr_menu_toggle span {
    display: block;
    background: var(--color-white-fixed);
    width: 42px;
    height: 1px;
    transition: var(--transition-base);
}

.overlay_menu_toggle span:not(:last-child),
.mr_menu_toggle span:not(:last-child) {
    margin-bottom: 6px;
}

.overlay_menu_toggle span:nth-child(3),
.mr_menu_toggle span:nth-child(3) {
    width: 16px;
}

.overlay_menu_toggle:hover span:nth-child(3),
.mr_menu_toggle:hover span:nth-child(3),
.mr_menu_toggle.close span:nth-child(3) {
    width: 42px;
}

/* End Left Panel Menu Toggle  */

.mr_menu {
    width: 300px;
    background: var(--color-dark-twelve);
    padding: 20px;
    height: 100%;
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 14;
    transition: var(--transition-base);
    overflow-x: hidden;
}

.mr_menu::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.mr_menu .mr_menu_close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    padding: 0px;
    color: #000000;
    font-size: 24px;
    border: 0px solid var(--color-one);
    border-radius: 0px;
    transition: all 0.5s ease;
}

.mr_menu .mr_menu_close:focus {
    outline: none;
}

.mr_menu .logo {
    position: relative;
    text-align: center;
    margin: 16px 0px;
}

.mr_menu .logo_left_menu a img {
    width: 100%;
    transition: var(--transition-base);
}

.mr_menu ul.main-menu {
    padding: 0px;
    margin: 0px;
    border-top: 1px solid rgba(var(--color-dark-one-rgb), 0.1);
}

.mr_menu ul.main-menu li {
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: var(--fw-normal);
    line-height: var(--fs-24);
    width: 100%;
}

.mr_menu ul.main-menu li a {
    list-style: none;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 0px;
    border-bottom: 1px solid rgba(var(--color-dark-seven-rgb), 0.3);
    color: #004aad;
}

.mr_menu ul.main-menu li.current>a,
.mr_menu ul.main-menu li.active>a,
.mr_menu ul.main-menu li:hover>a {
    color: #004aad;
}

.mr_menu ul.main-menu li a::before {
    font-family: "bootstrap-icons";
    color: #004aad;
}

.mr_menu ul.main-menu>li ul li a::before {
    content: "\F63B";
    font-size: 13px;
}

.mr_menu ul.main-menu>li:nth-child(1)>a::before {
    content: "\F423";
}

.mr_menu ul.main-menu>li:nth-child(2)>a::before {
    content: "\F2CD";
}

.mr_menu ul.main-menu>li:nth-child(3)>a::before {
    content: "\F4CF";
}

.mr_menu ul.main-menu>li:nth-child(4)>a::before {
    content: "\F38B";
}

.mr_menu ul.main-menu>li:nth-child(5)>a::before {
    content: "\F4E7";
}

.mr_menu ul.main-menu>li:nth-child(6)>a::before {
    content: "\F4CA";
}

.mr_menu ul.main-menu li .submenu_opener {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    border: none;
    height: 50px;
    width: 40px;
    line-height: 52px;
    text-align: center;

    background: transparent;
    color: var(--color-muted);
    cursor: pointer;
    z-index: 5;
}

.mr_menu ul.main-menu li.active>.submenu_opener,
.mr_menu ul.main-menu li .nav_open>.submenu_opener {
    color: var(--color-one);
}

.mr_menu ul.main-menu li .submenu_opener i {
    position: relative;
    display: block;
    transition: all 0.5s ease;
}

.mr_menu ul.main-menu li.nav_open>.submenu_opener i {
    transform: rotate(90deg);
    animation: blinking 1.5s ease-in-out infinite;
}

@keyframes blinking {
    0% {
        bottom: -3px;
    }

    50% {
        bottom: 3px;
    }

    100% {
        bottom: -3px;
    }
}

.mr_menu ul.main-menu li ul {
    position: relative;
    display: none;
    overflow: hidden;
    min-width: auto;
    width: 100%;
    margin: 0px 0px;
    padding-left: 10px;
    z-index: 5;
    border-radius: 0px;
}

.mr_menu h6 {
    color: var(--color-dark-seven);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 40px;
    margin-bottom: 15px;
}

body.mr_menu_active .mr_menu {
    left: 0;
}

body.left_menu {
    padding-left: 300px;
}

body.left_menu .mr_menu {
    left: 0;
}

body.left_menu .header {
    background-color: var(--color-dark-twelve);
}

/* Overlay Navigation */
.overlay_menu_toggle {
    position: relative;
    cursor: pointer;
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--color-white);
    font-size: 36px;
    border: none;
    outline: none;
    border-radius: 0;
    text-align: center;
    transition: var(--transition-base);
}

.overlay_menu_toggle a:focus {
    outline: none;
}

.overlay_menu_toggle a:hover {
    color: var(--color-one);
}

.overlay_menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: var(--color-dark-one);
    padding: 150px 100px 50px;
    z-index: 14;
    transition: var(--transition-base);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

body.overlay_menu_active .overlay_menu {
    opacity: 1;
    visibility: visible;
}

.overlay_menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background-color: rgba(var(--color-dark-seven-rgb), 0.1);
    transition: var(--transition-base);
}

body.overlay_menu_active .overlay_menu::before {
    width: 50%;
}

.overlay_menu .overlay_navmenu {
    max-width: 400px;
    height: calc(100vh - 100px);
    overflow: auto;
    transform: translateX(-200px);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-base);
}

body.overlay_menu_active .overlay_menu .overlay_navmenu {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.overlay_menu ::-webkit-scrollbar {
    width: 4px;
    background: var(--color-dark-seven);
}

.overlay_menu_close {
    position: absolute;
    top: 50px;
    right: 38px;
    z-index: 1;
    background: transparent;
    padding: 0px;
    color: var(--color-two);
    font-size: 20px;
    border: 1px solid var(--color-two);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all 0.5s ease;
}

.overlay_menu_close:focus {
    outline: none;
}

.overlay_menu ul.main-menu {
    padding: 0px;
    margin: 0px;
    border-top: 1px solid rgba(var(--color-dark-one-rgb), 0.1);
}

.overlay_menu ul.main-menu li {
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: var(--fw-normal);
    line-height: var(--fs-24);
    width: 100%;
}

.overlay_menu ul.main-menu li a {
    list-style: none;
    position: relative;
    font-size: 40px;
    font-weight: var(--fw-semibold);
    line-height: 50px;
    text-transform: capitalize;
    letter-spacing: 0px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 0px;
    color: rgba(var(--color-white-rgb), 0.6);
    border-bottom: 0px solid rgba(var(--color-dark-seven-rgb), 0.3);
}

.overlay_menu ul.main-menu li ul li a {
    font-size: 18px;
    font-weight: var(--fw-medium);
    line-height: 36px;
    padding: 10px 30px;
    background-color: rgba(var(--color-dark-seven-rgb), 0.1);
    color: rgba(var(--color-white-rgb), 0.6);
    border-bottom: 1px solid rgba(var(--color-dark-seven-rgb), 0.3);
}

.overlay_menu ul.main-menu li.current>a,
.overlay_menu ul.main-menu li.active>a,
.overlay_menu ul.main-menu li:hover>a {
    color: rgba(var(--color-white-rgb), 1);
}

.overlay_menu ul.main-menu li .submenu_opener {
    position: absolute;
    right: 0;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 50px;
    height: 50px;
    text-align: center;
    background: transparent;
    color: rgba(var(--color-white-rgb), 0.6);
    font-size: 24px;
    cursor: pointer;
    z-index: 5;
}

.overlay_menu ul.main-menu li.active .submenu_opener,
.overlay_menu ul.main-menu li:hover .submenu_opener {
    color: rgba(var(--color-white-rgb), 1);
}

.overlay_menu ul.main-menu li .submenu_opener i {
    position: relative;
    display: block;
    transition: all 0.5s ease;
}

.overlay_menu ul.main-menu li.nav_open>.submenu_opener i {
    transform: rotate(90deg);
    animation: blinking 1.5s ease-in-out infinite;
}

@keyframes blinking {
    0% {
        bottom: -3px;
    }

    50% {
        bottom: 3px;
    }

    100% {
        bottom: -3px;
    }
}

.overlay_menu ul.main-menu li ul {
    position: relative;
    display: none;
    overflow: hidden;
    min-width: auto;
    width: 100%;
    margin: 0px 0px;
    padding-left: 0px;
    z-index: 5;
    border-radius: 0px;
}

.wptb-overlay-contact {
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-base);
}

body.overlay_menu_active .wptb-overlay-contact {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

/* Overlay Menu Right Pane */
.overlay_menu .wptb-right-pane {
    width: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.overlay_menu .social-box ul {
    flex-direction: column;
}

.overlay_menu .social-box.style-oval ul {
    gap: 36px;
}

.overlay_menu .social-box ul li {
    transform: rotate(90deg);
}

.overlay_menu .wptb-item-layer {
    position: absolute;
    z-index: -1;
    bottom: -150px;
    left: 0;
    right: 0;
}

/* Sticky Nav */
.header.sticky {
    transform: perspective(300px) rotateX(0deg);
    transform-origin: top;
    position: fixed !important;
    background-color: rgba(var(--color-black-rgb), 0.8);
}

.header.sticky .header-top {
    max-height: 0px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0px;
    transition: all 0.3s ease-in-out;
}

.header.sticky .logo {
    max-width: 220px;
}

.header.sticky .mainnav ul.main-menu>li>a {
    padding: 20px 0px;
}

.header.top-up {
    overflow: hidden;
    transition: var(--transition-base);
    transform: perspective(300px) rotateX(-90deg);
    transform-origin: top;
}

.theme-style--olive .header {
    padding-top: 45px;
}

.theme-style--olive .header.sticky {
    padding-top: 13px;
}

/* Fixed Color */
.header.color-fixed.sticky {
    background-color: #ffffffcc;
}

.header.color-fixed .mainnav ul.main-menu>li>a,
.header.color-fixed .mr_menu_toggle,
.header.color-fixed .modal_search_icon,
.header.color-fixed .overlay_menu_toggle {
    color: #006dff;
}

.header.color-fixed .mainnav ul.main-menu>li.active>a::before {
    background-color: #000000;
}

.header.color-fixed .aside_open span {
    background: var(--color-white-fixed);
}

@media screen and (max-width: 1400px) {
    .header {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1366px) {
    .header .mainnav ul.main-menu>li+li {
        margin-left: 25px;
    }

    .overlay_menu {
        padding: 100px 100px 50px;
    }
}

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

    .header .logo,
    .header.sticky .logo {
        position: relative;
        max-width: 180px;
    }

    .header .logo a {
        padding: 0;
        box-shadow: none;
    }

    .header .logo a::before {
        display: none;
    }

    .overlay_menu {
        padding: 100px 50px 50px;
    }
}

@media screen and (max-width: 991.9px) {
    .header {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.left_menu {
        padding-left: 0px;
    }

    body.left_menu .mr_menu {
        left: -300px;
    }

    body.left_menu.mr_menu_active .mr_menu {
        left: 0px;
    }

    .overlay_menu {
        padding: 100px 30px 30px;
        overflow: auto;
    }

    .overlay_menu ul.main-menu li a {
        font-size: 24px;
        line-height: 36px;
    }

    .overlay_menu ul.main-menu li ul li a {
        font-size: 18px;
        line-height: 24px;
    }

    .wptb-left-pane .overlay_menu_toggle,
    .wptb-left-pane .mr_menu_toggle {
        width: 50px;
        height: 50px;
    }

    .overlay_menu_toggle span,
    .mr_menu_toggle span {
        width: 30px;
    }

    .overlay_menu_toggle:hover span:nth-child(3),
    .mr_menu_toggle:hover span:nth-child(3),
    .mr_menu_toggle.close span:nth-child(3) {
        width: 30px;
    }
}

@media screen and (max-width: 767.9px) {
    .overlay_menu::before {
        display: none;
    }

    .overlay_menu .overlay_navmenu {
        max-width: 100%;
        height: calc(80vh - 100px);
    }

    .wptb-overlay-contact {
        margin-top: 50px;
    }
}

/* Sticky state — triggered after 50px scroll */
.header.sticky {
    transform: perspective(300px) rotateX(0deg);
    transform-origin: top;
    position: fixed !important;
    background-color: rgba(var(--color-black-rgb), 0.8);
}

/* Hide state — triggered when scrolling DOWN past 800px */
.header.top-up {
    overflow: hidden;
    transition: var(--transition-base);
    transform: perspective(300px) rotateX(-90deg);
    transform-origin: top;
}

/* Hero Slider Custom Styling */
.hero-slider .custom-carousel-btn {
    width: 5%;
    opacity: 1;
}

.hero-slider .custom-arrow-icon {
    background-color: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    color: white;
}

.hero-slider .custom-carousel-btn:hover .custom-arrow-icon {
    background-color: rgba(0, 0, 0, 0.8);
}

.hero-slider .custom-indicators {
    bottom: -40px;
}

.hero-slider .custom-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #b0c4de !important;
    opacity: 1 !important;
    border: none !important;
    margin: 0 4px !important;
}

.hero-slider .custom-indicators button.active {
    background-color: #004aad !important;
}

.hero-slider {
    /* margin-top: 120px; */
    margin-bottom: 10px;
}

/* Ensure images load full width and cover */
.hero-slider picture img {
    height: auto;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

/* About Section Video Frame */
.video-frame {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #000;
    overflow: hidden;
    border-radius: 10px;
}

.video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- HEADER FIXES FOR OVERLAPS --- */
.header .mainnav ul.main-menu>li>a {
    color: #004aad !important;
    font-weight: 700 !important;
}

.header .mainnav ul.main-menu>li.active>a,
.header .mainnav ul.main-menu>li>a:hover {
    color: #003380 !important;
}

.header .mainnav ul.main-menu li ul.sub-menu {
    background-color: #ffffff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 8px !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1) !important;
    padding: 10px 0 !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    min-width: 220px !important;
    z-index: 99 !important;
}

.header .mainnav ul.main-menu li:hover>ul.sub-menu,
.header .mainnav ul.main-menu li.menu-item-has-children:hover>ul.sub-menu {
    display: block !important;
}

.header .mainnav ul.main-menu li ul.sub-menu li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

.header .mainnav ul.main-menu li ul.sub-menu li a {
    color: #004aad !important;
    font-size: 15px !important;
    padding: 10px 20px !important;
    display: block !important;
    font-weight: 600 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    text-transform: none !important;
}

.header .mainnav ul.main-menu li ul.sub-menu li a:hover {
    color: #003380 !important;
    background-color: rgba(0, 74, 173, 0.05) !important;
}

/* Button Fixes */
.header .btn-two,
.btn-two {
    color: #ffffff !important;
    background-color: #004aad !important;
    white-space: nowrap !important;
    width: auto !important;
    max-width: none !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-two .btn-wrap {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
}

.header .btn-two:hover,
.btn-two:hover {
    color: #ffffff !important;
    background-color: #003380 !important;
}

.header .btn-two .text-first,
.header .btn-two .text-second,
.header .btn-two i,
.btn-two .text-first,
.btn-two .text-second,
.btn-two i {
    color: #ffffff !important;
}

.mr_menu_toggle i {
    color: #004aad !important;
}

/* ===== Students Placed Parallax Section ===== */
.students-placed-section {
    position: relative;
    background-image: url('../img/h2.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Parallax effect */
    padding: 90px 0;
    overflow: hidden;
}

.placed-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    z-index: 1;
}

/* Header */
.placed-header {
    position: relative;
    z-index: 2;
}

.placed-tag {
    display: inline-block;
    background: #004aad;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.placed-title {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

/* Cards */
.placed-card {
    background: rgba(20, 20, 20, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
}

.placed-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.placed-card--center .placed-card-top {
    background: rgba(30, 30, 30, 0.95);
}

.placed-card-top {
    background: rgba(90, 65, 20, 0.82);
    padding: 30px 20px 22px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.08);
}

.placed-icon {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

.placed-count {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -1px;
}

.placed-card-body {
    padding: 18px 20px;
}

.placed-label {
    font-size: 13px;
    font-weight: 700;
    color: #cccccc;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .students-placed-section {
        background-attachment: scroll;
        /* Disable parallax on mobile */
        padding: 60px 0;
    }

    .placed-count {
        font-size: 2.5rem;
    }

    .placed-title {
        font-size: 1.6rem;
    }
}


/* ===== Students Placed Parallax Section ===== */
.students-placed-section {
    position: relative;
    background-image: url('../img/h2.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    overflow: hidden;
}

.placed-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 20, 60, 0.72);
    z-index: 1;
}

.placed-tag {
    display: inline-block;
    background: #004aad;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.placed-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.placed-card {
    background: #1a1a2e;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.placed-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,74,173,0.35);
}

.placed-card--center {
    background: #111827;
    border-color: #004aad;
    transform: translateY(-10px);
}

.placed-card--center:hover {
    transform: translateY(-16px);
}

.placed-card-top {
    background: #0d0d1a;
    padding: 30px 20px 20px;
    position: relative;
}

.placed-card--center .placed-card-top {
    background: #004aad;
}

.placed-icon {
    font-size: 2.2rem;
    color: rgba(255,255,255,0.25);
    margin-bottom: 10px;
}

.placed-card--center .placed-icon {
    color: rgba(255,255,255,0.6);
}

.placed-count {
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    font-family: 'Arial Black', sans-serif;
}

.placed-card-body {
    padding: 16px 20px 22px;
    background: #1a1a2e;
}

.placed-card--center .placed-card-body {
    background: #111827;
}

.placed-label {
    color: #c0c8d8;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.6;
}

.placed-card--center .placed-label {
    color: #fff;
}

@media (max-width: 768px) {
    .students-placed-section {
        background-attachment: scroll;
    }
    .placed-card--center {
        transform: none;
    }
    .placed-count {
        font-size: 2.8rem;
    }
}
