html,
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #6c4be6;
    border-radius: 10px;
    border: 2px solid #000;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #7d5af0;
}

::-webkit-scrollbar-corner {
    background: #000;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #6c4be6 #000;
}

/* Premium gradient & glow */
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6c4be6 0%, #5635d1 100%);
    border-radius: 10px;
    border: 2px solid #000;
    box-shadow: 0 0 8px rgba(108, 75, 230, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #7d5af0 0%, #6c4be6 100%);
    box-shadow: 0 0 12px rgba(108, 75, 230, 0.8);
}

.alain-btn svg {
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
}

.alain-btn:hover svg {
    transform: rotateZ(45deg);
}

.alain-nav-link.active {
    color: #5b3fe0;
    font-weight: 700;
}

.partner-logo-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 26px rgba(0, 0, 0, 0.09);
    width: 472px;
    max-width: 100%;
    height: 118px;
    padding: 20px 34px;
}

footer a {
    color: #d4d4d9;
    font-size: 17px;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
}

footer a:hover {
    color: #5b3fe0;
}

html,
body {
    margin: 0;
    padding: 0;
}

#alain-hero,
#alain-hero * {
    font-family: 'Helvetica Neue', 'Arimo', Arial, sans-serif;
}

#alain-about,
#alain-about * {
    font-family: 'Helvetica Neue', 'Arimo', Arial, sans-serif;
}

.alain-arabic {
    font-family: 'Noto Kufi Arabic', 'Arimo', sans-serif;
}

.alain-section-title {
    color: #232328;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -0.5px;
    margin: 0 0 40px;
}

.alain-nav-link {
    color: #20232a;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    transition: color .15s;
}

.alain-nav-link:hover {
    color: #5b3fe0;
}

.alain-btn {
    transition: transform .15s ease;
}

.alain-btn:hover {
    transform: translateY(-2px);
}

.alain-attend-card {
    background: #f4f2fb;
    border-radius: 18px;
    color: #232328;
    transition: background .2s ease, color .2s ease;
    cursor: default;
}

.alain-attend-card:hover {
    background: #7052e8;
    color: #fff;
}

.alain-attend-card .alain-icon {
    color: #6c4be6;
    transition: color .2s ease;
}

.alain-attend-card:hover .alain-icon {
    color: #fff;
}

.alain-obj-card {
    position: relative;
    background: #fff;
    border: 1px solid #e9e8ef;
    border-radius: 16px;
    overflow: hidden;
}

.alain-obj-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 55% 95% at 88% 45%, rgba(122, 82, 235, 0.4), rgba(122, 82, 235, 0.12) 45%, transparent 68%);
    filter: blur(10px);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.alain-obj-card:hover::after {
    opacity: 1;
}

#alain-partners,
#alain-partners * {
    font-family: 'Helvetica Neue', 'Arimo', Arial, sans-serif;
}

.alain-input {
    border: 1px solid #d9d9de;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    color: #232328;
    width: 100%;
    outline: none;
    transition: border-color .15s;
    background: #fff;
}

.alain-input:focus {
    border-color: #6c4be6;
}

.alain-input::placeholder {
    color: #9a9aa2;
}

#alain-about,
#alain-about * {
    font-family: 'Helvetica Neue', 'Arimo', Arial, sans-serif;
}

#alain-agenda,
#alain-agenda * {
    font-family: 'Helvetica Neue', 'Arimo', Arial, sans-serif;
}

#alain-contact,
#alain-contact * {
    font-family: 'Helvetica Neue', 'Arimo', Arial, sans-serif;
}

.alain-input {
    border: 1px solid #d9d9de;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    color: #232328;
    width: 100%;
    outline: none;
    transition: border-color .15s;
    background: #fff;
}

.alain-input:focus {
    border-color: #6c4be6;
}

.alain-input::placeholder {
    color: #9a9aa2;
}

#alain-register,
#alain-register * {
    font-family: 'Helvetica Neue', 'Arimo', Arial, sans-serif;
}

