/*!
Theme Name: GKCODELABS
Theme URI: https://gkcodelabs.com/
Author: gohype.tech
Author URI: https://gohype.tech/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gkcodelabs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
    # Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea,
p {
    color: var(--common-color);
    font-size: 16px;
    line-height: 26px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: none;
    display: inline-block;
    position: relative;
}

.main-navigation li a {
    transition: var(--transition);
    position: relative;
}

@media screen and (min-width: 992px) {
    .main-navigation ul li.menu-item-has-children {
        position: relative;
    }
    
    .main-navigation ul li.menu-item-has-children>a{
        padding-right: 25px;
    }

    .main-navigation ul ul li.menu-item-has-children {
        padding-right: 0;
    }

    .main-navigation ul li.menu-item-has-children:hover>a:after {
        color: var(--primary-color);
        transform: translate(0, -50%) rotate(-180deg);
    }

    .main-navigation li.menu-item-has-children.current-menu-ancestor>a,
    .main-navigation li.menu-item-has-children.current-menu-ancestor>a:after {
        color: var(--primary-color);
    }

    .main-navigation li.current-menu-ancestor.menu-item-has-children:not(.sub-menu li.current-menu-ancestor.menu-item-has-children)::after {
        color: var(--primary-color);
    }

    .main-navigation ul ul li.current-menu-ancestor>a:after {
        color: var(--white-color);
    }

    /***** If Dropdown Menu CSS Avaliable Than Remove This CSS Start *****/
    .main-navigation ul li.menu-item-has-children:hover>ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        display: block;
        top: 100%;
        left: 0;
        opacity: 1;
        animation: swip_up var(--transition) linear 1;
    }

    /***** If Dropdown Menu CSS Avaliable Than Remove This CSS End *****/

    .main-navigation ul .sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        position: absolute;
        top: 100%;
        left: -999em;
        float: none;
        width: 260px;
        background: var(--white-color);
        box-shadow: 0 0 10px rgba(60, 140, 244, 0.15);
        text-align: left;
        padding-left: 0;
        display: none;
        opacity: 0;
    }

    .main-navigation ul li.menu-item-has-children:hover .dropdown-menu-wp {
        display: block;
        opacity: 1;
    }

    .main-navigation .dropdown-menu-wp ul li.menu-item-has-children {
        padding-block: 4px;
    }

    .main-navigation ul ul li.menu-item-has-children:hover>ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        top: 0;
        left: 100%;
    }

    .main-navigation ul ul li.menu-item-has-children:hover>ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        top: 0;
        left: 100%;
        animation: unset;
    }

    .main-navigation ul ul li.menu-item-has-children:hover>a:after,
    .main-navigation ul ul li.menu-item-has-children>a:after {
        transform: translate(0, -50%) rotate(-90deg);
    }

    /* Mega Menu CSS */
    .mega-menu>.sub-menu {
        position: fixed !important;
        top: 100% !important;
        left: 50% !important;
        width: 100vw !important;
        transform: translate(-50%) !important;
        padding: 50px !important;
        background: var(--body-color) !important;
        gap: 0;
        align-items: flex-start !important;
        min-height: 300px;
        max-height: calc(100vh - 80px);
        overflow: auto;
    }
    .mega-menu:hover>.sub-menu {
        display: flex !important;
        flex-direction: column;
        gap: 2px;
    }
    .mega-menu>.sub-menu:before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url(assets/images/Dots-Transparent-White.png);
        background-size: 20px;
        background-position: top left;
        background-repeat: repeat;
        opacity: 0.3;
        z-index: 0;
    }
    .mega-menu:hover>.sub-menu:after {
        content: '';
        position: absolute;
        top: 0;
        left: 335px;
        width: 1px;
        height: 100%;
        background: rgba(255,255,255,0.15);
    }
    .main-navigation li.mega-menu:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 10px;
        gap: 0;
    }
    .mega-menu>.sub-menu>li {
        position: unset !important;
    }
    .mega-menu:hover>.sub-menu>li {
        width: 260px !important;
        padding: 0;
        height: 100%;
        border-bottom: 0;
    }
    .mega-menu:hover>.sub-menu>li a {
        padding: 10px;
        line-height: 1.3;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        height: 100%;
    }
    .mega-menu:hover>.sub-menu>li a img.menu-image {
        width: 50px;
        height: 50px;
        object-fit: contain;
        object-position: center;
        margin-bottom: 0;
        padding-right: 0;
    }
    .mega-menu:hover>.sub-menu>li:hover a,
    .mega-menu:hover>.sub-menu>li a:hover {
        background: transparent;    
    }
    .mega-menu:hover>.sub-menu>li.sub-mega-menu ul.sub-menu {
        position: absolute;
        top: 0 !important;
        left: 310px !important;
        width: calc(100vw - 355px);
        height: 100%;
        background: transparent;
        box-shadow: none;
        padding: 50px 0 50px 50px;
        display: grid !important;
        grid-template-columns: repeat(5,1fr);
        align-content: center;
    }
    .mega-menu>.sub-menu>li.sub-mega-menu>.sub-menu {
        opacity: 0;
        pointer-events: none;
    }
    .mega-menu>.sub-menu>li.sub-mega-menu:hover>.sub-menu {
        opacity: 1;
        pointer-events: auto;
    }
    .mega-menu>.sub-menu>li.sub-mega-menu:nth-child(1)>.sub-menu {
        opacity: 1;
        pointer-events: auto;
    }
    .mega-menu>.sub-menu>li.sub-mega-menu:nth-child(1)>a {
        color: var(--primary-color);
    }
    .mega-menu>.sub-menu>li.sub-mega-menu:nth-child(1)>a:before {
        transform: scale(1);
    }
    .mega-menu>.sub-menu>li.sub-mega-menu:has(~li:hover):nth-child(1)>.sub-menu {
        opacity: 0;
        pointer-events: none;
    }
    .mega-menu>.sub-menu>li.sub-mega-menu:has(~li:hover):nth-child(1)>a {
        color: var(--white-color);
    }
    .mega-menu>.sub-menu>li.sub-mega-menu:has(~li:hover):nth-child(1)>a:before {
        transform: scale(0);
    }
    .mega-menu>.sub-menu>li.menu-item>a {
        padding: 5px 10px;
    }
    .mega-menu>.sub-menu>li.menu-item>a img.menu-image {
        width: 35px;
        height: 35px;
    }
    .mega-menu:hover>.sub-menu>li.sub-mega-menu li {
        height: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1530px) {
    .mega-menu:hover>.sub-menu>li.sub-mega-menu ul.sub-menu {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .mega-menu>.sub-menu {
        padding: 40px !important;
    }
    .mega-menu:hover>.sub-menu>li.sub-mega-menu ul.sub-menu {
        left: 300px !important;
        width: calc(100vw - 340px);
    }
    .mega-menu:hover>.sub-menu:after {
        left: 325px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    .mega-menu:hover>.sub-menu>li.sub-mega-menu ul.sub-menu {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .mega-menu>.sub-menu {
        padding: 30px !important;
    }    
    .mega-menu:hover>.sub-menu>li a {
        font-size: 14px;
    }
    .mega-menu:hover>.sub-menu:after {
        left: 315px;
    }
    .mega-menu:hover>.sub-menu>li.sub-mega-menu ul.sub-menu {
        left: 290px !important;
        width: calc(100vw - 320px);
    }
}

/*========== Fonts CSS Start ==========*/

/*========== Fonts CSS End ==========*/

/*========== Form CSS Start ==========*/
.form-element i {
    position: absolute;
    top: 18px;
    right: 25px;
    font-size: 16px;
    color: var(--white-color);
    pointer-events: none;
}

.wpcf7-form-control-wrap {
    margin-bottom: 30px;
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input::placeholder,
.input-text::placeholder {
    color: var(--input-color);
    opacity: 1;
}

select option {
    color: #000;
}

select {
    color: var(--input-color) !important;
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.1);
    outline: none !important;
    padding: 0 25px;
    color: var(--white-color);
    background: rgba(255,255,255,0.03);
    border-radius: 100vmax;
    -webkit-appearance: none;
    appearance: none;
}

select,
select.form-input {
    padding-right: 45px;
}

.form-input.wpcf7-textarea {
    border-radius: 20px;
    height: 120px;
    resize: none;
    padding: 15px 25px;
    display: block;
}

.submit-btn {
    text-align: left;
}

.form-submit {
    text-align: right;
}

.form-submit p {
    display: inline-block;
    position: relative;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: auto;
    right: 103%;
    transform: translate(0, -50%);
    margin: 0;
}

span.wpcf7-list-item-label::before,
.woocommerce-form__label-for-checkbox span::before,
.comment-form-cookies-consent label::before {
    --radio-label-size: 20px;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: var(--radio-label-size);
    height: var(--radio-label-size);
    border-radius: calc(var(--radio-label-size));
    border: 2px solid var(--primary-color);
    z-index: 1;
}

.comment-form-cookies-consent label::before {
    border-radius: 0;
    border-width: 1px;
    border-color: var(--dark-color);
}

span.wpcf7-list-item-label::after,
.woocommerce-form__label-for-checkbox span::after,
.comment-form-cookies-consent label::after {
    --radio-label-inner-size: 12px;
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: var(--radio-label-inner-size);
    height: var(--radio-label-inner-size);
    border-radius: calc(var(--radio-label-inner-size)*0.5);
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: var(--transition);
    z-index: 0;
}

.wpcf7-radio span.wpcf7-list-item-label::after {
    top: 6px;
}

.comment-form-cookies-consent label::after {
    left: 0;
}

input[type=radio]:checked~span::after {
    opacity: 1;
}

.woocommerce-form__label-for-checkbox span::before,
.checkbox-wp .wpcf7-list-item-label::before,
.comment-form-cookies-consent label::before {
    border-radius: 0;
}

.wpcf7-checkbox span.wpcf7-list-item-label::after,
.checkbox-wp .wpcf7-list-item-label::after,
.woocommerce-form__label-for-checkbox span::after,
.comment-form-cookies-consent label::after {
    --checkbox-label-size: 20px;
    content: "\f00c";
    width: var(--checkbox-label-size);
    height: var(--checkbox-label-size);
    background: transparent;
    color: var(--white-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    background: var(--dark-color);
    border-radius: 3px;
}

.wpcf7-checkbox span.wpcf7-list-item-label::after {
    left: 0;
    background: var(--primary-color);
}

input[type="checkbox"]:checked~span::before,
input[type="checkbox"]:checked~span::after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label::after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label::before,
input[type="checkbox"]:checked~label:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color);
    opacity: 0.7;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color) !important;
}

.wpcf7 form.aborted .wpcf7-response-output, 
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7-form.invalid .wpcf7-response-output {
    margin-bottom: 0;
}

.wpcf7-list-item {
    margin: 0 20px 0 0;
}

.wpcf7-checkbox .wpcf7-list-item:last-child,
.wpcf7-radio .wpcf7-list-item:last-child {
    margin: 0;
}

.form-input-file {
    position: relative;
    height: 48px;
    background: 0 0;
    border-radius: 0;
    border: 1px solid var(--black-color);
    margin-bottom: var(--gutter);
}

.form-box.form-input-file {
    height: auto;
    border: 0;
}

.form-input-file p {
    color: var(--black-color);
    line-height: 1;
    margin-bottom: 0;
}

.form-box.form-input-file p {
    line-height: inherit;
}

.form-input-file .wpcf7-form-control-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
    position: relative;
}

