/*********************************************************************************

    Template Name: Fsulting - Financial Consulting Bootstrap 4 Template
	Description: Fsulting is a beautiful and unique financial & consulting html template which comes with bootstrap 4 framework.
	Version: 1

	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/

.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* -----------------------------------------------------------
   Navigation Active Indicator Fix
   ----------------------------------------------------------- */
.main-navigation ul li.active-menu {
    border: none !important;
}

.main-navigation ul li.active-menu > a {
    color: #f08426 !important;
}

/* -----------------------------------------------------------
   Modern Checked Lists
   ----------------------------------------------------------- */
#features-area .feature__content ul,
.pg-services__details ul {
    list-style: none !important;
    padding-left: 0 !important;
}

#features-area .feature__content ul li,
.pg-services__details ul li {
    position: relative;
    padding-left: 28px !important;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
}

#features-area .feature__content ul li {
    color: #ffffff;
}

.pg-services__details ul li {
    color: #555;
}

#features-area .feature__content ul li::before,
.pg-services__details ul li::before {
    content: '\f00c' !important; /* FontAwesome check icon */
    font-family: 'FontAwesome' !important;
    position: absolute;
    left: 0;
    top: 2px;
    color: #f08426 !important;
    font-size: 14px;
    font-weight: 900;
}

/* -----------------------------------------------------------
   About Page Layout & Card Grid
   ----------------------------------------------------------- */
.about-area__content {
    font-family: 'Poppins', sans-serif;
}

.about-sub-title {
    font-size: 24px;
    font-weight: 700;
    color: #333982;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.about-sub-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #f08426;
    border-radius: 2px;
}

.about-lead-text {
    font-size: 17px;
    color: #303030;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-area__content p {
    font-size: 15px;
    color: #666;
    line-height: 1.75;
    text-align: justify;
}

/* Strengths Grid */
.strengths-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .strengths-grid {
        grid-template-columns: 1fr;
    }
}

.strength-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.strength-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(51, 57, 130, 0.08);
    border-color: rgba(51, 57, 130, 0.12);
}

.strength-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: linear-gradient(135deg, #333982, #5c63bf);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(51, 57, 130, 0.15);
    transition: transform 0.3s ease;
}

.strength-item:hover .strength-icon {
    transform: scale(1.05) rotate(5deg);
}

.strength-item:nth-child(even) .strength-icon {
    background: linear-gradient(135deg, #f08426, #ffaa60);
    box-shadow: 0 4px 10px rgba(240, 132, 38, 0.15);
}

.strength-item p {
    margin-bottom: 0 !important;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    line-height: 1.4;
    text-align: left;
}

/* -----------------------------------------------------------
   Video Player Box & Onboard Animations
   ----------------------------------------------------------- */
.embed-responsive {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.embed-responsive:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

.yukari {
    margin-top: 15px;
}

/* -----------------------------------------------------------
   Summary View on Homepage
   ----------------------------------------------------------- */
#about-area .about-area__content .about-diff,
#about-area .about-area__content .about-strengths {
    display: none;
}

/* -----------------------------------------------------------
   Premium Feature Cards Redesign
   ----------------------------------------------------------- */
#features-area-new {
    background-color: #f8f9fa;
}

.title-accent-line {
    width: 60px;
    height: 4px;
    background-color: #f08426;
    border-radius: 2px;
    margin-top: 15px;
}

.feature-card-premium {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.04);
    display: flex;
    gap: 25px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: left;
}

.feature-card-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(51, 57, 130, 0.08);
    border-color: rgba(51, 57, 130, 0.12);
}

.feature-card-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.bg-blue-grad {
    background: linear-gradient(135deg, #333982, #5c63bf);
}
.bg-orange-grad {
    background: linear-gradient(135deg, #f08426, #ffaa60);
}
.bg-green-grad {
    background: linear-gradient(135deg, #00AC1F, #4ad662);
}
.bg-purple-grad {
    background: linear-gradient(135deg, #7b1fa2, #ae52d4);
}

.feature-card-content {
    flex-grow: 1;
}

.feature-card-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #303030;
    line-height: 1.5;
    margin-bottom: 12px;
}

.feature-sub-title {
    font-size: 14px;
    font-weight: 600;
    color: #f08426;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-card-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 0;
}

.feature-card-list li {
    position: relative;
    padding-left: 24px !important;
    margin-bottom: 8px;
    font-size: 14.5px;
    color: #666;
    line-height: 1.5;
}

.feature-card-list li::before {
    content: '\f00c' !important;
    font-family: 'FontAwesome' !important;
    position: absolute;
    left: 0;
    top: 2px;
    color: #f08426 !important;
    font-size: 13px;
}

/* -----------------------------------------------------------
   Modern Service Cards Redesign
   ----------------------------------------------------------- */
.service {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 30px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02) !important;
    border: 1px solid rgba(0,0,0,0.04) !important;
    transition: all 0.3s ease !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(51, 57, 130, 0.08) !important;
    border-color: rgba(51, 57, 130, 0.12) !important;
}

.service-icon-badge {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.service:hover .service-icon-badge {
    transform: scale(1.1) rotate(5deg);
}

.service__icon {
    display: none !important; /* Hide old icon wrapper */
}

.service__content {
    padding-left: 0 !important;
}

.service__content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #303030;
    margin-bottom: 12px;
}

.service__content h5 a {
    color: #303030;
    transition: color 0.2s;
}

.service__content h5 a:hover {
    color: #f08426;
}

.service__content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}



.custom-orange-btn { background-color: #f08426 !important; border-color: #f08426 !important; color: #ffffff !important; z-index: 1; position: relative; } 
.custom-orange-btn:hover { background-color: #d17120 !important; border-color: #d17120 !important; color: #ffffff !important; } 
.custom-orange-btn::before { display: none !important; }

/* Link Colors Fix */
.widget-contact-info a { color: #f08426 !important; }
.widget-contact-info a:hover { color: #d17120 !important; }
.about-area__content a { color: #f08426; text-decoration: underline; font-weight: 500; }
.about-area__content a:hover { color: #d17120; }
