    /* ============================================
   HOME PAGE REDESIGN STYLES
   ============================================ */

/* --- Google Font Import --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --rd-dark: #0f1923;
    --rd-dark-2: #162230;
    --rd-teal: #1a3c40;
    --rd-teal-light: #2a5c62;
    --rd-cyan: #3ecfc0;
    --rd-cyan-light: #50e8d8;
    --rd-white: #ffffff;
    --rd-gray: #94a3b8;
    --rd-gray-light: #e2e8f0;
    --rd-gray-dark: #64748b;
    --rd-bg-light: #f8fafc;
    --rd-bg-section: #f1f5f9;
    --rd-font: 'Inter', 'Poppins', sans-serif;
    --rd-radius: 16px;
    --rd-radius-sm: 10px;
    --rd-shadow: 0 4px 24px rgba(0,0,0,0.08);
    --rd-shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
    --rd-transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
}

/* ============================================
   NAVBAR REDESIGN OVERRIDES
   ============================================ */

/* Hide the top info bar (location, email, social media) */
.main-header-two__top {
    display: none !important;
}


/* Main nav bar — dark with subtle transparency */
.main-header-two {
    background: transparent !important;
}
.main-menu-two__wrapper {
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.main-menu-two__wrapper-inner {
    padding: 0 40px !important;
}
.main-menu-two__wrapper::before {
    display: none !important;
}

/* Push nav links to the right */
.main-menu-two__main-menu-box {
    margin-left: auto !important;
}

/* Nav links */
.main-menu-two .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li > a,
.stricky-header .main-menu-two .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
    font-family: var(--rd-font) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.85) !important;
    letter-spacing: 0.3px;
    transition: var(--rd-transition);
}
.main-menu-two .main-menu__list > li:hover > a,
.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li.active > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li.active > a,
.stricky-header .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.active > a {
    color: var(--rd-cyan) !important;
}

/* Nav link underline effect - disabled */
/* .main-menu-two .main-menu__list > li > a::before,
.stricky-header.main-menu-two .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
    background-color: var(--rd-cyan) !important;
} */

/* Dropdown arrow — use unicode instead of Font Awesome */
.main-menu-two .main-menu__list > li.dropdown > a:after,
.stricky-header .main-menu__list > li.dropdown > a:after {
    font-family: inherit !important;
    content: "▾" !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.7) !important;
}
.main-menu-two .main-menu__list > li.dropdown:hover > a:after,
.stricky-header .main-menu__list > li.dropdown:hover > a:after {
    color: var(--rd-cyan) !important;
}

/* Sticky header — dark background on scroll */
.stricky-header.stricked-menu.main-menu,
.stricky-header.stricked-menu.main-menu[style] {
    background: rgba(15,25,35,0.95) !important;
    background-color: rgba(15,25,35,0.95) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
/* Make sticky header content visible and styled identically */
.sticky-header__content {
    display: flex !important;
    align-items: center !important;
    width: 100%;
}
.sticky-header__content .main-menu-two__wrapper {
    background: transparent !important;
    backdrop-filter: none;
    width: 100%;
}
.sticky-header__content .main-menu-two__wrapper-inner {
    padding: 0 40px !important;
}
.sticky-header__content .main-menu-two__main-menu-box {
    margin-left: auto !important;
}
.sticky-header__content .main-menu-two__logo img {
    filter: none !important;
}

/* Header mantra text */
.header-mantra {
    color: rgba(255,255,255,0.65) !important;
    font-family: var(--rd-font) !important;
    font-size: 12px !important;
}
.sticky-header__content .header-mantra {
    filter: none !important;
    color: rgba(255,255,255,0.65) !important;
}

/* Mobile toggle */
.mobile-nav__toggler i {
    color: var(--rd-white) !important;
}


/* ============================================
   HERO / SLIDER
   ============================================ */
.rd-hero { position: relative; min-height: 600px; overflow: hidden; }
.rd-hero .swiper-slide { min-height: 600px; display: flex; align-items: center; justify-content: flex-start; position: relative; }
.rd-hero .image-layer-two { position: absolute; inset: 0; background-size: cover; background-position: center; }
.rd-hero .swiper-slide::after {
    display: none;
}
.rd-hero__content { position: relative; z-index: 2; max-width: 680px; padding: 0 0 80px 0; text-align: left; margin: 0; padding-left: 15px; }
.rd-hero__sub-title {
    font-family: var(--rd-font); font-size: 14px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 3px; color: var(--rd-cyan) !important;
    margin-bottom: 20px;
}
.rd-hero__title {
    font-family: var(--rd-font) !important; font-size: 52px !important;
    font-weight: 800 !important; line-height: 1.15 !important; color: var(--rd-white) !important;
    margin-bottom: 32px;
}
.rd-hero__btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 16px 36px; font-family: var(--rd-font);
    font-size: 15px; font-weight: 600; border-radius: 8px;
    background: var(--rd-cyan) !important; color: var(--rd-dark) !important;
    border: none; text-decoration: none; transition: var(--rd-transition);
    box-shadow: 0 4px 20px rgba(62,207,192,0.3);
}
.rd-hero__btn:hover {
    background: var(--rd-cyan-light) !important; transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(62,207,192,0.4);
}
.rd-hero .main-slider-two__nav { 
    position: absolute; top: 50%; right: 40px; 
    z-index: 3; display: flex; gap: 10px; 
    width: auto; max-width: none; padding: 0; 
    left: auto; transform: translateY(-50%);
    justify-content: flex-end;
}
.rd-hero .swiper-button-prev,
.rd-hero .swiper-button-next {
    width: 48px; height: 48px; border-radius: 50%;
    background: rgba(255,255,255,0.1); backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15); transition: var(--rd-transition);
    position: relative; left: auto; right: auto; top: auto; transform: none;
    skew: none; -webkit-transform: none;
}
.rd-hero .swiper-button-prev:hover,
.rd-hero .swiper-button-next:hover { background: var(--rd-cyan); border-color: var(--rd-cyan); }

