.elementor-7 .elementor-element.elementor-element-bbe88a4{--display:flex;}.elementor-7 .elementor-element.elementor-element-d5a8947{--display:flex;}/* Start custom CSS */:root {
    --primary-color: #2563eb;
    --secondary-color: #1e40af;
    --accent-color: #f59e0b;
    --text-color: #334155;
    --light-bg: #f8fafc;
    --border-color: #e2e8f0;
    --success-color: #10b981;
    --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --hover-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: #fff;
}

.container {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Header Styles */
header {
    background-color: var(--primary-color);
    color: white;
    padding: 15px 0;
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 4px solid var(--accent-color);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.logo-link:hover {
    transform: scale(1.02);
}

.logo-img {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.logo-img:hover {
    transform: scale(1.05);
}

.logo-text {
    color: white;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 35px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
}

nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--accent-color);
    transition: width 0.3s ease;
}

nav ul li a:hover::after {
    width: 100%;
}

/* Hero Section */
.hero {
    padding: 120px 0;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.4;
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, var(--light-bg), transparent);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 56px;
    margin-bottom: 15px;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.hero-content h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.hero-content p {
    font-size: 22px;
    max-width: 800px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    text-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.contact-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;
}

.contact-item {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 12px 25px;
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.25);
}

.contact-item i {
    margin-right: 12px;
    color: white;
    font-size: 20px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.contact-item a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* Section Styles */
section {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 70px;
}

.section-title h2 {
    font-size: 48px;
    color: var(--secondary-color);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    border-radius: 3px;
}

/* About Section */
.about {
    background-color: var(--light-bg);
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    margin-bottom: 50px;
}

.about-image {
    flex: 0 0 35%;
    max-width: 350px;
    text-align: center;
}

.about-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 15px;
    box-shadow: var(--hover-shadow);
    transition: transform 0.5s ease;
}

.about-image img:hover {
    transform: scale(1.03);
}

.about-text {
    flex: 1;
    min-width: 300px;
}

.about-text h3 {
    font-size: 36px;
    margin-bottom: 25px;
    color: var(--secondary-color);
    font-weight: 600;
}

.about-text p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.8;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.skill-card {
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    border-top: 4px solid var(--primary-color);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.skill-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.skill-card:hover::before {
    transform: scaleX(1);
}

.skill-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--hover-shadow);
    border-top-color: transparent;
}

.skill-card i {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.skill-card:hover i {
    color: var(--accent-color);
    transform: scale(1.1);
}

.skill-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--secondary-color);
    font-weight: 600;
    transition: all 0.3s ease;
}

.skill-card:hover h4 {
    color: var(--primary-color);
}

.skill-card p {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.6;
    transition: all 0.3s ease;
}

.skill-card:hover p {
    color: var(--secondary-color);
}

/* Expertise Section */
.expertise {
    background-color: white;
}

.expertise-content {
    max-width: 1000px;
    margin: 0 auto;
}

.expertise-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.tab-button {
    background-color: var(--light-bg);
    border: none;
    padding: 12px 30px;
    margin: 0 10px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-button.active {
    background-color: var(--primary-color);
    color: white;
}

.tab-button:hover {
    background-color: var(--primary-color);
    color: white;
}

.tab-content {
    background-color: var(--light-bg);
    border-radius: 15px;
    padding: 40px;
    box-shadow: var(--shadow);
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.expertise-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--secondary-color);
    font-weight: 600;
}

.expertise-text p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.expertise-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.expertise-item {
    display: flex;
    align-items: flex-start;
}

.expertise-item i {
    color: var(--primary-color);
    margin-right: 15px;
    margin-top: 3px;
}

.expertise-item span {
    font-size: 16px;
    line-height: 1.6;
}

/* Experience Section */
.experience {
    background-color: var(--light-bg);
}

.experience-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.experience-content p {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.experience-highlight {
    background: linear-gradient(135deg, white 0%, var(--light-bg) 100%);
    padding: 40px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    border-left: 5px solid var(--accent-color);
}

.experience-highlight h3 {
    font-size: 28px;
    color: var(--secondary-color);
    margin-bottom: 30px;
    font-weight: 600;
}

.experience-stats {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: var(--shadow);
    min-width: 180px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--hover-shadow);
}

.stat-item .number {
    font-size: 48px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.stat-item .label {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 500;
}

/* Projects Section */
.projects {
    background-color: white;
}

.project-filters {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.filter-button {
    background-color: var(--light-bg);
    border: none;
    padding: 10px 25px;
    margin: 0 10px 10px 0;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-button.active {
    background-color: var(--primary-color);
    color: white;
}

.filter-button:hover {
    background-color: var(--primary-color);
    color: white;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}

.project-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    border-top: 5px solid var(--primary-color);
    height: 100%;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--hover-shadow);
}

.project-image {
    height: 250px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-content {
    padding: 30px;
}

.project-type {
    display: inline-block;
    background-color: var(--light-bg);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.project-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: var(--secondary-color);
    font-weight: 600;
}

.project-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
}

.project-link {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.project-link i {
    margin-right: 8px;
    color: var(--accent-color);
    transition: all 0.3s ease;
}

.project-link:hover {
    color: var(--secondary-color);
}

.project-link:hover i {
    transform: translateX(3px);
}

.project-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 25px;
}

.project-images img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
}

