/* START CUSTOM SCROLL BAR */

*::-webkit-scrollbar {
    width: 8px;
}


*::-webkit-scrollbar-track {
    background: #F7FAFF
}

*::-webkit-scrollbar-thumb {
    background: var(--primary);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) #F7FAFF
}


.hide_scrollbar {
    scrollbar-width: none;
}

.hide_scrollbar::-webkit-scrollbar {
    width: unset;
}

/* END CUSTOM SCROLL BAR */

/* START GLOBLE CSS */

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

*::-moz-selection {
    color: var(--black);
    background: var(--white);
}

*::-webkit-selection {
    color: var(--black);
    background: var(--white);
}

*::-webkit-input-placeholder {
    color: var(--primary);
    opacity: 1;
    font-family: var(--body-font);
    font-weight: 400;
    line-height: 140%;
}

*:-moz-placeholder {
    color: var(--primary);
    opacity: 1;
    font-family: var(--body-font);
    font-weight: 400;
    line-height: 140%;
}

*::-moz-placeholder {
    color: var(--primary);
    opacity: 1;
    font-family: var(--body-font);
    font-weight: 400;
    line-height: 140%;
}

*:-ms-input-placeholder {
    color: var(--primary);
    opacity: 1;
    font-family: var(--body-font);
    font-weight: 400;
    line-height: 140%;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: var(--transition-reg);
    -moz-transition: var(--transition-reg);
    -ms-transition: var(--transition-reg);
    -o-transition: var(--transition-reg);
    transition: var(--transition-reg);
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

body.no_space {
    padding-top: 0;
}

body,
html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}

html body {
    font-family: var(--body-font);
    box-sizing: border-box;
    margin: 0;
    padding-top: 96px;
    /* cursor: none; */
    /* background-image: url("/images/sitebg-doodle.webp");
    background-repeat: repeat;
    background-size: auto; */
}

body * {
    margin: 0;
    box-sizing: border-box;
}

.main-wrap {
    min-height: 100vh;
}

.hide_in_desktop {
    display: none;
}


.no_scroll {
    overflow: hidden;
}

.hidden {
    display: none !important;
}

