:root {
  --Font-Face-Lato: "Lato";
  --Font-Face-Noto-Sans-SC: "Noto Sans SC";
  --font-size-1xl: 24px;
  --font-size-2xl: 30px;
  --font-size-3xl: 34px;
  --font-size-Display-lg: 72px;
  --font-size-Display-md: 56px;
  --font-size-Display-sm: 45px;
  --font-size-body-text: 17px;
  --font-size-lg: 20px;
  --font-size-md: 18px;
  --font-size-sm: 13px;
  --font-size-sx: 11px;
  --font-size-sx-1: 9px;
  --font-weight-black: 900;
  --font-weight-bold: 700;
  --font-weight-light: 300;
  --font-weight-medium: 500;
  --font-weight-regular: 400;

  --Gap-lg: 50px;
  --Gap-md: 35px;
  --Gap-sm: 25px;
  --Global-Padding: 50px;
  --Padding-lg: 75px;
  --Padding-md: 40px;
  --Padding-sm: 20px;
  --Padding-xl: 100px;
  --Padding-xs: 10px;

  --Black: rgb(0 0 0);
  --Blue: rgb(0 0 230);
  --Colors-Blue-blue-100: rgb(176 176 247);
  --Colors-Blue-blue-200: rgb(138 138 244);
  --Colors-Blue-blue-300: rgb(84 84 238);
  --Colors-Blue-blue-400: rgb(51 51 235);
  --Colors-Blue-blue-50: rgb(230 230 253);
  --Colors-Blue-blue-500: rgb(0 0 230);
  --Colors-Blue-blue-600: rgb(0 0 209);
  --Colors-Blue-blue-700: rgb(0 0 163);
  --Colors-Blue-blue-800: rgb(0 0 127);
  --Colors-Blue-blue-900: rgb(0 0 97);
  --Colors-Grey-grey-100: rgb(223 223 223);
  --Colors-Grey-grey-200: rgb(208 208 208);
  --Colors-Grey-grey-300: rgb(187 187 187);
  --Colors-Grey-grey-400: rgb(173 173 173);
  --Colors-Grey-grey-50: rgb(245 245 245);
  --Colors-Grey-grey-500: rgb(153 153 153);
  --Colors-Grey-grey-600: rgb(139 139 139);
  --Colors-Grey-grey-700: rgb(109 109 109);
  --Colors-Grey-grey-800: rgb(84 84 84);
  --Colors-Grey-grey-900: rgb(64 64 64);
  --Colors-Orange-orange-100: rgb(255 197 176);
  --Colors-Orange-orange-200: rgb(255 169 138);
  --Colors-Orange-orange-300: rgb(255 130 84);
  --Colors-Orange-orange-400: rgb(255 105 51);
  --Colors-Orange-orange-50: rgb(255 236 230);
  --Colors-Orange-orange-500: rgb(255 68 0);
  --Colors-Orange-orange-600: rgb(232 62 0);
  --Colors-Orange-orange-700: rgb(181 48 0);
  --Colors-Orange-orange-800: rgb(140 37 0);
  --Colors-Orange-orange-900: rgb(107 29 0);
  --Colors-Red-red-100: rgb(241 185 186);
  --Colors-Red-red-200: rgb(234 151 153);
  --Colors-Red-red-300: rgb(225 104 107);
  --Colors-Red-red-400: rgb(219 74 78);
  --Colors-Red-red-50: rgb(251 232 233);
  --Colors-Red-red-500: rgb(210 29 34);
  --Colors-Red-red-600: rgb(191 26 31);
  --Colors-Red-red-700: rgb(149 21 24);
  --Colors-Red-red-800: rgb(116 16 19);
  --Colors-Red-red-900: rgb(88 12 14);
  --Colors-Violet-violet-100: rgb(210 190 237);
  --Colors-Violet-violet-200: rgb(188 158 229);
  --Colors-Violet-violet-300: rgb(157 114 217);
  --Colors-Violet-violet-400: rgb(138 87 209);
  --Colors-Violet-violet-50: rgb(240 234 249);
  --Colors-Violet-violet-500: rgb(109 45 198);
  --Colors-Violet-violet-600: rgb(99 41 180);
  --Colors-Violet-violet-700: rgb(77 32 141);
  --Colors-Violet-violet-800: rgb(60 25 109);
  --Colors-Violet-violet-900: rgb(46 19 83);
  --Colors-Yellow-yellow-100: rgb(255 235 176);
  --Colors-Yellow-yellow-200: rgb(255 225 138);
  --Colors-Yellow-yellow-300: rgb(255 211 84);
  --Colors-Yellow-yellow-400: rgb(255 203 51);
  --Colors-Yellow-yellow-50: rgb(255 249 230);
  --Colors-Yellow-yellow-500: rgb(255 190 0);
  --Colors-Yellow-yellow-600: rgb(232 173 0);
  --Colors-Yellow-yellow-700: rgb(181 135 0);
  --Colors-Yellow-yellow-800: rgb(140 105 0);
  --Colors-Yellow-yellow-900: rgb(107 80 0);
  --Gray---Dark: rgb(155 156 156);
  --Gray---Light: rgb(225 225 225);
  --Gray---Mid: rgb(199 199 198);
  --Orange: rgb(255 68 0);
  --Orange---Light: rgb(255 242 237);
  --Purple: rgb(109 45 198);
  --Red: rgb(210 29 34);
  --Yellow: rgb(255 190 0);

  --main-box-shadow: 0px 5px 10px 0px rgba(255, 67.99999999999993, 0, 0.3);
  --e-global-color-light-orange: #fff2ed;
}

