@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", sans-serif; */

/* 	-----------------------------------------------------
------------------- General Styles ------------------
----------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: 4px-box;
    -moz-box-sizing: 4px-box;
    box-sizing: 4px-box;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    color: #484C5B;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

img {
    max-width: 100%;
    display: block;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #484C5B;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #FB5D52;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.container {
    margin: 0 auto;
    padding: 0 22px;
    width: 100%;
    max-width: 1330px;
}

button {
    cursor: pointer;
}

button:focus {
    outline: none;
}

.btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    padding: 8px 34px 8px 12px;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Rajdhani", sans-serif;
    gap: 5px;
    width: max-content;
    position: relative;
    text-transform: capitalize;
}

.btn:after {
    content: "\e90b";
    font-family: 'comrado' !important;
    position: absolute;
    color: #001D56;
    font-size: 10px;
    right: 7px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background: #DEB52F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.no-after:after {
    display: none;
}


.btn.no-after {
    padding-right: 15px;
}

.btn-primary {
    background-color: #001D56;
    color: #ffffff;
    border: 1px solid #294988;
}

.btn-primary:hover {
    background-color: #102e6c;
    color: #FFFFFF !important;
}

.btn-primary:hover:after {
    color: #102e6c;
}

.btn-outline-primary {
    background-color: transparent;
    border: 1px solid #DEB52F;
    color: #FFFFFF;
}

.btn-outline-primary:hover {
    background-color: #DEB52F;
    border-color: #DEB52F;
    color: #001131 !important;
}

.btn-outline-primary:hover:after {
    background-color: #001131;
    color: #DEB52F !important;
}

.btn-outline-primary .fa-angle-right {
    margin-left: 10px;
}

.btn-secondary {
    background-color: #C39B18;
    border: 1px solid #DEB52F;
    color: #ffffff;
}

.btn-secondary:after {
    background: #ebc139;
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: #102e6c;
    border-color: #102e6c;
}

.btn-secondary:hover:after {
    background: #1a4190;
    color: #fff;
}

.btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    gap: 5px;
    padding: 0 !important;
}

.btn-text:hover {
    text-decoration: underline;
}

.btn-text:after {
    display: none;
}



.image-overlay {
    width: calc(100% + 6px);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
    object-fit: cover;
    height: 150%;
    transition: all ease 0.5s;
    max-width: unset;
}

.object-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-padding {
    padding: 50px 0;
}

.section-margin {
    margin: 50px 0;
}

.heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #03173D;
    line-height: 40px;
    text-transform: capitalize;
}

.heading h2 span {
    color: #DEB52F;
}

.desktop {
    display: none;
}

p {
    font-size: 15px;
}

.parallax-img {
    transform: translate(-50%, 0);
    will-change: transform;
}

input {
    display: block;
    width: 100%;
    padding: 16px 20px 12px;
    line-height: 1em;
    font-size: 14px;
    color: #000;
    background: transparent;
    border: none;
    border-bottom: 1px solid #6C6F73;
}

textarea {
    display: block;
    width: 100%;
    padding: 28px 20px 12px;
    line-height: 1em;
    height: 90px;
    font-size: 14px;
    color: #000;
    background: transparent;
    border: none;
    border-bottom: 1px solid #6C6F73;
    resize: none;
}


.form-col-checkbox {
    display: block;
    margin-bottom: 15px;
}

.form-col-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-col-checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #202020;
    padding-left: 28px;
}

.form-col-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #EEF4FF;
    border: 1px solid #717A8B;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 2px;
}


.form-col-checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #deb52f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-col-checkbox input:checked+label:before {
    background: #03173d;
    border-color: #03173d;
}


@media(min-width: 768px) {
    .btn {
        font-size: 18px;
        padding: 10px 39px 10px 16px;
        gap: 8px;
    }

    .btn:after {
        font-size: 10px;
        width: 26px;
        height: 26px;
        border-radius: 22px;
        padding-left: 2px;
    }

    .btn.no-after {
        padding-right: 22px;
    }


    .section-padding {
        padding: 70px 0;
    }

    .section-margin {
        margin: 70px 0;
    }

    .container {
        padding: 0 52px;
    }

    .heading h2 {
        font-size: 42px;
    }

    p {
        font-size: 16px;
    }
}


@media(min-width: 1200px) {
    .btn {
        font-size: 20px;
        padding: 10px 39px 10px 16px;
    }

    .section-padding {
        padding: 120px 0;
    }

    .section-margin {
        margin: 120px 0;
    }

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .container {
        padding: 0 15px;
    }

    .heading h2 {
        font-size: 70px;
        line-height: 66px;
    }

    p {
        font-size: 18px;
    }
}

@media(min-width: 1700px) {
    .section-padding {
        padding: 160px 0;
    }
}

@font-face {
    font-family: 'comrado';
    src: url('../fonts/comrado.eot?5kol5b');
    src: url('../fonts/comrado.eot?5kol5b#iefix') format('embedded-opentype'),
        url('../fonts/comrado.ttf?5kol5b') format('truetype'),
        url('../fonts/comrado.woff?5kol5b') format('woff'),
        url('../fonts/comrado.svg?5kol5b#comrado') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'comrado' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-accecibility-icon:before {
    content: "\e900";
}

.icon-btn-arrow-icon:before {
    content: "\e901";
}

.icon-call-icon:before {
    content: "\e902";
}

.icon-down-arrow-icon:before {
    content: "\e903";
}

.icon-download-icon:before {
    content: "\e904";
}

.icon-facebook-icon:before {
    content: "\e905";
}

.icon-left-arrow-icon:before {
    content: "\e906";
}

.icon-linked-icon:before {
    content: "\e907";
}

.icon-location-icon:before {
    content: "\e908";
}

.icon-mail-icon:before {
    content: "\e909";
}

.icon-quote-icon:before {
    content: "\e90a";
}

.icon-right-arrow-icon:before {
    content: "\e90b";
}

.icon-search-icon:before {
    content: "\e90c";
}

.icon-share-icon:before {
    content: "\e90d";
}

.icon-top-arrow-icon:before {
    content: "\e90e";
}

.icon-x-icon:before {
    content: "\e90f";
}

.icon-youtube-icon:before {
    content: "\e910";
}


.page-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0;
    background: transparent;
    transition: all ease 0.3s;
    z-index: 9999;
}

.page-header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    background: #001131;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.search-box__input {
    position: absolute;
    width: 100%;
    padding: 10px 22px;
    background-color: #001131;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -120%;
    gap: 10px;
    transition: all ease 0.3s;
    z-index: 2;
}

.search-box__input input {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    border: none;
    font-weight: 400;
}

.search-box__input button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.search-box.search-open .search-box__input {
    top: 49px;
}

.header-flex__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 135px);
    gap: 20px;
}

.header-flex__right .dropdown .dropdown-toggle {
    height: 29px;
    padding: 0 6px;
    border-radius: 50px;
    background: #deb52f;
    border: none;
    color: #001d56;
    display: flex;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.header-flex__right .dropdown .dropdown-toggle i {
    font-size: 18px;
}



.header-flex__right .dropdown .dropdown-toggle span {
    display: none;
}

.float-contact-btn {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.float-contact-btn .btn {
    width: 100%;
    background: #DEB52F;
    border-radius: 0;
    padding: 8px 15px;
    font-weight: 700;
}

.float-contact-btn .btn:after {
    position: relative;
    right: 0;
    top: unset;
    transform: unset;
    color: #DEB52F;
    background: #001D56;
}

.header-flex__right .btn {
    display: none;
    background: #5C6371;
    border-color: #79808F;
}


.header-flex__right .btn:after {
    background: #7A808F;
}

.header-flex__right .btn:hover {
    background: #C39B18;
    border-color: #DEB52F;
}


.header-flex__right .btn:hover:after {
    background: #ebc139;
}



ul.nav-list .btn {
    display: flex;
    align-items: center;
    width: 100%;
}

ul.nav-list .btn:after {
    position: relative;
    right: 0;
    transform: unset;
    top: 0;
}

.header-flex__right .dropdown .dropdown-menu.show {
    left: unset !important;
    right: 0 !important;
    transform: unset !important;
    top: 28px !important;
}

.menu-btn {
    width: 26px;
    height: 21px;
    position: relative;
    cursor: pointer;
    z-index: 2;
    clip-path: polygon(0 0, 76% 0%, 100% 100%, 0% 100%);
}

.menu-open .menu-btn {
    clip-path: unset;
}

.menu-btn .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #DEB52F;
    transition: all ease 0.3s;
}

.menu-btn .bar:nth-child(2) {
    top: 9px;
}

.menu-btn .bar:last-child {
    top: 18px;
}

.menu-open .menu-btn .bar:first-child {
    transform: rotate(45deg);
    transform-origin: 0 0;
    left: 2px;
}

.menu-open .menu-btn .bar:last-child {
    transform: rotate(-45deg);
    transform-origin: 0 0;
}

.menu-open .menu-btn .bar:nth-child(2) {
    opacity: 0;
}

.header-nav .nav {
    position: fixed;
    right: -100%;
    width: 100%;
    top: 0;
    background: #001131;
    padding: 105px 22px 15px 22px;
    transition: all ease 0.3s;
    max-width: 410px;
    height: 100vh;
}

.header-nav.menu-open .nav {
    right: 0;
}

.header-flex__logo a {
    display: block;
    max-width: 120px;
}

.search-box__toggle {
    padding: 0;
    background: none;
    border: none;
    color: #DEB52F;
    cursor: pointer;
    font-size: 20px;
    display: flex;
}

.search-box__toggle:focus {
    outline: none;
}

ul.nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

ul.nav-list li {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

ul.nav-list li a {
    color: #fff;
    font-size: 15px;
    display: flex;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all ease 0.3s;
}

ul.nav-list li.active a {
    background: #deb52f;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.header-flex__right .dropdown .dropdown-toggle:after {
    display: none;
}

@media(min-width: 768px) {
    .header-flex__right {
        gap: 30px;
    }

    .header-flex__logo a {
        max-width: 151px;
    }

    .page-header {
        padding: 15px 0;
    }

    .search-box.search-open .search-box__input {
        top: 70px;
    }

    .search-box__toggle {
        font-size: 20px;
    }

    .header-flex__right .dropdown .dropdown-toggle {
        height: auto;
        padding: 7px 14px 6px 10px;
        border-radius: 50px;
        background: #102E6C;
        color: #fff;
        font-size: 18px;
    }

    .header-flex__right .dropdown .dropdown-toggle span {
        display: inline-block;
    }

    .header-flex__right .dropdown .dropdown-menu.show {
        top: 44px !important;
    }

    .float-contact-btn {
        display: none;
    }

    .header-flex__right .btn {
        display: flex;
    }

    .header-flex__right .dropdown .dropdown-toggle:after {
        content: "\e903";
        font-family: 'comrado' !important;
        border: none;
        font-weight: 700;
        width: auto;
        height: auto;
        font-size: 8px;
        background: transparent;
        width: auto;
        height: auto;
        display: inline-block;
    }
}

@media(min-width: 1200px) {

    ul.nav-list li a {
        font-size: 18px;
        padding: 13px 24px;
    }

    ul.nav-list {
        gap: 20px;
    }

    ul.nav-list li a:hover {
        background: #06255e;
    }

    .search-box .search-box__input {
        max-width: 1300px;
        left: 50%;
        transform: translate(-50%, 0);
        border-radius: 12px;
        padding: 15px 20px;
        gap: 20px;
        width: 90%;
    }

    .sticky .search-box.search-open .search-box__input {
        border-radius: 0 0 12px 12px;
    }

    .search-box__input input {
        padding: 12px 15px;
        border-radius: 8px;
        font-size: 16px;
    }

    .header-flex__logo a {
        max-width: 240px;
    }

    .header-flex__right {
        width: calc(100% - 240px);
    }

    .menu-btn {
        width: 41px;
        height: 24px;
    }

    .menu-btn .bar {
        height: 3px;
        border-radius: 5px;
    }

    .menu-btn .bar:nth-child(2) {
        top: 11px;
    }

    .menu-btn .bar:last-child {
        top: 21px;
    }

    .menu-open .menu-btn .bar:first-child {
        left: 3px;
        top: -7px;
    }

    .search-box__toggle {
        font-size: 33px;
    }

    .header-flex__right .dropdown .dropdown-toggle i {
        font-size: 20px;
    }

    .header-flex__right .dropdown .dropdown-toggle {
        padding: 5px 14px 5px 10px;
        font-size: 20px;
        gap: 8px;
    }

    .search-box.search-open .search-box__input {
        top: 85px;
    }

    .search-box__input button:hover {
        background: #102e6c;
    }

}




/* masterhead */
.masterhead {
    position: relative;
    overflow: hidden;
}

