/*
Theme Name: Sign Made Easy
Theme URI: https://signmadeasy.com/
Author: Team HIC
Author URI: https://hicglobalsolutions.com/
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/


/******* <==== Mithun CSS Start ====> *******/
:root {
  --primary: #34beff;
  --secondary: #006cf0;
  --yellow: #fbc249;
  --dark-blue: #112678;
  --dark: #1d2130;
  --purple: #d262fc;
  --secondary1: #0d6efd;
}


@font-face {
    font-family: "Roboto";
    src: url("https://signmadeasy.com/wp-content/themes/signmadeasy/Font/Roboto-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("https://signmadeasy.com/wp-content/themes/signmadeasy/Font/Roboto-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("https://signmadeasy.com/wp-content/themes/signmadeasy/Font/Roboto-Bold.woff") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("https://signmadeasy.com/wp-content/themes/signmadeasy/Font/Roboto-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1 { font-weight: 800; }
h2 { font-weight: 700; }
h3 { font-weight: 600; }
p  { font-weight: 400; }


/*** Global CSS Start ***/
.text-primary1{
	color:var(--primary) !important;
}
.text-yellow{
	color:var(--yellow) !important;
}
.text-secondary1{
	color:var(--secondary) !important;
}

/* Breadcrumb */
.breadcrumb {
  background: none;
  padding: 0;
	gap: 10px;
}

.breadcrumb a {
  color: #0d6efd;
  text-decoration: none;
/* 	margin-right: 5px; */
}


.btn1{
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-block;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out,
  border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.btn-primary1{
  color: #fff;
  background-color:var(--primary);
  box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
  border: 2px solid;
  border-color:var(--primary);
}
.btn-primary1:hover {
  background-color: #fff;
  color:var(--primary);
  border-color:var(--primary);
}
.btn-outlined-primary1{
  background-color: #fff;
  color:var(--primary);
  border: 2px solid;
  border-color:var(--primary);
}
.btn-outlined-primary1:hover{
  background-color:var(--primary);
  color:#fff;
  border-color:var(--primary);
}
.btn-secondary1{
  color: #fff;
  background-color:var(--secondary);
  box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
  border: 2px solid;
  border-color:var(--secondary);
}
.btn-secondary1:hover {
  background-color: #fff;
  color:var(--secondary);
  border-color:var(--secondary);
}
.btn-outlined-secondary1{
  background-color: #fff;
  color:var(--secondary);
  border: 2px solid;
  border-color:var(--secondary);
}
.btn-outlined-secondary1:hover{
  background-color:var(--secondary);
  color:#fff;
  border-color:var(--secondary);
}
/*** Global CSS End ***/

/*** Updated Pro Page Start ***/
/* Banner Section Start */
.pro-page-banner-section{
	background-image: linear-gradient(57deg, #f6f6f617, #34beff30);
}
/* Banner Section End */

/* Pricing Section Start */
.pro-page-pricing-section .table-container {
  border: 1px solid #dadada;
  border-radius: 19px;
}

.pro-page-pricing-section table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  border-radius: 19px;
  /*             min-width: 991px; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.pro-page-pricing-section tr:nth-child(1) {
  border-top: none;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
.pro-page-pricing-section tbody tr:nth-last-child(1) {
  border-bottom: none;
}
.pro-page-pricing-section tr {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.pro-page-pricing-section tr td:nth-child(3),
tr th:nth-child(3) {
  background: #ebf8ff;
}

.pro-page-pricing-section th,
.pro-page-pricing-section td {
  /* border: 1px solid #eee; */
  padding: 16px;
  text-align: center;
  vertical-align: middle;
}
.pro-page-pricing-section thead {
  position: sticky;
  top: 68px;
  z-index: 2;
}

.pro-page-pricing-section th {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
}

.pro-page-pricing-section td:first-child {
  text-align: left;
  font-weight: 500;
}

.pro-page-pricing-section .time-valid-text {
  font-size: 16px;
  color: #8c8c8c;
  font-weight: 400;
}
.pro-page-pricing-section .btn1 {
  width: 100%;
  max-width: 180px;
}
.pro-page-pricing-section .fa-circle-exclamation {
    transform: rotate(180deg);
    color: #D4D4D4;
	font-size: 15px;
}
.pro-page-pricing-section .check {
  color: #1f9300;
  font-size: 20px;
}
.pro-page-pricing-section .fa-circle-xmark {
  color: red;
  font-size: 20px;
}
.pro-page-pricing-section tr:nth-child(even) {
  background: #fcfcfc;
}
.tooltip {
  max-width: 230px !important;
}
.tooltip .tooltip-inner {
  max-width: 230px !important;
}
.pro-page-pricing-section .most-popular-box {
  background-color: var(--dark-blue);
  position: absolute;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 6px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}
.pro-page-pricing-section table span{
    color:unset;
}
.pro-page-pricing-section .ribbon{
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -5px;	
}
.pro-page-pricing-section .ribbon span{
    position: absolute;
    display: block;
	left: 11px;
    top: 12px;
    transform: rotate(45deg);
    width: 225px;
    padding: 5px 0;
    background: #0239ff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    color: #fff;
	font-size:12px;
	font-weight:500;
/*     font: 700 14px / 1 'Montserrat', sans-serif; */
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}
@media (min-width: 1200px) {
  .table-head-width {
    min-width: 261px;
  }
}
@media (max-width: 991.92px) {
  .pro-page-pricing-section .table-container {
    overflow-x: auto;
  }
  .pro-page-pricing-section thead {
    position: unset;
  }
  .table-head-width {
    min-width: 175px;
  }
  .pro-page-pricing-section table {
    min-width: 991px;
  }
}
/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switch-wrapper {
  top: -15px;
  position: absolute;
/*   position: relative; */
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
/*   margin-bottom: 40px; */
  border-radius: 30px;
  background: #fff;
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: #fff;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
  min-width: 65px;
  line-height: 25px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}

.switch-wrapper label:hover {
  background: #fcfcfc;
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: var(--primary);
  transition: transform 0.25s ease-in-out;
}
/* Pricing Section End */

/* Our Achievement & Certification Badges Section Start*/
.our-achivement-section{
	background-color:var(--secondary1);
}
.our-achivement-section .certificate-card{
	background-color:#fff;
	border-radius:10px;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
	height:100%;
	transition: ease-in-out 0.5s;
}
.our-achivement-section .certificate-card img{
	width:100%;
	max-width:120px;
}
.our-achivement-section .certificate-card:hover{
	transform: scale(1.1);
}
.postid-735 div#img {
    display: none;
}
/* Our Achievement & Certification Badges Section End */

/*** Updated Pro Page End ***/
/******* <==== Mithun CSS End ====> *******/
 #preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            z-index: 9999;
            display: flex;
            justify-content: center;
            align-items: center;
         }
         .loader {
            width: 50px;
            height: 50px;
            border: 5px solid #f3f3f3;
            border-top: 5px solid #0dcaf0;
            border-radius: 50%;
            animation: spin 1s linear infinite;
         }
         @keyframes spin {
            0% {
               transform: rotate(0deg);
            }
            100% {
               transform: rotate(360deg);
            }
         }
		   #footer ul li a{
			   transition: .3s !important;
		   }
		    #footer ul li a:hover{
			   color:#29d2db !important;
               letter-spacing: 1px !important;
		   }
		    nav.navbar.navbar-expand-lg.bg-body-tertiary.header-top {
   background: #fff !important;
   box-shadow: 0px 4px 250px 0px rgba(0, 0, 0, 0.12);
   height: 100px;
   z-index: 999;
   width: 100%;
   height: 66px;
   position: sticky;
   top: 0;
   }
	   .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}
		   @media all and (min-width: 992px) {
   .dropdown-menu {
      width: 13rem;
   }
   .mega-submenu {
      left: 100%;
      top: 0;
      min-width: 25rem;
   }
   .ktm-mega-menu {
      position: static;
   }
   .mega-menu {
      left: 0;
      right: 0;
      width: 100%;
   }
   .dropdown-menu li {
      position: relative;
   }
   .dropdown-menu .submenu {
      display: none;
      left: 100%;
      top: 0;
   }
   .dropdown-menu>li:hover>.submenu,
   .dropdown:hover>.dropdown-menu {
      display: block;
   }
		
}
p.blogogo a {
    color: #000;
    text-decoration: none;
}
p.blogogo a:hover{
   color: blue;
}
  .dropdown-menu {
    margin-top: 10px;
}      
 @media only screen and (max-width: 777px) {
	 .top-header a{
		 font-size:12px !important;
	 }
   }	
  .top-header {
    background: #0374ef;
    color: #FFF;
    padding-top: 11px;
    padding-bottom: 11px;
/*     position: fixed; */
    width: 100%;
    height:auto;
    top: 0;
    z-index:999;
}
nav#navbar_top {
    margin-top: 40px;
    top: 30px !important;
}
@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
         overflow-y: none !important; 
         max-height: auto; 
         margin-top: auto; 
    }
}
		    @media (min-width: 1020px) and (max-width: 1200px) {
  nav#navbar_top {
/*     margin-top: 50px;
    top: 56px !important; */
  }
				.kiloo{
					display:none !important;
				}
				.top-header {
  
}
}
div#main_nav {
    overflow: hidden;
    height: 100% !important;
    max-height: 100%;
   
}
		   
