
 





/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 20px;
}

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






body {
  font-size: 18px;
  color: #484848;
  font-weight: 400;
  font-family: Hind;
}

/* Anchors */

a {
  color: #101213;
}

a:hover,
a:focus,
a:active {
  color: #fa4c06;
}

/* Headings */

h1 {
  font-family: Hind;
  font-size: 40px;
  color: #132640;
  font-weight: 800;
}

h2 {
  font-family: Hind;
  font-size: 35px;
  color: #132640;
  font-weight: 800;
}

h3 {
  font-family: Hind;
  font-size: 30px;
  color: #132640;
  font-weight: 800;
}

h4 {
  font-family: Hind;
  font-size: 26px;
  color: #132640;
  font-weight: 800;
}

h5 {
  font-family: Hind;
  font-size: 22px;
  color: #132640;
  font-weight: 800;
}

h6 {
  font-family: Hind;
  font-size: 18px;
  color: #132640;
  font-weight: 800;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}







button,
.button {
  background-color: black;
  color: white;
  border-radius: 3px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}




button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #ff4c00;
  color: white;
}

button:active,
.button:active {
  background-color: rgba(108, 108, 108, 1.0);
  border-color: #6c6c6c;
  color: #ffffff;
}





form,
.submitted-message {
  font-size: 18px;
  color: #484848;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #33475b;
}

/* Form label */

form label {
  color: #444444;
}

/* Form help text */

form legend {
  color: #017cb9;
}

/* Form inputs */

form input[type=text],
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-color: #444444;
  color: #484848;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #444444;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #484848;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #484848;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(68, 68, 68, 1.0)

;
  border: 1px solid #444444;
  border-radius: 3px;
  color: #ffffff;
  padding: 12px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(68, 68, 68, 1.0);
  border-color: rgba(68, 68, 68, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(68, 68, 68, 1.0);
  border-color: rgba(68, 68, 68, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #323643;
}

th,
td {
  border-color: #323643;
  color: #323643;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(68, 68, 68, 1.0)

;
  border-bottom-color: #323643;
  color: #ffffff;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #323643;
}





header.header {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: rgba(34, 34, 34, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(250, 77, 9, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
  color: rgba(250, 77, 9, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:not(:first-child)>a {
  color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:not(:first-child)>a:hover {
  color: rgba(250, 77, 9, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.active:not(:first-child)>a {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 77, 0, 1.0);
}


@media (min-width:901px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a:hover {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(235, 71, 0, 1.0);
  }
}






.custom-footer,
.footer_top {
  background-color: rgba(0, 0, 0, 1.0);
}

.uncode_text_column p span:first-child {
  color: rgba(255, 255, 255, 1.0);
}

.uncode_text_column p span:last-child {
  color: rgba(204, 204, 204, 1.0);
}

.footer_menu_area .col-lg-2 ul li ul li a {
  color: rgba(154, 155, 157, 1.0);
}

.footer_menu_area .col-lg-2 ul li a:hover {
  color: rgba(250, 76, 6, 1.0);
}

.footer_top .divider-f hr.divider-hr,
.divider-wrapper hr {
  border-color: rgba(68, 68, 68, 1.0);
}

.footer_copyright_content p {
  color: rgba(154, 155, 157, 1.0);
}


















.card__price {
  font-family: Hind
    font-size: 30px;
  color: #132640;
  font-weight: 
}





/* Base: no zoom */
.header__logo img {
  transition: transform 0.45s ease;       /* smooth */
  transform-origin: center center;        /* scale from center */
  backface-visibility: hidden;            /* prevents blurring */
  will-change: transform;   
  
    height: 29px !important;   /* same as your WordPress fix */
  width: auto !important;
  object-fit: contain !important;
}

/* Hover shake */
.header__logo:hover img {
  transform: scale(1.06);                 /* slightly smaller zoom → sharper */
}

/* Make ONLY Decline All and Want to know more? buttons black */

/* Make DECLINE ALL and WANT TO KNOW MORE black */
#truste-consent-required {
    background: #000 !important;
    color: #fff !important;
}

#truste-show-consent {
    background: #000 !important;
    color: #fff !important;
}

#truste-consent-required:hover,
#truste-show-consent:hover {
    background: #333 !important;
}
/* Button text adjustments + remove round edges */
.truste-button1,
.truste-button2,
.truste-button3 {
    line-height: normal !important;
    padding-top: 8px !important;
    border-radius: 6px !important;
}
#truste-show-consent.truste-button1 {
    background: transparent !important;
    background-image: none !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    box-shadow: none !important;
}

/* remove hover color, background, shadow */
#truste-show-consent.truste-button1:hover {
    background: transparent !important;
    background-image: none !important;
    color: #000 !important;
    box-shadow: none !important;
    border: 1px solid #000 !important;
}


/*adjust the alignment of the menu */

/* Desktop: vertically center main nav items in the white bar */
@media (min-width: 1024px) {

  /* Make the whole menu row a flex row */
  .mgMenu-wrap {
    display: flex;
    align-items: center;
    height: 60px;              /* adjust to taste */
  }

  /* Make each item participate in the flex row */
  .mgMenu-wrap .menu-item,
  .mgMenu-wrap .menu-item-btn {
    display: flex;
    align-items: center;
  }

  /* Vertically center the text + arrow inside each link */
  .mgMenu-wrap .menu-item > a,
  .mgMenu-wrap .menu-item-btn > li > a {
    display: flex;
    align-items: center;
    height: 60px;             /* same as header height */
    padding: 0 18px;          /* horizontal spacing only */
    margin: 0 !important;
  }
    .menu-horizontal-inner {
    display: flex !important;
    align-items: center !important;
  }

  #mega-menu-wrap-primary {
    margin-top: 4px !important;  /* adjust here */
  }
}