.banner-bg {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
    object-fit: cover;
    height: 150%;
    transition: all ease 0.9s;
}

.masterhead--homepage .banner-bg {
    object-position: center bottom;
    height: 100%;
}

.masterhead-overlay {
    position: relative;
    z-index: 1;
    padding: 200px 0 60px;
    text-align: center;
    color: #fff;
    background: radial-gradient(37.09% 37.09% at 50% 50%, rgba(0, 29, 86, 0) 0%, #001131e8 100%);
}

.masterhead--homepage .masterhead-overlay {
    background: transparent;
}

.masterhead__content h1 {
    font-size: 66px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 10px;
}

.masterhead__content h1 span {
    display: block;
}

.masterhead__content p {
    margin: 0 auto;
    max-width: 500px;
}

.masterhead--innerpage .masterhead__content h1 {
    font-size: 40px;
    line-height: 35px;
    text-transform: none;
    font-weight: 600;
}

.masterhead--innerpage .masterhead-overlay {
    padding: 130px 0 30px;
}

.breedcumb {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 11px;
    background: #DEB52F;
    border-radius: 4px;
    width: max-content;
}

.breedcumb ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.breedcumb ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 12px;
    color: #011D56;
    font-weight: 700;
    position: relative;
}

.breedcumb ul li:after {
    content: "\e90b";
    font-family: 'comrado' !important;
    position: absolute;
    right: -15px;
    font-size: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.breedcumb ul li:last-child:after {
    display: none;
}

.breedcumb ul li a {
    font-size: 12px;
    color: #011D56;
    font-weight: 600;
}

.masterhead--media {
    background: transparent;
}

.masterhead--media .masterhead-overlay {
    background: transparent;
}

.masterhead--contact .masterhead-overlay {
    background: transparent;
    padding: 150px 0 50px;
}

.masterhead--contact {
    background: #001131;
}

.masterhead--contact .banner-bg {
    opacity: 0.25;
    z-index: inherit;
}

.masterhead--product {
    background: radial-gradient(37.09% 37.09% at 50% 50%, #000000 0%, #000000 100%);

}

.masterhead--product .masterhead-overlay {
    background: transparent;
}

.masterhead--product .banner-bg {
    opacity: 0.3;
    mix-blend-mode: exclusion;
    z-index: inherit;
}


.masterhead--about {
    background: radial-gradient(37.09% 37.09% at 50% 50%, #001131 0%, #001131 100%);
}

.masterhead--about .masterhead-overlay {
    background: transparent;
}

.masterhead--about .banner-bg {
    opacity: 0.3;
    mix-blend-mode: exclusion;
    z-index: inherit;
}

@media(min-width: 768px) {
    .masterhead__content h1 {
        font-size: 76px;
        line-height: 61px;
        margin: 0 0 18px;
    }

    .masterhead__content h1 span {
        display: inline;
    }

    .masterhead-overlay {
        padding: 250px 0 80px;
    }

    .masterhead__content p {
        max-width: 530px;
        font-size: 17px;
    }

    .masterhead--innerpage .masterhead__content h1 {
        font-size: 65px;
        line-height: 55px;
        margin: 0 0 15px;
    }
}



@media(min-width: 1200px) {
    .masterhead__content h1 {
        font-size: 134px;
        line-height: 103px;
        margin: 65px 0 25px;
    }

    .masterhead-overlay {
        padding: 390px 0 100px;
        min-height: 100vh;
    }

    .masterhead__content p {
        max-width: 594px;
        font-size: 18px;
    }

    .breedcumb ul li,
    .breedcumb ul li a {
        font-size: 16px;
    }

    .breedcumb ul li a:hover {
        text-decoration: underline;
    }

    .breedcumb ul {
        gap: 24px;
    }

    .breedcumb ul li:after {
        right: -16px;
        font-size: 10px;
        margin-top: 1px;
    }

    .breedcumb {
        padding: 7px 19px;
    }

    .masterhead--innerpage .masterhead-overlay {
        padding: 186px 0 70px;
        min-height: unset;
    }
}

/* masterhead */


.mission {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mission__image {
    display: flex;
    gap: 12px;
    border-radius: 22px;
    overflow: hidden;
    max-width: 592px;
    margin: 0 auto;
}

.mission__image__left {
    width: calc(50% - 6px);
}

.mission__image__right {
    width: calc(50% - 6px);
}

.mission__image__col {
    position: relative;
    aspect-ratio: 2 / 1.6;
}

.mission__image__col:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.mission__image__col h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: right;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    margin: 0;
    z-index: 1;
}

.mission__image__col+.mission__image__col {
    margin-top: 12px;
}

.mission__image__left .mission__image__col {
    height: 100%;
    aspect-ratio: unset;
}

.mission__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.mission-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media(min-width: 768px) {
    .mission__image__col h3 {
        font-size: 26px;
        padding: 20px;
    }

    .mission__image {
        height: 448px;
        gap: 32px;
    }

    .mission__image__left {
        width: calc(59% - 17px);
    }

    .mission__image__right {
        width: calc(42% - 21px);
    }

    .mission__image__right .mission__image__col {
        aspect-ratio: unset;
        height: calc(50% - 16px);
    }

    .mission__image__col+.mission__image__col {
        margin-top: 32px;
    }
}

@media(min-width: 1200px) {
    .mission__image {
        width: calc(47% - 18px);
        margin: 0;
    }

    .mission__content {
        width: calc(51% - 6px);
    }

    .mission__content p {
        font-size: 18px;
    }

    .mission__image__col h3 {
        font-size: 32px;
    }

    .mission__flex {
        gap: 50px;
        align-items: center;
    }
}


.contact-block {
    position: relative;
    background: #EEF4FF;
}

.contact-block-content p {
    color: #42444A;
}

.contact-block-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    max-width: 1065px;
}

.contact-block-overlay {
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

.contact-form {
    position: relative;
    z-index: 1;
    padding: 32px 25px 25px;
}

.contact-form:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
    background: blur(19px);
    z-index: -1;
}


.form-col {
    position: relative;
    display: block;
    margin: 0 0 15px;
    z-index: 1;
}

.form-col label {
    position: absolute;
    left: 19px;
    color: #535353;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin: 0;
    top: 12px;
    z-index: -1;
    transition: all ease 0.3s;
}

.form-col input {
    padding: 18px 20px 10px;
    position: relative;
    z-index: 1;
}

.form-col input:focus+label,
.form-col input:not(:placeholder-shown)+label,
.form-col textarea:focus+label,
.form-col textarea:not(:placeholder-shown)+label {
    top: 0;
    left: 10px;
    color: #000;
    font-size: 10px;
}

@media(min-width: 768px) {
    .contact-block-form {
        max-width: 647px;
        margin: 0 auto;
    }

    .contact-form {
        padding: 30px 35px;
    }

    .contact-block-overlay {
        padding: 80px 0;
    }

}

@media(min-width: 1200px) {
    .contact-block-overlay {
        padding: 120px 0;
    }

    .form-col input {
        font-size: 18px;
        padding: 22px 20px 10px;
    }

    .form-col textarea {
        font-size: 18px;
        padding: 28px 20px 10px;
    }

    .form-col label {
        font-size: 18px;
    }

    .form-col-checkbox label {
        font-size: 18px;
        padding-left: 30px;
    }

    .form-col input:focus+label,
    .form-col input:not(:placeholder-shown)+label,
    .form-col textarea:focus+label,
    .form-col textarea:not(:placeholder-shown)+label {
        top: 0;
        left: 10px;
        color: #000;
        font-size: 14px;
    }

    .form-col-checkbox label:before {
        top: 4px;
    }

    .form-col-checkbox input:checked+label:after {
        top: 5px;
    }

    .contact-block-content {
        max-width: 596px;
        width: calc(49% - 15px);
    }

    .contact-block-form {
        max-width: 647px;
        width: calc(51% - 15px);
        margin: 0;
    }
}

@media(min-width: 1700px) {
    .contact-block-overlay {
        padding: 160px 0;
    }
}

/*  */


.full-width-image-overlay {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.full-width-image-overlay__content {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    max-width: 589px;
    z-index: 1;
    padding: 20px;
}

.full-width-image-overlay__content p {
    color: #000;
}


.full-width-image-overlay__content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ffffffc7;
    backdrop-filter: blur(6px);
}

.contact-block-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-block-content p:last-child {
    margin-bottom: 0;
}

.full-width-image-wrapper {
    position: relative;
}

.full-width-image-overlay__image {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 300px;
    z-index: 2;
    top: 0;
}

.drone .full-width-image-overlay__image {
    width: 440px;
    top: -40px;
}

.drone .full-width-image-wrapper {
    padding-top: 160px;
}

.plane .full-width-image-overlay__image {
    width: 440px;
    top: -40px;
}

.plane .full-width-image-wrapper {
    padding-top: 160px;
}

.full-width-image-overlay__content .heading h2 br {
    display: none;
}

@media(min-width: 768px) {
    .full-width-image-overlay__content {
        padding: 40px;
        margin: 0 auto;
    }

    .form-col-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }

    .form-col-checkbox {
        margin-bottom: 0;
    }
}

@media(min-width: 1200px) {
    .full-width-image-overlay--right .full-width-image-overlay__content {
        margin-left: auto;
    }

    .full-width-image-overlay__content h2 {
        margin: 0 0 25px;
    }

    .full-width-image-overlay__content p {
        margin: 0 0 25px;
    }

    .full-width-image-overlay__content {
        margin: 0;
    }

    .plane .full-width-image-overlay__image {
        width: 718px;
        top: 0;
    }

    .plane .full-width-image-wrapper {
        padding-top: 0;
    }

    .plane .full-width-image-overlay__image {
        width: 718px;
        top: 0;
        left: 0;
        transform: unset;
    }

    .drone .full-width-image-overlay__image {
        width: 770px;
        top: unset;
        right: 0;
        bottom: 0;
        left: unset;
        transform: unset;
    }

    .drone .full-width-image-wrapper {
        padding-top: 0;
    }

    .full-width-image-overlay {
        padding: 143px 0;
    }

    .full-width-image-overlay__content .heading h2 br {
        display: block;
    }

}


@media(min-width: 1600px) {
    .plane .full-width-image-overlay__image {
        width: 926px;
        left: -190px;
        top: -70px;
    }

    .drone .full-width-image-overlay__image {
        width: 918px;
        right: -170px;
        bottom: -80px;
    }

    .full-width-image-overlay {
        padding: 200px 0;
    }

}



.logo-carousel {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.logo-carousel-slider {
    position: relative;
    z-index: 1;
    margin: 0 -22px;
}

.logo-carousel-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 1141px;
    z-index: -1;
}

.logo-carousel-content {
    position: relative;
}

.logo-carousel-slide-image img {
    max-width: 200px;
    max-height: 80px;
}

.logo-carousel-slider .slick-slide {
    margin: 0 15px;
    vertical-align: middle;
}

.logo-carousel-slide-image {
    display: block;
    position: relative;
}


.logo-carousel-slide-image p {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -250px;
    font-family: "Rajdhani", sans-serif;
    opacity: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background: #08193F;
    padding: 5px 29px;
    border-radius: 50px;
    width: max-content;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    transition: all ease 0.3s;
}

.logo-carousel-slider .slick-track {
    display: flex;
    align-items: center;
}

@media(min-width: 768px) {
    .logo-carousel-slide-image img {
        max-width: 230px;
        max-height: 100px;
    }

    .logo-carousel-slider {
        margin: 0 -52px;
    }
}


@media(min-width: 1200px) {
    .logo-carousel-slider {
        margin: 0;
    }

    .logo-carousel-slide-image {
        padding-bottom: 32px;
    }

    .logo-carousel-slide-image img {
        max-width: unset;
        max-height: unset;
    }

    .logo-carousel-slide-image p:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        width: 22px;
        height: 11px;
        transform: translate(-50%, 0);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        background: #08193F;
    }

    .logo-carousel-slide-image:hover p {
        opacity: 1;
        bottom: -32px;
    }

    .logo-carousel-slider .slick-slide {
        margin: 0 50px;
    }
}

