@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --white: #ffffff;
  --black: #071427;
  --navy: #0d2340;
  --text: #11223d;
  --muted: #4d5f79;
  --muted-soft: #7d8da6;
  --brand: #4b8fe8;
  --brand-strong: #2475dd;
  --brand-dark: #1f4e8e;
  --pale-blue: #d9e8ff;
  --panel: rgba(255, 255, 255, 0.9);
  --panel-strong: rgba(255, 255, 255, 0.96);
  --footer: #071018;
  --shadow-lg: 0 24px 60px rgba(22, 72, 132, 0.15);
  --shadow-card: 0 24px 55px rgba(10, 35, 73, 0.12);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: var(--text);
  background: #f8fbff;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

button,
input,
textarea {
  outline: none;
  box-shadow: none !important;
}
main {
  overflow-x: hidden;
}

.home-banner {
  background-image: url(../images/hero-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 100vh;
}
.feature-block {
  background-image: url(../images/the-feature-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 100vh;
}
.route-live {
  background-image: url(../images/route-live-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: auto;
}
.everything-section {
  background-image: url(../images/everything-section-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 100vh;
}
.real-pool-companies {
  /*background-image: url(../images/real-pool-companies-bg.png);*/
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 100vh;
}
.start-running {
  /*background-image: url(../images/start-running-bg.png);*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: auto;
}
.pool-companies-main{
  background-image: url(../images/pool-companies-main-bg.png);
  background-repeat: no-repeat;
      background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
    background-position-y: center;
}
.about-wrapper {
  background-image: url("../images/about-wrapper-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100vh;
}
.contact-wrapper {
  background-image: url("../images/contact-wrapper-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
}
.our-service-wrapper {
  background-image: url("../images/our-service-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
}
/* .priceing-wrapper {
  background-image: url("../images/priceing-wrapper-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100vh;
} */
.contentpage-wrapper {
  background-image: url("../images/contentpage-wrapper-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 120px;
}
.feature-block::after,
.route-live::after,
.everything-section::after,
.real-pool-companies::after {
  content: "";
  position: absolute;
  width: 100%;
  top: -17px;
  left: 0;
  right: 0;
  background: #fff;
  filter: blur(12px);
  height: 50px;
}
.feature-block::after{
      background: linear-gradient(180deg, #ECF0FD 0%, #F5F9FF 100%);
}
.real-pool-companies::after{
  background: linear-gradient(180deg, #B0D1F7 0%, #B7D9FB 100%);
  filter: blur(9px);
}
.route-live::after{
  background: linear-gradient(180deg, #B8D8FF 0%, #D0E5FF 100%);
}
.everything-section::after{
  background: linear-gradient(180deg, #ECF4FF 0%, #F7FAFF 100%);
}

.feature-block,
.route-live,
.everything-section,
.real-pool-companies {
  position: relative;
}
.get-in-touch {
  padding: 70px 0 90px;
}
.get-in-touch{
  background-image: url(../images/get-in-touch-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
      min-height: 100vh;
}
.operations-section-pricing{
  background-image: url(../images/operations-section-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
      min-height: 100vh;
      position: relative;
}
.operations-section-pricing::after{
      content: "";
    position: absolute;
    width: 100%;
    top: -25px;
    left: 0;
    right: 0;   
     background: linear-gradient(180deg, #B0D1F7 0%, #B7D9FB 100%);
    filter: blur(12px);
    height: 50px;
}

.contact-heading {
  max-width: 760px;
}

.contact-grid {
  margin-top: 60px;
}

.contact-form-card,
.contact-info-card {
  height: 100%;
  padding: 40px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 20px 40px 0 rgba(39, 48, 52, 0.04);
  backdrop-filter: blur(12px);
}
.contact-info-card {
  position: relative;
  padding: 0;
  border-radius: 32px;
  border-left: 4px solid #005da6;
  height: auto;
}
.contact-info-card h3 {
  margin-bottom: 30px;
  color: #273034;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding: 32px 32px 0px;
}
.contact-info-card > p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px;
}
.contact-form-card h3 {
  color: #273034;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 32px;
}
.contact-info-list {
  display: grid;
  padding: 0px 22px;
  gap: 18px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-info-item span {
  display: block;
  margin-bottom: 4px;
  color: #545d62;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.contact-info-item a,
.contact-info-item p {
  color: #273034;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.contact-form .form-label {
  margin-bottom: 8px;
  color: #545d62;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.contact-form .form-control {
  min-height: 54px;
  padding: 14px 16px;
  color: var(--text);
  border-radius: 15px;
  border: 1px solid rgba(146, 203, 255, 0.55);
  background: #fff;
}

.contact-form .form-control:focus {
  border-color: rgba(77, 168, 255, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(77, 168, 255, 0.12);
}
red {
  color: #eb5757;
}
.contact-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding-top: 6px;
}

.contact-form-actions p {
  color: var(--muted-soft);
  font-size: 14px;
  line-height: 22px;
}

.video-player {
  margin-top: 38px;
}

.video-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 32px;
  background: #071427;
  box-shadow: var(--shadow-card);
  height: clamp(260px, 42vw, 685px);
}

.service-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #071427;
  cursor: pointer;
}

.video-toggle {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  z-index: 2;
  background: rgba(0, 0, 0, 0.25);
  stroke: #fff;
  backdrop-filter: blur(10px);
}

.video-toggle:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 22px 44px rgba(7, 20, 39, 0.28);
}

.video-toggle-icon {
  position: relative;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #ffffff;
}

.video-toggle.is-playing .video-toggle-icon {
  width: 28px;
  height: 30px;
  margin-left: 0;
  border: 0;
}

.video-toggle.is-playing .video-toggle-icon::before,
.video-toggle.is-playing .video-toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 30px;
  border-radius: 999px;
  background: #fff;
}

.video-toggle.is-playing .video-toggle-icon::before {
  left: 0;
}

.video-toggle.is-playing .video-toggle-icon::after {
  right: 0;
}

.video-toggle:focus-visible {
  outline: 3px solid rgba(77, 168, 255, 0.35);
  outline-offset: 4px;
}

.theme-header {
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(18px);
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
  margin-right: 24px;
}

.navbar-collapse {
  flex-grow: 0;
}

.theme-header .navbar-nav {
  align-items: center;
  gap: 24px;
  margin-right: 18px;
}

.theme-header .nav-link {
  padding: 0;
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.35px;
}

.theme-header .nav-link:hover,
.theme-header .nav-link:focus {
  color: var(--brand-strong);
}
.theme-header .theme-btn {
  padding: 10px 25px;
}
.theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  box-shadow: 0 10px 24px rgba(45, 122, 222, 0.22);
  border-radius: 15px;
  background: var(
    --Gradient,
    linear-gradient(107deg, #4da8ff 0%, #005e9f 100%)
  );
  padding: 16px 25px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.theme-btn:hover,
.theme-btn:focus {
  color: var(--white);
  transform: translateY(-1px);
}

.theme-btn-light {
  border-radius: 15px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
  padding: 14px 40px;
  color: var(--Secondary, #3f76b1);
}

.theme-btn-light:hover,
.theme-btn-light:focus {
  color: var(--brand-dark);
}

.navbar-toggler {
  padding: 0;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 24px rgba(12, 47, 96, 0.12);
}

.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  width: 18px;
  height: 2px;
  background: var(--navy);
  border-radius: 999px;
  display: inline-block;
  content: "";
  position: relative;
}

.navbar-toggler-icon::before {
  position: absolute;
  left: 0;
  top: -6px;
}

.navbar-toggler-icon::after {
  position: absolute;
  left: 0;
  top: 6px;
}

.home-banner {
  padding: 32px 0 52px;
  text-align: center;
}

.home-banner-innr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.hero-copy p.badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(92, 151, 230, 0.24);
  border-radius: 9999px;
  background: #ceddff;
  padding: 8px 16px;
  color: var(--Secondary, #3f76b1);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hero-copy h1 {
  font-size: clamp(2.5rem, 5vw, 3.1rem);
  color: var(--Black, #000);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}
.hero-copy h1 span,
.section-heading h2 span {
  color: #3f76b1;
}

.hero-copy h2 {
  color: var(--Dark-Blue, #18253b);
  text-align: center;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
.hero-copy h2 span {
  color: #3f76b1;
}
.hero-copy p {
  color: var(--Dark-Blue, #18253b);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 6px;
  margin-top: 23px;
}

.hero-devices {
  width: 100%;
  margin-top: 44px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.showcase-image {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(7, 20, 39, 0.14));
}

.hero-showcase {
  max-width: 940px;
}

.phone-mockup {
  position: relative;
  width: 140px;
  padding: 8px;
  border-radius: 28px;
  background: linear-gradient(
    160deg,
    #111824 0%,
    #3d4652 24%,
    #e7edf3 58%,
    #1e1f22 100%
  );
  box-shadow: 0 22px 40px rgba(18, 33, 56, 0.28);
}

.phone-mockup::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 14px;
  border-radius: 10px;
  background: #121b28;
  z-index: 2;
}

.phone-screen {
  position: relative;
  min-height: 270px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #fcfdff 0%, #edf4fb 100%);
}

.phone-left {
  transform: rotate(-12deg) translateY(-4px);
  z-index: 2;
}

.phone-map .status-bar,
.app-header,
.calendar-header {
  height: 28px;
  background: linear-gradient(180deg, #15253b 0%, #203452 100%);
}

.map-grid {
  height: 112px;
  background:
    linear-gradient(90deg, rgba(45, 122, 222, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(45, 122, 222, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  background-color: #f3f8fe;
  position: relative;
}

.map-grid::before,
.map-grid::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #3f89ef;
}

.map-grid::before {
  width: 86px;
  height: 4px;
  top: 40px;
  left: 28px;
  transform: rotate(18deg);
}

.map-grid::after {
  width: 76px;
  height: 4px;
  top: 68px;
  right: 18px;
  transform: rotate(-22deg);
}

.location-card {
  padding: 12px;
  font-size: 10px;
  color: #1f3150;
}

.location-card strong,
.testimonial-user strong {
  display: block;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.location-card span,
.testimonial-user span,
.testimonial-user small {
  display: block;
  color: #485c80;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.bottom-sheet {
  padding: 14px 12px;
  background: linear-gradient(180deg, #142339 0%, #213655 100%);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sheet-line,
.sheet-btn,
.task-card,
.crm-row,
.table-row {
  border-radius: 999px;
}

.sheet-line {
  height: 7px;
  background: rgba(255, 255, 255, 0.24);
  margin-bottom: 8px;
}

.line-lg {
  width: 84%;
}

.line-sm {
  width: 56%;
}

.sheet-btn {
  width: 100%;
  height: 18px;
  margin-top: 10px;
  background: linear-gradient(180deg, #5caeff 0%, #2d7de2 100%);
}

.laptop-mockup {
  position: relative;
}

.hero-laptop {
  width: min(100%, 560px);
}

.laptop-screen {
  padding: 8px;
  border: 6px solid #171717;
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(180deg, #f8fbff 0%, #ecf3fb 100%);
  box-shadow: 0 22px 48px rgba(17, 42, 79, 0.26);
}

.dashboard-screen {
  height: 252px;
}

.dashboard-topbar {
  height: 14px;
  border-radius: 6px;
  background: linear-gradient(180deg, #101722 0%, #202938 100%);
  margin-bottom: 8px;
}

.dashboard-body {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px;
  height: calc(100% - 22px);
}

.dashboard-sidebar {
  border-radius: 8px;
  padding: 8px;
  background: #f5f8fd;
  display: grid;
  align-content: start;
  gap: 8px;
}

.dashboard-sidebar span {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d9e6f6 0%, #eaf1f9 100%);
}

.dashboard-content {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 8px;
}

.content-map {
  position: relative;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(45, 122, 222, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(45, 122, 222, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  background-color: #f5f8fd;
}

.route {
  position: absolute;
  height: 4px;
  border-radius: 999px;
  background: #3a8cf2;
}

.route-a {
  width: 120px;
  top: 48px;
  left: 28px;
  transform: rotate(16deg);
}

.route-b {
  width: 100px;
  top: 114px;
  right: 20px;
  transform: rotate(-24deg);
}

.map-pin {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #68bc3d;
  border: 2px solid var(--white);
  box-shadow: 0 0 0 3px rgba(104, 188, 61, 0.18);
}

.pin-a {
  top: 62px;
  left: 118px;
}

.pin-b {
  top: 132px;
  right: 70px;
  background: #f7ae3b;
  box-shadow: 0 0 0 3px rgba(247, 174, 59, 0.2);
}

.pin-c {
  bottom: 28px;
  left: 88px;
  background: #f26c59;
  box-shadow: 0 0 0 3px rgba(242, 108, 89, 0.18);
}

.content-table {
  border-radius: 8px;
  padding: 12px;
  background: #fbfdff;
  display: grid;
  align-content: start;
  gap: 8px;
}

.table-row {
  height: 20px;
  background: linear-gradient(90deg, #e7eef8 0%, #f1f5fb 100%);
}

.laptop-base {
  width: 112%;
  height: 14px;
  margin-left: -6%;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(180deg, #d8d8d8 0%, #9ea4ab 100%);
  box-shadow: 0 18px 26px rgba(58, 61, 66, 0.18);
}

.section-space {
  padding: 78px 0;
}

.content-copy h2,
.section-heading h2,
.cta-copy h2 {
  letter-spacing: -0.03em;
  color: var(--Dark-Blue, #18253b);
  font-family: "Open Sans";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 10px;
}

.content-copy h3 {
  margin-top: 31px;
  color: var(--Dark-Blue, #18253b);
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.content-copy p,
.section-heading p,
.cta-copy p {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.feature-list {
  margin-top: 20px;
  display: grid;
  gap: 15px;
}

.feature-list li {
  position: relative;
  padding-left: 16px;
  color: var(--Dark-Blue, #18253b);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #54a5ff;
  box-shadow: 0 0 0 4px rgba(84, 165, 255, 0.16);
}

.feature-note {
  margin-top: 18px;
  color: #5ca0e8 !important;
  font-weight: 700;
}

.phone-pair,
.operations-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-center {
  width: 148px;
}

.phone-right-small {
  width: 126px;
  transform: translateY(28px);
}

.phone-list {
  background: linear-gradient(180deg, #f8fbff 0%, #eff5fb 100%);
  padding-bottom: 16px;
}

.list-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px 0;
}

.list-row span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, #58abff 0%, #2d7de2 100%);
}

.list-row div {
  flex: 1;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dbe6f4 0%, #edf3fa 100%);
}

.phone-calendar {
  padding: 10px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  padding-top: 10px;
}

.calendar-grid span {
  aspect-ratio: 1;
  border-radius: 6px;
  background: #e8eff8;
}

.calendar-card {
  height: 54px;
  border-radius: 14px;
  margin-top: 12px;
  background: linear-gradient(180deg, #d9ebff 0%, #edf4fc 100%);
}

.feature-copy-right .theme-btn {
  margin-top: 18px;
}

.medium-laptop {
  max-width: 520px;
}

.compact-screen {
  height: 204px;
}

.compact-screen .dashboard-content {
  grid-template-columns: 1fr;
}

.compact-screen .dashboard-sidebar {
  display: none;
}

.operations-section {
  text-align: center;
}

.section-heading {
  margin: 0 auto;
}

.section-heading p {
  margin-top: 14px;
}

.section-heading small {
  display: block;
  margin-top: 10px;
  color: var(--Black, #000);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.operations-showcase {
  position: relative;
  margin-top: 46px;
}

.feature-copy-right {
  max-width: 410px;
}

.phone-tilt {
  width: 148px;
  transform: rotate(-14deg) translate(26px, 8px);
  z-index: 2;
}

.phone-tasks {
  padding: 10px;
}

.app-header.light {
  height: 24px;
  background: linear-gradient(180deg, #d8e8fb 0%, #f2f6fb 100%);
  border-radius: 12px;
}

.task-card {
  height: 54px;
  margin-top: 12px;
  background: linear-gradient(180deg, #f9fcff 0%, #e5eef8 100%);
  box-shadow: inset 0 0 0 1px rgba(68, 132, 219, 0.08);
}

.task-card-short {
  height: 44px;
}

.operations-laptop {
  width: min(100%, 560px);
}

.crm-screen {
  height: 260px;
}

.crm-body {
  padding: 12px;
  display: grid;
  gap: 10px;
}

.crm-row {
  height: 32px;
  background: linear-gradient(90deg, #eff4fa 0%, #f9fbfe 100%);
}

.row-head {
  height: 20px;
  width: 72%;
}

.testimonials-section {
  padding-bottom: 92px;
}

.testimonial-grid-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 46px;
}

.testimonial-card {
  height: 100%;
  padding: 28px 22px;
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.testimonial-card h4 {
  color: #1a2f50;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  margin-top: 16px;
}
.stars {
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #005e9f;
}

.testimonial-card p {
  margin-top: 18px;
  color: #1a2f50;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 39px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #17202d 0%, #0b1016 100%);
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
}

.cta-section {
  padding-bottom: 28px;
  position: relative;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 50px 42px;
  border-radius: 35px;
  border: 1px solid #e3e3e3;
  background: rgb(255 255 255 / 74%);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
}

.cta-copy {
  text-align: center;
  margin: 0 auto;
}

.cta-copy p {
  margin-top: 14px;
  color: var(--Black, #000);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cta-copy .theme-btn {
  margin-top: 22px;
  border-radius: 15px;
  background: var(--Primary, #48adff);
  padding: 20px 48px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.cta-copy small {
  display: block;
  margin-top: 12px;
  color: var(--Dark-Blue, #18253b);
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mascot-badge {
  position: absolute;
  right: 0;
  bottom: 0;
}
.mascot-image {
  width: 230px;
  filter: drop-shadow(0 18px 30px rgba(14, 62, 121, 0.24));
}
footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #010811;
  padding: 50px 30px 30px 30px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer-brand p {
  margin: 24px 0;
  color: var(--White, #fff);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.75px;
}
.social-links {
  display: flex;
  gap: 18px;
  margin-top: 18px;
}
.footer-links h4 {
  margin-bottom: 18px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.footer-links a {
  display: block;
  margin-bottom: 16px;
  color: var(--White, #fff);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-bottom p {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.5;
}
.about-banner {
  padding: 160px 0;
}
.about-banner-innr h1 {
  color: #18253b;
  font-family: "Open Sans";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 25px;
}
.about-banner-innr h1 span {
  color: #3f76b1;
}
.about-banner-innr p {
  color: var(--Dark-Blue, #18253b);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.about-cms-heading p {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}
.profit-tag {
  display: flex;
  align-items: center;
  gap: 10px;
      color: #3F76B1;
      font-size: 24px;
}
.container-fluid {
  padding: 0 30px;
}

.contact-info-card-img img {
  width: 100%;
  pointer-events: none;
}

.priceing-wrapper .contact-form-card h3 {
  color: #273034;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; 
}

.priceing-wrapper .contact-form-card .price-box {
  color: #000;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 73.077% */
  margin-bottom: 30px;
}

.priceing-wrapper .contact-form-card .price-box span {
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

.priceing-wrapper .contact-form-card p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 190% */
}
.price-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #1a2f50;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}


.content-box {
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  padding: 40px;
}

.content-box p {
  color: #1a2f50;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  margin-bottom: 24px;
  
}

.content-box ul li{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #1a2f50;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding-left: 10px;
  position: relative;
}
.content-box ul{
  margin: 1rem 0;
}
.content-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1a2f50;
}
.content-box a{
  color: #48adff;
  text-decoration: underline !important;
}

.content-banner h1 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Open Sans";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 106.667% */
  margin-bottom: 15px;
}

.operations-devices-row {
  margin-top: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.operations-phone-section {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.operations-laptop-section {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.content-banner h1 span {
  color: #3f76b1;
}
.testimonial-grid{
  margin-top: 30px;
}

/* Owl Carousel Testimonial Slider Styles */
.testimonial-grid-home.owl-carousel {
  margin-top: 46px;
}

.testimonial-grid-home.owl-carousel .item {
  padding: 0 10px;
}

.testimonial-grid-home.owl-carousel .owl-nav {
  display: none;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-grid-home.owl-carousel .owl-nav button {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005e9f;
  font-size: 24px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-grid-home.owl-carousel .owl-nav button:hover {
  background: #005e9f;
  color: #fff;
}

.testimonial-grid-home.owl-carousel .owl-nav .owl-prev {
  left: -30px;
}

.testimonial-grid-home.owl-carousel .owl-nav .owl-next {
  right: -30px;
}

.testimonial-grid-home.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-grid-home.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 94, 159, 0.3);
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-grid-home.owl-carousel .owl-dots .owl-dot.active {
  background: #005e9f;
}

.testimonial-grid-home.owl-carousel .owl-dots .owl-dot:hover {
  background: rgba(0, 94, 159, 0.6);
}

/* Desktop Grid Layout - Keep as grid */
@media (min-width: 992px) {
  .testimonial-grid-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  
  .testimonial-grid-home.owl-carousel {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  
  .testimonial-grid-home.owl-carousel .owl-stage-outer {
    display: contents;
  }
  
  .testimonial-grid-home.owl-carousel .owl-stage {
    display: contents;
  }
  
  .testimonial-grid-home.owl-carousel .item {
    grid-column: auto;
  }
  
  .testimonial-grid-home.owl-carousel .owl-nav,
  .testimonial-grid-home.owl-carousel .owl-dots {
    display: none !important;
  }
}

/* Mobile Slider - Show slider only below 991px */
@media (max-width: 991px) {
  
}

.blog-card {
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.blog-card img {
  width: 100%;
}

.blog-card h3 {
  color: var(--Primary, #48adff);
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  letter-spacing: -0.4px;
}

.blog-card p {
  color: #1a2f50;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.blog-card a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #48adff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.blog-card a img {
  width: auto;
}

.blog-content {
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  align-self: stretch;
}

.pagination {
  margin-top: 38px;
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 18px;
  box-shadow: 0 10px 24px rgba(18, 52, 92, 0.12);
  border: 1px solid rgba(13, 35, 64, 0.08);
  border-radius: 50px;
  background: #fff;
}

.pagination-btn {
  min-width: 90px;
  height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  white-space: nowrap;
  border-radius: 10px;
  border: 1px solid var(--Gray-3, #828282);
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

.pagination-btn:hover,
.pagination-btn:focus {
  color: var(--brand-strong);
  border-color: rgba(36, 117, 221, 0.35);
  transform: translateY(-1px);
}

.pagination-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.pagination-page {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--Gray-3, #828282);
  color: var(--Gray-3, #828282);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

.pagination-page:hover,
.pagination-page:focus {
  color: var(--brand-strong);
  border-color: rgba(36, 117, 221, 0.35);
}

.pagination-page.active {
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 16px rgba(36, 117, 221, 0.2);
  border-radius: 10px;
  background: var(--Primary, #48adff);
}

img.blog-detials-img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 20px;
}

.date-bx {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #1a2f50;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.blog-detials h3 {
  color: var(--Type-color, #1b1b1f);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.blog-detials p {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.content-copy-title{
      letter-spacing: -0.03em;
    color: var(--Dark-Blue, #18253b);
    font-family: "Open Sans";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;
}
.content-copy-title span{
      color: #3f76b1;
}