/* --- ABOUT SECTION --- */
.rd-about { padding: 100px 0; background: var(--rd-white); }
.rd-about__left { position: relative; }
.rd-about__img-box { position: relative; }
.rd-about__img-box img { width: 100%; border-radius: var(--rd-radius); object-fit: cover; min-height: 400px; }
.rd-about__experience {
    position: absolute; bottom: -20px; left: -20px;
    background: var(--rd-dark); color: var(--rd-white); border-radius: var(--rd-radius-sm);
    padding: 20px 28px; box-shadow: var(--rd-shadow-lg); z-index: 2;
}
.rd-about__experience h3 { font-family: var(--rd-font); font-size: 36px; font-weight: 800; margin: 0; color: var(--rd-cyan); }
.rd-about__experience p { font-family: var(--rd-font); font-size: 13px; margin: 4px 0 0; opacity: 0.85; }
.rd-about__tagline {
    font-family: var(--rd-font); font-size: 13px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2.5px; color: var(--rd-cyan);
    margin-bottom: 14px; display: block;
}
.rd-about__title {
    font-family: var(--rd-font); font-size: 36px; font-weight: 800;
    line-height: 1.25; color: var(--rd-dark); margin-bottom: 20px;
}
.rd-about__text {
    font-family: var(--rd-font); font-size: 16px !important; line-height: 1.7 !important;
    color: var(--rd-gray-dark) !important; margin-bottom: 28px;
}
.rd-about__points { padding: 0; margin: 0 0 28px; }
.rd-about__points li {
    display: flex; align-items: flex-start; margin-bottom: 18px;
}
.rd-about__points li .icon {
    flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
    background: var(--rd-dark); display: flex; align-items: center;
    justify-content: center; margin-right: 14px; margin-top: 2px;
}
.rd-about__points li .icon .fa-check { color: var(--rd-cyan); font-size: 11px; }
.rd-about__points li .text .pillar-title {
    font-family: var(--rd-font); font-size: 16px; font-weight: 700;
    color: var(--rd-dark); margin-bottom: 4px; line-height: 1.4;
}
.rd-about__points li .text .pillar-desc {
    font-family: var(--rd-font); font-size: 14px; color: var(--rd-gray-dark);
    line-height: 1.6; margin: 0;
}
.rd-about__quote {
    background: var(--rd-bg-section); border-radius: var(--rd-radius-sm);
    padding: 20px 24px; border-left: 4px solid var(--rd-cyan); margin-bottom: 24px;
}
.rd-about__quote p {
    font-family: var(--rd-font) !important; font-size: 15px !important;
    font-style: italic; color: var(--rd-dark) !important; line-height: 1.6 !important; margin: 0;
}
.rd-about__person { display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.rd-about__person-img {
    width: 64px !important; height: 64px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.rd-about__person-img img { width: 100% !important; height: 100%; object-fit: cover; }
.rd-about__person-name { font-family: var(--rd-font); font-size: 16px; font-weight: 700; margin: 0 !important; text-align: left !important; }
.rd-about__person-foundation { font-family: var(--rd-font); font-size: 13px; color: var(--rd-gray-dark); margin: 2px 0 0 !important; text-align: left !important; }

/* --- BANNER / CTA STRIP (Parallax) --- */
.rd-banner {
    position: relative; overflow: hidden;
    padding: 140px 0; min-height: 420px;
    background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.rd-banner__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(15,25,35,0.85) 0%, rgba(62,207,192,0.7) 100%);
    z-index: 1;
}
.rd-banner .container { position: relative; z-index: 2; }
.rd-banner__inner {
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; text-align: center; gap: 24px;
}
.rd-banner__icon {
    width: 64px; height: 64px; border-radius: 50%;
    background: rgba(255,255,255,0.15); display: flex; align-items: center;
    justify-content: center; font-size: 26px; color: var(--rd-white); flex-shrink: 0;
    backdrop-filter: blur(8px);
}
.rd-banner__text p {
    font-family: var(--rd-font); font-size: 15px;
    color: rgba(255,255,255,0.8); margin: 0 0 8px; letter-spacing: 1px;
    text-transform: uppercase; font-weight: 500;
}
.rd-banner__text h3 {
    font-family: var(--rd-font); font-size: 36px; font-weight: 800;
    color: var(--rd-white); margin: 0; line-height: 1.3;
}
.rd-banner__btn {
    display: inline-flex; padding: 16px 36px; font-family: var(--rd-font);
    font-size: 15px; font-weight: 600; border-radius: 8px;
    background: var(--rd-white) !important; color: #1565c0 !important;
    text-decoration: none; transition: var(--rd-transition); border: none;
    margin-top: 12px;
}
.rd-banner__btn:hover {
    transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}

@media (max-width: 991px) {
    .rd-banner { background-attachment: scroll; padding: 100px 0; }
    .rd-banner__text h3 { font-size: 28px; }
}
@media (max-width: 575px) {
    .rd-banner { padding: 80px 20px; }
    .rd-banner__text h3 { font-size: 22px; }
}

/* --- PROJECTS SECTION --- */
.rd-projects { padding: 100px 0; background: var(--rd-bg-light); }
.rd-section-tagline {
    font-family: var(--rd-font); font-size: 13px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2.5px; color: var(--rd-cyan);
    display: block; margin-bottom: 12px;
}
.rd-section-title {
    font-family: var(--rd-font); font-size: 36px; font-weight: 800;
    line-height: 1.25; color: var(--rd-dark); margin-bottom: 48px;
}
.rd-project-card {
    background: var(--rd-white); border-radius: var(--rd-radius);
    overflow: hidden; box-shadow: var(--rd-shadow); transition: var(--rd-transition);
    margin-bottom: 30px;
}
.rd-project-card:hover { transform: translateY(-6px); box-shadow: var(--rd-shadow-lg); }
.rd-project-card__img {
    position: relative; overflow: hidden; height: 240px;
}
.rd-project-card__img img { width: 100%; height: 100%; object-fit: cover; transition: var(--rd-transition); }
.rd-project-card:hover .rd-project-card__img img { transform: scale(1.05); }
.rd-project-card__content { padding: 24px; }
.rd-project-card__tag {
    position: absolute; top: 16px; right: 16px; z-index: 2;
    display: inline-block; padding: 6px 16px; border-radius: 20px;
    background: var(--rd-cyan); font-family: var(--rd-font);
    font-size: 12px; font-weight: 600; color: var(--rd-white);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.rd-project-card__title {
    font-family: var(--rd-font); font-size: 18px; font-weight: 700; margin: 0;
}
.rd-project-card__title a { color: var(--rd-dark); text-decoration: none; transition: var(--rd-transition); }
.rd-project-card__title a:hover { color: var(--rd-cyan); }
.rd-project-card__excerpt {
    font-family: var(--rd-font);
    font-size: 14px;
    color: var(--rd-gray-dark);
    line-height: 1.6;
    margin-top: 10px;
}

/* --- EVERY STEP SECTION --- */
.rd-every-step { overflow: hidden; }
.rd-every-step__wrap { display: flex; min-height: 560px; }
.rd-every-step__left {
    flex: 1; background: var(--rd-teal); padding: 80px 60px; display: flex;
    align-items: center; position: relative; overflow: hidden;
}
.rd-every-step__pattern {
    position: absolute;
    top: -50%;
    right: -30%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(62,207,192,0.15) 0%, transparent 70%);
    pointer-events: none;
}
.rd-every-step__pattern::before {
    content: '';
    position: absolute;
    top: 20%;
    right: 20%;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(62,207,192,0.2);
    border-radius: 50%;
}
.rd-every-step__pattern::after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: -50px;
    width: 150px;
    height: 150px;
    border: 2px solid rgba(62,207,192,0.15);
    transform: rotate(45deg);
}
.rd-every-step__content {
    width: 100%; text-align: center; position: relative; z-index: 1;
}
.rd-every-step__left > div {
    width: 100%; text-align: center;
}
.rd-every-step__left .rd-section-tagline { color: var(--rd-cyan); }
.rd-every-step__left .rd-section-title { color: var(--rd-white); margin-bottom: 20px; font-size: 32px; }
.rd-every-step__text { font-family: var(--rd-font); font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.75); margin-bottom: 28px; }
.rd-every-step__points { padding: 0; margin: 0 0 28px; list-style: none; display: inline-block; text-align: left; }
.rd-every-step__points li { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.rd-every-step__points li .icon {
    width: 24px; height: 24px; border-radius: 50%; background: var(--rd-cyan);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.rd-every-step__points li .icon .fa-check { color: var(--rd-dark); font-size: 10px; }
.rd-every-step__points li .text p { font-family: var(--rd-font); font-size: 15px; color: rgba(255,255,255,0.9); margin: 0; }
.rd-every-step__right {
    flex: 1; background-size: cover; background-position: center; min-height: 400px; position: relative;
}
.rd-every-step__right-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,25,35,0.4) 0%, rgba(15,25,35,0.1) 50%, transparent 100%);
    pointer-events: none;
}