.form-input-file [type=file] {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.form-box.form-input-file input[type=file] {
    width: 76px;
    height: 73px;
    line-height: 1;
}

.form-input-file .icon-label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}

.form-box.form-input-file .input-file-icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 76px;
    height: 73px;
    background: var(--input-color);
    border-radius: 13px;
    display: inline-block;
    cursor: pointer;
    z-index: 0;
}

.form-box.form-input-file .input-file-icon::before,
.form-box.form-input-file .input-file-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--gutter);
    height: 1px;
    background-color: var(--black-color);
}

.form-box.form-input-file .input-file-icon::after {
    width: 1px;
    height: var(--gutter);
}

.form-input-file .icon-label label {
    font-weight: inherit;
    font-size: 14px;
    line-height: 22px;
}

.form-input-file .icon-label label span {
    color: var(--black-color);
    font-weight: 600;
    margin-left: 3px;
}

.form-input-file .input-file-text {
    color: var(--black-color);
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3px;
    font-size: 14px;
    line-height: 24px;
}

@media screen and (max-width: 400px) {
    .form-input,
    .input-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    select {
        padding: 0 15px;
        font-size: 14px;
    }

    .form-input.wpcf7-textarea {
        padding: 15px;
    }

    .form-element i {
        right: 15px;
        font-size: 14px;
        top: 20px;
    }
    .wpcf7-form-control-wrap {
        margin-bottom: 20px;
    }
    select, select.form-input {
        padding-right: 35px;
    }
    span.wpcf7-not-valid-tip {
        margin-bottom: -15px;
    }
}
/*========== Form CSS End ==========*/

/*==========Common CSS ==========*/
:root {
    --primary-color: #ff1cc0;
    --primary-shadow-color: 255, 28, 192;
    --secondary-color: #04d3ff;
    --secondary-shadow-color: 4, 211, 255;
    --dark-color: #000000;
    --common-color: #e1e1e1;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --green-color: #18dd18;
    --input-color: #ffffff;
    --body-color: #13111a; 
    --text-gradient: -webkit-linear-gradient(45deg, var(--primary-color), var(--secondary-color), var(--secondary-color), var(--primary-color));
    --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    --section-space: 120px;
    --body-font: 'Poppins';
    --title-font: 'Exo 2';
    --transition: .3s;
    --gutter: 30px;
}

body {
    font-size: 16px;
    line-height: 26px;
    color: var(--common-color);
    font-family: var(--body-font);
    background: var(--body-color);
    background-image: url('assets/images/body-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: var(--white-color);
    font-family: var(--title-font);
}

p a,
a {
    color: var(--primary-color);
    transition: var(--transition);
}

p a:hover,
a:hover {
    color: var(--dark-color);
}

.sub-title {
    display: inline-block;
    padding: 7px 15px 5px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border-radius: 100vmax;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

.sub-title:before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: var(--body-color);
    z-index: 0;
}

.sub-title span {
    position: relative;
    z-index: 1;
}

.h1-title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 26px;
}

.h1-title span,
.h2-title span {
    background: var(--text-gradient);
    background-size: 400%;
    background-position: left center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 3s linear infinite alternate;
}

@keyframes gradient {
    0% {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}

.h2-title {
    font-size: 45px;
    line-height: 1.2;
    color: var(--white-color);
    margin-bottom: 15px;
}

.h3-title {
    font-size: 25px;
    line-height: 1.2;
    color: var(--white-color);
    margin-bottom: 15px;
}

.h4-title {
    font-size: 20px;
    line-height: 1.2;
    color: var(--white-color);
    margin-bottom: 10px;
}

.play-btn {
    width: 60px;
    height: 60px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: var(--box-shadow);
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.play-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.main-navigation ul li.menu-item-has-children>a:after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    color: var(--white-color);
    transition: var(--transition);
}

@keyframes swip_up {
    from {
        top: calc(100% + 20px);
        opacity: 0;
    }

    to {
        top: 100%;
        opacity: 1;
    }
}

.main-navigation ul ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.main-navigation ul ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 26px;
    transition: var(--transition);
}

.main-navigation ul ul li a:hover {
    color: var(--primary-color);
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    width: auto;
    height: 55px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color), var(--secondary-color), var(--primary-color));
    background-size: 400%;
    background-position: left center;
    background-repeat: no-repeat;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vmax;
    font-size: 16px;
    line-height: 20px;
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 500;
    text-align: center;
    padding: 5px 30px;
    cursor: pointer;
    outline: none !important;
    transition: var(--transition);
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: -5px 5px 30px rgba(var(--primary-shadow-color), 0.1), 5px -5px 30px rgba(var(--secondary-shadow-color), 0.1);
    transition: 0.5s;
}

.sec-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-position: right center;
    color: var(--white-color);
    box-shadow: -5px 5px 30px rgba(var(--secondary-shadow-color), 0.3), 5px -5px 30px rgba(var(--primary-shadow-color), 0.3);
}

