@import url("https://fonts.googleapis.com/css2?family=Goldman&family=Inter:wght@700&display=swap");

:root {
    --clr-primary: #f37121;
    --clr-secondary: #1d4ed8;
    --clr-white: #fff;
    --clr-black: #000;
    --clr-dark: #231f20;
    --clr-light: #635f60;
    --clr-light-sm: #dee2e6;
    --clr-light-sm-1: #e3dedf;
    --clr-light-sm-2: #f7f7f7;
    --Goldman: "Goldman", sans-serif;
    --Inter: "Inter", sans-serif;
}

body {
    font-family: var(--Goldman);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--clr-dark);
    background-color: var(--clr-white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1;
    color: var(--clr-dark);
}
body h2 {
    margin: 0;
    color: var(--clr-dark);
    font-size: 36px;
    line-height: 46px;
}
body h5 {
    font-size: 25px;
    line-height: 32px;
}
body h6 {
    font-size: 16px;
    line-height: 24px;
}
body p {
    font-size: 15px;
    line-height: 22px;
    color: var(--clr-light);
}
a,
a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
    transition: 1s;
    font-family: var(--Inter);
}
body .active {
    color: var(--clr-secondary) !important;
}
section {
    padding: 60px 0px;
}
body ul {
    padding: 0;
}
body li {
    list-style: none;
}
/* table */
body table {
    width: 100%;
}
body th {
    background-color: var(--clr-light-sm-2);
}
body td {
    color: var(--clr-light);
    white-space: nowrap;
}
body td,
body th {
    border: 1px solid #dddddd;
    font-size: 14px;
    text-align: left;
    padding: 5px 10px;
}

body .cursor-pointer {
    cursor: pointer;
}
body .section-title {
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}
body .bg-transparent-border {
    border: 1px solid var(--clr-secondary) !important;
    color: var(--clr-secondary) !important;
    background-color: var(--clr-white) !important;
}
body .bg-transparent-border:hover {
    color: var(--clr-white) !important;
    background-color: var(--clr-secondary) !important;
}
body .custom-clr-primary {
    color: var(--clr-primary) !important;
}
body .custom-clr-secondary {
    color: var(--clr-secondary) !important;
}
body .custom-bg-secondary {
    background-color: var(--clr-secondary) !important;
}
body .custom-clr-white {
    color: var(--clr-white) !important;
}
body .custom-clr-dark {
    color: var(--clr-dark) !important;
}
body .custom-bg-dark {
    background-color: var(--clr-dark) !important;
}
body .custom-bg-light {
    background-color: var(--clr-light) !important;
}
body .custom-clr-light {
    color: var(--clr-light) !important;
}
.row > .col-lg-6:nth-child(1) .custom-support-bg {
    background-color: #fff2c7 !important;
}
.row > .col-lg-6:nth-child(2) .custom-support-bg {
    background-color: #d2e3ff !important;
}
.row > .col-lg-6:nth-child(3) .custom-support-bg {
    background-color: #bdffdf !important;
}
.row > .col-lg-6:nth-child(4) .custom-support-bg {
    background-color: #cbbfff !important;
}
.row > .col-lg-6:nth-child(5) .custom-support-bg {
    background-color: #fff2c7 !important;
}
.row > .col-lg-6:nth-child(6) .custom-support-bg {
    background-color: #d2e3ff !important;
}
.row > .col-lg-6:nth-child(7) .custom-support-bg {
    background-color: #bdffdf !important;
}
.row > .col-lg-6:nth-child(8) .custom-support-bg {
    background-color: #cbbfff !important;
}
body .h6-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
body .p-2nd-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}
body .cursor-pointer {
    cursor: pointer !important;
}
body .rounded-8 {
    border-radius: 8px !important;
}
body .rounded-top-8 {
    border-radius: 8px 8px 0px 0px;
}
body .rounded-bottom-8 {
    border-radius: 0px 0px 8px 8px;
}
body .h-90 {
    height: 90px !important;
}
body .font-monospace {
    font-family: monospace !important;
    font-weight: 700;
}
body .custom-btn-secondary {
    color: var(--clr-white) !important;
    background-color: var(--clr-secondary) !important;
    border: none !important;
    padding: 0.375rem 1rem;
}
body .modal-custom-design .btn-close {
    background: transparent url("../images/icons/modal-cross-btn.svg") !important;
}
body .modal-custom-design .btn-close:focus {
    box-shadow: none !important;
}