svg {
    width: 100%;
    height: 100%;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

strong {
    /* color: var(--primary); */
    font-weight: 600;
}

* {
    outline: none !important;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */

}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clr::after,
ul::after,
.clearfix::after,
li::after {
    clear: both;
    display: block;
}

iframe {
    display: block;
    width: 100%;
}


/* START WEB FONTS */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic.woff2') format('woff2'),
        url('../fonts/Inter-Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.woff2') format('woff2'),
        url('../fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* END WEB FONTS */



:root {

    --black10: rgba(0, 0, 0, 0.1);
    --black20: rgba(0, 0, 0, 0.2);
    --black30: rgba(0, 0, 0, 0.3);
    --black40: rgba(0, 0, 0, 0.4);
    --black50: rgba(0, 0, 0, 0.5);
    --black60: rgba(0, 0, 0, 0.6);
    --black70: rgba(0, 0, 0, 0.7);
    --black80: rgba(0, 0, 0, 0.8);
    --black90: rgba(0, 0, 0, 0.9);
    --black: rgba(0, 0, 0, 1);


    --white10: rgba(255, 255, 255, 0.1);
    --white20: rgba(255, 255, 255, 0.2);
    --white30: rgba(255, 255, 255, 0.3);
    --white40: rgba(255, 255, 255, 0.4);
    --white50: rgba(255, 255, 255, 0.5);
    --white60: rgba(255, 255, 255, 0.6);
    --white70: rgba(255, 255, 255, 0.7);
    --white80: rgba(255, 255, 255, 0.8);
    --white90: rgba(255, 255, 255, 0.9);
    --white: rgba(255, 255, 255, 1);

    --offwhiteLight: #F7FAFF;
    --offwhite: #f2f2f2;
    --bg-color: #EEF3FF;

    --primary-dark: #0B1348;
    --primary: #03098B;
    --accent: #4FC3FF;
    --secondary: #2286FE;

    --error: #d91f29;
    --error_bg: rgba(255, 0, 0, 0.04);

    --success-dark: #09713f;
    --success: #0F9D58;
    --success_bg: rgba(37, 215, 78, 0.04);

    --text: #0A0E2A;
    --text-subtle: #3E4461;
    --text-muted: #7A809C;

    --gray: #999999;

    --border: #D6E0F5;

    --link: #3b82f6;

    --warning: #f97316;

    --sec_space: 72px;

    --head-font: "Poppins";
    --body-font: "Inter";

    --box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);

    --transition-reg: all 0.3s ease;
    --transition: all 0.3s cubic-bezier(.22, .24, 0, .77);
    --transition-adv: all 0.7s cubic-bezier(.57, .15, .2, .97);

    --gradient-primary: linear-gradient(135deg, var(--primary), var(--secondary));
    --gradient-primary-rev: linear-gradient(135deg, var(--secondary), var(--primary));
    --gradient-secondary: linear-gradient(135deg, var(--secondary), var(--accent));

    --gradient-white: linear-gradient(135deg, var(--white), var(--white));
}






/* START BODY CONTAINER STYLE */
.container {
    max-width: 1280px;
    padding-left: 24px;
    padding-right: 24px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.container.container-md {
    max-width: 800px;
}

section {
    padding-top: var(--sec_space);
    padding-bottom: var(--sec_space);
    position: relative;
}

.main-content>section:nth-child(2n-2) {
    background-color: var(--offwhiteLight);
}

section .inner-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/* END BODY CONTAINER STYLE */


/* START FORM-ITEMS STYLES */
div input,
div select,
div textarea,
div button {
    font-family: var(--body-font);
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: var(--text);
    padding: 2px 5px;
}

/* END FORM-ITEMS STYLES */



/* START RATIO DESIGN CODE */
.img-wrapper {
    width: 100%;
}

.img-wrapper .img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.img-ratio-1-1.img-wrap {
    aspect-ratio: 1/1;
}

.img-ratio-4-3.img-wrap {
    aspect-ratio: 4/3;
}

.img-wrapper .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* END RATIO DESIGN CODE */




/* START IMAGE STYLE */
img {
    width: 100%;
    height: 100%;
}

.icon svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.icon-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

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

/* END IMAGE STYLE */



/* START HEADING STYLE */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--head-font);
    transition: var(--transition-reg);
    font-weight: 700;
    color: var(--primary-dark);
}


.main-wrapper .title-h1,
.main-wrapper h1 {
    font-size: 64px;
    line-height: 118%;
}

.main-wrapper .title-h2,
.main-wrapper h2 {
    font-size: 40px;
    line-height: 124%;
}

.main-wrapper .title-h3,
.main-wrapper h3 {
    font-size: 20px;
    line-height: 128%;
}

.main-wrapper .title-h4,
.main-wrapper h4 {
    font-size: 18px;
    line-height: 140%;
}

.main-wrapper .title-h5,
.main-wrapper h5 {
    font-size: 16px;
    line-height: 140%;
}

.main-wrapper .title-h6,
.main-wrapper h6 {
    font-size: 14px;
    line-height: 140%;
}

/* END HEADING STYLE */




/* START BODY TEXT STYLE */
li,
p {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 150%;
    color: var(--text);
}

.tagline {
    color: var(--text-muted);
    font-size: 14px;
}

p.text-md {
    font-size: 18px;
    font-weight: 500;
}

p:not(:last-child) {
    margin-bottom: 16px;
}

span {
    display: inline-block;
    transition: var(--transition-reg);

}

.title mark {
    background-image: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* END BODY TEXT STYLE */


/* START LINKS STYLE */
a {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--text);
}

a:hover {
    color: var(--secondary);
}

.has-box-link.cust-btn-link {
    position: unset;
}

.has-box-link.cust-btn-link::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.cust-btn-link .link-text {
    position: relative;
    display: flex;
    align-items: center;
    background-image: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cust-btn-link .link-text::after {
    content: '';
    position: relative;
    width: 18px;
    height: 18px;
    background: url('../images/next-gradient-arrow-full.png');
    background-size: contain;
    background-position: center;
    margin-left: 8px;
    transition: var(--transition);
}

.cust-btn-link:hover .link-text::after {
    background-position-x: 18px;
}

/* END LINKS STYLE */


/* START  BUTTONS STYLE */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
    -webkit-appearance: button;
    cursor: pointer;
}