.project-images img:hover {
    transform: scale(1.05);
    box-shadow: var(--hover-shadow);
}

/* Strategy Section */
.strategy {
    background-color: var(--light-bg);
}

.strategy-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.strategy-content p {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.strategy-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.strategy-card {
    background-color: white;
    padding: 35px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    height: 100%;
    transition: all 0.3s ease;
    border-left: 5px solid var(--accent-color);
}

.strategy-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--hover-shadow);
}

.strategy-card i {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.strategy-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--secondary-color);
    font-weight: 600;
}

.strategy-card p {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.7;
}

/* Tools Section */
.tools {
    background-color: white;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
}

.tool-item {
    background-color: var(--light-bg);
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: all 0.3s ease;
    border-bottom: 4px solid var(--primary-color);
}

.tool-item:hover {
    transform: translateY(-10px);
    box-shadow: var(--hover-shadow);
}

.tool-item i {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.tool-item h3 {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 600;
}

/* Contact Section */
.contact {
    background-color: var(--light-bg);
}

.contact-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.contact-content p {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.contact-info-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.contact-info-item {
    background: linear-gradient(135deg, white 0%, var(--light-bg) 100%);
    padding: 35px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    width: 320px;
    transition: all 0.3s ease;
    border-bottom: 5px solid var(--primary-color);
}

.contact-info-item:hover {
    transform: translateY(-10px);
    box-shadow: var(--hover-shadow);
}

.contact-info-item i {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.contact-info-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--secondary-color);
    font-weight: 600;
}

.contact-info-item p {
    font-size: 16px;
    color: var(--text-color);
    word-wrap: break-word;
    line-height: 1.6;
}

.contact-info-item a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.contact-info-item a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--accent-color);
    transition: width 0.3s ease;
}

.contact-info-item a:hover::after {
    width: 100%;
}

/* Footer */
footer {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: white;
    text-align: center;
    padding: 40px 0;
    border-top: 5px solid var(--accent-color);
}

footer p {
    font-size: 18px;
    font-weight: 500;
}

