



/* Modern Variables */
:root {
    --primary-blue: #0066ff;
    --secondary-blue: #003399;
    --neon-blue: #00ccff;
    --dark-blue: #001a33;
    --light-blue: #e6f0ff;
    --glow-blue: rgba(0, 102, 255, 0.3);
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, var(--dark-blue), #000);
    color: var(--light-blue);
    line-height: 1.6;
    font-family: var(--font-default);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow-x: hidden;
    background-color: var(--white);
    color: var(--color-paragraph);
}


/* Modern Variables */
:root {
    --primary-blue: #007bff;
    /* Brighter blue for primary elements */
    --secondary-blue: #0056b3;
    /* Darker blue for secondary elements */
    --neon-blue: #00d4ff;
    /* Neon blue for highlights */
    --dark-blue: #00274d;
    /* Dark blue for backgrounds */
    --light-blue: #f0f8ff;
    /* Light blue for text */
    --glow-blue: rgba(0, 123, 255, 0.3);
    /* Glow effect */
    --white: #ffffff;
    /* White for text and backgrounds */
    --gray: #6c757d;
    /* Gray for muted text */
    --black: #000000;
    /* Black for strong text */
    --bg-gray: #f0f8ff; /* Added light gray background */
    --color-primary: #007bff; /* Primary color */
    --color-secondary: #0056b3; /* Secondary color */
    --color-heading: #00d5ff; /* Heading color */
}





/* General Styles for HTML tags */
body {
    font-family: 'Roboto', sans-serif;
    background: var(--dark-blue);
    color: var(--light-blue);
    line-height: 1.6;
}

/* Portfolio Section Styling */
.portfolio-area {
    background: var(--dark-blue);
    color: var(--light-blue);
}

/* Filter Styling */
.portfolio-filter ul li a {
    color: var(--gray);
    background: var(--white);
}

.portfolio-filter ul li.active a,
.portfolio-filter ul li a:hover {
    background: var(--primary-blue);
    color: var(--white);
}

/* Portfolio Card Styling */
.portfolio-card {
    background: var(--white);
    color: var(--black);
}

.portfolio-card-body img {
    border-bottom: 3px solid var(--primary-blue);
}

.hover-content {
    background: rgba(0, 123, 255, 0.9);
}

.project-category,
.project-title,
.project-description,
.project-link {
    color: var(--white);
}

.project-link:hover {
    background: var(--white);
    color: var(--primary-blue);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .portfolio-filter ul li a {
        font-size: 14px;
    }

    .project-title {
        font-size: 20px;
    }

    .project-description {
        font-size: 14px;
    }
}














/* Modern Variables */
:root {
    --primary-blue: #007bff;
    /* Brighter blue for primary elements */
    --secondary-blue: #0056b3;
    /* Darker blue for secondary elements */
    --neon-blue: #00d4ff;
    /* Neon blue for highlights */
    --dark-blue: #00274d;
    /* Dark blue for backgrounds */
    --light-blue: #f0f8ff;
    /* Light blue for text */
    --glow-blue: rgba(0, 123, 255, 0.3);
    /* Glow effect */
    --white: #ffffff;
    /* White for text and backgrounds */
    --gray: #6c757d;
    /* Gray for muted text */
    --black: #000000;
    /* Black for strong text */
}

/* General Styles for HTML tags */
body {
    font-family: 'Roboto', sans-serif;
    background: var(--dark-blue);
    color: var(--light-blue);
    line-height: 1.6;
}

/* Portfolio Section Styling */
.portfolio-area {
    background: var(--dark-blue);
    color: var(--light-blue);
}

/* Filter Styling */
.portfolio-filter ul li a {
    color: var(--gray);
    background: var(--white);
}

.portfolio-filter ul li.active a,
.portfolio-filter ul li a:hover {
    background: var(--primary-blue);
    color: var(--white);
}

/* Portfolio Card Styling */
.portfolio-card {
    background: var(--white);
    color: var(--black);
}

.portfolio-card-body img {
    border-bottom: 3px solid var(--primary-blue);
}

.hover-content {
    background: rgba(0, 123, 255, 0.9);
}

.project-category,
.project-title,
.project-description,
.project-link {
    color: var(--white);
}

.project-link:hover {
    background: var(--white);
    color: var(--primary-blue);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .portfolio-filter ul li a {
        font-size: 14px;
    }

    .project-title {
        font-size: 20px;
    }

    .project-description {
        font-size: 14px;
    }
}












/* Modern Variables */
:root {
    --primary-blue: #007bff;
    /* Brighter blue for primary elements */
    --secondary-blue: #0056b3;
    /* Darker blue for secondary elements */
    --neon-blue: #00d4ff;
    /* Neon blue for highlights */
    --dark-blue: #00274d;
    /* Dark blue for backgrounds */
    --light-blue: #f0f8ff;
    /* Light blue for text */
    --glow-blue: rgba(0, 123, 255, 0.3);
    /* Glow effect */
    --white: #ffffff;
    /* White for text and backgrounds */
    --gray: #6c757d;
    /* Gray for muted text */
    --black: #000000;
    /* Black for strong text */
}

/* General Styles for HTML tags */
body {
    font-family: 'Roboto', sans-serif;
    background: var(--dark-blue);
    color: var(--light-blue);
    line-height: 1.6;
}

/* Portfolio Section Styling */
.portfolio-area {
    background: var(--dark-blue);
    color: var(--light-blue);
}

/* Filter Styling */
.portfolio-filter ul li a {
    color: var(--gray);
    background: var(--white);
}












/* Modern Variables */
:root {
    --primary-blue: #007bff;
    /* Brighter blue for primary elements */
    --secondary-blue: #0056b3;
    /* Darker blue for secondary elements */
    --neon-blue: #00d4ff;
    /* Neon blue for highlights */
    --dark-blue: #00274d;
    /* Dark blue for backgrounds */
    --light-blue: #f0f8ff;
    /* Light blue for text */
    --glow-blue: rgba(0, 123, 255, 0.3);
    /* Glow effect */
    --white: #ffffff;
    /* White for text and backgrounds */
    --gray: #6c757d;
    /* Gray for muted text */
    --black: #000000;
    /* Black for strong text */
}

/* General Styles for HTML tags */
body {
    font-family: 'Roboto', sans-serif;
    background: var(--dark-blue);
    color: var(--light-blue);
    line-height: 1.6;
}

/* Portfolio Section Styling */
.portfolio-area {
    background: var(--dark-blue);
    color: var(--light-blue);
}

/* Filter Styling */
.portfolio-filter ul li a {
    color: var(--gray);
    background: var(--white);
}

.portfolio-filter ul li.active a,
.portfolio-filter ul li a:hover {
    background: var(--primary-blue);
    color: var(--white);
}

/* Portfolio Card Styling */
.portfolio-card {
    background: var(--white);
    color: var(--black);
}

.portfolio-card-body img {
    border-bottom: 3px solid var(--primary-blue);
}

.hover-content {
    background: rgba(0, 123, 255, 0.9);
}

.project-category,
.project-title,
.project-description,
.project-link {
    color: var(--white);
}

.project-link:hover {
    background: var(--white);
    color: var(--primary-blue);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .portfolio-filter ul li a {
        font-size: 14px;
    }

    .project-title {
        font-size: 20px;
    }

    .project-description {
        font-size: 14px;
    }
}














/* Modern Variables */
:root {
    --primary-blue: #007bff;
    /* Brighter blue for primary elements */
    --secondary-blue: #0056b3;
    /* Darker blue for secondary elements */
    --neon-blue: #00d4ff;
    /* Neon blue for highlights */
    --dark-blue: #00274d;
    /* Dark blue for backgrounds */
    --light-blue: #f0f8ff;
    /* Light blue for text */
    --glow-blue: rgba(0, 123, 255, 0.3);
    /* Glow effect */
    --white: #ffffff;
    /* White for text and backgrounds */
    --gray: #6c757d;
    /* Gray for muted text */
    --black: #000000;
    /* Black for strong text */
}

/* General Styles for HTML tags */
body {
    font-family: 'Roboto', sans-serif;
    background: var(--dark-blue);
    color: var(--light-blue);
    line-height: 1.6;
}

