body { background-color: #fff !important; } .web_portal_section { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 80px 8%; background: linear-gradient(120deg, #ffffff, #fffaf3); border-radius: 20px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05); } /* Left Content */ .content { flex: 1 1 500px; max-width: 800px; animation: fadeInLeft 1s ease; } .content h1 { font-size: 38px; font-weight: 700; line-height: 1.3; margin-bottom: 20px; color: #2F2202; } .content h1 span { color: #DC9400; background: linear-gradient(90deg, #DC9400, #ffb733); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .content p { font-size: 20px; line-height: 1.7; margin-bottom: 25px; color: #4d3b1f; } /* Info List */ .info-list { font-size: 18px; line-height: 1.8; } .info-list p { margin: 10px 0; } .info-list strong { font-weight: 700; color: #2F2202; } .info-list i { color: #DC9400; margin-right: 8px; } .services { display: inline-block; color: #DC9400; font-weight: 500; } /* Right Content */ .images { flex: 1 1 500px; position: relative; display: flex; align-items: center; justify-content: center; min-height: 500px; animation: fadeInRight 1s ease; } .images img { max-width: 100%; border-radius: 12px; height: 500px; transition: transform 0.4s ease, box-shadow 0.4s ease; /* box-shadow: 0 10px 30px rgba(47, 34, 2, 0.2); */ /* border: 2px solid rgba(220, 148, 0, 0.2); */ } .images img:hover { transform: scale(1.05); /* box-shadow: 0 20px 40px rgba(47, 34, 2, 0.3); */ } /* Responsive */ @media (max-width: 900px) { .web_portal_section { flex-direction: column; text-align: center; padding: 60px 5%; } .images { margin-top: 30px; } } /* Animations */ @keyframes fadeInLeft { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } } @keyframes fadeInRight { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0); } } .text-custom { color: #E49E10 !important; } a { text-decoration: none; } .development.container { margin-top: 60px; padding: 40px; border-radius: 15px; background: #ffffff; box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; padding: 80px 8%; } .development.container:hover { transform: translateY(-5px); box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15); } .development h2 { color: #E49E10; font-size: 2.2rem; font-weight: 700; position: relative; margin-bottom: 20px; } .development h2::after { content: ""; display: block; width: 60px; height: 4px; background: #E49E10; margin-top: 8px; border-radius: 2px; } .development p { color: #444; font-size: 1.05rem; line-height: 1.8; } .development ul { list-style: none; padding-left: 0; margin-top: 20px; } .development ul li { font-size: 1.05rem; color: #555; margin-bottom: 12px; position: relative; padding-left: 28px; } .development ul li::before { content: "✓"; color: #E49E10; font-weight: bold; position: absolute; left: 0; top: 0; } .modern-img { max-width: 90%; border-radius: 12px; box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .modern-img:hover { transform: scale(1.05); } .portal_scroll { display: flex; /* height: 100vh; */ margin-top: 20px; align-items: end; padding: 80px 8%; } .portal_scroll .left-section { width: 40%; padding: 20px; background-color: #ffffff; position: relative; } .portal_scroll .right-section { width: 60%; padding: 20px; background-color: #ffffff; border-left: 2px solid #dee2e6; overflow-y: auto; max-height: 400px; /* Adjust to show approximately 2 cards */ scrollbar-color: #dc3545 #f8f9fa; /* Red scrollbar for Firefox */ scrollbar-width: thin; } .portal_scroll .right-section::-webkit-scrollbar { width: 8px; } .portal_scroll .right-section::-webkit-scrollbar-track { background: #f8f9fa; } .portal_scroll .right-section::-webkit-scrollbar-thumb { background-color: #dc3545; /* Red scrollbar for Chrome */ border-radius: 4px; } .portal_scroll h1 { color: #000000; font-size: 2rem; font-weight: bold; margin-bottom: 10px; } .portal_scroll p { color: #6c757d; font-size: 1rem; margin-bottom: 20px; } .portal_scroll .btn-custom { background-color: #f08c00; color: #ffffff; border: none; padding: 10px 20px; font-size: 1rem; border-radius: 5px; text-decoration: none; display: inline-block; } .portal_scroll .btn-custom:hover { background-color: #d07000; color: #ffffff; } .portal_scroll .card { border: 1px solid #dee2e6; border-left: 5px solid #f08c00; border-radius: 5px; padding: 15px; margin-bottom: 15px; background-color: #ffffff; width: 100%; height: 200px; /* 👈 default height */ overflow: hidden; /* hide content until expanded */ transition: height 0.4s ease; /* smooth expand */ } .portal_scroll .card.expanded { height: auto; /* when expanded, show full content */ overflow: visible; } .portal_scroll .card h3 { color: #000000; font-size: 1.2rem; margin-bottom: 10px; } .portal_scroll .card p { margin: 0; } .portal_scroll .icon { font-size: 1.5rem; color: #f08c00; margin-right: 10px; } .portal_scroll .fa-plus { color: #E49E10; } .portal_scroll .features { display: none; border-top: 1px solid #eee; padding-top: 15px; animation: fadeIn 0.3s ease-in-out; } .portal_scroll .features ul { padding-left: 20px; margin: 0; } .portal_scroll .features ul li { margin-bottom: 8px; font-size: 0.95rem; color: #444; } .portal_scroll .toggle-icon_3 { color: #E49E10; font-size: 1.5rem; cursor: pointer; transition: transform 0.3s ease, color 0.3s ease; display: inline-block; /* Important for transform */ } .portal_scroll .toggle-icon_3.active { transform: rotate(45deg); color: #d07000; } @keyframes fadeIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } } .portal_scroll .card img { width: 40px; /* apni requirement ke hisaab se */ height: 40px; object-fit: contain; /* image ko fit rakhne ke liye */ } .card:hover img { filter: none !important; } .section-title { font-size: 28px; font-weight: 600; margin-bottom: 30px; color: #2a3d23; } .feature-box { display: flex; gap: 15px; margin-bottom: 30px; } .feature-icon { font-size: 30px; color: #2a3d23; min-width: 40px; } .feature-content h5 { font-size: 18px; font-weight: 600; margin-bottom: 8px; color: #2a3d23; } .feature-content p { font-size: 14px; color: #555; margin: 0; } :root { --blue: #E49E10; /* accent like screenshot */ --text: #1b1f24; --muted: #5c6670; --card-border: #e7edf4; --bg: #ffffff; } .section-wrap { background: #fff; } .section-title { color: var(--text); font-weight: 600; } .sub-lead { color: var(--muted); } /* card look */ .process-card { background: var(--bg); border: 1px solid var(--card-border); border-radius: .5rem; height: 100%; position: relative; transition: transform .15s ease, box-shadow .15s ease; } .process-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: var(--blue); border-top-left-radius: .5rem; border-top-right-radius: .5rem; } .process-card:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(9, 30, 66, .08); } .pc-body { padding: 1.25rem 1.25rem 1.5rem; } .pc-icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--blue); border-radius: .5rem; font-size: 22px; color: var(--blue); background: #f4f8fe; margin-bottom: .75rem; } .pc-title { font-size: 1.125rem; font-weight: 600; color: var(--text); margin-bottom: .35rem; } .pc-text, .pc-bullets li { color: var(--muted); font-size: .95rem; line-height: 1.55; } .pc-bullets { padding-left: 1rem; margin: .5rem 0 0; } .pc-bullets li { margin: .2rem 0; } /* blue row separators like screenshot */ .row-sep { height: 6px; background: var(--blue); border-radius: 2px; opacity: .9; margin: 24px 0; } /* CTA */ .cta { border: 2px solid var(--blue); color: var(--blue); font-weight: 600; letter-spacing: .3px; padding: .75rem 1.25rem; border-radius: .5rem; background: #fff; } .cta:hover { background: var(--blue); color: #fff; } @media (max-width: 991.98px) { .pc-text { font-size: .95rem; } } .section-title { color: #2F2202; font-weight: 700; margin-bottom: 1.5rem; } .comparison-table { border-radius: 8px; overflow: hidden; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); } .comparison-table thead { background: #2F2202 !important; color: #fff; } .comparison-table thead th { text-align: center; font-weight: 600; padding: 16px; font-size: 16px; } .comparison-table tbody td { padding: 14px 18px; vertical-align: middle; font-size: 15px; color: #2F2202 !important; } .comparison-table tbody tr:nth-child(even) { background: #fff5e2; } .comparison-table tbody tr:nth-child(odd) { background: #fff; } .highlight { color: #E49E10; font-weight: 600; } .section-title { font-weight: 700; color: #2F2202; margin-bottom: 2rem; } .industry-card { border: 1px solid #eee; border-radius: 10px; background: #fff; text-align: center; padding: 25px 15px; transition: all 0.3s ease-in-out; position: relative; overflow: hidden; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05); } .industry-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .industry-icon { font-size: 30px; margin-bottom: 15px; display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 12px; color: #fff; } /* Background colors for different industries */ .healthcare { background: #ff6b6b; } .education { background: #4dabf7; } .logistics { background: #51cf66; } .ecommerce { background: #ffd43b; color: #000; } .manufacturing { background: #9775fa; } .fintech { background: #ff922b; } .realestate { background: #63e6be; } .professional { background: #ffa8a8; } .travel { background: #339af0; } .finance { background: #20c997; } .hr { background: #f06595; } .industry-name { font-size: 16px; font-weight: 600; color: #2F2202; } :root { --cc-primary: #E49E10; /* Gold */ --cc-dark: #2F2202; /* Deep Brown */ } .cc-section { padding: 72px 0; } .cc-title { font-weight: 800; } .cc-title .brand { color: var(--cc-primary); } .cc-lead { color: #6b7280; font-size: 1.05rem; } /* Card style */ .cc-card { border: 1px solid #e7e7e7; border-radius: 14px; transition: 0.3s ease; height: 100%; background: #fff; color: #2b2b2b; } .cc-card:hover { background: var(--cc-primary); color: var(--cc-dark); transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, .1); } .cc-icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 12px; font-size: 1.4rem; background: rgba(228, 158, 16, .15); color: var(--cc-dark); margin-bottom: 1rem; } .cc-card:hover .cc-icon { background: rgba(47, 34, 2, .15); color: var(--cc-dark); } .cc-card-title { font-weight: 700; font-size: 1.1rem; } .cc-card-text { margin: 0; font-size: 0.95rem; } .development { padding: 80px 8% !important; } .section-wrap, .key_featurs, .different_between, .industries, .why_business { padding: 80px 8% !important; }

