/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap'); */


:root {

    --primary-clr: #FF7B00;
    --secondary-clr: #D90D1E;
    --accent-clr: rgba(183, 214, 255, 0.50);
    --primary-text-clr: #1E1E1E;
    --secondary-text-clr: #5C5E64;
    --accent-text-clr: #787878;
    --black: #000;
    --white: #fff;
    --card-radius: 10px;
    --card-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
    --transition: all .3s linear;
    --main-title-fs: clamp(1.25rem, 1.1447rem + 0.5263vw, 1.5rem);
    --sub-title-fs: clamp(1rem, 0.9474rem + 0.2632vw, 1.125rem);
}

body {
    font-family: 'Mulish', sans-serif;
    font-feature-settings: 'lnum' 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

* {
    transition: all .3s linear;
}

a {
    text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

/* Support header style */
.support-head-wrapper {
    background-color: rgba(0, 0, 0, 55%);
    padding: 10px 0;
    position: sticky;
    z-index: 1;
}

.support-head-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.support-head {
    display: flex;
    align-items: center;
}

.support-head .social-links {
    display: flex;
    align-items: center;
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
    gap: 1rem;
}

.support-head .social-links li a {
    color: var(--white);
}

.support-head .support-details {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 1rem;

}

.support-details a,
.support-links a {
    margin: 0;
    font-size: 14px;
    color: var(--white);
    /* font-family: sans-serif; */
}

.support-details svg {
    font-size: 14px;
    color: var(--white);
}

@media(max-width:568px) {
    .support-head-content {
        justify-content: center;
    }
}

p,
.fs-14 {
    /* font-size: clamp(0.75rem, 0.6686rem + 0.2294vw, 0.875rem); */
    font-size: clamp(0.875rem, 0.8343rem + 0.1147vw, 0.9375rem);
}

.rounded-10 {
    border-radius: 10px;
}

.text-primary {
    color: var(--primary-clr) !important;
}

.text-secondary-clr {
    color: var(--secondary-text-clr) !important;
}

.bg-primary {
    background-color: var(--primary-clr) !important;
}

/* Navbar styling */
header {
    position: relative;
}

.nav-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: var(--white);
}

.wrapper-navbar {
    background-color: var(--white);
    border-radius: 0px;
    padding: 5px 1rem;
    font-family: "Montserrat", sans-serif;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}

.navbar-brand,
.footer-brand {
    width: clamp(8.25rem, 6.9342rem + 10.5789vw, 13.375rem);
    /* height: 80px; */
}


.navbar .offcanvas-body .navbar-nav .nav-link {
    /* font-size: clamp(0.75rem, 0.6759rem + 0.3704vw, 1rem); */
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
}

.navbar .offcanvas-body .navbar-nav .nav-link:hover {
    color: var(--primary-clr);

}

.navbar .offcanvas-body .navbar-nav .nav-link.active {
    color: var(--primary-clr);
}

.navbar .offcanvas-body .navbar-nav .dropdown .dropdown-menu {
    border-radius: 10px;
    padding: 16px 12px 22px 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
}

@media(max-width:992px) {
    .navbar .offcanvas-body .navbar-nav .dropdown .dropdown-menu {
        box-shadow: none;
        padding: 0rem;
    }

    .navbar .offcanvas-body .navbar-nav .nav-link {
        font-size: clamp(1rem, 0.6759rem + 0.3704vw, 1.5rem);
        color: var(--primary-clr);
    }

    .navbar-brand-light img {
        filter: brightness(0%) invert(1);
    }

    /* .offcanvas-end{
      background-color: var(--ind-orange);
  } */
}

.offcanvas-end {
    width: 300px;
    background: var(--white);

}

.navbar .offcanvas-body .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    font-size: clamp(0.85rem, 0.6759rem + 0.3704vw, .9rem);
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-text-clr);

}