/* scroll bar */
*,
body,
html {
    scrollbar-width: thin !important;
}
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
::-webkit-scrollbar-button {
    background: #ccc;
}
::-webkit-scrollbar-track-piece {
    background: #888;
}
::-webkit-scrollbar-thumb {
    background: #eee;
}

.view-btn {
    padding: 10px 18px 10px 18px;
    border-radius: 4px;
    border: 1px solid #1d4ed8;
    box-shadow: 0px 1px 2px 0px #1018280d;
    background: #ffffff;
    font-family: var(--Inter);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: 0.3s ease;
}

.view-btn:hover {
    background: #1d4ed8;
    color: #fff;
}
.h-52 {
    height: 52px !important;
}
/* card */
.custom-card,
.product-card {
    overflow: hidden;
    background-color: var(--clr-white);
    border: 1px solid var(--clr-light-sm-2) !important;
    box-shadow: 0px 4px 25px -5px #0000001a !important;
}
.custom-card {
    border-radius: 8px !important;
}
.product-card {
    border-radius: 4px !important;
}

.product-card .card-img,
.slick-slider-card .card-img,
.solution-card-img {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img-hover,
.slick-slider-card,
.solution-card-img,
.card-img {
    overflow: hidden;
}
.custom-card:hover .card-img-hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.product-card:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.slick-slider-card:hover {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin-top: -5px;
    /* transform: translateY(-5px); */
    border-bottom: 2px solid var(--clr-secondary) !important;
}

/* ----------------------------------------------- */
/* Header Css Start */
/* ----------------------------------------------- */
.header-shadow {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.header-section a {
    color: var(--clr-dark) !important;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 15px !important;
    font-family: var(--Goldman);
}
.header-section a:hover {
    color: #1d4ed8 !important;
}
.header-section .nav-link {
    padding: 20px 15px !important;
}
/* dropdown */
.header-section .menu-dropdown {
    position: relative;
}
.header-section .dropdown-content {
    display: none;
    padding: 20px;
    min-width: 200px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--clr-white);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.header-section .dropdown-content a {
    border-radius: 5px;
    color: var(--clr-light) !important;
    padding: 3px 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-section .menu-dropdown a span {
    font-family: monospace;
    margin-left: 20px;
}
.header-section .menu-dropdown .arrow {
    margin-left: 10px !important;
    transform: rotate(90deg);
    display: inline-block;
}
.header-section .menu-dropdown:hover .dropdown-content {
    display: block;
}
.header-section .dropdown-item:hover,
.header-section .dropdown-item.active,
.header-section .dropdown-item:active {
    color: var(--clr-white) !important;
    background-color: var(--clr-secondary) !important;
}
/* large dropdown */
.header-section .menu-dropdown .mega-menu {
    /* display: none !important; */
    width: 90vw !important;
    min-width: 90vw !important;
    min-height: 400px !important;
    max-height: 80vh !important;
    overflow-y: auto;
    padding: 20px 10% !important;
}
.header-section .menu-dropdown .mega-menu li {
    width: 23%;
    margin-right: 2%;
}
.header-section .menu-dropdown .mega-menu li i {
    color: var(--clr-secondary);
}
.header-section .menu-dropdown .mega-menu li:last-child {
    margin-right: 0px !important;
}
.header-section .menu-dropdown:hover .mega-menu {
    position: fixed !important;
    display: flex !important;
    flex-wrap: wrap;
}
.header-section .menu-dropdown .mega-menu a {
    justify-content: flex-start !important;
    width: 200px !important;
}
.header-section .menu-dropdown .mega-menu a p {
    width: 150px;
}

.header-section .menu-dropdown:hover .mega-menu a:hover {
    transition: 0.3s;
}
.header-section .menu-dropdown:hover .mega-menu a:hover p {
    color: var(--clr-white);
}
/* bootstrap custom code */
.header-section .navbar-toggler {
    border: none !important;
}
.header-section .navbar-toggler-icon {
    background-image: url("../images/icons/bar.svg") !important;
}
.header-section .mobile-menu .btn-close {
    color: var(--clr-dark) !important;
    background-image: none !important;
    font-size: 30px;
    opacity: 1;
}
.header-section .navbar-toggler:focus,
.header-section .mobile-menu .btn-close:focus {
    box-shadow: none !important;
}
.header-section .mobile-menu form {
    width: 95%;
}
.header-section .accordion-button:not(.collapsed),
.header-section .accordion-button:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}
.header-section .accordion-button {
    padding: 7px 0px !important;
}
.header-section .accordion-body {
    padding: 0px 20px !important;
}
.header-section .without-sub-menu::after {
    display: none !important;
}
.header-section .form-control,
.header-section .form-control:focus {
    border-color: var(--clr-secondary) !important;
    box-shadow: none !important;
}
.header-section .input-group input {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.header-section .input-group button {
    background-color: var(--clr-secondary);
    border-color: var(--clr-secondary) !important;
    color: var(--clr-white);
    border-radius: 20px;
}
/* search */
.header-section .search-area input {
    width: 0;
    position: absolute;
    right: 1px;
    padding: 6px 18px;
    border-radius: 30px;
    border: 1px solid var(--clr-secondary) !important;
    transition: width 0.5s ease, transform 0.5s ease;
}
.header-section .search-area button {
    position: absolute;
    right: 0;
    margin-top: 2px;
    padding: 0;
    border: none;
    background-color: transparent;
}
.header-section .search-area img {
    width: 40px;
}
.header-section .search-area:hover input {
    width: 300px;
}
/* ----------------------------------------------- */
/* slick-slider-section Css Start */
/* ----------------------------------------------- */
.slick-slider-section .slick-track {
    padding: 15px 0px !important;
}
.slick-slider-section .slick-active .slick-slider-card {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid var(--clr-light-sm-2);
    background: var(--clr-white);
    box-shadow: 0px 4px 25px -5px rgba(0, 0, 0, 0.1);
}

.slick-slider-section .slick-prev,
.slick-slider-section .slick-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid var(--clr-secondary);
}
.slick-slider-section .slick-prev {
    left: -35px !important;
}
.slick-slider-section .slick-next {
    right: -35px !important;
}
.slick-slider-section .slick-prev:before,
.slick-slider-section .slick-next:before {
    font-family: monospace !important;
    line-height: 28px !important;
    opacity: 1 !important;
    color: var(--clr-secondary) !important;
}
.slick-slider-section .slick-prev:hover:before,
.slick-slider-section .slick-next:hover:before {
    color: var(--clr-white) !important;
}

.slick-slider-section .slick-prev:hover,
.slick-slider-section .slick-prev:focus,
.slick-slider-section .slick-next:hover,
.slick-slider-section .slick-next:focus {
    background: var(--clr-secondary) !important;

    .slick-slider-section .section-title p {
        margin-bottom: -15px !important;
    }
}
.slick-slider-section .slick-prev:focus:before,
.slick-slider-section .slick-next:focus:before {
    color: var(--clr-white) !important;
}

/* ----------------------------------------------- */
/* footer-section Css Start */
/* ----------------------------------------------- */
.footer-section {
    /* margin-top: 30px; */
}

.footer-section .footer-get-touch-btn {
    background-color: var(--clr-primary) !important;
    border: 1px solid var(--clr-primary) !important;
}

.footer-section p,
.footer-section li,
.footer-section li a {
    color: var(--clr-white);
    opacity: 0.9;
}
.footer-section li {
    margin-bottom: 7px;
}
.footer-section li a:hover {
    color: var(--clr-primary);
}

.footer-section h6 {
    position: relative;
    display: inline-block;
}

.footer-section h6::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: var(--clr-white);
}

.footer-section .social-icon img {
    width: 40px;
    margin-right: 10px;
    margin-bottom: 30px;
    height: 40px;
}

/* ----------------------------------------------- */
/* pagination Css Start */
/* ----------------------------------------------- */
.pagination-container .pagination {
    --bs-pagination-color: var(--clr-black) !important;
    --bs-pagination-border-width: 0px !important;
    --bs-pagination-border-color: transparent !important;
    --bs-pagination-border-radius: 0px !important;
    --bs-pagination-hover-color: transparent !important;
    --bs-pagination-hover-color: var(--clr-white) !important;
    --bs-pagination-hover-bg: var(--clr-secondary) !important;
}

.pagination-container .pagination .active > .page-link,
.pagination-container .pagination .page-link.active {
    color: var(--clr-dark) !important;
    background-color: transparent;
}

.pagination-container .pagination .page-link {
    border-radius: 5px !important;
    padding: 2px 10px !important;
    border: 1px solid transparent;
    color: var(--clr-light);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.pagination-container .pagination .page-link:hover {
    color: var(--clr-white) !important;
    background-color: var(--clr-secondary) !important;
}
.pagination-container .pagination .page-item:first-child .page-link,
.pagination-container .pagination .page-item:last-child .page-link {
    border: 1px solid var(--clr-secondary);
}
.pagination-container .pagination .page-item:not(:first-child) .page-link {
    margin-left: 0px !important;
}
.pagination-container .pagination .arrow {
    font-family: monospace !important;
    color: var(--clr-secondary) !important;
    font-weight: 700;
}
.pagination-container .pagination .arrow:hover {
    color: var(--clr-white) !important;
}
.pagination-container .pagination .page-link:focus {
    box-shadow: none !important;
}
/* ----------------------------------------------- */
/* Custom Button Css Start */
/* ----------------------------------------------- */

.custom-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-flex;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--clr-secondary);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: 0.5s;
}
.custom-outline-btn {
    color: var(--clr-secondary);
    background: transparent;
}
.custom-outline-btn:hover {
    color: var(--clr-white);
    background: var(--clr-secondary);
}