/* Portfolio Section Styling */
.portfolio-area {
    background: var(--dark-blue);
    color: var(--light-blue);
}

/* Filter Styling */
.portfolio-filter ul li a {
    color: var(--gray);
    background: var(--white);
}

.portfolio-filter ul li.active a,
.portfolio-filter ul li a:hover {
    background: var(--primary-blue);
    color: var(--white);
}

/* Portfolio Card Styling */
.portfolio-card {
    background: var(--white);
    color: var(--black);
}

.portfolio-card-body img {
    border-bottom: 3px solid var(--primary-blue);
}

.hover-content {
    background: rgba(0, 123, 255, 0.9);
}

.project-category,
.project-title,
.project-description,
.project-link {
    color: var(--white);
}

.project-link:hover {
    background: var(--white);
    color: var(--primary-blue);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .portfolio-filter ul li a {
        font-size: 14px;
    }

    .project-title {
        font-size: 20px;
    }

    .project-description {
        font-size: 14px;
    }
}












/* Modern Variables */
:root {
    --primary-blue: #007bff;
    /* Brighter blue for primary elements */
    --secondary-blue: #0056b3;
    /* Darker blue for secondary elements */
    --neon-blue: #00d4ff;
    /* Neon blue for highlights */
    --dark-blue: #00274d;
    /* Dark blue for backgrounds */
    --light-blue: #f0f8ff;
    /* Light blue for text */
    --glow-blue: rgba(0, 123, 255, 0.3);
    /* Glow effect */
    --white: #ffffff;
    /* White for text and backgrounds */
    --gray: #6c757d;
    /* Gray for muted text */
    --black: #000000;
    /* Black for strong text */
}

/* General Styles for HTML tags */
body {
    font-family: 'Roboto', sans-serif;
    background: var(--dark-blue);
    color: var(--light-blue);
    line-height: 1.6;
}

/* Portfolio Section Styling */
.portfolio-area {
    background: var(--dark-blue);
    color: var(--light-blue);
}

/* Filter Styling */
.portfolio-filter ul li a {
    color: var(--gray);
    background: var(--white);
}

.portfolio-filter ul li.active a,
.portfolio-filter ul li a:hover {
    background: var(--primary-blue);
    color: var(--white);
}

/* Portfolio Card Styling */
.portfolio-card {
    background: var(--white);
    color: var(--black);
}

.portfolio-card-body img {
    border-bottom: 3px solid var(--primary-blue);
}

.hover-content {
    background: rgba(0, 123, 255, 0.9);
}

.project-category,
.project-title,
.project-description,
.project-link {
    color: var(--white);
}

.project-link:hover {
    background: var(--white);
    color: var(--primary-blue);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .portfolio-filter ul li a {
        font-size: 14px;
    }

    .project-title {
        font-size: 20px;
    }

    .project-description {
        font-size: 14px;
    }
}






/* Modern Variables */
:root {
    --primary-blue: #0066ff;
    --secondary-blue: #003399;
    --neon-blue: #00ccff;
    --dark-blue: #001a33;
    --light-blue: #e6f0ff;
    --glow-blue: rgba(0, 102, 255, 0.3);
}







/* ----------------------------------

Template Name: Digalu - Digital Marketing Agency Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Roboto
Main Color   : #8A6552

-------------------------------------

[Typography]

Body copy:    15px 'Roboto', sans-serif
Header:     36px 'Roboto', sans-serif
Input, textarea:  15px 'Roboto', sans-serif
Sidebar heading:  20px 'Roboto', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Slide Effect
        - Fade Effect
    06. Features
    07. About Us
        - Full Width Version
        - Default Version
    08. Services
        - Version One
        - Version Two
        - Version Three
    09. Why Choose Us
    10. Company Analysis/Graph
    11. Companies/Clients/Partner
    12. Team
    13. Testimonials
    14. Projects
    15. Gallery
    16. Our Expertise
    17. Work Process
    18. FAQ
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/

/*
** General Styles for HTML tags
*/








@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/bootstrap.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----revolution-slider---*/
@import url('../vendor/revolution/settings.css');
@import url('../vendor/revolution/layers.css');
@import url('../vendor/revolution/navigation.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*---- Progress bar css----*/
@import url('../vendor/skills-master/source/habilidades.css');
/*-------- hover css ------*/
@import url('../vendor/hover.css');
/*----calendar css--------*/
@import url('../vendor/monthly-master/css/monthly.css');












    
    
    .container11{
    background-color: #3700b3;
    height: 600px;
    width: 100%;
    }
    

.photo {
    height: 470px;
    width: 570px;

    padding-left: 20px;
    padding-top: 60px;
}

.container22 {
    max-width: 1200px;
    width: 50%;
    height: 600px;
    margin: 0 auto;
    /* background-color: greenyellow; */
    float: right;

}

h1 {
    text-align: center;
    color: black;
}

.features1 {
    float: left;
    display: inline;


}

.feature1 {
    text-align: center;
    width: 100%;
}

.feature1 img {
    float: left;
    width: 60px;
    height: 60px;
    /* background-color: #6200ea; */
    margin-right: 30px;
}



.feature1 h2 {
    padding-right: 20px;
    text-align: left;

}

.logoicon {
    margin-top: 13px;
}

.feature1 p {
    color: black;
    text-align: start;
    margin-left: 70px;
    height: 60px;
    width: 100%;

}

.edit-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #6200ea;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}














/* -------------manish----------- */



/* Process Steps */
.process-item {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-top: 70px;
}

.process-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.process-item .count {
    font-size: 48px;
    font-weight: 700;
    color: #f0f0f0;
    position: absolute;
    top: 10px;
    right: 20px;
}

.process-item .icon {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 20px;
}

/* Portfolio Section Styling */
.portfolio-area {
    position: relative;
    overflow: hidden;
}

/* Filter Styling */
.portfolio-filter {
    margin-bottom: 50px;
}

.portfolio-filter ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.portfolio-filter ul li {
    display: inline-block;
    margin: 0 5px;
}

.portfolio-filter ul li a {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    color: #333;
    background: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.portfolio-filter ul li.active a,
.portfolio-filter ul li a:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-2px);
}

