body {
        font-family: "Segoe UI", sans-serif;
        overflow-x: hidden;
      }

      .editor-topbar {
        background: #f0f0f0;
        border-bottom: 1px solid #ddd;
        display: flex;
        align-items: center;
        padding: 0.5rem 1rem;
        position: sticky;
        top: 0;
        z-index: 1000;
      }

      .editor-topbar .wp-icon {
        font-size: 24px;
        margin-right: 1rem;
        background: black;
        color: white;
        padding: 0.2rem 0.6rem;
        border-radius: 3px;
      }

      .editor-topbar .top-buttons .btn {
        margin-right: 0.5rem;
      }

      .editor-main {
        margin-right: 300px;
        padding: 2rem;
      }

      .editor-title {
        font-size: 2rem;
        margin-bottom: 1rem;
      }

      .editor-block {
        border: 1px dashed #ccc;
        padding: 1rem;
        margin-bottom: 1rem;
        position: relative;
      }

      .add-block-btn {
        background: #333;
        color: #fff;
        border: none;
        padding: 4px 10px;
        font-size: 18px;
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 5px;
      }

      .editor-sidebar {
        width: 300px;
        position: fixed;
        right: 0;
        top: 56px;
        height: calc(100vh - 56px);
        background: #fff;
        border-left: 1px solid #ddd;
        padding: 1rem;
        overflow-y: auto;
        display: block;
      }

      .tab-buttons,
      .tab-button {
        display: flex;
        margin-bottom: 1rem;
        border-bottom: 1px solid #ddd;
        font-size: 12px;
      }

      .tab-buttons button,
      .tab-button button {
        flex: 1;
        border: none;
        background: none;
        padding: 0.5rem;
        font-weight: bold;
      }

      .tab-buttons button.active,
      .tab-button button.active {
        border-bottom: 3px solid #007bff;
        color: #007bff;
      }

      .tab-content {
        display: none;
      }

      .tab-content.active {
        display: block;
        font-size: 12px;
      }

      .toggle-sidebar {
        margin-left: auto;
        margin-right: 1rem;
        cursor: pointer;
      }

      .page-title-container {
        flex: 1;
        margin: 0 1rem;
      }

      .page-title-container h6 {
        width: 50%;
        margin: auto;
        text-align: center;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
      }
      .block-item:hover {
        background: #f8f9fa;
        border-color: #007bff;
      }
      .form-select,
      .form-control {
        font-size: 12px;
      }
      .list-group {
        font-size: 12px;
      }
      .pattern-img {
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
      }

.hidden {
    display: none;
}

.chrome-color {
    width: 76px;
    height: 38px;
    /*border-radius: 50%;*/
    border: 1px solid #787878;
}


.editable-paragraph:empty:before {
  content: attr(data-placeholder);
  color: #888;
  pointer-events: none;
}
.editable-paragraph {
      border: 1px solid #ccc;
      border-radius: 6px;
      min-height: 50px;
      padding: 1rem;
      margin-bottom: 2rem;
    }

#textToolbar {
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
  background: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#textToolbar button {
  background: white;
  border: 1px solid #ddd;
  padding: 5px 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s ease;
}

#textToolbar button:hover {
  background-color: #eaeaea;
}

 .btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 7px;
  margin-bottom: 4%;
}
 .btn-toolbar button {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.btn-toolbar button:hover {
	background: #f3f3f3;
}
#content {
	padding: 16px;
	outline: none;
	max-height: 50vh;
	overflow: auto;
}
#show-code[data-active="true"] {
	background: #eee;
}

.editable-content {
  position: relative;
}

.editable-content .btn-toolbar {
  display: none;
  position: absolute;
  bottom: 10%;
  left: 10%;
  padding: 1%;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 0px 4px 0px #00000025;
  border-radius: 6px;
}

.editable-paragraph {
  min-height: 120px;
  outline: none;
  font-size: 16px;
}

.editor-block {
  border: 1px dashed #ccc;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
}


.heading-input {
    font-size: 32px;
    font-weight: bold;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    width: 100%;
    min-height: 24px;
    height: auto;
    resize: none;
    /* max-height: 500px; */
    field-sizing: content;
}

.sub-heading-input {
    
    
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    width: 100%;
    min-height: 24px;
    height: auto;
    resize: none;
    /* max-height: 500px; */
    field-sizing: content;
}