.navbar-nav .dropdown-menu {
        position: static;
       
      
        background: #ffffff;
    }
    .klklklj{
        color: #ffc107;
    
    text-decoration: none;
        
    }
      .klklklj:hover{
        color: #fff;
   
    text-decoration: none;
        
    }
		  .row.sub-menu.mega-menu {
    background: #ffffff !important;
    /* padding: 30px !important; */
    z-index: 999 !important;
    box-shadow: 0 0 15px #0001;
    border: 0;
    height: auto;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 12px;
    padding-top: 30px;
}
		   .navbar-expand-lg .navbar-nav .dropdown-menu {
    background:#FFf;
    border: none !important;
    padding-top: 22px !important;
    margin-top: 2px !important;
}
		   .sjijojo:hover {
    background: blue !important;
    color: #FFF !important;
}
		.sjijojo {
    padding: 4px 6px !important;
    font-size: 10px !important;
}
		   p.blogogo a {
    font-size: 14px;
    color: #615d5d;
}
		   
a.get-st-footerctsa {
   color: #FFF;
   text-decoration: none;
/*    border: 2px solid #FFF; */
   padding: 8px 10px;
   border-radius: 5px;
   background:#EE6C4D;
   margin-left: 20px;
   }
		   
a.get-st-footerctsa:hover {
    color: #FFF;
    text-decoration: none;
    /* border: 2px solid #FFF; */
    padding: 8px 10px;
    border-radius: 5px;
    background: #ffffff;
    margin-left: 20px;
    color: #000;
}
@media (max-width: 768px) {	
	.top-header {
    position: relative;
}
	   
	nav#navbar_top {
    margin-top: 0px;
    top: 0px !important;
}
	.dropdown-menu.mega-menu.p-3.container.mx-auto.show {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
		   }
		    .flax-img {
    margin-right: 4px;
}
 .ghhhh img {
            max-width: 100%;
            height: auto;
            display: none; /* Hide initially */
        }
		   #message-box {
      
      color: #fff;
      transition: opacity 0.6s ease;
    }

    a.klklklj {
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
    }

    a.klklklj:hover {
      text-decoration: underline;
    }

    .fade-out {
      opacity: 0;
    }

    .fade-in {
      opacity: 1;
    }
		   #message-box{
			   font-size:14px !important;
		   }
		   #message-box a{
			    color: #ffc107;
    text-decoration: none;
    font-weight: 700;
	margin-left:10px;
			   
}
		    #message-box a:hover{
			    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
 .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border-top: 1px solid #eee;
}

