.menu-item .elementor-icon-list-item{

list-style:none !important;
}

.calendly-inline-widget {
    height: 800px;
}
.styled-container {
    padding-top: 0px !important;
}
.elementor-icon-box-description a{
	color:#000;
	text-decoration:none !important;
}
.sh-faq-aq{
		display:none !important;
}
.sh-list-faq-show{
	display:block !important;
}

.sh-faq-aq h2{
	margin-bottom: 22px !important;
}
.sh-list-faq h6 {
font-weight:600 !important;	
}

.sh-list-faq {
	cursor:pointer !important;
}
.hhssmtext {
  color: #02a1dd !important;        /* red ya apni marzi ka color */
  font-weight: bold !important;     /* mota text */
  text-decoration: underline !important; /* underline add */
}
.hhssmtext h6.elementor-heading-title {
    color: #02a1df !important;
	
}




 #menu-item-14 .elementskit-megamenu-panel {
	left: -120% !important;
} 
#menu-item-16 .elementskit-megamenu-panel {
	left: -340% !important;
} 

li a{
	text-decoration: none !important;
}

.sh-faq-aq  p{text-align: left !important;}



/* .elementskit-megamenu-panel {

    width: 1000px !important;
  
    left: -69% !important;
    top: 30px !important;
}
 */

/* .elementskit-megamenu-panel {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 1000px !important; 
    max-width: 80vw !important; 
    z-index: 9999;
} */

/* Ensure parent is positioned correctly */
/* .elementskit-dropdown-has {
    position: relative !important;
}
 */



/* Border animation container */
.animated-border {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid transparent;
}

.animated-border::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0;
  height: 2px;
  background: #ff6600; /* border color */
  animation: fillBorder 4s linear forwards;
}

.animated-border::after {
  content: '';
  position: absolute;
  right: 0; bottom: 0;
  width: 0;
  height: 2px;
  background: #ff6600;
}

/* Keyframes for animation */
@keyframes fillBorder {
  0%   { width: 0; }
  25%  { width: 100%; height: 2px; }
  50%  { width: 100%; height: 100%; }
  75%  { width: 0; height: 100%; right: 0; }
  100% { width: 0; height: 0; }
}


.mdx .elementor-widget-button {
    background-color: #02a1dd !important;
}
.mdx .elementor-widget-button a {
    background-color: #02a1dd !important;
}

.mdx .elementor-widget-button .btnstact{
background-color:#093345 !important;
}


.mdx .elementor-widget-button.abc12c a{
	background-color:#FE6D0F !important;
}

/* Pause animation when hovered */
.blk-b:hover .animated-border::before {
  animation-play-state: paused;
}


.sh-fe-tab .e-n-tabs-heading {
    VISIBILITY: HIDDEN  !important;
}


/* Table css start */



.table-container {
  overflow-x: auto;
}

.plan-table {
  width: 100%;
    border: 0px !important;
  text-align: left;
}

.plan-table thead {
  background-color: #ffffff00;
}

.plan-table th {
  color: #00a2d9;
  font-weight: bold;
  padding: 10px;
	 border: 0px !important;
  border-bottom: 2px solid #000 !important;
	font-size:24px;
	text-transform:capitalize;
	
}
.plan-table tr{
	
    border: 0px !important;
}

.plan-table td {
  padding: 10px;
    border: 0px !important;
    border-bottom: 2px solid #000 !important;
	font-family:"Open Sans";
	color:#000;
font-weight:500;
}
.plan-table th{
		font-family:"Open Sans";
}

.highlight {
  font-weight: bold;
  color: #00a2d9;
}

.checkmark {
  color: #00a2d9;
  font-size: 1.2em;
}


td.highlight {
    color: #02A1DD !important;
    font-weight: 700;
} 


	.plan-table td {
		text-align: center !important;}
	.plan-table tr td:first-child{
		text-align:left !important;
		    width: 40%;
	}