/* --- PROCESS SECTION (TIMELINE) --- */
.rd-process { padding: 100px 0; background: var(--rd-white); }
.rd-timeline {
    position: relative; max-width: 900px; margin: 0 auto 60px;
    display: flex; flex-direction: column; gap: 0;
}
.rd-timeline::before {
    content: ''; position: absolute; left: 50%; top: 0; bottom: 0;
    width: 3px; background: linear-gradient(to bottom, var(--rd-cyan), var(--rd-teal));
    transform: translateX(-50%); z-index: 0;
}
.rd-timeline__item {
    position: relative; display: flex; align-items: center;
    margin-bottom: 40px;
}
.rd-timeline__item:nth-child(odd),
.rd-timeline__item:nth-child(even) { flex-direction: row; }
.rd-timeline__marker {
    position: absolute; left: 50%; transform: translateX(-50%);
    width: 20px; height: 20px; background: var(--rd-cyan);
    border-radius: 50%; border: 4px solid var(--rd-white);
    box-shadow: 0 0 0 3px var(--rd-cyan); z-index: 2;
}
.rd-timeline__content {
    flex: 1; padding: 0 20px; text-align: center;
}
.rd-timeline__item:nth-child(odd) .rd-timeline__content { padding-right: calc(50% - 100px); }
.rd-timeline__item:nth-child(even) .rd-timeline__content { padding-left: calc(50% - 100px); }
.rd-timeline__icon {
    width: 80px; height: 80px; border-radius: 50%;
    background: var(--rd-white); border: 3px solid var(--rd-cyan);
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 16px; font-size: 28px; color: var(--rd-teal);
    box-shadow: var(--rd-shadow); transition: var(--rd-transition);
}
.rd-timeline__item:hover .rd-timeline__icon {
    background: var(--rd-cyan); color: var(--rd-white);
    transform: scale(1.1);
}
.rd-timeline__title {
    font-family: var(--rd-font); font-size: 18px; font-weight: 700; 
    color: var(--rd-dark); margin: 0;
}
.rd-process__bottom {
    text-align: center; padding: 40px; background: var(--rd-bg-section);
    border-radius: var(--rd-radius); max-width: 800px; margin: 0 auto;
}
.rd-process__bottom p { font-family: var(--rd-font); font-size: 15px; color: var(--rd-gray-dark); line-height: 1.7; margin-bottom: 20px; }
.rd-process__bottom .thm-btn {
    display: inline-flex; padding: 14px 32px; font-family: var(--rd-font);
    font-size: 14px; font-weight: 600; border-radius: 8px;
    background: var(--rd-dark) !important; color: var(--rd-white) !important;
    text-decoration: none; transition: var(--rd-transition);
}
.rd-process__bottom .thm-btn:hover { background: var(--rd-teal) !important; }