/* Portfolio Card Styling */
.portfolio-card {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

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

.portfolio-card-body {
    position: relative;
    overflow: hidden;
}

.portfolio-card-body img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.portfolio-card:hover .portfolio-card-body img {
    transform: scale(1.1);
}

/* Hover Content Styling */
.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 123, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.portfolio-card:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

.hover-text {
    text-align: center;
    color: #fff;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.portfolio-card:hover .hover-text {
    transform: translateY(0);
}

.project-category {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.project-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.project-description {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.project-link {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.project-link:hover {
    background: #fff;
    color: #007bff;
}

.project-link i {
    margin-left: 8px;
    transition: all 0.3s ease;
}

.project-link:hover i {
    transform: translateX(5px);
}

/* Animation for Portfolio Items */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.portfolio-card {
    animation: fadeInUp 0.6s ease forwards;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .portfolio-filter ul li {
        margin: 5px;
    }

    .portfolio-filter ul li a {
        padding: 8px 20px;
        font-size: 14px;
    }

    .project-title {
        font-size: 20px;
    }

    .project-description {
        font-size: 14px;
    }
}

/* Pricing Tables */
.pricing-item {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.pricing-item.featured {
    transform: scale(1.05);
    border: 2px solid #007bff;
}

.pricing-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.pricing-header h2 {
    font-size: 48px;
    margin: 20px 0;
}

.pricing-header sup {
    font-size: 24px;
}

/* Call to Action */
.cta-area {
    background-color: #007bff;
    position: relative;
}

.cta-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}




/* Enhanced Banner Animation */
.banner-style-three {
    position: relative;
    overflow: hidden;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.banner-style-three-area {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-style-three .info h4 {
    animation: slideInLeft 1s ease;
}

.banner-style-three .info h2 {
    /* animation: slideInRight 1s ease 0.3s; */
    animation-fill-mode: both;
}

.banner-style-three .button {
    animation: fadeIn 1s ease 0.6s;
    animation-fill-mode: both;
}


/* Content styling */
.banner-style-three {
    position: relative;
    z-index: 2; /* Above the background */
}

/* Optional: Add icons */
.info h4, .info h2 {
    position: relative;
    z-index: 2; /* Above the background */
}





/* Enhanced Service Cards */
.feature-style-three .item {
    transition: all 0.4s ease;
    transform: translateY(0);
}

.feature-style-three .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-style-three .icon {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Enhanced Portfolio Cards */
.portfolio-card {
    transition: all 0.4s ease;
}

.portfolio-card:hover {
    transform: translateY(-10px) scale(1.02);
}

.portfolio-card .hover-content {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card:hover .hover-content {
    background: linear-gradient(45deg, rgba(0, 123, 255, 0.9), rgba(0, 123, 255, 0.7));
}

/* Team Member Cards Animation */
.team-style-one-item {
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

.team-style-one-item:hover {
    transform: translateY(-10px);
}

.team-style-one-item .social li {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.team-style-one-item:hover .social li {
    opacity: 1;
    transform: translateY(0);
}

.team-style-one-item:hover .social li:nth-child(2) {
    transition-delay: 0.1s;
}

/* Process Steps Animation */
.process-item {
    position: relative;
    overflow: hidden;
}

.process-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #007bff, transparent);
    bottom: 0;
    left: -100%;
    transition: all 0.4s ease;
}

.process-item:hover::after {
    left: 0;
}

.process-item .count {
    transition: all 0.4s ease;
}

.process-item:hover .count {
    transform: scale(1.2);
    color: #007bff;
}

















/* Header Lighting Effects */
.header-animated {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

/* Glowing Navigation Effect */
.nav-glow {
    position: absolute;
    bottom: 0;
    left: -100%;
    /* Start from outside the left edge */
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0));
    animation: movingGlow 3s linear infinite;
    overflow: hidden;
}

.nav-glow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: combinedAnimation 15s linear infinite;
}

/* Combined Movement and Color Animation */
@keyframes combinedAnimation {

    0%,
    20% {
        background: linear-gradient(90deg,
                transparent,
                rgba(255, 0, 0, 0.8),
                transparent);
        /* Red */
    }

    20%,
    40% {
        background: linear-gradient(90deg,
                transparent,
                rgba(0, 255, 0, 0.8),
                transparent);
        /* Green */
    }

    40%,
    60% {
        background: linear-gradient(90deg,
                transparent,
                rgba(0, 0, 255, 0.8),
                transparent);
        /* Blue */
    }

    60%,
    80% {
        background: linear-gradient(90deg,
                transparent,
                rgba(255, 165, 0, 0.8),
                transparent);
        /* Orange */
    }

    80%,
    100% {
        background: linear-gradient(90deg,
                transparent,
                rgba(238, 130, 238, 0.8),
                transparent);
        /* Violet */
    }
}

/* Moving Glow Animation */
@keyframes movingGlow {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .nav-glow {
        display: none;
    }
}


























/* Add these keyframes for icon animations */
@keyframes iconPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes iconGlow {
    0% {
        box-shadow: 0 0 5px #82b1ff,
            0 0 10px #82b1ff,
            0 0 15px #82b1ff;
    }

    50% {
        box-shadow: 0 0 10px #2979ff,
            0 0 20px #2979ff,
            0 0 30px #2979ff;
    }

    100% {
        box-shadow: 0 0 5px #82b1ff,
            0 0 10px #82b1ff,
            0 0 15px #82b1ff;
    }
}

@keyframes iconRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Update icon styles */
#service-section .single-service-content .icon-heading .icon {
    font-size: 48px;
    color: #82b1ff;
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

/* Add shine effect */
#service-section .single-service-content .icon-heading .icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

/* Icon hover effects */
#service-section .single-service-content:hover .icon-heading .icon {
    background: linear-gradient(135deg, #1565C0, #2979ff);
    color: #fff;
    animation: iconPulse 2s infinite, iconGlow 3s infinite;
}

#service-section .single-service-content:hover .icon-heading .icon i {
    animation: iconRotate 8s linear infinite;
}

#service-section .single-service-content:hover .icon-heading .icon::before {
    left: 150%;
}

/* Individual icon animations */
#service-section .single-service-content:nth-child(1) .icon-heading .icon i {
    animation-delay: 0s;
}

#service-section .single-service-content:nth-child(2) .icon-heading .icon i {
    animation-delay: 0.2s;
}

#service-section .single-service-content:nth-child(3) .icon-heading .icon i {
    animation-delay: 0.4s;
}

#service-section .single-service-content:nth-child(4) .icon-heading .icon i {
    animation-delay: 0.6s;
}

#service-section .single-service-content:nth-child(5) .icon-heading .icon i {
    animation-delay: 0.8s;
}

#service-section .single-service-content:nth-child(6) .icon-heading .icon i {
    animation-delay: 1s;
}

/* Add floating effect */
#service-section .single-service-content .icon-heading .icon {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Enhance icon background */
#service-section .single-service-content .icon-heading .icon {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(130, 177, 255, 0.2);
}

/* Add ripple effect */
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(130, 177, 255, 0.3),
            0 0 0 1px rgba(130, 177, 255, 0.3),
            0 0 0 3px rgba(130, 177, 255, 0.3),
            0 0 0 5px rgba(130, 177, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(130, 177, 255, 0.3),
            0 0 0 4px rgba(130, 177, 255, 0.3),
            0 0 0 12px rgba(130, 177, 255, 0.3),
            0 0 0 20px rgba(130, 177, 255, 0);
    }
}

#service-section .single-service-content:hover .icon-heading .icon {
    animation: ripple 1.5s infinite;
}


















/* Logo Animation Keyframes */
@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-5px) rotate(5deg);
    }

    75% {
        transform: translateY(5px) rotate(-5deg);
    }
}

@keyframes logoGlow {

    0%,
    100% {
        filter: drop-shadow(0 0 5px rgba(130, 177, 255, 0.6)) drop-shadow(0 0 10px rgba(41, 121, 255, 0.4));
    }

    50% {
        filter: drop-shadow(0 0 15px rgba(130, 177, 255, 0.8)) drop-shadow(0 0 20px rgba(41, 121, 255, 0.6));
    }
}

@keyframes logoSpin {
    0% {
        transform: perspective(1000px) rotateY(0deg);
    }

    100% {
        transform: perspective(1000px) rotateY(360deg);
    }
}

/* Enhanced Icon Styles */
#service-section .single-service-content .icon-heading .icon {
    font-size: 48px;
    color: #82b1ff;
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    backdrop-filter: blur(5px);
    border: 2px solid transparent;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    animation: logoFloat 3s ease-in-out infinite;
}

/* Glowing border effect */
#service-section .single-service-content .icon-heading .icon::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, #2196f3, #82b1ff, #2979ff, #82b1ff);
    filter: blur(5px);
    z-index: -1;
    animation: logoGlow 3s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Shine effect */
#service-section .single-service-content .icon-heading .icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

/* Icon hover effects */
#service-section .single-service-content:hover .icon-heading .icon {
    transform: scale(1.1);
    border-color: #82b1ff;
    background: linear-gradient(135deg, #1565C0, #2979ff);
    box-shadow:
        0 0 15px rgba(130, 177, 255, 0.4),
        0 0 30px rgba(41, 121, 255, 0.2);
}

#service-section .single-service-content:hover .icon-heading .icon::after {
    opacity: 1;
}

#service-section .single-service-content:hover .icon-heading .icon::before {
    left: 150%;
}

#service-section .single-service-content:hover .icon-heading .icon i {
    animation: logoSpin 3s linear infinite;
    color: #fff;
}

/* 3D transform on hover */
#service-section .single-service-content .icon-heading .icon i {
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: all 0.5s ease;
}

/* Individual icon custom effects */
#service-section .single-service-content:nth-child(odd) .icon-heading .icon {
    animation-direction: alternate;
}

#service-section .single-service-content:nth-child(even) .icon-heading .icon {
    animation-direction: alternate-reverse;
}

/* Particle effect on hover */
@keyframes particle {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(var(--tx), var(--ty)) scale(0);
        opacity: 0;
    }
}