@media screen and (max-width: 600px) {
/*   .plan-table thead {
    display: none;
  } */

/*   .plan-table, .plan-table tbody, .plan-table tr, .plan-table td {
    display: block;
    width: 100%;
  }

  .plan-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
  }

  .plan-table td {
  width:100%;
    padding-left: 10px;
		padding-right: 10px;
    position: relative;
  }  */
	
	
	
.plan-table tr td:first-child, .plan-table tr th:first-child{
    width: 40% !important;
}
.dark-theme .plan-table td, 
.dark-theme .plan-table th{
width: 15% !important;
        padding: 2px 6px;
        font-size: 13px;
}

.dark-theme .plan-table thead{
        display: block;
}





.table-container .plan-table tr td:first-child{

padding-top: 16px;
}
/* .table-container.dark-theme .plan-table tr{
    display: flex;
    flex-wrap: wrap;
} */
/* .table-container td
 {
    width: 30% !important;
} */

    .table-container .plan-table tr {
        margin-bottom: -5px;
        border: 1px solid #ddd;
        padding: 3px;
        /* padding-top: 0; */
        font-size: 14px;
        line-height: 1.2;
    }


  .plan-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    text-align: left;
  }
}




.dark-theme .plan-table {
  color: #fff;
  border-collapse: collapse;
  width: 100%;
}

.dark-theme .plan-table th,
.dark-theme .plan-table td {
  border-bottom: 1px solid rgba(255,255,255,0.2) !important;
  padding: 12px;
  text-align: left;
}

.dark-theme .plan-table th
 {
    font-weight: 500;
    font-size: 16px;
    width: auto;
    text-align: center;
    line-height: 1.3;
    color: #fff !important;
}

.dark-theme .checkmark {
  font-size: 1.2em;
  color: #fff;
}

.dark-theme .checkmark.orange {
  color: #ff6600;
}

.table-logo {
  height: 30px;
}
img.table-logo {
    width: 31px;
}
.dark-theme td{
	color:#fff !important;
}

@media screen and (max-width: 600px) {
	.table-container.dark-theme thead {
    display: contents;
}
	
	img.table-logo {
    width: 31px;
    max-width: 24px;
}
/*   .dark-theme .plan-table thead {
    display: none;
  }
  .dark-theme .plan-table,
  .dark-theme .plan-table tbody,
  .dark-theme .plan-table tr,
  .dark-theme .plan-table td {
    display: block;
    width: 100%;
  } */
  .dark-theme .plan-table tr {
    margin-bottom: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 10px;
  }
  .dark-theme .plan-table td {
    text-align: right;
/*     padding-left: 50%; */
    position: relative;
  }
  .dark-theme .plan-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    text-align: left;
  }
}



/* seach box */
ul#providerList {
    padding: 0px !important;
}
.payroll-container {
    width: 535px;
    max-width: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 26px;
font-family:"Open Sans";
	background:#fff;
}