.sec-btn:before {
    content: '';
    position: absolute;
    inset: 2px;
    background: var(--body-color);
    border-radius: 100vmax;
    z-index: 0;
}

.sec-btn.gradient:before {
    opacity: 0;
}

.sec-btn span {
    position: relative;
    z-index: 1;
}

.sec-title {
    margin-bottom: 40px;
}

.sec-title.text-center {
    max-width: 800px;
    margin-inline: auto;
}

.bg-light {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.link-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    color: var(--secondary-color);
}

.link-btn:hover {
    color: var(--primary-color);
    gap: 10px;
}

.link-btn i {
    font-size: 14px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color)); 
    border-radius: 20px;
}

.blob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    background-image: linear-gradient(#1100ff 10%, #ff00f2);
    filter: blur(150px);
    transition: all 450ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    opacity: 0.3;
    z-index: -1;
}

@media (min-width: 1921px) {
    .container {
        max-width: 1400px;
    }
}

@media screen and (max-width: 1399px) {
    :root {
        --section-space: 100px;
    }
    .h1-title {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .h2-title {
        font-size: 40px;        
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --gutter: 20px;
    }
    .h1-title {
        font-size: 37px;
    }
    .h2-title {
        font-size: 33px;        
    }
    .h3-title {
        font-size: 20px;
    }
    .h4-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    :root {
        --section-space: 80px;
    }
}

@media screen and (max-width: 575px) {
    :root {
        --section-space: 60px;
    }
    .h1-title {
        font-size: 35px;
    }
    .h2-title {
        font-size: 30px;        
    }
    .sec-title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 400px) {
    :root {
        --gutter: 30px;
    }
    .h1-title {
        font-size: 32px;
    }
    .h2-title {
        font-size: 28px;        
    }
}
/*==========Common CSS End==========*/

/*========== Modal Popup CSS Start ==========*/
.modal-content {
    background: var(--white-color);
    -webkit-mask-image: -webkit-radial-gradient(var(--white-color), var(--black-color));
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(60, 140, 244, 0.16);
}

.popup-title {
    position: relative;
    padding: 10px 65px 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    color: var(--white-color);
    border-radius: 0;
    outline: none !important;
    z-index: 2;
    transition: var(--transition);
}

button.close:hover {
    background: var(--primary-color);
    color: var(--dark-color);
}

.modal-dialog {
    max-width: 700px;
}

.common-popup-overflow {
    padding: 10px 0px;
}

.common-popup-text::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

@media screen and (max-width: 400px) {
    .popup-title {
        padding: 10px 65px 10px 15px;
    }
}
/*========== Modal Popup CSS End ==========*/

/*==========Slider CSS Start ==========*/
.slick-dots li {
    margin: 0 15px 0 0;
}

.slick-dots li button {
    width: 25px;
    height: 5px;
    background: var(--common-color);
    transition: var(--transition);
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--primary-color);
}

.slick-arrow {
    --slick-arrow-size: 50px;
    bottom: 0;
    left: 0;
    width: var(--slick-arrow-size);
    height: var(--slick-arrow-size);
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.slick-arrow:hover {
    box-shadow: -5px 5px 20px rgba(var(--primary-shadow-color), 0.3), 5px -5px 20px rgba(var(--secondary-shadow-color), 0.3);
}

.slick-arrow:before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 50%;
    background: var(--body-color);
    transition: 0.3s;
    z-index: 0;
}

.slick-arrow:hover:before {
    opacity: 0;
}

.slide-arrow.prev-arrow.slick-arrow {
    padding-right: 3px;
}

.slide-arrow.next-arrow.slick-arrow {
    left: auto;
    right: 0;
    padding-left: 3px;
}

.slick-arrow i {
    position: relative;
    z-index: 1;
}
/*==========Slider CSS End==========*/

/*==========Loader CSS Start==========*/
html.fixed {
    overflow: hidden;
}

.loader-box {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 99999999;
}

.loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.loader-img img.outer {
    animation: rotateIcon 3s linear infinite;
}

@keyframes rotateIcon {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*==========Loader CSS End==========*/

/*==========Header CSS Start==========*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 100;
    transition: 0.3s;
}

.site-header.sticky_head {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
}

.site-header .container-fluid {
    padding-inline: 50px;
}

.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.site-branding,
.header-btn {
    width: 250px;
}

.main-navigation ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.main-navigation ul li a {
    color: var(--white-color);
    font-weight: 500;
    display: inline-block;
    padding: 10px;
    line-height: 1;
    position: relative;
}

.main-navigation ul li>a:hover, 
.main-navigation ul li.current_page_item>a,
.main-navigation ul li.menu-item-has-children:hover>a {
    color: var(--primary-color);
}

.main-navigation ul li>a:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    box-shadow: -2px 2px 10px rgba(var(--primary-shadow-color), 0.3), 2px -2px 10px rgba(var(--secondary-shadow-color), 0.2);
    transform: scale(0);
    transition: 0.3s;
    z-index: -1;
}

.main-navigation ul li>a:hover:before,
.main-navigation ul li.current_page_item>a:before,
.main-navigation ul li.menu-item-has-children.current-menu-ancestor>a:before,
.main-navigation ul li.menu-item-has-children:hover>a:before {
    transform: scale(1);
}

.header-btn {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1399px) {
    .site-header .container-fluid {
        padding-inline: 40px;
    }
    .site-branding, .header-btn {
        width: 190px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header-btn .sec-btn {
        font-size: 14px;
        padding-inline: 20px;
        height: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .site-header .container-fluid {
        padding-inline: 30px;
    }
    .site-branding, .header-btn {
        width: 150px;
    }
    .header-box {
        gap: 15px;
    }
    .main-navigation ul {
        gap: 5px;
        padding: 5px;
        border-radius: 8px;
    }
    .main-navigation ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
     .header-btn {
        width: auto;
        justify-content: flex-start;
     }

    .site-header {
        height: 80px;
        padding: 0;
    }

    .site-branding {
        position: fixed;
        top: 0;
        left: 30px;
        width: 200px;
        height: 80px;
        display: flex;
        align-items: center;
        z-index: 102;
    }

    .menu-toggle {
        --menu-toggle-rotate: 45deg;
        --menu-toggle-space: 9px;
        position: fixed;
        top: 30px;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 30px;
        padding: 0;
        z-index: 105;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 3px;
        background: var(--primary-color);
        margin-bottom: 6px;
        border-radius: 10px;
        position: relative;
        top: 0;
        opacity: 1;
        transition: var(--transition);
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(var(--menu-toggle-rotate));
        top: var(--menu-toggle-space);
    }

    .toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(calc(var(--menu-toggle-rotate)*-1));
        top: calc(var(--menu-toggle-space)*-1);
    }

    .header-mobile-menu {
        background: var(--body-color);
        padding: 150px 30px 30px 30px;
    }

    .header-mobile-menu::-webkit-scrollbar-thumb {
        background: var(--dark-color);
    }

    .header-mobile-menu::-webkit-scrollbar-track {
        background: var(--white-color);
    }

    .main-navigation ul {
        text-align: left;
        display: block;
        background: transparent;
        padding: 0;
        border-radius: 0;
    }

    .main-navigation ul li {
        display: block;
        margin-left: 0;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 4.4vh;
    }

    .main-navigation ul li.menu-item-has-children {
        padding-right: 15px;
    }

    .main-navigation ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul li a {
        font-size: 22px;
        line-height: 1.2;
        padding: 0;
        color: var(--white-color);
    }

    .main-navigation ul li>a:before,
    .main-navigation ul li.menu-item-has-children>a:after {
        display: none;
    }

    .main-navigation ul li.menu-item-has-children {
        cursor: pointer;
    }

    .main-navigation ul li.menu-item-has-children:after {
        content: "\f078";
        position: absolute;
        top: 6px;
        right: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 16px;
        line-height: 1;
        color: var(--white-color);
        transition: var(--transition);
    }

    .main-navigation ul li.menu-item-has-children::after {
        color: inherit;
    }

    .main-navigation ul li.menu-item-has-children.active-sub-menu>a,
    .main-navigation ul li.menu-item-has-children:hover:after,
    .main-navigation ul li.menu-item-has-children.active-sub-menu::after,
    .main-navigation ul li.menu-item-has-children.current-menu-parent>a,
    .main-navigation ul li.menu-item-has-children.current-menu-parent::after {
        color: var(--primary-color);
    }

    .main-navigation ul ul li.menu-item-has-children::after {
        font-size: 16px;
    }


    .main-navigation ul li.menu-item-has-children.active-child-menu::after,
    .main-navigation ul li.menu-item-has-children.active-sub-menu::after {
        transform: rotate(-180deg);
    }

    .main-navigation ul ul {
        display: block;
        top: 0;
        left: 0 !important;
        position: relative;
        opacity: 1;
        animation: none;
        background: transparent;
        box-shadow: none;
        width: 100%;
        display: none;
        margin-top: 15px;
        padding-left: 15px;
    }

    .main-navigation ul ul ul {
        padding-left: 0;
    }

    .main-navigation ul ul li {
        border-bottom: none;
        margin-bottom: 15px;
    }

    .main-navigation ul ul ul li {
        margin-bottom: 10px;
    }

    .main-navigation ul ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul ul li a {
        display: inline-block;
        border: 0;
        padding: 0;
        font-size: 16px;
    }

    .main-navigation ul ul ul li a {
        font-size: 14px;
    }
    .header-btn {
        margin-top: 4.4vh;
    }

    .main-navigation ul li.mega-menu ul li a {
        display: inline-flex;
        gap: 10px;
        align-items: center;
    }

    .main-navigation ul li.mega-menu ul li a img.menu-image {
        width: 40px;
        margin: 0 !important;
    }
    .main-navigation ul li.sub-mega-menu ul li a img.menu-image {
        width: 30px;
        padding-bottom: 0;
    }
    .main-navigation ul li.sub-mega-menu>ul {
        padding-left: 20px;
    }
    .menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
        padding-right: 0;
    }
    .menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
        padding-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .site-branding {
        left: 20px;
    }

    .menu-toggle {
        right: 20px;
    }

    .main-navigation ul li,
    .main-navigation ul li a {
        font-size: 18px;
        line-height: 24px;
    }

    .main-navigation ul ul li,
    .main-navigation ul ul li a {
        font-size: 14px;
    }

    .main-navigation ul li.menu-item-has-children::after {
        top: 5px;
        font-size: 15px;
    }

    .main-navigation ul ul li.menu-item-has-children::after {
        font-size: 13px;
    }

    .site-branding {
        width: 170px;
    }
}

@media screen and (max-width: 400px) {
    .site-branding {
        left: 15px;
    }

    .menu-toggle {
        right: 15px;
    }

    .header-mobile-menu {
        padding: 120px 20px 30px 20px;
    }
}
/*==========Header CSS End==========*/

/*==========Banner CSS Start==========*/
.main-banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 180px 0 80px 0;
}

