.elementor-546 .elementor-element.elementor-element-4dc1b10{--display:flex;}.elementor-546 .elementor-element.elementor-element-4dc1b10.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-546 .elementor-element.elementor-element-c11ff4b{--display:flex;}.elementor-546 .elementor-element.elementor-element-90e9fb4{--display:flex;}@media(min-width:768px){.elementor-546 .elementor-element.elementor-element-4dc1b10{--width:128.105%;}}/* Start custom CSS for html, class: .elementor-element-bf54275 */:root {
    --primary-blue: #7eceff;
    --primary-blue-dark: #4a94e9;
    --blue-gradient: linear-gradient(45deg, var(--primary-blue), var(--primary-blue-dark));
    --text-dark: #000000;
    --text-light: #555;
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
    --border-radius: 16px;
}

/* General Styles */
body {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9fbff;
    overflow-x: hidden;
    text-align: center;
}

/* Hero Section */
.hero-section {
    background-color: white;
    padding: 100px 20px 80px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.bg-shape {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.shape-1 {
    width: 500px;
    height: 500px;
    background: rgba(126, 206, 255, 0.05);
    top: -150px;
    right: -100px;
}

.shape-2 {
    width: 300px;
    height: 300px;
    background: rgba(126, 206, 255, 0.07);
    bottom: -80px;
    left: -80px;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(126, 206, 255, 0.1);
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 25px;
}

.hero-badge i {
    color: var(--primary-blue);
    font-size: 18px;
}

.hero-badge span {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

.hero-title span {
    color: var(--primary-blue);
    display: inline-block;
    position: relative;
}

.hero-divider {
    width: 80px;
    height: 3px;
    background: var(--blue-gradient);
    margin: 0 auto 30px;
    border-radius: 2px;
}

.hero-description {
    font-size: 1.1rem;
    max-width: 900px;
    margin: 0 auto 20px;
    color: var(--text-light);
    line-height: 1.7;
    text-align: center;
}

.hero-description strong {
    color: var(--text-dark);
}

/* Clinical Studies Grid */
.studies-section {
    padding: 80px 20px;
    background-color: #f9fbff;
    text-align: center;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--text-dark);
    text-align: center;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.studies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.study-card {
    background-color: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 2px solid rgba(126, 206, 255, 0.1);
    text-align: left;
}

.study-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(126, 206, 255, 0.15);
    border-color: var(--primary-blue);
}

.card-header {
    background: var(--blue-gradient);
    padding: 25px;
    color: white;
    position: relative;
    text-align: center;
}

.institution-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.study-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding-right: 30px;
    text-align: center;
}

.card-body {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.authors {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--text-light);
    font-size: 0.9rem;
    text-align: left;
}

.authors i {
    color: var(--primary-blue);
    flex-shrink: 0;
}

.conclusion {
    background: rgba(126, 206, 255, 0.05);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    border-left: 3px solid var(--primary-blue);
    text-align: left;
}

.conclusion-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-blue-dark);
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 0.9rem;
    text-align: left;
}

.conclusion p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--text-dark);
    line-height: 1.5;
    text-align: left;
}

.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--blue-gradient);
    color: white;
    padding: 14px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    box-shadow: 0 8px 15px rgba(126, 206, 255, 0.2);
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    width: 100%;
    text-align: center;
}

.download-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(126, 206, 255, 0.3);
}

.download-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.download-btn:hover i {
    transform: translateY(-3px);
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    animation: fadeIn 1s forwards;
}

.slide-up {
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

/* Card hover effects */
.pulse {
    animation: pulse 2s infinite;
}

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

/* Responsive Design */
@media (max-width: 1100px) {
    .studies-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 20px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .studies-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
}/* End custom CSS */