/* newsletter */


.newsletter {
    position: relative;
    background: #03173D;
    padding: 22px 0;
    margin: -2px 0;
    z-index: 3;
}

.newsletter h2 {
    color: #fff;
    font-size: 26px;
    margin: 0;
    line-height: 1em;
}

.newsletter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter h2 span {
    display: block;
    font-size: 30px;
    color: #F7C600;
    font-weight: 600;
    letter-spacing: 0.09em;
}

@media(min-width: 768px) {
    .newsletter h2 {
        font-size: 42px;
    }

    .newsletter h2 span {
        font-size: 49px;
    }
}

@media(min-width: 1200px) {
    .newsletter h2 {
        font-size: 50px;
    }

    .newsletter h2 span {
        font-size: 63px;
        display: inline-block;
    }

    .newsletter {
        padding: 36px 0;
    }

    .newsletter-wrapper .btn {
        margin-right: 50px;
    }

}


/* footer */


.page-footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer__overlay {
    padding: 50px 0 20px;
    background: rgb(0 17 49 / 70%);
    position: relative;
    z-index: 1;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
}

.footer-left {
    width: 100%;
}

.footer-logo a {
    margin: 0 auto;
    max-width: 160px;
    display: block;
}

.footer-media {
    margin: 20px 0;
}

