html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body #forminator-module-354 {
  display: block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #c36;
}

a:active,
a:hover {
  color: #336;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title] {
  border-block-end: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

details {
  display: block;
}

summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

[hidden],
template {
  display: none;
}

@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #ccc;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid;
  }
}

label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  width: auto;
  -webkit-appearance: button;
}

[type="button"],
[type="submit"],
button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}

[type="button"]:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  color: #fff;
  background-color: #c36;
  text-decoration: none;
}

[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

select {
  display: block;
}

table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

table th {
  font-weight: 700;
}

table tfoot th,
table thead th {
  font-size: 1em;
}

table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-block-start: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: hsla(0, 0%, 50.2%, 0.1019607843);
}

table tbody + tbody {
  border-block-start: 2px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }

  table table td,
  table table th {
    padding: 7px;
    line-height: 1.3;
  }

  table table th {
    font-weight: 400;
  }
}

dd,
dl,
dt,
li,
ol,
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p {
  margin: 0;
}

body {
  background-color: #fff;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  color: unset;
}

li {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1233px;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (min-width: 1351px) and (max-width: 1600px) {
  .container {
    max-width: 100% !important;
    padding: 0 18% !important;
  }
  .distribution-bg {
    padding: 90px 0 230px 0 !important;
  }
  .provide-box h3 {
    font-size: 13px !important;
    margin-top: 11px !important;
    margin-bottom: 5px !important;
  }
  .provide-box p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .provide-box a {
    padding: 8px 40px !important;
  }
  .categories-seagate span {
    padding: 10px 35px !important;
    font-size: 14px !important;
  }
  .categories-seagate {
    max-width: 533px !important;
  }
  .categories-heading-item h3 {
    font-size: 30px !important;
  }
  .who-we-are-pera h2 {
    font-size: 33px !important;
    margin-bottom: 13px !important;
  }
  .who-we-are-pera p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  
}

@media only screen and (min-width: 1080px) and (max-width: 1350px) {
  .container {
    max-width: 100%;
    padding: 0 8%;
  }
  .categories-seagate span {
    padding: 12px 25px !important;
    font-size: 16px !important;
  }
  .provide-category {
    width: 25% !important;
    padding: 0 10px !important;
  }
  .provide-box a {
    font-size: 16px !important;
    padding: 8px 25px !important;
  }
  .provide-box h3 {
    font-size: 14px !important;
  }
  .provide-box p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .provide-heading h2 {
    font-size: 38px !important;
  }
  .categories-heading-item h3 {
    font-size: 34px !important;
  }
  .provide-heading h2 {
    font-size: 38px;
  }
  .contact-heading h3 {
    font-size: 38px !important;
  }
  .categories-seagate {
    max-width: 513px !important;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0 30px;
  }
}

.background-header {
  position: relative;
  width: 100%;
  transition: background-color 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  opacity: 1;
}

/* All btn hover Effect Start */

.btn-hover {
  padding: 17px 30px;
  border-radius: 9px;
  font-size: 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  color: #fff;
  display: inline-grid;
  place-content: center;
  text-decoration: none;
  background-color: #57bed3;
  overflow: hidden;
}

.btn-hover span {
  z-index: 5;
  transition: color 350ms ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-hover span::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 6px;
  background: #75dcf1;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 30px;
  height: 30px;
}

.btn-hover:hover span {
  color: white;
}

.btn-hover span svg {
  transition: all 0.4s ease-in-out;
}

.btn-hover:hover span svg {
  transform: rotate(45deg);
}

.btn-hover::after,
.btn-hover::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #75dcf1;
  z-index: -1;
}

.btn-hover::before {
  transform: translateX(-100%);
  z-index: 1;
}

.btn-hover:hover:before {
  transform: translateX(0);
  transition: transform 350ms ease;
}

.btn-hover::after {
  z-index: 0;
  transform: translateX(100%);
  transition: none;
  transition: transform 350ms ease;
}