.navbar .offcanvas-body .navbar-nav .dropdown .dropdown-menu .dropdown-item:is(:hover, :focus) {
    border-radius: 10px;
}

.navbar .offcanvas-body .navbar-nav .dropdown .dropdown-menu .dropdown-item:active {
    background: var(--uae-red);
    color: #fff !important;
    border-radius: 10px;
}

/* Button Customization */
.btn {
    border-radius: 4px;
    min-width: 150px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important; */
}

.btn-primary {
    background: var(--primary-clr);
}

.btn-primary i {
    font-size: 1.25rem;
    vertical-align: middle;
}

.btn-primary i::before {
    transform: rotate(0deg);
    transition: all .3s ease;
}

.btn-primary:hover i::before {
    transform: rotate(45deg);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--primary-clr);
    box-shadow: none;
}

.btn-secondary {
    background-color: rgba(255, 255, 255, 40%);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: rgba(179, 179, 179, 0.6);
    box-shadow: none;
}

.cta-button {
    border: 1px solid var(--primary-clr);
    text-decoration: none;
    font-size: clamp(0.75rem, 0.6759rem + 0.3704vw, .9rem);
    font-weight: 500;
    /* padding: 10px 38px; */
    color: var(--primary-clr) !important;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.view-more-btn {
    box-shadow: none !important;
    text-align: left;
    color: var(--primary-clr);
}

.view-more-btn svg {
    font-size: 1.2rem;
    vertical-align: sub;
}

.navbar-light .navbar-toggler {
    color: var(--primary-heading-clr);
    border: none;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
}

/* @media(min-width:992px) {
    .dropdown-menu {
        display: block;
        opacity: 0;
        pointer-events: none;
        transition: all .3s linear;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        pointer-events: visible;
    }

} */
@media(min-width:992px) {

    .dropdown-menu-custom,
    .custom-dropdown-submenu {
        display: block;
        opacity: 0;
        pointer-events: none;
        transition: all .3s linear;
    }

    .dropdown:hover .dropdown-menu-custom,
    .dropdown-submenu:hover .custom-dropdown-submenu {
        display: block;
        margin-top: 0;
        opacity: 1;
        pointer-events: visible;

    }

    /* dropdown-submenu */
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 2px;
        top: 50%;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
    }

}


@media (max-width:992px) {

    .cta-button .cta-btn,
    .cta-button .cta-btn:is(:hover, :focus) {
        border: none;
        width: 100%;
        padding: 0.5rem 0;
        background-color: transparent;
        border-radius: 0;
        color: var(--secondary-heading-clr);
        text-align: left;
    }

}

.totop-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.totop-btn svg {
    color: var(--primary-clr);
    font-size: 30px;
}

.totop-btn:hover {
    background-color: var(--primary-clr);
}

.totop-btn:hover svg {
    color: var(--white);
}

@media(max-width:586px) {
    .totop-btn {
        position: relative;
        bottom: 0;
    }
}

/* .main-wrapper{
    position: relative;
    top: -155px;
} */
/* Products tab-scroll */
.custom-nav-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    justify-content: center;
}

.custom-nav-pills .nav-link.active,
.custom-nav-pills .show>.nav-link {
    background-color: var(--primary-clr);

}

.custom-nav-pills .nav-link {
    color: #000;
    white-space: nowrap;
}

.custom-nav-pills::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.custom-nav-pills::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.custom-nav-pills::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent)
}





/* About Company */

.photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.photo-grid .item-xl {
    max-height: 303px;
}

.photo-grid .item-xl img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    max-height: 303px;
}

.photo-grid .item-sm img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    max-height: 235px;
}

.photo-grid .item-sm {
    max-height: 235px;
}

.photo-grid .column-shift {
    margin-top: auto;
    transform: translateY(50px);
}