/*.block1 .block2 .block3 .block4 .block5 .block6 .block7 .block8 .block9 .block10 .block11 .block12 .block13 .block14 .block15 .block15 .block16 .block17 .block18 .block19 .block20 .block21 .block22 .block23 .block24 .block25 .block27 .block28 .block26:hover {
    border: black 0.5px solid;
}*/



/*.active-block {
    border: black 0.5px solid;
}
.active-section {
    border: black 0.5px solid;
}*/


/*----------------------------------- HEADER CSS -------------------------------------*/

.home-banner {
  background: #f8f9fa;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 6%;
}
.banner-content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 52px;
  color: #0396ff;
  font-weight: 700;
  text-align: center;
}
.banner-content span {
  background: linear-gradient(
    200deg,
    rgba(36, 111, 140, 1) 0%,
    rgba(52, 186, 86, 1) 100%
  );
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-content p {
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #777;
}
.banner-content .btn-1 {
  background: linear-gradient(
    200deg,
    rgba(36, 111, 140, 1) 0%,
    rgba(52, 186, 86, 1) 100%
  );
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  border: none;
  border-radius: 35px;
  padding: 8px 35px;
}
.banner-content .btn-2 {
  background: transparent;
  color: rgba(36, 111, 140, 1);
  border: 1px solid rgba(36, 111, 140, 1);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  border-radius: 35px;
  padding: 8px 35px;
}
.banner-content .btn-top {
  background-image: linear-gradient(135deg, #abdcff 10%, #0396ff 100%);
  color: rgba(36, 111, 140, 1);
  border: 1px solid rgba(36, 111, 140, 1);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 25px;
  padding: 2px 15px;
}
.banner-content {
  text-align: center;
}

/*------------------------- SECTION 10 CSS ------------------------- */

.touch {
  padding: 5%;
  background-image: url(/contain/waves-bg.png);
  background-size: cover;
  /* margin-bottom: 4%; */
  margin-top: 4%;
}

.touch i {
  font-size: 45px;
  background: linear-gradient(
    200deg,
    rgba(252, 245, 23, 1) 0%,
    rgba(235, 126, 30, 1) 100%
  );
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 2% auto;
}

.touch h1 {
  font-family: "Sora";
  font-size: 42px;
  font-weight: 700;
  line-height: 53.31px;
  text-align: center;
  color: #fff;
}

.touch p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.31px;
  text-align: center;
  color: #fff;
}

.touch-button {
  display: flex;
  justify-content: center;
  margin-top: 3%;
}

.touch button {
  padding: 8px 50px;
  border-radius: 10px;
  background: linear-gradient(
    200deg,
    rgba(252, 245, 23, 1) 0%,
    rgba(235, 126, 30, 1) 100%
  );
  color: #fff;
  border: 1px solid transparent;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.touch button:hover {
  border: 1px solid rgba(252, 245, 23, 1);
  background: transparent;
  color: rgba(252, 245, 23, 1);
  transition: all 0.3s ease-in-out;
}

/*---------------------- SECTION 11 APP cards -------------------------*/

.quality {
  padding-top: 4%;
}

.quality-row {
  padding-top: 4%;
  display: flex;
  flex-wrap: wrap;
}

.quality-card {
  border-radius: 6px;
  background: #ffffff;
  /* box-shadow: 0px 0px 5px 0px #00000040; */
  padding: 10px 0;
  margin-bottom: 10px;
}

.q-img {
  display: flex;
  justify-content: center;
}

.q-img img {
  width: 50px;
  height: 50px;
}

.quality-card h4 {
  font-family: "Josefin Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

/*--------------------------Image and content card with tooltip---------------------------- */

.ic-card {
  border-radius: 10px;
  /* box-shadow: 0px 0px 5px 0px #00000025; */
  margin: 3% 2%;
}

.ic-row {
  position: relative;
}

.ic-img img {
  width: 100%;
  border-radius: 10px;
  min-height: 200px;
}

.ic-text {
  padding: 20px;
  border-radius: 10px;
  background: #33ccff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.ic-text button {
  font-size: 14px;
}

.hover-ic {
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  right: 10px;
}
.hover-ic img {
  width: 40px;
  height: 40px;
}
/* .hover-ic img {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: auto;
  top: auto;
  cursor: pointer;
} */
.hover-popover {
  position: absolute;
  max-width: 250px;
  min-width: 200px;
  bottom: 105%;
  left: 0%;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 5px 0px #00000025;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.hover-popover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.85) transparent transparent transparent;
}

.hover-ic:hover .hover-popover {
  opacity: 1;
  pointer-events: auto;
}

.hover-popover p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 13px;
}
.hover-ic.active img {
  outline: 2px dashed #0073e6;
  border-radius: 6px;
  padding: 2px;
}

/*-----------------flow chart component----------------------*/

.flow-card {
  padding: 30px 20px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.flow-card h3 {
  font-family: "Montserrat", "sans-serif";
  text-align: center;
  font-weight: 600;
}
.flow-card p {
  font-family: "Poppins", "sans-serif";
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
.flow-card.edit-mode {
  border: 2px dashed rgba(255, 255, 255, 0.5);
}

.flow-card.selected {
  border: 2px solid #fff;
  box-shadow: 0 0 10px #fff;
}

.flow-card.hidden-card {
  visibility: hidden; /* keeps space in grid */
}

.sortable-placeholder {
  border: 2px dashed #999;
  background: #f9f9f9;
  min-height: 120px;
  margin: 5px;
}

/*--------------------Diagonal Card------------------------------ */

.s-card .col-lg-6 {
  padding: 0;
}

.s-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  padding: 20px;
  border-radius: 10px;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}

.s-img img {
  width: 100%;
  min-height: 200px;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -50px;
}
.color-palette {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.palette-color {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.palette-color:hover {
    transform: scale(1.1);
}
.vc-chrome
{
      max-width: 190px;
}


/*------------------ test CSS ----------------------

body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 20px;
        }

        .carousel-container {
            max-width: 800px;
            width: 100%;
            background: white;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            overflow: hidden;
        }

        .carousel-slide {
            display: none;
            padding: 60px 40px;
            text-align: center;
            min-height: 500px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            animation: fadeIn 0.5s ease-in;
        }

        .carousel-slide.active {
            display: flex;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

         Slide Backgrounds
        .slide-1 { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; }
        .slide-2 { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); color: white; }
        .slide-3 { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); color: white; }
        .slide-4 { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); color: #1a1a1a; }
        .slide-5 { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); color: #1a1a1a; }
        .slide-6 { background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); color: white; }

        .slide-number {
            font-size: 14px;
            font-weight: 600;
            opacity: 0.8;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .slide-title {
            font-size: 42px;
            font-weight: 700;
            margin: 20px 0;
            line-height: 1.2;
        }

        .slide-subtitle {
            font-size: 18px;
            opacity: 0.95;
            margin: 20px 0 30px;
            line-height: 1.6;
        }

        .slide-content {
            font-size: 16px;
            line-height: 1.8;
            max-width: 600px;
        }

        .content-list {
            list-style: none;
            text-align: left;
            display: inline-block;
            margin-top: 20px;
        }

        .content-list li {
            font-size: 16px;
            margin: 12px 0;
            padding-left: 30px;
            position: relative;
        }

        .content-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            font-weight: bold;
            font-size: 20px;
        }

        .ignore-list li:before {
            content: "✕";
            color: #ff4757;
        }

        .quote {
            font-size: 20px;
            font-style: italic;
            font-weight: 500;
            margin: 30px 0;
            padding: 20px;
            border-left: 4px solid rgba(255, 255, 255, 0.5);
        }

        .quote.dark {
            border-left-color: rgba(0, 0, 0, 0.2);
        }

         Navigation 
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 40px;
            background: #f8f9fa;
            border-top: 1px solid #e9ecef;
        }

        button {
            background: #667eea;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        button:hover {
            background: #764ba2;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        button:active {
            transform: translateY(0);
        }

        .dots-container {
            display: flex;
            gap: 8px;
            justify-content: center;
            flex: 1;
        }

        .dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .dot.active {
            background: #667eea;
            width: 30px;
            border-radius: 5px;
        }

        .slide-counter {
            font-size: 14px;
            font-weight: 600;
            color: #667eea;
        }

        @media print {
            body {
                background: white;
                padding: 0;
            }

            .carousel-container {
                max-width: 100%;
                box-shadow: none;
                border-radius: 0;
            }

            .carousel-slide {
                display: flex !important;
                page-break-after: always;
                page-break-inside: avoid;
                min-height: 100vh;
                padding: 60px 40px;
            }

            .carousel-slide.active {
                display: flex !important;
            }

            .nav-container, .slide-counter {
                display: none !important;
            }
        }

        @media (max-width: 768px) {
            .carousel-slide {
                padding: 40px 25px;
                min-height: 400px;
            }

            .slide-title {
                font-size: 32px;
            }

            .slide-subtitle {
                font-size: 16px;
            }

            .nav-container {
                padding: 15px 20px;
                gap: 10px;
            }

            button {
                padding: 10px 16px;
                font-size: 12px;
            }
        }
----------------------------------- END -------------------------------------*/
/*------------------------------ TESTIMONIALS -------------------------------------*/

.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent !important;
  color: black;
  height: 0 !important;
}
.owl-theme .owl-dots .owl-dot {
  display: none !important;
  zoom: 1;
}
.owl-theme .owl-nav {
  margin-top: -10px !important;
}

.review-banner {
  font-family: "Euclid Circular A", sans-serif;
  background-color: #f1f8ff;
}

.review-heading h1 {
  font-weight: 600;
  font-size: 30px;
  color: #f9330a;
}
.review-heading p {
  font-weight: 600;
  font-size: 25px;
  color: #2d2d2d;
}

.review-box {
  border-radius: 16px;
  background-color: white;
}

.review-name h3 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.review-name h4 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.review-name i {
  color: #758090 !important;
}

.review-content p {
  font-weight: 400;
  font-size: 14px;
  color: #5b5b5b;
  line-height: 25px;
}
.review-img img {
  width: 52px !important;
  height: 52px;
  border-radius: 500px;
}

.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: -5%;
  right: 5%;
  width: 110%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  pointer-events: all;
}

.owl-prev,
.owl-next {
  position: relative;
  top: 0;
  transform: none;
}

/* .owl-prev {
  margin-top: 20px !important;
} */
.owl-prev i {
  padding: 8px 10px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #ff2c00;
  color: #ff2c00;
  font-weight: 700;
}
.owl-next i {
  padding: 8px 10px;
  background-color: #ff2c00;
  border-radius: 50%;
  border: 2px solid #ff2c00;
  color: white;
  font-weight: 700;
}
.owl-prev i:hover {
  background-color: #ff2c00;
  color: white;
}
.owl-next i:hover {
  background-color: white;
  color: #ff2c00;
}


.theme-row,
      .standard-grid {
        display: grid;
        grid-template-columns: repeat(7, 20px);
        gap: 4px;
      }

      .swatch {
        width: 20px;
        height: 20px;
        border: 1px solid #555;
        cursor: pointer;
      }

      .swatch:hover {
        outline: 2px solid #000;
      }
      .swatch.active {
        outline: 2px solid #0d6efd;
      }
      .theme-grid {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }
/*----------------------Filter ---------------------------------*/

.filter-head {
  position: sticky;
  top: 0;
  background: #fff;
}
.nav-top {
  position: relative;
}
.btn-left,
.btn-right {
  position: relative;
  z-index: 9999 !important;
  pointer-events: auto !important;
}
.nav-cta {
  flex: 0 1 auto;   /* let it shrink */
  z-index: 1;       /* behind arrows */
}

.filter-head h4 {
  font-family: "Rubik", sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  color: rgb(6 4 25 / var(--tw-text-opacity, 1));
}

.filter-tr {
  background: #fff;
  /* position: sticky; */
  top: 165px;
}

.usage-cell {
  border-radius: 0.5rem;
  background-color: rgba(215, 217, 246, 0.5);
  padding: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a2e;
}

.table-row {
  border-bottom: 1px solid #cecfd4;
}

.table-cell {
  background-color: #ffffff;
  padding: 0.75rem;
  font-size: 1rem;
  color: #1a1a2e;
  vertical-align: middle;
}

.table-cell-header {
  background-color: rgba(247, 245, 255, 0.5);
  font-weight: 500;
}

.table-cell.alt {
  background-color: rgba(239, 235, 252, 0.5);
}

.cell-content {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #1a1a2e;
}

.cell-content svg {
  width: 1rem;
  height: 1rem;
  stroke: #3843d0;
  stroke-width: 2px;
}

.d-sm {
  display: none;
}

.d-sm .nav-top {
  position: sticky;
  top: 0;
  z-index: 1020; /* above table rows */
  background: #fff;
  border-bottom: 1px solid #dee2e6;
}

/*------------------------------- SECTION 7 CSS -----------------------------*/

.section-7 {
  background-color: #f1f8ff;
}

.step-content {
  border-radius: 10px;
  background-color: white;
  border: 1px solid #e0e0e0;
  height: 100%;
}

.step-content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: black;
  text-align: center;
}

.step-content p {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #7d7987;
  font-family: "Euclid Circular A", sans-serif;
}

.step-content img {
  height: 50px !important;
  width: 50px !important;
}
/*------------------------------- SECTION 9 CSS -----------------------------*/

.section-9 {
  background-color: #dddddd;
  padding: 2% 0;
}

.section-9 h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: black;
  text-align: center;
  margin-bottom: 20px;
}

.fund-content {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  height: 100%;
}

.fund-content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: black;
  text-align: center;
  margin-bottom: 0;
  margin: 10px 0;
}

