:root {
    --primary-color: #F2613B;
    --primary-hover: #e04e2a;
    --primary-light: #f87652;
    --primary-dark: #d13b10;
}

* {
    margin: 0;
    padding: 0;
}

@keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}

@-webkit-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}

@-moz-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}

@-ms-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}

@keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}

@-webkit-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}

@-moz-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}

@-ms-keyframes move-clouds-back {
    from {
        background-position: 0;
    }
    to {
        background-position: 10000px 0;
    }
}

body {
    background: #f6f7f9;
}

.logo-text {
    font-size: 30px;
}

.sp .desc {
    left: 40%;
}

.pos .desc {
    left: 23%;
}

.cft .desc {
    left: 37%;
}

.social-icons i {
    margin-top: 10px;
}

.none {
    display: none;
}

.pb0 {
    padding-bottom: 0px;
}

.sample_container {
    margin-top: 40px;
}

.content_page .heading-border {
    margin: 5px 0 20px 0;
}

.content_page h1 {
    font-size: 22px;
}

.pl0 {
    padding-left: 0;
}

.icon {
    width: 60px;
    float: left;
    background: var(--primary-color);
    margin: 0 20px 0px 0;
    padding: 5px;
    border-radius: 50%;
    height: 60px;
    border: 1px solid #bbb;
}