.main-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    mix-blend-mode: lighten;
    z-index: 0;
    opacity: 0.1;
}

.banner-content p {
    margin-bottom: 30px;
}

.banner-img {
    width: 50vw;
    position: relative;
    left: 50px;
}

.banner-img svg {
    width: 100%;
    height: auto;
}

.clock {
    transform-origin: center;
    transform-box: border-box;
    animation: clock 2s linear infinite;
}
@keyframes clock {
    to {
    transform: rotate(360deg);
    }
}
.zoomin {
    transform-origin: center;
    transform-box: border-box;
    animation: zoomin 1s linear infinite alternate;
}
@keyframes zoomin {
    to {
    transform: scale(1.05);
    }
}

@media screen and (max-width: 1399px) {
    .banner-content p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-img {
        left: 20px;
        width: 53vw;
    }
    .main-banner {
        padding: 160px 0 60px 0;
    }
}

@media screen and (max-width: 991px) {
    .main-banner {
        padding: 150px 0 80px 0;
        min-height: unset;
    }
    .banner-content {
        text-align: center;
    }
    .banner-img {
        left: 0;
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .main-banner {
        padding: 110px 0 60px 0;
    }
}
/*==========Banner CSS End==========*/

/*==========Trust Factors CSS Start==========*/
.main-trust-factor {
    margin: var(--section-space) 0;
}

.trust-factor-images {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    max-width: 600px;
}

.trust-factor-images:before, 
.trust-factor-images:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 100%;
    border: 1px dashed rgba(255,255,255,0.15);
}

.trust-factor-images:after {
    width: 100%;
    height: 1px;
}

.trust-factor-img {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trust-factor-img img {
    width: 70%;
    height: 70%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 991px) {
    .main-trust-factor .sec-title {
        text-align: center;
    }
    .trust-factor-images {
        margin: auto;
    }
    .trust-factor-img {
        height: 80px;
    }
}

@media screen and (max-width: 400px) {
    .trust-factor-images {
        gap: 15px;
    }

    .trust-factor-img {
        height: 60px;
    }
}
/*==========Trust Factors CSS End==========*/

/*==========Tech Stack CSS Start==========*/
.main-tech-stack {
    margin: var(--section-space) 0;
}

.tech-stack-list .row {
    row-gap: 15px;
    --gutter: 15px;
}

.tech-stack-box {
    width: 100%;
    aspect-ratio: 1/0.52632;
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.tech-stack-box:hover {
    transform: scale(1.05);
    box-shadow: -5px 5px 30px rgba(var(--secondary-shadow-color), 0.2), 5px -5px 30px rgba(var(--primary-shadow-color), 0.2);
}

.tech-stack-box img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 1199px) { 
    .tech-stack-box {
        border-radius: 10px;
    }
}

@media screen and (max-width: 400px) {
    .tech-stack-list .row {
        row-gap: 10px;
        --gutter: 10px;
    }
}
/*==========Tech Stack CSS End==========*/

/*==========Services CSS Start==========*/
.main-our-services {
    position: relative;
    padding: var(--section-space) 0;
}

.services-list .row {
    row-gap: 24px;
}

.service-box {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.5s;
}

.service-box:hover {
    top: -10px;
    box-shadow: -5px 5px 40px rgba(var(--primary-shadow-color), 0.1), 5px -5px 40px rgba(var(--secondary-shadow-color), 0.1);
}

.service-box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(0deg);
    width: 200%;
    height: 200%;
    background-image: conic-gradient(var(--primary-color) 20deg, transparent 120deg);
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
}

.service-box:hover:before {
    opacity: 1;
    animation-name: rotate;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

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

.service-box:after {
    content: '';
    position: absolute;
    inset: 1px;
    background: var(--body-color);
    border-radius: 15px;
    z-index: -1;
}

.service-box .icon {
    width: 80px;
    aspect-ratio: 1/1;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.service-box .icon:before {
    content: '';
    position: absolute;
    inset: 2px;
    background: var(--body-color);
    border-radius: inherit;
}

.service-box .h3-title a {
    color: inherit;
}

.service-box .h3-title a:hover {
    color: var(--primary-color);
}

.services-btn {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.service-box .icon img {
    position: relative;
    z-index: 1;
    width: 70%;
    height: 70%;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 1199px) {
    .service-box {
        padding: 20px;
    }
    .service-box .icon {
        margin-bottom: 20px;
        width: 70px;
    }    
}

@media screen and (max-width: 991px) {
    .service-box .icon {
        width: 70px;
    }
}

@media screen and (max-width: 575px) {
    .services-btn {
        margin-top: 30px;
    }
}
/*==========Services CSS End==========*/

/*==========How We Help CSS Start==========*/
.main-how-we-help {
    position: relative;
    margin-top: var(--section-space);
}

.how-we-help-tab-box:first-child {
    margin-top: 40vh;
}

.how-we-help-tab-box {
    margin-bottom: 50vh;
}

.how-we-help-tab-box:last-child {
    margin-bottom: 30vh;
}

.how-we-help-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    padding: 126px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.how-we-help-img.centered-active {
    opacity: 1;
}

.how-we-help-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.how-we-help-img-wp {
    position: sticky;
    top: 0;
    height: 100vh;
}

body:has(.how-we-help-img-wp.sticky), 
html:has(.how-we-help-img-wp.sticky) {
    overflow: unset !important;
}

@media screen and (max-width: 991px) {
    .main-how-we-help {
        margin: var(--section-space) 0;
    }
    
    .how-we-help-img-wp {
        display: none;
    }
    .how-we-help-tab-box,
    .how-we-help-tab-box:first-child,
    .how-we-help-tab-box:last-child {
        margin: 0;
    }
    .how-we-help-tab {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .how-we-help-mob-img {
        margin-bottom: 20px;
    }
    .how-we-help-mob-img img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: center;
        border-radius: 20px;
    }
}

@media screen and (max-width: 575px) {
    .how-we-help-mob-img img {
        border-radius: 15px;
    }
}
/*==========How We Help CSS End==========*/

/*==========People Are Doing Wrong CSS Start==========*/
.people-doing-wrong {
    position: relative;
    padding: var(--section-space) 0;
}

.doing-wrong-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 50px 0;
    gap: 30px;
}

.doing-wrong-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    overflow: hidden;
    border-radius: 15px;
    transition: 0.5s;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    position: relative;
    transition: 0.5s;
    top: 0;
}

.doing-wrong-box:hover {
    top: -10px;
    box-shadow: -5px 5px 40px rgba(var(--primary-shadow-color), 0.1), 5px -5px 40px rgba(var(--secondary-shadow-color), 0.1);
}

.doing-wrong-box:before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: var(--body-color);
    z-index: 0;
}