.footer-left .btn {
    margin: 30px auto 0;
}

.footer-media ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.footer-media ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-media ul li:after {
    display: none;
}

.footer-media ul li a {
    width: 30px;
    height: 30px;
    background: #DEB52F;
    color: #03173D;
    border-radius: 50px;
    font-size: 15px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top h3 {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    margin: 0 0 15px;
}

.footer-link ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.footer-link ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-link ul li:after {
    display: none;
}

.footer-link ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.footer-contact-col ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.footer-contact-col ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-contact-col ul li:after {
    display: none;
}

.footer-contact-col ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
}

.footer-contact-col ul li a i {
    position: relative;
    top: 4px;
    color: #F7C600;
}

.footer-link {
    width: 100%;
    text-align: center;
}

.footer-contact {
    width: 100%;
    text-align: center;
}

.footer-contact-col+.footer-contact-col {
    margin-top: 14px;
}


.footer-bottom {
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 20px;
}

.footer-bottom ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 6px 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-bottom ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.footer-bottom ul li:after {
    display: none;
}

.footer-bottom ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
}


.page-footer .image-overlay {
    object-position: left;
}

.back-to-top {
    position: fixed;
    right: 40px;
    bottom: 20px;
    z-index: 999;
}

.back-to-top button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: max-content;
    margin: 0 auto;
    background: transparent;
    padding: 0 !important;
}

.back-to-top button i {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #ebc139;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #03173D;
}

.back-to-top button:hover i {
    background: #deb52f;
    color: #03173D;
}

.footer-left .footer-media {
    display: none;
}

@media(min-width: 768px) {
    .footer-contact {
        width: auto;
        max-width: 220px;
        text-align: left;
    }

    .footer-left .btn {
        margin: 0;
    }

    .footer-link {
        width: auto;
        text-align: left;
    }

    .footer-left {
        width: auto;
    }

    .footer-link ul li a {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ccc;
        padding-bottom: 2px;
    }

    .footer-contact-col ul li a {
        justify-content: flex-start;
    }

    .footer-link ul {
        display: block;
        column-count: 2;
        align-items: flex-start;
        vertical-align: text-bottom;
        column-gap: 50px;
    }

    .footer-link ul li {
        margin: 0 0 5px;
    }

    .footer-bottom ul {
        justify-content: flex-start;
    }

    .back-to-top button i {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .footer-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .back-to-top {
        margin-bottom: 0;
    }

    .footer-media ul {
        justify-content: flex-start;
    }

    .footer-bottom {
        margin-top: 56px;
        padding-top: 0;
        border-top: none;
    }

    .footer-contact .footer-media {
        display: none;
    }

    .footer-left .footer-media {
        display: block;
    }
}

@media(min-width: 1200px) {
    .footer-link {
        width: 400px;
    }

    .footer-logo a {
        max-width: 240px;
    }

    .footer-media ul li a {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .footer-link ul li a {
        font-size: 18px;
        font-weight: 600;
    }

    .footer-top h3 {
        font-size: 26px;
        margin: 0 0 35px;
    }


    .footer-contact-col ul li a {
        font-size: 18px;
        font-weight: 600;
    }

    .footer-contact-flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 30px;
    }

    .footer-contact {
        max-width: unset;
    }

    .footer-contact-col+.footer-contact-col {
        margin-top: 0;
    }

    .footer-link ul li {
        margin: 0 0 14px;
    }

    .footer-contact-col ul {
        gap: 16px;
    }


    .footer-bottom ul li,
    .footer-bottom ul li a {
        font-size: 16px;
    }

    .footer-bottom ul {
        gap: 30px;
    }

    .footer-media {
        margin: 44px 0 25px;
    }

    .footer__overlay {
        padding: 120px 0 20px;
    }

    .footer-bottom {
        margin-top: 98px;
    }

    .footer-bottom ul li a:hover,
    .footer-contact ul li a:hover,
    .footer-link ul li a:hover {
        border-color: #F7C600;
        color: #F7C600;
    }

    .back-to-top button:hover i {
        background: #1a4190;
        color: #fff;
    }

    .footer-media ul li a:hover {
        background: #102e6c;
        color: #fff;
    }
}

@media (min-width: 1700px) {
    .footer__overlay {
        padding: 140px 0 40px;
    }

    .back-to-top button i {
        width: 62px;
        height: 62px;
        font-size: 26px;
    }
}



.social-media-content {
    background: #EEF4FF;
    position: relative;
    z-index: 1;
}

.media-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.08;
    z-index: -1;
}

.social-media-content-bottom .btn {
    margin: 20px auto 0;
}

.social-media-content__heading h2 span {
    color: #03173D;
}

.social-media-content__heading .heading {
    position: relative;
    z-index: 1;
}

.social-media-content__heading .heading h2 {
    margin: 0;
    display: inline-block;
    background: #eef4ff;
    position: relative;
    z-index: 1;
}

.social-media-content__heading .heading:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 11px;
    width: 100%;
    height: 2px;
    background: #03173D;
    z-index: -1;
}

.social-media_link ul {
    padding: 0;
    margin: 0;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social-media_link ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.social-media_link ul li a {
    width: 30px;
    height: 30px;
    background: #03173D;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.social-media_link {
    margin-top: 20px;
}

.social-media-content__heading {
    margin-bottom: 30px;
    position: relative;
}

.social-media-link-image {
    aspect-ratio: 2 / 1;
    border-radius: 15px 15px 0 0;
}

.social-media-link-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-media-slider .slick-slide {
    width: 270px;
    margin: 0 10px;
}

.social-media-link {
    position: relative;
    display: block;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    transition: ease 0.3s;
}

.social-media-link-content {
    position: relative;
    padding: 20px 15px 15px;
}

.social-media-icon {
    position: absolute;
    left: 18px;
    top: -8px;
    padding-left: 31px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    padding-right: 6px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);

}

.media-post-time {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 10px;
    font-weight: 400;
    color: #424242;
}


.social-media-icon i {
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.linkedin .social-media-icon i,
.linkedin .social-media-icon {
    background: #0072FF;
}

.facebook .social-media-icon i,
.facebook .social-media-icon {
    background: #3B5998;
}

.twitter .social-media-icon i,
.twitter .social-media-icon {
    background: #000000;
}

.social-media-link-content p {
    font-size: 14px;
    color: #353030;
    font-weight: 600;
    margin: 0;
}

.social-media-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}


@media(min-width: 768px) {
    .social-media_link {
        margin-top: 0;
        position: absolute;
        right: 0;
        bottom: 11px;
        z-index: 2;
    }


    .social-media_link ul li a {
        border-radius: 8px 8px 0 0;
    }

    .social-media_link ul li a:hover {
        background: #133982;
    }

    .social-media-slider .slick-slide {
        width: 370px;
        margin: 0 16px;
    }

    .social-media-link-content {
        padding: 22px 20px 15px;
    }

    .social-media-content-bottom .btn {
        margin: 30px auto 0;
    }

    .social-media-icon {
        left: 23px;
        top: -9px;
    }

    .social-media-list .social-media-slide {
        width: calc(50% - 16px);
    }

    .social-media-list {
        gap: 32px;
    }
}

@media(min-width: 1200px) {
    .social-media_link ul li a {
        width: 40px;
        height: 40px;
        border-radius: 8px 8px 0 0;
        font-size: 26px;
    }

    .social-media-icon i {
        font-size: 16px;
    }

    .social-media-link-content p {
        font-size: 16px;
    }

    .social-media-slider .slick-slide {
        width: 412px;
    }

    .social-media-link:hover {
        transform: scale(1.1);
    }

    .social-media-slider .slick-slide:hover {
        z-index: 1;
        position: relative;
    }

    .social-media-slider .slick-list {
        overflow: unset;
    }

    .social-media-content-bottom .btn {
        margin: 45px auto 0;
    }

    .social-media-list .social-media-slide {
        width: calc(33.333% - 22px);
    }

}