@media (max-width: 768px) {
    .rd-timeline::before { left: 20px; }
    .rd-timeline__item { flex-direction: column !important; align-items: flex-start; padding-left: 50px; }
    .rd-timeline__marker { left: 20px; }
    .rd-timeline__content { text-align: left !important; padding: 0; }
    .rd-timeline__item:nth-child(odd) .rd-timeline__content,
    .rd-timeline__item:nth-child(even) .rd-timeline__content { text-align: left; }
}

/* --- FAQ SECTION --- */
.rd-faq { padding: 100px 0; background: var(--rd-bg-light); }
.rd-faq__left-text { font-family: var(--rd-font); font-size: 15px; color: var(--rd-gray-dark); line-height: 1.7; margin-bottom: 24px; }
.rd-faq__img { border-radius: var(--rd-radius); overflow: hidden; position: relative; }
.rd-faq__img img { width: 100%; border-radius: var(--rd-radius); }
.rd-faq .accrodion { background: var(--rd-white); border-radius: var(--rd-radius-sm); margin-bottom: 12px; border: 1px solid var(--rd-gray-light); overflow: hidden; }
.rd-faq .accrodion-title { padding: 18px 24px; cursor: pointer; }
.rd-faq .accrodion-title h4 { font-family: var(--rd-font); font-size: 16px; font-weight: 600; margin: 0; }
.rd-faq .accrodion-content .inner { padding: 0 24px 18px; }
.rd-faq .accrodion-content p { font-family: var(--rd-font); font-size: 14px; color: var(--rd-gray-dark); line-height: 1.7; }