.alain-input {
    border: 1px solid #d9d9de;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    color: #232328;
    width: 100%;
    outline: none;
    transition: border-color .15s;
    background: #fff;
}

.alain-input:focus {
    border-color: #6c4be6;
}

.alain-input::placeholder {
    color: #9a9aa2;
}

select.alain-input {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23232328' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-size: 22px 22px;
    background-position: right 16px center;
    background-repeat: no-repeat;
    padding-right: 44px;
    color: #9a9aa2;
    min-height: 48px;
    line-height: 1.4;
}

.inner-banner {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 48px 48px;
    height: 415px;
    background: #1c1c1c;
}

.inner-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006b;
    content: ' ';
    z-index: 1;
}

.inner-banner-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 50%;
}

.inner-banner-heading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    padding: 0 40px;
    z-index: 5;
}

.banner-heading {
    color: #fff;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: -0.5px;
    margin: 0;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .3);
}

.section-heading {
    color: #1d1d22;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: -1px;
    margin: 0 0 52px;
}

.section-padd {
    padding: 100px 40px 100px;
}

/* Wrapper */

.workshop-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Item */

.workshop-item {
    position: relative;
}

/* Purple Side Bar */

.workshop-bar {
    position: absolute;
    top: 6px;
    bottom: 6px;
    width: 22px;
    background: #6c4be6;
    border-radius: 14px;
}

.workshop-left .workshop-bar {
    left: 0;
}

.workshop-right .workshop-bar {
    right: 0;
}

/* Card */

.workshop-card {
    position: relative;
    background: #f6f4fd;
    border-radius: 20px;
    padding: 44px 50px;
}

.workshop-left .workshop-card {
    margin-left: 10px;
}

.workshop-right .workshop-card {
    margin-right: 10px;
}

/* Heading */

.workshop-card h3 {
    color: #232328;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px;
}

/* Paragraph */

.workshop-card p {
    color: #33333a;
    font-size: 17.5px;
    line-height: 1.6;
    max-width: 1120px;
}

.workshop-card p:not(:last-of-type) {
    margin-bottom: 14px;
}

.workshop-card p:last-of-type {
    margin-bottom: 30px;
}

/* Button */

.site-button {
    background: #2b2b2e;
    border-radius: 60px;
    padding: 10px 10px 10px 30px;
    min-width: 250px;
    font-weight: bold;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    color: #fff;
    gap: 18px;
}

.site-button .site-button-icon {
    color: #fff;
    background-color: #6c4be6;
    font-size: 20px;
    font-weight: 600;
}

.site-button-icon {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    flex-shrink: 0;
}

.site-button:hover .site-button-icon {
    transform: rotateZ(45deg);
}

.site-button-white {
    background: #fff;
    border-radius: 60px;
    padding: 10px 10px 10px 30px;
    min-width: 250px;
    font-weight: bold;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    color: #2b2b2e;
    gap: 18px;
}

.site-button-white .site-button-white-icon {
    color: #fff;
    background-color: #6c4be6;
    font-size: 20px;
    font-weight: 600;
}

.site-button-white-icon {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    flex-shrink: 0;
}

.site-button-white:hover .site-button-white-icon {
    transform: rotateZ(45deg);
}

/* Responsive */

@media (max-width: 767px) {

    .workshop-card {
        padding: 30px 25px;
    }

    .workshop-card h3 {
        font-size: 24px;
    }

    .workshop-card p {
        font-size: 16px;
    }

    .site-button {
        min-width: 100%;
    }
}

/* Section */

.about-intro-section {
    background: #fff;
}

/* Container */

.about-intro-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 88px 40px 100px;
}

/* Main Heading */

.about-intro-heading {
    color: #1d1d22;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -1px;
    max-width: 960px;
    margin: 0 0 90px;
}

/* Lead Paragraph */

.about-intro-lead {
    color: #1d1d22;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    max-width: 460px;
    margin: 0 0 34px;
}

/* Body Text */

.about-intro-text {
    color: #4a4a52;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 500px;
    margin: 0 0 34px;
}

/* Image */

.about-intro-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

/* Bottom Section */