.fund-content span {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}

.feed-content p {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #7d7987;
  font-family: "Euclid Circular A", sans-serif;
  margin-bottom: 0;
}
/*------------------------- PRICING SECTION -----------------------*/

.plan {
  padding: 4%;
}

.plan-heading h1 {
  font-family: "Inter", sans-serif;
  font-size: 54.14px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.plan-heading p {
  font-family: "Inter", sans-serif;
  font-size: 16.92px;
  font-weight: 500;
  line-height: 20.3px;
  text-align: center;
  color: #727272;
  margin-bottom: 3%;
}

.plan-row {
  padding: 2%;
}

.plan-card {
  padding: 5%;
  border: 0.85px solid #e4e4e4;
  border-radius: 6.77px;
  background: #fff;
}

.plan-card:hover {
  background: #000;
}

.plan-card h2 {
  font-family: "Inter", sans-serif;
  font-size: 20.3px;
  font-weight: 500;
  text-align: left;
  color: #000;
}
.plan-card:hover h2 {
  color: #fff;
}

.plan-card h1 {
  font-family: "Inter", sans-serif;
  font-size: 27.07px;
  font-weight: 500;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
}
.plan-card:hover h1 {
  color: #fff;
}

.plan-card h6 {
  font-family: "Inter", sans-serif;
  font-size: 10.15px;
  font-weight: 500;
  text-align: left;
  color: #000;
}
.plan-card:hover h6 {
  color: #fff;
}

.plan-card h5 {
  font-family: "Inter", sans-serif;
  font-size: 11.84px;
  font-weight: 500;
  text-align: left;
  color: #000;
  margin-top: 6%;
}
.plan-card:hover h5 {
  color: #fff;
}

.plan-card span {
  font-family: "Inter", sans-serif;
  font-size: 10.15px;
  font-weight: 500;
  color: #fff;
  padding: 5px 10px;
  background-color: #0d6efd;
  border-radius: 2.71px;
  margin-left: 3%;
}

.plan-list li {
  list-style: none;
  font-family: "Inter", sans-serif;
  font-size: 11.84px;
  font-weight: 400;
  text-align: left;
  color: #000;
  padding-top: 3%;
  padding-bottom: 3%;
}
.plan-card:hover li {
  color: #fff;
}

.plan-list li i {
  padding: 3px;
  border-radius: 2.71px;
  background: #f2f2f2;
  margin-right: 3%;
}

.plan-card:hover li i {
  background: #4b4b4b;
  color: #fff;
}

.plan-button {
  display: flex;
  justify-content: center;
}

.plan-button a {
  width: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.plan-button button {
  margin-top: 3%;
  margin-bottom: 3%;
  border: 0.85px solid #000;
  border-radius: 4px;
  padding: 12px;
  width: 80%;
  background: white;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 13.53px;
  font-weight: 500;
}

.plan-button button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}
/*------------------------------------- FOOTER -----------------------------------*/

.footer {
  padding-top: 2%;
  background: #000;
}

.footer-logo img {
  width: 110px;
}

.footer-content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  padding-top: 5%;
  padding-bottom: 3%;
}