#service-section .single-service-content:hover .icon-heading .icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #82b1ff 10%, transparent 70%);
    mix-blend-mode: screen;
    animation: particle 1s ease-out infinite;
    --tx: calc(var(--x, 0) * 1px);
    --ty: calc(var(--y, 0) * 1px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #service-section .single-service-content .icon-heading .icon {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }
}

/* Icon Animation */
.feature-style-three .item .icon {
    font-size: 40px;
    color: #82b1ff;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
    animation: floatIcon 3s ease-in-out infinite;
}

/* Floating animation for icons */
@keyframes floatIcon {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-10px) rotate(5deg);
    }

    75% {
        transform: translateY(10px) rotate(-5deg);
    }
}

/* Hover effects */
.feature-style-three .item:hover {
    background: rgba(41, 98, 255, 0.1);
}

.feature-style-three .item:hover .icon {
    background: linear-gradient(135deg, #4a90e2, #357abd);
    color: #fff;
    transform: scale(1.1);
    animation: iconGlow 2s infinite;
}

/* Icon glow effect on hover */
@keyframes iconGlow {

    0%,
    100% {
        box-shadow: 0 0 15px rgba(74, 144, 226, 0.5),
            0 0 30px rgba(74, 144, 226, 0.3);
    }

    50% {
        box-shadow: 0 0 20px rgba(74, 144, 226, 0.6),
            0 0 40px rgba(74, 144, 226, 0.4);
    }
}

/* Shine effect for icons */
.feature-style-three .item .icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

.feature-style-three .item:hover .icon::before {
    animation: shineEffect 1.5s;
}

@keyframes shineEffect {
    0% {
        left: -50%;
    }

    100% {
        left: 150%;
    }
}

/* Rotate icon on hover */
.feature-style-three .item:hover .icon i {
    animation: rotateIcon 1s ease-in-out;
}

@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Banner heading styles */
.banner-style-three .info h2 {
    color: #fafafa;
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 70px;
    transition: all 0.3s ease;
    padding: 0 15px;
}

/* Colorful hover effect */
.banner-style-three .info h2:hover {
    background: linear-gradient(to right,
            #ff1493 0%,
            /* Pink */
            #4CAF50 20%,
            /* Green */
            #2196F3 40%,
            /* Blue */
            #FFC107 60%,
            /* Yellow */
            #9C27B0 80%,
            /* Purple */
            #ff1493 100%
            /* Back to Pink */
        );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: textGradient 2s linear infinite;
}

@keyframes textGradient {
    0% {
        background-position: -100% center;
    }

    100% {
        background-position: 100% center;
    }
}

/* Banner image styles */
.banner-style-three .thumb {
    margin-top: -23px;
    position: relative;
    z-index: 2;
}

.banner-style-three .thumb img {
    max-width: 75%;
    height: auto;
    margin: 0 auto;
    display: block;
    animation: floatImage 3s ease-in-out infinite;
}

/* Floating animation for banner image */
@keyframes floatImage {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .banner-style-three .thumb {
        margin-top: -15px;
    }

    .banner-style-three .thumb img {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .banner-style-three .thumb {
        margin-top: -5px;
    }

    .banner-style-three .thumb img {
        max-width: 85%;
    }
}

/* Search Icon Styles */
.attr-nav {
    margin-right: 15px;
}

.attr-nav ul li.search a {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.attr-nav ul li.search a i {
    display: inline-block;
    vertical-align: middle;
}

/* Search icon hover effect */
.attr-nav ul li.search a:hover {
    color: #4a90e2;
    transform: scale(1.1);
}

/* When header is scrolled */
.nav-scrolled .attr-nav ul li.search a {
    color: #333;
}

/* Team Section Positioning */
.team-style-one-area {
    background-color: var(--dark-blue);
    margin-top: -50px;
    /* Move section up */
    position: relative;
    z-index: 1;
    padding-top: 30px;
    /* Increased top padding */
    /* padding-bottom: 90px; */
}

/* Team Content Styles */
.team-left-info {
    padding-right: 50px;
}

.team-left-info .sub-heading {
    color: #4a90e2;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.team-left-info .heading {
    margin-top: 20px;
    color: var(--neon-blue);
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 1.4;
}

/* Team Grid Spacing */
.team-grid {
    margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .team-style-one-area {
        margin-top: -30px;
        padding-top: 90px;
    }

    .team-left-info {
        padding-right: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .team-style-one-area {
        margin-top: -20px;
        padding-top: 70px;
    }
}

/* About Page Styles */

/* Hero Section */
.about-hero-section {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(45deg, #1a237e, #0d47a1);
    overflow: hidden;
}

.about-hero-section h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.about-hero-section .lead {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
}

/* Company Overview Section */


.section-padding {
    padding: 80px 0;
    background-color: var(--dark-blue);
    
}

.about-content .sub-title {
    color: #4a90e2;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    background-color: #E3F2FD;

}

.about-content h2 {
    color: #00d5ff;
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 1.4;
}

.about-content p {
    margin-bottom: 30px;
    color: #ffffff;
    line-height: 1.8;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.feature-list li i {
    color: #4a90e2;
    margin-right: 15px;
    font-size: 20px;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}





/* Mission & Vision Section */
.mission-box,
.vision-box {
    background:var(--color-primary);
    background: rgba(0, 0, 255, 0.212);
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.mission-box:hover,
.vision-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mission-box .icon,
.vision-box .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(45deg, #1a237e, #0d47a1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-box .icon i,
.vision-box .icon i {
    font-size: 35px;
    color: #fff !important;
}

.mission-box h3,
.vision-box h3 {
    margin-bottom: 20px;
    color: #00d5ff;
}






/* Icon Colors */
.mission-box .icon i,
.vision-box .icon i {
    color: var(--neon-blue); /* Change this to your desired color */
}

/* You can also add hover effects if needed */
.mission-box .icon i:hover,
.vision-box .icon i:hover {
    color: #00ccff; /* Change this to your desired hover color */
}



/* Why Choose Us Section */
.feature-box {
    text-align: center;
    padding: 40px 30px;
    /* background: #fff; */
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-box i {
    font-size: 40px;
    color: #4a90e2;
    margin-bottom: 20px;
}

.feature-box h4 {
    margin-bottom: 15px;
    color: #00d5ff;
}

.feature-box p {
    color: #fafafa;
    line-height: 1.6;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.feature-box {
    width: 300px; /* Adjust as needed */
    perspective: 1000px;
}

.feature-content {
    position: relative;
    width: 100%;
    min-height: 250px; /* Set a minimum height */
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.feature-front, .feature-back {
    position: absolute;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #ddd; /* Optional border */
    background-color: #fff; /* Optional background color */
}

.feature-back {
    transform: rotateY(180deg);
}

.feature-content:hover {
    transform: rotateY(180deg);
}


@media (max-width: 768px) {
    .feature-box {
        width: 100%; /* Full width for smaller screens */
    }
}









/* Company Stats Section */

.stat-box {
    text-align: center;
    padding: 30px;
}

.stat-box h3 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.stat-box p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-hero-section {
        padding: 80px 0;
    }

    .about-hero-section h1 {
        font-size: 36px;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .mission-box,
    .vision-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .about-hero-section {
        padding: 60px 0;
    }

    .about-hero-section h1 {
        font-size: 30px;
    }

    .stat-box {
        margin-bottom: 30px;
    }

    .about-image {
        margin-top: 30px;
    }
}

/* About Page Animations */

/* Hero Section Animation */
.about-hero-section h1 {
    animation: fadeInDown 1s ease;
}

.about-hero-section .lead {
    animation: fadeInUp 1s ease 0.3s;
    animation-fill-mode: both;
}

/* Company Overview Animations */
.about-content {
    opacity: 0;
    animation: fadeInLeft 1s ease forwards;
}

.about-image {
    opacity: 0;
    animation: fadeInRight 1s ease forwards;
}

/* Mission & Vision Box Animations */
.mission-box,
.vision-box {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.mission-box {
    animation-delay: 0.3s;
}

.vision-box {
    animation-delay: 0.6s;
}

/* Feature Box Animations */
.feature-box {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.feature-box:nth-child(1) {
    animation-delay: 0.2s;
}

.feature-box:nth-child(2) {
    animation-delay: 0.4s;
}

.feature-box:nth-child(3) {
    animation-delay: 0.6s;
}

/* Stats Animation */
.stat-box {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.stat-box:nth-child(1) {
    animation-delay: 0.2s;
}

.stat-box:nth-child(2) {
    animation-delay: 0.4s;
}

.stat-box:nth-child(3) {
    animation-delay: 0.6s;
}

.stat-box:nth-child(4) {
    animation-delay: 0.8s;
}

/* Icon Animations */
.mission-box .icon i,
.vision-box .icon i {
    animation: rotateIcon 5s linear infinite;
}

.feature-box i {
    animation: bounce 2s infinite;
}

/* Animation Keyframes */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rotateIcon {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Hover Animations */
.about-image img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.feature-box:hover i {
    animation: bounce 1s infinite;
}

.stat-box:hover h3 {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

























/* Company History Page Styles */

/* Hero Section */
.history-hero {
    position: relative;
    overflow: hidden;
    animation: gradientFlow 10s ease infinite;
}

.history-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.history-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    animation: fadeInDown 1s ease;
    position: relative;
}

.history-hero p {
    animation: fadeInUp 1s ease 0.3s;
    position: relative;
}

/* Timeline Section */
.history-timeline {
    position: relative;
    padding: 80px 120px;
    /* Increased left-right padding */
    max-width: 1400px;
    /* Maximum width for larger screens */
    margin: 0 auto;
}

.timeline-item {
    position: relative;
    padding: 40px;
    margin-bottom: 70px;
    /* Increased spacing between items */
    /* background: #fff; */
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    width: 80%;
    /* Reduced width for better readability */
    margin-left: auto;
    margin-right: auto;
}

.timeline-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -20px;
    /* Adjusted position */
    top: 50%;
    width: 25px;
    /* Larger dot */
    height: 25px;
    background: #4a90e2;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 5px rgba(74, 144, 226, 0.3);
    /* Added glow effect */
}

.timeline-item::after {
    content: '';
    position: absolute;
    left: -8px;
    top: -50px;
    /* Extended line */
    bottom: -50px;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #4a90e2, transparent);
}

.year{
    position: absolute;
    left: -100px;
    /* Moved year further left */
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    /* Larger year text */
    font-weight: 700;
    color: #4a90e2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    /* Added text shadow */
}

.content {
    width: 100%;
    border-radius: 30px;
    height: 280px;
    background-color: rgba(135, 201, 201, 0.438);
    padding-left: 30px;
    padding-right: 30px;
    
}

.content h3 {
    color: #00d5ff;
    margin-bottom: 20px;
    padding-top: 30px;
    font-size: 28px;
    /* Larger heading */
    font-weight: 600;
}

.content p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.content ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    color: #ffffff;
    font-size: 15px;
}

.content ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #4a90e2;
    font-size: 18px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .history-timeline {
        padding: 60px 80px;
    }

    .timeline-item {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .history-timeline {
        padding: 40px 40px;
    }

    .timeline-item {
        width: 95%;
        padding: 30px;
    }

    .year {
        left: -70px;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .history-timeline {
        padding: 30px 20px;
    }

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

    .year {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px;
        text-align: left;
    }

    .timeline-item::before {
        left: 0;
    }

    .timeline-item::after {
        left: 12px;
    }

    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}


















/*--------- footer ------------------------------- */
/* footer section start */
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
  }
 
  #footer{
    /* background: #f7f7f7; */
      padding: 3rem;
    /* padding-top: 5rem; */
    padding-top: 7rem;
      padding-bottom: 80px;
      overflow-x: hidden;
  }
  #footer2{
    /* background: #f7f7f7; */
      padding: 3rem;
      margin-top: 0px;
    /* padding-top: 5rem; */
    padding-top: 7rem;
      padding-bottom: 80px;
    background-image: url(../images/cards/v748-toon-111.png);
  }
  .logo-footer{
    max-width: 300px;
    height: 100px;
  }
 
  .social-links h2{
    padding-bottom: 15px;
    font-size: 20px;
      font-weight: 600;
  }
  .social-links img{
    padding-bottom: 25px;
  }
  .social-iconsbanner-style-three{
    /* display: flex;
      gap: 3rem; */
    /* display: flex; */
      flex-direction: column;
      gap: 1rem;
    color: #777777;
  }
  .social-icons a{
    font-size: 18px; 
     /* background: #ffffff;  */
     box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px; 
      /* padding: 0.4rem 1rem 0.4rem 1rem; */
      border-radius: 3px;
    color: #82074a; 
     /* margin-right: 18px; */
    color: #777777;
  }
  .social-icons a:hover{
    color: #00d5ff;
    margin-bottom: 1rem;
}

.use-links,
.address-links {
    list-style: none;
    padding: 0;
}

.use-links li,
.address-links li {
    margin-bottom: 0.5rem;
}

.use-links li a,
.address-links li a {
    color: #f0f0f0;
    text-decoration: none;
}

.use-links li a:hover,
.address-links li a:hover {
    color: #00d5ff;
}

.social-icons {
    display: flex;
    flex-direction: column;
}

.social-icons li {
    margin-bottom: 0.5rem;
}

.social-icons a {
    color: #f0f0f0;
    text-decoration: none;
}

.social-icons a:hover {
    color: #00d5ff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    #footer .row {
        flex-direction: column;
        align-items: center;
    }

    #footer .col-md-3 {
        margin-bottom: 2rem;
    }
}













/* Hero Section */
.dev-hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at center, var(--secondary-blue) 0%, var(--dark-blue) 100%);
}

.glow-text {
    /* font-size: 4.5rem; */
    color: white;
    text-shadow: 0 0 10px var(--neon-blue),
        0 0 20px var(--neon-blue),
        0 0 30px var(--neon-blue);
    animation: textGlow 2s ease-in-out infinite alternate;
}

.slide-in {
    font-size: 1.8rem;
    margin: 1.5rem 0;
    opacity: 0;
    animation: slideInFromRight 1s ease-out forwards;
}

/* Neon Buttons */
.cta-buttons {
    margin-top: 2rem;
}

.neon-button,
.pulse-button {
    display: inline-block;
    padding: 1rem 2rem;
    margin: 0 1rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    
}

.neon-button {
    background: transparent;
    color: var(--neon-blue);
    border: 2px solid var(--neon-blue);
    box-shadow: 0 0 10px var(--neon-blue);
    animation: neonPulse 1.5s infinite;
    margin-top: inherit;
}

.pulse-button {
    background: var(--primary-blue);
    color: white;
    border: none;
    animation: pulse 2s infinite;
    margin-top: inherit;
}

/* Services Section */
.services-section {
    padding: 5rem 2rem;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card {
    height: 420px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.service-card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-front i {
    font-size: 4.5rem;
    background: linear-gradient(45deg, var(--primary-blue), var(--neon-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 15px rgba(0, 204, 255, 0.5);
    margin-bottom: 1.5rem;
    animation: iconFloat 3s ease-in-out infinite;
}

.card-back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-back ul {
    list-style: none;
}

.card-back li {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.card-back li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

.card-back li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--neon-blue);
}

/* Tech Section */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    padding: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.tech-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.glow-hover {
    position: relative;
    overflow: hidden;
}

.glow-hover::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent 0%, var(--neon-blue) 25%, transparent 50%);
    animation: rotate 4s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.glow-hover:hover::before {
    opacity: 0.3;
}

.tech-item i {
    font-size: 3rem;
    color: var(--neon-blue);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.tech-item:hover i {
    transform: scale(1.2) rotate(360deg);
}

/* Features Section */
.feature-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.shine-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    animation: shine 3s infinite;
}

/* Animations */
@keyframes textGlow {
    from {
        text-shadow: 0 0 10px var(--neon-blue), 0 0 20px var(--neon-blue);
    }

    to {
        text-shadow: 0 0 20px var(--neon-blue), 0 0 30px var(--neon-blue), 0 0 40px var(--neon-blue);
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 10px var(--neon-blue);
    }

    50% {
        box-shadow: 0 0 20px var(--neon-blue), 0 0 30px var(--neon-blue);
    }

    100% {
        box-shadow: 0 0 10px var(--neon-blue);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }

    20% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .glow-text {
        font-size: 2.5rem;
    }

    .slide-in {
        font-size: 1.2rem;
    }

    .services-container {
        grid-template-columns: 1fr;
    }
}

/* Section Titles Styling */
.section-title {
    text-align: center;
    font-size: 4rem;
    margin: 3rem 0 5rem 0;
    background: linear-gradient(45deg, var(--primary-blue), var(--neon-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 20px rgba(0, 204, 255, 0.3);
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--neon-blue), transparent);
    animation: glow 2s infinite;
}

/* Technologies Section Enhancement */
.tech-section {
    padding: 8rem 2rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 26, 51, 0.9));
}

.tech-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.tech-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 204, 255, 0.2);
    padding: 2.5rem;
    border-radius: 15px;
    transition: all 0.4s ease;
}

.tech-item i {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.tech-item span {
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    margin-top: 1rem;
    color: var(--neon-blue);
}

.tech-item:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 0 30px rgba(0, 204, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

/* Services Enhancement */
.services-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2rem;
}

.service-card {
    margin-bottom: 3rem;
}

.card-front h3 {
    font-size: 2.2rem;
    margin: 1.5rem 0;
    color: var(--neon-blue);
    text-shadow: 0 0 10px rgba(0, 204, 255, 0.3);
}

.card-front p {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 80%;
    margin: 0 auto;
}

/* Additional Animations */
@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 10px var(--neon-blue);
    }

    50% {
        box-shadow: 0 0 20px var(--neon-blue);
    }
}

/* Enhanced Tech Items */
.tech-item p {
    color: var(--light-blue);
    font-size: 0.9rem;
    margin-top: 0.5rem;
    opacity: 0.8;
}

.tech-item:hover p {
    opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .tech-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {
    .services-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}






.features-section {
    padding: 4rem 0;
    background:var(--dark-blue);
}

.features-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.feature-box {
    flex: 0 1 350px;
    height: 550px;
    perspective: 1000px;
}

.feature-content {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.feature-box:hover .feature-content {
    transform: rotateY(180deg);
}

.feature-front,
.feature-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.feature-front {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-back {
    background: linear-gradient(145deg, #1e3a5f, #082444);
    color: white;
    transform: rotateY(180deg);
}

.feature-front i {
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
    color: #007bff;
    text-shadow: 0 0 15px rgba(0, 123, 255, 0.5);
    transition: all 0.3s ease;
}

.feature-front i:hover {
    color: #0056b3;
    text-shadow: 0 0 20px rgba(0, 123, 255, 0.7);
    transform: scale(1.1);
}

.feature-front h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #00d4ff;
}

.feature-front p {
    font-size: 1.2rem;
    color: #ffffff;
}

.feature-back h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #00d4ff;
}

.feature-back p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    color: #ffffff;
}

.learn-more {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.learn-more:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

@media (max-width: 1200px) {
    .features-grid {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .features-grid {
        gap: 2rem;
    }
}



/* App Development Section Styling */
.app-dev-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--dark-blue), #000);
    position: relative;
    overflow: hidden;
}

.app-dev-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.app-dev-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.app-dev-card {
    height: 420px;
    background: transparent;
    perspective: 1000px;
    margin-bottom: 2rem;
}

.app-dev-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.app-dev-card:hover .app-dev-card-inner {
    transform: rotateY(180deg);
}

.app-dev-front,
.app-dev-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.app-dev-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.app-dev-front .app-dev-icon {
    font-size: 4.5rem;
    background: linear-gradient(45deg, var(--primary-blue), var(--neon-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 15px rgba(0, 204, 255, 0.5);
    margin-bottom: 1.5rem;
    animation: iconFloat 3s ease-in-out infinite;
}

.app-dev-back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-dev-back ul {
    list-style: none;
    padding: 0;
}

.app-dev-back li {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    padding-left: 2rem;
}

.app-dev-back li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

.app-dev-back li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--neon-blue);
}

.app-dev-front h3 {
    font-size: 1.9rem;
    margin: 1.5rem 0;
    color: var(--neon-blue);
    text-shadow: 0 0 10px rgba(0, 204, 255, 0.3);
}

.app-dev-front p {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    color: var(--light-blue);
}

.app-dev-features {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.app-dev-features li {
    margin: 1rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--light-blue);
    opacity: 0.9;
    transition: all 0.3s ease;
}

.app-dev-features li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--neon-blue);
}

.app-dev-features li:hover {
    transform: translateX(10px);
    opacity: 1;
}

.app-dev-cta {
    text-align: center;
    margin-top: 4rem;
}

.app-dev-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    color: var(--neon-blue);
    border: 2px solid var(--neon-blue);
    border-radius: 30px;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.app-dev-button:hover {
    color: white;
    box-shadow: 0 0 20px var(--neon-blue);
}

.app-dev-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--neon-blue);
    transition: all 0.4s ease;
    z-index: -1;
}

.app-dev-button:hover::before {
    left: 0;
}






/* Responsive Grid for Timeline Items */
.app-dev-timeline {
    display: grid;
    /* grid-template-columns: 1fr; */
    gap: 2rem;
    margin-top: 2rem;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.timeline-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: var(--neon-blue);
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.timeline-content {
    flex: 1;
}

.timeline-content h3 {
    font-size: 1.8rem;
    color: var(--neon-blue);
    margin-bottom: 0.5rem;
}

.timeline-content p {
    font-size: 1.2rem;
    color: var(--light-blue);
    line-height: 1.6;
}

/* Hover Effect */
.timeline-item:hover .timeline-number {
    background: linear-gradient(45deg, var(--primary-blue), var(--neon-blue));
    transform: scale(1.1);
    transition: 0.3s;
}

/* Responsive Design */
@media (min-width: 768px) {
    .app-dev-timeline {
        /* grid-template-columns: 1fr 1fr; */
        gap: 3rem;
    }
}





/* -----app-development.html----- */




/* New Hero Section Styles */
.app-hero {
    height: 100vh;
    background: radial-gradient(circle at center, var(--secondary-blue) 0%, var(--dark-blue) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    text-align: center;
    z-index: 2;
}

.floating-icons {
    position: absolute;
    width: 100%;
    height: 100%;
}

.floating-icons i {
    position: absolute;
    color: var(--neon-blue);
    opacity: 0.3;
    animation: float 6s infinite;
}

.floating-icons i:nth-child(1) {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}

.floating-icons i:nth-child(2) {
    top: 60%;
    left: 80%;
    animation-delay: 1s;
}

.floating-icons i:nth-child(3) {
    top: 80%;
    left: 40%;
    animation-delay: 2s;
}

.floating-icons i:nth-child(4) {
    top: 40%;
    left: 60%;
    animation-delay: 3s;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(10px, -10px) rotate(5deg);
    }

    50% {
        transform: translate(0, -20px) rotate(0deg);
    }

    75% {
        transform: translate(-10px, -10px) rotate(-5deg);
    }
}

/* Tech Showcase Enhancement */
.tech-showcase {
    margin: 6rem 0;
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
}

.tech-grid {
    margin-top: 3rem;
}

/* Enhanced CTA Section */
.app-dev-cta {
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 204, 255, 0.1));
    padding: 4rem 2rem;
    border-radius: 20px;
    margin-top: 6rem;
}