.doing-wrong-box .icon {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.doing-wrong-box .icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
}

.doing-wrong-box .text {
    flex: auto;
    color: var(--white-color);
    position: relative;
    font-weight: 500;
    z-index: 1;
}

.doing-wrong-btn {
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 1399px) {
    .doing-wrong-list {
        padding: 30px 0;
    }
}

@media screen and (max-width: 1199px) {
    .doing-wrong-box {
        gap: 15px;
        padding: 15px;
    }
    .doing-wrong-list {
        padding: 15px 0;
    }    
}

@media screen and (max-width: 991px) {
    .doing-wrong-list {
        padding: 0;
    }
    .people-doing-wrong .row {
        row-gap: 20px;
    }
    .doing-wrong-list {
        gap: 20px;
    }
    .doing-wrong-img {
        text-align: center;
    }
    .doing-wrong-img img {
        width: 450px;
    }
}

@media screen and (max-width: 767px) {
    .doing-wrong-img img {
        width: 350px;
    }
}

@media screen and (max-width: 400px) {
    .doing-wrong-box {
        gap: 10px;
        padding: 10px;
    }

    .doing-wrong-box .icon img {
        width: 60px;
        height: 60px;    
    }
}
/*==========People Are Doing Wrong CSS End==========*/

/*==========Our Work CSS Start==========*/
.main-our-work {
    position: relative;
    margin: var(--section-space) 0;
    overflow: hidden;
}

.our-work-slider {
    width: 80vw;
}

.our-work-slide {
    margin-right: 30px;
}

.our-work-box {
    width: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-work-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.our-work-img:before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--body-color);
    border-radius: inherit;
    opacity: 0.2;
    z-index: 1;
}

.our-work-img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    position: relative;
    z-index: 0;
}

.our-work-box .h4-title {
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.our-work-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,0.7);
    z-index: 5;
    backdrop-filter: blur(10px);
    border: 1px solid var(--secondary-color);
}

.our-work-slider .slick-arrow {
    left: auto;
    right: calc(100% + 390px);
    bottom: 15px;
}

.our-work-slider .slide-arrow.next-arrow.slick-arrow {
    right: calc(100% + 324px);
}

.our-work-content {
    height: 100%;
    padding-bottom: 80px;
}

@media screen and (max-width: 1499px) {
    .our-work-box {
        width: 420px;
    }
}

@media screen and (max-width: 1399px) {
    .our-work-slider .slick-arrow {
        right: calc(100% + 330px);
    }
    .our-work-slider .slide-arrow.next-arrow.slick-arrow {
        right: calc(100% + 265px);
    }
    .our-work-box {
        width: 400px;
    }
}

@media screen and (max-width: 1199px) {
    .our-work-slide {
        margin-right: 20px;
    }
    .our-work-box {
        width: 370px;
    }
    .our-work-slider .slick-arrow {
        right: calc(100% + 270px);
        bottom: 0;
    }
    .our-work-slider .slide-arrow.next-arrow.slick-arrow {
        right: calc(100% + 205px);
    }
}

