/* Global Open Sans font family */
* {
    font-family: 'Open Sans', sans-serif;
}

/* Preserve FontAwesome fonts for icons - must override global rule */
.fa, .fas, .far, .fal, .fad,
i.fa, i.fas, i.far, i.fal, i.fad {
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal;
}

.fab, i.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-style: normal;
}

/* WhatsApp floating button icon */
.whatsapp_float_btn i.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

body,
h1, h2, h3, h4, h5, h6,
p, span, a, button, input, select, textarea,
.view_case, .tag, .screens, .store-btn,
.cover_text h2, .cover_text h2 span,
.background_wide h2, .background_wide .tag,
.new_contact_section h5, .contact_dark_section_new h5,
.portfolio_item h3, .portfolio_item h5,
.overlay_navigationbar a,
._morp_h_a,
.oneweek, .new_contact_title {
    font-family: 'Open Sans', sans-serif !important;
}

/* Button holders container - align buttons horizontally */
.button_holders {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.button_holders a {
    display: inline-flex;
}

/* App Store / Play Store button styling - match .screens button */
.store-btn,
.screens {
    background: #fff !important;
    border-radius: 30px !important;
    padding: 10px 16px !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: sf-ui-display-bold;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 40px;
    box-sizing: border-box;
    vertical-align: middle;
}

.store-btn {
    padding: 10px 14px !important;
    min-width: 44px !important;
    min-height: 40px !important;
}

.store-btn i {
    color: #1C1D20 !important;
    font-size: 20px !important;
    line-height: 1;
    display: inline-block !important;
    visibility: visible !important;
}

.store-btn i.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400;
}

.store-btn i.fa,
.store-btn i.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.store-btn:hover,
.screens:hover {
    opacity: 0.85;
    transform: scale(1.02);
}
.instaworkertheme .emoji_cover,
.instaworkertheme .moving_shape1,
.instaworkertheme .three_devices_holder_shippers .moving_shape1,
.instaworkertheme ._morph_icon {
    background-color: black !important;
}

.instaworkertheme .story_section_all_portfolios h3 {
    color: #000;
}

.half_corolerd {
    position: relative;
    color: white;
}

.half_corolerd::before {
    content: '';
    background: black;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.testimonial_services .container {
    padding-top: 90px;
}

.instaworkertheme .mocups_6ix .img_holder {
    z-index: 1;
}

/* Famfolio */

.famfoliotheme .emoji_cover,
.famfoliotheme .moving_shape1,
.three_devices_holder_shippers .moving_shape1,
.famfoliotheme ._morph_icon {
    background-color: #D7C3FF !important;
}

.famfoliotheme .story_section_all_portfolios h3 {
    color: #D7C3FF;
}

.famfoliotheme .half_corolerd {
    position: relative;
    color: black;
}

.famfoliotheme .half_corolerd::before {
    content: '';
    background: #D7C3FF;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.famfoliotheme .mocups_6ix .img_holder {
    z-index: 1;
}

/* Fidali */

.fidalitheme .emoji_cover,
.fidalitheme .moving_shape1,
.fidalitheme .three_devices_holder_shippers .moving_shape1,
.fidalitheme ._morph_icon {
    background-color: #FF3333 !important;
}

.fidalitheme .story_section_all_portfolios h3 {
    color: #FF3333;
}

.fidalitheme .half_corolerd {
    position: relative;
    color: #fff;
}

.fidalitheme .half_corolerd::before {
    content: '';
    background: #FF3333;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.fidalitheme .mocups_6ix.nd .img_holder,
.fidalitheme .mocups_6ix .img_holder {
    z-index: 1;
}

.fidalitheme .mocups_6ix.nd .img_holder {
    width: 20%;
}

.fidalitheme .down_before_effect {
    position: relative;
}

.fidalitheme .down_before_effect::before {
    content: '';
    background: #FF3333;
    height: 100vh;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}


/* DASKA */


.daskatheme .emoji_cover,
.daskatheme .moving_shape1,
.three_devices_holder_shippers .moving_shape1,
.daskatheme ._morph_icon {
    background-color: #507DC5 !important;
}

.daskatheme .story_section_all_portfolios h3 {
    color: #507DC5;
}

.daskatheme .half_corolerd {
    position: relative;
    color: #fff;
}

.daskatheme .half_corolerd::before {
    content: '';
    background: #507DC5;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.daskatheme .mocups_6ix .img_holder {
    z-index: 1;
}

.daskatheme .down_before_effect {
    position: relative;
}

.daskatheme .down_before_effect::before {
    content: '';
    background: #507DC5;
    height: 100vh;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}

/* Summit */


.summittheme .emoji_cover{
    background-image: url('../img/portfolio/summit17.png') !important;
    background-size: cover;
}

.summittheme .moving_shape1,
.summittheme .three_devices_holder_shippers .moving_shape1,
.summittheme ._morph_icon {
    background-color: #D6C2FE;
}

.summittheme .story_section_all_portfolios h3 {
    color: #D6C2FE !important;
}

.summittheme .half_corolerd {
    position: relative;
    color: #fff;
}

.summittheme .half_corolerd::before {
    content: '';
    background: #D6C2FE;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.summittheme .mocups_6ix .img_holder {
    z-index: 1;
}

.summittheme .down_before_effect {
    position: relative;
}

.summittheme .down_before_effect::before {
    content: '';
    background: #D6C2FE;
    height: 100vh;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}

.wide_portfolio a {
    color: currentColor !important;
}

.wide_portfolio a:hover {
    color: currentColor !important;
    opacity: 0.9;
}

.cover_text {
    display: block;
}

.white_extrabtn {
    background-color: #E30D16;
    border-radius: 10px;
    padding: 12px 17px;
    color: white;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
}

/* ========================================
   LLM-OPTIMIZED SERVICES PAGE STYLES
   ======================================== */

/* Industries We Serve Section */
.industries-section {
    padding: 80px 0;
    background: #fff;
}

.industries-section h2 {
    text-align: center;
    margin-bottom: 25px;
    font-family: sf-ui-display-bold;
    font-size: 48px;
    color: #191727;
    position: relative;
    padding-bottom: 20px;
}

.industries-section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90px;
    height: 4px;
    background-color: #e82a2a;
}

.industries-section .row {
    margin-top: 60px;
}

.industry-card {
    text-align: center;
    padding: 35px 25px;
    margin-bottom: 20px;
    background: #f8f8f8;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry-card:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.industry-card h5 {
    font-family: sf-ui-display-bold;
    font-size: 22px;
    color: #191727;
    margin: 0;
    line-height: 1.4;
}

.industry-card:hover h5 {
    color: #e82a2a;
}

.industry-card:hover p {
    color: #fff;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: #f8f8f8;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 60px;
    font-family: sf-ui-display-semibold;
    font-size: 60px;
    color: #191727;
}

.faq-card {
    border: none;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-card-header {
    background: transparent;
    border: none;
    padding: 25px 30px;
}

.faq-card-header .btn-link {
    text-decoration: none;
    color: #191727;
    font-family: sf-ui-display-bold;
    font-size: 20px;
    width: 100%;
    text-align: left;
    padding: 0;
    position: relative;
}

.faq-card-header .btn-link:hover {
    color: #191727;
}

.faq-card-header .btn-link::after {
    content: '▼';
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #191727;
    transition: transform 0.3s ease;
}

.faq-card-header .btn-link.collapsed::after {
    content: '▶';
}

.faq-card-body {
    padding: 0 30px 25px 30px;
    font-family: SF-UI-Display-Regular;
    font-size: 17px;
    color: #191727;
    line-height: 1.8;
}

.faq-card-body ul {
    margin-top: 10px;
    padding-left: 20px;
}

.faq-card-body ul li {
    margin-bottom: 8px;
}

/* Success Stories Section - Matching Original Testimonial Style */
.success-stories-section h2 {
    font-family: sf-ui-display-semibold;
    font-size: 99px;
    margin-bottom: 1%;
    color: #191727;
    padding-left: 2%;
    letter-spacing: -5px;
}

.success-story-card h6 {
    font-family: sf-ui-display-bold;
    font-size: 30px;
    color: #191727;
    margin-bottom: 15px;
}

.success-story-card .story-metric {
    font-size: 30px;
    font-family: SF-UI-Display-Regular;
    color: #191727;
    line-height: 1.6;
}

.success-story-card .story-source {
    font-size: 18px;
    color: #666;
    margin-top: 15px;
    font-family: SF-UI-Display-Regular;
    opacity: 0.7;
}

/* Client Testimonials Grid */
.client-testimonials-section h4 {
    text-align: center;
    margin-bottom: 30px;
    font-family: sf-ui-display-semibold;
    font-size: 40px;
    color: #191727;
}

.testimonial-grid-card {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 20px;
    min-height: 200px;
    border-left: 4px solid #e82a2a;
}

.testimonial-grid-card p {
    font-style: italic;
    margin-bottom: 20px;
    font-family: SF-UI-Display-Regular;
    font-size: 18px;
    line-height: 1.7;
    color: #191727;
}

.testimonial-grid-card .client-name {
    margin-bottom: 0;
    font-family: sf-ui-display-bold;
    font-size: 16px;
    color: #191727;
}

.testimonial-grid-card .client-company {
    font-family: SF-UI-Display-Regular;
    font-size: 14px;
    color: #666;
}

/* About Us - Who We Are & Authority Section */
.section_about_intro {
    padding: 80px 0;
    background: #fff;
}

.section_about_intro h2 {
    font-family: sf-ui-display-bold;
    font-size: 48px;
    color: #191727;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 20px;
}

.section_about_intro h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 4px;
    background-color: #e82a2a;
}

.section_about_intro p {
    font-family: SF-UI-Display-Regular;
    font-size: 18px;
    line-height: 1.8;
    color: #191727;
}

/* About Us - Industries We Serve Section */
.section_industries {
    padding: 80px 0;
    background: #f8f8f8;
}

.section_industries h2 {
    font-family: sf-ui-display-bold;
    font-size: 48px;
    color: #191727;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 20px;
}

.section_industries h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 4px;
    background-color: #e82a2a;
}

