
.portfolio-title.portfolio-icon {
    display: flex;
    justify-content: start;
    align-items: flex-start;
}
.portfolio-icon img {
    width: 90px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 25px;
}
.heading-pera {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 300;
}

/* Section Title */
.process-section {
    padding: 60px 20px;
    background: #FFFFFF;
}

.process-section h2 {
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Timeline Container */
.timeline {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

/* Timeline Vertical Line */
.timeline::after {
    content: '';
    position: absolute;
    width: 1px;
    background: rgb(0,255,255);
    background: linear-gradient(180deg, rgba(0,255,255,1) 0%, rgba(255,255,255,1) 100%);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Timeline Item */
.timeline-item {
    padding: 20px;
    position: relative;
    width: 50%;
}

/* Alternating Left & Right */
.timeline-content {
    background: rgba(255, 255, 255, 0.1);
    /* backdrop-filter: blur(10px); */
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.timeline-content.right {
    background: rgb(0,255,255);
    background: linear-gradient(180deg, rgba(0,255,255,1) 0%, rgba(255,255,255,1) 100%);
}

/* Left Side */
.timeline-item:nth-child(odd) .timeline-content {
    left: 0;
    text-align: right;
}

/* Right Side */
.timeline-item:nth-child(even) .timeline-content {
    left: 110%;
}

/* Circle Icons */
.icon {
    position: absolute;
    top: 50%;
    right: -30px;
    background: #fff;
    color: #000000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    transition: 0.3s;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

/* Left Side Icon */
.timeline-item:nth-child(odd) .icon {
    right: auto;
    left: -30px;
}

/* Hover Effects */
.timeline-content:hover {
    transform: scale(1.05);
}

/* Responsive for Mobile */
@media (max-width: 992px) {
    .menu .nav-link {
        color: #000000 !important;
    }
}
@media (min-width: 768px) {
    .vulnerabilities_section div:nth-last-child(1) {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .solution-sec-1  h3.text-anime-style.fw-normal, .solution-content h4 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
        letter-spacing: -.3px;
    }
    .solution-content p {
        font-size: .875rem !important;
        line-height: 1.375rem !important;
    }
    img.vulnerabilities_img {
        max-width: 300px !important;
    }
    .vulnerabilities_section {
        margin-top: 70px !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    #cookie-consent {
        bottom: 20px !important;
    }
    .dropdown-toggle::before {
        right: 0px !important;
    }
    .dropdown-mega {
        position: static;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu {
        right: auto !important;
    }

    .timeline::after {
        left: 0px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 40px;
    }

    .timeline-item:nth-child(odd) .timeline-content,
    .timeline-item:nth-child(even) .timeline-content {
        left: 0;
        text-align: left;
    }

    .icon {
        right: auto !important;
        left: -25px !important;
        width: 50px;
        height: 50px;
        font-size: 22px;
        top: 30px;
    }
}

.process-section p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000 !important;
}

.featured-item-custom .featured-item {
    /* background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; */
    padding: 70px 30px !important;
    height: 100%;
    background: linear-gradient(180deg, #1D1D1F 0%, rgb(0, 0, 0) 35%, rgb(0, 0, 0) 65%, rgb(29, 29, 29) 100%);
    border-radius: 20px
}

.featured-item-custom .featured-item::after {
    content: '';
    background: rgb(0 0 0 / 70%);
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: -1;
}

.featured-item-custom .featured-item p {
    margin-bottom: 0px !important;
    color: #FFFFFF;
}

.form-select option {
    color: #000000 !important;
}

::placeholder { 
    color: #000000 !important; /* Change to your preferred color */
    opacity: 1 !important; /* Ensures full visibility */
}

/* For better browser support */
::-webkit-input-placeholder { color: #000000 !important; }
:-moz-placeholder { color: #000000 !important; }
::-moz-placeholder { color: #000000 !important; }
:-ms-input-placeholder { color: #000000 !important; }

.form-control:focus::placeholder {
    color: #FFFFFF !important;
}

.price-table .form-control:focus::placeholder {
    color: #FFFFFF !important;
}

.price-table .form-control:focus {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.industry-section img {
    width: 64px;
}

.industry-section .featured-icon{
    display: flex;
    justify-content: center;
}

.industry-section h4 {
    font-size: 18px !important;
    text-align: center;
}

img.digital-marketing-section-image {
    width: 90%;
    border-radius: 50px;
    filter: drop-shadow(0px 0px 8px black);
}

.counter h5 {
    margin: 0;
    position: absolute;
    top: 120px;
}

.counter {
    height: 190px !important;
}

.blog-list-items {
    font-size: 14px !important;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-icon img {
    width: 64px;
}

.service-image1 p { 
    color: #FFFFFF;
    font-size: 22px;
    line-height: 32px;
}

.service-image2 p { 
    color: #FFFFFF;
}

.banner-content .container {
    max-width: 1500px !important;
}

p.credentials {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 16px;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
    gap: 30px;
    align-items: center;
    justify-items: center;
}

.logo-grid img {
    max-width: 100%;
    max-height: 50px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.2));
}

.logo-grid img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

.certificate-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    align-items: center;
    justify-items: center;
}

.certificate-grid img {
    max-width: 100%;
}

.bg-white {
    background: #FFFFFF !important;
}

@media (max-width: 768px) {
    .grid-item {
        width: 45%;
    }
}
@media (max-width: 480px) {
    .grid-item {
        width: 100%;
    }
}
.api-pentesting {
    /* filter: grayscale(1); */
}
.card {
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
}
.card h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.card .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}
.card .row:last-child {
    border-bottom: none;
}
.col-feature {
    flex: 1 1 45%;
    padding-right: 20px;
}
.col-status {
    flex: 1 1 20px;
    text-align: center;
    font-size: 20px;
}
.col-other {
    flex: 1 1 45%;
    color: #333;
}
.tick {
    color: #28a745;
}
.cross {
    color: #dc3545;
}
.warn {
    color: #f0ad4e;
}
.feature-title {
    font-weight: 600;
}
.section-title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
}
@media (max-width: 768px) {
    .card .row {
        flex-direction: column;
    }

    .col-feature, .col-other {
        flex: 1 1 100%;
        padding-right: 0;
    }

    .col-status {
        display: none;
    }
}
.tbl-btn {
    justify-content: center;
    align-items: center
}
.tbl-btn div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px !important;
    background: rgb(0 255 255 / 30%);
    margin: 0px 10px;
    border-radius: 20px;
}
.c2 {
    background: rgb(0 255 255 / 50%) !important;
}
.c2 p{
    color: #FFFFFF !important;
}
.c2 i{
    color: #FFFFFF !important;
}
.c3 {
    background: rgb(0 255 255 / 70%) !important;
}
.c3 p{
    color: #000000 !important;
}
.c3 i{
    color: #000000 !important;
}
.c4 {
    background: #00FFFF !important;
}
.c4 p{
    color: #000000 !important;
}
.c4 i{
    color: #000000 !important;
}
.tbl-btn div p {
    margin: 0px;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}
.tbl-btn div i {
    font-size: 18px;
    margin: 0px 6px;
    color: #FFFFFF;
}

.tab-pane img {
    width: 75%;
    margin: 0 auto;
    display: flex;
    border-radius: 30px;
}

.nav-link {
    color: #FFFFFF !important;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 22px;
}

.nav-link span {
    font-size: .85em;
    font-weight: 400;
    line-height: 1.35em;
    opacity: 0.4;
}

.nav-pills .nav-link.active span {
    opacity: 1;
}

.nav-pills .nav-link.active {
    background-color: rgb(0 255 255 / 50%) !important;
}

.features-section {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #0a0a0a;
}

.header {
    height: 110px !important;
    border-bottom: 0px !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header #header-wrap {
    width: 100% !important;
}

.page-content.homepage {
    margin-top: -110px !important;
}

.inner-page-website {
    margin-top: -110px !important;
}

/* .footer-menu-content {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    width: auto;
}

.footer-menu-content div {
    width: 100%;
} */

/* .footer-menu-content ul li {
    font-size: 15px;
    line-height: 26px;
    margin-top: 4px;
} */

/* Footer Container */
.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 50px 80px;
    background: #010101;
    background: linear-gradient(180deg, rgba(1, 1, 1, 1) 0%, rgba(29, 29, 31, 1) 70%);
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-menu {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
    flex: 0 0 75%;
}

.footer-column h5 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.footer-column h5::after {
    content: '';
    position: absolute;
    background: #FFFFFF;
    width: 50%;
    height: 1px;
    z-index: 999;
    bottom: -1px;
    left: 0px;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: white;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    transition: transform 0.3s ease; /* Transition on transform */
}

.footer-column ul li a:hover {
    transform: translateX(5px) !important; /* Use translateX to move the link */
}

/* Form Section */
.footer-form {
    height: 100%;
    flex: 0 0 25%;
    background-color: #FFFFFF;
    padding: 30px 20px;
    border-radius: 20px;
}

.footer-form h5 {
    color: #010101;
    font-size: 22px;
    margin-bottom: 14px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    word-spacing: 0px;
}

.footer-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #010101;
}

.footer-form input,
.footer-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    color: var(--themeht-text-color);
    background-color: var(--themeht-white-color);
    border: 1px solid var(--themeht-border-light-color);
}

.footer-form input:focus,
.footer-form select:focus {
    border-color: var(--themeht-primary-color);
}


/* Secondary Footer */
.secondary-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 80px;
    background-color: #1D1D1F;
    color: white;
}

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

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon img {
    width: 30px;
}

.footer-column.certificates {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: auto;
}

.certificates img {
    width: 90px;
    margin-right: 10px;
}

.footer-copy {
    font-size: 14px;
}

.footer-copy p {
    margin: 0px;
}
.dropdown-menu.mega {
    width: 45vw;
    margin-top: -14px !important;
}
ul.dropdown-menu.mega h5 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 22px !important;
}

ul.dropdown-menu.mega h5::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 55px;
    width: 300px;
    height: 1px;
    background: #FFFFFF;
}
.price-table h4 {
    color: var(--themeht-text-color);
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 0px;
}
.price-table a {
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-left: 28px;
}
.price-table a::before {
    content: '';
    position: absolute;
    left: -28px;
    bottom: 0;
    width: 24px;
    height: 24px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    background: url('/icons/mail.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.price-table .themeht-btn.primary-btn .btn-text, .price-table .themeht-btn.primary-btn .btn-icon2, .price-table .themeht-btn.primary-btn .btn-icon1 {
    background: #FFFFFF !important;
}

.footer-contact-form .themeht-btn.primary-btn .btn-text, .footer-contact-form .themeht-btn.primary-btn .btn-icon1, .footer-contact-form .themeht-btn.primary-btn .btn-icon2 {
    border: 1px solid #000000 !important;
}
/* Responsive Design */
@media (max-width: 1873px) {
    .footer-column.certificates {
        left: auto;
        right: 0px !important;
    }
}
@media (max-width: 1280px) {
    .banner-text, .banner-img {
        margin: 0px 20px;
    }
    .footer-menu {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    .dropdown-menu.mega {
        width: 600px !important;
    }
    /* .navbar-collapse {
        position: static !important;
    } */
    /* .navbar-nav .nav-item.dropdown .dropdown-menu {
        top: 60px !important;
    } */
    
    .footer-form h5 {
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width: 768px) {
    .banner-img {
        display: none;
    }
    .banner-text, .banner-img {
        margin: 0px;
    }
    .logo-grid img {
        height: 40px !important;
    }
    .price-table form#contact-form {
        margin-top: 30px;
    }
    ul.dropdown-menu.mega h5 {
        color: #000000;
        position: relative;
    }
    ul.dropdown-menu.mega h5::after {
        top: 30px;
        left: 0px;
        width: 200px;
        background: #000000;
    }
    .dropdown-menu.mega {
        width: auto !important;
    }
    .grid-container {
        display: block !important;
    }
    .menu-heading-container {
        gap: 10px !important;
    }
    a.menu-heading-item {
        font-size: 16px !important;
        font-weight: 400 !important;
        padding-bottom: 10px !important;
    }
    .menu-heading-content p {
        font-size: 14px !important;
        line-height: 1.2em;
        color: #000000 !important;
    }
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        background-color: var(--themeht-white-color);
        box-shadow: none !important;
    }
    .nav-item.dropdown .dropdown-menu a {
        color: #000000 !important;
    }
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        padding: 0px 20px !important;
    }
    .footer-form h5 {
        font-size: 20px;
        line-height: 22px
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
        padding: 10px 30px;
    }
    .footer-menu {
        margin-bottom: 20px;
        width: 100%;
    }
    .footer-form {
        margin-top: 20px;
    }
    .secondary-footer {
        flex-direction: column;
        align-items: center;
    }
    .social-icons {
        margin-top: 10px;
    }
    .certificates {
        margin-top: 10px;
    }
    .certificates img {
        width: 50px;
        margin-right: 10px;
    }
}

/* .navbar-collapse {
    position: relative;
} */

.dropdown-mega {
    position: static;
}

img.menu-heading-img {
    width: 40px;
    height: 60px;
}

.menu-heading-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: start;
}