/* --- TEAM SECTION --- */
.rd-team { padding: 100px 0; background: var(--rd-white); }
.rd-team-card {
    background: var(--rd-white); border-radius: var(--rd-radius);
    overflow: hidden; box-shadow: var(--rd-shadow); transition: var(--rd-transition);
    margin-bottom: 30px; position: relative;
}
.rd-team-card:hover { transform: translateY(-6px); box-shadow: var(--rd-shadow-lg); }
.rd-team-card__img { height: 280px; overflow: hidden; }
.rd-team-card__img img { width: 100%; height: 100%; object-fit: cover; transition: var(--rd-transition); }
.rd-team-card:hover .rd-team-card__img img { transform: scale(1.05); }
.rd-team-card__content { padding: 24px; text-align: center; }
.rd-team-card__name { font-family: var(--rd-font); font-size: 18px; font-weight: 700; margin: 0 0 4px; }
.rd-team-card__name a { color: var(--rd-dark); text-decoration: none; }
.rd-team-card__role { font-family: var(--rd-font); font-size: 13px; color: var(--rd-gray-dark); margin-bottom: 12px; }
.rd-team-card__social { display: flex; justify-content: center; gap: 10px; margin-bottom: 12px; }
.rd-team-card__social a {
    width: 34px; height: 34px; border-radius: 50%; background: var(--rd-bg-section);
    display: flex; align-items: center; justify-content: center;
    color: var(--rd-dark); font-size: 14px; transition: var(--rd-transition);
    text-decoration: none;
}
.rd-team-card__social a:hover { background: var(--rd-cyan); color: var(--rd-white); }
.rd-team-card .thm-btn.rd-view-profile {
    padding: 6px 20px; font-size: 13px; font-family: var(--rd-font);
    font-weight: 600; border-radius: 6px; background: var(--rd-dark) !important;
    color: var(--rd-white) !important; border: none; cursor: pointer; transition: var(--rd-transition);
}
.rd-team-card .thm-btn.rd-view-profile:hover { background: var(--rd-teal) !important; }