.app-dev-cta .glow-text {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.app-dev-cta .slide-in {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

/* Additional Animations */
@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(10px, -10px) rotate(5deg);
    }

    50% {
        transform: translate(0, -20px) rotate(0deg);
    }

    75% {
        transform: translate(-10px, -10px) rotate(-5deg);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .app-hero {
        padding: 2rem;
    }

    .floating-icons i {
        font-size: 2rem;
    }

    .app-dev-cta .glow-text {
        font-size: 2rem;
    }

    .app-dev-cta .slide-in {
        font-size: 1.2rem;
    }
}

/* UI/UX Design Section Styling */
.uiux-hero {
    height: 100vh;
    background: radial-gradient(circle at center, var(--secondary-blue) 0%, var(--dark-blue) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.uiux-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--dark-blue), #000);
    position: relative;
    overflow: hidden;
}

.uiux-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.uiux-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.uiux-card {
    height: 420px;
    background: transparent;
    perspective: 1000px;
    margin-bottom: 2rem;
}

.uiux-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.uiux-card:hover .uiux-card-inner {
    transform: rotateY(180deg);
}

.uiux-front,
.uiux-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.uiux-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.uiux-icon {
    font-size: 4.5rem;
    background: linear-gradient(45deg, var(--primary-blue), var(--neon-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 15px rgba(0, 204, 255, 0.5);
    margin-bottom: 1.5rem;
    animation: iconFloat 3s ease-in-out infinite;
}

.uiux-back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.uiux-back ul {
    list-style: none;
    padding: 0;
}

.uiux-back li {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    padding-left: 2rem;
}

.uiux-back li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

.uiux-back li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--neon-blue);
}

/* Design Process Styling */
.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.process-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.process-icon {
    font-size: 3rem;
    color: var(--neon-blue);
    margin-bottom: 1.5rem;
    animation: iconFloat 3s ease-in-out infinite;
}

.process-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px var(--glow-blue);
}