.mega-menu.show {
  max-height: 500px; /* adjust based on content height */
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


  .mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 2rem;
    background-color: white;
    display: none;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    border-top: 1px solid #eee;
    z-index: 9999;
  }
.dropdown-menu.show{
  margin-top:0px;

}
  .nav-item:hover .mega-menu {
    display: block;
  }

  .dropdown-item {
    padding: 0.4rem 0;
    font-size: 0.95rem;
    color: #333;
  }

  .dropdown-item:hover {
    color: #000;
    text-decoration: underline;
  }

  .nav-link {
    font-weight: 500;
    color: #333 !important;
    margin-right: 1rem;
  }

  .btn-start {
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    background-color: #00a651;
    border: none;
    color: white;
    border-radius: 0.375rem;
  }

  @media (max-width: 991.98px) {
    .mega-menu {
      position: static;
      width: 100%;
      padding: 1rem 0;
      box-shadow: none;
      border-top: none;
    }

    .nav-item:hover .mega-menu {
      display: none;
    }

    .dropdown-menu.show .mega-menu {
      display: block !important;
    }
    .button-lower-section{
        justify-content: start;
    }
  }
 .mune-desktopop {
    padding: 11px;
    width: 226px;
    margin-top: 19px !important;
 }
.mune-desktopop.show {
    padding: 11px;
    width: 226px;
    margin-top: 19px !important;

}
ul.dropdown-menu.mega-menu.mune-desktopop.show {
    margin-top: 16px !important;
}
 
    .btn-start {
      font-weight: 600;
      padding: 0.5rem 1.25rem;
      background-color: #00a651;
      border: none;
      color: white;
      border-radius: 0.375rem;
    }

    @media (max-width: 991.98px) {
      .mega-menu {
        display: none !important;
      }

      .offcanvas-body .accordion-button {
        padding-left: 0;
      }

      .offcanvas-body .nav-link {
        padding-left: 0px;
      }

      .offcanvas-body .dropdown-content {
        padding-left: 1.5rem;
      }
    }

    .offcanvas-start {
      width: 280px;
      transition: transform 0.3s ease-in-out;
    }
    button.custom-code-butpro {
    border: 1px solid #282d89;
    background: linear-gradient(130deg, #282d89 1.07%, #c45ef3 80.2%) !important;
    color: #FFF !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}
button.custom-code-butpro:hover {
    background: #282d89 !important;
}
.offcanvas {
    min-width:300px !important;
    width:300px !important;
}
#mobileMenu button.accordion-button.collapsed {
    background: none !important;
    border: none !important;
    box-shadow: none;
}
#mobileMenu .accordion-item {
     color:none !important; 
     background-color:none !important; 
     border:none !important; 
}
.nekl{
    margin-top: 31px;
    /* background: forestgreen; */
    position: sticky;
    top: 31px;
    z-index: 99999;
    background: #FFFF;
}
	 @media (max-width: 991.98px) {
      .nekl{
    margin-top: 0px;
    /* background: forestgreen; */
    position: sticky;
    top: 0px;
    z-index: 99;
    background: #FFFF;
}
		
	 }

@media (min-width:401px) and (max-width: 992px){
	 .headr-btun-one-two{
		
			 font-size:16px !important;
		 }
}
@media (max-width: 400px){
	.use-case-btn{
		margin-left:0px !important;
	}
}

.blogogoop {
    font-size: 15px !important;
}
.blogogoop:hover {
    background: none !important;
    color: blue !important;
    text-decoration: none !important;
}		   