@property --color-one {
  syntax: "<color>";
  initial-value: #ffbe00;
  inherits: false;
}

@property --color-two {
  syntax: "<color>";
  initial-value: #f40;
  inherits: false;
}

.primary-color {
  color: var(--e-global-color-primary) !important;
}

* {
  transition: box-shadow 0.4s ease;
}

p a {
  color: var(--e-global-color-primary);
  border-bottom: 1px solid transparent;
  transition: all 0.25s;
}

.glass-bg {
  border-radius: 1.25rem;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.52);
  box-shadow:
    -42px 103px 31px 0 rgba(145, 145, 145, 0),
    -27px 66px 29px 0 rgba(145, 145, 145, 0.01),
    -15px 37px 24px 0 rgba(145, 145, 145, 0.03),
    -7px 17px 18px 0 rgba(145, 145, 145, 0.04);
  backdrop-filter: blur(12.5px);

  color: #fff;
  text-align: center;
  font-family: var(--Font-Face-Lato, Lato);
  font-size: var(--font-size-lg, 1.25rem);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: 2.5625rem; /* 205% */
}

.text-brand-gradient h1,
.text-brand-gradient h2,
.text-brand-gradient h3 {
  font-family: var(--Font-Face-Lato, Lato);
  font-size: clamp(2.5rem, 0.8994rem + 3.3389vw, 3.75rem) !important;
  font-style: normal;
  /* font-weight: var(--font-weight-bold, 700) !important; */
  font-weight: var(--font-weight-black, 900);
  line-height: normal;
  text-transform: capitalize;
  text-wrap: balance;
  background: linear-gradient(95deg, #f40 8.05%, #ffbe00 91.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-brand-gradient h2 {
  font-size: clamp(2.5rem, 0.8994rem + 3.3389vw, 3.75rem) !important;
}

.tagline-1-5 {
  color: #404040;
  text-align: center;
  font-family: Lato;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: normal;
}

.glass-btn a {
  border-radius: 0.75rem !important;
  border-bottom: 1px solid var(--Colors-Orange-orange-100);
  background: linear-gradient(180deg, var(--color-one), var(--color-two));
  box-shadow:
    0 1px 18px 2px #ffeddb30 inset,
    0 1px 4px 2px #ffeddb30 inset,
    0 42px 60px 0 rgba(255, 88, 0, 0.06),
    0 24.721px 32.257px 0 rgba(255, 88, 0, 0.19),
    0 10.268px 13.398px 0 rgba(255, 88, 0, 0.22),
    0 3.714px 4.846px 0 rgba(255, 88, 0, 0.15);

  transition:
    --color-one 0.5s ease,
    --color-two 0.5s ease;
  /* border: 1px solid #f7550140; */
  &:hover {
    --color-one: #ff5700;
    --color-two: #ef5200;
  }
}

.hero-background-gradient:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 18.27%);
  /* background-color: green !important; */

  @media (max-width: 767px) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 100%, #fff 100%) !important;
  }
}