.search-box {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.provider-list {
    max-height: 260px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.provider-list li {
    position: relative;
	cursor:pointer;
     padding: 13px 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.provider-text {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans';
    text-transform: capitalize;
    color: #000;
}

.payroll-container input#searchInput {
    padding: 24px 13px !important;
    border: 1px solid #34343473;
    border-radius: 0px;
}
 .provider-list li:hover {
    background-color: #101e2414;
}
 
.provider-icon {
    width: 45px;
    height: 30px;
    margin-right: 10px;
}

.get-started-btn {
    opacity: 0;
    visibility: hidden;
    background-color: #101e2400;
    color: #0e3344;
    border: none;
    padding: 0px !important;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.get-started-btn:hover {
    background-color: #101e2400 !important;
	 color: #0e3344 !important;
}
.sh-h6
 {
    font-size: 28px;
    font-family: 'Playfair Display';
    color: #012d69;
    width: 90%;
}

.sh-mt-1 {
    font-size: 16px;
    font-family: 'Open Sans';
    margin-top: -2px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 500;
    width: 90%;
}

.provider-list li:hover .get-started-btn {
    opacity: 1;
    visibility: visible;
}




/* Gallary css */

.sh-logo-gallery {
    display: flex !important;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	max-width: 1300px;
  gap: 20px;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
	    justify-content: center;
 
}

/* Each logo container */
.sh-logo-box {
  width: 150px;
  height: 90px;
  background: #fff;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover animation */
.sh-logo-box:hover {
  transform: scale(1.05) rotate(1deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Images */
.sh-logo-box img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .sh-logo-box {
    width: 140px;
    height: 90px;
  }
}
@media (max-width: 480px) {
  .sh-logo-box {
    width: 120px;
    height: 80px;
  }
}


.popup {
  display: none; /* hidden by default */
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 86%);
    justify-content: center;
    align-items: center;
	z-index:999;
	
}
/* Popup box */
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  max-width: 90%;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
/* Close button */
.close {
    position: absolute;
    top: -2px;
    right: 15px;
    font-size: 42px;
    cursor: pointer;
    font-family: 'Montserrat';
    color: #000;
}

html.modal-open,
body.modal-open {
  overflow: hidden;
}

.sh-search-container {
    display: flex
;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 0px;
    padding: 5px 15px;
    width: 424px;
    max-width: 100%;
    background: #fff;
    justify-content: space-between;
    font-family: 'Open Sans';
}

    .sh-placeholder {
    font-size: 16px;
    color: #0e3445;
    font-family: 'Open Sans';
    font-weight: 500;
}

.sh-search-btn {
    background: #0e3344;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
	padding:0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.openPopup{
	cursor:pointer;
}
    .sh-search-btn svg {
      width: 22px;
      height: 22px;
      fill: #fff;
    }

.sh-btnssss button.openPopup {
    background-color: #02A1DD00;
    font-family: "Open Sans", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    fill: var(--e-global-color-astglobalcolor5);
    color: var(--e-global-color-astglobalcolor5);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 0px;
    padding: 15px 25px 15px 25px;
}


.sh-fe-tab .e-n-tabs-heading
Specificity: (0,2,0)
 {
    VISIBILITY: HIDDEN !important;
    width: 0;
    height: 0;
    font-size: 0;
}

.sh-logo-slide .sh-logo-box{
	border-radius:0px !important;
}



/*  */


             .privacy-notice h2 {
            color: #1a5f9e;
            border-bottom: 2px solid #1a5f9e;
            padding-bottom: 5px;
            margin-top: 25px;
        }
        
        .privacy-notice table {
            width: 100%;
            border-collapse: collapse;
            margin: 0 0 20px;
            box-shadow: 0 2px 3px rgba(0,0,0,0.1);
        }
        .privacy-notice h3 {
    display: inline;
}
        .privacy-notice th, .privacy-notice td {
            border: 1px solid #ddd;
            padding: 12px 15px;
            text-align: left;
            vertical-align: top;
        }
        
        .privacy-notice th {
  
            font-weight: bold;
            width: 30%;
        }
        
        .privacy-notice ul {
            padding-left: 20px;
            margin: 10px 0;
        }
        
        .privacy-notice li {
            margin-bottom: 8px;
        }

.privacy-notice thead tr{
	          background-color: #02A1DD;
	color:#fff !important;
}
        
        .privacy-notice .section-title {
            background-color: #02A1DD;
            color: white;
            padding: 10px 15px;
            margin-top: 30px;
            border-radius: 0px;
        }

/*  sssssssssss*/


.sh-menumb ul.elementskit-dropdown.elementskit-submenu-panel {
    padding: 0px !important;
}

.sh-menumb ul.elementskit-dropdown.elementskit-submenu-panel li:first-child{
    margin-top: -10px !important;
    background: #f7f7f7 !important;
}


.sh-menumb ul.elementskit-dropdown.elementskit-submenu-panel a{
       padding:10px 20px !important;
    background: #f7f7f7 !important;
}

.sh-menumb ul li ul li {
	padding-left:20px !important;
}





        
        @media (max-width: 768px) {
            .privacy-notice table {
                display: block;
                overflow-x: auto;
            }
            
            .privacy-notice th, .privacy-notice td {
                padding: 8px 10px;
                font-size: 14px;
            }
        }



.ast-container {
    width: 100% !IMPORTANT;
    margin: 0;
    padding: 0px;
    max-width: 100%  !IMPORTANT;
}

div#primary {
    margin: 0px  !IMPORTANT;
}