﻿
/*.header_container { background-color: #233440;}*/
.header_container { position: sticky; top: 0; z-index: 1000; background: #eaf3fc; transition: box-shadow 0.3s ease; }

.header_container.scrolled { background: linear-gradient(180deg, #eaf3fc 0%, #dbeafd 100%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); position: fixed; width: 100%; }

.header-inner { position: relative; }
.glow-wrap { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.logo img { width: 60px; }
.livehelpimg, .meetnowimg { width: 40px; }
.active { color: coral !important; }


/*.banner_container { background-color: #293843; }*/
.banner_container { position: relative; overflow: hidden; background: radial-gradient(ellipse 60% 50% at 15% 0%, rgba(147,197,253,0.35) 0%, transparent 60%), radial-gradient(ellipse 55% 45% at 85% 10%, rgba(59,130,246,0.25) 0%, transparent 60%), linear-gradient(180deg, #f4f9ff 0%, #eaf3fc 30%, #f7fbff 60%, #ffffff 90%); }

.grain-overlay { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.035; mix-blend-mode: multiply; pointer-events: none; z-index: 0; }

.diagonal-lines { position: absolute; inset: 0; z-index: 0; opacity: 0.4; pointer-events: none; background-image: repeating-linear-gradient(115deg, rgba(59,130,246,0.06) 0px, rgba(59,130,246,0.06) 1px, transparent 1px, transparent 34px); -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 10%, black 0%, transparent 80%); mask-image: radial-gradient(ellipse 75% 65% at 50% 10%, black 0%, transparent 80%); }

.glass-badge { position: absolute; z-index: 2; background: rgba(255,255,255,0.7); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.6); border-radius: 10px; padding: 8px 12px; box-shadow: 0 8px 20px rgba(59,130,246,0.12); font-size: 11px; color: #1a1a1a; }

.badge-1 { top: 150px; left: 6%; animation: floatA 8s ease-in-out infinite; }
.badge-2 { top: 110px; right: 7%; animation: floatB 9s ease-in-out infinite; }

.dot-green { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; display: inline-block; margin-right: 4px; }
.green-text { color: #16a34a; }
.blue-text { color: #3b82f6; }

.ring { position: absolute; top: 36px; right: 26%; width: 54px; height: 54px; opacity: 0.45; z-index: 0; animation: spin 22s linear infinite; }

.bottom-wave { position: absolute; bottom: -2px; left: 0; width: 100%; height: 70px; z-index: 0; pointer-events: none; }

.banner-content { position: relative; z-index: 1; }
/* Glow blobs — currently referenced in HTML but never styled */
.glow { position: absolute; border-radius: 50%; pointer-events: none; }

.glow-a { top: -80px; left: -100px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 70%); filter: blur(20px); animation: floatA 12s ease-in-out infinite; }

.glow-b { top: 0; right: -140px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(59, 130, 246, 0.18) 0%, transparent 70%); filter: blur(25px); animation: floatB 15s ease-in-out infinite; }

/* Keyframes — currently missing, so all your animations silently do nothing */
@keyframes floatA {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, 15px); }
}

@keyframes floatB {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-20px, 20px); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.dashboard-fade img { -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%); mask-image: linear-gradient(to bottom, black 60%, transparent 100%); }

.stats_container { background: #fff; padding: 40px 0; }

.stats-strip { background: #fff; border: 1px solid #e8eef5; border-radius: 14px; box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04); overflow: hidden; }

.stat-item { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid #e8eef5; height: 100%; }

.stat-item-last,
.stats-strip .col-md-3:last-child .stat-item { border-right: none; }

.stat-icon { width: 42px; height: 42px; border-radius: 10px; background: #eaf3fc; color: #3b82f6; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }

.stat-title { font-size: 14px; font-weight: 700; color: #1a1a1a; line-height: 1.3; }

.stat-sub { font-size: 12px; color: #8a97a5; }

/* stack cleanly on mobile — drop the dividers that fall at row edges */
@media (max-width: 767px) {
    .stat-item { border-right: none; border-bottom: 1px solid #e8eef5; }
    .stats-strip .col-6:nth-child(odd) .stat-item { border-right: 1px solid #e8eef5; }
}
/* Shared */
.badge-pill { display: inline-block; background: #cee6fe; color: #3b82f6; font-size: 11px; font-weight: 600; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 20px; }
.text-purple { color: #a855f7 !important; }
.tool-icon { background: #edf4fa; border-radius: 12px; padding: 20px 10px; text-align: center; cursor:pointer;}
.tool-icon i { font-size: 22px; display: block; margin-bottom: 8px; }
.tool-icon span { font-size: 12px; color: #1a1a1a; }
.bar-chart { display: flex; align-items: flex-end; gap: 10px; height: 140px; }
.bar { flex: 1; background: linear-gradient(180deg, #60a5fa, #3b82f6); border-radius: 4px 4px 0 0; }

/* 1. Features */
.features_container { background: #ffffff; }
.feature-col { border-right: 1px solid #eee; }
.feature-icon { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, #3b82f6, #60a5fa); display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff; box-shadow: 0 8px 20px rgba(59, 130, 246, 0.25); }

/* 2. Pipeline / tabs */
.pipeline_container { background: #edf4fa; }
.pipeline-tabs { list-style: none; display: flex; gap: 24px; padding: 0; margin: 0; border-bottom: 1px solid #e3eaf1; }
.pipeline-tab { font-size: 13px; color: #8a97a5; padding-bottom: 10px; cursor: pointer; border-bottom: 2px solid transparent; }
.pipeline-tab.active { color: #3b82f6; font-weight: 600; border-bottom-color: #3b82f6; }
.pipeline-card { background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06); }
.pipeline-panel { display: none; }
.pipeline-panel.active { display: block; }
.pipeline-logo { width: 32px; height: 32px; border-radius: 8px; background: #3b82f6; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.pipeline-col { background: #f7fafd; border-radius: 10px; padding: 14px; height: 100%; }
.pipeline-col-highlight { background: #f0fdf6; }
.pipeline-col-title { font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.lead-card { display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 8px; padding: 8px; margin-bottom: 8px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }
.avatar { width: 28px; height: 28px; border-radius: 50%; background: #dbeafd; flex-shrink: 0; }
.lead-name { font-size: 12px; font-weight: 600; color: #1a1a1a; }
.lead-email { font-size: 10px; color: #8a97a5; }
.stat-box { background: #f7fafd; border-radius: 10px; padding: 18px; }

/* 3. Solutions */
.solutions_container { background: #fff; }
.solution-card { background: #f7fafd; border-radius: 16px; padding: 32px; height: 100%; }
.solution-card-purple { background: #faf5ff; }
.solution-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; margin-bottom: 16px; }
.bg-blue-soft { background: #3b82f6; }
.bg-purple-soft { background: #a855f7; }
.stepper { position: relative; display: flex; justify-content: space-between; margin-top: 24px; }
.stepper-line { position: absolute; top: 6px; left: 0; right: 0; height: 1px; background: #cfe0f5; z-index: 0; }
.stepper-purple .stepper-line { background: #e6d5fb; }
.stepper-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; flex: 1; }
.stepper-dot { width: 13px; height: 13px; border-radius: 50%; background: #3b82f6; border: 3px solid #f7fafd; }
.stepper-purple .stepper-dot { background: #a855f7; border-color: #faf5ff; }
.stepper-label { font-size: 10px; color: #5b6b7a; text-align: center; }

/* 4. AI section */
.ai_container { background: linear-gradient(135deg, #0f1c2e, #1b2a38); }
.badge-pill-dark { background: rgba(59,130,246,0.15); color: #93c5fd; }
.ai-feature { display: flex; flex-direction: column; align-items: center; gap: 6px; color: #93c5fd; font-size: 12px; }
.ai-feature i { font-size: 18px; }
.ai-call-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px;  }
.ai-avatar { width: 48px; height: 48px; border-radius: 50%; background: #3b82f6; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; }
.call-btn { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); color: #fff; display: flex; align-items: center; justify-content: center; }
.call-btn-danger { background: #ef4444; }
.ai-steps { list-style: none; padding: 0; counter-reset: step; }
.ai-steps li { counter-increment: step; margin-bottom: 10px; padding-left: 28px; position: relative; }
.ai-steps li::before { content: counter(step); position: absolute; left: 0; width: 18px; height: 18px; background: #3b82f6; border-radius: 50%; font-size: 10px; display: flex; align-items: center; justify-content: center; }

/* 5. Connect */
.connect_container { background: #fff; }

/* 6. Industries */
.industries_container { background: #edf4fa; }
.industry-list { list-style: none; padding: 0; }
.industry-list li { padding: 10px 14px; border-radius: 8px; font-size: 13px; color: #5b6b7a; display: flex; align-items: center; gap: 10px; margin-bottom: 4px; cursor: pointer; }
.industry-list li.active { background: #eaf3fc; color: #3b82f6; font-weight: 600; }
.industry-detail-card, .industry-preview-card { background: #fff; border-radius: 14px; position: relative;height:300px; overflow: hidden; border-radius: 15px; background: #172f3d; cursor: pointer; box-shadow: 0 8px 20px rgba(20, 42, 55, 0.15); transition: transform 0.35s ease, box-shadow 0.35s ease; }
.industry-detail-card > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform 0.7s ease, filter 0.5s ease; }
.industry-overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: flex-start; padding: 18px 25px 18px 25px; box-sizing: border-box; background: linear-gradient(to top, rgba(8, 22, 30, 0.97) 0%, rgba(8, 22, 30, 0.88) 18%, rgba(8, 22, 30, 0.58) 38%, rgba(8, 22, 30, 0.20) 62%, rgba(8, 22, 30, 0) 100%); transition: background 0.55s ease; }

.industry-content { width: 100%; max-width: 100%; margin: 0; padding: 0; transform: translateY(0); transition: transform 0.45s ease; }
.industry-title { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 12px; width: 100%; margin: 0; padding: 0; }
.industry-icon { width: 40px; height: 40px; min-width: 40px; flex: 0 0 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.35); color: #ffffff; font-size: 15px; backdrop-filter: blur(6px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18); transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease; }
.industry-title h3 { margin: 0; padding: 0; color: #ffffff; font-size: 21px; font-weight: 600; line-height: 1.2; text-align: left; white-space: normal; text-shadow: 0 2px 5px rgba(0, 0, 0, 0.40); }
.industry-content p { margin: 0; padding: 0; max-width: 100%;  overflow: hidden; color: rgba(255, 255, 255, 0.90); font-size: 14px; line-height: 1.55; text-align: left; opacity: 1;  transform: translateY(12px); transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.4s ease, visibility 0.3s ease; }
.read-more { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 0; max-height: 0; overflow: hidden; border-radius: 6px; background: rgb(59 130 246); color: #ffffff; text-decoration: none; font-size: 13px; font-weight: 600; opacity: 0; visibility: hidden; transform: translateY(12px); transition: max-height 0.4s ease, margin 0.4s ease, padding 0.4s ease, opacity 0.3s ease, transform 0.4s ease, visibility 0.3s ease, background 0.3s ease, box-shadow 0.3s ease; }

.industry-detail-card:hover, .industry-preview-card:hover { transform: translateY(-6px); box-shadow: 0 16px 35px rgba(20, 42, 55, 0.25); }
.industry-detail-card:hover, .industry-preview-card:hover > img { transform: scale(1.06); filter: saturate(1.08); }
.industry-detail-card:hover .industry-overlay { align-items: center; background: linear-gradient(135deg, rgba(7, 29, 41, 0.96) 0%, rgba(9, 43, 57, 0.93) 38%, rgba(12, 59, 73, 0.88) 70%, rgba(18, 72, 84, 0.84) 100%); }
.industry-detail-card:hover, .industry-preview-card:hover .industry-content { transform: translateY(0); }
.industry-detail-card:hover .industry-icon { background: linear-gradient(135deg, #3b82f6, #60a5fa); border-color: rgba(255, 255, 255, 0.65); transform: scale(1.05); box-shadow: 0 5px 15px rgba(245, 130, 32, 0.25); }
.industry-detail-card:hover .industry-content p { max-height: 150px; margin: 10px 0 0 0; padding: 0; opacity: 1; visibility: visible; transform: translateY(0); }
.industry-detail-card:hover .read-more { max-height: 50px; margin-top: 18px; padding: 9px 17px; opacity: 1; visibility: visible; transform: translateY(0); color:#fff; }

.industry-panel { display: none; }
.industry-panel.active { display: block; }
.industry-step { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 10px; color: #5b6b7a; }
.industry-step i { color: #3b82f6; font-size: 16px; }
.mini-chart { height: 60px; background: linear-gradient(180deg, rgba(59,130,246,0.15), transparent); border-radius: 8px; }

/* 7. Customization */
.customize_container { background: #fff; }

/* 8. Analytics */
.analytics_container { background: #edf4fa; }
.analytics-card { background: #fff; border-radius: 16px; padding: 28px; box-shadow: 0 12px 30px rgba(0,0,0,0.05); }
.donut-chart { width: 110px; height: 110px; border-radius: 50%; background: conic-gradient(#3b82f6 0% 42%, #22c55e 42% 68%, #a855f7 68% 86%, #f59e0b 86% 100%); }
.donut-legend .dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 6px; }

/* 9. Mobile */
.mobile_container { background: #fff; }
.device-mock { text-align: center; font-size: 13px; color: #1a1a1a; }
.device-mock i { font-size: 40px; display: block; margin-bottom: 10px; }
.device-mock img {width: 320px;}
/* 10. Testimonials */
.testimonials_container { background: #edf4fa; }
.testimonial-card { background: #fff; border-radius: 14px; padding: 24px; height: 100%; box-shadow: 0 8px 24px rgba(0,0,0,0.05); }

/* 11. CTA + FAQ accordion */
.cta_container { background: linear-gradient(135deg, #3b82f6, #a855f7); }
.faq-item { background: rgba(255,255,255,0.08); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.faq-question { width: 100%; background: transparent; border: none; color: #fff; padding: 14px 18px; font-size: 13px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; text-align: left; }
.faq-icon { transition: transform 0.2s ease; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; padding: 0 18px; }
.faq-answer.open { max-height: 200px; padding: 0 18px 16px; }
.faq-answer p { color: rgba(255,255,255,0.85); font-size: 12.5px; margin: 0; }

/* 12. Footer */
.footer_container { float: left; width: 100%; background: #dfecfd; border-top: 1px solid #eee; }
.footer-logo img { width: 50px; }


/* About Us Pages Css*/
.about_banner_container { float: left; width: 100%; height: 350px; overflow: hidden; background: url(/images/about_us.jpg) no-repeat; background-position: bottom; background-size: 100%; }
.about_banner_h { float: left; width: 100%; color: #000; font-size: 50px; margin: 5% 7%; text-transform: uppercase; }
.about_detail_container { float: left; width: 100%; padding: 2% 4% 2%; }
.about_detail_h { float: left; width: 100%; color: #2f4358; font-size: 40px; text-align: center; }
.about_detail_text { float: left; width: 100%; color: #2f4358; font-size: 16px; text-align: left; line-height: 32px; padding: 1% 7% 1% 1%; }
.dvimg { border: 7px solid rgba(0, 0, 0, 0.08); border-radius: 30em; overflow: hidden; width: 250px; height: 250px; text-align: center; margin: auto; -webkit-background-clip: padding-box; background-clip: padding-box; }
.dvabt_h { text-align: center; font-size: 20px; text-transform: uppercase; padding: 15px 0px; }
.about_detail_sub_h { float: left; width: 100%; color: #2f4358; }
.dvabt_text { text-align: justify; padding: 0px 10%; }
.Our_Mission_Container { float: left; width: 100%; padding: 1% 2% 2%; background-color: #dae0e5; }
.our_mission_h { float: left; width: 100%; color: #222; font-size: 50px; text-align: center; padding-bottom: 10px; }
.our_mission_text { float: left; width: 100%; color: #212529; font-size: 16px; text-align: justify; line-height: 35px; padding: 10px; }
.Why_Opt_container { float: left; width: 100%; padding: 2% 2% 2%; }
.Why_Opt_h { float: left; width: 100%; color: #2f4358; font-size: 50px; text-align: center; padding-bottom: 10px; }
.about_detail_tag_text { font-size: 22px; }
.bullet_h { font-size: 20px; padding-top: 20px; padding-bottom: 10px; }
.about_detail_list { float: left; width: 100%; padding-left: 40px; margin-bottom: 0px; padding-right: 20px; }
.about_detail_list li { float: left; width: 50%; color: #2f4358; font-size: 16px; text-align: justify; line-height: 30px; }
.qoute_box { float: left; width: 100%; padding: 1% 1% 1% 0%; }
.query_h { float: left; width: 100%; background: #577ba2; color: #fff; font-size: 35px; text-align: center; padding: 1%; border-radius: 15px 15px 0px 0px; }
.query_form_box { float: left; width: 100%; border: 1px solid #577ba2; background: #fdfdfd; padding: 20px 0px; }
.query_form { float: left; width: 90%; margin: 2% 5%; padding: 10px; height: 50px; border-radius: 3px; border: 1px solid #e2e0e0; }
.qery_text { float: left; width: 90%; margin: 2% 5%; padding: 10px; height: 150px; border-radius: 3px; border: 1px solid #e2e0e0; }
.captchaBox { width: 100%; justify-content: center; align-items: center; display: flex; margin-bottom: 3px; }
.query_submit { float: left; width: 90%; margin-left: 5%; color: #fff; font-size: 20px; text-align: center; text-transform: uppercase; padding: 8px 40px; border: 1px solid; background: #e84c3d; }

/* Industries Pages Css*/
.industry_banner_container { float: left; width: 100%; height: 350px; overflow: hidden; background: url(../images/industry.JPG) no-repeat; background-position: bottom; background-size: 100%; }
.industry_banner_h { float: left; width: 100%; color: #fff; font-size: 60px; margin: 5% 7%; text-transform: uppercase; }
.industrypage_container { float: left; width: 100%; padding: 0% 4% 1%; }
.about_industry_h { float: left; width: 100%; color: #2f4358; font-size: 50px; text-align: center; margin-top: 30px; }
.about_Industries { padding: 10px 10px 60px; float: left; width: 100%; text-align: justify; line-height: 32px; font-size: 16px; }
.SrvcBox { float: left; width: 100%; }
.industry_box { float: left; width: 100%; padding: 1% 2%; margin-bottom: 15%; }
.industry_detail { float: left; width: 100%; }
.industry_img { }
.industry_img img { width:100%;}
.industry_h { float: left; width: 100%; color: #2f4358; font-family: "OpenSans-Semibold", Verdana; font-size: 35px; text-align: center; padding-bottom: 10px; text-transform: capitalize; }
.chr.industry_text { min-height: 150px; }
.industry_text { width: 100%; color: #2f4358; font-size: 16px; text-align: center; line-height: 32px; padding-top: 1%; padding: 1% 3% 5%; min-height: 135px; }
.industry_more { border: 1px solid coral; border-radius: 35px; padding: 10px; width: 250px; text-align: center; color: #fff; background-color: coral; font-size: 21px; margin: 20px 10px; }

.readmorebtnbox { display: flex; float: left; width: 100%; text-align: center; justify-content: center; text-decoration:none;}
.Form_Container { float: left; width: 100%; padding-top: 2%; padding-bottom: 4%;  }
.FormBox { background-color: #233440; border-radius: 55px; box-shadow: 0px 0px 30px -6px #000000a6; border: 1px solid #fff; /* background-image: url(../images/CntcBg.jpg); */ background-repeat: no-repeat; background-size: cover; padding: 0px; }
.FormBGBox { /* background-color: rgba(52, 152, 219, 0.7); */ height: 100%; border-radius: 55px; }
.FormTextBox { padding: 40px 20px 40px 40px; margin-top: 20px; }
.form_h { color: #fff; font-size: 18px; float: left; width: 100%; display: flex; align-items: center; }
.form_h span { height: 3px; width: 50px; background-color: coral; margin-left: 10px; margin-top: 1px; }
.form_Sub_Text { color: #fff; font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; font-size: 44px; }
.form_Sub_Text span { color: coral; }
.form_Text { color: #fff; font-size: 20px; float: left; width: 100%; text-align: justify; line-height: 30px; margin-top: 20px; }
.Form { padding: 40px 20px; }
.formDsn { padding: 25px; border-radius: 40px; }
.textareaFormDsn { border-radius: 30px; padding: 30px 20px; }
.captchaBox { width: 100%; justify-content: center; align-items: center; display: flex; margin-bottom: 3px; }
.Sbmtbtn { text-align: center; height: 100%; align-items: center; align-content: center; }
.SubmitBtn { background-color: coral; color: #222; border-radius: 30px; padding: 10px; width: 200px; color: #fff; font-size: 25px; }
.SubmitBtn:hover,
.SubmitBtn:active { background-color: coral; color: #fff; }
.formcallBox { width: 350px; margin-top: 40px; float: left; }
.callBox { display: flex; flex-direction: column; align-items: start; justify-content: space-evenly; }
.CallImgText { display: flex; margin: 5px; justify-content: center; align-items: center; }
.formcallImgBox { width: 50px; height: 50px; }
.callImgBox { background-color: #fff; border-radius: 90px;  display: flex; justify-content: center; align-items: center; margin-right: 10px; }
.formcallImgBox span { font-size: 30px; }
.callImgBox span { color: coral; font-size: 30px; }
.CallImgMoreText { font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; color: #fff; font-size: 31px; }
.formCallImgMoreText { font-size: 24px; }
.formCallImgMoreText a { color: #fff; text-decoration: none; }
.formemailImgMoreText { font-size: 24px !important; }
.emailImgMoreText { font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; color: #fff; font-size: 31px; }
.emailImgMoreText a { color: #fff; text-decoration: none; }
.construction_banner_container { float: left; width: 100%; height: 440px; overflow: hidden; background: url(../images/construction_inr.jpg) no-repeat; background-position: top; background-size: 100%; }
.automobile_banner_container { float: left; width: 100%; height: 440px; overflow: hidden; background: url(../images/automobile_inr.jpg) no-repeat; background-position: top; background-size: 100%; }

/* Products Pages Css*/
.Product_banner_container { float: left; width: 100%; height: 440px; overflow: hidden; background: url(/images/industry.jpg) no-repeat; background-position: top; background-size: 100%; }
.about_banner_h { float: left; width: 100%; color: #fff; font-size: 50px; margin: 5% 7%; text-transform: uppercase; }
.industries_box { float: left; width: 100%; margin: 30px 0px; }
.Product_h { float: left; width: 100%; color: #2f4358; font-size: 50px; text-align: center; margin-bottom: 10px; }
.Product_text { float: left; width: 100%; color: #2f4358; font-size: 16px; text-align: justify; line-height: 35px; padding: 0% 4% 2%; }

.dial_Container { float: left; width: 100%; position: relative; padding: 2% 4%; height: auto; background-color: #E4E4E1; background-image: radial-gradient(at top center, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(143, 152, 157, 0.60) 100%); background-blend-mode: normal, multiply; margin-top: 1px; }
.Dial_h { color: #222; font-size: 45px; text-align: center; background-position: bottom; padding-bottom: 30px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.Dial_h span { background-color: coral; height: 3px; width: 300px; margin-top: 5px; }
.Dial_text { color: #222; font-size: 20px; text-align: center; line-height: 30px; padding: 10px 20px 25px 20px; margin-block: 20px; }
.about_detail_sub_h2 { float: left; width: 100%; color: #2f4358; font-size: 30px; text-align: left; padding: 1% 4% 0% 0%; }
.about_detail_text2 { float: left; width: 100%; color: #2f4358; font-size: 16px; text-align: justify; line-height: 35px; padding: 1% 0%; }
.about_detail_text li { font-size: 14px !important; }
.BannerVideoBox { position: relative !important; bottom: auto !important; right: auto !important; }
.BannerVideoBox img { width: 100%; border-radius: 10px; }
.circle { height: 60px; width: 60px; border-radius: 50%; background-color: coral; display: grid; place-content: center; animation: grow 2s infinite; position: absolute; right: 46%; margin-top: -18%; cursor: pointer; }
.circle > span { color: #eee; font-size: 70px; }
.freetrialBoxiPhone { background-color: #233440; height: 200px; border-radius: 55px; box-shadow: 0px 0px 30px -6px #000000a6; border: 1px solid #fff; display: flex; align-items: center; justify-content: space-evenly; }

/* Add-Ons Pages Css*/
.opt_banner_container { float: left; width: 100%; height: 350px; overflow: hidden; background: url(../images/addons.jpg) no-repeat; background-position: bottom; background-size: 100%; }
.insurance_banner_h { float: left; width: 100%; color: #000; font-size: 50px; margin: 5% 7%; }
.addon_col { width: 20%; display: inline-block; margin: 25px 30px; }
.addon_img_box { float: left; width: 100%; text-align: center; padding: 3%; border: 1px solid #ccc; border-radius: 3px; padding-bottom: 5%; }
.addon_img { padding-top: 10%; }
.addon_img img { max-height: 55px; }
.addon_h { float: left; width: 100%; color: #2f4358; font-size: 17px; padding-top: 5%; background: url(../images/addon_unln.png) no-repeat; background-position: bottom; padding-bottom: 3%; }
.addon_text { float: left; width: 100%; color: #2f4358; font-size: 14px; line-height: 22px; padding-top: 8%; text-align: center; padding-bottom: 8%; }
.read_more { float: left; width: 100%; text-align: center; padding: 3%; background: none; border: none; }
.read_more span { border-bottom: 1px solid #ccc; padding: 3%; color: #2f4358; font-size: 16px; cursor: pointer; }
.dialog { display: none; left: 0px; }
.dialog { width: 100%; background: rgba(0, 0, 0, 0.9); border: 1px solid #000000; font-family: sans-serif, Verdana; padding: 5px 10px 20px 20px; position: fixed; top: 0; left: 0; z-index: 100000; height: 100%; }
.dialog_h { float: left; width: 100%; color: #fff; font-size: 40px; padding-bottom: 10px; text-align: center; text-transform: uppercase; position: relative; top: 1%; }
.dialog_text { float: left; width: 100%; color: #fff; font-size: 15px; text-align: center; line-height: 26px; position: relative; top: 2%; padding: 0% 10% 1%; font-weight: lighter; letter-spacing: 1px; height: 65vh; overflow-y: auto; }
.dialog_text h4 { text-align: left !important; margin-top: 23px; }
.dialog_text li { text-align: left; font-size: 16px; line-height: 25px; }
.forcorporate_h { float: left; width: 100%; color: #fff; font-size: 22px; text-align: center; line-height: 42px; padding: 1% 10% 1%; text-transform: uppercase; }
.corplist li { float: left; width: 100%; color: #fff; font-size: 15px; text-align: left; line-height: 25px; padding: 0% 0%; letter-spacing: 0.7px; }
.addon_btn { float: left; width: 100%; position: absolute; bottom: 2%; padding: 0% 30%; outline: none !important; right: 0px !important; }
.addon_detail { float: left; width: 50%; text-align: center; }
.addon_detail_btn { height: 55px !important; border: none; background-color: #e84c3d; width: 95%; color: #fff; font-size: 21px; outline: none !important; outline: none !important; }
.addon_schedule { float: left; width: 50%; text-align: center; }
.exit { position: absolute; top: 2%; right: 2%; cursor: pointer; }

/* Integration Pages Css*/
.Integration_banner_container { float: left; width: 100%; height: 350px; overflow: hidden; background: url(../images/Integration.jpg) no-repeat; background-position:bottom; background-size: 100%; }
.insurance_banner_h { float: left; width: 100%; color: #fff; font-size: 50px; margin: 5% 7%; }
.about_detail_container { float: left; width: 100%; padding: 2% 15% 1%; }
.add_on_box { float: left; width: 100%; padding: 1% 0% 3%; }
.flR { float: right !important; padding-right: 15px; padding-left: 15px; }
.add_on_img_box { float: left; width: 100%; }
.add_on_img { float: left; width: 100%; border: 2px solid #000000; cursor: pointer; }
.add_on_img img { width: 100%; max-height: 400px; }
.flL { float: left !important; padding-right: 15px; padding-left: 15px; }
.add_on_h { float: left; width: 100%; color: #2f4358; font-size: 35px; text-align: left; padding-bottom: 10px; text-transform: capitalize; }
.add_on_h2 { float: left; width: 100%; color: #2f4358; font-size: 35px; text-align: right; padding-bottom: 10px; text-transform: capitalize; }
.add_on_text { float: left; width: 100%; color: #2f4358; font-size: 16px; text-align: justify; line-height: 35px; padding-top: 1%; }

/* Contact Us Pages Css*/
.contact_banner_container { float: left; width: 100%; height: 440px; overflow: hidden; background: url(../images/contactus1.jpg) no-repeat; background-position: 0% 50%; background-size: 100%; }
.contact_banner_h { float: left; width: 100%; color: #000; font-size: 50px; margin: 10% 7%; text-transform: uppercase; }
.contact_form_box_container { float: left; width: 100%; padding-bottom: 20px; }
.cntc_box { float: left; width: 100%; padding: 1% 7%; }
.cntc_frm_text_box { float: left; width: 100%; padding-bottom: 5%; }
.cntc_text_h { float: left; width: 100%; color: #2d3e50; font-size: 45px; }
.cntc_text_h span { color: #2d3e50; font-size: 45px; }
.cntc_text { float: left; width: 100%; color: #2f4358; font-size: 16px; line-height: 28px; padding-top: 1%; }
.cntc_text_box { float: left; width: 100%; height: 420px; }
.cntc_sub_text_h { float: left; width: 100%; color: #2d3e50; font-size: 20px; padding-top: 3%; }
.cntc_sub_text { float: left; width: 100%; color: #2f4358; font-size: 14px; line-height: 28px; }
.cntc_sub_text a { float: left; width: 100%; color: #dd392f; font-size: 15px; line-height: 28px; }
.cntc_sub_text_h { float: left; width: 100%; color: #2d3e50; font-size: 20px; padding-top: 3%; }
.cntc_text_box2 { display: none; float: left; width: 100%; height: 420px; }
.cntc_form_box { float: left; width: 100%; }
.cntc_form_h { float: left; width: 100%; color: #2d3e50; font-size: 45px; text-align: center; }
.cntc_form_h span { color: #2d3e50; font-size: 45px; }
.cntc_form { float: left; width: 100%; padding: 5% 15%; }
.form_h { float: left; width: 100%; font-size: 18px; color: #fff; display: flex; align-items: center; }
.contact_form { float: left; width: 100%; height: 50px; padding: 10px 15px; margin-bottom: 3%; color: #2d3e50; font-size: 16px; border-radius: 3px; border: 1px solid #e84c3d; }
.contact_form_text { float: left; width: 100%; height: 140px; padding: 10px 15px; margin-bottom: 3%; color: #2d3e50; font-size: 16px; border-radius: 3px; border: 1px solid #e84c3d; }
.fretrl_box { color: #FF0000; font-size: 14px; font-family: Verdana; float: left; width: 100%; padding: 10px; }
.dvSMSterms { text-align: justify; line-height: 17px; font-size: 14px; padding: 5px 25px; }
.contact_form_btn { margin: 1%; width: 48%; border-radius: 30px;  outline: none !important; background: #e84c3d; color: #fff; border: none; font-size: 20px; float: left; width: 50%; height: auto; padding: 10px; }
.callTextBox { font-size: 30px; color: #fff; font-weight: 500; }
.callTextBox span { font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; color: coral; font-size: 35px; text-transform: uppercase; }
.freeMnths { font-size: 20px; font-weight: normal; }
.freeMnths span { font-family: "Oswald", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; color: coral; font-size: 25px; text-transform: uppercase; }
.ContactUsBtn { border: 1px solid coral; border-radius: 35px; padding: 15px; width: 200px; text-align: center; color: #fff; background-color: coral; font-size: 20px; }
.ContactUsBtn a { color: #fff; text-decoration: none; }
.faq_Container { float: left; width: 100%; padding: 40px 20px 100px 20px; background-color: transparent; }
.faq_h { color: #222; font-size: 45px; text-align: center; background: url(/images/srvc_unln.png) no-repeat; background-position: bottom; padding-bottom: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 20px; }

/* Industries Pages Css*/

.healthcare_banner_container { float: left; width: 100%; height: 350px; overflow: hidden; background: url(../images/healthcare_inr.jpg) no-repeat; background-position: top; background-size: 100%; }
.healthcare_banner_h { float: left; width: 100%; color: #000; font-size: 40px; margin: 5% 7%; text-transform: uppercase; }
.FreeTrial_container { padding-top: 60px; padding-bottom: 60px; float: left; width: 100%; }
.freetrialBox { background-color: #233440; height: 200px; border-radius: 55px; box-shadow: 0px 0px 30px -6px #000000a6; border: 1px solid #fff; display: flex; align-items: center; justify-content: space-evenly; }

/* Dropdown on hover for desktop only; falls back to Bootstrap's default
   click-to-open behavior on mobile, since hover doesn't work well on touch */
@media (min-width: 992px) {
    .hover-dropdown:hover > .dropdown-menu { display: block; margin-top: 0; }
    .hover-dropdown .dropdown-menu { display: none; border: none; border-radius: 10px; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1); padding: 8px; margin-top: 4px; }
    .hover-dropdown .dropdown-item { font-size: 13px; padding: 8px 14px; border-radius: 6px; color: #1a1a1a; }
    .hover-dropdown .dropdown-item:hover { background: #eaf3fc; color: #3b82f6; }
    /* hide the little caret Bootstrap adds, keep menu clean */
    .hover-dropdown .dropdown-toggle::after { vertical-align: 2px; }
}

/* Mobile: dropdowns behave as normal Bootstrap click-toggle accordions
   inside the collapsed menu, and actions stack at the bottom */
@media (max-width: 991px) {
    .navbar-nav { text-align: center; }
    .header-actions { border-top: 1px solid #eee; padding-top: 16px; margin-top: 8px; }
    .header-actions .btn { width: 100%; }
    .livehelpimg, .meetnowimg { width: 32px; }
}