/* Tools Section Styling */
.tools-section {
    margin: 6rem 0;
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.tool-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.tool-item i {
    font-size: 3rem;
    color: var(--neon-blue);
    margin-bottom: 1rem;
}

.tool-item span {
    display: block;
    color: var(--light-blue);
    font-size: 1.2rem;
}

.tool-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px var(--glow-blue);
}

/* CTA Section */
.uiux-cta {
    text-align: center;
    margin-top: 6rem;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 204, 255, 0.1));
    border-radius: 20px;
}

.uiux-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    color: var(--neon-blue);
    border: 2px solid var(--neon-blue);
    border-radius: 30px;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.uiux-button:hover {
    color: white;
    box-shadow: 0 0 20px var(--neon-blue);
}

.uiux-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--neon-blue);
    transition: all 0.4s ease;
    z-index: -1;
}

.uiux-button:hover::before {
    left: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .uiux-grid {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .uiux-cta .glow-text {
        font-size: 2rem;
    }
}

/* Digital Marketing Section Styling */
.marketing-hero {
    height: 100vh;
    background: radial-gradient(circle at center, var(--secondary-blue) 0%, var(--dark-blue) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.marketing-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--dark-blue), #000);
    position: relative;
    overflow: hidden;
}

.marketing-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.marketing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.marketing-card {
    height: 420px;
    background: transparent;
    perspective: 1000px;
    margin-bottom: 2rem;
}

.marketing-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.marketing-card:hover .marketing-card-inner {
    transform: rotateY(180deg);
}

.marketing-front,
.marketing-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.marketing-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.marketing-icon {
    font-size: 4.5rem;
    background: linear-gradient(45deg, var(--primary-blue), var(--neon-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 15px rgba(0, 204, 255, 0.5);
    margin-bottom: 1.5rem;
    animation: iconFloat 3s ease-in-out infinite;
}

.marketing-back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Analytics Section */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.metric-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.metric-icon {
    font-size: 3rem;
    color: var(--neon-blue);
    margin-bottom: 1rem;
}

.metric-value {
    font-size: 3rem;
    font-weight: bold;
    color: var(--neon-blue);
    margin: 1rem 0;
    text-shadow: 0 0 10px rgba(0, 204, 255, 0.3);
}

.metric-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px var(--glow-blue);
}

/* Marketing CTA */
.marketing-cta {
    text-align: center;
    margin-top: 6rem;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 204, 255, 0.1));
    border-radius: 20px;
}