.caption {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.img-border {
    border: 1px solid #ccc;
}

.features {
    margin-left: 40px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.logo1 {
    width: 45px;
    position: absolute;
    margin-left: 49px;
    top: 20px;
}

.logo2 {
    width: 150px;
    margin-top: 35px;
    position: absolute;
}

.ml20 {
    margin-left: 20px;
}

.col-md-3 img {
    margin-top: 10px;
}

.pl20 {
    padding-left: 20px;
}

.features ul {
    list-style: square;
    margin-left: 35px;
}

.fa-search, .fa-link {
    margin-top: 10px;
}

.hide_text {
    line-height: 0px;
    color: #fff;
}

.danger_field {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}

.mt30 {
    margin-top: 30px;
}
.navbar-toggle {
    margin-top: 13px;
    background-color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 8px !important;
    padding: 12px 10px !important;
    transition: all 0.3s ease !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
    height: 3px !important;
    border-radius: 2px !important;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
    box-shadow: 0 4px 15px rgba(242, 97, 59, 0.3) !important;
    transform: translateY(-1px);
}


.quotation {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff !important;
    padding: 5px;
    border-radius: 5px;
    border-bottom: 1px solid var(--primary-color) !important
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

.btn-primary:hover, .btn-success:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff !important;
}

.btn-success {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
}

.navbar-brand {
    padding: 0px 15px;
    display: flex !important;
    align-items: center;
}

/* Brand Icon and Logo Styling */
.brand-icon {
    height: 32px;
    width: auto;
    margin-top: 10px;
    transition: transform 0.3s ease;
    background: transparent !important;
    margin-top: 20px !important;
}

.brand-logo {
    height: 32px;
    width: auto;
    background: transparent !important;
}

/* Icon hover effect */
.navbar-brand:hover .brand-icon {
    transform: scale(1.05);
}

/* Fix navbar brand background */
.navbar-brand {
    background: transparent !important;
}

.navbar-scrolled .brand-icon,
.navbar-scrolled .brand-logo {
    background: transparent !important;
}

.navbar {
    min-height: 73px;
}

.navbar-default {
    background-color: var(--primary-color) !important;
    border-bottom: 0px;
    transition: all 0.3s ease;
}

/* Scrolled navbar style */
.navbar-scrolled {
    background-color: #0c4d96f7 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Update dropdown menu colors for scrolled state */
.navbar-scrolled .dropdown-menu {
    background-color: #0c4d96f7 !important;
    border: 1px solid #0c4d96f7 !important;
}

.navbar-scrolled .dropdown-menu>li>a:focus, 
.navbar-scrolled .dropdown-menu>li>a:hover {
    background-color: rgba(12, 77, 150, 0.8) !important;
}

.navbar-fixed-top {
    border-width: 0px;
}

.navbar-default .navbar-nav a {
    padding: 30px 15px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: var(--primary-hover);
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: var(--primary-dark) !important;
}
.activelink:hover {
    color: var(--primary-color) !important;
}
.navbar-default .navbar-nav .dropdown-menu li a {
    padding: 8px 20px;
}

.nav .active a {
    background-color: var(--primary-hover) !important;
    color: #fff !important;
}
.dropdown-menu {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border: 1px solid rgba(0,0,0,.15);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-hover);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.content_page {
    padding-top: 80px;
}

.tools-title {
    background: #c1c1c1;
    color: #000;
    font-size: 18px;
    margin: 0 !important;
    padding: 10px 0 15px 0 !important;
}

.copy {
    cursor: pointer;
}

.tools-contents .title {
    margin-bottom: 30px;
    font-size: 24px;
}

.minHeight {
    min-height: 450px;
}

/* Tooltip text */
.customTooltiptext {
    display: none;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    margin-left: 5px;
    position: absolute;
    z-index: 1;
    top: 45px;
    right: 0;
}

.tools-contents .form-control {
    height: 40px;
    font-size: 20px;
}

.copyright a b {
    color: #fff;
}

.small-section {
    background-color: var(--primary-color);
    padding: 10px 0;
    margin-top: 10px;
    color: #fff;
    z-index: 4;
    position: relative;
}

.topRadius {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.bottomRadius {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.filter-container {
    text-align: center;
    padding: 15px
}

ul.filter > li > a {
    line-height: 30px;
}

ul.filter > li > a:hover, ul.filter > li > a:focus {
    text-decoration: none;
    color: var(--primary-color);
    outline: none
}

ul.filter > li.active a {
    color: var(--primary-color);
}

ul.filter > li span {
    color: #ddd;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px
}

.filter-section .filter-container .filter > li {
    padding: 0;
    margin: 0
}

.filter-section h1 {
    text-align: center;
    font-size: 22px;
    margin: 0;
}

.portfolio-section.port-col figure .overlay-background {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.portfolio-section figure {
    float: left;
    width: 100%;
    position: relative
}

.portfolio-section figure img {
    width: 100%;
    height: auto
}

.portfolio-section .article-title {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 30px 0;
}

.portfolio-section .article-title a {
    color: var(--primary-color);
    font-weight: bold;
}

.portfolio-section figure:hover .overlay {
    opacity: 1;
    visibility: visible
}

.portfolio-section figure:hover .overlay-background {
    opacity: .8;
    visibility: visible
}

.portfolio-section figure .overlay-background {
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}

.portfolio-section figure .overlay-background .inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 11px;
    background-color: #c8e9c8;
    background-color: rgba(194, 231, 194, 0.9)
}

.portfolio-section figure .overlay {
    z-index: 2;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}

.portfolio-section figure .inner-overlay {
    display: table;
    width: 100%;
    height: 100%
}

.portfolio-section figure .inner-overlay-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 20px 40px
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align: center
}

.portfolio-section figure .inner-overlay-content.with-icons a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    border-radius: 0
}

.isotopeSelector img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform: scale(1.5) rotate(2deg);
    -webkit-transform: scale(1.5) rotate(2deg);
    -o-transform: scale(1.5) rotate(2deg);
    -ms-transform: scale(1.5) rotate(2deg);
    transform: scale(1.5) rotate(2deg);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.isotopeSelector figure {
    overflow: hidden
}

.isotopeSelector figure {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.demo-colored-wrap {
    background: #ecf0f1;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #ccc;
    background-color: transparent;
}

.content_page .wow-bg {
    padding-bottom: 30px;
}


.portfolio {
    padding: 30px 0 0 0;
}

.technology {
    margin-bottom: 30px;
    margin-top: 60px;
}

.tech-images {
    border: 1px solid #e7e7e7;
    padding: 10px;
    height: 150px;
    line-height: 120px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.tech-images:hover {
    background: #f6f7f9;
}

.tech-images img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.products {
    margin-top: 50px;
    margin-bottom: 30px;
}

.str3 .str_item {
    font-size: 0;
    line-height: 0
}

.str3 img {
    opacity: 0.8
}

.str3 img:hover {
    opacity: 1
}

.str3.str_wrap.str_active {
    background: #fff;
}

.box {
    box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 5% auto 0 auto;
    background-size: 100% 100% !important;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.overlay {
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    padding: 45px 0 45px 0;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
}

.box:hover .overlay {
    opacity: 1;
}

.overlay .title, .overlay .fa {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    font-size: 24px;
}

.overlay .fa {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
}

.client img {
    max-height: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 100%;
    top: 0px;
    bottom: 0px;
}

.navbar-brand > img {
    height: 40px;
    margin-top: 15px;

}
/* Enhanced Client Section Styling */
.client {
    margin-top: 40px;
    padding: 0 15px;
}

.client .image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 25px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(242, 97, 59, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Unique shapes for client boxes */
.client .image-box:nth-child(1) {
    border-radius: 25px;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.client .image-box:nth-child(2) {
    border-radius: 60px 15px;
}

.client .image-box:nth-child(3) {
    border-radius: 50%;
}

.client .image-box:nth-child(4) {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.client .image-box:nth-child(5) {
    border-radius: 40px 10px 40px 10px;
}

.client .image-box:nth-child(6) {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.client .image-box:nth-child(7) {
    border-radius: 50px 20px;
}

.client .image-box:nth-child(8) {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.client .image-box:nth-child(9) {
    border-radius: 35px 15px 35px 15px;
}

.client .image-box:nth-child(10) {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.client .image-box:nth-child(11) {
    border-radius: 45px 25px;
}

.client .image-box:nth-child(12) {
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

/* Default for additional boxes */
.client .image-box:nth-child(n+13) {
    border-radius: 20px;
}

.client .image-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(242, 97, 59, 0.1), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.client .image-box:hover::before {
    left: 100%;
}

.client .image-box:hover {
    transform: translateY(-8px) rotate(1deg);
    box-shadow: 0 20px 50px rgba(242, 97, 59, 0.2);
    border-color: rgba(242, 97, 59, 0.4);
}

/* Alternate hover effects */
.client .image-box:nth-child(even):hover {
    transform: translateY(-8px) rotate(-1deg) scale(1.02);
}

.client .image-box:nth-child(3n):hover {
    transform: translateY(-10px) scale(1.05);
}

.client a img {
    position: static !important;
    max-width: 100%;
    max-height: 85px;
    width: auto;
    height: auto;
    filter: grayscale(70%) opacity(0.8);
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
}

.client .image-box:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

/* Grid layout for better organization */
.client-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .client .image-box {
        height: 100px;
        padding: 20px;
        margin-bottom: 15px;
        border-radius: 12px;
    }
    
    .client a img {
        max-height: 75px;
    }
    
    .client-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }
    
    /* Brand icon responsive */
    .brand-icon {
        height: 28px;
        margin-right: 6px;
        margin-top: 8px;
    }
    
    .brand-logo {
        height: 28px;
    }
    
    .navbar-brand {
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .client .image-box {
        height: 90px;
        padding: 15px;
    }
    
    .client a img {
        max-height: 65px;
    }
    
    /* Brand icon smaller screens */
    .brand-icon {
        height: 24px;
        margin-right: 5px;
        margin-top: 6px;
    }
    
    .brand-logo {
        height: 24px;
    }
    
    .client-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 12px;
    }
}
.mb-15{
    margin-bottom: 15px;
}
/*****************swiper - Enhanced Client Logo Design*******************/
.slider-section {
    margin-top: 40px;
    padding: 60px 0;
    margin-bottom: 40px;
}

.swiper-slider img {
    height: 100px;
    max-height: 100px;
    max-width: 140px;
    width: auto !important;
    padding: 20px;
    transition: all 0.4s ease;
    filter: grayscale(100%) opacity(0.7);
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    margin: 10px;
    position: relative;
    overflow: hidden;
    object-fit: contain;
}

/* Unique shapes for different logos using nth-child */
.swiper-slider img:nth-child(1) {
    border-radius: 20px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.swiper-slider img:nth-child(2) {
    border-radius: 50%;
}

.swiper-slider img:nth-child(3) {
    border-radius: 15px;
    clip-path: polygon(20% 0%, 100% 20%, 80% 100%, 0% 80%);
}

.swiper-slider img:nth-child(4) {
    border-radius: 25px 5px 25px 5px;
}

.swiper-slider img:nth-child(5) {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.swiper-slider img:nth-child(6) {
    border-radius: 30px 10px;
}

.swiper-slider img:nth-child(7) {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.swiper-slider img:nth-child(8) {
    border-radius: 40px 10px 40px 10px;
}

.swiper-slider img:nth-child(9) {
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

.swiper-slider img:nth-child(10) {
    border-radius: 50px 10px;
}

.swiper-slider img:nth-child(11) {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.swiper-slider img:nth-child(12) {
    border-radius: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 15% 100%);
}

.swiper-slider img:nth-child(13) {
    border-radius: 60px 10px 60px 10px;
}

.swiper-slider img:nth-child(14) {
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.swiper-slider img:nth-child(15) {
    border-radius: 35px 15px;
}

.swiper-slider img:nth-child(16) {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.swiper-slider img:nth-child(17) {
    border-radius: 45px 5px 45px 5px;
}

.swiper-slider img:nth-child(18) {
    clip-path: polygon(25% 0%, 100% 0%, 100% 75%, 75% 100%, 0% 100%, 0% 25%);
}

.swiper-slider img:nth-child(19) {
    border-radius: 50% 20% 50% 20%;
}

.swiper-slider img:nth-child(20) {
    clip-path: polygon(10% 25%, 35% 25%, 35% 0%, 65% 0%, 65% 25%, 90% 25%, 90% 50%, 65% 50%, 65% 75%, 90% 75%, 90% 100%, 65% 100%, 65% 75%, 35% 75%, 35% 100%, 10% 100%, 10% 75%, 35% 75%, 35% 50%, 10% 50%);
}

/* Default for any additional logos */
.swiper-slider img:nth-child(n+21) {
    border-radius: 15px;
}

.swiper-slider img:hover {
    filter: grayscale(0%) opacity(1);
    transform: translateY(-8px) scale(1.08) rotate(2deg);
    box-shadow: 0 15px 40px rgba(242, 97, 59, 0.25);
    border-color: rgba(242, 97, 59, 0.4);
}

/* Add subtle rotation variations on hover */
.swiper-slider img:nth-child(even):hover {
    transform: translateY(-8px) scale(1.08) rotate(-2deg);
}

.swiper-slider img:nth-child(3n):hover {
    transform: translateY(-10px) scale(1.1) rotate(3deg);
}

.swiper-slider img:nth-child(5n):hover {
    transform: translateY(-6px) scale(1.06) rotate(-1deg);
}

.swiper-pagination {
    display: none !important;
}

.swiper-slider .section {
    margin: 0 auto;
    padding-block: 2rem;
}

.swiper-slider .swiper-button-next, 
.swiper-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(242, 97, 59, 0.3);
    transition: all 0.3s ease;
    margin-top: -25px;
}

.swiper-slider .swiper-button-next:hover, 
.swiper-slider .swiper-button-prev:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(242, 97, 59, 0.4);
}

.swiper-slider .swiper-button-next::after, 
.swiper-slider .swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    width: 100%;
    height: 100%;
    color: white;
    border-radius: 50%;
    background: none;
}

/* Client section header enhancement */
.products.mb-15 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 20px;
    position: relative;
}

.products.mb-15::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
    border-radius: 2px;
}

/* Enhanced swiper container */
.swiper {
    padding: 20px 0 !important;
    overflow: visible !important;
}

.swiper-wrapper {
    align-items: center;
    padding: 10px 0;
}

.swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .slider-section {
        padding: 40px 0;
        margin-top: 30px;
    }
    
    .swiper-slider img {
        height: 80px;
        max-height: 80px;
        max-width: 110px;
        padding: 15px;
        margin: 5px;
    }
    
    .swiper-slider .swiper-button-next, 
    .swiper-slider .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    
    .products.mb-15 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .swiper-slider img {
        height: 70px;
        max-height: 70px;
        max-width: 95px;
        padding: 12px;
    }
    
    .products.mb-15 {
        font-size: 1.8rem;
    }
    
    .slider-section {
        padding: 30px 0;
    }
}
/*****************end swiper*******************/
.why h4{
    font-weight: bold;
}
.why .panel{
    border-radius: 10px;
    height: 420px;
    overflow: hidden;
}
.why i{
    background-color: var(--primary-color);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 15px 0 8px 0;
    font-size: 24px;
}

/* Desktop adjustments for why icons */
@media (min-width: 768px) {
    .why i {
        width: 80px;
        height: 80px;
        font-size: 28px;
        margin: 18px 0 10px 0;
    }
}

/* Global button text color fix */
.btn-primary,
.btn-success,
button[type="submit"],
.demo-btn {
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
button[type="submit"]:hover,
button[type="submit"]:focus,
button[type="submit"]:active,
.demo-btn:hover,
.demo-btn:focus,
.demo-btn:active {
    color: #fff !important;
}

/* Module header styling with primary colors */
.module-header {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover)) !important;
    color: white !important;
}

.module-header i {
    color: white !important;
}

.module-header h3 {
    color: white !important;
}

/* CTA section styling with primary colors */
.cta-section {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover)) !important;
    color: white !important;
}

.cta-section h2 {
    color: white !important;
}

/* Font Awesome icons global color fixes */
.fa {
    color: var(--primary-color);
}

.fa-headphones {
    color: var(--primary-color) !important;
}

/* Hero section font awesome icons */
.hero-feature i.fa {
    color: var(--primary-color) !important;
}

/* Why section icons */
.why i.fa {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

/* Portfolio overlay icons */
.overlay .fa {
    color: rgba(255, 255, 255, 1) !important;
}

/* Social media and other specific icon contexts where white is needed */
.social-icons .fa,
.dropdown-menu .fa,
.navbar .fa {
    color: #fff !important;
}

/* Feature group icons in modules */
.feature-group h5 i {
    color: var(--primary-color) !important;
}
@media (max-width: 767px) {
    .logo1 {
        width: 40px;
        top: 5px;
        margin-left: 38px;
    }

    .logo2 {
        width: 125px;
    }
    .navbar-header{
        min-height: 73px;
    }
    .navbar-default .navbar-nav a {
        padding: 12px 15px;
    }
}
.form-area{
    padding: 30px;
}
.concerns {
    margin: 20px;
}
.concerns a{
    margin: 10px;
}
.concerns .bcrypt img{
    height: 40px;
}
.concerns .urlgen img{
    height: 28px;
}
.concerns .ledgerbook img{
    height: 38px;
}
.nav li{
    margin-top: 0px;
    margin-bottom: 0px;
}
.page-title {
    padding: 15px 0;
}

/* Hero Section Styles - Mobile-First Design */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #fff2ef 0%, rgba(242, 97, 59, 0.08) 20%, rgba(242, 97, 59, 0.15) 50%, rgba(242, 97, 59, 0.25) 80%, var(--primary-color) 100%);
    padding: 60px 0 50px 0;
    min-height: 400px;
    overflow: hidden;
    color: #1f2937;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.hero-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 30px 15px;
    width: 100% !important;
    max-width: none !important;
    animation: fadeInUp 0.8s ease-out;
}

/* Hide the image column completely */
.hero-section .col-lg-6:last-child,
.hero-section .hero-image,
.hero-image {
    display: none !important;
}

/* Make content column full width */
.hero-section .col-lg-6:first-child {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1f2937;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
    font-weight: 500;
    margin-bottom: 30px;
    color: #374151;
    line-height: 1.5;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    margin-top: 35px;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-block;
    padding: 12px 25px;
    margin: 0;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    min-width: 160px;
    max-width: 200px;
    width: auto;
    white-space: nowrap;
    font-size: 1rem;
}

.hero-btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover)) !important;
    color: white !important;
    border-color: var(--primary-color) !important;
    font-weight: 800;
}

.hero-btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-hover), var(--primary-color)) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(242, 97, 59, 0.4);
    text-decoration: none;
}

.hero-btn-outline {
    background: linear-gradient(135deg, var(--primary-light), var(--primary-color)) !important;
    color: white !important;
    border-color: var(--primary-color) !important;
    font-weight: 700;
}

.hero-btn-outline:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(242, 97, 59, 0.4);
    text-decoration: none;
}

.hero-features {
    margin-top: 35px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4b5563;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 12px;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(242, 97, 59, 0.15);
    max-width: 240px;
    width: 100%;
}

.hero-feature i {
    font-size: 0.875rem;
    color: var(--primary-color);
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 6px rgba(242, 97, 59, 0.15);
    flex-shrink: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet Styles */
@media (min-width: 576px) {
    .hero-section {
        padding: 70px 0 60px 0;
        min-height: 450px;
    }
    
    .hero-title {
        font-size: 3.5rem;
        margin-bottom: 25px;
    }
    
    .hero-subtitle {
        max-width: 600px;
    }
    
    .hero-buttons {
        flex-direction: row;
        gap: 20px;
        justify-content: center;
    }
    
    .hero-btn {
        min-width: 180px;
        max-width: 220px;
        width: auto;
        padding: 14px 30px;
        font-size: 1.1rem;
    }
    
    .hero-features {
        flex-direction: row;
        gap: 20px;
    }
    
    .hero-feature {
        max-width: 220px;
        width: auto;
        flex: 1;
        padding: 6px 10px;
    }
}

/* Desktop Styles */
@media (min-width: 768px) {
    .hero-section {
        padding: 80px 0 70px 0;
        min-height: 500px;
    }
    
    .hero-content {
        padding: 40px 20px;
    }
    
    .hero-title {
        font-size: 4.5rem;
        margin-bottom: 30px;
    }
    
    .hero-subtitle {
        max-width: 800px;
    }
    
    .hero-btn {
        padding: 16px 35px;
        font-size: 1.2rem;
        min-width: 200px;
    }
    
    .hero-features {
        gap: 30px;
        margin-top: 40px;
    }
    
    .hero-feature i {
        font-size: 1rem;
        width: 32px;
        height: 32px;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .hero-title {
        font-size: 5.5rem;
        margin-bottom: 35px;
    }
    
    .hero-subtitle {
        max-width: 900px;
    }
    
    .hero-btn {
        padding: 18px 40px;
        font-size: 1.3rem;
        min-width: 220px;
    }
}

/* Extra Small Mobile - Portrait */
@media (max-width: 400px) {
    .hero-section {
        padding: 50px 0 40px 0;
        min-height: 350px;
    }
    
    .hero-content {
        padding: 20px 10px;
    }
    
    .hero-title {
        font-size: 2.2rem;
        line-height: 1.1;
    }
    
    .hero-btn {
        padding: 10px 20px;
        min-width: 140px;
        font-size: 0.95rem;
        letter-spacing: 0.2px;
    }
    
    .hero-buttons {
        gap: 10px;
        flex-direction: column;
    }
    
    .hero-features {
        margin-top: 30px;
        gap: 12px;
    }
    
    .hero-feature {
        padding: 6px 10px;
        max-width: 220px;
    }
    
    .hero-feature i {
        width: 24px;
        height: 24px;
        font-size: 0.8rem;
    }
}

/* Strong navbar overrides to fix background color issue */
nav.navbar.navbar-default,
.navbar.navbar-default,
body .navbar-default {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    background-image: none !important;
}