.item-card {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.item-card img {
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.item-card:hover img {
    transform: scale(1.1);
}

.item-card h6 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    color: var(--white);
    font-size: 1rem;
    letter-spacing: 2px;
    z-index: 3;
}

.vision,
.mission,
.stratergy,
.support {
    position: relative;
    overflow: hidden;
}

.vision::before,
.support::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(245, 125, 49, 1) 100%);
    border-radius: 10px;
    transition: opacity .3s ease-in-out;
    /* Transition opacity */
    z-index: 1;
    /* Ensure the gradient is visible on top */
}

.vision::after,
.support::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(32, 147, 209, 1) 100%);
    border-radius: 10px;
    opacity: 0;
    /* Initially hidden */
    transition: opacity .3s ease-in-out;
    z-index: 2;
}

.vision:hover::after,
.support:hover::after {

    opacity: 1;
    /* Fade in second gradient on hover */
}

.vision:hover::before,
.support:hover::before {
    opacity: 0;
    /* Fade out the first gradient on hover */
}

.mission::before,
.stratergy::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(32, 147, 209, 1) 100%);
    border-radius: 10px;
    transition: opacity .3s ease-in-out;
    /* Transition opacity */
    z-index: 1;
    /* Ensure the gradient is visible on top */
}

.mission::after,
.stratergy::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(245, 125, 49, 1) 100%);
    border-radius: 10px;
    opacity: 0;
    /* Initially hidden */
    transition: opacity .3s ease-in-out;
    z-index: 2;
}

.mission:hover::after,
.stratergy:hover::after {

    opacity: 1;
    /* Fade in second gradient on hover */
}

.mission:hover::before,
.stratergy:hover::before {
    opacity: 0;
    /* Fade out the first gradient on hover */
}

.para-text,
.feature-card .feature-body .para-text,
.para-text p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #6A6A6A;
}

@media(max-width:992px) {
    .photo-grid .column-shift {
        transform: translateY(0px);
    }
}

@media(max-width:768px) {
    .photo-grid {
        gap: 12px;
    }

}

.sub-title {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.1rem);
    font-weight: 700;
    color: transparent;
    background: var(--primary-clr);
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1rem;
}

.sub-title span {
    text-transform: lowercase;
}

.main-title {
    font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem);
    color: rgba(0, 0, 0, 84%);
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.para-text {
    color: #666666;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
}

.para-text.text-white p {
    color: var(--white);
}

/* Industry section */
/* .industry-wrapper {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 1) 100%), url('../images/industry-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
} */

.industry-carousel .owl-nav {
    display: flex !important;
    width: 100%;
    justify-content: end;
    position: absolute;
    top: -30%;
}

.industry-carousel .owl-nav img {
    width: 42px;
    height: 42px;
    filter:invert(1);
}

/* .industry-content {
    position: relative;
} */

.industry-content::after {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 71%);
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 0;
    border-radius:1rem;
}

.industry-content:hover::after {
    opacity: 1;
}

.industry-content img {
    max-height: 333px;
    object-fit: cover;
    object-position: top;
    border-radius:1rem;
}

.industry-content .hover-content {
    position: absolute;
    top: 0;
    padding: 1rem;
    z-index: 1;
    color: var(--white);
}

.industry-content .hover-content h6 {
    color: var(--white);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    opacity: 0;
}

.industry-content .hover-content p {
    font-size: 13px;
    color: var(--white);
    margin: 0;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical; */
    overflow-wrap: anywhere;

}

.industry-content:hover .hover-content h6 {
    opacity: 1;
    transition-delay: 0.3s;
}

.industry-content .hover-content img {
    width: 34px;
    height: 34px;
    margin-bottom: .5rem;
}

.industry-content .hover-content a {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}

.industry-content .hover-content i, 
.industry-content .hover-content svg {
    font-size: 2rem;
    color: var(--white);
}

.industry-content .hover-content img,
.industry-content .hover-content p,
.industry-content .hover-content a {
    opacity: 0;
}

.industry-content:hover .hover-content img,
.industry-content:hover .hover-content p,
.industry-content:hover .hover-content a {
    opacity: 1;
    transition-delay: 0.4s;
}

