/*====================================================CONTACT HERO====================================================*/.contact-hero {position: relative;padding: 20px 0 140px;overflow: hidden;background: #fff;}.hero-bg-grid {position: absolute;width: 100%;height: 100%;background-image: linear-gradient(rgba(0, 0, 0, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .03) 1px, transparent 1px);background-size: 40px 40px;top: 0;left: 0;z-index: 0;}.hero-glow {position: absolute;border-radius: 50%;filter: blur(100px);opacity: .45;}.hero-glow-1 {width: 320px;height: 320px;background: #ff7a00;left: -120px;top: 100px;}.hero-glow-2 {width: 280px;height: 280px;background: #14213d;right: -80px;bottom: -80px;}.contact-left {position: relative;z-index: 2;}.hero-badge {display: inline-flex;align-items: center;gap: 10px;padding: 12px 22px;border-radius: 100px;background: #fff5eb;color: #ff7a00;font-weight: 700;margin-bottom: 25px;}.contact-left h1 {font-size: 68px;font-weight: 800;line-height: 1.05;color: #081120;margin-bottom: 30px;}.contact-left h1 span {color: #ff7a00;display: block;}.contact-left p {font-size: 18px;line-height: 1.9;color: #707b8a;max-width: 620px;}.hero-features {display: grid;grid-template-columns: repeat(2, 1fr);gap: 15px;margin: 40px 0;}.hero-feature {background: #fff;padding: 18px;border-radius: 16px;box-shadow: 0 15px 35px rgba(0, 0, 0, .08);font-weight: 600;transition: .35s;}.hero-feature:hover {transform: translateY(-8px);}.hero-feature i {color: #ff7a00;margin-right: 8px;}.hero-buttons {display: flex;gap: 20px;margin-top: 30px;flex-wrap: wrap;}.btn-primary-custom {padding: 18px 34px;background: #ff7a00;color: #fff;border-radius: 14px;font-weight: 700;text-decoration: none;transition: .35s;}.btn-primary-custom:hover {transform: translateY(-5px);color: #fff;}.btn-outline-custom {padding: 18px 34px;border: 2px solid #ff7a00;color: #ff7a00;border-radius: 14px;text-decoration: none;font-weight: 700;transition: .35s;}.btn-outline-custom:hover {background: #ff7a00;color: #fff;}.contact-dashboard {background: #101828;border-radius: 32px;padding: 35px;color: #fff;box-shadow: 0 35px 80px rgba(0, 0, 0, .25);position: relative;z-index: 2;}.dashboard-top {display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}.live-status {background: #183b2b;padding: 8px 18px;border-radius: 100px;color: #44ff95;font-size: 13px;font-weight: 700;}.dashboard-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;}.dashboard-box {background: #1d2736;padding: 28px;border-radius: 20px;transition: .35s;}.dashboard-box.active {background: #ff7a00;}.dashboard-box span {display: block;color: #cfd5dc;font-size: 14px;margin-bottom: 8px;}.dashboard-box h2 {margin: 0;font-size: 38px;font-weight: 800;}.dashboard-box:hover {transform: translateY(-8px);}.contact-status-list {margin-top: 30px;display: grid;gap: 15px;}.contact-status-list div {background: #1b2433;padding: 16px 18px;border-radius: 14px;}.contact-status-list i {color: #4CFF8F;margin-right: 12px;}/*=====================================================FLOATING CONTACT ELEMENTS======================================================*/.contact-dashboard {position: relative;overflow: visible;}/*--------------------------------*/.floating-contact-card {position: absolute;display: flex;align-items: center;gap: 15px;padding: 16px 20px;background: rgba(255, 255, 255, .92);backdrop-filter: blur(18px);-webkit-backdrop-filter: blur(18px);border-radius: 18px;box-shadow: 0 25px 60px rgba(0, 0, 0, .15);min-width: 260px;z-index: 20;transition: .45s;animation: floatingCard 5s ease-in-out infinite;}.floating-contact-card:hover {transform: translateY(-8px) scale(1.03);}.floating-icon {width: 52px;height: 52px;background: #ff7a00;color: #fff;display: flex;align-items: center;justify-content: center;border-radius: 16px;font-size: 22px;flex-shrink: 0;}.floating-content small {display: block;font-size: 13px;color: #777;margin-bottom: 2px;}.floating-content strong {font-size: 15px;color: #101828;font-weight: 700;}/*--------------------------------*/.card-email {top: 35px;right: 35%;animation-delay: 0s;}.card-phone {bottom: 5px;right: 2%;animation-delay: 1.2s;}.card-whatsapp {bottom: 15px;left: 34%;animation-delay: 2.2s;}/*--------------------------------*/.floating-circle {position: absolute;border-radius: 50%;pointer-events: none;}.floating-circle-one {width: 22px;height: 22px;background: #ff7a00;top: -20px;right: 80px;animation: circleMove 7s linear infinite;}.floating-circle-two {width: 12px;height: 12px;background: #4ade80;left: -25px;bottom: 120px;animation: circleMove2 6s linear infinite;}.floating-circle-three {width: 18px;height: 18px;background: #60a5fa;right: -30px;bottom: 50px;animation: circleMove 8s linear infinite reverse;}/*--------------------------------*/.hero-orbit {position: absolute;border: 1px dashed rgba(255, 122, 0, .25);border-radius: 50%;pointer-events: none;}.orbit-one {width: 520px;height: 520px;top: 50%;left: 50%;transform: translate(-50%, -50%);animation: rotateOrbit 30s linear infinite;}.orbit-two {width: 620px;height: 620px;top: 50%;left: 50%;transform: translate(-50%, -50%);animation: rotateOrbitReverse 45s linear infinite;}/*--------------------------------*/.hero-pulse {position: absolute;top: 50%;left: 50%;width: 18px;height: 18px;background: #ff7a00;border-radius: 50%;transform: translate(-50%, -50%);box-shadow: 0 0 0 rgba(255, 122, 0, .6);animation: pulseHero 2.8s infinite;}/*--------------------------------*/@keyframes floatingCard {0% {transform: translateY(0);}50% {transform: translateY(-12px);}100% {transform: translateY(0);}}@keyframes circleMove {0% {transform: translateY(0);}50% {transform: translateY(-20px);}100% {transform: translateY(0);}}@keyframes circleMove2 {0% {transform: translateX(0);}50% {transform: translateX(18px);}100% {transform: translateX(0);}}@keyframes rotateOrbit {from {transform: translate(-50%, -50%) rotate(0deg);}to {transform: translate(-50%, -50%) rotate(360deg);}}@keyframes rotateOrbitReverse {from {transform: translate(-50%, -50%) rotate(360deg);}to {transform: translate(-50%, -50%) rotate(0deg);}}@keyframes pulseHero {0% {box-shadow: 0 0 0 0 rgba(255, 122, 0, .55);}70% {box-shadow: 0 0 0 45px rgba(255, 122, 0, 0);}100% {box-shadow: 0 0 0 0 rgba(255, 122, 0, 0);}}/*====================================================PART-1C=====================================================*/.hero-experience {position: absolute;left: 33%;top: 50px;width: 140px;height: 140px;background: #fff;border-radius: 28px;display: flex;flex-direction: column;justify-content: center;align-items: center;box-shadow: 0 25px 60px rgba(0, 0, 0, .08);z-index: 3;animation: floatingCard 6s ease-in-out infinite;}.hero-experience h2 {font-size: 46px;margin: 0;color: #ff7a00;font-weight: 800;}.hero-experience span {font-size: 13px;font-weight: 600;color: #666;text-align: center;padding: 0 10px;}/*--------------------------------*/.support-team-widget {position: absolute;right: 50px;top: 120px;display: flex;align-items: center;gap: 18px;background: #fff;padding: 16px 20px;border-radius: 18px;box-shadow: 0 25px 55px rgba(0, 0, 0, .08);z-index: 3;animation: floatingCard 7s ease-in-out infinite;}.support-avatar-group {display: flex;align-items: center;}.support-avatar-group img {width: 42px;height: 42px;border-radius: 50%;object-fit: cover;border: 3px solid #fff;margin-left: -10px;}.support-avatar-group img:first-child {margin-left: 0;}.support-avatar-group span {width: 42px;height: 42px;display: flex;align-items: center;justify-content: center;background: #ff7a00;color: #fff;border-radius: 50%;font-weight: 700;margin-left: -10px;}.support-info strong {display: block;font-size: 15px;color: #111827;}.support-info small {font-size: 13px;color: #777;}/*--------------------------------*/.hero-mini-stats {position: absolute;display: flex;gap: 18px;z-index: 3;}.mini-stat {background: #fff;padding: 18px 25px;border-radius: 18px;box-shadow: 0 18px 45px rgba(0, 0, 0, .08);text-align: center;transition: .35s;}.mini-stat:hover {transform: translateY(-8px);}.mini-stat h3 {margin: 0;font-size: 28px;font-weight: 800;color: #ff7a00;}.mini-stat span {font-size: 13px;color: #666;}/*--------------------------------*/.tech-stack-pills {position: absolute;right: 16%;bottom: 110px;display: flex;flex-wrap: wrap;gap: 10px;width: 35%;justify-content: flex-end;z-index: 3;}.tech-stack-pills span {padding: 10px 18px;background: #fff;border-radius: 100px;font-size: 13px;font-weight: 600;box-shadow: 0 12px 35px rgba(0, 0, 0, .08);transition: .3s;}.tech-stack-pills span:hover {background: #ff7a00;color: #fff;}/*--------------------------------*/.hero-scroll {position: absolute;left: 50%;bottom: 20px;transform: translateX(-50%);display: flex;flex-direction: column;align-items: center;gap: 10px;z-index: 5;}.hero-scroll span {font-size: 13px;letter-spacing: 2px;font-weight: 700;color: #666;text-transform: uppercase;}.scroll-mouse {width: 34px;height: 56px;border: 2px solid #d7d7d7;border-radius: 30px;display: flex;justify-content: center;padding-top: 8px;}.scroll-dot {width: 6px;height: 10px;background: #ff7a00;border-radius: 20px;animation: scrollWheel 1.6s infinite;}@keyframes scrollWheel {0% {opacity: 0;transform: translateY(0);}40% {opacity: 1;}100% {opacity: 0;transform: translateY(20px);}}/*====================================================PART-1DPREMIUM BACKGROUND====================================================*/.contact-hero {position: relative;isolation: isolate;}/*------------------------------------*/.hero-mesh-bg {position: absolute;inset: 0;background: radial-gradient(circle at 15% 20%, rgba(255, 122, 0, .12), transparent 30%), radial-gradient(circle at 90% 10%, rgba(12, 25, 58, .10), transparent 35%), radial-gradient(circle at 80% 80%, rgba(255, 122, 0, .08), transparent 30%), radial-gradient(circle at 20% 85%, rgba(13, 24, 48, .08), transparent 30%);z-index: -4;}/*------------------------------------*/.hero-lines {position: absolute;inset: 0;background: linear-gradient(rgba(255, 255, 255, 0) 97%, rgba(255, 122, 0, .05) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0) 97%, rgba(255, 122, 0, .05) 100%);background-size: 90px 90px;opacity: .8;z-index: -3;}/*------------------------------------*/.hero-noise {position: absolute;inset: 0;opacity: .025;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");z-index: -2;}/*------------------------------------*/.hero-particles {position: absolute;inset: 0;pointer-events: none;z-index: -1;}.particle {position: absolute;border-radius: 50%;background: #ff7a00;opacity: .15;animation: particleFloat linear infinite;}.p1 {width: 8px;height: 8px;left: 8%;top: 18%;animation-duration: 13s;}.p2 {width: 10px;height: 10px;left: 20%;top: 70%;animation-duration: 16s;}.p3 {width: 6px;height: 6px;left: 38%;top: 25%;animation-duration: 18s;}.p4 {width: 12px;height: 12px;left: 58%;top: 60%;animation-duration: 20s;}.p5 {width: 9px;height: 9px;left: 72%;top: 22%;animation-duration: 15s;}.p6 {width: 7px;height: 7px;left: 90%;top: 45%;animation-duration: 17s;}.p7 {width: 14px;height: 14px;left: 80%;top: 82%;animation-duration: 22s;}.p8 {width: 9px;height: 9px;left: 45%;top: 90%;animation-duration: 19s;}/*------------------------------------*/.hero-bottom-gradient {position: absolute;left: 0;right: 0;bottom: 0;height: 180px;background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);z-index: 2;pointer-events: none;}/*------------------------------------*/.hero-corner-shape {position: absolute;width: 340px;height: 340px;border-radius: 50%;filter: blur(90px);opacity: .25;pointer-events: none;}.hero-shape-left {left: -120px;bottom: -120px;background: #ff7a00;}.hero-shape-right {right: -120px;top: -120px;background: #09152c;}/*------------------------------------*/@keyframes particleFloat {0% {transform: translateY(0px) scale(1);}50% {transform: translateY(-40px) scale(1.4);}100% {transform: translateY(0px) scale(1);}}/*====================================================CONTACT CHANNELS=====================================================*/.contact-channels {padding: 120px 0;position: relative;background: #f8fafc;overflow: hidden;}.contact-channels::before {content: "";position: absolute;width: 500px;height: 500px;background: #ff7a00;filter: blur(180px);opacity: .08;top: -200px;right: -150px;border-radius: 50%;}.section-tag {display: inline-block;padding: 10px 22px;border-radius: 50px;background: #fff3e8;color: #ff7a00;font-weight: 700;letter-spacing: 1px;font-size: 13px;margin-bottom: 18px;}.section-heading h2 {font-size: 54px;font-weight: 800;color: #0f172a;line-height: 1.1;margin-bottom: 20px;}.section-heading h2 span {display: block;color: #ff7a00;}.section-heading p {max-width: 760px;margin: auto;font-size: 18px;line-height: 1.9;color: #64748b;}/*-----------------------*/.contact-channel-card {position: relative;background: #fff;border-radius: 30px;padding: 40px 30px;overflow: hidden;height: 100%;transition: .45s;box-shadow: 0 20px 60px rgba(0, 0, 0, .06);}.contact-channel-card:hover {transform: translateY(-15px);box-shadow: 0 35px 90px rgba(0, 0, 0, .12);}.card-glow {position: absolute;top: -120px;right: -120px;width: 240px;height: 240px;background: #ff7a00;opacity: .08;border-radius: 50%;filter: blur(50px);transition: .5s;}.contact-channel-card:hover .card-glow {transform: scale(1.4);opacity: .15;}.channel-icon {width: 78px;height: 78px;border-radius: 22px;background: #ff7a00;display: flex;align-items: center;justify-content: center;font-size: 30px;color: #fff;margin-bottom: 30px;box-shadow: 0 15px 40px rgba(255, 122, 0, .35);}.channel-status {display: inline-flex;align-items: center;gap: 8px;padding: 8px 18px;border-radius: 40px;background: #eefbf2;color: #1c8b43;font-size: 13px;font-weight: 700;margin-bottom: 22px;}.channel-status i {font-size: 10px;}.contact-channel-card h3 {font-size: 30px;font-weight: 700;margin-bottom: 18px;color: #0f172a;}.contact-channel-card p {font-size: 16px;line-height: 1.8;color: #64748b;margin-bottom: 25px;}.contact-channel-card h5 {font-size: 18px;font-weight: 700;margin-bottom: 30px;color: #ff7a00;}.contact-channel-card a {display: inline-flex;align-items: center;gap: 10px;font-weight: 700;color: #111827;text-decoration: none;transition: .35s;}.contact-channel-card:hover a {color: #ff7a00;}.contact-channel-card a i {transition: .35s;}.contact-channel-card:hover a i {transform: translateX(6px);}/* Want to remove  *//*====================================================GLOBAL COMMUNICATION HUB====================================================*/.communication-hub {padding: 100px 0;background: #ffffff;position: relative;overflow: hidden;}.hub-label {display: inline-block;padding: 10px 22px;background: #fff4eb;border-radius: 40px;color: #ff7a00;font-weight: 700;margin-bottom: 20px;}.hub-content h2 {font-size: 33px;font-weight: 800;line-height: 1.08;margin-bottom: 25px;color: #0f172a;}.hub-content h2 span {display: block;color: #ff7a00;}.hub-content p {font-size: 18px;line-height: 1.9;color: #64748b;margin-bottom: 45px;}/*----------------*/.department-item {display: flex;align-items: center;gap: 20px;padding: 20px;margin-bottom: 18px;background: #fff;border-radius: 22px;box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);transition: 0.4s;}.department-item:hover {transform: translateX(12px);}.dept-icon {width: 70px;height: 70px;border-radius: 18px;display: flex;align-items: center;justify-content: center;font-size: 28px;color: #fff;flex-shrink: 0;}.sales {background: #ff7a00;}.support {background: #2563eb;}.partner {background: #10b981;}.hr {background: #7c3aed;}.department-item h5 {margin: 0;font-size: 20px;font-weight: 700;}.department-item span {color: #64748b;}/*----------------*/.network-wrapper {position: relative;height: 650px;}.network-center {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}.center-logo {width: 140px;height: 140px;border-radius: 50%;background: #ff7a00;display: flex;align-items: center;justify-content: center;font-size: 36px;font-weight: 800;color: #fff;position: relative;z-index: 2;box-shadow: 0 25px 60px rgba(255, 122, 0, 0.45);}.pulse-rings {position: absolute;border: 2px solid rgba(255, 122, 0, 0.35);border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%, -50%);animation: pulseRing 3s infinite;}.pulse2 {animation-delay: 1.5s;}.network-node {position: absolute;width: 120px;height: 120px;background: #fff;border-radius: 24px;display: flex;flex-direction: column;align-items: center;justify-content: center;box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);transition: 0.35s;}/* .network-node:hover {transform: translateY(-5px);} */.network-node i {font-size: 32px;color: #ff7a00;margin-bottom: 10px;}.node1 {left: 15%;top: 14%;}.node2 {right: 5%;top: 15%;}.node3 {right: 8%;bottom: 15%;}.node4 {left: 15%;bottom: 13%;}.node5 {left: 50%;top: 0;transform: translateX(-50%);}.network-lines {position: absolute;left: 0;top: 0;width: 100%;height: 100%;pointer-events: none;}.network-lines line {stroke: #ff7a00;stroke-width: 2;stroke-dasharray: 10;animation: dashMove 8s linear infinite;opacity: 0.4;}/*----------------*/@keyframes pulseRing {0% {transform: translate(-50%, -50%) scale(0.8);opacity: 1;}100% {transform: translate(-50%, -50%) scale(1.6);opacity: 0;}}@keyframes dashMove {from {stroke-dashoffset: 0;}to {stroke-dashoffset: 120;}}/*========================*/.activity-panel {background: #fff;border-radius: 30px;padding: 35px;height: 100%;box-shadow: 0 25px 70px rgba(0, 0, 0, .08);}.activity-header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}.activity-header span {font-size: 13px;padding: 8px 16px;border-radius: 30px;background: #eefbf3;color: #16a34a;font-weight: 700;}.activity-item {display: flex;align-items: center;gap: 18px;padding: 18px 0;border-bottom: 1px solid #edf2f7;}.activity-item:last-child {border-bottom: none;}.activity-icon {width: 58px;height: 58px;border-radius: 18px;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 22px;flex-shrink: 0;}.bg-orange {background: #ff7a00;}.bg-blue {background: #2563eb;}.bg-green {background: #16a34a;}.bg-purple {background: #7c3aed;}.activity-item h5 {margin: 0;font-size: 17px;font-weight: 700;color: #111827;}.activity-item small {display: block;color: #64748b;margin-top: 3px;}.activity-item>span {margin-left: auto;font-size: 13px;font-weight: 700;color: #94a3b8;}@keyframes drawChart {to {stroke-dashoffset: 0;}}/*==============================RESPONSIVE HERO==============================*/@media(max-width:991px) {.contact-hero {padding: 10px 0 80px;}.contact-left h1 {font-size: 52px;}.hero-features {grid-template-columns: 1fr;}.hero-buttons {justify-content: center;}.contact-dashboard {margin-top: 70px;}.hero-experience,.support-team-widget,.hero-mini-stats,.tech-stack-pills,.hero-scroll,.floating-contact-card {display: none;}.contact-status-list div {padding: 16px 10px;font-size: 12px;display: grid;}.dashboard-box {padding: 18px;}.dashboard-box h2 {font-size: 18px;}.dashboard-box span {font-size: 12px;margin-bottom: 8px;}.hero-pulse {top: 56%;z-index: 2;}.hero-mini-stats {display: grid;position: relative;}.contact-channels {padding: 50px 0;}}@media(max-width:767px) {.contact-left h1 {font-size: 40px;}.contact-left p {font-size: 16px;}.dashboard-grid {grid-template-columns: 1fr;}.hero-badge {font-size: 13px;padding: 10px 18px;}.btn-primary-custom,.btn-outline-custom {width: 100%;text-align: center;}.node1 {top: 110px;}.node2 {top: 110px;right: 0%;}.node4 {bottom: 60px;}.network-node {width: 100px;height: 100px;}.network-node i {font-size: 26px;}.activity-panel {border-radius: 30px;}.activity-header span {font-size: 12px;padding: 8px 8px;}.activity-panel {padding: 35px 16px;}}