*{
    font-family: "Montserrat", sans-serif;
    line-height: 1.7;
}
.navcommon {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.top-navbar {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 0;
}

.bottom-navbar {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px;
}

.navbar .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 0;
}

.navlogo {
    width: 140px;
    height: auto;
    object-fit: contain;
}

.nav-link {
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding: 15px 20px !important;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ff520e !important;
}

.nav-item {
    padding: 0px 5px;
}

.navbar-logo-contact {
    margin: 0 0%;
}

.navbar-nav {
    flex-direction: row;
}

.navbar-toggler {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-nav .nav-link {
    position: relative;
    text-decoration: none;
}

.navbar-nav .nav-link.active {
    color: #ff520e !important;
    position: relative;
}

.navbar-nav .nav-link.active::after {
    content: none;
}

.get-demo-btn {
    color: rgb(0, 0, 0);
    border-radius: 10px;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.get-demo-btn:hover {
    background-color: #004c97;
    text-decoration: none;
    color: white;
}

.get-demo-btn-mobile {
    background-color: #0056b3 !important;
    color: white !important;
    border-radius: 25px;
    margin: 10px 15px;
    text-align: center;
    font-weight: 600;
}

.get-demo-btn-mobile:hover {
    background-color: #004c97 !important;
    color: white !important;
}

/* Large Desktop (1200px and above) */
@media screen and (min-width: 1200px) {
    .navlogo {
        width: 160px;
    }
    
    .nav-link {
        font-size: 1.1rem !important;
        padding: 18px 25px !important;
    }
    
    .nav-item {
        padding: 0px 8px;
    }
    
    .get-demo-btn {
        padding: 10px 20px;
        font-size: 1.1rem;
    }
}

/* Desktop (992px to 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navlogo {
        width: 140px;
    }
    
    .nav-link {
        font-size: 1rem !important;
        padding: 15px 20px !important;
    }
    
    .nav-item {
        padding: 0px 5px;
    }
    
    .get-demo-btn {
        padding: 8px 15px;
        font-size: 1rem;
    }
}

/* Tablet and Mobile (below 992px) */
@media screen and (max-width: 991px) {
    .navbar .container-fluid {
        padding-left: 3%;
        padding-right: 3%;
    }
    
    .navlogo {
        width: 120px;
    }
    
    /* Hide bottom navbar by default on mobile */
    .bottom-navbar {
        display: none;
    }
    
    /* Show bottom navbar when collapsed menu is open */
    .navbar-collapse.show ~ * .bottom-navbar,
    .navbar-collapse.show + .bottom-navbar,
    .bottom-navbar:has(.navbar-collapse.show) {
        display: block;
    }
    
    /* Mobile menu styling */
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #202020;
        z-index: 1020;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        margin-top: 0;
    }
    
    .navbar-nav {
        flex-direction: column;
        width: 100%;
        padding: 10px 0;
    }
    
    .nav-item {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .nav-item:last-child {
        border-bottom: none;
    }
    
    .nav-link {
        padding: 15px 25px !important;
        font-size: 1.1rem !important;
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: none;
    }
    
    .navbar-toggler {
        margin-left: 10px;
        padding: 6px 10px;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
    
    .mobile-demo {
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: none !important;
    }
    
    .mobile-demo .nav-link {
        margin: 10px 15px;
        border-radius: 25px;
        text-align: center;
        background-color: #0056b3;
        color: white !important;
    }
    
    .mobile-demo .nav-link:hover {
        background-color: #004c97;
        color: white !important;
    }
    
    /* Ensure proper navbar structure on mobile */
    .top-navbar .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    .navbar-brand {
        margin-right: auto;
    }
    
    .navbar-toggler {
        margin-left: auto;
        flex-shrink: 0;
    }
}

/* Tablet Portrait (768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .top-navbar {
        padding: 15px 0;
    }
    
    .navlogo {
        width: 130px;
    }
    
    .nav-link {
        font-size: 1.05rem !important;
        padding: 16px 20px !important;
    }
}

/* Mobile Landscape (576px to 767px) */
@media screen and (min-width: 576px) and (max-width: 767px) {
    .top-navbar {
        padding: 12px 0;
    }
    
    .navbar .container-fluid {
        padding-left: 2%;
        padding-right: 2%;
    }
    
    .navlogo {
        width: 110px;
    }
    
    .nav-link {
        font-size: 1rem !important;
        padding: 14px 20px !important;
    }
    
    .navbar-toggler {
        margin-left: 8px;
    }
}

/* Mobile Portrait (up to 575px) */
@media screen and (max-width: 575px) {
    .top-navbar {
        padding: 10px 0;
    }
    
    .navbar .container-fluid {
        padding-left: 2%;
        padding-right: 2%;
    }
    
    .navlogo {
        width: 100px;
    }
    
    .nav-link {
        font-size: 0.95rem !important;
        padding: 12px 15px !important;
    }
    
    .navbar-toggler {
        margin-left: 5px;
        font-size: 1.2rem;
    }
    
    .mobile-demo .nav-link {
        font-size: 0.95rem !important;
        margin: 8px 10px;
        padding: 10px 15px !important;
    }
}

/* Extra Small Mobile (up to 375px) */
@media screen and (max-width: 375px) {
    .top-navbar {
        padding: 8px 0;
    }
    
    .navbar .container-fluid {
        padding-left: 1%;
        padding-right: 1%;
    }
    
    .navlogo {
        width: 90px;
    }
    
    .nav-link {
        font-size: 0.9rem !important;
        padding: 10px 12px !important;
    }
    
    .navbar-toggler {
        margin-left: 3px;
        font-size: 1.1rem;
        padding: 4px 6px;
    }
    
    .mobile-demo .nav-link {
        font-size: 0.9rem !important;
        margin: 6px 8px;
        padding: 8px 12px !important;
    }
}

/* Landscape orientation adjustments */
@media screen and (max-height: 500px) and (orientation: landscape) and (max-width: 991px) {
    .top-navbar {
        padding: 5px 0;
    }
    
    .navlogo {
        width: 80px;
    }
    
    .nav-link {
        padding: 8px 15px !important;
        font-size: 0.9rem !important;
    }
    
    .mobile-demo .nav-link {
        padding: 6px 12px !important;
        margin: 4px 8px;
        font-size: 0.9rem !important;
    }
    
    .navbar-collapse {
        max-height: 70vh;
        overflow-y: auto;
    }
}

/* Smooth transitions */
.navbar-collapse {
    transition: all 0.3s ease-in-out;
}

.navbar-collapse.collapsing {
    overflow: hidden;
    transition: height 0.3s ease;
}

/* Underline effect for active link */
/*.navbar-nav .nav-link.active::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    bottom: 0;*/
/*    text-decoration: none;*/
/*    left: 0;*/
/*    background-color: #007bff;*/
/*    transition: all 0.3s ease;*/
/*}*/


/* Align slider content with navbar logo */
.slider-container {
    position: relative;
    width: 100%;
    height: 94vh;
    overflow: hidden;
    padding-left: 5%;
    margin-left: 0;
}
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-left: 5%; /* Align with navbar */
}
.slide.active {
    opacity: 1;
}
.slide-content {
    max-width: 50%;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 0;
    margin-left: 0;
}
.slide-title,
.slide-description {
    margin-left: 0; /* Ensures text starts from the left edge */
}
.slide::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
}
.slide-title {
font-size: 48px;
font-weight: bold;
color: #fff;
margin-bottom: 20px;
font-family: Arial, sans-serif;
}
.slide-description {
font-size: 20px;
line-height: 1.6;
margin-bottom: 30px;
color: #fff;
font-family: Arial, sans-serif;
}
.btn {
display: inline-block;
padding: 12px 24px;
border-radius: 4px;
text-decoration: none;
font-weight: bold;
margin-right: 15px;
transition: background-color 0.3s;
}
.btn-primary {
background-color: #0053a5;
color: white;
}
.btn-secondary {
background-color: #ff6b1a;
color: white;
}
.slider-nav {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 10px;
z-index: 3;
}
.slider-dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: background-color 0.3s;
}
.slider-dot.active {
background: #fff;
}
.advantage-section {
    padding: 5vw 2vw;
    margin: 0 auto;
    text-align: justify;
}
.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3vw;
    padding: 0 4vw;
}
.container.image-right {
    flex-direction: row-reverse;
}
.image-wrapper {
    flex: 1;
    max-width: 45%;
}
.image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}
.content {
    flex: 1;
    max-width: 50%;
}
.content h6 {
    font-size: clamp(24px, 4vw, 35px);
    font-weight: 700;
    color: black;
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
}
.content p {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
}
.points-list {
    list-style: none;
    margin-bottom: 30px;
}
.points-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
}
.read-more {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0D5C80;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}
.read-more:hover {
    background-color: #084666;
}
.read-more svg {
    margin-left: 8px;
    vertical-align: middle;
}
@media (max-width: 1024px) {
    .image-wrapper, 
    .content {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        gap: 30px;
        padding: 0 6vw;
    }
    .container.image-right {
        flex-direction: column;
    }
    .image-wrapper,
    .content {
        max-width: 100%;
        text-align: center;
    }
    .content h6 {
        font-size: 28px;
    }
}
@media (max-width: 480px) {
    .content h6 {
        font-size: 24px;
    }
    .content p {
        font-size: 14px;
    }
    .read-more {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* .services {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.services-header {
    text-align: center;
    margin-bottom: 60px;
}
.services-header h6 {
    color: black;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.services-header .subtitle {
    color: #666;
    font-size: 16px;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}
.service-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}
.service-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #979393;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-icon i {
    font-size: 30px;
    color: #ff6b00; /* Orange color matching the image */
/* } */
/* .service-content h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}
.service-content p {
    color: #666;
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
} */
/* Responsive Design */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .service-item {
        padding: 20px;
    }
}
.banner-section {
    position: relative;
    height: 500px;
    overflow: hidden;
    color: rgb(48, 36, 36);
    text-align: left;
    padding: 4rem 2rem;
}
.banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('static/images/bannerimg.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
    z-index: -1;
}
.banner-details {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.banner-heading {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: black;
}
.highlight-text {
    color: #ff6c0e;
}
.banner-subheading {
    font-size: 1.2rem;
    max-width: 600px;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: black;
}
.contact-button {
    display: inline-block;
    padding: 1rem 1rem;
    background-color: #ff6c0e;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.contact-button:hover {
    background-color: black;
}
@media (max-width: 768px) {
    .banner-heading {
        font-size: 2.5rem;
    }
    
    .banner-subheading {
        font-size: 1rem;
    }
}
.footer {
    background-color: #2D3339;
    color: #ffffff;
    padding: 2rem 1rem 1rem;
    font-family: Arial, sans-serif;
}
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}
.footer-brand {
    max-width: 300px;
}
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 1rem;
}
.logo-icon {
    color: #3B82F6;
    font-size: 1.5rem;
    font-weight: bold;
}
.logo-text {
    color: #3B82F6;
    font-size: 1.5rem;
    margin-left: 0.5rem;
}
.description {
    color: #A0AEC0;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.social-links h3 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.social-icons {
    display: flex;
    gap: 1rem;
}
.social-icon {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s;
}
.social-icon:hover {
    background-color: #3B82F6;
}
.footer-links h3,
.footer-contact h3 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links ul li {
    margin-bottom: 0.75rem;
}
.footer-links ul li a {
    color: #A0AEC0;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-links ul li a:hover {
    color: #3B82F6;
}
.footer-contact p {
    color: #A0AEC0;
    margin-bottom: 0.75rem;
}
.footer-contact a {
    color: #A0AEC0;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-contact a:hover {
    color: #3B82F6;
}
.footer-bottom {
    margin: auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #A0AEC0;
    font-size: 0.9rem;
}
.foot_a{
    text-decoration: none;
    color: #A0AEC0;
}
.foot_a:hover{
    color: #ffffff;
}
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .social-icons{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .footer-brand {
        max-width: 100%;
    }
}
.logo {
    display: block;
    text-decoration: none;
    margin-bottom: 1rem;
}
.logo-image {
    height: 40px;
    width: auto;
    max-width: 150px;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-brand,
.footer-links,
.footer-contact {
    flex: 1;
    padding: 20px;
}
.footer-brand {
    max-width: 300px;
}
.footer-links,
.footer-contact {
    max-width: 300px;
}
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-brand,
    .footer-links,
    .footer-contact {
        max-width: none;
        width: 100%;
        text-align: center;
    }
}
.features-section {
    padding: 4rem 2rem;
    background-color: #faf7f2;
}
.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}
.title {
    font-size: 2.5rem;
    color: black;
    margin-bottom: 1rem;
    font-weight: 700;
}
.features-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.feature-box {
    background-image: linear-gradient(to bottom, #f3dab5, #f1ede7);
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease;
    border-radius: 8px;
}
.feature-box:hover {
    transform: translateY(-5px);
}
.icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6c0e;
}
.icon i {
    font-size: 30px;
}
.feature-box h3 {
    font-size: 20px;
    color: black;
    margin: 0;
    line-height: 1.4;
}
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .title {
        font-size: 2rem;
    }
}
@media (max-width: 640px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .features-section {
        padding: 2rem 1rem;
    }
    
    .title {
        font-size: 1.75rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
}
.firstbanner {
    background-color: black;
    color: white;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    font-family: Arial, sans-serif;
}
.boxes-section {
    flex: 0 0 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.box {
    background-color: #1a1a1a;
    padding: 15px 25px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}
.box:hover {
    background-color: #333;
}
.box-icon {
    margin-right: 10px;
    font-size: 20px;
}
.text-section {
    flex: 0 0 35%;
}
.title {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: normal;
    color: #fff;
}
.subtitle {
    color: #ffffff;
    line-height: 1.5;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
.firstbanner {
    padding: 20px;
    flex-direction: column-reverse;
}
.boxes-section {
    grid-template-columns: 1fr;
    width: 100%;
}
.title {
    font-size: 1.5em;
}
.box {
    padding: 12px;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.firstbanner {
    padding: 30px;
    display: flex;
    flex-direction: column-reverse;
}

.boxes-section {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.title {
    font-size: 2em;
}
}
@media screen and (min-width: 1024px) {
.firstbanner {
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.boxes-section {
    flex: 0 0 60%;
    grid-template-columns: repeat(2, 1fr);
}

.text-section {
    flex: 0 0 35%;
}

.title {
    font-size: 2.5em;
}
}
.hero {
    position: relative;
    width: 100%;
    height: 450px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('static/images/bannerimg1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 2rem;
}
.hero-content {
    max-width: 800px;
    color: white;
    padding: 1rem;
    text-align: left;
    margin-left: 5%;
}
.hero-content h1 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.hero-content p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 2rem;
    opacity: 0.9;
}
.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.125rem;
    transition: background-color 0.3s ease;
}
.cta-button:hover {
    background-color: #1d4ed8;
}
@media (max-width: 1024px) {
    .hero {
        height: 300px;
    }
    .hero-content {
        max-width: 90%;
        margin-left: 3%;
    }
}
@media (max-width: 768px) {
    .hero {
        height: auto;
        padding: 3rem 2rem;
    }
    .hero-content {
        margin-left: 2%;
    }
    .cta-button {
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .hero {
        min-height: 450px;
        padding: 3rem 1.5rem;
    }
    .hero-content {
        max-width: 100%;
        margin-left: 0;
        padding-left: 1rem;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
}
.section-container {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 70px;
}
.section-title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: black;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
    row-gap: 10px;
    margin-bottom: 30px;
    padding: 40px 40px 0 40px;
}
.product-box {
    background: transparent;
    position: relative;
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.product-box:hover {
    cursor: pointer;
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}
.product-image-container {
    width: 100%;
    height: 180px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-content {
    position: absolute;
    left: 10px;
    right: 10px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-40px);
    z-index: 1;
    text-align: center;
    padding: 15px;
    height: 120px;
    transition: height 0.3s ease;
}
.product-box:hover .product-content {
    height: 250px; 
}
.learn-more {
    background-color: #0d6efd;
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: inline-block;
}
.product-box:hover .learn-more {
    opacity: 1;
}
.learn-more:hover {
    background-color: #0b5ed7;
}
.product-title {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 300;
}
.product-title img {
    height: 24px;
    width: auto;
}
.product-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.image-tagu,
.image-tagc,
.image-tagi,
.image-tagt {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding: 3px 20px;
    font-size: 14px;
    z-index: 1;
    width: 150px;
    text-align: center;
    border-radius: 0 0 0px 0;
}
.image-tagu { background-color: #8661ec; }
.image-tagc { background-color: #e49234; }
.image-tagi { background-color: #56a3eb; }
.image-tagt { background-color: #c957ec; }
@media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
    .section-title {
        font-size: 2rem;
    }
}
.tabs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 0;
}
.tab-button {
    background: none;
    border: none;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}
 .tab-button.active {
    color: #007bff;
}
.tab-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    height: 1px;
    border-radius: 10px;
    background-color: transparent;
    transition: background-color 0.8s ease;
}
.tab-button:hover::after,
.tab-button.active::after {
    background-color: #007bff;
} 
.tab-button:hover {
    color: #007bff;
}
@media (max-width: 768px) {
    .tab-button {
        font-size: 16px;
        padding: 8px 16px;
    }
}
@media (max-width: 480px) {
    .tabs {
        justify-content: center;
    }
    .tab-button {
        font-size: 14px;
        padding: 6px 12px;
    }
    .tab-button::after {
        width: 90%;
    }
}

/*.scroll-to-top-btn {*/
/*    position: fixed;*/
/*    bottom: 10px;*/
/*    right: 10px;*/
/*    background-color: #dd690a;*/
/*    color: white;*/
/*    border: none;*/
/*    border-radius: 50%;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    font-size: 24px;*/
/*    cursor: pointer;*/
/*    z-index: 1000;*/
/*    display: none;*/
/*    text-align: center;*/
/*    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
/*}*/
/*.scroll-to-top-btn:hover {*/
/*    background-color: #007bff;*/
/*}*/

/* new scroll */
.scroll-to-top-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background-color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 999;
    padding: 0;
  }
  
.scroll-to-top-btn svg {
    width: 24px;
    height: 24px;
}
  
.scroll-to-top-btn:hover {
    box-shadow: 0 6px 14px rgba(0,0,0,0.3);
    background-color: #f9f9f9;
    transform: translateY(-5px);
}
.services-section {
    padding: 60px 20px;
    max-width: 1500px;
    margin: 0 auto;
}
.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.section-subtitle {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    color: #666;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    padding: 20px;
}

.service-box {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    height: 250px;
}

.service-image {
    width: 100%;
    height: 100%;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-content {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    background: white;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(calc(100% - 60px));
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.service-content h3 {
    text-align: center;
    margin: 5px 0;
    font-size: 1rem;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-content p {
    text-align: center;
    margin: 5px 0;
    color: #71797E;
}

.hover-content {
    opacity: 0;
    transition: opacity 0.3s ease;
    margin: 5px 0;
    color: #36454F;
}

.service-box:hover .service-content {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.9);
    opacity: 10;
    right: 0;
    left: 0;
    padding-top: 30px; /* Adjust space at the top */
}
.service-box:hover .hover-content {
    opacity: 1;
}
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

.divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.divider .line {
    position: relative;
    width: 100px;
    height: 2px;
    background-color: black;
}
.divider .line::before,
.divider .line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 2px;
    background-color: black;
}
.divider .line::before {
    left: -15px;
}
.divider .line::after {
    right: -15px;
}

/* banner2 */
.hero1 {
    position: relative;
    width: 100%;
    height: 450px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('static/images/bannerimg2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 2rem;
}
.hero-content1 {
    max-width: 800px;
    color: white;
    padding: 1rem;
    text-align: left;
    margin-left: 5%;
}
.hero-content1 h1 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.hero-content1 p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 2rem;
    opacity: 0.9;
    
}
.cta-button1 {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #e78310;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.125rem;
    transition: background-color 0.3s ease;
}
.cta-button1:hover {
    background-color: #1d4ed8;
}
@media (max-width: 1024px) {
    .hero1 {
        height: 300px;
    }
    .hero-content1 {
        max-width: 90%;
        margin-left: 3%;
    }
}
@media (max-width: 768px) {
    .hero1 {
        height: auto;
        padding: 3rem 2rem;
    }
    .hero-content1 {
        margin-left: 2%;
    }
    .cta-button1 {
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .hero1 {
        min-height: 450px;
        padding: 3rem 1.5rem;
    }
    .hero-content1 {
        max-width: 100%;
        margin-left: 0;
        padding-left: 1rem;
    }
    .hero-content1 h1 {
        font-size: 2rem;
    }
    .hero-content1 p {
        font-size: 1rem;
    }
}

/* banner3 */
.hero2 {
    position: relative;
    width: 100%;
    height: 450px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('static/images/bannerimg3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 2rem;
}
.hero-content2 {
    max-width: 800px;
    color: white;
    padding: 1rem;
    text-align: left;
    margin-left: 5%;
}
.hero-content2 h1 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.hero-content2 p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 2rem;
    opacity: 0.9;
}
.cta-button2 {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #a713a7;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.125rem;
    transition: background-color 0.3s ease;
}
.cta-button2:hover {
    background-color: #1d4ed8;
}
@media (max-width: 1024px) {
    .hero2 {
        height: 300px;
    }
    .hero-content2 {
        max-width: 90%;
        margin-left: 3%;
    }
}
@media (max-width: 768px) {
    .hero2 {
        height: auto;
        padding: 3rem 2rem;
    }
    .hero-content2 {
        margin-left: 2%;
    }
    .cta-button2 {
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .hero2 {
        min-height: 450px;
        padding: 3rem 1.5rem;
    }
    .hero-content2 {
        max-width: 100%;
        margin-left: 0;
        padding-left: 1rem;
    }
    .hero-content2 h1 {
        font-size: 2rem;
    }
    .hero-content2 p {
        font-size: 1rem;
    }
}


.what-we-do {
    text-align: center;
    padding: 50px 20px 0px 20px;
    max-width: 1500px;
    margin: 0 auto;
}

/* Headings */
.what-we-do h2 {
    font-size: 36px;
    font-weight: bold;
}

.what-we-do h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.what-we-do p {
    font-size: 16px;
    color: #666;
    max-width: 1000px;
    margin: 10px auto 30px;
}

/* Image Section */
.image-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.image-box img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

/* Info Section */
.info-container {
    display: flex;
    justify-content: center;
    gap: 70px;
    flex-wrap: wrap;
}

.features {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 40px 20px;
    flex-wrap: wrap;
}

/* Individual Feature Card */
.feature-card {
    background-color: #1b1b2f;
    color: #ffffff;
    padding: 50px;
    width: 280px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.feature-card:hover{
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
/* Icons */
.feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #ffffff;
}

/* Headings */
.feature-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Description */
.feature-description {
    font-size: 14px;
    line-height: 1.5;
    color: #ddd;
}

.erp-section {
    text-align: center;
    padding: 40px 20px;
    max-width: 1500px;
    margin: 0 auto;
}

.erp-section h2 {
    color: #333;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: bold;
}
.erp-section p{
    font-size: 16px;
    color: #000000;
    max-width: 800px;
    margin: 10px auto 30px;
}
.erp-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.erp-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 22%;
    text-align: center;
    transition: transform 0.3s;
}

.erp-box:hover {
    transform: translateY(-5px);
}

.erp-box i {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 15px;
}

.erp-box h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.erp-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .erp-box {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .erp-box {
        width: 90%;
    }
}

/* Vision & Commitment Section */
/* Base styles */
.vision-commitment-section {
    padding: 60px 20px;
    background: #042037;
    color: white;
    text-align: center;
}

.container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}

/* Card Styling */
.card {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    width: 400px;
    height: 250px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card .card-description {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Hover Effect */
.card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.erp-box:hover {
    transform: translateY(-5px);
}

/* Floating Icon */
.icon-box {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff6c0e;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.icon-box i {
    font-size: 28px;
    color: #ffffff;
}

/* Title & Description */
.card-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
}

.card-description {
    font-size: 16px;
    color: #999;
    margin-top: 15px;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .container {
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .vision-commitment-section {
        padding: 50px 15px;
    }
    
    .container {
        gap: 60px 20px;
    }
    
    .card {
        width: 100%;
        max-width: 450px;
    }
}

@media (max-width: 576px) {
    .vision-commitment-section {
        padding: 40px 10px;
    }
    
    .card {
        padding: 35px 20px;
        height: auto;
        min-height: 220px;
    }
    
    .card-title {
        font-size: 20px;
    }
    
    .card-description {
        font-size: 14px;
    }
    
    .icon-box {
        width: 60px;
        height: 60px;
        top: -25px;
    }
    
    .icon-box i {
        font-size: 24px;
    }
}
.section-wrapper {
    display: flex;
    height: 60vh;
    background-color: #042037;
    
}

.content-box {
    width: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    margin-left: 5%;
}

.content-box h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.content-box p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.button-group {
    display: flex;
    gap: 15px;
}

.action-btn {
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    font-size: 1em;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

.video-btn {
    border-radius: 50px;
    background-color: #ff6c0e;
    color: white;
}

.imagebox {
    width: 50%;
    background-size: contain;
    background: url('static/images/bannerimg4.jpg') no-repeat center center/cover;
}

/* I notice you have a section-wrapper in the media query but not defined above */
.section-wrapper {
    display: flex;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .content-box h1 {
        font-size: 2.2em;
    }
    
    .content-box p {
        font-size: 1.1em;
    }
    
    .content-box {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .content-box h1 {
        font-size: 2em;
    }
    
    .content-box {
        padding: 30px;
        margin-left: 3%;
    }
}

@media (max-width: 768px) {
    .section-wrapper {
        flex-direction: column;
    }
    
    .content-box, .imagebox {
        width: 100%;
        margin-left: 0;
    }
    
    .imagebox {
        display: none;
    }
    
    .button-group {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .content-box {
        padding: 30px 20px;
    }
    
    .content-box h1 {
        font-size: 1.8em;
        text-align: center;
    }
    
    .content-box p {
        font-size: 1em;
        text-align: center;
    }
    
    .button-group {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .action-btn {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
}
.product1 {
    position: relative;
    width: 100%;
    height: 550px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('static/images/bannerimg5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 2rem;
}
.product-content1 {
    max-width: 800px;
    color: white;
    padding: 1rem;
    text-align: left;
    margin-left: 5%;
}
.product-content1 h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.product-content1 p {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    opacity: 0.9;
}
.product-button1 {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #ec8209;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.125rem;
    transition: background-color 0.3s ease;
}
.product-button1:hover {
    background-color: #1d4ed8;
}
@media (max-width: 1024px) {
    .product1 {
        height: 300px;
    }
    .product-content1 {
        max-width: 90%;
        margin-left: 3%;
    }
}
@media (max-width: 768px) {
    .product1 {
        height: auto;
        padding: 3rem 2rem;
    }
    .product-content1 {
        margin-left: 2%;
    }
    .product-button {
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .product1 {
        min-height: 450px;
        padding: 3rem 1.5rem;
    }
    .product-content1 {
        max-width: 100%;
        margin-left: 0;
        padding-left: 1rem;
    }
    .product-content1 h1 {
        font-size: 2rem;
    }
    .product-content1 p {
        font-size: 1rem;
    }
}

.section-about {
    text-align: center;
    padding: 50px 20px;
    background-color: #f1f1f1;
    
}

/* Title Styling */
.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 30px;
}
/* Container for Stats */
.stats-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1500px;
    margin: 0 auto;
    flex-wrap: wrap;
}
/* Individual Stats Box */
.stats-box {
    background: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.stats-box:hover {
    transform: translateY(-5px);
}
/* Icons */
.stats-icon {
    font-size: 30px; /* Adjust icon size */
    color: #ff6c0e;  /* Change icon color */
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}
.stats-box:hover .stats-icon{
    transform: scale(1.3);
}
/* Numbers Styling */
.stats-number {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}
/* Paragraph Text */
.stats-text {
    font-size: 16px;
    color: #666;

}
/* Workflow Section */
.workflow {
    padding: 40px 20px;
    text-align: center;
}
.workflow-title {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    position: relative;
}
/* Workflow Container */
.workflow-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-top: 5%;
}

/* Indvidual Steps */
.workflow-step {
    text-align: center;
    width: 30%;
    position: relative;
}

/* Dots */
.workflow-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.orange {
    background-color: #f58220;
}

.blue {
    background-color: #004aad;
}

/* Titles */
.workflow-step-title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
}
/* Step Content Box */
.workflow-box {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    transition: transform 0.3s ease-in-out;
}
.workflow-box:hover {
    transform: translateY(-5px);
}
/* Responsive Design */
@media (max-width: 768px) {
    .workflow-container {
        flex-direction: column;
        align-items: center;
    }

    .workflow-step {
        width: 80%;
        margin-bottom: 20px;
    }
}
.contact-section {
    position: relative;
    width: 100%;
    height: 50vh;
    background: url('static/images/bannerimg6.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.contact-section h1{
    font-size: 2.5rem;
    font-weight: 700;
}
.contact-section p{
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
}
.content {
    position: relative;
    z-index: 2;
}
.stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 20px;
}
.stat-item {
    text-align: center;
}
.demo-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: rgb(9, 174, 224);
    color: white;
    text-decoration: none;
    font-weight: 700;
}
.demo-btn:hover{
    transform: translateY(-5px);
}
@media (max-width: 768px) { /* Mobile Devices */
    .contact-section {
        height: auto;
        padding: 50px 20px;
    }
    .contact-section h1 {
        font-size: 1.8rem;
    }
    .contact-section p {
        font-size: 0.9rem;
    }
    .stats {
        flex-direction: column;
        gap: 20px;
    }
    .demo-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}
@media (min-width: 769px) and (max-width: 1024px) { /* Tablets & Small Laptops */
    .contact-section {
        height: 40vh;
        padding: 40px;
    }
    .contact-section h1 {
        font-size: 2rem;
    }
    .contact-section p {
        font-size: 1rem;
    }
    .demo-btn {
        padding: 10px 18px;
    }
}
@media (min-width: 1025px) and (max-width: 1440px) { /* Desktops & Medium Screens */
    .contact-section {
        height: 60vh;
        padding: 80px;
    }
    .contact-section h1 {
        font-size: 2.5rem;
    }
    .contact-section p {
        font-size: 1rem;
    }
    .demo-btn {
        padding: 12px 22px;
        font-size: 1rem;
    }
}
@media (min-width: 1441px) { /* Large Screens */
    .contact-section {
        height: 60vh;
        padding: 80px;
    }
    .contact-section h1 {
        font-size: 3rem;
    }
    .contact-section p {
        font-size: 1.2rem;
    }
    .demo-btn {
        padding: 14px 24px;
        font-size: 1.1rem;
    }
}

.product2 {
    position: relative;
    width: 100%;
    height: 550px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('static/images/bannerimg7.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 2rem;
}
.product-content2 {
    max-width: 800px;
    color: white;
    padding: 1rem;
    text-align: left;
    margin-left: 5%;
}
.product-content2 h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.product-content2 p {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    opacity: 0.9;
}
.product-button2 {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #ec8209;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.125rem;
    transition: background-color 0.3s ease;
}
.product-button2:hover {
    background-color: #1d4ed8;
}
@media (max-width: 1024px) {
    .product2 {
        height: 300px;
    }
    .product-content2 {
        max-width: 90%;
        margin-left: 3%;
    }
}
@media (max-width: 768px) {
    .product2 {
        height: auto;
        padding: 3rem 2rem;
    }
    .product-content2 {
        margin-left: 2%;
    }
    .product-button2 {
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .product2 {
        min-height: 450px;
        padding: 3rem 1.5rem;
    }
    .product-content2 {
        max-width: 100%;
        margin-left: 0;
        padding-left: 1rem;
    }
    .product-content2 h1 {
        font-size: 2rem;
    }
    .product-content2 p {
        font-size: 1rem;
    }
}

.contact-banner {
    background: linear-gradient(to left, #ff6c0e, #004c97);
    color: white;
    padding: 50px 90px;
    text-align: center;
    width: 100%;
    border-radius: 10px;
}
.banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner-text {
    flex: 1;
    min-width: 300px;
    margin-right: 20px;
}
.banner-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color:#ffffff;
}
.advantages {
    list-style-type: none;
    padding: 0;
    text-align: left;
}
.advantages li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.advantages li::before {
    content: '✓';
    color: #4ade80;
    margin-right: 10px;
    font-size: 1.2rem;
}
.slogan {
    font-style: italic;
    color: #bae6fd;
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-btn {
    background-color: #004c97;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.contact-btn:hover {
    background-color: #ff6c0e;
    color: #ffffff;
}
@media (max-width: 768px) {
    .banner-title{
        font-size: 2.3rem;
    }
    .contact-banner {
        text-align: center;
        padding: 30px 20px;
    }
    .banner-content {
        flex-direction: column;
        align-items: center;
    }
    .banner-text {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .advantages {
        text-align: center;
    }
    .advantages li {
        justify-content: center;
    }
    .contact-btn {
        width: 100%;
        text-align: center;
    }
}

.why-devrev {
    text-align: center;
    padding: 50px;
    max-width: 1100px;
    margin: auto;
}
.why-devrev h2 {
    font-size: 28px;
    font-weight: bold;
}
.why-devrev p {
    font-size: 16px;
    max-width: 1500px;
}
.features {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.feature-box {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
    flex: 1;
    position: relative;
    text-align: left;
}
.feature-number {
    font-size: 28px;
    font-weight: bold;
    color: #f58233;
    display: block;
    margin-bottom: 10px;
}
.why-devrev h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.demo-button {
    background-color: #f58233;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}
.demo-button:hover {
    background-color: #e57228;
}
@media (max-width: 768px) {
    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature-box {
        width: 100%;
        max-width: 400px;
    }

    .why-devrev h2 {
        font-size: 24px;
    }

    .why-devrev p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .why-devrev {
        padding: 30px 15px;
    }

    .why-devrev h2 {
        font-size: 22px;
    }

    .why-devrev p {
        font-size: 14px;
    }

    .demo-button {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }
}
.product3 {
    position: relative;
    width: 100%;
    height: 550px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('static/images/bannerimg8.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 2rem;
}
.product-content3 {
    max-width: 800px;
    color: white;
    padding: 1rem;
    text-align: left;
    margin-left: 5%;
}
.product-content3 h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.product-content3 p {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    opacity: 0.9;
}
.product-button3 {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #ec8209;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.125rem;
    transition: background-color 0.3s ease;
}
.product-button3:hover {
    background-color: #1d4ed8;
}
@media (max-width: 1024px) {
    .product3 {
        height: 300px;
    }
    .product-content3 {
        max-width: 90%;
        margin-left: 3%;
    }
}
@media (max-width: 768px) {
    .product3 {
        height: auto;
        padding: 3rem 2rem;
    }
    .product-content3 {
        margin-left: 2%;
    }
    .product-button3 {
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .product3 {
        min-height: 450px;
        padding: 3rem 1.5rem;
    }
    .product-content3 {
        max-width: 100%;
        margin-left: 0;
        padding-left: 1rem;
    }
    .product-content3 h1 {
        font-size: 2rem;
    }
    .product-content3 p {
        font-size: 1rem;
    }
}

.full-section {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

/* Left and right cells */
.left-cell, .right-cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

/* Image cell */
.left-cell {
    background-size: cover;
    background-position: center;
    height: 100%;
}

.left-cell img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/* Content cell */
.right-cell {
    background-color: #d688fa;
    color: white;
    padding: 40px;
    vertical-align: middle;
}

.right-cell h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.right-cell p {
    margin-bottom: 15px;
    font-size: 18px;
}

.button {
    display: inline-block;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 12px 14px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background-color: white;
    color: #d688fa;
}

/* Responsive rules */
@media (max-width: 768px) {
    .full-section {
        display: block;
    }
    
    .left-cell, .right-cell {
        display: block;
        width: 100%;
    }
    
    .left-cell {
        height: 400px;
    }
}
.product4 {
    position: relative;
    width: 100%;
    height: 550px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('static/images/bannerimg10.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 2rem;
}
.product-content4 {
    max-width: 800px;
    color: white;
    padding: 1rem;
    text-align: left;
    margin-left: 5%;
}
.product-content4 h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.product-content4 p {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    opacity: 0.9;
}
.product-button4 {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #ec8209;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.125rem;
    transition: background-color 0.3s ease;
}
.product-button4:hover {
    background-color: #1d4ed8;
}
@media (max-width: 1024px) {
    .product4 {
        height: 300px;
    }
    .product-content4 {
        max-width: 90%;
        margin-left: 3%;
    }
}
@media (max-width: 768px) {
    .product4 {
        height: auto;
        padding: 3rem 2rem;
    }
    .product-content4 {
        margin-left: 2%;
    }
    .product-button4 {
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .product4 {
        min-height: 450px;
        padding: 3rem 1.5rem;
    }
    .product-content4 {
        max-width: 100%;
        margin-left: 0;
        padding-left: 1rem;
    }
    .product-content4 h1 {
        font-size: 2rem;
    }
    .product-content4 p {
        font-size: 1rem;
    }
}
.faq-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 50px;
}
.faq-container h2{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.faq-item {
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.faq-question {
    font-weight: bold;
    font-weight: 500;
    font-size: 18px;
    flex: 1;
}
.faq-arrow {
    color:#ff6c0e;
    font-size: 16px;
    transition: transform 0.3s ease;
    position: absolute;
    right: 15px;
}
.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}
.faq-answer {
    display: none;
    background: white;
    padding: 15px;
    border-radius: 5px;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
    margin-top: 5px;
    font-size: 18px;
}
.faq-answer.active {
    display: block;
}
.faq-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.faq-grid ul {
    list-style: none;
    padding: 0;
    flex: 1;
    min-width: 220px;
}
.list-title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
}
.faq-grid li {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    position: relative;
    padding-left: 10px;
}
.faq-grid li:not(.list-title)::before {
    content: "•";
    color: #000000;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
}
@media (max-width: 768px) {
    .faq-grid {
        flex-wrap: wrap;
        gap: 20px;
    }
    .faq-grid ul {
        min-width: 45%;
    }
}
@media (max-width: 480px) {
    .faq-grid {
        flex-direction: column;
    }
    .faq-grid ul {
        min-width: 100%;
    }
}

.product5 {
    position: relative;
    width: 100%;
    height: 90vh;
    /* height: 550px; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('static/images/bannerimg11.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 2rem;
}
.product-content5 {
    max-width: 800px;
    color: white;
    padding: 1rem;
    text-align: left;
    margin-left: 5%;
}
.product-content5 h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.product-content5 p {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
.product-button5 {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #ecc71e;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.125rem;
    transition: background-color 0.3s ease;
}
.product-button5:hover {
    background-color: #1d4ed8;
}
@media (max-width: 1024px) {
    .product5 {
        height: 300px;
    }
    .product-content45 {
        max-width: 90%;
        margin-left: 3%;
    }
}
@media (max-width: 768px) {
    .product5 {
        height: auto;
        padding: 3rem 2rem;
    }
    .product-content4 {
        margin-left: 2%;
    }
    .product-button5 {
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .product5 {
        min-height: 450px;
        padding: 3rem 1.5rem;
    }
    .product-content5 {
        max-width: 100%;
        margin-left: 0;
        padding-left: 1rem;
    }
    .product-content5 h1 {
        font-size: 2rem;
    }
    .product-content5 p {
        font-size: 1rem;
    }
}

/* Section Styling */
.solutions-section {
    padding: 80px 20px 0px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .solutions-title {
    font-size: 36px;
    font-weight: 600;
    color: #0F2942;
    margin-bottom: 10px;
  }
  
  /* Container for solution boxes */
  .solutions-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 0px 50px 0px;
  }
  
  /* Individual solution box */
  .solution-box {
    width: calc(33.33% - 30px);
    min-width: 300px;
    height: 280px;
    padding: 30px 25px;
    background-color: white;
    border-radius: 8px;
    text-align: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }
  
  /* Blue accent corner */
  .solution-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: #00bcd4;
    border-radius: 0 0 0 100%;
  }
  
  /* Solution number */
  .solution-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00bcd4;
    margin-bottom: 15px;
    transition: color 0.3s ease;
  }
  
  /* Solution icon */
  .solution-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 1.5rem;
    z-index: 2;
  }
  
  /* Solution title */
  .solution-title {
    font-size: 18px;
    font-weight: bold;
    color: #0F2942;
    margin: 15px 0;
    transition: color 0.3s ease;
  }
  
  /* Solution description */
  .solution-description {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #666;
    transition: color 0.3s ease;
  }
  
  /* Hover background overlay */
  .solution-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00bcd4;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  
  /* Hover effect */
  .solution-box:hover .solution-overlay {
    opacity: 1;
  }
  .solution-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background-color: #00bcd4;
    border-radius: 50%;
    transition: transform 0.8s ease-in-out;
    transform: scale(0);
    transform-origin: top right;
    z-index: 1;
  }
  
  .solution-box:hover::before {
    transform: scale(1);
  }
  
  
  .solution-box:hover .solution-number,
  .solution-box:hover .solution-title,
  .solution-box:hover .solution-description {
    color: white;
    position: relative;
    z-index: 3;
  }
  
  /* Responsive adjustments */
  @media screen and (max-width: 1100px) {
    .solution-box {
      width: calc(50% - 30px);
    }
  }
  
  @media screen and (max-width: 768px) {
    .solution-box {
      width: 100%;
      max-width: 450px;
    }
    
    .section-title {
      font-size: 2rem;
    }
  }


  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.main-heading {
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    color: #000000;
    font-weight: 600;
}

.features-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.what {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #f3dab5, #f1ede7);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.what:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icon-container {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #00bcd4;
}
.icon-container i {
    transition: transform 0.4s ease-in-out;
}

.what:hover i {
    transform: rotate(360deg);
}
.feature-name {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000000;
}

.feature-text {
    color: #333;
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .features-layout {
        grid-template-columns: 1fr;
    }
}

.contact-conatiner {
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb, #f3f4f6);
    padding: 40px 20px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    min-height: 400px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  .content-wrapper {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 20px;
  }

  .erp-title {
    color: #1f2937;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .erp-subtitle {
    color: #4b5563;
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }

  .erp-button {
    background: #00bcd4;
    color: white;
    padding: 15px 40px;
    border-radius: 30px;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
  }

  .erp-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
  }

  .advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem auto;
    max-width: 1000px;
  }

  .advantage-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .advantage-card:hover {
    transform: translateY(-5px);
  }

  .advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #004c97, #00bcd4);
  }

  .advantage-title {
    color: #1f2937;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .advantage-text {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  /* Enhanced Doodles */
  .doodle {
    position: absolute;
    opacity: 0.4;
  }

  .circuit-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .circuit-line {
    position: absolute;
    border: 1px dashed #00bcd4;
  }

  .circuit-line-1 {
    width: 100px;
    top: 20%;
    left: 10%;
    transform: rotate(45deg);
  }

  .circuit-line-2 {
    width: 150px;
    bottom: 30%;
    right: 15%;
    transform: rotate(-45deg);
  }

  .dot {
    width: 8px;
    height: 8px;
    background: #ff6c0e;
    border-radius: 50%;
    position: absolute;
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0.6; }
  }

  .dot-1 { top: 15%; left: 10%; }
  .dot-2 { top: 80%; left: 15%; }
  .dot-3 { top: 20%; right: 15%; }
  .dot-4 { top: 70%; right: 10%; }

  .gear {
    width: 40px;
    height: 40px;
    border: 3px solid #ff6c0e;
    border-radius: 50%;
    position: absolute;
    animation: spin 10s linear infinite;
  }

  .gear-1 { top: 10%; right: 10%; }
  .gear-2 { bottom: 15%; left: 8%; }

  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  @media (max-width: 768px) {
    .advantages-grid {
      grid-template-columns: 1fr;
      padding: 0 20px;
    }
    
    .banner-title {
      font-size: 2rem;
    }
  }
  
/* style for new advantage section in index page */
.feature-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.icon-circle {
    background: linear-gradient(135deg, #004c97 10%, #ff7f50 90%);
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    flex-shrink: 0;
}

.feature-block .text h4 {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 700;
}

.feature-block .text p {
    margin: 0;
    font-size: 15px;
    color: #444;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
    animation: fadeIn 0.3s ease;
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  /* Base styles (already provided) */
.modal-content {
    background: #ffffff;
    margin: 5% auto;
    padding: 40px 30px;
    border-radius: 16px;
    width: 90%;
    max-width: 700px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    position: relative;
    text-align: center;
    animation: slideUp 0.4s ease;
}

@keyframes slideUp {
    from {transform: translateY(40px); opacity: 0;}
    to {transform: translateY(0); opacity: 1;}
}

.close-btn {
    position: absolute;
    top: 20px; 
    right: 25px;
    font-size: 35px;
    color: #000000;
    cursor: pointer;
    z-index: 10;
}

.close-btn:hover {
    color: #444;
}

/* Image responsive styling */
.modal-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Large Desktop (1200px and above) */
@media screen and (min-width: 1200px) {
    .modal-content {
        max-width: 800px;
        padding: 50px 40px;
        margin: 3% auto;
    }
    
    .modal-content img {
        max-width: 90%;
    }
}

/* Desktop (992px to 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .modal-content {
        max-width: 700px;
        padding: 45px 35px;
        margin: 4% auto;
    }
    
    .modal-content img {
        max-width: 95%;
    }
}

/* Tablet Landscape (768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .modal-content {
        width: 85%;
        max-width: 600px;
        padding: 35px 25px;
        margin: 8% auto;
    }
    
    .close-btn {
        top: 15px;
        right: 20px;
        font-size: 26px;
    }
    
    .modal-content img {
        max-width: 100%;
    }
}

/* Tablet Portrait (576px to 767px) */
@media screen and (min-width: 576px) and (max-width: 767px) {
    .modal-content {
        width: 90%;
        max-width: 500px;
        padding: 30px 20px;
        margin: 10% auto;
        border-radius: 12px;
    }
    
    .close-btn {
        top: 12px;
        right: 18px;
        font-size: 24px;
    }
    
    .modal-content img {
        max-width: 100%;
    }
}

/* Mobile Landscape (480px to 575px) */
@media screen and (min-width: 480px) and (max-width: 575px) {
    .modal-content {
        width: 92%;
        max-width: 450px;
        padding: 25px 18px;
        margin: 12% auto;
        border-radius: 10px;
    }
    
    .close-btn {
        top: 10px;
        right: 15px;
        font-size: 22px;
    }
    
    .modal-content img {
        max-width: 100%;
    }
}

/* Mobile Portrait (up to 479px) */
@media screen and (max-width: 479px) {
    .modal-content {
        width: 60%;
        max-width: 250px;
        padding: 20px 15px;
        margin: 15% auto;
        border-radius: 8px;
    }
    
    .close-btn {
        top: 8px;
        right: 12px;
        font-size: 20px;
    }
    
    .modal-content img {
        max-width: 100%;
    }
}

/* Extra Small Mobile (up to 320px) */
@media screen and (max-width: 320px) {
    .modal-content {
        width: 50%;
        padding: 15px 12px;
        margin: 20% auto;
        border-radius: 6px;
    }
    
    .close-btn {
        top: 6px;
        right: 10px;
        font-size: 18px;
    }
    
    .modal-content img {
        max-width: 100%;
    }
}

/* Height-based adjustments for landscape orientation */
@media screen and (max-height: 600px) and (orientation: landscape) {
    .modal-content {
        margin: 2% auto;
        padding: 15px 20px;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .modal-content img {
        max-height: 60vh;
        width: auto;
    }
}

/* Very short screens */
@media screen and (max-height: 400px) {
    .modal-content {
        margin: 1% auto;
        padding: 10px 15px;
        max-height: 95vh;
    }
    
    .modal-content img {
        max-height: 50vh;
    }
    
    .close-btn {
        font-size: 16px;
    }
}




 /*brochure icons*/
.brochure-icons {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
  }
  .brochure-icons i{
    color: #ff520e;
  }
  .icon-btn {
    position: relative;
    background: white;
    padding: 10px;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  
  .icon-btn:hover {
    background: #ffffff;
    transform: translateY(-5px);
  }
  