.industry-carousel .owl-stage>.owl-item:nth-child(1n) .hover-title {
    background-color: var(--primary-clr);
}

.industry-carousel .owl-stage>.owl-item:nth-child(2n) .hover-title {
    background-color: #6D989E;
}

.industry-carousel .owl-stage>.owl-item:nth-child(3n) .hover-title {
    background-color: #B48A6B;
}

.industry-carousel .owl-stage>.owl-item:nth-child(4n) .hover-title {
    background-color: #2591CF;
}

.industry-content .hover-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem;
    min-width: 70%;
    text-align: center;
    color: var(--white);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 5px;
    z-index: 1;
}

.industry-content:hover .hover-title {
    transform: translate(-100px, -250px);
    opacity: 0;
}



/* Photos section */
.gallery-bx {
    width: 100%;
    height: auto;
    float: left;
    background-color: #f2faff;
    /* padding: 10px; */
    box-shadow: 2px 2px 10px -7px #787878;
}

.gallery-bx .bx-img {
    width: 100%;
    height: 200px;
    float: left;
}

.gallery-bx .bx-cnt {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 14px;
    padding-bottom: 4px;
}

.gallery-bx .bx-cnt h6 {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}

.hover-scale .bx-img {
    overflow: hidden;
}

.hover-scale .bx-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hover-scale:hover .bx-img img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* .project-wrapper {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 50%, rgba(76, 155, 232, 0.53) 100%), url('../images/photo-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
} */



/* testimonial slider */

.testimonial-carousel .owl-nav {
    display: flex !important;
    justify-content: center;
}

.testimonial-carousel .owl-nav img {
    filter: contrast(0.5);
    width: 42px;
    height: 42px;
}


.testimonial-card {
    text-align: center;
    max-width: 800px;
    margin-inline: auto;
}

.testimonial-card .client-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.testimonial-card .client-info img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-card .client-info h6 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.testimonial-card .client-info p {
    font-size: 12px;
    font-weight: 600;
    color: #6D6D6D;
    margin: 0;
}


/* Footer area */

.footer-bg {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 92%, rgba(255, 255, 255, 0.92) 92%), url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: auto;
    position: relative;
    background-attachment: fixed;
}

.sitemap {
    list-style: none;
    padding-inline-start: 0px;
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;

}

.sitemap li a {
    color: var(--primary-text-clr);
    font-size: 15px;
    font-weight: 600;
}

.social-links {
    list-style: none;
    padding-inline-start: 0px;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.social-links li img {
    width: 34px;
    height: 34px;
}

.divider {
    height: 1px;
    width: 100%;
    background: #c5c9e9;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright p {
    margin: 0;
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}

.copyright a {
    color: var(--primary-clr);
    font-size: 14px;
    font-weight: 500;
}


/* Inner Page  */

.banner-header {
    /* height: 250px; */
    display: flex;
    justify-content: start;
    align-items: end;
    margin-bottom: 1rem;
}

.banner {
    /* padding: 1rem 0; */
    /* background: linear-gradient(180deg, rgba(0,0,0,0.51) 51%, rgba(76,155,232,0.98) 100%), url('../images/inner-bg.png'); */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.51) 51%, rgba(76, 155, 232, 0.98) 100%);
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-image {
    border-radius: 10px;
}

/* About us page */
.custom-inner-card {
    padding: 1rem;
    border: none;
}

.custom-inner-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    margin-inline: auto;
}

.custom-inner-card h6 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

/* Contact us page */
.contact-card {
    padding: 1rem;
}

.contact-card img {
    width: 100px;
}

.contact-card h5 {
    font-weight: 800;
}

.add-content h6 {
    font-weight: 600;
}

.add-content img {
    width: 24px;
    height: 24px;
}

/* support page */

.support-card {
    text-align: center;
    margin-top: 1rem;
}

