







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */




:root {
    --color-primary: #0C0C0C;
    --color-secondary: #7184B9;
}






.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 24px;
}

body {
  font-weight: normal; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #7184B9;
  font-size: 24px; 
  background-color: #f8feff;
}

/* Paragraphs */



/* Anchors */

a {
  color: #0270E0;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0048b8;
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #7184B9;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #7184B9;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #7184B9;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #7184B9;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #7184B9;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #7184B9;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #0C0C0C;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #7184B9;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-weight: normal; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(113, 132, 185, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
  letter-spacing: -0.08px;
  line-height: 1.5;
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-weight: normal; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  background-color: rgba(153, 172, 225, 1.0);
  border-color: #99ace1;
}

.button-outline {
  color:#0C0C0C;
  background-color:transparent;
  border-color:#0C0C0C;
}
.button-outline svg path {
    fill: #893ed9;
}

.button-secondary{
  background: #0C0C0C;
  border-color:#0C0C0C;
}

.button-secondary:hover{
  background: #7184B9;
  border-color:#7184B9;
}

h1 span,
h2 span, 
h3 span{
color:#7184B9;
}




form,
.submitted-message {
  font-weight: normal; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  border: 1px none #0C0C0C;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(12, 12, 12, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #0C0C0C;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Figtree; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #7184B9;
  background-color: 

  
  
    
  


  rgba(12, 12, 12, 1.0)

;
}


/* Labels */

form label {
  color: #7184B9;
}

/* Help text */

form legend {
  color: #7184B9;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #7184B9;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #7184B9;
}

::-moz-placeholder {
  color: #7184B9;
}

:-ms-input-placeholder {
  color: #7184B9;
}

::placeholder {
  color: #7184B9;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #7184B9;
}

.fn-date-picker td.is-selected .pika-button {
  background: #7184B9;
}

.fn-date-picker td .pika-button:hover {
  background-color: #7184B9 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #7184B9;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #7184B9;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-weight: normal; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(113, 132, 185, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(153, 172, 225, 1.0);
  border-color: #99ace1;
}





/* Table */

table {
  border: 1px solid #7184B9;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #7184B9;

  padding: 18px;

  color: #7184B9;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(113, 132, 185, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #7184B9;
}




/* --- 1. Main Header Background (Black) --- */
/* I added .site-header to match your HTML class */
.header-container{
   background-color:#111111 !important;
   padding: 0px 64px 0 !important;
}
.site-header,
.header {
  background-color: #111111; 
  padding: 10px 0; /* Optional: adds breathing room like the image */
}
.header-container .header-logo img{
   width: 315px !important;
}
/* --- DESKTOP STYLES (Default) --- */
.main-nav {
    display: flex; /* Always show menu on desktop */
}

.mobile-nav-toggle {
    display: none; /* Hide the toggle button on desktop */
}

/* --- MOBILE STYLES (Only apply when screen is 768px or smaller) --- */
@media screen and (max-width: 768px) {
    
    /* Show the toggle button */
    .mobile-nav-toggle {
        display: flex;
        cursor: pointer;
    }
  nav.main-nav.active{
      display:block;
  }
    /* Hide the menu by default on mobile */
    .main-nav {
        display: none; 
        width: 100%;
        position: absolute;
        top: 100%; /* Positions it right below the header */
        left: 0;
        background-color: #000;
        z-index: 9999;
        padding: 20px;
    }

    /* This class is added by JS to show the menu */
    .main-nav.active {
        display: block !important; /* !important helps override inline styles if necessary */
    }
}
@media (max-width: 767px) {
  .site-header .header-container {
    padding: 12px 24px !important;
  }
}
/* --- 2. Navigation Text (White) --- */
.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
  font-family: Figtree;
  font-weight: 500; /* Makes text slightly bolder like the image */
}

/* --- 3. Hover States (Light Grey) --- */
.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus {
  color: #cccccc; /* Soft grey on hover */
}

.menu__child-toggle-icon {
  border-top-color: #ffffff;
}

/* --- 4. "Contact" Button Styling (Pill Shape) --- */
/* This targets the button module inside your main-nav */
.main-nav .hs-button,
.main-nav .cta_button,
.main-nav .button {
  color: #fff !important; /* White Text */
  border-radius: 50px; /* Makes it Pill Shaped */
  padding: 10px 32px;
  font-weight: 600;
  border: 2px solid #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: Figtree, sans-serif;
}
.main-nav .hs-menu-wrapper > ul > li > a{
  color:#fff !important;
}
/* Target depth-2 menu item container */
.main-nav .hs-menu-wrapper ul li.hs-menu-depth-2 {
    background-color: #0270E0 !important;
    padding: 10px 20px 10px;
}

/* Target the link text inside depth-2 items */
.main-nav .hs-menu-wrapper ul li.hs-menu-depth-2 > a {
    color: #ffffff !important;
    font-size: 16px;
}

/* Button Hover Effect */
.main-nav .hs-button:hover,
.main-nav .cta_button:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}

.header-container .main-nav .hs-button,.header-container .main-nav .cta_button,.header-container .main-nav .button{
     background-color:#fff !important;
     color: hsla(0, 0%, 5%, 1) !important;
     font-weight: 400;
     font-size: 18px;

}
/* --- 5. Mobile / Responsive Adjustments --- */
@media (max-width: 767px) {
  .header__navigation {
    background-color: #000000;
  }
  
  /* Make hamburger menu white */
  .header__navigation-toggle .path-icon, 
  .header__navigation-toggle svg {
    fill: #ffffff;
    stroke: #ffffff;
  }
}

/* --- 6. Dropdowns (Optional updates for consistency) --- */
@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    background-color: #1a1a1a; /* Dark grey for dropdowns */
  }
  
  .menu__submenu .menu__link {
    color: #ffffff;
  }
  
  .menu__submenu .menu__link:hover {
    background-color: #333333;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
   .site-header .mobile-nav-toggle span{
       background-color: #fff !important;
  Å
  Å





.footer-col-brand .footer {
  background-color: 

  
  
    
  


  rgba(12, 12, 12, 1.0)

;
}
.footer-logo img {
    width: 200px !important;
}


/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #7184B9;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #7184B9;
}

.blog-post__tag-link {
  color: #7184B9;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #495c91;
}

.blog-post__tag-link:active {
  color: #99ace1;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #7184B9;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #495c91;
}

.blog-related-posts__title-link:active {
  color: #99ace1;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #7184B9;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #7184B9;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #495c91;
}

.hs-blog-post-listing__post-title-link:active {
  color: #99ace1;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #7184B9;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #7184B9;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #495c91;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #99ace1;
}

.hs-pagination__link-icon svg {
  fill: #7184B9;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #7184B9;
  font-size: 30px;
}

.card__body svg {
  fill: #7184B9;
}

/* Social follow */

.social-links__icon {
  background-color: #7184B9;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #495c91;
}

.social-links__icon:active {
  background-color: #99ace1;
  font-weight: 700; text-decoration: none; font-family: Figtree, sans-serif; font-style: normal;
  color: #7184B9;
  font-size: 30px;
}

.container{
  max-width: 1240px;
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 80px;
}