.about-intro-bottom {
    margin-top: 96px;
}

/* Bottom Heading */

.about-intro-subheading {
    color: #1d1d22;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.5px;
    max-width: 1180px;
    margin: 0 0 34px;
}

/* Bottom Text */

.about-intro-bottom-text {
    color: #4a4a52;
    font-size: 16.5px;
    line-height: 1.75;
    margin: 0;
}

/* Responsive */

@media (max-width: 1199px) {

    .about-intro-heading {
        font-size: 52px;
        margin-bottom: 70px;
    }

    .about-intro-subheading {
        font-size: 36px;
    }

    .about-intro-image {
        height: 450px;
    }
}

@media (max-width: 991px) {

    .about-intro-container {
        padding: 70px 30px;
    }

    .about-intro-heading {
        font-size: 44px;
        margin-bottom: 50px;
    }

    .about-intro-lead {
        max-width: 100%;
    }

    .about-intro-text {
        max-width: 100%;
    }

    .about-intro-image {
        margin-top: 40px;
        height: 400px;
    }

    .about-intro-bottom {
        margin-top: 70px;
    }

    .about-intro-subheading {
        font-size: 32px;
    }
}

@media (max-width: 767px) {

    .about-intro-container {
        padding: 50px 20px 60px;
    }

    .about-intro-heading {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .about-intro-lead {
        font-size: 20px;
    }

    .about-intro-text,
    .about-intro-bottom-text {
        font-size: 15px;
    }

    .about-intro-subheading {
        font-size: 28px;
        line-height: 1.35;
    }

    .about-intro-image {
        height: 300px;
        border-radius: 18px;
    }

    .about-intro-bottom {
        margin-top: 50px;
    }
}

/* Footer */

.footer-section {
    position: relative;
    background: #161616;
    overflow: hidden;
}

/* Background */

.footer-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44%;
    background-image: url('../uploads/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: .18;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 55%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 55%);
}

.footer-accent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6px;
}

/* Container */

.footer-container {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    padding: 70px 40px 40px;
}

/* Logo */

.footer-logo-wrapper {
    gap: 14px;
    margin-bottom: 38px;
}

.footer-logo-text {
    line-height: 1.3;
}

.footer-logo {
    height: 42px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.footer-divider {
    width: 2px;
    height: 36px;
    background: #8f8f96;
    border-radius: 2px;
}

/* Titles */

.footer-title,
.footer-links-title {
    color: #fff;
    font-weight: 600;
}

.footer-title {
    font-size: 21px;
    margin: 0 0 22px;
}

.footer-links-title {
    font-size: 19px;
    margin: 0 0 30px;
}

/* Description */

.footer-description {
    color: #c4c4c9;
    font-size: 16px;
    line-height: 1.65;
    max-width: 440px;
    margin: 0 0 40px;
}

/* Social */

.footer-social {
    gap: 26px;
    margin-bottom: 56px;
}

.footer-social-link {
    color: #e6e6ea;
    display: inline-flex;
    transition: .3s;
    text-decoration: none;
}

.footer-social-link:hover {
    color: #6c4be6;
    transform: translateY(-2px);
}

/* Location */

.footer-location {
    gap: 12px;
}

.footer-location-icon {
    display: inline-flex;
    color: #7c5cf0;
}

.footer-location-text {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

/* Links */

.footer-links {
    gap: 24px;
}

.footer-links a {
    color: #cfcfd5;
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 6px;
}

/* Copyright */

.footer-copyright {
    color: #e9e9ee;
    font-size: 17px;
}

/* Responsive */

@media (max-width:991px) {

    .footer-bg-image {
        width: 100%;
        opacity: .08;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .footer-container {
        padding: 60px 25px 35px;
    }

    .footer-social {
        margin-bottom: 40px;
    }

    .footer-copyright {
        display: block;
        margin-top: 25px;
    }
}

@media (max-width:767px) {

    .footer-container {
        padding: 50px 20px 30px;
    }

    .footer-logo {
        height: 36px;
    }

    .footer-title,
    .footer-links-title {
        font-size: 20px;
    }

    .footer-location-text,
    .footer-copyright {
        font-size: 15px;
    }

    .footer-social {
        gap: 18px;
    }
}

/* Hero */

.alain-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #1e2a1c;
}

/* Background */

.alain-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://testing.smartwebagency.co.uk/demo/ded-al-ain-wp/wp-content/uploads/2026/07/ded-banner-scaled.jpg');
    background-size: cover;
    background-position: center;
}

/* Overlay */

.alain-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(20, 26, 18, .35) 0%,
            rgba(20, 26, 18, .15) 40%,
            rgba(20, 26, 18, .55) 100%);
}