.support-card img {
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
}

.support-card h6 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.support-card a {
    color: var(--black);
    font-weight: 700;
}

.content-wrapper {
    padding: 0rem 0;
    background-color: var(--white);
    /* background-color: rgba(37, 145, 207, 4%); */
}

/* icenter erp page */
.feature-box {
    display: flex;
    padding: 1rem;
    align-items: center;
    gap: 1rem;
    border-radius: 10px;

}

.feature-box img {
    width: 38px;
    height: 38px;
}

.feature-box h6 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    font-size: 17px;
}

.feature-wrapper>.feature-block:nth-child(1n) .feature-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 21%) 0%, rgba(0, 0, 0, 21%) 100%), linear-gradient(180deg, rgba(249, 160, 105, 80%) 0%, rgba(249, 160, 105, 80%) 100%), var(--bg-feature-box);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-wrapper>.feature-block:nth-child(2n) .feature-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 21%) 0%, rgba(0, 0, 0, 21%) 100%), linear-gradient(180deg, rgba(132, 166, 171, 80%) 0%, rgba(132, 166, 171, 80%) 100%), var(--bg-feature-box);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-wrapper>.feature-block:nth-child(3n) .feature-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 21%) 0%, rgba(0, 0, 0, 21%) 100%), linear-gradient(180deg, rgba(188, 154, 130, 80%) 0%, rgba(188, 154, 130, 80%) 100%), var(--bg-feature-box);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-wrapper>.feature-block:nth-child(4n) .feature-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 21%) 0%, rgba(0, 0, 0, 21%) 100%), linear-gradient(180deg, rgba(73, 160, 211, 80%) 0%, rgba(73, 160, 211, 80%) 100%), var(--bg-feature-box);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-wrapper>.feature-block:nth-child(5n) .feature-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 21%) 0%, rgba(0, 0, 0, 21%) 100%), linear-gradient(180deg, rgba(215, 180, 91, 80%) 0%, rgba(215, 180, 91, 80%) 100%), var(--bg-feature-box);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-wrapper>.feature-block:nth-child(6n) .feature-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 21%) 0%, rgba(0, 0, 0, 21%) 100%), linear-gradient(180deg, rgba(234, 112, 112, 80%) 0%, rgba(234, 112, 112, 80%) 100%), var(--bg-feature-box);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-wrapper>.feature-block:nth-child(7n) .feature-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 21%) 0%, rgba(0, 0, 0, 21%) 100%), linear-gradient(180deg, rgba(153, 144, 179, 80%) 0%, rgba(153, 144, 179, 80%) 100%), var(--bg-feature-box);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-wrapper>.feature-block:nth-child(8n) .feature-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 21%) 0%, rgba(0, 0, 0, 21%) 100%), linear-gradient(180deg, rgba(181, 195, 143, 80%) 0%, rgba(181, 195, 143, 80%) 100%), var(--bg-feature-box);
    background-repeat: no-repeat;
    background-size: cover;
}

.main-content {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 21%) 0%, rgba(245, 125, 49, 16%) 100%), url(../images/erp-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
}

.erp-card {
    /* background: rgba(22, 61, 85, 70%); */
    background: var(--white);
    border: 1px solid rgba(245, 125, 49, 48%);
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 18%);
}

.erp-card .erp-title-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.erp-card .erp-title-container img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.erp-card .erp-title-container h6 {
    font-weight: 600;
    /* text-transform: uppercase; */
    color: var(--primary-clr);
    margin: 0;
}

.erp-card ul {
    color: var(--primary-clr);
}

.list-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: var(--primary-clr);
    gap: 1rem;

}

@media(max-width:786px) {
    .list-options {
        grid-template-columns: 1fr;
    }
}

/* Mobile app development */
.points-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 50%, rgba(76, 155, 232, 62%) 100%), url('../images/mobile-app-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0;
}

.card-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    padding-inline-start: 0px;
    gap: 4rem;
}