.footer-content h6,
.footer-list h6 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding-top: 3%;
  padding-bottom: 3%;
}

.footer-imgs img {
  padding-right: 5%;
}

.footer-list h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 3%;
  padding-bottom: 5%;
}

.footer-list a {
  text-decoration: none;
}
.footer-list a:hover {
  color: #01a7a5;
}

.footer-list li {
  list-style: none;
  padding-bottom: 3%;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.footer-list li:hover {
  color: #01a7a5;
}

.footer-group {
  background: transparent;
  border: 1px solid #ffffff;
  width: 100%;
  border-radius: 10px;
  padding: 1%;
}

.footer-group input {
  background: transparent;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.footer-group input::placeholder {
  color: #b6b5b5;
}

.footer-group input:focus {
  box-shadow: none;
  outline: 0;
  color: #fff;
  background: transparent;
}

.footer-append span {
  background: #01a7a5;
  margin: 1%;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #01a7a5;
  cursor: pointer;
}

.footer-row2 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-top: 3% !important;
  padding-top: 1%;
  border-top: 1px solid #ffffff;
}

.footer-social {
  margin-top: 6%;
}

.footer-social a {
  text-decoration: none;
  color: #000;
}

.footer-social i {
  padding: 5px 8px;
  background: #fff;
  border-radius: 50%;
  margin-right: 3%;
  cursor: pointer;
}
.bi-facebook {
  color: #45c4e9;
}
.bi-twitter {
  color: #45c4e9;
}

.bi-linkedin {
  color: #45c4e9;
}
.bi-whatsapp {
  color: #08ca52;
}
.bi-instagram {
  color: #ff6363;
}

/*------------------------------ CONTACT US -------------------------------------*/

.support {
  margin-top: 5%;
  margin-bottom: 5%;
  /* background: #ffffff;
  box-shadow: 0px 12px 45px 0px #00000040; */
  border-radius: 0px;
}

.support-left {
  background: #fff;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0px 0px 15px 0px #00000015;
}

.support-header {
  padding: 10%;
  background: linear-gradient(
    200deg,
    rgba(252, 245, 23, 1) 0%,
    rgba(235, 126, 30, 1) 100%
  );
}

.support-header h1 {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

.support-left-list {
  list-style: none;
  padding: 5%;
  padding-top: 15%;
}

.support-left-list li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  color: #000;
  margin-bottom: 3%;
}

.support-left-list a {
  color: rgba(235, 126, 30, 1);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.social-icon {
  display: flex;
  justify-content: center;
  margin-top: 5%;
  gap: 4%;
}

.social-icon i {
  padding: 5px 8px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

.support-left-list button {
  padding: 0px 15px;
  background: linear-gradient(
    200deg,
    rgba(252, 245, 23, 1) 0%,
    rgba(235, 126, 30, 1) 100%
  );
  border: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  margin-top: 5%;
}

.support-right {
  background-image: linear-gradient(135deg, #abdcff 10%, #0396ff 100%);
  padding: 5%;
  border-radius: 3px;
  box-shadow: 0px 0px 15px 0px #00000015;
}

/* 
.support-right-row {
  margin-top: 6%;
} */

.support-item {
  margin-bottom: 20px;
}

.support-item .input-group-text {
  background: #fff;
  border: 0;
  border-bottom: 1px solid rgba(235, 126, 30, 1);
  color: #8d8d8d;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  cursor: pointer;
}

.support-item input,
.support-item textarea {
  width: 100%;
  padding: 1% 3%;
  border: 0;
  border-bottom: 1px solid rgba(235, 126, 30, 1);
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #8d8d8d;
  border-radius: 3px;
}

.support-item textarea {
  height: 150px;
}

.support-item input:focus {
  outline: none;
}

.support-button {
  padding-top: 5%;
  display: flex;
  justify-content: end;
}

.support-button button {
  padding: 8px 25px;
  background: linear-gradient(
    200deg,
    rgba(252, 245, 23, 1) 0%,
    rgba(235, 126, 30, 1) 100%
  );
  border: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}
.support-button button:hover {
  background: #fff;
  color: #02807d;
  transition: all 0.3s ease-in-out;
}

/*------------------------------------- CONTACT US 2nd FORM -----------------------------------*/

.contact {
  margin-top: 5%;
  margin-bottom: 5%;
  background: #ffffff;
  box-shadow: 0px 12px 45px 0px #00000040;
  border-radius: 4px;
}

.contact-left {
  padding: 1%;
  border-radius: 4px 0px 0px 4px;
}

.contact-left h1 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  padding: 4%;
  padding-bottom: 0;
}

.contact-right {
  padding: 4%;
  padding-left: 4% !important;
  padding-right: 4% !important;
}

.contact-right-row {
  margin-top: 6%;
}

.contact-item {
  margin-bottom: 20px;
}

.contact-item input,
.contact-item textarea {
  width: 100%;
  padding: 2% 3%;
  border: 0;
  border-bottom: 1px solid #464646;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #8d8d8d;
  border-radius: 0px;
}

.contact-item input:focus {
  outline: none;
}

.contact-button {
  padding-top: 5%;
  display: flex;
  justify-content: end;
}

.contact-button button {
  padding: 8px 25px;
  background: #02807d;
  border: 1px solid #02807d;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}
.contact-button button:hover {
  background: #fff;
  color: #02807d;
  transition: all 0.3s ease-in-out;
}

/*--------------------------Image and content card with tooltip---------------------------- */

.ic-card {
  border-radius: 10px;
  /* box-shadow: 0px 0px 5px 0px #00000025; */
  margin: 3% 2%;
}

.ic-row {
  position: relative;
}

.ic-img img {
  width: 100%;
  border-radius: 10px;
  min-height: 200px;
}

.ic-text {
  padding: 20px;
  border-radius: 10px;
  background: #33ccff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.ic-text button {
  font-size: 14px;
}

.hover-ic {
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  right: 10px;
}
.hover-ic img {
  width: 40px;
  height: 40px;
}
/* .hover-ic img {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: auto;
  top: auto;
  cursor: pointer;
} */
.hover-popover {
  position: absolute;
  max-width: 250px;
  min-width: 200px;
  bottom: 105%;
  left: 0%;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 5px 0px #00000025;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.hover-popover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.85) transparent transparent transparent;
}

.hover-ic:hover .hover-popover {
  opacity: 1;
  pointer-events: auto;
}

.hover-popover p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 13px;
}
.hover-ic.active img {
  outline: 2px dashed #0073e6;
  border-radius: 6px;
  padding: 2px;
}

/*-----------------flow chart component----------------------*/

.flow-card {
  padding: 30px 20px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.flow-card h3 {
  font-family: "Montserrat", "sans-serif";
  text-align: center;
  font-weight: 600;
}
.flow-card p {
  font-family: "Poppins", "sans-serif";
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
.flow-card.edit-mode {
  border: 2px dashed rgba(255, 255, 255, 0.5);
}

.flow-card.selected {
  border: 2px solid #fff;
  box-shadow: 0 0 10px #fff;
}

.flow-card.hidden-card {
  visibility: hidden; /* keeps space in grid */
}

.sortable-placeholder {
  border: 2px dashed #999;
  background: #f9f9f9;
  min-height: 120px;
  margin: 5px;
}


/*------------------------- VERTICAL COLUMNS ------------------------------*/

.vertical-col {
  padding: 30px;
  border-radius: 15px;
}

.vertical-col h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.vertical-col h4 span {
  color: #fff;
}

.vertical-col p {
  font-family: "Nunito",sans-serif;
  margin: 30px auto;
  font-size: 18px;
  font-weight: 500;
}

.vertical-col .vertical-img {
  display: flex;
  justify-content: center;
}

.vertical-img img {
  width: 100px;
}

@media (max-width: 768px) {
  .home-banner {
    padding: 4%;
  }

  .banner-content h1 {
    font-size: 36px;
  }
  .banner-content p {
    font-size: 16px;
  }
  .s-text {
    clip-path: polygon(100% 75%, 0% 100%, 0 0, 100% 0);
    height: 200px;
  }
  .s-img img {
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
    height: 200px;
    margin-left: 0;
    margin-top: -40px;
  }
  .filter-tr {
    top: 175px;
  }
  .usage-cell {
    font-size: 1.25rem;
  }
  .cell-content svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .table-cell {
    padding: 1rem;
    font-size: 1.125rem;
  }
  .d-sm {
    display: block;
  }
  .d-lg {
    display: none;
  }
}