.dropdown-menu ul {
    list-style: none;
    padding-left: 0;
}

 .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

 .grid-container {
    list-style: none; /* Remove default list styling */
    padding: 0;
}

 .grid-container li {
    margin-bottom: 10px; /* Add spacing between <li> elements */
}

 .grid-container li {
    margin-bottom: 0;
}

/*  .grid-container ul li a {
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
} */

 .grid-container li a.menu-heading-header::after {
    content: '';
    position: absolute;
    width: 95%;
    height: 1px;
    background: #FFFFFF;
    left: 0;
    bottom: 3px;
}

 .grid-container li a.menu-heading-header {
    position: relative;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 20px;
    margin-bottom: 10px;
}

a.menu-heading-item {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 0px;
}

 .grid-container li p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    opacity: 0.9;
}

img.pentesting-img {
    width: 512px;
    margin: 0 auto;
    display: flex;   
}

.pentesting-counter {
    background: #333;
}

.pentesting-counter span.counter-suffix {
    color: #fff;
}

h3.pentest-counter-heading {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}

.price-table.price-active h3, .price-table.price-active p, .price-table.price-active h4, .price-table.price-active a {
    color: #FFFFFF !important;
}

.bg-parallax {
    height: 400px !important;
}

.split-inner {
    background-image: radial-gradient(circle, #6bffff 0%, #ccffff 50%, #ffffff 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: #FFFFFF;
    animation: gradient 5s linear infinite;
    /* height: 2.1em; */
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

.dropdown-toggle::before {
    content: '\f078'; /* caret down */
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    top: 0;
    right: -20px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.dropdown-toggle:hover::before {
    transform: rotate(180deg); /* flips to mimic caret up */
}

.banner-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img.banner-images {
    width: 380px;
}
#cookie-consent{
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    color: #000000;
    text-align: center;
    padding: 30px;
    display: none
}
button#accept-cookies{
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    outline: none;
    border: none;
    border-radius: 100px;
    margin: 0 5px;
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px 24px;
}
#cookie-consent p{
    font-size: 16px;
    line-height:16px;
    font-weight: 400;
    color: #000000;
}
#cookie-consent p a{
    text-decoration: underline !important;
    font-size: 16px;
    line-height:16px;
    font-weight: 400;
    color: #000000;
}