.btn-hover:hover:after {
  opacity: 1;
  transform: translateX(0);
  transition: transform 350ms 360ms ease;
}

/* All btn hover Effect End */

/* hero section Strat */
.distribution-bg {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 160px 0 300px 0;
  color: #fff;
}

.distribution-bg-1 {
  background: url(https://seasidecommerce.com//wp-content/uploads/2024/07/hero-section-bg-3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.distribution-bg-2 {
  background: url(https://seasidecommerce.com//wp-content/uploads/2024/07/hero-section-bg-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.distribution-bg-3 {
  background: url(https://seasidecommerce.com//wp-content/uploads/2024/07/hero-section-bg-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.distribution-slider {
  position: relative;
}

/* ======================= */

.distribution-slider .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.distribution-slider .owl-dot {
  background-color: #ffffff4d !important;
  outline: none !important;
  border: none !important;
  font-size: 0 !important;
  width: 13px !important;
  height: 13px !important;
  border-radius: 50% !important;
}

body .distribution-slider .owl-dots .active {
  background-color: #00949e66 !important;
  border-radius: 50%;
}

/* ============ */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.distribution-slider .owl-item.active .distribution-item p {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.distribution-slider .owl-item.active .distribution-item a,
.distribution-slider .owl-item.active .distribution-item h1 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* ============ */

.distribution-item {
  max-width: 800px;
}

.distribution-item h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 84.72px;
}

.distribution-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.distribution-item a {
  background-color: #57bed3;
  padding: 17px 27px;
  border-radius: 9px;
  font-size: 20px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

@media (max-width: 1100px) {
  .distribution-item {
    max-width: 600px;
  }

  .distribution-bg {
    padding: 110px 0 150px 0;
  }

  .distribution-item h1 {
    font-size: 50px;
    line-height: 59.72px;
  }

  .distribution-item p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .distribution-bg {
    padding: 60px 0 150px 0;
  }

  .distribution-item h1 {
    font-size: 30px;
    line-height: 36.72px;
  }

  .distribution-item p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
  }

  .distribution-item {
    max-width: 450px;
  }
}

@media (max-width: 575px) {
  .distribution-item a {
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 12px;
    gap: 8px;
  }

  .btn-hover span::before {
    width: 20px;
    height: 20px;
  }

  .distribution-slider .owl-dots {
    top: unset;
    transform: translate(50%, 0);
    right: 50%;
    bottom: 85px;
    gap: 5px;
    flex-direction: inherit;
  }

  .distribution-bg {
    background-size: 100% 100% !important;
    background-position: center;
  }

  .distribution-bg-1 {
    background: url(https://seasidecommerce.com/wp-content/uploads/2024/08/shape-1-1.png);
  }

  .distribution-bg-2 {
    background: url(https://seasidecommerce.com/wp-content/uploads/2024/08/shape.png);
  }

  .distribution-bg-3 {
    background: url(https://seasidecommerce.com/wp-content/uploads/2024/08/shape-1.png);
  }
}

/* hero section End */

/* Provide Start  */
.provide-heading p {
  color: #838383;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.provide-heading h2 {
  font-size: 46px;
  font-weight: 800;
  color: #232323;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 50px;
}

.provide-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -10px;
}

.provide-category {
  width: 25%;
  padding: 0 10px;
}

.provide-box {
  border: 1px solid #00929d66;
  background-color: #00929d0d;
  border-radius: 10px;
  padding: 18px 13px;
  transition: all 0.4s ease-in-out;
  height: 100%;
}

.provide-box:hover {
  background-color: #00929d;
}

.provide-box:hover img {
  background-color: #ffffff26;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%);
}

.provide-box:hover h3,
.provide-box:hover p {
  color: #fff;
}

.provide-box:hover a {
  color: #fff;
  border: 1px solid #fff;
}

.provide-box img {
  background-color: #00949e26;
  width: 63px;
  height: 63px;
  border-radius: 8px;
  display: inline-block;
  padding: 9px;
  /* border: 1px solid #00949e4d; */
}

.filter-img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(94%) saturate(6103%)
    hue-rotate(157deg) brightness(89%) contrast(102%);
}

/* .provide-box-p {
  padding: 0px !important;
} */

.provide-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  white-space: nowrap;
}

.provide-box p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.provide-box a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  border: 1px solid #000000;
  padding: 14px 40px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 1280px) and (max-width: 1350px) {
  .provide-box h3 {
    font-size: 17px;
  }
}

@media (max-width: 1280px) {
  .provide-item {
    margin: 0 -10px;
    flex-wrap: wrap;
  }

  .provide-category {
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .provide-category {
    padding: 5px;
  }

  .provide-box p {
    font-size: 12px;
    line-height: 20px;
  }

  .provide-box a {
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 6px;
    margin-top: 15px;
  }

  .provide-box h3 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .provide-item {
    margin: 0 -5px;
  }
}

@media (max-width: 575px) {
  .provide-category {
    width: 100%;
    padding: 10px 0;
  }

  .provide-heading h2 {
    font-size: 28px;
    margin-bottom: 10px;
    margin-bottom: 25px;
  }

  .provide-box img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    padding: 7px;
  }
}

/* Provide End */

/* Who We Are  Strat */
.who-we-are-info {
  padding: 100px 0;
  position: relative;
}

.who-we-are-info::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 25%;
  height: 75%;
  background: url(https://seasidecommerce.com//wp-content/uploads/2024/07/who-we-are-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}

.who-we-are-item {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  align-items: center;
}

.who-we-are-catagori {
  width: 50%;
}

.who-we-are-img img {
  width: 100%;
}

.who-we-are-pera h2 {
  color: #232323;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 18px;
}

.who-we-are-pera p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #555555;
  margin-bottom: 15px;
}

.seaside-commerce-item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.seaside-commerce-pera h3 {
  font-size: 20px;
  font-weight: 700;
  color: #00929d;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 13px;
}

.seaside-commerce-pera h4 {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
}

.seaside-commerce-since img {
  max-width: 235px;
  width: 100%;
}

/* .mobaile-viwe-img {
  display: none;
} */

@media (max-width: 1200px) {
  .who-we-are-pera h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }

  .who-we-are-pera p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 850px) {
  .who-we-are-item {
    gap: 0 20px;
  }

  .who-we-are-pera p {
    font-size: 12px;
    line-height: 18px;
  }

  .who-we-are-pera h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .seaside-commerce-pera h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .seaside-commerce-pera h4 {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  /* .descktop-viwe-img {
    display: none !important;
  } */

  .who-we-are-info {
    padding: 50px 0;
  }

  /* .mobaile-viwe-img {
    display: block;
  } */

  .who-we-are-item {
    gap: 40px;
    flex-direction: column-reverse;
  }

  .who-we-are-catagori {
    width: 100%;
  }

  .who-we-are-img img {
    max-width: 400px;
    margin: auto;
    display: block;
  }

  .who-we-are-info::before {
    display: none;
  }

  .seaside-commerce-since img {
    max-width: 165px;
  }
}

/* Who We Are  End */

/* Categories Start  */
.categories {
  padding: 93px 0;
  background: url(https://seasidecommerce.com//wp-content/uploads/2024/07/categories-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.categories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00929d;
  z-index: -1;
}

.categories-heading-item p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.categories-heading-item h3 {
  font-size: 46px;
  font-weight: 800;
  color: #ffffff;
}

.categories-seagate {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px;
  max-width: 700px;
  justify-content: center;
  align-items: center;
}

.categories-seagate span {
  border: 1px solid #ffffff;
  padding: 12px 50px;
  border-radius: 30px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.seagate-bg {
  background-color: #fff;
  color: #00929d !important;
  font-weight: 600 !important;
}

.categories-catagory p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

.main-categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1175px) {
  .categories {
    background-size: cover;
    background-position: center;
  }

  .categories-heading-item h3 {
    font-size: 28px;
  }

  .categories-seagate {
    gap: 10px;
    max-width: 580px;
  }

  .categories-seagate span {
    padding: 12px 35px;
    font-size: 18px;
  }

  .categories-heading-item h3 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .main-categories {
    flex-direction: column;
    gap: 30px;
  }

  .categories {
    padding: 35px 0;
  }

  .categories-seagate span {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .categories {
    padding: 30px 0;
  }

  .categories-seagate span {
    padding: 6px 16px;
    font-size: 10px;
  }

  .categories-heading-item h3 {
    font-size: 28px;
    text-align: center;
  }

  .categories-heading-item p {
    font-size: 14px;
    text-align: center;
  }

  .categories-seagate {
    max-width: 340px;
  }

  .categories-catagory p {
    font-size: 12px;
    margin-top: 10px;
  }

  .main-categories {
    gap: 20px;
  }
}

/* Categories End */

/* Contact Strat */
.contact-info {
  display: flex;
  padding: 100px 0;
  gap: 50px;
}

.contact-img {
  width: 40%;
}

.contact-details {
  width: 60%;
}

.contact-heading p {
  color: #00929d;
  font-size: 24px;
  font-weight: 500;
}

.contact-heading h3 {
  color: #181818;
  font-size: 46px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 40px;
}

/* Form Css */
.contact-form {
  max-width: 685px;
}

.contact-form legend {
  color: #979797;
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  padding: 0 10px;
}

.contact-form fieldset {
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0 !important;
}

.contact-form fieldset:hover {
  border: 1px solid #00929d;
}

.contact-form input {
  width: 100%;
  height: 38px;
  outline: none;
  border: none;
  font-weight: 500;
  color: grey;
  padding: 0 30px;
}

.form-message textarea {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-weight: 500;
  color: grey;
  padding: 0 30px;
}

.company-address {
  display: flex;
  gap: 0 15px;
}

.contact-form > div {
  margin-bottom: 30px;
}

.contact-form span {
  display: flex;
}

/* Contact End */

/* NEW CSS */
html,
body {
  overflow-x: hidden;
}

.contact-img-item p img {
  width: 100%;
}

.contact-form div form > div {
  margin-bottom: 30px;
}

/* contact hover btn */

.btn-sub {
  max-width: max-content;
  font-size: 20px;
  height: 60px !important;
  font-weight: 500 !important;
  background-color: #75dcf1 !important;
  padding: 0px 63px 0px 27px !important;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 6;
  color: #fff !important;
  transform: translateX(-232px);
}

.submit-btn:hover p input {
  transform: translateX(0);
}

.submit-btn {
  position: relative;
  overflow: hidden;
  width: 231px;
  height: 60px;
  transition: all 0.3s ease-in-out;
}

.submit-btn::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 7px;
  background: #75dcf1;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 30px;
  height: 30px;
  z-index: 5;
}

.submit-btn::after {
  content: "";
  position: absolute;
  background: url(https://seasidecommerce.com/wp-content/uploads/2024/07/submit-arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 22px;
  left: 188px;
  z-index: 7;
  width: 15px;
  height: 15px;
  font-size: 26px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%);
  transition: all 0.3s ease-in-out;
}

.submit-hover {
  position: absolute;
  top: 0;
  left: 0px;
  width: 231px;
  height: 60px;
  background-color: #57bed3;
  border-radius: 10px;
  z-index: 4;
  transition: all 0.3s ease-in-out;
  color: #ffff;
  font-size: 20px;
  font-weight: 500;
  display: flex !important;
  padding: 0px 63px 0px 27px !important;
  align-items: center;
}

.submit-btn [type="submit"]:hover {
  color: #fff;
  background-color: #75dcf1 !important;
  text-decoration: none;
}

.submit-btn:hover::after {
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .contact-details {
    width: 50%;
  }

  .contact-img {
    width: 50%;
  }

  .contact-info {
    padding: 50px 0;
    gap: 20px;
  }

  .contact-form div form > div {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .contact-details,
  .contact-img {
    width: 100%;
  }

  .contact-img {
    max-width: 400px;
    margin: auto;
  }

  .contact-form {
    max-width: 100%;
    margin: auto;
  }

  .contact-info {
    gap: 40px;
  }

  .contact-info {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .company-address {
    gap: 16px;
    flex-direction: column;
  }

  .contact-heading h3 {
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .contact-heading p {
    color: #00929d;
    font-size: 14px;
    font-weight: 500;
  }

  .contact-form legend {
    font-size: 12px;
    padding: 0 5px;
  }

  .submit-btn::after {
    top: 19px;
    left: 135px;
    width: 12px;
    height: 12px;
  }
  .submit-hover {
    width: 170px;
    height: 50px;
    border-radius: 6px;
    font-size: 14px;
    padding: 0px 30px 0px 20px !important;
  }
  .submit-btn::before {
    top: 22px;
    left: 5px;
    width: 23px;
    height: 23px;
  }
  .btn-sub {
    font-size: 14px;
    height: 50px !important;
    padding: 0px 51px 0px 20px !important;
    border-radius: 6px;
    z-index: 6;
  }
}

@media (max-width: 767px) {
  body .forminator-row:nth-child(3) {
    /* background-color: #00929d !important; */
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
  }
  body .forminator-row:nth-child(4) {
    /* background-color: #00929d !important; */
    width: 100%;
    padding-left: 0 !important;
  }
  body .forminator-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 575px) {
  body
    .forminator-ui.forminator-custom-form-354.forminator-design--default
    .forminator-row-last
    .forminator-col
    .forminator-field::before {
    width: 170px !important;
    height: 50px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    padding-top: 15px !important;
  }

  body
    .forminator-ui.forminator-custom-form-354.forminator-design--default
    .form-sub-btn {
    width: 170px !important;
    height: 50px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    left: -213px !important;
    z-index: 6 !important;
  }

  body
    .forminator-ui.forminator-custom-form-354.forminator-design--default
    .forminator-row-last
    .forminator-col
    .forminator-field::after {
    width: 22px !important;
    height: 24px !important;
  }

  body
    .forminator-ui.forminator-custom-form-354.forminator-design--default
    .forminator-row-last
    .forminator-col::before {
    left: 135px !important;
  }
}

/* form error / font-size */
.contact-form span.wpcf7-not-valid-tip {
  font-size: 11px !important;
  white-space: nowrap !important;
  padding: 6px 14px 0 0px !important;
  display: -webkit-box;
  width: 50px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* new form design  */

.input-custome .forminator-field span {
  display: none !important;
}
.forminator-row:nth-child(3) {
  /* background-color: #00929d !important; */
  width: 50%;
  float: left;
  padding-right: 12px !important;
}
.forminator-row:nth-child(4) {
  /* background-color: #00929d !important; */
  width: 50%;
  padding-left: 12px !important;
}
.forminator-row div {
  padding: 0 !important;
}
.forminator-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.forminator-row input:focus {
  border-color: #00929d !important;
}

#forminator-module-354.forminator-design--default .forminator-col::before {
  transition: all 0.3s ease-in-out !important;
}

#forminator-module-354.forminator-design--default:hover
  .forminator-col::before {
  rotate: 45deg !important;
}

/* slider css */

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*  */

/* Default animation styles */
.no-animation {
  animation: none !important;
  animation-duration: 0s !important;
  transition: none !important;
  opacity: 1 !important;
}