/* Modal for images */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
    max-height: 80%;
    margin-top: 5%;
    border-radius: 10px;
    box-shadow: var(--hover-shadow);
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close:hover {
    color: var(--accent-color);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .hero-content h1 {
        font-size: 48px;
    }
    
    .hero-content h2 {
        font-size: 28px;
    }
    
    .section-title h2 {
        font-size: 42px;
    }
    
    .projects-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 960px;
        padding: 0 20px;
    }
    
    .hero-content h1 {
        font-size: 42px;
    }
    
    .hero-content h2 {
        font-size: 24px;
    }
    
    .hero-content p {
        font-size: 20px;
    }
    
    .section-title h2 {
        font-size: 38px;
    }
    
    .about-text h3 {
        font-size: 32px;
    }
    
    .about-text p {
        font-size: 17px;
    }
    
    .experience-content p {
        font-size: 18px;
    }
    
    .experience-highlight h3 {
        font-size: 24px;
    }
    
    .stat-item .number {
        font-size: 42px;
    }
    
    .project-content h3 {
        font-size: 24px;
    }
    
    .strategy-content p {
        font-size: 18px;
    }
    
    .strategy-card h3 {
        font-size: 22px;
    }
    
    .contact-content p {
        font-size: 18px;
    }
    
    .contact-info-item {
        width: 300px;
    }
    
    .expertise-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        text-align: center;
        padding: 15px 0;
    }
    
    .logo-link {
        flex-direction: column;
        margin-bottom: 15px;
    }
    
    .logo-img {
        height: 50px;
        width: 50px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .logo-text {
        font-size: 22px;
    }
    
    nav ul {
        justify-content: center;
        margin-top: 10px;
        flex-wrap: wrap;
    }
    
    nav ul li {
        margin: 5px 12px;
    }
    
    nav ul li a {
        font-size: 16px;
    }
    
    .hero {
        padding: 80px 0;
    }
    
    .hero-content h1 {
        font-size: 36px;
        line-height: 1.2;
    }
    
    .hero-content h2 {
        font-size: 22px;
    }
    
    .hero-content p {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .contact-info {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .contact-item {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    section {
        padding: 60px 0;
    }
    
    .section-title {
        margin-bottom: 40px;
    }
    
    .section-title h2 {
        font-size: 32px;
    }
    
    .about-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .skills-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .project-image {
        height: 220px;
    }
    
    .strategy-cards {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .tools-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .contact-info-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .contact-info-item {
        width: 100%;
        max-width: 300px;
    }
    
    .experience-stats {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .stat-item {
        margin-bottom: 10px;
        width: 100%;
        max-width: 250px;
    }
    
    .tab-button {
        margin: 0 5px 10px 0;
        font-size: 14px;
        padding: 8px 20px;
    }
}

@media (max-width: 576px) {
    .container {
        width: 90%;
        padding: 0 15px;
    }
    
    .logo-img {
        height: 45px;
        width: 45px;
    }
    
    .logo-text {
        font-size: 20px;
    }
    
    nav ul li {
        margin: 3px 8px;
    }
    
    nav ul li a {
        font-size: 14px;
    }
    
    .hero {
        padding: 60px 0;
    }
    
    .hero-content h1 {
        font-size: 30px;
    }
    
    .hero-content h2 {
        font-size: 20px;
    }
    
    .hero-content p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .section-title h2 {
        font-size: 28px;
    }
    
    .section-title h2::after {
        width: 80px;
    }
    
    .about-text h3 {
        font-size: 28px;
    }
    
    .about-text p {
        font-size: 16px;
    }
    
    .skill-card {
        padding: 20px;
    }
    
    .skill-card h4 {
        font-size: 20px;
    }
    
    .skill-card p {
        font-size: 15px;
    }
    
    .experience-content p {
        font-size: 16px;
    }
    
    .experience-highlight {
        padding: 25px;
    }
    
    .experience-highlight h3 {
        font-size: 22px;
    }
    
    .stat-item .number {
        font-size: 36px;
    }
    
    .stat-item .label {
        font-size: 16px;
    }
    
    .project-content {
        padding: 20px;
    }
    
    .project-content h3 {
        font-size: 22px;
    }
    
    .project-content p {
        font-size: 15px;
    }
    
    .project-link {
        font-size: 15px;
    }
    
    .project-images {
        grid-template-columns: 1fr;
    }
    
    .project-images img {
        height: 180px;
    }
    
    .strategy-card {
        padding: 25px;
    }
    
    .strategy-card h3 {
        font-size: 20px;
    }
    
    .strategy-card p {
        font-size: 15px;
    }
    
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tool-item {
        padding: 20px;
    }
    
    .tool-item h3 {
        font-size: 18px;
    }
    
    .contact-info-item {
        padding: 25px;
    }
    
    .contact-info-item h3 {
        font-size: 20px;
    }
    
    .contact-info-item p {
        font-size: 15px;
    }
    
    footer p {
        font-size: 16px;
    }
    
    /* Mobile-specific optimizations */
    .header-container {
        padding: 15px 0;
    }
    
    .hero {
        background-attachment: scroll;
    }
    
    .hero::before {
        background-size: 150px 150px;
    }
    
    .contact-item {
        padding: 10px 20px;
    }
    
    .contact-item i {
        font-size: 18px;
    }
    
    .contact-item a {
        font-size: 14px;
    }
    
    .project-card {
        border-radius: 12px;
    }
    
    .skill-card, .strategy-card, .contact-info-item {
        border-radius: 12px;
    }
    
    .stat-item {
        padding: 15px;
        border-radius: 10px;
    }
    
    .tool-item {
        padding: 15px;
        border-radius: 10px;
    }
    
    .section-title {
        margin-bottom: 30px;
    }
    
    section {
        padding: 50px 0;
    }
    
    .expertise-tabs {
        flex-direction: column;
        align-items: center;
    }
    
    .tab-button {
        width: 100%;
        max-width: 200px;
        margin: 0 0 10px 0;
    }
}

/* Additional mobile touch optimizations */
@media (hover: none) {
    .project-card:hover,
    .skill-card:hover,
    .strategy-card:hover,
    .tool-item:hover,
    .contact-info-item:hover,
    .contact-item:hover,
    .stat-item:hover,
    .tab-button:hover {
        transform: none;
    }
    
    .project-link:hover i,
    .contact-info-item a:hover::after {
        transform: none;
    }
}

/* iPhone X and similar optimizations */
@media (max-width: 414px) {
    .hero-content h1 {
        font-size: 28px;
    }
    
    .hero-content h2 {
        font-size: 18px;
    }
    
    .section-title h2 {
        font-size: 26px;
    }
    
    .about-text h3 {
        font-size: 26px;
    }
    
    .project-content h3 {
        font-size: 20px;
    }
    
    .strategy-card h3 {
        font-size: 18px;
    }
    
    .contact-info-item h3 {
        font-size: 18px;
    }
    
    .tools-grid {
        grid-template-columns: 1fr;
    }
}

/* Full width adjustments */
body.elementor-page-7 .elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
}

body.elementor-page-7 .elementor-column {
    max-width: 100% !important;
}

/* Ensure full width for all sections */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}

/* Remove default padding */
.elementor-section-boxed .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Full width for HTML widget */
.elementor-widget-html {
    width: 100% !important;
    max-width: 100% !important;
}

/* Force full width for all elements */
html, body {
    overflow-x: hidden;
}

.elementor-section-full_width > .elementor-container {
    max-width: 100% !important;
}

.elementor-section-stretched {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

/* Make sure sections don't have horizontal scroll */
.elementor-section {
    min-width: 100%;
}

/* Remove any extra margins */
.elementor-top-section {
    margin: 0 !important;
}/* End custom CSS */