/* Content */

.alain-hero-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 64px;
    padding: 0 40px;
    z-index: 15;
}

.alain-hero-container {
    max-width: 1360px;
    margin: 0 auto;
}

/* Heading */

.alain-hero-title {
    color: #fff;
    font-size: 78px;
    font-weight: 800;
    line-height: .98;
    letter-spacing: -1px;
    margin: 0 0 22px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}

/* Paragraph */

.alain-hero-text {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    /* max-width: 700px; */
    line-height: 1.45;
    margin: 0 0 40px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .4);
}

/* Buttons */

.alain-hero-buttons {
    gap: 22px;
}

.alain-hero-btn {
    background: #fff;
    border-radius: 60px;
    padding: 12px 12px 12px 34px;
    min-width: 250px;
    gap: 24px;
}

.alain-hero-btn span:first-child {
    color: #141414;
    font-size: 21px;
    font-weight: 700;
}

.alain-hero-btn-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #6c4be6;
    flex-shrink: 0;
}

/* Countdown */

.alain-countdown {
    gap: 12px;
}

.alain-count-box {
    width: 74px;
    height: 70px;
    border: 1.5px solid rgba(255, 255, 255, .85);
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(2px);
}

.alain-count-box span {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
}

.alain-count-label {
    margin-top: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Responsive */

@media (max-width:991px) {

    .alain-hero-content {
        position: relative;
        bottom: auto;
        padding: 140px 30px 60px;
    }

    .alain-hero-title {
        font-size: 58px;
    }

    .alain-countdown {
        margin-top: 50px;
    }
}

@media (max-width:767px) {

    .alain-hero-content {
        padding: 120px 20px 40px;
    }

    .alain-hero-title {
        font-size: 42px;
        line-height: 1.05;
    }

    .alain-hero-text {
        font-size: 17px;
    }

    .alain-hero-btn {
        width: 100%;
        min-width: 100%;
    }

    .alain-countdown {
        flex-wrap: wrap;
        justify-content: center;
    }

    .alain-count-box {
        width: 65px;
        height: 62px;
    }

    .alain-count-box span {
        font-size: 28px;
    }
}

/* Section */

.about-dark-section {
    position: relative;
    background: #262626;
    overflow: hidden;
}

/* Background Pattern */

.about-dark-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(115deg,
            rgba(255, 255, 255, .025) 0,
            rgba(255, 255, 255, .025) 2px,
            transparent 2px,
            transparent 90px);
    /* background: url('https://testing.smartwebagency.co.uk/demo/ded-al-ain-wp/wp-content/uploads/2026/07/ded-bg-pattern-4.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

/* Container */

.about-dark-container {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    padding: 96px 40px 110px;
}

/* Heading */

.about-dark-heading {
    color: #fff;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.5px;
    max-width: 900px;
    margin: 0 0 90px;
}

/* Lead */

.about-dark-lead {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.45;
    max-width: 460px;
    margin: 0 0 34px;
}

/* Paragraph */

.about-dark-text {
    color: #c9c9c9;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 480px;
    margin: 0 0 60px;
}

/* Image */

.about-dark-image {
    width: 100%;
    height: 565px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

/* Button */

.about-dark-btn {
    background: #fff;
    border-radius: 60px;
    padding: 10px 10px 10px 32px;
    min-width: 250px;
    gap: 24px;
}

.about-dark-btn span:first-child {
    color: #141414;
    font-size: 20px;
    font-weight: 600;
}

.about-dark-btn-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #6c4be6;
    flex-shrink: 0;
}

/* Responsive */

@media (max-width:1199px) {

    .about-dark-heading {
        font-size: 48px;
    }

    .about-dark-image {
        height: 480px;
    }
}

@media (max-width:991px) {

    .about-dark-container {
        padding: 70px 30px;
    }

    .about-dark-heading {
        font-size: 42px;
        margin-bottom: 55px;
    }

    .about-dark-image {
        height: 400px;
        margin-top: 20px;
    }
}

@media (max-width:767px) {

    .about-dark-container {
        padding: 55px 20px;
    }

    .about-dark-heading {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .about-dark-lead {
        font-size: 20px;
    }

    .about-dark-text {
        font-size: 15px;
        margin-bottom: 35px;
    }

    .about-dark-btn {
        width: 100%;
        min-width: 100%;
    }

    .about-dark-image {
        height: 300px;
        border-radius: 18px;
    }
}

/* ==========================
   Who Will Attend
========================== */

.who-attend-section {
    background: #fff;
}

.who-attend-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 90px 40px 100px;
}

/* Intro */

.who-attend-intro {
    color: #1d1d22;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.2px;
    /* max-width: 1180px; */
    margin: 60px 0 0px;
}

/* Heading */

.who-attend-heading {
    color: #232328;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0 0 44px;
}

/* Cards */

.who-attend-card {
    height: 176px;
    padding: 18px;
    gap: 18px;
}

.who-attend-card-text {
    font-size: 15px;
    line-height: 1.4;
    max-width: 180px;
}

/* Responsive */

@media (max-width:1199px) {

    .who-attend-intro {
        font-size: 28px;
    }

    .who-attend-heading {
        font-size: 48px;
    }

}

@media (max-width:991px) {

    .who-attend-container {
        padding: 70px 30px;
    }

    .who-attend-intro {
        font-size: 24px;
        margin-bottom: 55px;
    }

    .who-attend-heading {
        font-size: 40px;
    }

}

@media (max-width:767px) {

    .who-attend-container {
        padding: 55px 20px;
    }

    .who-attend-intro {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .who-attend-heading {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .who-attend-card {
        height: 160px;
        padding: 16px;
        gap: 14px;
    }

    .who-attend-card-text {
        font-size: 14px;
        max-width: 150px;
    }

    .alain-icon svg {
        width: 42px;
        height: 42px;
    }

}

/* ==========================
   Forum Objectives
========================== */

.forum-objectives-section {
    background: #fff;
}

.forum-objectives-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 80px 40px 80px;
}

/* Heading */

.forum-objectives-heading {
    color: #232328;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0 0 44px;
}

/* Card */

.forum-objective-card {
    min-height: 253px;
    padding: 24px 22px;
}

/* Icon */

.forum-objective-icon {
    display: inline-flex;
    color: #6c4be6;
}

/* Text */

.forum-objective-text {
    margin: 0 0 0;
    padding-top: 48px;
    color: #232328;
    font-size: 15px;
    line-height: 1.45;
}

/* Responsive */

@media (max-width:1199px) {

    .forum-objectives-heading {
        font-size: 48px;
    }

}

@media (max-width:991px) {

    .forum-objectives-container {
        padding: 70px 30px;
    }

    .forum-objectives-heading {
        font-size: 40px;
        margin-bottom: 35px;
    }

}

@media (max-width:767px) {

    .forum-objectives-container {
        padding: 55px 20px;
    }

    .forum-objectives-heading {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .forum-objective-card {
        min-height: 220px;
        padding: 22px 20px;
    }

    .forum-objective-text {
        font-size: 17px;
        padding-top: 35px;
    }

    .forum-objective-icon svg {
        width: 42px;
        height: 42px;
    }

}

/*=====================================
WHY ATTEND
======================================*/

.why-attend-section {
    position: relative;
    background: #ececec;
    overflow: hidden;
}

.why-attend-pattern {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(115deg,
            rgba(255, 255, 255, .55) 0,
            rgba(255, 255, 255, .55) 3px,
            transparent 3px,
            transparent 110px);
    pointer-events: none;
}

.why-attend-container {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    padding: 80px 40px 80px;
}

.why-attend-heading {
    margin: 0 0 16px;
    color: #232328;
    font-size: 62px;
    font-weight: 600;
    letter-spacing: -1px;
}

.why-attend-intro {
    margin: 0 0 40px;
    max-width: 620px;
    color: #3a3a40;
    font-size: 17px;
    line-height: 1.55;
}

/* Icon */

.why-attend-icon-box {
    width: 58px;
    height: 58px;
    margin-bottom: 26px;
    background: #fff;
    border-radius: 14px;
}

.why-attend-icon {
    display: inline-flex;
    color: #6c4be6;
}

/* Card */

.why-attend-title {
    margin: 0 0 16px;
    color: #232328;
    font-size: 24px;
    font-weight: 600;
}

.why-attend-text {
    margin: 0;
    color: #55555c;
    font-size: 16px;
    line-height: 1.6;
}

/* Button */

.why-attend-btn-wrap {
    margin-top: 44px;
}

.why-attend-btn {
    background: #2b2b2e;
    border-radius: 60px;
    padding: 11px 11px 11px 32px;
    min-width: 250px;
    gap: 20px;
}

.why-attend-btn-text {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.why-attend-btn-icon {
    width: 44px;
    height: 44px;
    background: #6c4be6;
    border-radius: 50%;
}

/*=====================================
Responsive
======================================*/

@media (max-width:1199px) {

    .why-attend-heading {
        font-size: 52px;
    }

}

@media (max-width:991px) {

    .why-attend-container {
        padding: 70px 30px;
    }

    .why-attend-heading {
        font-size: 42px;
    }

}

@media (max-width:767px) {

    .why-attend-container {
        padding: 55px 20px;
    }

    .why-attend-heading {
        font-size: 32px;
        line-height: 1.2;
    }

    .why-attend-intro {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .why-attend-title {
        font-size: 22px;
    }

    .why-attend-btn {
        width: 100%;
        min-width: unset;
    }

}

/* ========================================
   Sponsors Section
======================================== */

.alain-sponsors-section {
    background: #fff;
}

.alain-sponsors-section .alain-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 80px 40px;
}

.alain-sponsor-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 26px rgba(0, 0, 0, .09);
    height: 118px;
    padding: 16px;
}

.alain-sponsor-small {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #181818;
}

.alain-sponsor-title {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.1;
    color: #181818;
}

.alain-sponsor-location {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 600;
    color: #181818;
}


/* ========================================
   Contact Section
======================================== */

.alain-contact-section {
    background: #fff;
}

.alain-contact-section .alain-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 80px 40px;
}

.alain-form-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1d1d22;
}

.alain-form-label p {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}

.alain-arabic {
    direction: ltr;
    font-size: 14px;
    font-weight: 400;
    color: #1d1d22;
}

.alain-form-label .required,
.alain-arabic .required {
    color: #d33;
}

.alain-textarea {
    resize: vertical;
    min-height: 120px;
}

.alain-form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.alain-btn {
    background: #232326;
    border-radius: 60px;
    padding: 10px 10px 10px 32px;
    min-width: 250px;
    gap: 18px;
}

.alain-btn-text {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.alain-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
}

/* ==========================================
   Contact Form Section
========================================== */

.alain-contact-form-section {
    background: #fff;
}

.alain-contact-form-section .alain-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 80px 40px;
}