.marketing-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    color: var(--neon-blue);
    border: 2px solid var(--neon-blue);
    border-radius: 30px;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.marketing-button:hover {
    color: white;
    box-shadow: 0 0 20px var(--neon-blue);
}

.marketing-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--neon-blue);
    transition: all 0.4s ease;
    z-index: -1;
}

.marketing-button:hover::before {
    left: 0;
}

/* Process Timeline Animation */
.process-timeline {
    position: relative;
    padding: 2rem 0;
}


/* Responsive Design */
@media (max-width: 768px) {
    .marketing-grid {
        grid-template-columns: 1fr;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
    }

   

    .marketing-cta .glow-text {
        font-size: 2rem;
    }
}

/* Projects Page Styling */
.project-hero {
    height: 100vh;
    background: radial-gradient(circle at center, var(--secondary-blue) 0%, var(--dark-blue) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.projects-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--dark-blue), #000);
    position: relative;
    overflow: hidden;
}

.projects-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Project Filter */
.project-filter {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 3rem 0;
}

.filter-btn {
    padding: 0.8rem 1.5rem;
    background: transparent;
    border: 2px solid var(--neon-blue);
    color: var(--light-blue);
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
    background: var(--neon-blue);
    color: white;
    box-shadow: 0 0 15px var(--glow-blue);
}

/* Projects Grid */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.project-card {
    height: 400px;
    perspective: 1000px;
    cursor: pointer;
}

.project-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.project-card:hover .project-card-inner {
    transform: rotateY(180deg);
}

.project-front,
.project-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
}

.project-front {
    background: var(--dark-blue);
}

.project-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-front img {
    transform: scale(1.1);
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: white;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.project-overlay h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: var(--neon-blue);
    text-shadow: 0 0 10px rgba(0, 204, 255, 0.3);
}

.project-overlay p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.view-details {
    display: inline-block;
    margin-top: 1rem;
    color: var(--neon-blue);
    font-size: 0.9rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.project-card:hover .view-details {
    opacity: 1;
    transform: translateY(0);
}

.project-back {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transform: rotateY(180deg);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-content {
    width: 100%;
}

.back-content h3 {
    color: var(--neon-blue);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 10px rgba(0, 204, 255, 0.3);
}

.tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    justify-content: center;
}

.tech-stack span {
    background: rgba(0, 204, 255, 0.1);
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.9rem;
    color: var(--neon-blue);
    border: 1px solid rgba(0, 204, 255, 0.3);
}

.project-back ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: left;
}

.project-back li {
    padding: 0.5rem 0;
    color: var(--light-blue);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.project-back li i {
    color: var(--neon-blue);
    font-size: 0.9rem;
}

.project-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.project-link {
    padding: 0.8rem 1.5rem;
    background: var(--neon-blue);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.project-link:nth-child(2) {
    background: transparent;
    border: 1px solid var(--neon-blue);
    color: var(--neon-blue);
}

.project-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 20px var(--glow-blue);
}

/* Project Stats */
.project-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 5rem 0;
}

.stat-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.stat-icon {
    font-size: 3rem;
    color: var(--neon-blue);
    margin-bottom: 1rem;
}

.stat-value {
    font-size: 3rem;
    font-weight: bold;
    color: var(--neon-blue);
    margin-bottom: 0.5rem;
    text-shadow: 0 0 10px rgba(0, 204, 255, 0.3);
}

.stat-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px var(--glow-blue);
}

/* Project CTA */
.project-cta {
    text-align: center;
    margin-top: 6rem;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 204, 255, 0.1));
    border-radius: 20px;
}

.project-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    color: var(--neon-blue);
    border: 2px solid var(--neon-blue);
    border-radius: 30px;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.project-button:hover {
    color: white;
    box-shadow: 0 0 20px var(--neon-blue);
}

.project-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--neon-blue);
    transition: all 0.4s ease;
    z-index: -1;
}