.section_industries p {
    font-family: SF-UI-Display-Regular;
    font-size: 32px;
    line-height: 1.6;
    color: #191727;
    margin-top: 30px;
}

/* Web Development Page - New Sections */

/* Why High-Performance Website Section */
.why-high-performance-section {
    padding: 80px 0;
    background: #fff;
}

.why-high-performance-section h2 {
    font-family: sf-ui-display-bold;
    font-size: 48px;
    color: #191727;
    text-align: center;
    margin-bottom: 30px;
}

.why-high-performance-section .intro-text {
    font-family: SF-UI-Display-Regular;
    font-size: 20px;
    line-height: 1.8;
    color: #191727;
    text-align: center;
    margin-bottom: 40px;
}

.why-high-performance-section .quote-block {
    background: #f8f8f8;
    padding: 40px;
    border-left: 4px solid #e82a2a;
    margin: 40px 0;
}

.why-high-performance-section .quote-block p {
    font-family: sf-ui-display-semibold;
    font-size: 24px;
    line-height: 1.6;
    color: #191727;
    margin: 0;
    font-style: italic;
}

.why-high-performance-section .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.why-high-performance-section .stat-item {
    text-align: center;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 8px;
}

.why-high-performance-section .stat-item h3 {
    font-family: sf-ui-display-bold;
    font-size: 48px;
    color: #e82a2a;
    margin-bottom: 15px;
}

.why-high-performance-section .stat-item p {
    font-family: SF-UI-Display-Regular;
    font-size: 18px;
    color: #191727;
    margin: 0;
}

/* What Sets Us Apart Section */
.what-sets-apart-section {
    padding: 80px 0;
    background: #f8f8f8;
}

.what-sets-apart-section h2 {
    font-family: sf-ui-display-bold;
    font-size: 48px;
    color: #191727;
    text-align: center;
    margin-bottom: 30px;
}

.what-sets-apart-section .intro-text {
    font-family: SF-UI-Display-Regular;
    font-size: 20px;
    line-height: 1.8;
    color: #191727;
    text-align: center;
    margin-bottom: 50px;
}

.what-sets-apart-section .feature-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.what-sets-apart-section .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(232, 42, 42, 0.15);
}

.what-sets-apart-section .feature-card h4 {
    font-family: sf-ui-display-bold;
    font-size: 24px;
    color: #191727;
    margin-bottom: 15px;
}