.carrer-block {
    position: relative;
    overflow: hidden;
    background: #03173d;
}

.carrer-block-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

.carrer-block__overlay {
    color: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 4;
}

.carrer-block__overlay:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 266px;
    background: linear-gradient(180deg, rgba(45, 60, 84, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.carrer-block-image {
    max-width: 400px;
    position: relative;
    padding-bottom: 30px;
    margin: 0 auto 30px;
}

.carrer-block-big-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: calc(100% - 60px);
    margin-left: 60px;
    aspect-ratio: 2 / 1.15;
}

.carrer-block-small-image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 170px);
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 2 / 1.15;
    max-width: 272px;
}

.carrer-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset;
}

.carrer-block-content {
    text-align: center;
}

.carrer-block-content h3 {
    font-size: 22px;
    font-weight: 600;
}

.carrer-block-content .heading h2 {
    color: #fff;
}

.carrer-block-content .btn {
    margin: 25px auto 0;
}

.carrer-block__wrapper {
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.two-section-gradient.carrer-block__overlay:after {
    display: none;
}

@media(min-width: 768px) {
    .carrer-block__overlay {
        padding: 80px 0;
    }
}


@media(min-width: 1200px) {
    .carrer-block__wrapper {
        max-width: unset;
        margin: 0;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        gap: 32px;
    }

    .carrer-block-content {
        text-align: left;
    }

    .carrer-block-image {
        max-width: unset;
        padding-bottom: 20px;
        margin: 0;
        width: calc(46% - 16px);
        max-width: 586px;
    }

    .carrer-block-content {
        width: calc(54% - 16px);
        max-width: 635px;
    }

    .carrer-block-content h3 {
        font-size: 24px;
        margin: 0 0 20px;
    }

    .carrer-block-content .btn {
        margin: 25px 0 0;
    }

    .carrer-block-big-image {
        border-radius: 15px;
        width: calc(100% - 101px);
        margin-left: 101px;
    }


    .carrer-block-small-image {
        border-radius: 15px;
    }

    .carrer-block-content p {
        max-width: 573px;
    }

    .carrer-block__overlay {
        padding: 138px 0;
    }
}

@media(min-width: 1700px) {
    .carrer-block__overlay {
        padding: 160px 0;
    }
}


.testimonial {
    position: relative;
    background: #03173d;
}

.testimonial-overlay {
    position: relative;
    z-index: 4;
    padding: 50px 0;
}

.testimonial-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

.testimonial-heading .heading h2 {
    color: #fff;
    font-weight: 600;
}

.testimonial-slider .slick-slide {
    margin: 0 10px;
    width: 270px;
}

.testimonial-slide-item {
    background-color: #fff;
    border-radius: 10px;
}

.testimonial-slide-head {
    padding: 15px 15px 15px 55px;
    position: relative;
    border-bottom: 1px solid #D8DEE9;
}

.testimonial-slide-head:after {
    content: "\e90a";
    font-family: 'comrado' !important;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translate(0, -50%);
    height: 30px;
    background: #D8DEE9;
    width: 55px;
    border-radius: 0 50px 50px 0;
    color: #B9C3D7;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
}



.testimonial-slide-head:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #B9C3D7;
    width: 8px;
    height: 10px;
    margin-top: -19px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all ease 0.3s;
}

.slick-slide.slick-center .testimonial-slide-head:before {
    background: #F7C600;
}

.slick-slide.slick-center .testimonial-slide-head:after {
    background: #F7C600;
    color: #03173D;
}

.testimonial-slide-head h3 {
    font-size: 18px;
    font-weight: 600;
    color: #141E48;
    margin: 0;
}

.testimonial-slide-head h3 span {
    font-size: 14px;
    font-weight: 400;
    color: #474761;
    display: block;
}

.testimonial-slide-content {
    padding: 15px;
}

.testimonial-slide-content p {
    margin: 0;
}

.testimonial-slider {
    padding-bottom: 60px;
}

.two-section-gradient {
    position: relative;
}

.carrer-block+.testimonial:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 250px;
    background: #162234;
    background: linear-gradient(-180deg, rgb(7 14 27) 0% 0%, rgba(22, 34, 52, 0) 100% 100%);
    z-index: 3;
}

.carrer-block+.testimonial:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    top: 0;
    height: 1px;
    background: #3B4E69;
    max-width: 1300px;
    z-index: 5;
}


@media(min-width: 768px) {
    .testimonial-slider {
        padding-bottom: 80px;
    }

    .testimonial-slider .slick-slide {
        margin: 0 16px;
        width: 430px;
    }

    .testimonial-heading {
        margin: 0 0 25px;
    }

    .testimonial-slide-head {
        padding: 15px 15px 15px 85px;
    }

    .testimonial-slide-head:after {
        height: 40px;
        width: 83px;
        font-size: 30px;
    }

    .testimonial-slide-head h3 {
        font-size: 20px;
    }

    .testimonial-slide-head h3 span {
        font-size: 16px;
        margin-top: 8px;
    }

    .testimonial-slide-content {
        padding: 18px 25px;
    }

    .testimonial-slide-head:before {
        height: 9px;
        margin-top: -24px;
    }

    .testimonial-overlay {
        padding: 80px 0;
    }

    .carrer-block+.testimonial:after {
        height: 400px;
    }
}




@media(min-width: 1200px) {
    .testimonial-slider {
        padding-bottom: 100px;
    }

    .testimonial-overlay {
        padding: 120px 0;
    }

    .testimonial-slider .slick-slide {
        margin: 0 20px;
        width: 615px;
    }

    .testimonial-slide-head {
        padding: 22px 15px 22px 128px;
    }

    .testimonial-slide-head:after {
        height: 49px;
        width: 119px;
        font-size: 46px;
    }

    .testimonial-heading {
        margin: 0 0 40px;
    }

    .carrer-block+.testimonial:after {
        height: 100%;
    }

    .two-section-gradient .carrer-block__overlay:after {
        background: linear-gradient(180deg, rgba(45, 60, 84, 0) 0%, rgb(7 14 28) 100%);
    }
}

@media(min-width: 1700px) {
    .testimonial-overlay {
        padding: 160px 0;
    }
}

.smooth-scroll-wrapper {
    position: fixed;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    will-change: transform;
}

.scroll-content {
    width: 100%;
}

.contact-page-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.contact-map {
    aspect-ratio: 2/ 1.5;
    overflow: hidden;
    filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.15));
    border-radius: 20px;

}

.contact-map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-page-wrapper__left,
.contact-page-wrapper__right {
    width: 100%;
}

.contact-info {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    display: block;
    padding: 30px;
}

.contact-info i {
    font-size: 35px;
    color: #DEB52F;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto 25px;
    background: rgba(222, 181, 47, 0.12);
}

.contact-info h3 {
    font-size: 20px;
    color: #2A2A2A;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.contact-info p {
    font-size: 15px;
    color: #2A2A2A;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.contact-info-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-info-col {
    width: 100%;
}

@media(min-width: 768px) {
    .contact-info-col {
        width: calc(50% - 16px);
    }

    .contact-info-col:last-child {
        width: 100%;
    }
}


@media(min-width: 1200px) {
    .contact-page-wrapper__left {
        width: calc(50% - 28px);
    }

    .contact-page-wrapper__right {
        width: calc(50% - 28px);
    }

    .contact-page-wrapper {
        gap: 56px;
    }


    .contact-info {
        padding: 0;
        height: 249px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .contact-info i {
        font-size: 40px;
        width: 70px;
        height: 70px;
    }

    .contact-info i.icon-mail-icon {
        font-size: 45px;
    }

    .contact-info-col {
        width: calc(50% - 13px);
    }

    .contact-info-list {
        gap: 26px;
    }

    .contact-map {
        aspect-ratio: unset;
        height: 100%;
    }

    .masterhead--contact .masterhead-overlay {
        background: transparent;
        padding: 210px 0 100px;
    }



    .contact-info:hover i {
        background: #DEB52F;
        color: #fff;
    }

}

@media(min-width: 1600px) {
    .contact-info i {
        font-size: 45px;
        width: 94px;
        height: 94px;
    }

    .contact-info i.icon-mail-icon {
        font-size: 60px;
    }

    .contact-info h3 {
        font-size: 24px;
    }

    .contact-info p {
        font-size: 18px;
    }
}

.product-page-list-search {
    width: calc(100% - 44px);
    margin: 0 auto 50px;
    position: relative;
    max-width: 594px;
}


.product-page-list-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: #03173D;
    font-size: 18px;
    color: #DEB52F;
    border: none;
}