.project-button:hover::before {
    left: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .project-filter {
        flex-wrap: wrap;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .project-stats {
        grid-template-columns: 1fr;
    }

    .project-cta .glow-text {
        font-size: 2rem;
    }
}

/* Contact Page Styling */
.contact-hero {
    height: 100vh;
    background: radial-gradient(circle at center, var(--secondary-blue) 0%, var(--dark-blue) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.contact-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--dark-blue), #000);
    position: relative;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Contact Info Cards */
.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.info-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px var(--glow-blue);
}

.info-card i {
    font-size: 2.5rem;
    color: var(--neon-blue);
    margin-bottom: 1.5rem;
}

.info-card h3 {
    color: var(--light-blue);
    margin-bottom: 1rem;
}

.info-card p {
    color: var(--light-blue);
    opacity: 0.8;
}

/* Contact Form */
.contact-form-container {
    background: rgba(255, 255, 255, 0.05);
    padding: 3rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 4rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.input-group {
    position: relative;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: var(--light-blue);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.input-group textarea {
    height: 150px;
    resize: none;
}

.input-group label {
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: var(--light-blue);
    opacity: 0.7;
    transition: all 0.3s ease;
    pointer-events: none;
}

.input-group input:focus~label,
.input-group input:valid~label,
.input-group textarea:focus~label,
.input-group textarea:valid~label {
    top: -0.5rem;
    left: 0.5rem;
    font-size: 0.8rem;
    background: var(--dark-blue);
    padding: 0 0.5rem;
    color: var(--neon-blue);
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: var(--neon-blue);
    box-shadow: 0 0 15px rgba(0, 204, 255, 0.3);
}

.input-group i {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: var(--neon-blue);
}

.submit-btn {
    background: var(--neon-blue);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    align-self: center;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 20px var(--glow-blue);
}




/* Social Links */
.social-links {
    text-align: center;
    margin-bottom: 4rem;
}

.social-links h3 {
    color: var(--light-blue);
    margin-bottom: 1.5rem;
}

.social-icons {
    justify-content: center;
    gap: 2.5rem;
}

.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-blue);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-icon:hover {
    background: var(--neon-blue);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 0 20px var(--glow-blue);
}

/* Map Section */
.map-section {
    margin-top: 4rem;
}

.map-container {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-hero {
        height: 90vh;
    }

    .contact-form-container {
        padding: 2rem;
    }

    .form-group {
        grid-template-columns: 1fr;
    }

    .social-icons {
        flex-wrap: wrap;
    }
}







/* Modern Variables */
:root {
    --primary-blue: #0066ff;
    --secondary-blue: #003399;
    --neon-blue: #00ccff;
    --dark-blue: #001a33;
    --light-blue: #e6f0ff;
    --glow-blue: rgba(0, 102, 255, 0.3);
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, var(--dark-blue), #000);
    color: var(--light-blue);
    line-height: 1.6;
}

/* Animation Keyframes */
@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes textGlow {
    from {
        text-shadow: 0 0 10px var(--neon-blue);
    }

    to {
        text-shadow: 0 0 20px var(--neon-blue), 0 0 30px var(--neon-blue);
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Common Components */
.glow-text {
    font-size: 3.18rem;
    font-weight: bolder;
    color: white;
    text-shadow: 0 0 10px var(--neon-blue),
        0 0 20px var(--neon-blue),
        0 0 30px var(--neon-blue);
    animation: textGlow 2s ease-in-out infinite alternate;
}

.section-title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 3rem;
    color: white;
    text-shadow: 0 0 15px rgba(0, 204, 255, 0.3);
}

.slide-in {
    font-size: 1.8rem;
    margin: 1.5rem 0;
    opacity: 0;
    animation: slideInFromRight 1s ease-out forwards;
}

/* Button Styles */
.neon-button,
.pulse-button {
    display: inline-block;
    padding: 1rem 2rem;
    margin: 0 1rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.neon-button {
    background: transparent;
    color: var(--neon-blue);
    border: 2px solid var(--neon-blue);
    box-shadow: 0 0 10px var(--neon-blue);
}

.neon-button:hover {
    background: var(--neon-blue);
    color: white;
    box-shadow: 0 0 20px var(--neon-blue);
}

.pulse-button {
    background: var(--neon-blue);
    color: white;
    border: none;
    animation: pulse 2s infinite;
    margin-top: inherit;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* Graphics & Logo Design Page Styling */
.design-hero {
    height: 100vh;
    background: radial-gradient(circle at center, var(--secondary-blue) 0%, var(--dark-blue) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.design-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--dark-blue), #000);
    position: relative;
    overflow: hidden;
}

.design-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.design-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.design-card {
    height: 420px;
    background: transparent;
    perspective: 1000px;
    margin-bottom: 2rem;
}

.design-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.design-card:hover .design-card-inner {
    transform: rotateY(180deg);
}

.design-front,
.design-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.design-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.design-icon {
    font-size: 4.5rem;
    background: linear-gradient(45deg, var(--primary-blue), var(--neon-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 15px rgba(0, 204, 255, 0.5);
    margin-bottom: 1.5rem;
    animation: iconFloat 3s ease-in-out infinite;
}

.design-back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-back ul {
    list-style: none;
    padding: 0;
}

.design-back li {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    padding-left: 2rem;
    color: var(--light-blue);
}

.design-back li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

.design-back li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--neon-blue);
}

/* Portfolio Section */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.portfolio-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
    bottom: 0;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}






/* Portfolio Section */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.3s ease;
    aspect-ratio: 16/9;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.portfolio-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.85);
    transition: all 0.3s ease;
}

.portfolio-overlay h3 {
    color: var(--neon-blue);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.portfolio-overlay p {
    color: var(--light-blue);
    font-size: 1rem;
}

.portfolio-item:hover .portfolio-overlay {
    bottom: 0;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 992px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}

/* CTA Section */
.design-cta {
    text-align: center;
    margin-top: 6rem;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 204, 255, 0.1));
    border-radius: 20px;
}

.design-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    color: var(--neon-blue);
    border: 2px solid var(--neon-blue);
    border-radius: 30px;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.design-button:hover {
    color: white;
    box-shadow: 0 0 20px var(--neon-blue);
}

.design-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--neon-blue);
    transition: all 0.4s ease;
    z-index: -1;
}

.design-button:hover::before {
    left: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .design-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .design-cta .glow-text {
        font-size: 2rem;
    }
}
















/* ----------------Totel Media quryyyyyy  --------------- */



/* Responsive Adjustments */
@media (max-width: 768px) {
    /* General adjustments for tablets and smaller screens */
    .portfolio-filter ul li a {
        font-size: 14px; /* Smaller font size for filter links */
    }

    .project-title {
        font-size: 20px; /* Adjust project title size */
    }

    .project-description {
        font-size: 14px; /* Adjust project description size */
    }

    .portfolio-grid {
        grid-template-columns: 1fr; /* Stack portfolio items */
    }

    .process-grid {
        grid-template-columns: 1fr; /* Stack process items */
    }

    .tools-grid {
        grid-template-columns: repeat(2, 1fr); /* Two columns for tools */
    }

    .uiux-grid {
        grid-template-columns: 1fr; /* Stack UI/UX items */
    }

    .marketing-grid {
        grid-template-columns: 1fr; /* Stack marketing items */
    }

    .metrics-grid {
        grid-template-columns: 1fr; /* Stack metrics items */
    }

    .design-grid {
        grid-template-columns: 1fr; /* Stack design items */
    }

    .app-dev-grid {
        grid-template-columns: 1fr; /* Stack app development items */
    }

    .contact-form-container {
        padding: 2rem; /* Adjust padding for contact form */
    }

    .form-group {
        grid-template-columns: 1fr; /* Stack form fields */
    }

    .social-icons {
        flex-wrap: wrap; /* Allow social icons to wrap */
    }

    .project-cta .glow-text {
        font-size: 2rem; /* Adjust font size for CTA */
    }

    .design-cta .glow-text {
        font-size: 2rem; /* Adjust font size for design CTA */
    }
}

@media (max-width: 576px) {
    /* Adjustments for mobile devices */
    .portfolio-grid {
        grid-template-columns: 1fr; /* Stack portfolio items on small screens */
    }

    .project-stats {
        grid-template-columns: 1fr; /* Stack project stats */
    }

    .contact-info {
        grid-template-columns: 1fr; /* Stack contact info cards */
    }

    .app-dev-timeline {
        grid-template-columns: 1fr; /* Stack app development timeline */
    }

    .portfolio-card {
        margin-bottom: 20px; /* Adjust margin for portfolio cards */
    }

    .project-link {
        font-size: 0.9rem; /* Smaller font size for project links */
    }

    .input-group input,
    .input-group textarea {
        font-size: 0.9rem; /* Smaller font size for inputs */
    }

    .submit-btn {
        font-size: 1rem; /* Adjust button font size */
    }
}