/* Hero Images For Each Page */

.homepage-hero-background {
  background: url("/wp-content/uploads/2026/02/siraya-homepage-hero-infrastructure-wave.jpg") white 50% / cover
    no-repeat;
}

.about-hero-background {
  background: url("/wp-content/uploads/2026/02/siraya-office-backgroung-faded.jpg") white 50% / cover no-repeat;
}

.contact-hero-background {
  background:
    linear-gradient(270deg, rgba(255, 255, 255, 0) 0.08%, rgba(255, 255, 255, 0.99) 48.08%, #fff 99.92%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 18.27%),
    url("/wp-content/uploads/2026/02/singapore-skyline.jpg") white 50% / cover no-repeat;
}
.partnership-hero-background {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 18.27%),
    url("/wp-content/uploads/2026/02/partnership-hands-digital-network-connection.jpg") lightgray 50% / cover no-repeat;
}

.cta-background {
  background:
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 30.77%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 69.23%, #fff 100%),
    url("/wp-content/uploads/2026/02/gray-wave-background.jpg") white 50% / cover no-repeat;
}
.our-partners-background {
  background:
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 30.77%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 69.23%, #fff 100%),
    url("/wp-content/uploads/2026/02/our-partners-background.jpg") white 50% / cover no-repeat;
}

.cdn-hero-background {
  background:
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 30.77%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 69.23%, #fff 100%),
    url("/wp-content/uploads/2026/02/cdn-dashboard-with-maps-and-traffic-charts-perspective.jpg") white 50% / cover
      no-repeat;
}