.custom-primary-btn,
.custom-message-btn,
.custom-generate-btn,
.custom-downloads-btn,
.custom-downloads-btn:hover {
    color: var(--clr-white);
    background: var(--clr-secondary);
}
.custom-message-btn {
    padding: 9px 30px !important;
}
.custom-generate-btn {
    width: 224px;
}
.custom-cancel-btn {
    border: 1px solid var(--clr-primary) !important;
    color: var(--clr-primary) !important;
    background-color: transparent;
}
.custom-cancel-btn:hover {
    color: var(--clr-white) !important;
    background-color: var(--clr-primary);
}
.custom-downloads-btn {
    height: 40px;
    padding: 16px 20px;
    font-weight: 500;
}
.custom-downloads-btn img {
    width: 20px;
    height: 20px;
}

/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* Global Css End */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */

/* ----------------------------------------------- */
/* Banner Css Start */
/* ----------------------------------------------- */
/* Home Banner */
.home-banner-section {
    padding: 0px;
}
.banner-content-section {
    height: 80vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner-content-section .banner-zoom-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    animation: bannerImageAnimation 15s infinite forwards;
}

@keyframes bannerImageAnimation {
    from {
        transform: scale(1.3);
    }
    to {
        transform: scale(1.1);
    }
}

.home-banner-section .carousel-indicators {
    top: 90% !important;
    align-items: center !important;
}
.home-banner-section .carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    line-height: 7px;
    border-radius: 50%;
    border: 1px solid transparent;
}
.carousel-indicators .active {
    width: 40px !important;
    height: 4px !important;
    border-radius: 10px !important;
    border: 1px solid var(--clr-white) !important;
}