img.banner-art {
    max-width: 400px;
}

.vulnerabilities_section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.vulnerabilities_section div h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
}

.vulnerabilities_section div p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
}

.vulnerabilities_section div {
    border-radius: 4px 4px 4px 4px;
    padding: 16px;
    /* background: linear-gradient(to bottom, #00ffff5c 0%, #004242 0%, #010101 100%); */
    background: #333;
    transition: all .3s;
}

.vulnerabilities_section div:hover {
    background: #FFFFFF;
    
}

.vulnerabilities_section div:hover p, .vulnerabilities_section div:hover h2 {
    color: #000000 !important;
}

img.vulnerabilities_img {
    max-width: 350px;
    width: 100%;
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #00FFFF transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product-img img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: flex;
}

/* Remove unwanted borders/shadows */
ul#myTab {
  border: none !important;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  padding: 0;
}

/* Full-width, center-aligned tabs */
.nav-tabs .nav-item {
  flex: 1;
  text-align: center;
  margin: 0px 2px;
}

/* Tab link styles */
.nav-tabs .nav-link {
  width: 100%;
  padding: 24px 10px;
  border: none !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent;
  color: #000000 !important;
  transition: background-color 0.3s ease;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

/* Active tab */
.nav-tabs .nav-link.active {
  background-color: #292929;
  color: #FFFFFF !important;
}

/* Remove hover/focus outlines */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:focus-visible {
    background-color: #292929;
    box-shadow: none !important;
    outline: none !important;
    color: #FFFFFF !important;
}

.tab-pane p {
    text-align: center;
    width: 85%;
    margin: 30px auto 30px auto;
    color: #000000;
}

.products-features-section {
    background: url('/images/products/sec-2-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-features-section h3 {
    color: #000000;
    font-size: 46px;
    line-height: 56px;
    font-weight: 500 !important;
    text-transform: capitalize;
}

.sec-1 {
    padding: 0px !important;
}

.sec-img img {
    border-radius: 0px !important;
    max-width: 700px;
    float: right;
}

.sec-1-content {
    padding: 0px 120px;
}

.sec-2 {
    background: url('/images/products/bg-01.webp');
    background-position: 50% 75%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-2 h3 {
    color: rgb(0, 0, 0);
    font-size: 46px;
    line-height: 56px;
    text-transform: capitalize;
    font-weight: 500 !important;
}

.sec-2 h3 span {
    color: #00adad !important;
}

.sec2-img img {
    width: 80%;
}

.sec-2-content p {
    color: #000000;
}

.product-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 2rem;
  }
}

.product-card {
  background-color: #1c1c1c24;
  padding: 35px;
  border-radius: 8px;
  color: white;
  text-align: left;
  transition: transform 0.2s ease;
  box-shadow: 0px 0px 30px -20px #00FFFF;
}

.product-card:hover {
  transform: translateY(-10px);
}

.product-card__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 24px !important;
    border-radius: 6px;
    width: 45px;
}

h3.title-h6.product-card__title {
    font-size: 1.3333rem;
    line-height: 1.7778rem;
    letter-spacing: 0;
    font-weight: 500;
    text-align: left;
}

.product-card__description p {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
}

section.solution-sec-1 {
    background: transparent;
    padding: 10px 0px;
}

section.solution-sec-1 h3 {
    color: #000000;
    font-weight: 600 !important;
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -.64px;
}

.solution-img img {
    width: 80%;
}

.solution-content h4 {
    color: #000000;
    font-size: 2rem;
    line-height: 2.5rem;
}

.solution-content p {
    color: #000000;
    font-size: 1.125rem;
    line-height: 1.75rem;
    opacity: 1;
}

.bg-sol {
    position: relative;
}

.bg-sol-1:before {
    content: '';
    background: rgb(255 255 255 / 80%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-sol-1 {
    background: url('/images/solutions/bg-solutions-7.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a.more_btn:before {
    content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    right: -20px;
    font-size: 16px;
}

a.more_btn {
    position: relative;
}