.go-china-acceleration-hero-background {
  background:
    linear-gradient(279deg, rgba(255, 255, 255, 0) 26.11%, #fff 65.44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 90.73%, #fff 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 18.27%),
    url("/wp-content/uploads/2026/02/china-cityscape-sunset-with-vibrant-colors-glowing-arcs-digital-connectivity.jpg")
      white center / cover no-repeat;
}

.anti-ddos-hero-background {
  background:
    linear-gradient(270deg, rgba(255, 255, 255, 0) 42.39%, rgba(255, 255, 255, 0.2) 47.89%, #fff 73.79%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 18.27%),
    url("/wp-content/uploads/2026/02/anti-ddos-protection-shield-in-sky.jpg") white 50% / cover no-repeat;

  @media (max-width: 767px) {
    background:
      linear-gradient(270deg, rgba(255, 255, 255, 0) 42.39%, rgba(255, 255, 255, 0.2) 47.89%, #fff 73.79%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
      linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 18.27%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.1) 100%, #fff 100%),
      url("/wp-content/uploads/2026/02/anti-ddos-protection-shield-in-sky.jpg") white 50% / cover no-repeat;
  }
}
.real-time-streaming-hero-background {
  background:
    linear-gradient(270deg, rgba(255, 255, 255, 0) 2.71%, rgba(255, 255, 255, 0.2) 33.16%, #fff 63.87%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 18.27%),
    url("/wp-content/uploads/2026/02/Nascar-Racing-Hero-Background.jpg") white 50% / cover no-repeat;
}

.waf-hero-background {
  background:
    linear-gradient(270deg, rgba(255, 255, 255, 0) 2.71%, rgba(255, 255, 255, 0.2) 33.16%, #fff 63.87%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 18.27%),
    url("/wp-content/uploads/2026/02/waf-shield-on-glass-off-center.jpg") white 50% no-repeat;

  @media (min-width: 768px) and (max-width: 2499px) {
    background:
      linear-gradient(270deg, rgba(255, 255, 255, 0) 2.71%, rgba(255, 255, 255, 0.2) 33.16%, #fff 63.87%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
      linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 18.27%),
      url("/wp-content/uploads/2026/02/waf-shield-on-glass-off-center.jpg") white right 50% no-repeat;
  }

  @media (min-width: 2500px) {
    background:
      linear-gradient(270deg, rgba(255, 255, 255, 0) 2.71%, rgba(255, 255, 255, 0.2) 33.16%, #fff 63.87%),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
      linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 18.27%),
      url("/wp-content/uploads/2026/02/waf-shield-on-glass-off-center.jpg") white 100% / cover no-repeat;
  }
}
.bot-management-hero-background {
  background:
    linear-gradient(273deg, rgba(255, 255, 255, 0) 43.12%, rgba(255, 255, 255, 0.9) 66.83%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 23.19%),
    url("/wp-content/uploads/2026/02/bot-management-hero-background.jpg") white 50% / cover no-repeat;
}

.public-cloud-hero-background {
  background:
    linear-gradient(273deg, rgba(255, 255, 255, 0) 43.12%, rgba(255, 255, 255, 0.9) 66.83%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 23.19%),
    url("/wp-content/uploads/2026/02/public-cloud-services-hero-image.jpg") white 50% / cover no-repeat;
}

.database-caching-hero-background {
  background:
    linear-gradient(272deg, rgba(255, 255, 255, 0) 26.6%, #fff 65.01%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 23.19%),
    url("/wp-content/uploads/2026/02/muti-cloud-databases-hero-background.jpg") white 50% / cover no-repeat;
}

.ai-foundation-hero-background {
  background:
    linear-gradient(272deg, rgba(255, 255, 255, 0) 26.6%, #fff 65.01%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 81.73%, #fff 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 23.19%),
    url("/wp-content/uploads/2026/02/ai-foundation-hero-background.jpg") white 50% / cover no-repeat;
}

/* End of Hero Backgrounds */

.heading-1 {
  color: var(--Colors-Grey-grey-900, #404040);
  text-align: center;
  font-family: Lato;
  font-size: var(--font-size-Display-sm, 2.8125rem);
  font-style: normal;
  font-weight: var(--font-weight-bold, 700);
  line-height: normal;
}

.glass-border-light-shadow {
  border-radius: 0.75rem;
  border: 1px solid #f7550150;
  background: #fff;

  /* Orange Shadows Light */
  box-shadow:
    0 4px 4px 0 rgba(0, 0, 0, 0.25),
    0 42px 60px 0 rgba(255, 88, 0, 0.06),
    0 24.721px 32.257px 0 rgba(255, 88, 0, 0.19);
}

.glass-border-light-shadow img {
  border-radius: 0.75rem;
}

.icon-gradient-bg span {
  border-radius: 90px;
  background: linear-gradient(0deg, var(--color-one) 0%, var(--color-two) 100%);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
  transition:
    --color-one 0.5s ease,
    --color-two 0.5s ease;
  /* border: 1px solid #f7550140; */
  &:hover {
    --color-one: #ff5700;
    --color-two: #ef5200;
  }
}
/* Bullets List  Styles*/
.elementor-widget.elementor-widget-text-editor > .elementor-widget-container > ul {
  padding: 0 0 20px 20px !important;
}

/* Partners Page */
.partners-logo-wall img {
  max-width: 150px;
  max-height: 50px;
  width: auto;
  height: auto;
}

/* Slider */

.application-scenarios-slider .elementor-swiper-button {
  transition: all 0.5s;

  @media (max-width: 980px) {
    display: none !important;
  }
}

.image-box-w-bh-hover-inverted {
  overflow: hidden;
  border: 0;
  &:hover p {
    color: white !important;
  }
}

/* .direction-rlt ul {
  direction: rtl !important;
} */

/* Global Button Styles Overwrite */

.btn-secondary .elementor-button {
  color: var(--e-global-color-primary);
  background-color: white !important;
  border: 1px solid var(--e-global-color-primary);

  &:hover {
    color: #fff;
    background-color: var(--e-global-color-primary) !important;
  }
}

body {
  background-image: -webkit-linear-gradient(bottom, #f2f2f2 0%, #ffffff 800px);
}

body [data-elementor-type="single-post"] {
  background-image: -webkit-linear-gradient(top, #fff2ed 0%, #ffffff 800px);
}

/* Main Navigation*/

.padding-top-for-main-nav {
  padding-top: 100px;
}

#mainNav {
  transition: all 0.25s ease !important;
  min-height: 80px !important;
  min-width: 100% !important;
  background-color: transparent !important;

  a {
    cursor: pointer;
  }
}

#mainNav.elementor-sticky--effects {
  background-color: rgba(255, 255, 255, 1) !important;
  min-height: 65px !important;
  box-shadow: var(--main-box-shadow);
}

#mainNav > .elementor-container {
  transition: min-height 0.3s ease !important;
}

.logo img {
  min-width: 135px !important;
}

#mainNav.elementor-sticky--effects .logo img {
  min-width: 135px !important;
}

#mainMenuElement .e-n-menu-heading li.e-n-menu-item:last-child .e-n-menu-title {
  padding-right: 0px !important;
}

#mainMenuElement p.elementor-heading-title.elementor-size-default {
  transition: all 0.25s;
  &:hover {
    color: var(--e-global-color-primary) !important;
  }
}

.main-navigation-sub-cat-1 {
  display: flex;
  padding-left: 10px;
}

.main-navigation-sub-cat-1:before {
  content: " ";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--e-global-color-e5e5f8b);
  height: 5px;
  margin-top: 4px;
  transition: all 0.25s;
}

.main-navigation-sub-cat-1:hover:before {
  border-left: 5px solid var(--e-global-color-primary);
}

/* Blog */

a.elementor-post__read-more {
  border: 1px solid var(--e-global-color-primary);
  padding: 7px 30px;
  border-radius: 5px !important;

  &:hover {
    box-shadow: var(--main-box-shadow);
  }
}

/* Force SVG to change fill color */
.icon.animate svg {
  transition: all 0.25s;
}

.icon.animate svg:hover {
  fill: var(--e-global-color-secondary) !important;
}

.elementor-button-gradient a {
  background-image: linear-gradient(to top, #d21d22, #d21d22, #8b31a0, #ff4400);
  background-size: 100% 300%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 10px rgba(255, 68, 0, 0.5);

  &:hover {
    background-position: 0 100%;
    box-shadow: var(--main-box-shadow);

    transition: all 0.3s ease-in-out;
  }
}

.blog-post-body-container {
  h2,
  h3,
  h4 {
    margin-top: 40px;
  }
}

.blog-post-body-container img {
  box-shadow: 0px 5px 10px #ff440040;
  border-radius: 10px;
  border: 2px solid white;
}

.blog-post-body-container figure {
  margin: 0;
}

.blog-post-body-container ul {
  margin-bottom: 1rem;
}

.blog-post-body-container {
}

/* Temp Shareed Post Class*/

.blog-post-body-container,
.case-study-content-main-container {
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.4rem;
  }
  h2 {
    margin-top: 4rem;
  }
  h3 {
    margin-top: 3rem;
  }

  h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
  }
}

/* Case Studies */

.cs-main-bullets p {
  margin-bottom: 0;
}

.case-study-cards .elementor-post__card {
  box-shadow: var(--main-box-shadow);

  &:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 40px;
    left: -25px;
    height: 50px;
    width: 50px;
    border-radius: 7px;
    background-color: var(--e-global-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Forms */

/*.elementor-form input, select, textarea , .hbspt-form input, select, textarea{*/
/*    //color: var(--e-global-color-primary)!important;*/
/*     border-color: #ff000040!important;*/
/*    box-shadow: 0 3px  10px #ff000020; */
/*}*/

/*.elementor-form input:focus, .elementor-form textarea:focus, .elementor-form select:focus {*/
/*    box-shadow: var(--main-box-shadow)!important;*/
/*    background-color: #FF440010!important;*/
/*    border-color: var(--e-global-color-primary);*/
/*    font-weight: 700;*/
/*    color: var(--e-global-color-primary)!important;*/
/*}*/
/*#contactUs1{*/
/*    select {*/
/*    color:#797979!important ;*/

/*    }*/
/*    .elementor-select-wrapper .select-caret-down-wrapper svg {fill:#797979!important;*/
/*    }*/
/*}*/

.hbspt-form {
  label {
    display: none;
  }
  input,
  select {
    margin-bottom: 15px;
  }
  .hs-error-msgs label {
    display: block !important;
    margin-bottom: 20px;
  }
  ul.hs-error-msgs {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    color: var(--e-global-color-primary);
  }

  textarea:focus::placeholder,
  input:focus::placeholder,
  select:focus::placeholder {
    font-weight: 700;
    color: var(--e-global-color-primary) !important;
  }

  input:focus,
  textarea:focus,
  select:focus {
    box-shadow: var(--main-box-shadow) !important;
    background-color: #ff440010 !important;
    border-color: var(--e-global-color-primary) !important;
    font-weight: 700 !important;
    color: var(--e-global-color-primary) !important;
  }

  input[type="submit"] {
    background-color: var(--e-global-color-primary);
    color: white;
    width: 100%;
    margin-top: 20px;
    &:hover {
      color: var(--e-global-color-primary);
      background-color: white;
    }
  }
}

/*.hbspt-form textarea:focus::placeholder, .hbspt-form input:focus::placeholder, .hbspt-form select:focus::placeholder {*/

/*        font-weight: 700;*/
/*        color: var(--e-global-color-primary)!important;*/
/*}*/

/*.hbspt-form textarea:focus, .hbspt-form input:focus, .hbspt-form select:focus {*/
/*         box-shadow: var(--main-box-shadow)!important;*/
/*        background-color: #FF440010!important;*/
/*        border-color: var(--e-global-color-primary);*/
/*        font-weight: 700;*/
/*        color: var(--e-global-color-primary)!important;*/
/*}*/

/* Utility Classes */

.btn-get-down {
  margin-top: auto;
}

/* Solutions Pages */
.solutions-ss-bullets strong {
  color: var(--e-global-color-primary);
}

/* Product Pages */

.product-hero-container {
}
.cta-footer-start-1 {
}
.product-diagram {
}
.product-features {
}
.product-icon-box-blurb {
}
.products-related {
  @media screen and (min-width: 768px) {
    .rp-template-container {
      min-height: 400px;
    }
  }
}

.hero-circle-img {
  img {
    mask:
      linear-gradient(to top, transparent 0%, #fff 5% 95%, transparent 100%),
      linear-gradient(to left, transparent 0%, #fff 5% 95%, transparent 100%);

    mask-composite: intersect;
  }

  @media screen and (min-width: 768px) {
    padding: 50px 0px 50px 50px;

    img {
      mask: none;
      box-shadow: 0px 0px 20px #00000040;
      border: 7px solid #fff;
      border-radius: 50%;
    }

    @media screen and (min-width: 1025px) {
      padding: 50px;
    }
  }
}

@media screen and (min-width: 768px) {
  .product-features-icon {
    position: absolute;
    left: -50px;
  }
  .product-features-icon-first {
    position: absolute;
    left: -50px;
  }
  .product-features-icon-last {
    position: absolute;
    left: -50px;
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-features-container-first-left:before,
  .product-features-container-first-right:after,
  .product-features-container-last-left:before,
  .product-features-container-last-right:after {
    display: none;
  }
}

.product-features-container-first-left:before {
  content: "";
  width: 4px;
  background: var(--e-global-color-primary);
  height: 50%;
  top: 50%;
}

.product-features-container-last-left:before {
  content: "";
  width: 4px;
  background: var(--e-global-color-primary);
  height: 25%;
}

.product-features-container-last-right:after {
  content: "";
  width: 4px;
  background: var(--e-global-color-primary);
  height: 25%;
  position: absolute;
  right: 0;
}

.how-it-works-border-container {
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(75deg, #ffbe00, #ff4400) border-box !important;
  border-radius: 10px;
  border: 4px solid transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