.home-banner-section .banner-content h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

/* ----------------------------------------------- */
/* products Css Start */
/* ----------------------------------------------- */
.products-section .filter-section {
    position: sticky;
    top: 70px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid rgba(227, 222, 223, 0.7);
    background: var(--clr-white);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
}
.products-section .accordion-item {
    border: none !important;
    position: relative;
}
.products-section .accordion-item:after {
    content: "";
    position: absolute;
    left: 36px;
    bottom: 0px;
    z-index: 2;
    width: 100vw;
    height: 1px;
    background-color: var(--clr-light-sm);
}
.products-section .accordion-item:last-child:after {
    height: 0px !important;
}

.products-section .accordion-button:not(.collapsed),
.products-section .accordion-button:focus {
    background: #e0f4fe;
    color: #1d4ed8 !important;
    box-shadow: none !important;
}

.products-section .accordion-button:not(.collapsed) svg {
    fill: var(--clr-secondary) !important;
}
.products-section .accordion-button {
    padding: 10px 7px !important;
}
.products-section .accordion-button:hover {
    background-color: #cfe2ff;
    color: var(--clr-secondary);
    transition: 1s;
}

.products-section .accordion-button img {
    width: 20px;
}

.products-section .accordion-button::after {
    font-family: monospace !important;
    content: ">" !important;
    background-image: none !important;
}