.what-sets-apart-section .feature-card p {
    font-family: SF-UI-Display-Regular;
    font-size: 17px;
    line-height: 1.7;
    color: #191727;
    margin: 0;
}

/* Capabilities Section */
.capabilities-section {
    padding: 80px 0;
    background: #fff;
}

.capabilities-section h2 {
    font-family: sf-ui-display-bold;
    font-size: 48px;
    color: #191727;
    text-align: center;
    margin-bottom: 30px;
}

.capabilities-section .intro-text {
    font-family: SF-UI-Display-Regular;
    font-size: 20px;
    line-height: 1.8;
    color: #191727;
    text-align: center;
    margin-bottom: 50px;
}

.capabilities-section .capabilities-list {
    list-style: none;
    padding: 0;
}

.capabilities-section .capabilities-list li {
    font-family: SF-UI-Display-Regular;
    font-size: 18px;
    line-height: 2;
    color: #191727;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.capabilities-section .capabilities-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #e82a2a;
    font-weight: bold;
    font-size: 20px;
}

/* Industries We Serve Section (Web Dev specific) */
.industries-we-serve-section {
    padding: 80px 0;
    background: #f8f8f8;
}

.industries-we-serve-section h2 {
    font-family: sf-ui-display-bold;
    font-size: 48px;
    color: #191727;
    text-align: center;
    margin-bottom: 30px;
}

.industries-we-serve-section .intro-text {
    font-family: SF-UI-Display-Regular;
    font-size: 20px;
    line-height: 1.8;
    color: #191727;
    text-align: center;
    margin-bottom: 50px;
}

.industries-we-serve-section .industry-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #e82a2a;
    transition: all 0.3s ease;
}

.industries-we-serve-section .industry-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateX(5px);
}

.industries-we-serve-section .industry-item h5 {
    font-family: sf-ui-display-bold;
    font-size: 22px;
    color: #191727;
    margin-bottom: 10px;
}