.points-card {
    position: relative;
    text-align: center;
    padding: 1.5rem 1rem;
    background: rgba(0, 0, 0, 58%);
    list-style: none;
    border-radius: 20px;
    margin-top: 2rem;
}

.points-card img {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 82px;
    height: 82px;
}

.points-card h6 {
    text-transform: uppercase;
    color: var(--white);
    font-weight: 700;
    margin: 0;
    font-size: 15px;
}

.points-card:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(245, 125, 49, 62%) 100%);
}

.card-list li:nth-child(2n) {
    transform: translateY(-20px);
}

.card-list li:nth-child(5n) {
    transform: translateY(-40px);
}

@media(max-width:992px) {
    .card-list {
        grid-template-columns: 1fr 1fr;
    }

    .card-list li:nth-child(2n),
    .card-list li:nth-child(5n) {
        transform: translateY(0);
    }
}

@media(max-width:768px) {
    .card-list {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .points-card img {
        left: 0;
    }
}

/* Web Devlopment page */

.design-container>.design-wrapper:nth-child(1n) .design-card {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 50%, rgba(245, 125, 49, 1) 100%), url(../images/website-bg.png);
}

.design-container>.design-wrapper:nth-child(1n):hover .design-card {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 50%, rgba(32, 147, 209, 1) 100%), url(../images/website-bg.png);
}

.design-container>.design-wrapper:nth-child(2n) .design-card {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 50%, rgba(32, 147, 209, 1) 100%), url(../images/redesign-bg.png);
}

.design-container>.design-wrapper:nth-child(2n):hover .design-card {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 50%, rgba(245, 125, 49, 1) 100%), url(../images/redesign-bg.png);
}

.design-container>.design-wrapper:nth-child(3n) .design-card {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 50%, rgba(245, 125, 49, 1) 100%), url(../images/ecommerce-bg.png);
}

.design-container>.design-wrapper:nth-child(3n):hover .design-card {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 50%, rgba(32, 147, 209, 1) 100%), url(../images/ecommerce-bg.png);
}

.design-container>.design-wrapper:nth-child(4n) .design-card {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 50%, rgba(32, 147, 209, 1) 100%), url(../images/landing-bg.png);
}

.design-container>.design-wrapper:nth-child(4n):hover .design-card {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 50%, rgba(245, 125, 49, 1) 100%), url(../images/landing-bg.png);
}

.design-card {
    text-align: center;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 50%, rgba(245, 125, 49, 1) 100%), url(../images/about1.png);
    padding: 1rem;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s linear;
    height: 100%;
}

.design-card img {
    width: 52px;
    height: 52px;
    margin-bottom: 1rem;
}

.design-card h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 2px;

}

.design-card p {
    font-size: 14px;
    margin: 0;
    color: var(--white);
    text-align: left;
}

/* Service page  */
.service-card {
    align-items: center;
}

.service-card .service-img {
    position: relative;
    margin: 2rem 0rem;
}

.service-card .service-img::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -1;
    bottom: -50px;

}

.service-card .service-img img {
    max-width: 400px;
    display: block;
}

.service-card h6 {
    font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
    font-weight: 700;
    letter-spacing: 1px;
    color: #163D54;
}

.service-wrapper>.service-card:nth-child(1n) .service-img::after {
    background-color: #f57c3193;
    left: 50px;
}

.service-wrapper> :nth-child(1n) .service-img img {
    margin-left: auto;
    border-bottom-left-radius: 20px;
}

.service-wrapper>.service-card:nth-child(2n) .service-img img {
    margin-right: auto;
    margin-left: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
}

.service-wrapper>.service-card:nth-child(2n) .service-img::after {
    background-color: #28b4ff8f;
    right: 50px;
    left: auto;
}

.service-wrapper>.service-card:nth-child(2n) {
    flex-direction: row-reverse;
}

