/**.ghl-form 
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.ghl-form input[type="text"],
.ghl-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.ghl-form select {
  padding: 5px 12px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 13px;
  margin-bottom: 16px;
  resize: vertical;
}

#ghl-ext-form {
  margin-bottom: 30px;
}

#ghl-ext-form button {
  background: #f6861e;
  border: 2px solid transparent;
  border-radius: 3px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
#ghl-ext-form button:hover {
  border: 2px solid #f6861e;
  color: #fff;
  background: transparent;
  color: #f6861e;
}

#ghl-ext-form label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-top: 35px;
}

#ghl-ext-form input#apikey {
    margin-top: 30px;
    width: 80%;
    padding: 12px;
}

#ghl-ext-form button {
    width: 21%;
    display: block;
    margin-top: 20px;
}

form#ghl-ext-form {
    border: 1px solid #ebebf2;
    padding: 0 25px 25px 25px;
    border-radius: 3px;
}

.gform-settings__content {
    background: #fff;
    padding: 25px 25px 0 25px;
    box-shadow: 0 1px 4px rgba(18,25,97,.078);
    margin-top: 0.125rem;
}

.ghl_plugin_frm label, .ghl_carls_frm label {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 20px 0;
    display: block;
    color: #2d2d2d;
}

form#ghl-global-tag {
    width: 100%;
    margin-bottom: 50px;
}

.ghl_plugin_frm input {
    padding: 9px 10px;
    width: 43%;
    display: inline-block;
}

.ghl_plugin_frm button {
    width: 15%;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    border: 2px solid #f6861e;
    color: #fff;
    background-color: #f6861e;
}


.ghl_plugin_frm button:hover, .ghl_carls_frm button:hover {
    background-color: transparent;
    color: #f6861e;
    border: 2px solid #f6861e;
}

.ghl_carls_frm .ghl_frm_inp{
padding: 18px 14px;
  width: 54%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 6px;
  color: #2c3338;
    
}
.ghl_carls_frm select{
  padding: 5px 12px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.ghl_carls_frm button{
    width: 19%;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    border: 2px solid #f6861e;
    color: #f6861e;
    background-color: transparent;
    padding: 15px;
}

.ghl-form-data{
    display: none;
  height: 0;
      width: 100%;
    background-color: #e1dfdf;
    padding: 35px;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  background-color: #00000063;
  z-index: 1;
  cursor: no-drop;
}
.loading:after {
  content: '';
  border-radius: 50%;
  width: 35px;
  height: 35px;
  /* border: 0.25rem solid;
  /* border-top-color: linear-gradient(90deg,#db2436 26%,#065092 100%); */
  /* border-image: linear-gradient(90deg,#db2436 26%,#065092 100%) 1; */
  -webkit-animation: spin 1s infinite linear; 
  animation: spin 1s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;

  background: linear-gradient(yellow, #e93333);
  /* Show only 10px from the border */
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 5px),#fff 0);
          mask:radial-gradient(farthest-side,#0000 calc(100% - 5px),#fff 0);
}

.utp-button, 
.utp-button:focus,
.utp-button:active {
  display: inline-block;
  background: #2d2d2d;
  padding: 10px;
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  font-size: 13px;
  box-shadow: none;
}

.utp-button:hover {
  color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,.4);
}

.utp-desc{
    font-size: medium;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
    width: 100%;
}

.utp-desc1{
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
}

.faq-section, .add-resources, .support-team, .doc-btn{
  display:flex;
  gap:25px;
}

.faq-section, .add-resources, .support-team {
    margin: 35px 0;
}

/* >>> FAQ STYLES <<< */
.faq_container { border-bottom: 2px solid #ddd; }
.faq_question {
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.answer {
  padding: 0 10px 20px;
  line-height: 1.5rem;
}
.fqa_headline_container h2 span { font-weight: 700; }
.faq_question-text h3 {
    font-size: 16.9px;
    font-weight: 600;
}


.icon.active {
  background: transparent;
  border: 2px solid #fff;
}
.icon:hover { cursor: pointer; }
.icon-shape { position: relative; width: 50px; height: 50px; }
.icon .icon-shape::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 4px;
  background: black;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 20px;
  background: black;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
}
.icon .icon-shape.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}

*, *::after, *::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e8e8e8;
}

h1 {
  text-align: center;
  margin: 20px 0;
  color: #363636;
  font-size: 30px;
}
.inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ghl-card {
  flex-basis: 33.33333%;
  padding: 15px;
}
/* .inner-card  {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1)
} */
/* .img-wrapper {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
} */
.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* .content {
  margin-bottom: 20px;
} */
.content h1 {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 10px;
  color: #444;
}
.content p {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin: 5px 0 5px 0;
}
.btn-wrapper {
  display: block;
  text-align: center;
}
.view-btn,
.view-btn:focus,
.view-btn:active {
    width: 100%;
    border: none;
    background-color: #2d2d2d;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}
.view-btn:hover {
  color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,.4);
}