.industries-we-serve-section .industry-item p {
    font-family: SF-UI-Display-Regular;
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Proof of Performance Section */
.proof-performance-section {
    padding: 80px 0;
    background: #191727;
    color: #fff;
}

.proof-performance-section h2 {
    font-family: sf-ui-display-bold;
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.proof-performance-section .proof-stat {
    text-align: center;
    padding: 30px 20px;
}

.proof-performance-section .proof-stat h3 {
    font-family: sf-ui-display-bold;
    font-size: 42px;
    color: #e82a2a;
    margin-bottom: 15px;
}

.proof-performance-section .proof-stat p {
    font-family: SF-UI-Display-Regular;
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

/* Case Studies Section */
.case-studies-section {
    padding: 80px 0;
    background: #fff;
}

.case-studies-section h2 {
    font-family: sf-ui-display-bold;
    font-size: 48px;
    color: #191727;
    text-align: center;
    margin-bottom: 30px;
}

.case-studies-section .intro-text {
    font-family: SF-UI-Display-Regular;
    font-size: 20px;
    line-height: 1.8;
    color: #191727;
    text-align: center;
    margin-bottom: 50px;
}

.case-studies-section .case-study-card {
    background: #f8f8f8;
    padding: 40px 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    min-height: 220px;
}

.case-studies-section .case-study-card:hover {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.case-studies-section .case-study-card h5 {
    font-family: sf-ui-display-bold;
    font-size: 24px;
    color: #e82a2a;
    margin-bottom: 20px;
}

.case-studies-section .case-study-card p {
    font-family: SF-UI-Display-Regular;
    font-size: 17px;
    line-height: 1.7;
    color: #191727;
    margin-bottom: 20px;
}

.case-studies-section .case-study-card a {
    font-family: sf-ui-display-bold;
    font-size: 16px;
    color: #e82a2a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.case-studies-section .case-study-card a:hover {
    color: #191727;
}

/* ========================================
   APP DEVELOPMENT PAGE - NEW STYLES 2025
   ======================================== */

/* Why Work With Us Section */
.why-high-performance-section {
    padding: 80px 0;
    background: #fff;
}

.why-high-performance-section h2 {
    font-family: sf-ui-display-bold;
    font-size: 42px;
    color: #191727;
    text-align: center;
    margin-bottom: 20px;
}

.why-high-performance-section .intro-text {
    font-family: SF-UI-Display-Regular;
    font-size: 18px;
    color: #191727;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.why-high-performance-section .cards-row {
    margin-top: 40px;
}

.why-high-performance-section .feature-card {
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #e82a2a;
}

.why-high-performance-section .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(232,42,42,0.15);
}

.why-high-performance-section .feature-card.dark {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    border-left: 4px solid #191727;
}

.why-high-performance-section .feature-card.dark:hover {
    box-shadow: 0 8px 30px rgba(25,23,39,0.15);
}

.why-high-performance-section .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.why-high-performance-section .icon-circle {
    width: 50px;
    height: 50px;
    background: #e82a2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.why-high-performance-section .feature-card.dark .icon-circle {
    background: #191727;
}

.why-high-performance-section .icon-circle i {
    color: #fff;
    font-size: 22px;
}

.why-high-performance-section .card-header h4,
.why-high-performance-section .feature-card h4 {
    font-family: sf-ui-display-bold;
    font-size: 24px;
    color: #191727;
    margin: 0;
}

.why-high-performance-section .feature-card ul {
    font-family: SF-UI-Display-Regular;
    font-size: 17px;
    line-height: 2.2;
    color: #191727;
    list-style: none;
    padding: 0;
}

.why-high-performance-section .feature-card ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.why-high-performance-section .feature-card ul li span {
    position: absolute;
    left: 0;
    color: #e82a2a;
    font-weight: bold;
}

.why-high-performance-section .results-container {
    font-family: SF-UI-Display-Regular;
    font-size: 17px;
    line-height: 2;
    color: #191727;
}

.why-high-performance-section .result-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-left: 3px solid #e82a2a;
}

.why-high-performance-section .result-item strong {
    color: #e82a2a;
    font-size: 28px;
    font-family: sf-ui-display-bold;
}

.why-high-performance-section .result-item span {
    font-size: 16px;
}

.why-high-performance-section .result-item .company {
    font-size: 14px;
    color: #666;
}

/* Mobile Apps That Drive Results Section */
.what-sets-apart-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
}

.what-sets-apart-section h2 {
    font-family: sf-ui-display-bold;
    font-size: 42px;
    color: #191727;
    text-align: center;
    margin-bottom: 20px;
}

.what-sets-apart-section .intro-text {
    font-family: SF-UI-Display-Regular;
    font-size: 18px;
    color: #191727;
    text-align: center;
    margin: 0 auto 50px;
}

.what-sets-apart-section .stats-row {
    margin-bottom: 50px;
}

.what-sets-apart-section .stat-card {
    text-align: center;
    padding: 40px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.what-sets-apart-section .stat-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 10px 40px rgba(232,42,42,0.2);
}

.what-sets-apart-section .stat-card .top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.what-sets-apart-section .stat-card .top-bar.red {
    background: linear-gradient(90deg, #e82a2a 0%, #ff6b6b 100%);
}

.what-sets-apart-section .stat-card .top-bar.gold {
    background: linear-gradient(90deg, #ffc107 0%, #ff9800 100%);
}

.what-sets-apart-section .stat-card .top-bar.dark {
    background: linear-gradient(90deg, #191727 0%, #333 100%);
}

.what-sets-apart-section .stat-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.what-sets-apart-section .stat-icon.red {
    background: linear-gradient(135deg, #e82a2a 0%, #ff4444 100%);
    box-shadow: 0 5px 15px rgba(232,42,42,0.3);
}

.what-sets-apart-section .stat-icon.gold {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    box-shadow: 0 5px 15px rgba(255,193,7,0.3);
}

.what-sets-apart-section .stat-icon.dark {
    background: linear-gradient(135deg, #191727 0%, #333 100%);
    box-shadow: 0 5px 15px rgba(25,23,39,0.3);
}

.what-sets-apart-section .stat-icon i {
    color: #fff;
    font-size: 32px;
}

.what-sets-apart-section .stat-number {
    font-family: sf-ui-display-bold;
    font-size: 54px;
    margin-bottom: 10px;
    line-height: 1;
}

.what-sets-apart-section .stat-number.red {
    color: #e82a2a;
}

.what-sets-apart-section .stat-number.gold {
    color: #ffc107;
}

.what-sets-apart-section .stat-number.dark {
    color: #191727;
}

.what-sets-apart-section .stat-number span {
    font-size: 32px;
}

.what-sets-apart-section .stat-title {
    font-family: SF-UI-Display-Regular;
    font-size: 18px;
    color: #191727;
    margin: 0;
    font-weight: 500;
}

.what-sets-apart-section .stat-subtitle {
    font-family: SF-UI-Display-Regular;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.what-sets-apart-section .dark-footer-box {
    background: linear-gradient(135deg, #191727 0%, #2c2a3f 100%);
    padding: 40px 50px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.what-sets-apart-section .achievement-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.what-sets-apart-section .achievement-item i {
    color: #e82a2a;
    font-size: 24px;
    margin-right: 15px;
}

.what-sets-apart-section .achievement-item p {
    font-family: SF-UI-Display-Regular;
    font-size: 17px;
    color: #fff;
    margin: 0;
}

/* App Development Capabilities Section */
.app-capabilities-section {
    padding: 80px 0;
    background: #f8f8f8;
}

.app-capabilities-section h2 {
    font-family: sf-ui-display-bold;
    font-size: 42px;
    color: #191727;
    text-align: center;
    margin-bottom: 20px;
}

.app-capabilities-section .subtitle {
    font-family: SF-UI-Display-Regular;
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: 60px;
}

.app-capabilities-section .capability-card {
    padding: 40px 30px;
    background: #fff;
    border-radius: 12px;
    min-height: 360px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.app-capabilities-section .capability-card:hover {
    transform: translateY(-8px) rotate(2deg);
    box-shadow: 0 12px 35px rgba(232,42,42,0.2);
}

.app-capabilities-section .capability-card:last-child:hover {
    transform: translateY(-8px) rotate(-2deg);
    box-shadow: 0 12px 35px rgba(25,23,39,0.2);
}

.app-capabilities-section .capability-card.featured {
    background: linear-gradient(135deg, #e82a2a 0%, #ff4444 100%);
    box-shadow: 0 8px 30px rgba(232,42,42,0.3);
    transform: scale(1.05);
}

.app-capabilities-section .capability-card.featured:hover {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 15px 40px rgba(232,42,42,0.4);
}

.app-capabilities-section .decorative-circle {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(232,42,42,0.1) 0%, rgba(232,42,42,0.05) 100%);
}

.app-capabilities-section .decorative-circle.dark {
    background: linear-gradient(135deg, rgba(25,23,39,0.1) 0%, rgba(25,23,39,0.05) 100%);
}

.app-capabilities-section .capability-icon {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.app-capabilities-section .capability-icon.red {
    background: linear-gradient(135deg, #e82a2a 0%, #ff4444 100%);
    box-shadow: 0 4px 15px rgba(232,42,42,0.3);
}

.app-capabilities-section .capability-icon.white {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.app-capabilities-section .capability-icon.dark {
    background: linear-gradient(135deg, #191727 0%, #333 100%);
    box-shadow: 0 4px 15px rgba(25,23,39,0.3);
}

.app-capabilities-section .capability-icon i {
    font-size: 32px;
}

.app-capabilities-section .capability-icon.red i,
.app-capabilities-section .capability-icon.dark i {
    color: #fff;
}

.app-capabilities-section .capability-icon.white i {
    color: #e82a2a;
}

.app-capabilities-section .capability-card h3 {
    font-family: sf-ui-display-bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.app-capabilities-section .capability-card.featured h3 {
    color: #fff;
}

.app-capabilities-section .capability-card:not(.featured) h3 {
    color: #191727;
}

.app-capabilities-section .capability-card ul {
    font-family: SF-UI-Display-Regular;
    font-size: 16px;
    line-height: 2;
    list-style: none;
    padding: 0;
}

.app-capabilities-section .capability-card:not(.featured) ul {
    color: #666;
}

.app-capabilities-section .capability-card.featured ul {
    color: rgba(255,255,255,0.95);
}

.app-capabilities-section .capability-card ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
}

.app-capabilities-section .capability-card ul li span {
    position: absolute;
    left: 0;
}

.app-capabilities-section .capability-card:not(.featured) ul li span {
    color: #e82a2a;
}

.app-capabilities-section .capability-card.featured ul li span {
    color: #fff;
    font-weight: bold;
}

.app-capabilities-section .capability-card:last-child ul li span {
    color: #191727;
}

.app-capabilities-section .capability-badge {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.app-capabilities-section .capability-card.featured .capability-badge {
    border-top: 2px solid rgba(255,255,255,0.3);
}

.app-capabilities-section .capability-badge span {
    font-family: sf-ui-display-bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.app-capabilities-section .capability-card:not(.featured) .capability-badge span {
    color: #e82a2a;
}

.app-capabilities-section .capability-card.featured .capability-badge span {
    color: #fff;
}

.app-capabilities-section .capability-card:last-child .capability-badge span {
    color: #191727;
}

.app-capabilities-section .popular-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255,255,255,0.2);
    padding: 5px 15px;
    border-radius: 20px;
}

.app-capabilities-section .popular-badge span {
    font-family: sf-ui-display-bold;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.app-capabilities-section .capability-icon.white {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.app-capabilities-section .capability-icon.dark {
    background: linear-gradient(135deg, #191727 0%, #333 100%);
    box-shadow: 0 4px 15px rgba(25,23,39,0.3);
}

.app-capabilities-section .capability-icon i {
    font-size: 32px;
}

.app-capabilities-section .capability-icon.red i,
.app-capabilities-section .capability-icon.dark i {
    color: #fff;
}

.app-capabilities-section .capability-icon.white i {
    color: #e82a2a;
}

.app-capabilities-section .capability-card h3 {
    font-family: sf-ui-display-bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.app-capabilities-section .capability-card.featured h3 {
    color: #fff;
}

.app-capabilities-section .capability-card:not(.featured) h3 {
    color: #191727;
}

.app-capabilities-section .capability-card ul {
    font-family: SF-UI-Display-Regular;
    font-size: 16px;
    line-height: 2;
    list-style: none;
    padding: 0;
}

.app-capabilities-section .capability-card.featured ul {
    color: rgba(255,255,255,0.95);
}

.app-capabilities-section .capability-card:not(.featured) ul {
    color: #666;
}

.app-capabilities-section .capability-card ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
}

.app-capabilities-section .capability-card.featured ul li span {
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: bold;
}

.app-capabilities-section .capability-card:not(.featured) ul li span {
    position: absolute;
    left: 0;
}

.app-capabilities-section .capability-card ul li span.red {
    color: #e82a2a;
}

.app-capabilities-section .capability-card ul li span.dark {
    color: #191727;
}

.app-capabilities-section .capability-footer {
    margin-top: 20px;
    padding-top: 20px;
}

.app-capabilities-section .capability-card.featured .capability-footer {
    border-top: 2px solid rgba(255,255,255,0.3);
}

.app-capabilities-section .capability-card:not(.featured) .capability-footer {
    border-top: 2px solid #f0f0f0;
}

.app-capabilities-section .capability-footer span {
    font-family: sf-ui-display-bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.app-capabilities-section .capability-card.featured .capability-footer span {
    color: #fff;
}

.app-capabilities-section .capability-card:not(.featured) .capability-footer span.red {
    color: #e82a2a;
}

.app-capabilities-section .capability-card:not(.featured) .capability-footer span.dark {
    color: #191727;
}

.app-capabilities-section .popular-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255,255,255,0.2);
    padding: 5px 15px;
    border-radius: 20px;
}

.app-capabilities-section .popular-badge span {
    font-family: sf-ui-display-bold;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

/* Who We Work With Section - Updated */
.industries-section {
    padding: 80px 0;
    background: #fff;
}

.industries-section .section-title-underline {
    font-family: sf-ui-display-bold;
    font-size: 42px;
    color: #191727;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 20px;
}

.industries-section .section-title-underline .underline {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #e82a2a;
    border-radius: 2px;
}

.industries-section .industries-cards-row {
    margin-top: 60px;
}

.industries-section .industry-card {
    background: #f8f8f8;
    padding: 0;
    border-radius: 12px;
    min-height: 140px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.industries-section .industry-card:hover {
    background: #fff;
    box-shadow: 0 8px 25px rgba(232,42,42,0.12);
    transform: translateY(-5px);
}

.industries-section .industry-card .top-red-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #e82a2a;
    border-radius: 12px 12px 0 0;
}

.industries-section .industry-card .icon-circle {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(232,42,42,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industries-section .industry-card .icon-circle i {
    color: #e82a2a;
    font-size: 20px;
}

.industries-section .industry-card .card-content {
    padding: 35px 30px;
}

.industries-section .industry-card h4 {
    font-family: sf-ui-display-bold;
    font-size: 22px;
    color: #e82a2a;
    margin-bottom: 18px;
    padding-right: 60px;
    line-height: 1.3;
}

.industries-section .industry-card p {
    font-family: SF-UI-Display-Regular;
    font-size: 15px;
    color: #191727;
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   RESPONSIVE DESIGN - MOBILE OPTIMIZATIONS
   ======================================== */

/* Tablet & Below (max-width: 991px) */
@media (max-width: 991px) {
    /* Why Work With Us Section */
    .why-high-performance-section h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .why-high-performance-section .intro-text {
        font-size: 16px;
        margin-bottom: 35px;
    }
    
    .why-high-performance-section .cards-row {
        margin-top: 20px;
    }
    
    .why-high-performance-section .feature-card {
        padding: 30px 25px;
        margin-bottom: 20px;
    }
    
    /* Mobile Apps Section */
    .what-sets-apart-section h2 {
        font-size: 32px;
    }
    
    .what-sets-apart-section .stat-number {
        font-size: 46px;
    }
    
    .what-sets-apart-section .dark-footer-box {
        padding: 30px 25px;
    }
    
    /* Capabilities Section */
    .app-capabilities-section h2 {
        font-size: 32px;
    }
    
    .app-capabilities-section .capability-card {
        margin-bottom: 20px;
        min-height: auto;
    }
    
    .app-capabilities-section .capability-card.featured {
        transform: scale(1);
    }
    
    /* Industries Section */
    .industries-section .section-title-underline {
        font-size: 32px;
    }
    
    .industries-section .industry-card h4 {
        font-size: 20px;
        padding-right: 0px;
    }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
    /* Why Work With Us Section */
    .why-high-performance-section {
        padding: 50px 0;
    }
    
    .why-high-performance-section h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    
    .why-high-performance-section .intro-text {
        font-size: 15px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    
    .why-high-performance-section .feature-card {
        padding: 25px 20px;
        margin-bottom: 15px;
    }
    
    .why-high-performance-section .card-header {
        margin-bottom: 20px;
    }
    
    .why-high-performance-section .icon-circle {
        width: 45px;
        height: 45px;
        margin-right: 12px;
    }
    
    .why-high-performance-section .icon-circle i {
        font-size: 20px;
    }
    
    .why-high-performance-section .card-header h4 {
        font-size: 20px;
    }
    
    .why-high-performance-section .feature-card ul {
        font-size: 15px;
        line-height: 1.9;
    }
    
    .why-high-performance-section .feature-card ul li {
        padding-left: 25px;
        margin-bottom: 8px;
    }
    
    .why-high-performance-section .result-item {
        padding: 15px;
        margin-bottom: 12px;
    }
    
    .why-high-performance-section .result-item strong {
        font-size: 24px;
    }
    
    .why-high-performance-section .result-item span {
        font-size: 15px;
    }
    
    .why-high-performance-section .result-item .company {
        font-size: 13px;
    }
    
    /* Mobile Apps Section */
    .what-sets-apart-section {
        padding: 50px 0;
    }
    
    .what-sets-apart-section h2 {
        font-size: 26px;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    
    .what-sets-apart-section .intro-text {
        font-size: 15px;
        margin-bottom: 35px;
        padding: 0 15px;
    }
    
    .what-sets-apart-section .stats-row {
        margin-bottom: 30px;
    }
    
    .what-sets-apart-section .stat-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .what-sets-apart-section .stat-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    
    .what-sets-apart-section .stat-icon i {
        font-size: 28px;
    }
    
    .what-sets-apart-section .stat-number {
        font-size: 42px;
        margin-bottom: 8px;
    }
    
    .what-sets-apart-section .stat-number span {
        font-size: 28px;
    }
    
    .what-sets-apart-section .stat-title {
        font-size: 16px;
    }
    
    .what-sets-apart-section .stat-subtitle {
        font-size: 13px;
        margin-top: 8px;
    }
    
    .what-sets-apart-section .dark-footer-box {
        padding: 25px 20px;
    }
    
    .what-sets-apart-section .achievement-item {
        margin-bottom: 15px;
    }
    
    .what-sets-apart-section .achievement-item i {
        font-size: 20px;
        margin-right: 12px;
        flex-shrink: 0;
    }
    
    .what-sets-apart-section .achievement-item p {
        font-size: 15px;
    }
    
    /* App Capabilities Section */
    .app-capabilities-section {
        padding: 50px 0;
    }
    
    .app-capabilities-section h2 {
        font-size: 26px;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    
    .app-capabilities-section .subtitle {
        font-size: 15px;
        margin-bottom: 40px;
        padding: 0 15px;
    }
    
    .app-capabilities-section .capability-card {
        padding: 30px 20px;
        margin-bottom: 20px;
        min-height: auto;
    }
    
    .app-capabilities-section .capability-card.featured {
        transform: scale(1);
        margin-bottom: 20px;
    }
    
    .app-capabilities-section .capability-card:hover,
    .app-capabilities-section .capability-card.featured:hover {
        transform: translateY(-5px);
    }
    
    .app-capabilities-section .decorative-circle {
        width: 100px;
        height: 100px;
        top: -30px;
        right: -30px;
    }
    
    .app-capabilities-section .capability-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .app-capabilities-section .capability-icon i {
        font-size: 28px;
    }
    
    .app-capabilities-section .capability-card h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .app-capabilities-section .capability-card ul {
        font-size: 15px;
        line-height: 1.8;
    }
    
    .app-capabilities-section .capability-card ul li {
        padding-left: 22px;
        margin-bottom: 10px;
    }
    
    .app-capabilities-section .capability-badge {
        margin-top: 15px;
        padding-top: 15px;
    }
    
    .app-capabilities-section .capability-badge span {
        font-size: 12px;
    }
    
    .app-capabilities-section .popular-badge {
        padding: 4px 12px;
    }
    
    .app-capabilities-section .popular-badge span {
        font-size: 11px;
    }
    
    /* Industries Section */
    .industries-section {
        padding: 50px 0;
    }
    
    .industries-section .section-title-underline {
        font-size: 26px;
        margin-bottom: 12px;
        padding-bottom: 15px;
    }
    
    .industries-section .section-title-underline .underline {
        width: 60px;
        height: 3px;
    }
    
    .industries-section .industries-cards-row {
        margin-top: 40px;
    }
    
    .industries-section .industry-card {
        margin-bottom: 20px;
        min-height: auto;
    }
    
    .industries-section .industry-card .icon-circle {
        width: 45px;
        height: 45px;
        top: 15px;
        right: 15px;
    }
    
    .industries-section .industry-card .icon-circle i {
        font-size: 18px;
    }
    
    .industries-section .industry-card .card-content {
        padding: 25px 20px;
    }
    
    .industries-section .industry-card h4 {
        font-size: 18px;
        margin-bottom: 15px;
        padding-right: 0px;
    }
    
    .industries-section .industry-card p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .why-high-performance-section h2,
    .what-sets-apart-section h2,
    .app-capabilities-section h2,
    .industries-section .section-title-underline {
        font-size: 24px;
    }
    
    .why-high-performance-section .intro-text,
    .what-sets-apart-section .intro-text,
    .app-capabilities-section .subtitle {
        font-size: 14px;
    }
    
    .what-sets-apart-section .stat-number {
        font-size: 38px;
    }
    
    .what-sets-apart-section .stat-number span {
        font-size: 24px;
    }
    
    .app-capabilities-section .capability-card h3 {
        font-size: 18px;
    }
    
    .what-sets-apart-section .dark-footer-box {
        padding: 20px 15px;
    }
    
    .what-sets-apart-section .achievement-item p {
        font-size: 14px;
    }
}

/* ========================================
   FAQ SECTION - UNIFIED STYLES
   ======================================== */

.faq-section {
    padding: 60px 0;
    background: #f8f8f8;
}

.faq-section h2 {
    font-family: sf-ui-display-bold;
    font-size: 36px;
    color: #191727;
    text-align: center;
    margin-bottom: 50px;
}

.faq-card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.faq-card:hover {
    box-shadow: 0 4px 12px rgba(232,42,42,0.1);
}

.faq-card-header {
    background: transparent;
    border: none;
    padding: 0;
}

.faq-card-header .btn-link {
    font-family: sf-ui-display-bold;
    font-size: 17px;
    color: #191727;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    transition: color 0.3s ease;
        font-weight: bold;
}

.faq-card-header .btn-link:hover,
.faq-card-header .btn-link:focus {
    color: #e82a2a;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

.faq-card-header .btn-link::after {
    content: '+';
    font-size: 24px;
    font-weight: 300;
    color: #e82a2a;
    transition: transform 0.3s ease;
}

.faq-card-header .btn-link:not(.collapsed)::after {
    content: '−';
    transform: rotate(0deg);
}

.faq-card-body {
    padding: 0 25px 25px 25px;
    font-family: SF-UI-Display-Regular;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.faq-card-body p {
    margin-bottom: 12px;
}

.faq-card-body p:last-child {
    margin-bottom: 0;
}

.faq-card-body ul {
    margin: 12px 0;
    padding-left: 20px;
}

.faq-card-body ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.faq-card-body strong {
    color: #191727;
    font-weight: 600;
}

/* FAQ Responsive */
@media (max-width: 767px) {
    .faq-section {
        padding: 40px 0;
    }
    
    .faq-section h2 {
        font-size: 26px;
        margin-bottom: 35px;
        padding: 0 15px;
    }
    
    .faq-card {
        margin-bottom: 12px;
    }
    
    .faq-card-header .btn-link {
        font-size: 16px;
        text-wrap: auto;
        padding: 18px 20px;
    }
    
    .faq-card-header .btn-link::after {
        font-size: 22px;
    }
    
    .faq-card-body {
        padding: 0 20px 20px 20px;
        font-size: 14px;
    }
    
    .faq-card-body ul {
        padding-left: 18px;
    }
}

@media (max-width: 480px) {
    .faq-section h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .faq-card-header .btn-link {
        font-size: 15px;
        padding: 16px 18px;
    }
    
    .faq-card-body {
        padding: 0 18px 18px 18px;
        font-size: 14px;
    }
}

/* Apptology Custom Styles */

/* Phone Input with Country Code */
.phone_input_wrapper {
    display: flex;
    gap: 10px;
    width: 100%;
}

.country_code_select {
    width: 25% !important;
    min-width: 100px;
    flex-shrink: 0;
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
}

.country_code_select option {
    background: #1a1a2e;
    color: white;
}

.phone_input_wrapper input[type="tel"],
.input_rows .phone_input_wrapper input[type="tel"] {
    width: 75% !important;
    flex: 1;
    min-width: 0;
}

.phone_group {
    width: 100% !important;
}

/* Override the 100% width for phone wrapper elements */
.input_rows .phone_input_wrapper .country_code_select {
    width: 25% !important;
    min-width: 100px;
    flex-shrink: 0;
}

.input_rows .phone_input_wrapper input {
    width: 75% !important;
}

/* Form input rows - stack vertically */
.input_rows {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.input_rows label {
    margin-top: 8px;
    margin-bottom: 3px;
    display: block;
    font-size: 13px;
}

.input_rows input,
.input_rows select,
.input_rows textarea {
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.input_rows select.full_width,
.input_rows textarea {
    width: 100% !important;
}

/* Full width email */
.input_rows input.full_width {
    width: 100% !important;
}

/* Let's Chat WhatsApp Button - uses same button_submit_a class with green color */
.lets_chat_section {
    display: block;
    margin-top: 10px;
}

.lets_chat_green {
    background: #25D366 !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.lets_chat_green:hover {
    text-decoration: none;
}

/* Ensure link version of button_submit_a matches button exactly */
a.button_submit_a {
    text-decoration: none;
    display: inline-block;
}

a.button_submit_a:hover {
    text-decoration: none;
    opacity: .7;
    color: #fff;
}

@media (max-width: 768px) {
    .phone_input_wrapper {
        flex-direction: column;
    }
    
    .country_code_select {
        width: 100% !important;
    }
}

/* Floating WhatsApp Button */
.whatsapp_float_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #25D366;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp_float_btn:hover {
    background: #128C7E;
    color: #fff;
    transform: scale(1.1);
    text-decoration: none;
}

.whatsapp_float_btn i {
    line-height: 1;
}

/* Header Logo Size */
.slide_navbar > a img {
    width: 70px !important;
}

/* Ensure sidebar menu is always visible */
.slide_navbar {
    z-index: 100 !important;
}

.overlay_navigationbar {
    z-index: 200 !important;
}

/* Contact Section Heading */
.contact_dark_section_new h5,
.new_contact_section h5 {
    color: #fff !important;
}

/* Contact Page Layout - Form + Map */
.animsition-overlay {
    display: block !important;
}

.contact_page_wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    min-height: 100vh;
    background-color: #1C1D20;
    width: 100% !important;
}

.contact_form_side {
    width: 55% !important;
    flex: 0 0 55% !important;
    padding: 80px 60px;
    padding-left: 100px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    box-sizing: border-box;
}

/* Map side removed - using full width form with world map background */

/* Hide any map elements */
#map,
.contact_map_side,
div[id*="map"]:not(.world_map_pins):not(.world_map_container):not([id*="map_pin"]) {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}

/* Ensure contact layout is full width */
#contact_main_layout {
    width: 100% !important;
}

#contact_main_layout .contact_form_side {
    width: 100% !important;
    flex: 0 0 100% !important;
}

@media only screen and (max-width: 1000px) {
    .contact_page_wrapper {
        flex-direction: column !important;
    }
    
    .contact_form_side {
        width: 100% !important;
        flex: 0 0 100% !important;
        padding: 40px 20px;
        padding-left: 20px;
    }
}

/* Contact Page Form Styling */
.contact_form_side {
    background: #1C1D20 !important;
    overflow: hidden !important;
    position: relative !important;
}

.contact_form_side .world_map_container {
    background-size: 100% !important;
    background-position: center center !important;
    opacity: 0.4 !important;
}

/* Force contact form elements to stay within container */
#contact_main_layout {
    overflow: hidden;
}

#contact_main_layout .contact_form_side {
    overflow: hidden;
}

#contact_main_layout .contact_form_side * {
    box-sizing: border-box !important;
}

#contact_main_layout .contact_form_side .contact_dark_section_new {
    max-width: 450px;
    width: 100%;
}

#contact_main_layout .contact_form_side .contact_details_row {
    max-width: 450px;
    width: 100%;
}

#contact_main_layout .contact_form_side .input_rows {
    width: 100% !important;
    max-width: 100% !important;
}

#contact_main_layout .contact_form_side .input_rows input,
#contact_main_layout .contact_form_side .input_rows select,
#contact_main_layout .contact_form_side .input_rows textarea {
    width: 100% !important;
    max-width: 450px !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 15px !important;
}

#contact_main_layout .contact_form_side .input_rows input::placeholder,
#contact_main_layout .contact_form_side .input_rows textarea::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

#contact_main_layout .contact_form_side .input_rows select option {
    background: #1C1D20;
    color: #fff;
}

.contact_dark_section_new h2 {
    color: #fff !important;
    font-family: sf-ui-display-bold, sans-serif;
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 20px;
}

.contact_subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
}

@media only screen and (max-width: 1000px) {
    .contact_dark_section_new h2 {
        font-size: 35px;
        line-height: 45px;
    }
    
    .contact_subtitle {
        font-size: 16px;
    }
}

/* Contact Details Row - below form */
.contact_details_row {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact_detail_col {
    flex: 1;
}

.contact_detail_col .new_contact_title {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact_detail_col p {
    color: #fff;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.6;
}

.contact_detail_col a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact_detail_col a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
    .contact_details_row {
        flex-direction: column;
        gap: 30px;
    }
}

/* World Map Country Pins - Clean map without old pins */
.new_contact_section,
section.new_contact_section {
    position: relative;
    background: #1C1D20 !important;
    background-image: none !important;
    background-size: 0 !important;
}

.new_contact_section > * {
    position: relative;
    z-index: 2;
}

/* Clean world map background */
.world_map_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/home/world_ex.png') no-repeat;
    background-size: 65%;
    background-position: right center;
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}

.world_map_pins {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 3;
}

.map_pin {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.pin_flag {
    font-size: 24px;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.pin_name {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1000px) {
    .world_map_pins {
        display: none;
    }
}

/* Hide form field labels (placeholders already show the field names) */
.input_rows > label,
.input_rows .group > label,
.phone_group > label {
    display: none !important;
}

/* Hide footer and remove whitespace */
.footer_main,
.footer_general,
.no_foot_spec,
footer {
    display: none !important;
}

body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Theme CTA Buttons - Gradient from #D83F5A to #6E2D6E */
.cta-btn-purple {
    display: inline-block;
    background: linear-gradient(135deg, #D83F5A 0%, #6E2D6E 100%);
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(110, 45, 110, 0.3);
}

.cta-btn-purple:hover {
    background: linear-gradient(135deg, #C13550 0%, #5A2459 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(110, 45, 110, 0.4);
    color: #ffffff !important;
}

/* Theme Buttons - Gradient from #D83F5A to #6E2D6E */
.button_submit_a,
button.button_submit_a,
input.button_submit_a,
a.button_submit_a {
    background: linear-gradient(135deg, #D83F5A 0%, #6E2D6E 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 14px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(110, 45, 110, 0.3) !important;
    transition: all 0.3s ease !important;
}

.button_submit_a:hover,
button.button_submit_a:hover,
input.button_submit_a:hover,
a.button_submit_a:hover {
    background: linear-gradient(135deg, #C13550 0%, #5A2459 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(110, 45, 110, 0.4) !important;
}

._morp_h_a {
    background: #6E2D6E !important;
    background-color: #6E2D6E !important;
    color: #ffffff !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

._morp_h_a:hover {
    background: #5A2459 !important;
    background-color: #5A2459 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(110, 45, 110, 0.4) !important;
}

/* .view_case excluded from theme - keeping original style */

/* Theme accent for other interactive elements */
._morph_icon {
    background-color: #6E2D6E !important;
}

.white_extrabtn {
    background: #6E2D6E !important;
    color: #ffffff !important;
}

.white_extrabtn:hover {
    background: #5A2459 !important;
}

/* button.screens excluded from theme - keeping original style */

/* Form submit buttons and CTA buttons */
input[type="submit"],
button[type="submit"] {
    background: linear-gradient(135deg, #D83F5A 0%, #6E2D6E 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 14px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(110, 45, 110, 0.3) !important;
    transition: all 0.3s ease !important;
    cursor: pointer;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
    background: linear-gradient(135deg, #C13550 0%, #5A2459 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(110, 45, 110, 0.4) !important;
}

/* Navigation and menu links hover */
.overlay a:hover,
.overlay a:focus {
    color: #D83F5A !important;
}

/* Contact form button specific override */
#submitmaincontactBtn {
    background: linear-gradient(135deg, #D83F5A 0%, #6E2D6E 100%) !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 14px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(110, 45, 110, 0.3) !important;
}

#submitmaincontactBtn:hover {
    background: linear-gradient(135deg, #C13550 0%, #5A2459 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(110, 45, 110, 0.4) !important;
}

/* History Timeline Carousel */
.our_history .row {
    width: 100%;
    margin: 0;
}

#carouselExampleIndicators1 {
    width: 100%;
}

#carouselExampleIndicators1 .carousel-inner {
    min-height: 180px;
    width: 100%;
}

#carouselExampleIndicators1 .carousel-item {
    padding: 30px 0;
    text-align: left;
}

#carouselExampleIndicators1 .carousel-item h5 {
    font-size: 24px;
    font-weight: 700;
    color: #191727;
    margin-bottom: 15px;
    text-align: left;
}

#carouselExampleIndicators1 .carousel-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    max-width: 100%;
    text-align: left;
    margin: 0;
}

.history_indicators {
    margin-bottom: 20px;
}

/* Team section skill bars - theme color */
.skills_line {
    background: linear-gradient(135deg, #D83F5A 0%, #6E2D6E 100%) !important;
    background-color: #6E2D6E !important;
}

.history_indicators .ind_hios {
    cursor: pointer;
    transition: all 0.3s ease;
}

.history_indicators .ind_hios:hover {
    color: #6E2D6E;
}

.history_indicators .ind_hios.active {
    color: #6E2D6E;
    font-weight: 700;
}