@media screen and (max-width: 991px) {
    .our-work-content {
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .our-work-slider {
        width: 1000px;
    }
    .our-work-slider .slick-list {
        padding-bottom: 90px;
    }
    .our-work-slider .slick-arrow {
        right: auto;
        left: 0;
        bottom: 20px;
    }
    .our-work-slider .slide-arrow.next-arrow.slick-arrow {
        right: auto;
        left: 70px;
    }
}

@media screen and (max-width: 575px) {
    .our-work-box {
        width: 361px;
    }
    .our-work-slider .slide-arrow.next-arrow.slick-arrow {
        left: 60px;
    }
}

@media screen and (max-width: 400px) {
    .our-work-box {
        width: 290px;
    }
}
/*==========Our Work CSS End==========*/

/*==========CTA CSS Start==========*/
.main-cta {
    position: relative;
    margin: var(--section-space) 0;
}

.cta-box {
    padding: 60px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.cta-box:before {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: inherit;
    background: var(--body-color);
    z-index: 0;
}

.cta-box video {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    mix-blend-mode: color-dodge;
    z-index: 1;
    opacity: 0.3;
}

.cta-box-content {
    position: relative;
    z-index: 5;
}

.cta-box-content .h2-title {
    margin-bottom: 20px;
}

.cta-box-content p {
    max-width: 550px;
    margin-inline: auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .cta-box {
        padding: 40px;
    }
}

@media screen and (max-width: 575px) {
    .cta-box {
        padding: 30px;
    }
}

@media screen and (max-width: 400px) {
    .cta-box {
        padding: 20px;
    }
}
/*==========CTA CSS End==========*/

/*==========Counter CSS Start==========*/
.main-counter {
    position: relative;
    padding: 60px 0;
}

.main-counter:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('assets/images/Dots-Transparent-White.png');
    background-size: 25px;
    background-position: top left;
    background-repeat: repeat;
    opacity: 0.7;
    z-index: 0;
}

.counter-box {
    text-align: center;
}

.counter-box p {
    color: var(--white-color);
    font-weight: 500;
}

.main-counter .row {
    row-gap: 30px;
}
/*==========Counter CSS End==========*/

/*==========Testimonial CSS Start==========*/
.main-testimonial {
    position: relative;
    overflow: hidden;
    margin: var(--section-space) 0;
}

.testimonial-slide {
    width: 600px;
    margin-right: 30px;
}

.testimonial-box {
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.review-by {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}

.review-by .text {
    flex: auto;
}

.review-by .text h5 {
    color: var(--white-color);
    margin-bottom: 5px;
}

.review-by .text p {
    font-size: 14px;
}

.review-by .img {
    flex-shrink: 0;
}

.review-by .img img {
    width: 70px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.testimonial-slider {
    margin-bottom: 30px;
}

.testimonial-slider-rtl {
    transform: rotateY(180deg);
}

.testimonial-slider-rtl .testimonial-box {
    transform: rotateY(180deg);
}

@media screen and (max-width: 1399px) {
    .testimonial-slide {
        width: 550px;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-slider {
        margin-bottom: 20px;
    }
    .testimonial-slide {
        width: 500px;
        margin-right: 20px;
    }
    
}

@media screen and (max-width: 575px) {
    .testimonial-slide {
        width: 350px;
    }
    .testimonial-box {
        padding: 20px;
    }
    .review-by .img img {
        width: 60px;
    }
    .testimonial-box p {
        font-size: 14px;
        line-height: 1.5;
    }
    .review-by {
        gap: 20px;
    }
}

@media screen and (max-width: 400px) {
    .testimonial-slide {
        width: 290px;
    }
    .review-by {
        gap: 10px;
    }
    .review-by .img img {
        width: 50px;
    }
}
/*==========Testimonial CSS End==========*/

/*==========Industries We Serve CSS Start==========*/
.main-industries-we-serve {
    position: relative;
    padding: var(--section-space) 0;
}

.industries-list .row {
    row-gap: 30px;
}

.industry-box {
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    height: 100%;
    transition: 0.5s;
}

.industry-box:hover {
    background: var(--body-color);
    box-shadow: -5px 5px 30px rgba(var(--primary-shadow-color), 0.15), 5px -5px 30px rgba(var(--secondary-shadow-color), 0.15);
}

.industry-box .icon {
    margin-bottom: 15px;
}

.industry-box .icon img {
    width: auto;
    height: 70px;
}

.industry-box .h4-title {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .industries-list .row {
        row-gap: 20px;
    }
    .industry-box {
        padding: 15px;
    }
}
/*==========Industries We Serve CSS End==========*/

/*==========News & Events CSS Start==========*/
.main-news-events {
    position: relative;
    margin: var(--section-space) 0;
}

.news-events {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.news-events .h2-title {
    margin-bottom: 0;
}

.news-events-list .row {
    row-gap: 30px;
}

.news-events-box {
    position: relative;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 15px;
    background: var(--body-color);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-events-img {
    margin-bottom: 20px;
    flex-shrink: 0;
}

.news-events-img img {
    width: 100%;
    aspect-ratio: 1/0.7;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.news-events-text {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-events-text .h4-title {
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-events-text .h4-title a {
    color: var(--white-color);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-events-text .h4-title a:hover {
    color: var(--primary-color);
}

.news-events-text p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-events-text .link-btn {
    margin-top: auto;
}

@media screen and (max-width: 1199px) {
    .news-events-list .row {
        row-gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .news-events {
        justify-content: center;
        text-align: center;
    }
    .news-events-btn {
        margin-top: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .news-events-box {
        padding: 15px;
    }
}
/*==========News & Events CSS End==========*/

/*==========CTA 2 CSS Start==========*/
.main-cta-2 {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: -1px;
}

.main-cta-2:before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--body-color);
    opacity: 0.3;
    z-index: 1;
}

.main-cta-2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: color-dodge;
    z-index: 0;
}

.cta-2-content {
    max-width: 1000px;
    margin: auto;
}

.cta-2-content p {
    margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
    .main-cta-2 {
        padding: var(--section-space) 0;
    }
}
/*==========CTA 2 CSS End==========*/

/*==========Footer CSS Start==========*/
.site-footer {
    position: relative;
    padding-top: var(--section-space);
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-wp {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 60px;
}

.site-info {
    max-width: 500px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    width: 250px;
}

.site-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    aspect-ratio: 1/1;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    font-size: 18px;
    color: var(--white-color);
    position: relative;
    transition: 0.3s;
}

.footer-social a:hover {
    box-shadow: -3px 3px 20px rgba(var(--secondary-shadow-color), 0.2), 3px -3px 20px rgba(var(--primary-shadow-color), 0.2);
}

.footer-social a:before {
    content: '';
    position: absolute;
    inset: 1px;
    background: var(--body-color);
    border-radius: inherit;
}

.footer-social a i {
    position: relative;
    z-index: 1;
}

.footer-title {
    margin-top: 15px;
    margin-bottom: 20px;
    background: var(--text-gradient);
    background-size: 400%;
    background-position: left center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links ul li a {
    color: var(--white-color);
}

.footer-links ul li a:hover, 
.footer-links ul li.current_page_item a {
    color: var(--secondary-color);
}

.footer-contact {
    max-width: 370px;
}

.footer-contact-box {
     display: flex;
     align-items: center;
     margin-bottom: 20px;
}

.footer-contact-box:last-child {
     margin-bottom: 0;
}

.footer-contact-box .icon {
    width: 45px;
    aspect-ratio: 1 / 1;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    color: var(--white-color);
    position: relative;
}

.footer-contact-box .icon:before {
    content: '';
    position: absolute;
    inset: 1px;
    background: var(--body-color);
    border-radius: inherit;
    z-index: 0;
}

.footer-contact-box .icon i {
    position: relative;
    z-index: 1;
}

.footer-contact-box-text {
     display: inline-block;
     width: calc(100% - 50.08px);
     padding-left: 10.08px;
}

.footer-contact-box-text p {
     word-break: break-word;
     margin-bottom: 0;
}

.footer-contact-box-text p a {
     color: var(--common-color);
     transition: 0.3s;
}

.footer-contact-box-text p a:hover {
     color: var(--secondary-color);
}

.footer-bottom-box {
    position: relative;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right,
.footer-other-link {
    display: inline-block;
}

.copy-right p,
.footer-other-link p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.footer-bottom-link {
    display: inline-block;
    text-align: center;
}

.footer-bottom-link ul {
    font-size: 0;
    line-height: 1;
    list-style: none;
    margin: 0;
}

.footer-bottom-link ul li {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid var(--common-color);
}

.footer-bottom-link ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.footer-bottom-link ul li a {
    font-size: 14px;
    line-height: 24px;
    color: var(--common-color);
    transition: var(--transition);
}

.footer-bottom-link ul li a:hover {
    color: var(--primary-color);
}

.footer-other-link p a {
    color: var(--secondary-color);
    font-weight: bold;
    transition: var(--transition);
}

.footer-other-link p a:hover {
    color: var(--primary-color);
}

.footer-other-link p i {
    color: var(--primary-color);
}

@media screen and (max-width: 1199px) {
    .site-info {
        max-width: 300px;
    }
    .footer-contact {
        max-width: 360px;
    }
}

@media screen and (max-width: 991px) {
    .site-footer-wp {
        flex-wrap: wrap;
    }
    .site-info {
        max-width: 100%;
    }
    .footer-logo img {
        width: 220px;
    }
    .footer-bottom-text,
    .copy-right,
    .footer-other-link,
    .footer-bottom-link {
        display: block;
        text-align: center;
    }

    .footer-bottom-link {
        margin: 15px 0;
    }
}
/*==========Footer CSS End==========*/

/*==========Scroll To Top CSS Start==========*/
.scrolltop {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    color: var(--white-color) !important;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    display: none;
    z-index: 50;
    transition: var(--transition);
}

.scrolltop:hover {
    background: var(--secondary-color);
    color: var(--white-color) !important;
}

/*==========Scroll To Top CSS End==========*/

/*==========About Us Page CSS Start==========*/
/* Banner CSS Start */
.main-inner-banner {
    position: relative;
    padding: 180px 0 100px 0;
    overflow: hidden;
}

.main-inner-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: soft-light;
    z-index: 0;
}

.inner-banner-content {
    text-align: center;
}

.inner-banner-content .h1-title {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .main-inner-banner {
        padding: 140px 0 80px 0;
    }
}

@media screen and (max-width: 575px) {
    .main-inner-banner {
        padding: 110px 0 60px 0;
    }
}
/* Banner CSS End */

/* Who We Are CSS Start */
.main-who-we-are {
    position: relative;
    margin: var(--section-space) 0;
}

.who-we-are-content p {
    margin-bottom: 20px;
}

.who-we-are-img {
    margin-top: 20px;
}

.who-we-are-img img {
    width: 100%;
    aspect-ratio: 1/0.4;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

@media screen and (max-width: 991px) {
    .main-who-we-are .sec-title {
        margin-bottom: 0;
    }
    .who-we-are-img {
        margin-top: 30px;
    }
    .who-we-are-img img {
        aspect-ratio: 1 / 0.5;
    }
}

@media screen and (max-width: 575px) {
    .who-we-are-img img {
        aspect-ratio: 1 / 0.6;
    }
}
/* Who We Are CSS End */

/* Our Mission Start */
.main-our-mission {
    position: relative;
    margin: var(--section-space) 0;
}

.our-mission-img img {
    width: 100%;
    aspect-ratio: 1/0.75;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.our-mission-content .h2-title {
    margin-bottom: 20px;
}

.our-mission-content .sec-btn {
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .our-mission-content {
        margin-top: 30px;
    }
    .our-mission-content .sec-btn {
        margin-top: 10px;
    }
}
/* Our Mission End */

/* What We Do Start */
.main-what-we-do {
    position: relative;
    margin: var(--section-space) 0;
}

.service-box.what-we-do-box {
    padding: 20px;
}

.what-we-do-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.service-box.what-we-do-box .icon {
    width: 70px;
    margin-bottom: 15px;
}

.service-box.what-we-do-box .icon:before {
    inset: 1px;
}

.what-we-video {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.what-we-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.what-we-do-content .row {
    row-gap: 20px;
}

@media screen and (max-width: 1199px) {
    .what-we-do-list {
        gap: 20px;
    }
    .service-box.what-we-do-box .icon {
        width: 60px;
    }
}
/* What We Do End */

/* Our Process Start */
.main-process {
    position: relative;
    padding: var(--section-space) 0;
}

.process-list .row {
    row-gap: 50px;
}

.process-box {
    position: relative;
}

.process-box .number {
    font-size: 100px;
    line-height: 1;
    font-family: var(--title-font);
    font-weight: 600;
    background: var(--text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -40px;
    opacity: 0.2;
    position: relative;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .process-list .row {
        row-gap: 40px;
    }

    .process-box .number {
        font-size: 80px;
    }
}
/* Our Process End */

/* FAQ Start */
.main-faq {
    position: relative;
    margin: var(--section-space) 0;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.faq-box {
    position: relative;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 15px;
}

.faq-title {
    padding: 20px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.faq-title .icon {
    width: 22px;
    aspect-ratio: 1/1;
    display: block;
    position: relative;
}

.faq-title .icon:before, .faq-title .icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2px;
    height: 100%;
    background: var(
    --white-color);
    border-radius: 10px;
    transition: 0.3s;
}

.faq-title.active-faq .icon:before {
    height: 0;
}

.faq-title .icon:after {
    width: 100%;
    height: 2px;
}

.faq-content {
    padding: 5px 20px 20px 20px;
}

@media screen and (max-width: 991px) {
    .faq-title .icon {
        width: 18px;
    }
}

@media screen and (max-width: 400px) {
    .faq-title {
        padding: 15px;
    }
    .faq-content {
        padding: 0 15px 15px 15px;
    }
}
/* FAQ End */
/*==========About Us Page CSS End==========*/

/*==========Services Page CSS Start==========*/
.main-service-detail {
    position: relative;
    margin: var(--section-space) 0;
}

.service-detail-img img {
    width: 100%;
    aspect-ratio: 1/0.8;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.service-detail-content .sec-btn {
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    .service-detail-content {
        margin-top: 30px;
    }
}

/* Key Features Start */
.main-service-key-features {
    position: relative;
    margin: var(--section-space) 0;
}

.key-features-list .row {
    row-gap: 20px;
    --gutter: 20px;
}

.key-feature-box {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    height: 100%;
}

.key-feature-box .icon {
    flex-shrink: 0;
}

.key-feature-box .icon img {
    width: 25px;
}

.key-feature-box .h4-title {
    font-size: 18px;
    margin-bottom: 0;
}
/* Key Features End */

/* Advantages Start */
.main-service-advantages {
    position: relative;
    padding: var(--section-space) 0;
}
/* Advantages End */
/*==========Services Page CSS End==========*/

/*==========Bootcamp Page CSS Start==========*/
.main-about-bootcamp {
    position: relative;
    margin: var(--section-space) 0;
}

.about-bootcamp-img img {
    width: 100%;
    aspect-ratio: 1/0.9;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.about-bootcamp-content .button-group {
    margin-top: 25px;
}

.main-courses {
    position: relative;
    padding: var(--section-space) 0;
}

.courses-list .row {
    row-gap: 30px;
}

.course-box {
    position: relative;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: var(--body-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.course-img {
    flex-shrink: 0;
}

.course-img img {
    width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.sub-title.course-mode {
    margin-bottom: 0;
    font-size: 12px;
}

.course-box .h4-title {
    margin-bottom: 0;
}

.course-box .h4-title a {
    color: inherit;
}

.course-box .h4-title a:hover {
    color: var(--primary-color);
}

.course-box ul {
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.course-box ul li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.course-box ul li:before {
    content: '✓';
    font-weight: 700;
    font-size: 16px;
    color: var(--green-color);
}

.course-date-duration {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 7px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-top: auto;
}

.course-date-duration p {
    margin: 0;
    color: var(--white-color);
}

.course-btn, .course-btn .sec-btn {
    width: 100%;
}

.main-why-learn {
    position: relative;
    margin: var(--section-space) 0;
}

.why-learn-list .row {
    row-gap: 20px;
    --gutter: 20px;
}

.why-learn-box {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    overflow: hidden;
    border-radius: 15px;
    transition: 0.5s;
    background: var(--body-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: 0.5s;
    top: 0;
}

.why-learn-box:hover {
    top: -10px;
    box-shadow: -5px 5px 40px rgba(var(--primary-shadow-color), 0.1), 5px -5px 40px rgba(var(--secondary-shadow-color), 0.1);
}

.why-learn-box .icon {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.why-learn-box .icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
}

.why-learn-box .text {
    flex: auto;
    position: relative;
    z-index: 1;
}

.why-learn-box .text .h4-title {
    margin-bottom: 0;
}

.main-bootcamp-register {
    position: relative;
    margin: var(--section-space) 0;
}

.bootcamp-register-box {
    padding: 50px;
    background: var(--body-color);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    box-shadow: -5px 5px 40px rgba(var(--secondary-shadow-color), 0.2), 5px -5px 40px rgba(var(--primary-shadow-color), 0.2);
}

@media screen and (max-width: 991px) {
    .courses-list .row {
        row-gap: 20px;
    }
    .about-bootcamp-img img {
        aspect-ratio: 1 / 0.7;
    }
    .about-bootcamp-content {
        margin-top: 30px;
    }
    .bootcamp-register-box {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    .bootcamp-register-box {
        padding: 30px;
    }
}

@media screen and (max-width: 575px) {
    .about-bootcamp-content {
        margin-top: 20px;
    }
}

@media screen and (max-width: 400px) {
    .course-box {
        padding: 15px;  
    }
    .why-learn-box {
        gap: 15px;
        padding: 15px;
    }
    .bootcamp-register-box {
        padding: 20px;
        border-radius: 20px;
    }
}
/*==========Bootcamp Page CSS End==========*/

/*==========Contact Us Page CSS Start==========*/
.main-contact-us {
    position: relative;
    margin: var(--section-space) 0;
}

.contact-us-content-box {
    margin-top: 30px;
}

.contact-us-content-box .h4-title {
    margin-bottom: 15px;
}

.contact-us-content-box .h4-title:not(:first-child) {
    margin-top: 30px;
}

.contact-form-box {
    padding: 50px;
    background: var(--body-color);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 30px;
    box-shadow: -5px 5px 40px rgba(var(--secondary-shadow-color), 0.2), 5px -5px 40px rgba(var(--primary-shadow-color), 0.2);
}

.contact-form-box .h3-title {
    margin-bottom: 25px;
}

.contact-us-content {
    padding-right: 40px;
}

.google-map {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}

.google-map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.4;
    border-radius: 30px;
}

@media screen and (max-width: 1399px) {
    .contact-us-content {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-form-box {
        padding: 40px;
    }
    .google-map {
        margin-top: 60px;
    }
    .google-map iframe {
        border-radius: 20px;
    }
}

@media screen and (max-width: 991px) {
    .contact-form-box {
        margin-top: 60px;
    }
    .contact-us-content {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .contact-form-box {
        padding: 30px;
    }
    .google-map iframe {
        aspect-ratio: 1 / 0.6;
    }
}

@media screen and (max-width: 400px) {
    .contact-form-box {
        padding: 20px;
        border-radius: 15px;
    }
}
/*==========Contact Us Page CSS End==========*/

/*========== Inner Page CSS Start ==========*/
.inner-page-text {
    padding: 80px 0;
}

.privacy-content h2,
.entry-content h2 {
    font-size: 35px;
    color: var(--primary-color);
}

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
    transition: var(--transition);
    color: var(--primary-color);
}

.privacy-content p a:hover,
.privacy-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
    color: var(--dark-color);
}

.error-404 img {
    width: 600px;
}
/*========== Inner Page CSS End ==========*/

/*========== Thank You Page CSS Start ==========*/
.thank-text h6 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--dark-color);
}

.thank-text p a {
    text-decoration: underline !important;
    color: var(--primary-color);
    transition: var(--transition);
}

.thank-text p a:hover {
    color: var(--dark-color);
}

/*========== Thank You Page CSS End ==========*/

/*==========Site Map CSS Start==========*/
.site-map li a {
    color: var(--primary-color);
}

.site-map li::marker {
    color: var(--primary-color);
}

/*==========Site Map CSS End==========*/

/*========== View All Services CSS Start ==========*/
.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color);
    cursor: pointer;
    transition: var(--transition);
}

.footer-last .text:hover {
    color: var(--dark-color) !important;
    text-decoration: underline !important;
}

.menu-seo-menu-container ul li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid var(--dark-color);
    transition: var(--transition);
}

.menu-seo-menu-container ul li a:hover {
    color: var(--primary-color);
}

/*========== View All Services CSS End ==========*/

/*========== SEO Page CSS Start ==========*/
.main-seo-content {
    position: relative;
    padding: var(--space-80) 0;
}

.excerpt-content p a {
    color: var(--primary-color);
    transition: var(--transition);
}

.excerpt-content p a:hover {
    color: var(--primary-color);
}

.excerpt-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--primary-color);
}

.main-seo-content .excerpt-content {
    max-height: 325px;
    position: relative;
}

.main-seo-content .excerpt-content:not([style*="max-height: unset;"]):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, white, transparent);
    pointer-events: none;
}

/*========== SEO Page CSS End ==========*/

/*========== Blog CSS Start ==========*/
.col-12:has(.page-title.screen-reader-text) {
    display: none;
}

.widget-area {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: var(--body-color);
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: var(--transition);
    color: var(--white-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
    color: var(--primary-color);
}

.widget li::marker {
    color: var(--secondary-color);
}

.widget:last-child {
    margin-bottom: 0;
}

.entry-footer span a {
    color: var(--primary-color);
}

.entry-footer span a:hover {
    color: var(--secondary-color);
    text-decoration: underline !important;
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.widget-area .widget_search .wp-block-search .wp-block-search__input,
.page-content .wp-block-search .wp-block-search__input,
.search-form .search-field {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none !important;
    padding: 0 100px 0 15px;
    color: var(--white-color);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    -webkit-appearance: none;
    appearance: none;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .wp-block-search .wp-block-search__button,
.search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0 10px 10px 0;
    height: 50px;
    color: var(--dark-color);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--secondary-color);
    flex: 1;
    transition: var(--transition);
    font-family: var(--title-font);
    font-weight: 700;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button:hover,
.page-content .wp-block-search .wp-block-search__button:hover,
.search-form .search-submit:hover {
    background: var(--white-color);
    color: var(--dark-color);
}

.comments-area textarea {
    resize: none;
    height: 180px;
    border-radius: 0;
    box-shadow: none;
    background: var(--black-color);
    border: 1px solid var(--common-color);
    outline: none;
    padding: 15px;
}

.comments-area p input {
    width: 100%;
    height: 46px;
    border-radius: 0;
    background: var(--black-color);
    border: 1px solid var(--common-color);
    outline: none;
    box-shadow: none;
    padding: 15px;
}

.form-submit .submit {
    width: 170px;
    height: 46px;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: bold;
    border: none;
    border-radius: 40px;
    outline: none !important;
    transition: var(--transition);
}

.form-submit .submit:hover {
    background: var(--dark-color);
    color: var(--primary-color);
}

.avatar.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.wp-block-latest-comments__comment-meta a:hover {
    color: var(--dark-color);
}

.comment-meta .url,
.comment-content a {
    color: var(--primary-color);
}

.comment-meta .url:hover,
.comment-content a:hover {
    color: var(--dark-color);
    text-decoration: none !important;
}

.comment-metadata a {
    color: var(--primary-color);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.reply a {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
    transition: var(--transition);
}

.comment-reply-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.comment-reply-title small a:hover {
    color: var(--dark-color);
}

.comment-form-comment .form-submit #submit {
    padding: 0;
    line-height: 42px;
}

.comments-area {
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.comment-body {
    margin-bottom: 30px;
}

.comment-form-url {
    margin-right: 0;
}

.nav-previous a,
.nav-next a {
    color: var(--primary-color);
    transition: var(--transition);
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    --pagination-size: 50px;
    width: var(--pagination-size);
    height: var(--pagination-size);
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: var(--transition);
}

.result-pagination a:hover,
.result-pagination .current {
    background: var(--primary-color);
    color: var(--white-color);
}

.custom-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    position: relative;
    width: 40px;
    height: 40px;
    background: transparent;
    box-shadow: none;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    outline: none;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    z-index: 10;
    transition: var(--transition);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: var(--white-color);
    color: var(--primary-color);
}

a.next.page-numbers, a.prev.page-numbers {
    padding: 0;
    background: transparent;
    border: 0;
}

.wp-block-heading {
    margin-bottom: 15px;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
}

.wp-block-latest-posts__featured-image img {
    width: 80px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--white-color);
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-title:hover {
    color: var(--primary-color);
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
    margin-top: 5px;
}

.inner-page-text.news-events-detail-page {
    padding-top: 150px;
    padding-bottom: var(--section-space);
}

.news-events-detail-page .post-thumbnail img {
    width: auto;
    height: auto;
    border-radius: 15px;
}

.news-events-detail-page .post-thumbnail {
    margin-bottom: 15px;
}

.news-events-detail-page .entry-meta {
    margin: 15px 0;
}

.news-events-detail-page .entry-meta a {
    color: var(--primary-color);
}

.news-events-detail-page .entry-meta a:hover {
    color: var(--secondary-color);
}

.news-events-detail-page .site-main h1:not(:first-child),
.news-events-detail-page .site-main h2:not(:first-child),
.news-events-detail-page .site-main h3:not(:first-child),
.news-events-detail-page .site-main h4:not(:first-child),
.news-events-detail-page .site-main h5:not(:first-child),
.news-events-detail-page .site-main h6:not(:first-child) {
    margin-top: 30px;
}

.news-events-detail-page .wpcf7 {
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    background: var(--body-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.news-events-detail-page ul,
.news-events-detail-page ol {
    list-style: revert;
    padding-left: 18px;
    margin-bottom: 15px;
}

.site-main .comment-navigation:last-child, 
.site-main .post-navigation:last-child, 
.site-main .posts-navigation:last-child {
    margin-bottom: 0;
}

.news-events-detail-page .post-navigation {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.news-events-detail-page .post-navigation .nav-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.news-events-detail-page .post-navigation .nav-links .nav-previous a, .news-events-detail-page .post-navigation .nav-links .nav-next a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: var(--body-color);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 15px;
    text-align: left;
    color: var(--white-color);
}

.news-events-detail-page .post-navigation .nav-links .nav-previous a:hover, 
.news-events-detail-page .post-navigation .nav-links .nav-next a:hover {
    color: var(--primary-color);
    border-color: rgba(255,255,255,0.5);
}

.news-events-detail-page .post-navigation .nav-links .nav-previous a .nav-subtitle, 
.news-events-detail-page .post-navigation .nav-links .nav-next a .nav-subtitle {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--secondary-color);
}

@media screen and (max-width: 1199px) {
    .news-events-detail-page .post-navigation .nav-links {
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .inner-page-text.news-events-detail-page {
        padding-top: 130px;
    }
}

@media screen and (max-width: 575px) {
    .news-events-detail-page .post-navigation .nav-links {
        grid-template-columns: repeat(1, 1fr);
    }
    .inner-page-text.news-events-detail-page {
        padding-top: 110px;
    }
    .inner-page-text {
        padding: 60px 0;
    }
}

@media screen and (max-width: 400px) {
    .widget-area {
        padding: 15px;
    }
    .wp-block-latest-posts__featured-image img {
        width: 70px;
    }
    .wp-block-latest-posts__featured-image.alignleft {
        margin-right: 0.7em;
    }
    .wp-block-latest-posts.wp-block-latest-posts__list {
        gap: 15px;
    }
    .news-events-detail-page .wpcf7 {
        padding: 20px;
    }
    .news-events-detail-page .post-navigation .nav-links .nav-previous a, 
    .news-events-detail-page .post-navigation .nav-links .nav-next a {
        padding: 15px;
    }
}
/*========== End of Blog CSS ==========*/