.products-section .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg) !important;
    padding-top: 3px !important;
    padding-left: 7px !important;
}

.products-section .accordion-body {
    padding: 5px 20px !important;
    cursor: pointer;
    margin-bottom: 0;
}

.products-section .accordion-body a {
    margin-bottom: 5px;
    margin-left: 20px;
    display: block;
    color: #635f60;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.products-section .accordion-body a:hover {
    color: var(--clr-secondary);
}

.products-section .form-control:focus {
    border-color: var(--clr-light-sm) !important;
    box-shadow: none !important;
}

.products-section .product-search {
    border-radius: 4px;
    border: 1px solid rgba(227, 222, 223, 0.7);
    background: #fff;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
}

.products-section .input-group {
    position: relative;
    width: 300px;
}

.products-section .input-group input {
    border-radius: 0.375rem !important;
    background-color: #eeeeee !important;
    padding: 5px 10px !important;
    font-size: 13px;
}
.products-section .input-group .btn {
    border: none !important;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 10;
    background: #eeeeee;
    padding: 0px 7px;
}
.products-section .input-group .btn:hover {
    background-color: transparent !important;
}

/* ----------------------------------------------- */
/* product details Css Start */
/* ----------------------------------------------- */
.product-details-section ul li {
    list-style: inherit !important;
}
.product-details-section .product-image .product-big-image {
    border-radius: 4px;
    height: 300px;
}
.product-details-section .slide-image {
    padding: 0px 50px;
}

.services-section {
    position: relative;
}

.services-section::before,
.services-section::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.services-section::before {
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    background-image: url("./../images/vector-bg/service-1.png");
}

.services-section::after {
    bottom: 0;
    right: 0;
    width: 24%;
    z-index: -1;
    height: 52%;
    background-image: url("./../images/vector-bg/service-2.png");
}

.service-details::before {
    top: 20%;
    left: -53px;
    width: 698.53px;
    height: 385.94px;
    background-image: url("./../images/vector-bg/service-3.png");
}

.service-details::after {
    top: 0;
    right: 0;
    width: 24%;
    height: 52%;
    background-image: url("./../images/vector-bg/service-2.png");
}

.services-section h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}

.services-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.services-section img {
    border-radius: 8px;
}

.services-section h6 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    font-family: var(--Goldman);
    margin-top: 10px;
    transition: 0.3s ease;
}

.services-section h6:hover {
    color: #1d4ed8;
}

.service-card {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.services-section .service-card .overlay {
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 0;
    height: 0;
    transition: 0.5s ease;
    border-radius: 8px;
}
.services-section .service-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.services-section .service-card:hover .overlay {
    opacity: 0.3;
    background: var(--clr-secondary);
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s;
}

.card-btn-link {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(
            0deg,
            rgba(29, 78, 216, 0.6),
            rgba(29, 78, 216, 0.6)
        ),
        linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.6),
            rgba(255, 255, 255, 0.6)
        );
    border: 2px solid #fff;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
}

.card-btn-link i {
    transform: rotate(315deg);
    font-size: 18px;
}

.service-card:hover .card-btn-link {
    opacity: 1;
    top: 50%;
    transition: 0.8s;
}

.product-details-section .slide-image .slick-track {
    margin: 5px 0px !important;
}

.product-details-section .slide-image .slick-arrow {
    width: 30px;
    height: 60px;
    z-index: 1;
    border-radius: 8px;
    background-color: #f0f0f0;
}