@media(min-width:1024px) {
    .service-card .service-img img {
        max-width: 500px;
    }
}

@media(max-width:992px) {
    .service-card .service-img img {
        max-width: 100%;
    }
}

/* microsoft dynamics page */

.microsoft-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 50%, rgba(76, 155, 232, 62%) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.53) 50%, rgba(0, 0, 0, 0.53) 100%), url('../images/microsoft-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/* careers page styling */
.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 1rem;
}

.custom-accordion .accordion-button {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .2);
    gap: 1rem;
    font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.125rem);
    font-weight: 700;
    letter-spacing: 2px;
    color: #163D54;
}

.custom-accordion .accordion-button img {
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.custom-accordion .accordion-collapse.collapse.show .accordion-body {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cv_id {
    width: fit-content;
    padding: .5rem 1rem;
    border-radius: 20px;
    border: 1px solid #163D54;
    color: #163D54;
}

/* Gallery Image section styling */

.gallery-item .polaroid {
    background-color: #fff;
    /* padding: 1em; */
    box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.2);
}

.gallery-item .polaroid img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4/3;
}

.gallery-item .caption {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /* line limit */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gallery-item {
    display: inline-block;
    /* margin-top: 2em; */
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
}

/* .gallery-item .polaroid:before {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  } */

/* .gallery-item:nth-of-type(4n+1) {
    -webkit-transform: scale(0.8, 0.8) rotate(5deg);
    transform: scale(0.8, 0.8) rotate(5deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .gallery-item:nth-of-type(4n+1) .polaroid:before {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    bottom: 30px;
    right: 10px;
  }

  .gallery-item:nth-of-type(4n+2) {
    -webkit-transform: scale(0.8, 0.8) rotate(-5deg);
    transform: scale(0.8, 0.8) rotate(-5deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .gallery-item:nth-of-type(4n+2) .polaroid:before {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    width: 45%;
    height: 20%;
    bottom: 30px;
    right: 10px;
  }

  .gallery-item:nth-of-type(4n+3) {
    -webkit-transform: scale(0.8, 0.8) rotate(-3deg);
    transform: scale(0.8, 0.8) rotate(-3deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .gallery-item:nth-of-type(4n+3) .polaroid:before {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    width: 45%;
    height: 20%;
    bottom: 30px;
    right: 10px;
  }

  .gallery-item:nth-of-type(4n+4) {
    -webkit-transform: scale(0.8, 0.8) rotate(3deg);
    transform: scale(0.8, 0.8) rotate(3deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .gallery-item:nth-of-type(4n+1) .polaroid:before {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    width: 45%;
    height: 20%;
    bottom: 30px;
    right: 10px;
  }

  .gallery-item:nth-of-type(4n+5) {
    -webkit-transform: scale(0.8, 0.8) rotate(0deg);
    transform: scale(0.8, 0.8) rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .gallery-item:nth-of-type(4n+1) .polaroid:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 45%;
    height: 20%;
    bottom: 30px;
    right: 10px;
  }

  */
.gallery-item:hover {
    /* -webkit-transform: scale(1, 1) rotate(0deg); */
    /* transform: scale(1, 1) rotate(0deg); */
    /* -webkit-filter: none; */
    filter: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* .gallery-item:hover .polaroid:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    bottom: 0%;
    right: 5%;
    z-index: -1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  } */

.hover-scale .gallery-box {
    overflow: hidden;
    width: 200px;
    height: 200px;
}

.hover-scale .gallery-box img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hover-scale:hover .gallery-box img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.img-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 1rem;
    padding-inline-start: 0;
}

.img-list li {
    border: 1px solid #c3c3c3;
}

@media(max-width:576px) {
    .hover-scale .gallery-box {
        width: 100px;
        height: 100px;
    }
}

.client-carousel .owl-item .item img {
    /* filter: grayscale(100%); */
    transition: all 0.3s ease-out;
    margin: 0 auto;
    display: block;
    width: 150px;

}