button.cust-btn,
.cust-btn {
    /* transition: var(--transition-reg); */
    background: var(--gradient-primary);
    font-size: 14px;
    font-family: var(--body-font);
    font-weight: 600;
    line-height: 140%;
    color: var(--white);
    cursor: pointer;
    position: relative;
    border-radius: 100px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-block: 8px;
    padding-inline: 24px;
    transition: var(--transition);
    min-height: 48px;
    outline: unset;
    border: unset;
}

button.cust-btn::before,
.cust-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: var(--gradient-primary-rev);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

button.cust-btn:hover::before,
.cust-btn:hover::before {
    opacity: 1;
    visibility: visible;
}


.cust-btn.btn-outline::before {
    background: var(--white);
    margin: 1px;
    inset: 0;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.cust-btn.btn-outline:hover::before {
    opacity: 0;
    visibility: hidden;
}

.cust-btn.btn-outline .btn-text {
    background-image: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: var(--transition);
}

.cust-btn.btn-outline:hover .btn-text {
    background-image: var(--gradient-white);
}


button.cust-btn>*,
.cust-btn>* {
    position: relative;
}



button.cust-btn[disabled],
.cust-btn[disabled] {
    filter: grayscale(1);
    opacity: 0.5;
    cursor: not-allowed;
}



button:hover,
.cust-btn:hover {
    color: var(--white);
    background-color: var(--secondary);
}


.cust-btn.btn-primary {
    background-color: var(--primary);
}

.cust-btn.btn-primary:hover {
    background-color: var(--body-text);
}

.btn-wrapper {
    margin-top: 40px;
    display: flex;
    gap: 16px;
}

.btn-wrapper.center {
    width: 100%;
    justify-content: center;
}

.btn-wrap-box {
    margin-top: 40px;
    display: flex;
}



.icon-btn {
    border: 1px solid var(--black10);
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    transition: var(--transition);
}

.icon-btn:hover {
    background-color: #fff;
}

.icon-btn svg {
    transition: var(--transition);
}

.icon-btn:hover svg {
    fill: var(--primary);
}

/* END BUTTONS STYLE */




/* START LISTING STYLE */
ul,
ul li,
ol,
li {
    font-family: var(--body-font);
    color: var(--text);
    list-style: none;
    line-height: 150%;
}

ul {
    padding: 0;
    margin: 0;
}

.unorder-list li {
    position: relative;
    padding-left: 24px;
    text-align: left;
}

.unorder-list li:not(:last-child) {
    margin-bottom: 8px;
}

.unorder-list li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    display: inline-flex;
    background: url("../images/Favicon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 5px;
    left: 0;
}

/* END LISTING STYLE */


.sticky-box {
    position: sticky;
    top: 120px;
    /* height: 100%; */
}

/* END GLOBLE CSS */






/* START SEC-HEAD BLOCK DESIGN CODE */
.sec-head:not(:last-child) {
    margin-bottom: 40px;
}

.sec-head {
    width: 100%;
}

.sec-head.sec-head-mini-container {
    max-width: 800px;
    margin-inline: auto;
    width: 100%;
}

.sec-head.center {
    text-align: center;
    width: 100%;
}

.sec-inner-head {
    margin-bottom: 16px;
}

.sec-inner-head .title {
    text-transform: capitalize;
}

.sec-head .title:not(:last-child) {
    margin-bottom: 24px;
}

.title:not(:last-child) {
    margin-bottom: 16px;
}

/* END SEC-HEAD BLOCK DESIGN CODE */







/* START SEC-BACKGROUND DESIGN CODE */
.bg-light {
    background-color: var(--offwhiteLight);
}

/* END SEC-BACKGROUND DESIGN CODE */





/* START HEADER CODE */
.social_wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social_wrap ul li:not(:last-child) {
    margin-right: 8px;
}

.social_wrap ul li a {
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    font-size: 16px;
}

.social_wrap ul li a:hover {
    color: var(--secondary);
}


.contact_link a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--white);
    transition: all 0.3s cubic-bezier(.57, .15, .2, .97);
    padding-block: 16px;
    box-shadow: 0px 0 3px var(--black10);
    /* background-image: url("/images/sitebg-doodle.webp");
    background-repeat: repeat;
    background-size: auto; */
}

.fixed.header {
    box-shadow: var(--box-shadow);
}