.light-box {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.6);
  width: 100%;
  height: 100vh;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}
.box {
  width: 600px;
  height: 400px;
  background-color: #fff;
  transform: scale(0);
  transition: all 200ms ease-in-out;
  padding: 10px;
  box-shadow: 0 3px 9px rgba(0,0,0,.1);
  position: relative;
}
.box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 15px;
}
.box .light-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.box .close-btn {
  position: absolute;
  z-index: 100;
  font-size: 30px;
  color: #ccc;
  left: 100%;
  top: 0;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 200ms linear;
}
/* Effect */
.effect .light-box {
  opacity: 1;
  visibility: visible;
}
.effect .light-box .box {
  transform: scale(1);
}

@media (max-width: 780px) {
  .ghl-card {
    flex-basis: 50%;
  }
  .title {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .ghl-card {
    flex-basis: 5100%;
  }
  .box .close-btn {
    margin-left: 0;
    left: 80%;
    top: -12%;
  }
}
.credit {
  font-size: 14px;
}

.content h3{
  margin: 5px 0px 5px 0px;
}

.contact-team{
  background-color: white;
  box-shadow: #ccc 5px 5px 5px 5px;
  margin-right: 90px;
  margin-top: 20px;
  padding: 20px 20px 20px 20px;
  position: relative;
  z-index: -5px;
  filter:blur(1px);
}

.contact-team-btn{
  background-color: white;
  color: grey;
  box-shadow: #ccc 5px 5px 5px 5px;
  margin-right: 20rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.utp-desc-unlock{
  background-color: rgb(221, 221, 7);
  color: black;
  margin-right: 20rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  position: absolute;
  z-index: 5;
  margin-top: -75px;
  margin-left: 175px;
  width: 30%;
}

/* New CSS Start */

.features-table table, .features-table td, .features-table th {  
  border: 1px solid #b7b4b4;
}

.features-table table tbody tr td:last-child {
    background-color: #13294b;
}

.features-table table {
  border-collapse: collapse;
  width: 64%;
}

.features-table th, .features-table td {
  padding: 4px 15px;
}

.features-table {
  width: 82%;
}

.features-table h3 {
  margin: 50px 0 15px 0;
  font-weight: 600;
}

.features-table table tbody tr:nth-child(odd) {
  background-color: #f6861e45;
}

.features-table table tbody tr:first-child {
  background: #f6861e;
}

.features-table table tbody tr {
  color: #2d2d2d;
  font-size: 15px;
}

.features-table table tbody tr th {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.features-table table tbody tr th:last-child {
    background-color: #13294b;
}

.features-table table tbody tr td {
  text-align: center;
}

.features-table td img {
    width: 32px;
}

.upgrade-section {
  display: flex;
  align-items: center;
  margin-top: 15px;
  width: 88%;
  column-gap: 70px;
  border: 1px solid #2d2d2d;
  padding: 0 10px;
}

.upgrade-section p {
  font-size: 14px;
}

.upgrade-section p span {
  font-weight: 600;
}

.upgrade-section p a {
  font-weight: 600;
  text-decoration: none;
  color: #2d2d2d;
}

.text-section {
  width: 88%;
}

.text-section p {
  font-size: 16px;
}

/* New CSS Start */

.contact-boxes fieldset {
  border: 1px solid #000;
  padding: 25px;
}

.contact-text {
  width: 25%;
}

.support-team .contact-boxes {
  width: 40%;
  padding: 15px;
}

.contact-boxes p {
  margin-top: 0;
  font-size: 16px;
}

.support-team .contact-boxes legend {
  font-size: 16px;
  font-weight: 600;
  padding: 0 5px;
}

ul.pre-list {
  padding: 0;
}

ul.pre-list li {
  list-style: none;
  font-size: 14px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}

ul.pre-list li:last-child {
  margin-bottom: 0;
}

ul.pre-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  content: "✅";
font-size: 30px;
}

.support-team {
    margin-top: 50px;
}

.support-team .contact-boxes:not(:last-child) {
    position: relative;
    padding: 15px;
}

.support-team .contact-boxes:not(:last-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9999;
    opacity: 0.7;
}


overlay {
    position: absolute;
    width:100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

overlay::before {
  position: absolute;
  content: "🔒";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-right: 185px;
  padding-bottom: 10px;
  font-size: 35px;
  z-index: 99999999;
  width: max-content;
}
overlay::after {
  position: absolute;
  content: "Unlock Premium Support";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  z-index: 99999999;
  width: max-content;
  padding-left: 29px;
}

.ghl-form .ghl-form-data label {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2d2d2d;
    margin-top: 10px;
    width: 60%;
    position: relative;
}

.ghl-form label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
    margin: 55px 0 15px 0;
}

.ghl-form .ghl-form-data  input#tags {
    width: 35%;
    padding: 9px 10px;
}

.ghl-form .ghl-form-data button {
    width: 15%;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    border: 2px solid #f6861e;
    color: #fff;
    background-color: #f6861e;
}

.ghl-form .ghl-form-data button:hover {
    background-color: transparent;
    color: #f6861e;
    border: 2px solid #f6861e;
}

.ghl-form-data input#apikey {
    margin: 0px;
    border: 1px solid #2d2d2d;
    padding: 4px 10px;
    width: 80%;
    border-radius: 2px;
}