.product-details-section .slide-image .slick-prev {
    left: 10px !important;
}
.product-details-section .slide-image .slick-next {
    right: 10px !important;
}
.product-details-section .slick-prev:before {
    content: "‹" !important;
}
.product-details-section .slick-next:before {
    content: "›" !important;
}
.product-details-section .slick-prev:before,
.product-details-section .slick-next:before {
    font-family: Arial, sans-serif !important;
    font-size: 38px !important;
    line-height: 10px !important;
    opacity: 1 !important;
    color: #868282 !important;
}
.product-details-section .product-image .product-small-image {
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.product-details-custom-b {
    border-color: var(--clr-secondary) !important;
}
.product-details-section .nav-tabs {
    border: none !important;
}
.product-details-section .nav-tabs .nav-link {
    color: var(--clr-black) !important;
    background: #eeeeee !important;
    border-radius: 0;
    border-bottom: 1px solid var(--clr-secondary) !important;
}
.product-details-section .nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 5px;
}
.product-details-section .nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 5px;
}
.product-details-section .nav-tabs .nav-item.show .nav-link,
.product-details-section .nav-tabs .nav-link.active {
    color: var(--clr-white) !important;
    background-color: var(--clr-secondary) !important;
    border-color: var(--clr-secondary) !important;
}
.product-details-section .nav-tabs .nav-link:focus,
.product-details-section .nav-tabs .nav-link:hover {
    border-bottom-color: var(--clr-secondary) !important;
}
.product-details-section #specifications-tab-pane th {
    width: 100%;
}
.product-details-section #specifications-tab-pane th,
.product-details-section #specifications-tab-pane td {
    padding-left: 16px;
}
.product-details-section h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

/* PROJECT SECTION START */

.project-section {
    position: relative;
    background: #f9fcff;
}
.project-section h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}

.project-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.project-section::before,
.project-section::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.project-section::before {
    top: 0;
    left: 0;
    width: 31%;
    height: 100%;
    background-image: url("./../images/vector-bg/project-1.png");
}

.project-section::after {
    bottom: 0;
    right: 0;
    width: 44%;
    height: 24%;
    background-image: url("./../images/vector-bg/project-2.png");
}

.project-section .project-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.project-section .project-card h6 {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    transition: 0.3s ease;
    background-color: rgba(2, 38, 138, 0.7) !important;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 7px 10px;
}

.project-card .overlay {
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 0;
    height: 0;
    transition: 0.5s ease;
    border-radius: 8px;
}

.project-card:hover .overlay {
    opacity: 0.7;
    background: var(--clr-secondary);
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s;
}

.project-card:hover h5 {
    opacity: 1;
    top: 50%;
    transition: 0.8s;
}

.project-card h5 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease;
    color: #ffffff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    transition: 0.3s ease;
}

.project-card:hover h6 {
    opacity: 0;
}

/* PROJECT SECTION END */

/* ----------------------------------------------- */
/* About section Css Start */
/* ----------------------------------------------- */
.about-gallery-section img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.about-gallery-section {
    position: relative;
}

.about-gallery-section::before,
.about-gallery-section::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-gallery-section::before {
    top: 0;
    right: 0;
    width: 460px;
    height: 100%;
    background-image: url("./../images/vector-bg/gallery-vector.png");
}