header .main_bar {
    width: 100%;
}

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

.header .left_col {
    max-width: 180px;
    width: 100%;
}

.header .logo {
    width: 100%;
    max-width: 180px;
    max-height: 64px;
}

.logo a {
    width: 100%;
    display: flex;
    height: 100%;
}

.logo a img {
    max-height: 64px;
    object-fit: contain;
    object-position: left center;
}

.close_wrap {
    position: absolute;
    top: 10px;
    right: 10px;
}

.close {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.svg_icon svg {
    transition: var(--transition);
    fill: var(--text);
}

.svg_icon:hover svg {
    fill: var(--primary);
}

.navigation ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    list-style: none;
}

.navigation ul li:not(:last-child) {
    margin-right: 8px;
}

.navigation ul li a {
    padding: 8px;
}

.menu_link li.active a,
.navigation ul li.active a {
    color: var(--primary);
    font-weight: 700;
}

.action_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.action_menu_item {
    display: flex;
    align-items: center;
}

.action_menu_item a {
    display: flex;
}

.action_menu_item> :not(:first-child) {
    margin-left: 16px;
}

.cart_link a {
    position: relative;
}

.cart_link .order_count {
    position: absolute;
    top: -8px;
    right: -12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    transition: var(--transition-reg);
}

.order_count p {
    background-color: var(--primary);
    color: #fff;
    font-size: 11px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

header .center_col {
    display: flex;
    align-items: center;
}

.has-sub-menu {
    display: flex;
    align-items: center;
    position: relative;
}

.navigation a.sub-menu-link {
    cursor: pointer;
}

.navigation a.sub-menu-link::after {
    content: '';
    position: relative;
    display: inline-flex;
    background-image: url("../images/keyboard_arrow_down-dark.svg");
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 70%;
    margin-left: 4px;
    transition: var(--transition);
}

.navigation a.sub-menu-link:has(+ .sub-menu-wrapper.open)::after {
    transform: rotate(180deg);
}

.sub-menu-wrapper {
    position: absolute;
    bottom: calc(-100% - 38px);
    background-color: var(--white);
    min-width: 200px;
    box-shadow: 0 2px 5px -2px var(--black10);
    border-radius: 8px;
    transition: var(--transition);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    left: 0;
}

.sub-menu-wrapper.open {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.sub-menu li {
    width: 100%;
}

.navigation .sub-menu li a {
    padding: 8px 16px;
}



/* END HEADER CODE */

/* START CUSTOM CURSOR CODE */
.cursor_box {
    position: fixed;
    z-index: 9999;
    width: 24px;
    height: 24px;
    pointer-events: none;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

/* END CUSTOM CURSOR CODE */






/* START FOOTER CODE */
.footer {
    padding: var(--sec_space) 0;
    position: relative;
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.07);
    background-color: var(--primary-dark);
}

footer .inner_footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: var(--sec_space);
    margin-bottom: calc(var(--sec_space)/2);
}

footer .footer_col_left {
    width: 100%;
    max-width: 300px;
}

footer .logo {
    max-width: 200px;
    width: 100%;
}

.footer_col_right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

.menu_link p {
    color: var(--white);
}

.menu_link li a {
    padding: 8px 0;
    display: inline-block;
}

.footer_col_right .menu_link {
    width: auto;
    max-width: 33.33%;
}

.menu_link .title {
    margin-bottom: 8px;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 18px;
    color: var(--white);
    font-weight: bold;
}

.copyright-wrap p {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.connect-with-us li a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.connect-with-us li a .svg_icon {
    width: 20px;
    height: 20px;
    position: relative;
    top: 1px;
}

.connect-with-us li a .connect-text {
    width: 100%;
    max-width: calc(100% - 20px - 8px);
}

.connect-with-us a:hover .svg_icon svg {
    fill: var(--secondary);
}

.footer-bottom {
    margin-top: calc(var(--sec_space)/2);
}

.footer-quick-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-block: calc(var(--sec_space)/2);
    border-bottom: 1px solid var(--border);
}

footer .social-wrapper {
    width: auto;
}

footer .menu_link li a:hover,
footer .menu_link li.active a,
footer .navigation ul li.active a {
    color: var(--secondary);
}

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

footer .svg_icon svg {
    fill: var(--white);
}

/* END FOOTER CODE */






/* START SOCIAL-MEDIA-LINKS DESIGN CODE */
footer .footer_col_left>*+* {
    margin-top: 24px;
}

.social-wrapper {
    width: 100%;
}

.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.social-list .social-list-item {
    display: flex;
}

.social-list .social-item-link {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--offwhiteLight);
    border-radius: 8px;
    padding: 6px;
    color: var(--primary);
}