.ghl-form-data p, .ghl_carls_frm p, .ghl_frm_inp p {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 50px;
    width: 740px;
}

.ghl-form-data p a, .ghl_carls_frm p a {
    color: #2d2d2d;
}

.ghl-form-data p:last-child {
    margin: 15px 0 0 0;
}

p.utp-desc2 {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 50px;
    width: 80%;
}

p.text-dec {
    font-size: 15px;
}

p.text-dec1 {
    font-size: 15px;
    margin-bottom: 15px;
}

p.text-dec1 a {
    color: #2d2d2d;
}

p.utp-desc2 span {
    font-weight: 600;
}

form.ghl_carls_frm input#apikey {
    margin-bottom: 0;
}

/* h3{
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #303030;
	font-variant-ligatures: common-ligatures;
	margin-top: 0;
	margin-bottom: 0;
} */
.notification--reminder{
	padding: 20px 30px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999999999;
  background: #fff;
  transform: translateY(80px);
  animation: notification--in linear 500ms;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: notification--in linear 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: notification--in linear 500ms;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: notification--in linear 500ms;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: notification--in linear 500ms;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes notification--in{
  0% {
    transform:  translate(0px,80px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes notification--in{
  0% {
    -moz-transform:  translate(0px,80px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes notification--in {
  0% {
    -webkit-transform:  translate(0px,80px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes notification--in {
  0% {
    -o-transform:  translate(0px,80px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@keyframes notification--in {
  0% {
    transform:  translate(0px,80px)  ;
  }
  100% {
   transform:  translate(0px,0px)  ;
  }
}
.move--down{

}
.notification--reminder h3{
  font-weight: 600;
  color: #2d2d2d;
}
.notification--reminder h3 a{
	text-decoration: none;
  margin-left: 15px;
  background: #f6861e;
  border: 1px solid #f6861e;
  color: #fff;
  display: inline-block;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.notification--reminder h3 a:hover{
  border: 1px solid #f6861e;
  color: #2d2d2d;
  background: transparent;
}
.notification--wrapper{
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  top: 0;
}
@media (max-width: 767px){
	.notification--reminder h3{
    font-size: 14px;
  }
  .notification--reminder{
    padding: 30px;
  }
  .notification--reminder h3 a{
    display: inline-block!important;
    margin-top: 15px;
    margin-left: 0px;
  }
}

@media (max-width: 1200px) {
    .utp-button {
    line-height: 17px;
}
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .upgrade-section {
        width: 59%;
    }
    
    .features-table {
    width: 59%;
}
}

 @media (min-width:1500px) and (max-width:2000px) {
  .tooltippro::after {
    top: -100px;
    transform: translateX(0px);
  }
}

@media (min-width:2001px) and (max-width:2560px) {
  .tooltippro::after {
    top: -120px;
    transform: translateX(-160px);
  }
} 


.faq-text {
    width: 80%;
}

.ad-res {
    width: 30%;
}

.gform-field__toggle-container {
    height: 1.6rem;
}

/* Action box */
.action-box {
  width: 87%;
  }

  /* color change */


button.button.button-primary.del {
  background: #f6861e;
  border: 2px solid transparent;
  border-radius: 3px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 11px;
  transition: all 0.3s ease-in-out;
}
button.button.button-primary.del:hover {
  border: 2px solid #f6861e;
  color: #fff;
  background: transparent;
  color: #f6861e;
}

a.button.button-connect.connect-btn {
  background: #f6861e;
  border: 2px solid transparent;
  border-radius: 3px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 11px;
  transition: all 0.3s ease-in-out;
}

a.button.button-connect.connect-btn:hover {
  border: 2px solid #f6861e;
  color: #fff;
  background: transparent;
  color: #f6861e;
}


/* custom-css */
.ghl-form button {
  width: 15%;
  padding: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  border: 2px solid #f6861e;
  color: #fff;
  background-color: #f6861e;
}
/* hover */
.ghl-form button:hover{
  border: 2px solid #f6861e;
  color: #fff;
  background: transparent;
  color: #f6861e;
}
.gf-glob-set{
  width: 100%;
  margin-top: 50px;
}

.ghl_plugin_frm .tooltip {
  position: relative;
  display: inline-block;
}

.ghl_plugin_frm .tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 80%;
  left: 50%;
  transform: translateX(10%);
  opacity: 0;
  transition: opacity 0.3s;
}

.ghl_plugin_frm .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.ghl_plugin_frm .tooltip::after {
  content: "?";
  position: absolute;
  top: 19px;
  right: -28px;
  font-size: 18px;
  color: #fff;
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ghl_plugin_frm .tooltip:hover::after {
  color: #fff;
}


/* tooltippro */
/* Existing tooltip styles */
.tooltippro {
  position: relative;
  display: inline-block;
}

.tooltippro .tooltipprotext {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  transform: translateX(7%);
  opacity: 0;
  transition: opacity 0.3s;
  bottom: 24px;
}

.tooltippro:hover .tooltipprotext {
  visibility: visible;
  opacity: 1;
}

/* Additional tooltip styles */
.tooltippro p {
  margin-bottom: 0; /* Remove default margin for better alignment */
}

.tooltippro::after {
  content: "?";
  position: absolute;
  top: -120px;
  right: -97px;
  font-size: 18px;
  color: #fff;
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tooltippro:hover::after {
  color: #fff;
}


@media (max-width: 1024px) {
  .tooltippro::after {
    top: -137px;
    transform: translateX(45px);
  }
}

@media (min-width: 1025px) and (max-width: 1416px) {
  .tooltippro::after {
    top: -132px;
    transform: translateX(28px);
  }
}


.connectedghl-message {
  display: flex;
  column-gap: 8px;
  align-items: center;
}

.connectedghl-message .cnt-img {
  line-height: 0;
}

.connectedghl-message .cnt-img img {
  width: 16px;
}

.connectedghl-message .cnt-text p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}


/* Fix the issue for connect with GHL tab */
select {
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}




.dis-test .cnt-img {
  line-height: 0;
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.dis-test .cnt-img img {
  width: 18px;
  margin-top: 12px;
}

p.cnttext{
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

/* modify css */

/* CSS for Tabs and Content */
.ghlfree-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ghlfree-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 35px;
}

.ghlfree-tabs {
  width: 200px;
  /* Adjust the width as needed */
  padding: 15px;
  border-right: 1px solid #ddd;
}

.nav-tab-wrapper-vertical {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-tab-wrapper-vertical a {
  display: block;
  padding: 10px 15px;
  margin-bottom: 5px;
  border-left: 3px solid transparent;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s, border-left-color 0.3s;
  width: 150px;
}

.nav-tab-wrapper-vertical a:hover,
.nav-tab-wrapper-vertical a.nav-tab-active {
  background-color: #e9e9e9;
  border-left-color: #f6861e;
  /* Adjust the active tab color */
}


.ghlfreetab-content {
    flex-grow: 1;
    padding: 15px;
    margin-left: 30px;
    margin-top: -51px;
}


/* CSS for Header */
.ghlfree-header {
  background-color: #0073aa;
  /* Your header background color */
  color: #fff;
  /* Text color for the header */
  padding: 3px 13px;
  text-align: center;
}

.ghlfree-header h1 {
  margin-bottom: 10px;
  font-size: 24px;
  color: white;
}



/* CSS for ghlfreelogo */
.ghlfree-header {
  display: flex;
  align-items: center;
}

.ghlfreelogo {
  margin-right: 20px;
}

.ghlfreelogo img {
  max-width: 65px;
  height: auto;
}

.ghlfreemain-con {
  margin: 0px 0px 0 -20px;
}


div#ib-ghlfree {
  margin-top: 50px;
}

.help-ghl {
  margin-top: 52px;
}

.utpro-button {
  display: inline-block;
  background: #f6861e;
  padding: 10px;
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  font-size: 13px;
}

.utpro-button:hover {
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
}

/* our product css */

.products-container-ib {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
  /* justify-content: space-between; */
}

.product-card-ib {
  flex: 1 1 calc(26% - 20px);
  /* Adjusts card width */
  max-width: 200px;
  text-align: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.product-card-ib img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
  cursor: pointer;
}

.product-card-ib h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}



.product-card-ib:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Remove focus outline for images inside links */
.product-card-ib a {
  outline: none;
  /* Removes default outline for the link */
  border: none;
  /* Ensures no border is applied */
}

.product-card-ib a img {
  outline: none;
  /* Ensures no outline is applied to the image */
  border: none;
  /* Ensures no border is applied to the image */
}

/* Override focus styles completely */
.product-card-ib a:focus,
.product-card-ib a img:focus {
  outline: none !important;
  /* Forcefully removes any focus styles */
  border: none !important;
  box-shadow: none !important;
  /* Removes box shadows if applied */
}