.about-camera-section {
    background: #1d4ed8;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.about-camera-section .about-container {
    background-image: url("../images/about/about-us.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.about-gallery-section .nav-tabs,
.about-gallery-section .nav-link.active,
.about-gallery-section .nav-link:focus-visible {
    border: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-gallery-section .nav-item .nav-link {
    width: 130px;
    color: var(--clr-secondary) !important;
    background-color: transparent !important;
    border: 1px solid var(--clr-secondary) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    gap: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 10px 24px;
    margin: 0px 10px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.about-gallery-section .nav-link.active,
.about-gallery-section .nav-item .nav-link:hover {
    background-color: var(--clr-secondary) !important;
    color: var(--clr-white) !important;
}
.about-gallery-section .tab-content img {
    width: 100%;
}
/* ----------------------------------------------- */
/* Blogs section Css Start */
/* ----------------------------------------------- */
/* blogs page */
.blogs-section .tags-btn a {
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #1018280d;
    padding: 12px 20px 12px 20px;
    background: #e0f4fe;
    color: #635f60;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    transition: 0.3s ease;
}

.blogs-section .tags-btn a:hover {
    background: #1d4ed8;
    color: #ffffff;
}

.blogs-tag-btn-unselected {
    background-color: var(--clr-light-sm-1) !important;
}

/* blog-details */
.blogs-section .blog-details-content {
    border-radius: 16px;
    border: 1px solid var(--clr-light-sm-1);
    background: var(--clr-white);
    box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05),
        0px 0px 1px 0px rgba(71, 71, 71, 0.24);
}
.blogs-section .blog-details-content ul li {
    list-style: disc;
}

.blogs-section .blog-details-content p {
    color: var(--clr-light);
}

.blogs-section .blog-details-content p span {
    color: var(--clr-dark);
    font-weight: 600;
}

.blogs-section .social-icon img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.blogs-section .user-image {
    width: 50px;
}
.blogs-section .recent-post-card {
    overflow: hidden;
    border-radius: 8px;
    background: var(--clr-white);
    border: 1px solid var(--clr-light-sm-1);
    box-shadow: 0px 4px 16px -3px #0000000d;
}
.blogs-section .recent-post-card p {
    color: var(--clr-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

/* ----------------------------------------------- */
/* Support section Css Start */
/* ----------------------------------------------- */
.support-section a:hover {
    color: var(--clr-primary) !important;
    transform: scale(0.7) !important;
}
.video-support-section .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-support-section .custom-card .card-img-hover {
    height: 200px;
}
/* faq section */
.faqs-section .accordion-item {
    margin-bottom: 20px !important;
    border: 1px solid var(--clr-light-sm-1) !important;
    padding: 16px;
    gap: 8px;
    border-radius: 8px;
    background: var(--clr-white);
    box-shadow: 0px 3px 8px -1px rgba(71, 50, 50, 0.05),
        0px 0px 1px 0px rgba(71, 71, 71, 0.24);
}
.faqs-section .accordion-button:focus {
    box-shadow: none !important;
}
.faqs-section .accordion-button:not(.collapsed) {
    color: var(--clr-black) !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.faqs-section .accordion-button {
    color: var(--clr-dark);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 10px !important;
}
.faqs-section .accordion-body {
    padding: 2px 25px 2px 10px !important;
}
.faqs-section .accordion-body p {
    color: #6b6b6b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}
.faqs-section .accordion-button::after {
    background-image: url("../images/icons/circle-plus.svg") !important;
}
.faqs-section .accordion-button:not(.collapsed)::after {
    background-image: url("../images/icons/circle-minus.svg") !important;
    transform: rotate(0deg) !important;
}
/* downloads-section */
.downloads-section table td {
    color: var(--clr-dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
/* ----------------------------------------------- */
/* Contact section Css Start */
/* ----------------------------------------------- */
.contact-section .section-title p {
    max-width: 470px;
    margin: 0 auto;
}
.location-section .location p {
    max-width: 440px;
}
/* ----------------------------------------------- */
/* form section Css Start */
/* ----------------------------------------------- */
.form-section label {
    color: var(--clr-dark);
    font-size: 16px;
    font-style: normal;
    line-height: 0;
    margin-bottom: 10px;
}
.form-section input,
.form-section textarea {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 12px 16px;
    border-radius: 4px;
    border-color: #c0babc !important;
    background: var(--clr-white) !important;
    color: var(--color-text-text-secondary, #635f60);
    margin-bottom: 5px;
}
.form-section textarea {
    height: 125px !important;
}
.form-section input::placeholder {
    color: var(--clr-light) !important;
}
.form-section input:focus,
.form-section textarea:focus {
    box-shadow: none !important;
    border-color: #c0babc !important;
}

/* SUPPLY SECTION START */

.supply-section {
    position: relative;
    background: #fff;
}

.supply-section::before,
.supply-section::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.supply-section::before {
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background-image: url("./../images/vector-bg/supply-1.png");
}

.supply-section::after {
    bottom: 0;
    right: 0;
    width: 640px;
    height: 490px;
    background-image: url("./../images/vector-bg/supply-2.png");
}

.supply-section h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #141414;
    text-transform: capitalize;
}

.supply-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 13px;
}

.contact-btn {
    padding: 10px 18px 10px 18px;
    border-radius: 4px;
    border: 1px solid #1d4ed8;
    box-shadow: 0px 1px 2px 0px #1018280d;
    border: 1px solid #1d4ed8;
    color: #ffffff;
    background: #1d4ed8;
    margin-top: 10px;
    display: inline-block;
    transition: 0.3s ease;
}

.contact-btn:hover {
    color: #1d4ed8;
    background: #fff;
}

.supply-section .supply-card {
    position: relative;
    border-radius: 4px;
    padding: 24px;
    background: #f9fcff;
    box-shadow: 50px 20px 80px 0px #5050501f;
}

.supply-section .supply-card .icon-box {
    width: 62px;
    height: 62px;
    position: relative;
    text-align: center;
    line-height: 62px;
    border-radius: 50%;
}

.supply-card .icon-box img {
    transition: transform 0.4s ease;
}

.supply-card:hover img {
    transform: rotate(360deg);
}

.supply-section .supply-card h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #231f20;
    margin-top: 10px;
}

.supply-section .supply-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
    color: #5b5b5b;
}

.supply-section .row .col-md-6:nth-child(1) .icon-box {
    background: #1f4ed3;
}

.supply-section .row .col-md-6:nth-child(2) .icon-box {
    background: #a003ea;
}

.supply-section .row .col-md-6:nth-child(3) .icon-box {
    background: #dc2626;
    box-shadow: 0px 14px 14px 0px #1f4ed326;
}

.supply-section .row .col-md-6:nth-child(4) .icon-box {
    background: #ff8a00;
    box-shadow: 0px 14px 14px 0px #1f4ed326;
}

.supply-section .row .col-md-6:nth-child(2) .supply-card {
    margin-top: 77px;
    margin-bottom: 25px;
}
.supply-section .row .col-md-6:nth-child(3) .supply-card {
    margin-top: -52px;
}

.supply-section .row .col-md-6:nth-child(4) .supply-card {
    margin-top: 0px;
}

/* SUPPLY SECTION END */

/* CLIENT SECTION START */

.client-section {
    position: relative;
    background: #f9fcff;
}

.client-section::before,
.client-section::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.client-section::before {
    top: 0;
    left: 0;
    width: 597px;
    height: 329px;
    background-image: url("./../images/vector-bg/client-1.png");
}

.client-section h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}

.client-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #4d4d4d;
}

.client-section .client-img {
    z-index: 1;
    height: 110px;
    margin: 5px;
    border-radius: 4px;
    /* padding: 24px; */
    background: #ffffff;
    /* box-shadow: 50px 20px 80px 0px #5050501f; */
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* CLIENT SECTION END */

.page-brief {
    background: #eff6ff;
}

/* OUR GOALS START */

.our-goals-section {
    position: relative;
}

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

.our-goals-section::before,
.our-goals-section::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.our-goals-section::after {
    top: 0;
    right: 0;
    width: 530px;
    height: 100%;
    background-image: url("./../images/vector-bg/goals-1.png");
}

.our-goals-section p {
    font-family: var(--Goldman);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* OUR GOALS END */

/* MIDDLE CONTENTS START */

.about-middle {
    background: #f9fcff;
}

.ceo-message {
    position: relative;
}

.ceo-message::before,
.ceo-message::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.ceo-message::before {
    top: 0;
    left: 0;
    width: 954px;
    height: 100%;
    background-image: url("./../images/vector-bg/ceo-vector.png");
}

.about-middle .ceo-profile {
    width: 60%;
    background: #ffffff;
    box-shadow: 0px 4px 24px 0px #0000000d;
    border-radius: 8px;
    padding: 10px;
}

/* MIDDLE CONTENTS END */

/* OUR MISSION START */

.our-mission {
    position: relative;
}

.our-mission::before,
.our-mission::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.our-mission::before {
    top: 0;
    right: 0;
    width: 460px;
    height: 100%;
    background-image: url("./../images/vector-bg/mission-vector.png");
}

/* OUR MISSION END */

/* OUR VISION START */

.our-vision {
    position: relative;
}

.our-vision::before,
.our-vision::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.our-vision::before {
    top: 0;
    left: 0;
    width: 460px;
    height: 100%;
    background-image: url("./../images/vector-bg/our-vision.png");
}

/* OUR VISION END */
.circle-image {
    width: 55px;
    height: 55px;
    border-radius: 100%;
}