.social-list .social-item-link:hover {
    color: var(--link);
}

/* END SOCIAL-MEDIA-LINKS DESIGN CODE */






/* START FORM ELEMENTS DESIGN CODE */
::placeholder {
    font-weight: 400;
    color: var(--text-muted);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.input_field {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

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

.input_field .input_field {
    margin-bottom: 0;
}

.input_field input,
.input_field textarea,
.selected a span,
input {
    width: 100%;
    border: 1px solid var(--border);
    height: 48px;
    border-radius: 8px;
    padding: 8px 16px;
    color: var(--text);
    font-size: 16px;
    transition: var(--transition);
    outline: none;
}

.input_field input:hover,
.input_field input:focus,
.input_field textarea:hover,
.input_field textarea:focus,
.selected a span:hover,
.selected a span:focus,
input:hover,
input:focus {
    border-color: var(--black);
}

.error.input_field input {
    border-color: var(--error);
}

.error.input_field .input_label {
    color: var(--error);
}

.input_field_col2,
.input_field_col3 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    justify-content: space-between;
    width: initial;
    margin-inline: -8px;
}

.input_field_col2>* {
    width: 100%;
    max-width: 50%;
    padding-inline: 8px;
}

.input_field_col3>* {
    width: 100%;
    max-width: 33.33%;
    padding-inline: 8px;
}

.input_field_col2 .input_field_col2 {
    padding-inline: 0;
    margin-inline: 0;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--white);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    padding: 0;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    -webkit-box-shadow: inset 0 0 0 4px var(--primary);
    box-shadow: inset 0 0 0 4px var(--primary);
    background-color: inset 0 0 0 4px var(--primary);
    border-color: var(--primary);
}

.input_field label,
.input_field .input_label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
    display: block;
    text-transform: capitalize;
}

.input_field label .requred,
.input_field .input_label .requred {
    color: var(--error);
}

.input_field label .optional,
.input_field .input_label .optional {
    color: var(--gray);
}

.input_field textarea {
    min-height: 100px;
    resize: vertical;
}

.drop-down {
    position: relative;
    width: 100%;
}

.drop-down .selected {
    position: relative;
    z-index: 2;
}

.drop-down .seasons-select {
    margin-block: 32px 8px;
}

.drop-down .selected a {
    width: 100%;
}

.selected a span {
    display: flex;
    line-height: 140%;
    position: relative;
    align-items: center;
    background-color: var(--white);
}

.drop-down .selected a span {
    padding-right: 56px;
}

.selected a span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    background-image: url("../images/keyboard_arrow_down-dark.svg");
    transform-origin: center;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%) rotate(0deg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.show .selected a span::before {
    transform: translateY(-50%) rotate(180deg);
}

.drop-down .options {
    position: absolute;
    width: 100%;
    background-color: var(--white);
    border-radius: 0 0 8px 8px;
    z-index: 1;
    box-shadow: 0px 2px 5px -5px rgb(46, 60, 70);
}

.drop-down .options .drop-options-wrapper {
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.3s ease;
}

.drop-down.show .options .drop-options-wrapper {
    max-height: 250px;
    overflow-y: auto;
    transition: all 0.3s ease;
}

.drop-down .options li a {
    padding: 8px 16px;
    color: var(--black);
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: capitalize;
}

.drop-down .options li a:hover {
    color: var(--primary);
}

.drop-down .options li:not(:last-child) a {
    border-bottom: 0.1vw solid rgba(255, 255, 255, 0.1);
}

.input_field.input_field_switch {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.input_field.input_field_switch label {
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0;
}

.input_field_switch input[type="checkbox"] {
    width: 40px;
    border-radius: 100px;
    position: relative;
    padding: 2px;
    height: 20px;
}

.input_field_switch input[type="checkbox"]:checked {
    box-shadow: unset;
}

.input_field_switch input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: var(--black20);
    border-radius: 50%;
    transition: var(--transition-v2);
}

.input_field_switch input[type="checkbox"]:checked::before {
    background-color: var(--primary);
    left: calc(100% - 16px - 2px);
}

.input_field .msg_box {
    font-size: 14px;
    margin-top: 3px;
    color: var(--black);
}

.error.input_field .msg_box {
    color: var(--error);
}

.checkbox-text-field {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: auto;
    cursor: pointer;
}

.input-btn-fieldgroup {
    position: relative;
}

.input-btn-fieldgroup input {
    border-radius: 100px;
    padding-right: 100px;
}

.input-btn-fieldgroup .cust-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    min-height: 40px;
}