.alain-contact-wrapper {
    border: 1px solid #e4e4e8;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .03);
}

/* Left Card */

.alain-contact-card {
    background: #7452f5;
    border-radius: 12px;
    padding: 44px 30px;
    height: 100%;
}

.alain-contact-card-title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.alain-contact-card-description {
    margin: 0 0 40px;
    color: #eae6ff;
    font-size: 15.5px;
    line-height: 1.6;
}

.alain-contact-info {
    margin-bottom: 32px;
}

.alain-contact-info:last-child {
    margin-bottom: 0;
}

.alain-contact-info-title {
    margin-bottom: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.alain-contact-info-text {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}

/* Right Form */

.alain-contact-form-title {
    margin: 0 0 28px;
    color: #1d1d22;
    font-size: 27px;
    font-weight: 700;
}

.alain-form-group {
    margin-bottom: 22px;
}

.alain-form-group-last {
    margin-bottom: 30px;
}

/* ==========================================
   Organisers Section
========================================== */

.alain-organisers-section {
    background: #fff;
}

.alain-organisers-section .alain-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 80px 40px;
}

.alain-organiser-wrapper {
    margin-bottom: 72px;
}

.partner-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alain-partner-logo {
    display: block;
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.flex-cradle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.ltr {
    direction: ltr;
}

.slider-cradle {
    display: flex;
    width: 100px;
    text-align: center;
    border-radius: 16px;
    /* background: linear-gradient(to left, var(--color-sixtyeight) 0%, var(--color-sixtyseven) 100%) !important; */
    background: #262626;
    height: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 5px rgb(0 0 0 / .4);
    transition: background ease-in-out 0.5s;
}

.slider-cradle div {
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
}

.slider-cradle .option-1 {
    width: 50%;
}

.slider-cradle .option-2 {
    width: 50%;
}

.slider-cradle .handle {
    z-index: 1;
    cursor: default;
    width: 50%;
    height: 50px;
    border-radius: 0;
    position: absolute;
    background: #6c4be6;
    top: 0px;
    left: 0px;
    box-shadow: 0 0 15px rgb(0 0 0 / .4);
    transition: transform cubic-bezier(1, .11, 1, 1.04) 400ms;
}

.slider-cradle div a {
    color: #fff;
    text-decoration: none;
    z-index: 2;
    position: relative;
}

.slider-cradle.is-transitioned .handle {
    transform: translateX(50px);
}

.wpml-ls-statics-footer {
    display: none !important;
}

html[lang="ar"] .wpcf7 input[type="url"], html[lang="ar"] .wpcf7 input[type="email"], html[lang="ar"] .wpcf7 input[type="tel"] {
    direction: rtl!important;
}

.footer-location-text {
    text-decoration: none !important;
}

.ded-logo {
    height: 30px !important;
    width: auto;
    display: block;
}

@media (max-width: 991px) {
    .ded-logo {
        height: 15px !important;
    }
}
@media (min-width: 992px) and (max-width: 1050px) {
    .ded-logo {
        height: 17px !important;
    }
}

@media (min-width: 1050px) and (max-width: 1100px) {
    .ded-logo {
        height: 20px !important;
    }
}

#mobileNav {
  width: 300px;
  max-width: 85%;
  transition: width 0.4s ease-in-out;
}
.navbar-toggler {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-close-custom {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
    .custom-spacing {
        margin-bottom: 30px !important;
    }
}

  @media (max-width: 991.98px) {
  .about-intro-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #alain-about {
    overflow-x: hidden;
  }
}

/* ==========================================
   Contact page - Responsive
========================================== */

@media (max-width: 991px) {

    .alain-contact-form-section .alain-container {
        padding: 60px 30px;
    }

    .alain-contact-wrapper {
        padding: 30px;
    }

    .alain-contact-card {
        padding: 36px 26px;
        height: auto;
        margin-bottom: 10px;
    }

    .alain-contact-card-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {

    .alain-contact-form-section .alain-container {
        padding: 50px 20px;
    }

    .alain-contact-wrapper {
        padding: 20px;
        border-radius: 14px;
    }

    .alain-contact-card {
        padding: 30px 22px;
        border-radius: 10px;
    }

    .alain-contact-card-title {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .alain-contact-card-description {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .alain-contact-info {
        margin-bottom: 24px;
    }

    .alain-contact-info-title {
        font-size: 18px;
    }

    .alain-contact-info-text {
        font-size: 16px;
        word-break: break-word;
    }

    .alain-contact-form-title {
        font-size: 22px;
    }
}