.product-page-list-search input {
    padding: 9px 45px 9px 15px;
    height: 36px;
    border: 1px solid #03173D;
    font-size: 14px;
}

.product-page-list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 25px 0 0;
}

.product-page-list-btn .btn-text {
    color: #fff;
}

.product-page-list-row {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.product-page-list-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



.product-page-list-content {
    color: #fff;
    text-align: center;
}

.product-page-list-row-overlay {
    position: relative;
    z-index: 1;
    padding: 30px 0 45px;
}

.product-page-list-image {
    margin-bottom: 20px;
    max-width: 500px;
}

.red-drone .product-page-list-image {
    margin: 0 auto;
    left: -6%;
    position: relative;
    width: 100%;
}

.product-page-list-content h3 {
    font-size: 44px;
}

.green-drone .product-page-list-image {
    width: 90%;
    margin: 0 auto;
}

.product-page-list {
    padding-bottom: 0;
}

@media(min-width: 768px) {
    .product-page-list-search {
        margin: 0 auto 70px;
    }
}

@media(min-width: 1200px) {
    .product-page-list-content {
        max-width: 526px;
        text-align: left;
    }

    .product-page-list-btn {
        justify-content: flex-start;
    }

    .product-page-list-row-overlay {
        padding: 0;
        height: 590px;
    }


    .product-page-list-image {
        position: absolute;
        margin: 0;
    }

    .green-drone .product-page-list-image {
        width: 50%;
        margin: 0;
        right: 32px;
        bottom: 35px;
        max-width: 1004px;
    }

    .product-page-list-row-overlay .container {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .red-drone .product-page-list-image {
        margin: 0 auto;
        left: -106px;
        position: absolute;
        width: 56%;
        max-width: 1004px;
        bottom: 0;
        top: unset;
    }

    .red-drone .product-page-list-row-overlay .container {
        justify-content: flex-end;
    }

    .product-page-list-search {
        margin: 0 auto 100px;
    }

    .product-page-list-search input {
        padding: 10px 45px 10px 20px;
        height: 45px;
        font-size: 16px;
    }

    .product-page-list-search button {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .product-page-list-content p {
        font-size: 20px;
    }

    .product-page-list-content h3 {
        font-size: 70px;
    }
}

@media(min-width: 1600px) {
    .product-page-list-row-overlay {
        padding: 0;
        height: 720px;
    }
}



.storyboard {
    background: #001131;
}

.storyboard-heading {
    margin: 0 0 30px;
    text-align: center;
}


.storyboard-heading h2 {
    color: #fff;
}

.storyboard-col-image {
    float: right;
    width: calc(100% - 171px);
    margin: 0 0 10px 10px;
    max-width: 324px;
    aspect-ratio: 2 / 1.26;
}

.storyboard-col-content {
    color: #fff;
}

.storyboard-col-content h3 {
    font-size: 22px;
}

.storyboard-col-content p:last-child {
    margin-bottom: 0;
}


.storyboard-col-year {
    position: absolute;
    right: 0;
    font-size: 50px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    color: #68748b;
    top: -6px;
    line-height: 1em;
}

.storyboard-col {
    position: relative;
    padding-top: 27px;
    z-index: 1;
    width: 100%;

}

.storyboard-col-content p {
    font-size: 14px;
}

.storyboard-list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 0;
}

.storyboard-col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media(min-width: 768px) {
    .storyboard-col {
        display: flex;
        gap: 100px;
        align-items: center;
        justify-content: flex-end;
        padding-top: 0;
    }

    .storyboard-col:nth-child(even) {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .storyboard-col-year {
        right: 0;
        left: unset;
        top: 0;
    }

    .storyboard-col:nth-child(even) .storyboard-col-year {
        right: unset;
        left: 0;
    }

    .storyboard-col:nth-child(even) .storyboard-col-content {
        text-align: right;
    }

    .storyboard-col-image {
        float: none;
        width: calc(50% - 50px);
        margin: 0;
    }

    .storyboard-col-content {
        width: calc(50% - 50px);
        position: relative;
        padding-top: 44px;
    }

    .storyboard-list {
        position: relative;
    }

    .storyboard-list:after {
        content: "";
        position: absolute;
        top: 37px;
        left: 50%;
        transform: translate(-50%, 0);
        height: calc(100% - 54px);
        width: 1px;
        background: #fff;
    }

    .storyboard-col-content h3:after {
        content: "";
        position: absolute;
        left: -54px;
        top: 52px;
        width: 9px;
        height: 9px;
        background: #DEB52F;
        border-radius: 50px;
        z-index: 1;
    }

    .storyboard-col-content h3:before {
        content: "";
        position: absolute;
        left: -51px;
        top: 56px;
        width: 0;
        height: 1px;
        background: #fff;
        border-radius: 50px;
    }

    .active .storyboard-col-content h3:before {
        animation: storyboardline ease 1s forwards;
    }

    .storyboard-col:nth-child(even) .storyboard-col-content h3:before {
        left: unset;
        right: -51px;
        transform: rotate(180deg);
    }

    .storyboard-col:nth-child(even) .storyboard-col-content h3:after {
        left: unset;
        right: -54px;
    }

    @keyframes storyboardline {
        0% {
            width: 0;
        }

        100% {
            width: 41px;
        }
    }
}

@media(min-width: 1200px) {
    .storyboard-heading {
        margin: 0 0 50px;
    }

    .storyboard-col-content p {
        font-size: 16px;
    }

    .storyboard-list:after {
        top: 0;
        height: 100%;
    }
}

.image-button-col {
    position: relative;
    width: calc(100% - 44px);
    margin: 0 auto;

}

.image-button-col-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.image-button-col-link-overlay {
    padding: 40px 22px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    color: #fff;
}

.image-button {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.image-button-col-desc {
    height: 0;
    overflow: hidden;
    transition: all ease 0.5s;
}

.image-button-col-link-overlay h2 {
    margin: 0;
    text-align: center;
}

.image-button-col-link-content {
    transition: all ease 0.5s;
    height: auto;
}


@media(min-width: 768px) {
    .image-button-col {
        width: 50%;
        margin: 0;
    }

    .image-button {
        gap: 0;
        margin-top: 0;
    }

    .image-button-col-link {
        border-radius: 0;
    }

    .image-button-col-link-overlay h2 {
        margin: 0;
        text-align: left;
    }

    .image-button-col-link-overlay {
        padding: 30px 40px;
        min-height: 363px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .image-button-col-desc p {
        font-size: 14px;
    }

    .image-button-col-link:hover .image-button-col-desc {
        height: auto;
    }

    .image-button-col-link:hover .image-button-col-link-content {
        height: 100%;
    }

    .image-button-col-link:hover .image-button-col-link-overlay {
        background: linear-gradient(180deg, rgba(3, 23, 61, 0.3) 0%, #001131 60.03%);
    }
}

@media(min-width: 1200px) {
    .image-button-col-link-overlay h2 {
        font-size: 55px;
    }

    .image-button-col-desc p {
        font-size: 16px;
    }

    .image-button-col-link-overlay {
        padding: 100px;
        min-height: 673px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}

@media(min-width: 1600px) {
    .image-button-col-link-overlay h2 {
        font-size: 70px;
    }

    .image-button-col-desc p {
        font-size: 18px;
    }
}


.custom-about {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.custom-about-image-main {
    aspect-ratio: 2 / 2.21;
    overflow: hidden;
    border-radius: 0 15px;
    position: relative;
    z-index: 1;
}

.custom-about-image {
    width: 50%;
    max-width: 448px;
    margin: 0 22px -25px;
}

.custom-about-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-about-content {
    background-color: #EEF4FF;
    padding: 50px 22px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.custom-about-content-text .heading {
    margin: 0;
}

.custom-about-content-text .heading h2 {
    margin: 0 0 6px;
}

.custom-about-content-text h3 {
    font-size: 22px;
    color: #03173D;
    font-weight: 700;
    margin: 0 0 15px;
}

.custom-about-content-text p {
    color: #383838;
}

.custom-about-content-text p:last-child {
    margin-bottom: 0;
}

.custom-about.custom-about-reverse {
    flex-direction: row-reverse;
}

.custom-about-reverse .custom-about-image-main {
    border-radius: 15px 0;
}

.custom-about-bg {
    right: 0;
    bottom: 0;
    position: absolute;
}

.custom-about-reverse .custom-about-bg {
    left: 0;
    bottom: 0;
}

.custom-about-content-text {
    position: relative;
    z-index: 1;
}

@media(min-width: 768px) {
    .custom-about-content-text h3 {
        font-size: 26px;
    }

    .custom-about-image {
        margin: 0 52px -25px;
    }

    .custom-about-image-main {
        border-radius: 0 30px;
    }

    .custom-about-content {
        padding: 50px 50px;
        border-radius: 30px 30px 0 0;
    }
}

@media(min-width: 1200px) {
    .custom-about-content-text h3 {
        font-size: 30px;
    }

    .custom-about-image {
        margin: 0;
        width: 35%;
        max-width: unset;
    }

    .custom-about-content {
        width: 65%;
        padding: 125px 52px 125px 177px;
        border-radius: 30px 0 0 30px;
    }

    .custom-about-image-main {
        max-width: 449px;
        margin-left: auto;
        margin-right: -100px;
    }

    .custom-about {
        align-items: center;
    }

    .custom-about-content-text {
        max-width: 774px;
    }

    .custom-about-content-text p {
        margin: 0 0 25px;
        line-height: 28px;
    }

    .custom-about-reverse .custom-about-content {
        padding: 125px 177px 125px 52px;
        border-radius: 0 30px 30px 0;
    }

    .custom-about-reverse .custom-about-image-main {
        margin-left: -100px;
        margin-right: 0;
    }

    .custom-about-reverse .custom-about-image-main {
        border-radius: 30px 0;
    }

    .custom-about-reverse .custom-about-content-text {
        margin-left: auto;
    }
}


.about-text-content-text p {
    color: #383838;
    font-size: 15px;
}

.about-text-content-text p:last-child {
    margin-bottom: 0;
}

.about-text-content-image {
    width: 88%;
    margin: 0 auto;
    max-width: 718px;
}

.about-text-content {
    position: relative;
}


@media(min-width: 768px) {
    .about-text-content-text {
        padding-right: 250px;
    }

    .about-text-content-image {
        width: 290px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
}

@media(min-width: 1200px) {
    .about-text-content-text {
        padding-right: 489px;
    }

    .about-text-content-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-text-content-image {
        width: 37%;
        max-width: 718px;
    }
}

@media(min-width: 1800px) {
    .about-text-content-image {
        width: 40%;
    }
}


.product-text-content {
    position: relative;
}

.product-text-content-image {
    margin: 0 auto;
    max-width: 350px;
    border-radius: 20px;
    overflow: hidden;
}

.product-text-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-text-content-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.product-text-content-text {
    position: relative;
    padding-top: 20px;
}

.product-text-content-text h3 {
    font-weight: 600;
    color: #1D1D1D;
    font-size: 26px;
    padding-right: 70px;
    font-family: "Inter", sans-serif;
}

.product-text-content-text p {
    color: #141414;
}

.product-text-content-text p:last-child {
    margin-bottom: 0;
}

.product-numbering {
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 90px;
    line-height: 1em;
    color: #A1A1A1;
    opacity: 0.4;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
}

.product-check-list ul {
    padding: 0;
    margin: 25px 0 0;
    list-style-type: none;
}

.product-check-list ul li {
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    position: relative;
    font-size: 15px;
    color: #141414;
    font-weight: 400;
}

.product-check-list ul li:last-child {
    margin-bottom: 0;
}

.product-check-list ul li:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/check-mark.svg) 0 0 no-repeat;
    left: 0;
    top: 3px;
}

.dark-bg {
    background: #03173D;
    color: #fff;
}

.dark-bg h3,
.dark-bg .product-check-list ul li,
.dark-bg p {
    color: #fff;
}

.product-text-content--unique-bg {
    position: absolute;
    right: 0;
    top: 120px;
    width: calc(100% - 22px);
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    height: 170px;
}

.product-text-content--unique-bg:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(131.35deg, rgba(0, 255, 183, 0.5) 0%, rgba(20, 188, 218, 0.5) 100%);
    backdrop-filter: blur(7px);

}


@media(min-width: 768px) {
    .product-text-content-text h3 {
        font-size: 32px;
    }

    .product-check-list ul li {
        font-size: 16px;
    }

    .product-text-content--unique-bg {
        top: 143px;
        width: calc(100% - 52px);
        height: 170px;
    }
}

@media(min-width: 1200px) {
    .product-text-content-text h3 {
        font-size: 44px;
        padding-right: 100px;
    }

    .product-check-list ul li {
        font-size: 18px;
    }

    .product-check-list ul li:after {
        top: 5px;
    }

    .product-text-content-image {
        width: calc(50% - 30px);
        margin: 0;
        max-width: 589px;
    }

    .product-text-content-text {
        width: calc(50% - 30px);
        padding-top: 40px;
    }

    .product-text-content-flex {
        gap: 60px;
        justify-content: space-between;
        align-items: center;
    }

    .product-numbering {
        top: -49px;
        font-size: 170px;
    }

    .product-text-content-flex.row-reverse {
        flex-direction: row-reverse;
    }

    .product-text-content--unique .product-text-content-text {
        max-width: 475px;
    }

    .product-text-content--unique-bg {
        top: 50%;
        width: calc(50% + 67px);
        height: 358px;
        transform: translate(0, -50%);
        border-radius: 30px 0 0 30px;
    }

    .product-text-content-image {
        border-radius: 30px;
    }


}


.product-infocare-slider .slick-slide {
    width: 64vw;
    max-width: 864px;
    margin: 0 6px;
}

.product-infocare-slide-image {
    aspect-ratio: 2 / 1.15;
    border-radius: 20PX;
    overflow: hidden;
}

.product-infocare__heading h3 {
    color: #141414;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
}

.product-infocare__heading h2 {
    color: #141414;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    background: #fff;
    position: relative;
    width: max-content;
    padding-right: 15px;
    z-index: 1;
}

.product-infocare__heading h4 {
    color: #141414;
    font-weight: 600;
    font-size: 34px;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
}

.product-infocare__heading {
    position: relative;
}

.product-infocare-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0;
    position: absolute;
    right: 0;
    top: -4px;
}

.product-infocare__heading-title {
    margin-top: 20px;
}

.product-infocare__heading:after {
    content: "";
    position: absolute;
    left: 0;
    width: 2000px;
    top: 54px;
    background: #DEB52F;
    height: 2px;
}

.product-infocare-btn .btn-secondary.no-after span {
    display: none;
}

.product-infocare-btn .btn-secondary.no-after {
    width: 32px;
    height: 32px;
}

.product-infocare-slider {
    padding-bottom: 35px;
    margin-top: 30px;
}

.product-infocare__heading-title p {
    color: #000000;
}

.product-numbering.left {
    left: -10px;
    right: unset;
    top: -44px;
}

@media(min-width: 768px) {
    .product-infocare-slider .slick-slide {
        margin: 0 15px;
    }

    .product-infocare__heading h4,
    .product-infocare__heading h2 {
        font-size: 44px;
    }

    .product-infocare__heading h3 {
        font-size: 25px;
    }

    .product-infocare__heading:after {
        top: 60px;
        height: 3px;
    }
}

@media(min-width: 1200px) {
    .product-infocare-slide-image {
        border-radius: 25PX;
    }

    .product-infocare-slider {
        padding-bottom: 59px;
        margin-top: 58px;
    }

    .product-infocare__heading h2 {
        font-size: 70px;
        padding-right: 35px;

    }

    .product-infocare__heading h4 {
        font-size: 70px;
        margin: 0 0 20px;
    }

    .product-infocare__heading h3 {
        font-size: 30px;
    }

    .product-infocare__heading:after {
        top: 82px;
    }

    .product-infocare__heading-title {
        margin-top: 30px;
        position: relative;
    }

    .product-infocare__heading-title p {
        font-size: 22px;
        max-width: 1139px;
    }

    .product-infocare-slider .slick-slide {
        margin: 0 25px;
    }

    .product-infocare-btn .btn-secondary.no-after span {
        display: inline-block;
    }

    .product-infocare-btn .btn-secondary.no-after {
        width: auto;
        height: auto;
    }

    .product-infocare-btn {
        gap: 25px;
        top: 24px;
    }

}



.camera-infocare-slider .slick-slide {
    width: 35vw;
    max-width: 369px;
    margin: 0 6px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.camera-infocare-slider .slick-track {
    display: flex;
    align-items: center;
}

.camera-infocare-slider .slick-slide.slick-center {
    width: 65vw;
    max-width: 702px;
    margin: 0 6px;
}

.camera-infocare-slider .slick-slide.slick-center .camera-infocare-slide-image {
    aspect-ratio: 2 / 1.14;
}

.camera-infocare-slide-image {
    aspect-ratio: 2 / 1.72;
    border-radius: 20px;
    overflow: hidden;
}

.product-numbering.left+h3 {
    padding-left: 41px;
}

.camera-infocare__heading h3 {
    font-weight: 600;
    color: #1D1D1D;
    font-size: 26px;
    font-family: "Inter", sans-serif;
}

.camera-infocare__heading {
    position: relative;
}

.camera-infocare-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0;
    position: absolute;
    right: 0;
    top: -4px;
}

.camera-infocare__heading-title {
    margin-top: 20px;
}

.camera-infocare-btn .btn-secondary.no-after span {
    display: none;
}

.camera-infocare-btn .btn-secondary.no-after {
    width: 32px;
    height: 32px;
}

.camera-infocare-slider {
    margin-top: 30px;
}

.camera-infocare__heading p {
    color: #000000;
}

@media(min-width: 768px) {
    .camera-infocare-slider .slick-slide {
        margin: 0 15px;
    }

    .camera-infocare__heading h4,
    .camera-infocare__heading h2 {
        font-size: 44px;
    }

    .camera-infocare__heading h3 {
        font-size: 32px;
    }

    .product-numbering.left {
        top: -35px;
    }
}

@media(min-width: 1200px) {
    .camera-infocare-slider {
        margin-top: 58px;
    }

    .camera-infocare__heading h3 {
        font-size: 44px;
    }

    .product-numbering.left+h3 {
        padding-left: 81px;
    }

    .camera-infocare__heading:after {
        top: 82px;
    }

    .camera-infocare__heading-title {
        margin-top: 30px;
    }

    .camera-infocare-slide-image {
        border-radius: 25px;
    }

    .camera-infocare__heading p {
        font-size: 22px;
    }

    .product-numbering.left {
        top: -83px;
    }

}


@media(min-width: 1600px) {
    .product-numbering.left {
        top: -83px;
        left: -68px;
    }

    .product-numbering.left+h3 {
        padding-left: 31px;
    }

    .camera-infocare__heading h3 {
        margin: 0 0 25px;
    }
}


.product-text-content-image-flex {
    display: flex;
    gap: 16px;
}

.product-text-content--video .product-text-content-image {
    border-radius: 15px;
}

.product-text-content--video .product-text-content-image-col {
    transition: all ease 0.3s;
    position: relative;
    width: 50%;
}

.product-text-content-image-col a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.product-text-content-image-col a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all ease 0.3s;
}

.product-text-content-image-col a:after {
    content: "";
    position: absolute;
    background: url(../img/play-icon.svg);
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all ease 0.3s;
}

.preview-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.show-video {
    display: block !important;
}

.product-text-content--unique2 {
    background: #EEF4FF;
}

.product-text-content--unique2 .product-text-content-image {
    margin: 0 -22px;
    border-radius: 0;
    width: calc(100% + 44px);
    max-width: unset;
    aspect-ratio: 2 / 1.3;
}

.product-numbering.left {}

@media(min-width: 768px) {
    .product-text-content--video .product-text-content-image {
        max-width: 666px;
        margin: 0;
    }

    .product-text-content-image-flex {
        gap: 22px;
    }

    .product-text-content--unique2 .product-text-content-image {
        margin: 0 -52px;
        width: calc(100% + 104px);
        aspect-ratio: 2 / 1.1;
    }

}


@media(min-width: 1200px) {
    .hide-img {
        display: none !important;
    }

    .product-text-content--video .product-text-content-image {
        border-radius: 0;
    }

    .product-text-content--video .product-text-content-image-col {
        border-radius: 15px;
        overflow: hidden;
    }

    .product-text-content--video .product-text-content-flex {
        gap: 85px;
    }

    .product-text-content--video .product-text-content-text {
        width: calc(40% - 45px);
        max-width: 475px;
    }

    .product-text-content--video .product-text-content-image {
        width: calc(60% - 45px);
        max-width: 739px;

    }

    .product-text-content--video .product-text-content-image-col {
        border-radius: 20px;
        width: 85px;
    }

    .product-text-content--video .product-text-content-image-col {
        height: 576px;
    }

    .product-text-content--video .product-text-content-image-col.hover {
        width: calc(100% - 125px);
    }

    .product-text-content--video .product-text-content-image-flex {
        gap: 40px;
        justify-content: space-between;
    }


    .product-text-content-image-col a:before {
        height: 227px;
    }


    .product-text-content-image-col a:after {
        top: unset;
        bottom: 17px;
        transform: translate(-50%, 0);
    }

    .product-text-content-image-col.hover a:after,
    .product-text-content-image-col.hover a:before {
        opacity: 0;
    }

    .product-text-content--unique2 {
        background: transparent;
    }

    .product-text-content--unique2:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: calc(65% + 30px);
        height: 100%;
        background-color: #EEF4FF;
        border-radius: 0 30px 30px 0;
    }

    .product-text-content--unique2 .product-text-content-flex {
        position: inherit;
    }

    .product-text-content--unique2 .product-text-content-image {
        margin: 0;
        width: 35%;
        aspect-ratio: unset;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .product-text-content--unique2 .product-text-content-text {
        position: relative;
        z-index: 2;
    }

    .product-text-content--unique2 .product-text-content-text {
        width: calc(65% - 30px);
    }


}


@media(min-width: 1600px) {
    .product-text-content--unique2 .product-numbering.left {
        top: -53px;
        left: -68px;
    }
}

.compass {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #deb52f;
    color: #252525;
    padding: 4px 10px 4px 10px;
    font-size: 14px;
    z-index: 8;
    font-weight: 600;
    border-radius: 50px 0 0 50px;
    transition: all 0.3s ease;
    font-family: sans-serif;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.extra-nav {
    display: none;
}

.dot-nav {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #deb52f;
    transform: scale(1.3);
}

.dot.active:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 2px solid #deb52f;
    border-radius: 50%;
}

.dot:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 120%;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 4px;
    opacity: 1;
    transition: opacity 0.3s;
}

@media(min-width: 768px) {
    ul.nav-list .btn {
        display: none;
    }

    .compass {
        padding: 6px 15px 6px 15px;
        font-size: 16px;
    }
}

@media(min-width: 1200px) {
    .extra-nav {
        display: block;
    }

    .page-header-unique .dropdown {
        display: none;
    }

    .page-header-unique .header-flex__right {
        width: auto;

    }

    .extra-nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 65px;
        list-style-type: none;
        margin: 0;
    }

    .extra-nav ul li {
        position: relative;
        width: 100%;

    }

    .extra-nav ul li a {
        font-family: "Rajdhani", sans-serif;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        position: relative;

    }

    .extra-nav ul li.active a:after {
        content: "";
        position: absolute;
        width: calc(100% - 8px);
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -2px;
        height: 1px;
        background: #fff;
    }

    ul.dropdown-menu-children {
        width: 240px;
        left: 50%;
        transform: translate(-50%, 0);
        top: -500%;
        background: #fff;
        border-radius: 15px;
        position: absolute;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        transition: all ease 0.3s;
        opacity: 0;
        overflow: hidden;
    }

    .extra-nav ul li:hover ul.dropdown-menu-children {
        top: 30px;
        opacity: 1;
    }

    .extra-nav ul li.nav-has-children:after {
        content: "\e903";
        font-family: 'comrado' !important;
        border: none;
        font-weight: 700;
        width: auto;
        height: auto;
        font-size: 8px;
        background: transparent;
        width: auto;
        height: auto;
        display: inline-block;
        position: absolute;
        right: -15px;
        color: #fff;
        top: 50%;
        transform: translate(0, -50%);
    }

    ul.dropdown-menu-children li a {
        color: #000;
        display: block;
        padding: 10px 20px;
        line-height: 18px;
        font-size: 16px;
        text-transform: none;
    }

    ul.dropdown-menu-children li {
        border-bottom: 1px solid #f3f3f3;
    }

    ul.dropdown-menu-children li:last-child {
        border-bottom: none;
    }

    ul.dropdown-menu-children li a:hover {
        background: #f3f3f3;
    }

    .camera-infocare-slider {
        height: 407px;
    }
}

@media(min-width: 1500px) {
    .compass {
        padding: 4px 15px 4px 20px;
        font-size: 20px;
    }
}