.cust-form .btn-wrap-box {
    justify-content: center;
}

.requried {
    color: var(--error);
}

address {
    line-height: 140%;
    font-size: 16px;
    color: var(--text);
}

/* END FORM ELEMENTS DESIGN CODE */






/* START IMG-INFO-SEC DESIGN CODE */
.img-info-sec .inner-wrap {
    column-gap: 72px;
    align-items: center;
}

.img-info-rev-sec .inner-wrap {
    flex-direction: row-reverse;
}

.img-info-sec .img-col {
    width: 100%;
    max-width: 40%;
}

.img-info-sec .info-col {
    width: 100%;
    max-width: calc(60% - 72px);
}


/* END IMG-INFO-SEC DESIGN CODE */






/* START HERO SEC DESIGN CODE */
.hero-sec {
    /* min-height: calc(100vh - 96px); */
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.hero-bg-banner {
    width: 100%;
    aspect-ratio: 16/6;
    display: flex;
}

.hero-sec::before {
    content: '';
    position: absolute;
    top: 30px;
    left: -80px;
    transform: translateY(-50%) rotateY(180deg) rotate(-103deg);
    width: 10%;
    padding-top: 10%;
    background-image: url('../images/Favicon.png');
    background-size: contain;
    opacity: 0.04;
}

.hero-sec .sec-head .title {
    margin-bottom: 32px;
    margin-top: 0;
}

.hero-sec .info-col {
    width: 100%;
    max-width: 63%;
}

.hero-sec .img-col {
    width: 100%;
    max-width: calc(37% - 32px);
    margin-left: 32px;
}

.hero-sec .img-wrapper .img-wrap img {
    object-fit: contain;
}

.hero-sec .img-wrapper .img-wrap {
    aspect-ratio: 1/1;
}

.hero-banner-sec {
    padding-block: 0;
    align-items: unset;
}

.hero-doodle-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 940px;
}

.hero-bg-banner img {
    object-fit: cover;
}

.hero-bg-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.hero-banner-sec .tagline {
    color: var(--white);
}

.hero-banner-sec .title mark {
    background-image: var(--gradient-secondary);
}

.hero-banner-sec p {
    color: var(--white);
}

/* END HERO SEC DESIGN CODE */






/* START ICON-TEXT SEC DESIGN CODE */
.border-box {
    padding: 24px;
    border-radius: 16px;
    background-color: var(--bg-color);
    width: 100%;
}

.border-box-md .border-box {
    padding: 24px;
}

.infobox-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.infobox-wrapper .infobox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
}

.infobox-item .svg_icon {
    width: 32px;
    height: 32px;
}

.infobox-item p {
    width: 100%;
    max-width: calc(100% - 32px - 8px);
}

/* END ICON-TEXT SEC DESIGN CODE */






/* START ABOUT-SEC DESIGN CODE */
.img-col .img-wrapper .img-wrap img {
    object-fit: contain;
}

/* END ABOUT-SEC DESIGN CODE */






/* START DOODLE ELEMENTS DESIGN CODE */
.doodle {
    position: absolute;
}

/* END DOODLE ELEMENTS DESIGN CODE */






/* START GRID LAYOUT DESIGN CODE */
.grid-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.grid-row .grid-item {
    width: 100%;
    max-width: calc(25% - 18px);
}

.grid-row.grid-col2 .grid-item {
    max-width: calc(50% - 12px);
}

.grid-row.grid-col3 .grid-item {
    max-width: calc(33.33% - 16px);
}

.grid-row.grid-col4 .grid-item {
    max-width: calc(25% - 18px);
}