/* --- TEAM OVERLAY --- */
.rd-team-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: var(--rd-white); z-index: 10;
    transform: translateY(100%); transition: transform 0.4s ease-in-out;
    padding: 24px; overflow-y: auto; scrollbar-width: none;
}
.rd-team-overlay::-webkit-scrollbar { display: none; }
.rd-team-overlay__close {
    position: absolute; top: 12px; right: 12px; background: none;
    border: none; font-size: 18px; cursor: pointer; color: var(--rd-dark);
}
.rd-team-overlay__img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.rd-team-overlay__name { font-family: var(--rd-font); font-size: 17px; font-weight: 700; color: var(--rd-dark); margin: 12px 0 4px; }
.rd-team-overlay__role { font-family: var(--rd-font); font-size: 13px; color: var(--rd-gray-dark); margin-bottom: 16px; }
.rd-team-overlay__desc { font-family: var(--rd-font); font-size: 13px; color: var(--rd-gray-dark); line-height: 1.7; }
.team-description-content.collapsed { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* --- CTA / CHANGING SECTION --- */
.rd-cta {
    position: relative; padding: 120px 0; text-align: center;
    overflow: hidden; background: var(--rd-dark);
}
.rd-cta__bg {
    position: absolute; inset: 0; background-size: cover;
    background-position: center; opacity: 0.35;
}
.rd-cta__inner { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.rd-cta__sub-title {
    font-family: var(--rd-font); font-size: 13px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2.5px; color: var(--rd-cyan); margin-bottom: 16px;
}
.rd-cta__title {
    font-family: var(--rd-font); font-size: 40px; font-weight: 800;
    line-height: 1.2; color: var(--rd-white); margin-bottom: 32px;
}
.rd-cta .thm-btn {
    display: inline-flex; padding: 16px 36px; font-family: var(--rd-font);
    font-size: 15px; font-weight: 600; border-radius: 8px;
    background: var(--rd-cyan) !important; color: var(--rd-dark) !important;
    text-decoration: none; transition: var(--rd-transition);
}
.rd-cta .thm-btn:hover { background: var(--rd-cyan-light) !important; transform: translateY(-2px); }

/* --- FEATURES SECTION --- */
.rd-features { padding: 100px 0; background: var(--rd-bg-section); }
.rd-feature-card {
    display: flex; border-radius: var(--rd-radius); overflow: hidden;
    background: var(--rd-white); box-shadow: var(--rd-shadow); transition: var(--rd-transition);
    margin-bottom: 30px; min-height: 280px;
}
.rd-feature-card:hover { box-shadow: var(--rd-shadow-lg); }
.rd-feature-card__img { flex: 0 0 45%; position: relative; overflow: hidden; }
.rd-feature-card__img img { width: 100%; height: 100%; object-fit: cover; }
.rd-feature-card__content {
    flex: 1; padding: 32px; display: flex; flex-direction: column; justify-content: center;
}
.rd-feature-card__title { font-family: var(--rd-font); font-size: 20px; font-weight: 700; color: var(--rd-dark); margin-bottom: 12px; }
.rd-feature-card__text { font-family: var(--rd-font); font-size: 14px; color: var(--rd-gray-dark); line-height: 1.7; margin-bottom: 20px; }
.rd-feature-card__btn {
    display: inline-flex; padding: 10px 24px; font-family: var(--rd-font);
    font-size: 13px; font-weight: 600; border-radius: 6px;
    text-decoration: none; transition: var(--rd-transition); width: fit-content;
}
.rd-feature-card__btn:hover { transform: translateY(-2px); }

/* --- NEWS SECTION --- */
.rd-news { padding: 100px 0; background: var(--rd-white); }
.rd-news-card {
    background: var(--rd-white); border-radius: var(--rd-radius);
    overflow: hidden; box-shadow: var(--rd-shadow); transition: var(--rd-transition);
    margin-bottom: 30px;
}
.rd-news-card:hover { transform: translateY(-6px); box-shadow: var(--rd-shadow-lg); }
.rd-news-card__img { position: relative; height: 220px; overflow: hidden; }
.rd-news-card__img img { width: 100%; height: 100%; object-fit: cover; transition: var(--rd-transition); }
.rd-news-card:hover .rd-news-card__img img { transform: scale(1.05); }
.rd-news-card__date {
    position: absolute; top: 16px; left: 16px; background: var(--rd-dark);
    color: var(--rd-white); border-radius: 8px; padding: 8px 14px; text-align: center;
    font-family: var(--rd-font); z-index: 2;
}
.rd-news-card__date p { font-size: 20px; font-weight: 800; margin: 0; line-height: 1; }
.rd-news-card__date span { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.8; }
.rd-news-card__content { padding: 24px; }
.rd-news-card__meta { font-family: var(--rd-font); font-size: 13px; color: var(--rd-gray-dark); margin-bottom: 10px; list-style: none; padding: 0; }
.rd-news-card__meta a { color: var(--rd-gray-dark); text-decoration: none; }
.rd-news-card__meta i { margin-right: 6px; color: var(--rd-cyan); }
.rd-news-card__title { font-family: var(--rd-font); font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.rd-news-card__title a { color: var(--rd-dark); text-decoration: none; transition: var(--rd-transition); }
.rd-news-card__title a:hover { color: var(--rd-cyan); }
.rd-news-card__bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--rd-gray-light); padding-top: 16px; }
.rd-news-card__bottom a {
    font-family: var(--rd-font); font-size: 14px; font-weight: 600;
    color: var(--rd-teal); text-decoration: none; transition: var(--rd-transition);
}
.rd-news-card__bottom a:hover { color: var(--rd-cyan); }

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .rd-hero__title { font-size: 36px !important; }
    .rd-about__title, .rd-section-title { font-size: 28px; }
    .rd-every-step__wrap { flex-direction: column; }
    .rd-every-step__left { padding: 60px 30px; }
    .rd-every-step__right { min-height: 300px; }
    .rd-cta__title { font-size: 30px; }
    .rd-feature-card { flex-direction: column; }
    .rd-feature-card__img { flex: 0 0 200px; }
    .rd-banner__inner { justify-content: center; text-align: center; }
    .rd-banner__left { justify-content: center; }
    .rd-hero .main-slider-two__nav { 
        top: auto; bottom: 20px; right: 20px; left: 20px;
        transform: none; justify-content: center;
    }
}
.rd-timeline-horizontal {
    position: relative;
    padding: 60px 0 40px;
    margin-bottom: 40px;
}