.grid-row.grid-col5 .grid-item {
    max-width: calc(20% - 20px);
}

.grid-row .grid-card {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    position: relative;
    background: var(--gradient-primary);
    border-radius: 16px;
    height: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.grid-row .grid-card::before {
    content: '';
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    margin: 2px;
    background: var(--bg-color);
    border-radius: 14px;
    transition: var(--transition);
    pointer-events: none;
}

.grid-row .grid-card:hover::before {
    background: var(--white);
}

.grid-row .grid-card>* {
    z-index: 1;
}

.grid-row .card-body {
    width: 100%;
}

.grid-card .svg_icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.svg_icon.gradient-border {
    position: relative;
    background: var(--gradient-primary);
}

.svg_icon.gradient-border::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: 2px;
    background: var(--gradient-white);
    border-radius: 10px;
}

.svg_icon.gradient-border img {
    position: relative;
}

.grid-row .card-body>*+* {
    margin-top: 8px;
}

/* END GRID LAYOUT DESIGN CODE */






/* START INFO-BOX-CARD DESIGN CODE */
.infobox-iconhead-card.grid-row .grid-card {
    justify-content: center;
    text-align: center;
    padding: 24px;
    height: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

/* END INFO-BOX-CARD DESIGN CODE */






/* START TESTIMONIAL SLIDER DESIGN CODE */
.swiper.testimonial-swiper {
    width: 100%;
    padding-inline: 72px;
    position: relative;
    padding-bottom: 56px;
}

.swiper.testimonial-swiper::after,
.swiper.testimonial-swiper::before {
    content: '';
    position: absolute;
    top: 0;
    width: 13%;
    height: 100%;
    z-index: 2;
}

section:nth-child(2n-2) .swiper.testimonial-swiper::before {
    background: linear-gradient(to right, rgb(247, 250, 255)10%, transparent);
}

section:nth-child(2n-2) .swiper.testimonial-swiper::after {
    background: linear-gradient(to left, rgb(247, 250, 255)10%, transparent);
}

.swiper.testimonial-swiper::before {
    background: linear-gradient(to right, rgb(255, 255, 255)10%, transparent);
    left: 0;
}

.swiper.testimonial-swiper::after {
    right: 0;
    background: linear-gradient(to left, rgb(255, 255, 255)10%, transparent);
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--gradient-primary);
    border-radius: 50%;
    transition: var(--transition);
}

.swiper .swiper-button-next::after {
    background: url('../images/next-gradient-arrow-full.png');
}

.swiper .swiper-button-prev::after {
    background: url('../images/prev-gradient-arrow-full.png');
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: '';
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}

.swiper .swiper-button-next::before,
.swiper .swiper-button-prev::before {
    content: '';
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    border-radius: inherit;
    margin: 2px;
    background: var(--bg-color);
    pointer-events: none;
}

.swiper .swiper-button-next:hover::before,
.swiper .swiper-button-prev:hover::before {
    background: var(--white);
}

div.swiper-button-next,
.swiper-rtl div.swiper-button-prev {
    right: 0;
}

div.swiper-button-prev,
.swiper-rtl div.swiper-button-next {
    left: 0;
}

.testimonial-card {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    text-align: center;
    align-items: center;
    padding-top: 44px;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    background: url("../images/quote.svg");
}

.swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--gradient-primary);
}

.testimonial-sec .btn-wrapper {
    width: 100%;
    justify-content: center;
}

/* END TESTIMONIAL SLIDER DESIGN CODE */







/* START CTA SEC DESIGN CODE */
.cta-wrapper.border-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1024px;
    margin-inline: auto;
    padding: 56px;
    gap: 16px;
}

.cta-wrapper .cta-banner~* {
    position: relative;
    margin-block: 0;
}

.cta-banner.doodle {
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
}

.cta-banner.doodle img {
    object-fit: cover;
}

.cta-sec .cta-wrapper .sec-head {
    max-width: 70%;
    margin-bottom: 0;
}

.cta-wrapper .title {
    color: var(--white);
}

.cta-wrapper .title mark {
    background-image: var(--gradient-secondary);
}

.cta-wrapper p {
    color: var(--white);
}

/* END CTA SEC DESIGN CODE */