.rd-timeline-horizontal__line {
    position: absolute;
    top: 90px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: var(--rd-cyan);
    z-index: 1;
}

.rd-timeline-horizontal__items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 20px;
    z-index: 2;
}

.rd-timeline-horizontal__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.rd-timeline-horizontal__marker {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rd-timeline-horizontal__item:hover .rd-timeline-horizontal__marker {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(0,0,0,0.3);
}

.rd-timeline-horizontal__content {
    padding: 0 10px;
}

.rd-timeline-horizontal__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .rd-timeline-horizontal__items {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 20px;
        -webkit-overflow-scrolling: touch;
    }
    .rd-timeline-horizontal__line {
        top: 90px;
        left: 30px;
        right: auto;
        width: calc(100% - 60px);
        height: 3px;
    }
    .rd-timeline-horizontal__item {
        flex: 0 0 auto;
        min-width: 150px;
        padding: 0 20px;
    }
    .rd-timeline-horizontal__marker {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .rd-timeline-horizontal__item {
        min-width: 130px;
    }
}

@media (max-width: 767px) {
    .rd-timeline-horizontal__item {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 575px) {
    .rd-hero__title { font-size: 28px !important; }
    .rd-hero__content { padding: 40px 0; }
    .rd-about, .rd-projects, .rd-process, .rd-faq, .rd-team, .rd-features, .rd-news { padding: 60px 0; }
    .rd-about__title, .rd-section-title { font-size: 24px; }
    .rd-cta__title { font-size: 24px; }
    .rd-cta { padding: 80px 0; }
    .rd-process__grid { gap: 24px; }
    .rd-process__single { flex: 0 0 140px; }
    .rd-timeline-horizontal {
        padding: 40px 0 30px;
    }
    .rd-timeline-horizontal__items {
        padding-left: 10px;
        padding-right: 10px;
    }
    .rd-timeline-horizontal__item {
        min-width: 120px;
        padding: 0 10px;
    }
    .rd-timeline-horizontal__marker {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .rd-timeline-horizontal__line {
        top: 75px;
        left: 20px;
        width: calc(100% - 40px);
    }
}