/* START TECHNOLIGY-INFO-CARD-SEC DESIGN CODE */
.tech-infocard-sec .infobox-iconhead-card.grid-row .grid-card {
    justify-content: flex-start;
    text-align: left;
}

.tech-infocard-sec .grid-card .svg_icon {
    border-radius: 12px;
    padding: 20px;
}

.tech-infocard-sec .grid-row .grid-card::after {
    content: '';
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    background: url(../images/pattern-bg.svg);
    opacity: 0.1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* END TECHNOLIGY-INFO-CARD-SEC DESIGN CODE */






/* START JOB-CARD-SEC DESIGN CODE */
.job-card-sec .card-body p {
    margin-bottom: 0;
}

.job-card-sec .grid-row .grid-card {
    flex-wrap: unset;
    flex-direction: column;
}

.card-footer {
    margin-top: auto;
}

/* END JOB-CARD-SEC DESIGN CODE */






/* START PROGRESS/PROCESS SEC DESIGN CODE */
.progress-sec .progress-info-col {
    counter-reset: num;
}

.progress-sec .progress-info-col .grid-item {
    transition: var(--transition-reg);
}

.progress-sec .progress-info-col .grid-item.active {
    box-shadow: 0 5px 10px -4px var(--black10);
}

.progress-info-col .grid-item .step-box {
    width: 60px;
    height: 60px;
    background-color: var(--white);
    border-radius: 50%;
    margin-bottom: 24px;
    position: relative;
    transition: var(--transition);
}

.progress-info-col .grid-item.activated .step-box,
.progress-info-col .grid-item.active .step-box {
    background-color: transparent;
}

.progress-info-col .grid-item .step-box::before {
    counter-increment: num;
    content: "0" counter(num) "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: inherit;
    z-index: 2;
}

.progress-info-col .grid-item.activated .step-box::before,
.progress-info-col .grid-item.active .step-box::before {
    background-image: var(--gradient-white);
}

.progress-info-col .grid-item .step-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: var(--gradient-primary);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}


.progress-info-col .grid-item.activated .step-box::after,
.progress-info-col .grid-item.active .step-box::after {
    opacity: 1;
    visibility: visible;
}

/* END PROGRESS/PROCESS SEC DESIGN CODE */






/* START JOB SINGLE DETAILS PAGE DESIGN CODE */
.job-deatils-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    width: 100%;
    align-items: flex-start;
}

.job-deatils-wrapper .job-details-basic {
    width: 100%;
    max-width: 300px;
}

.job-deatils-wrapper .job-details-col {
    width: 100%;
    max-width: calc(100% - 300px - 48px);
}

.job-details-basic ul .title {
    margin-bottom: 4px;
}

.job-details-basic ul li:not(:last-child) {
    margin-bottom: 16px;
}

.job-list-wrapper .list-wrap:not(:last-child),
.job-list-wrapper {
    margin-bottom: 40px;
}

/* END JOB SINGLE DETAILS PAGE DESIGN CODE */






/* START GALLERY-SEC DESIGN CODE */

.gallery-wrapper {
    column-count: 4;
    width: 100%;
    gap: 0;
}

.gallery-wrapper .gallery-item {
    display: flex;
    padding: 8px;
}

.gallery-item .img-wrap {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}

.gallery-wrapper .gallery-item img {
    object-fit: cover;
    transition: var(--transition);
}

.gallery-item .img-wrap:hover img {
    transform: scale(1.1);
}

/* END GALLERY-SEC DESIGN CODE */






/* START MAP SEC DESIGN CODE */
.map-sec {
    padding-block: 0;
}

.trust-sec .btn-wrapper {
    width: 100%;
    justify-content: center;
}

/* END MAP SEC DESIGN CODE */






/* START INFO-IMG-CARD-SEC DESIGN CODE */
.infoimg-card .grid-card {
    padding: 16px;
    flex-direction: column;
    flex-wrap: unset;
}

.infoimg-card .grid-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.infoimg-card .grid-card .img-wrap {
    border-radius: 8px;
    overflow: hidden;
}

.infoimg-card .card-body .btn-wrap {
    margin-top: auto;
}

.infoimg-card .grid-card .img-wrap img {
    transition: var(--transition);
}


.infoimg-card .grid-card:hover .img-wrap img {
    transform: scale(1.1);
}

/* END INFO-IMG-CARD-SEC DESIGN CODE */