/**handles:custom-css**/
:root {
    --black: #000000;
    --cyan-bluish-gray: #abb8c3;
    --white: #ffffff;
	--primary-color: #EF7F2B;
	--text-color: #2C2C2C;
	--dark-color: #000000;
	--light-gray:#F8F9FB;
	   --primary: #EF7F2B;
    --primary-dark: #d66a1a;
    --secondary: #1e293b;
    --text-main: #334155;
    --text-light: #64748b;
    --bg-light: #f8fafc;
    --white: #ffffff;
    --border: #e2e8f0;
    --danger: #ef4444;
    --danger-bg: #fef2f2;
    --success: #10b981;
    --success-bg: #ecfdf5;
	--brand-orange: #f36f21;
            --brand-orange-hover: #d95d18;
            --brand-dark: #0f172a;
            --brand-light: #f8fafc;
            --brand-gray: #475569;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	--score-green: #0a9e52;
}

@font-face {
  font-display: swap; 
	font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('https://ignitedigital.com/wp-content/themes/ignite-digital/fonts/montserrat/montserrat-v30-latin-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('https://ignitedigital.com/wp-content/themes/ignite-digital/fonts/montserrat/montserrat-v30-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('https://ignitedigital.com/wp-content/themes/ignite-digital/fonts/montserrat/montserrat-v30-latin-700.woff2') format('woff2'); 
}

body,
h1, h2, h3, h4, h5, h6,
button, input, textarea {
  font-family: 'Montserrat', sans-serif;
}
.entry-title h1 {
    color: var(--primary-color) !important;
    
}
h1 .entry-title{
    color: var(--primary-color) !important;
    
}
a:visited {
    color: var(--bs-body-color);
}
.logo-area img {
    width: 250px;
}
.top-info {
    display: flex
;
    justify-content: flex-end;
}
.top-info ul {
    list-style: none;
    display: flex
;
}
.top-info ul>li {
    margin-right: 15px;
}
.top-info a {
    color: var(--black);
    text-decoration: none;
    font-weight: 700;
}
.primary-button {
    background-color: var(--primary-color);
    color: var(--white) !important;
    padding: 10px;
    text-decoration: none;
    border-bottom-right-radius: 10px;
}
.home-top-form h1 {
    color: var(--black);
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}
.home-top-form h2 {
    color: var(--black);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
.gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;}
.gform-theme--foundation .gform_footer input[type=image] {
    padding: 0 !important;
    width: auto !important;
    background: 0 0 !important;
    border: none !important;
    margin: 0 auto 16px auto !important;
    display: block;
    max-width: 100%;
	box-shadow:0 1px 4px rgb(18 25 97 / 0%) !important;
}
.home-top-form h1::after{
    content: url(https://ignitedigital.com/wp-content/uploads/2024/12/home-arrow.png);
    position: absolute;
   left: 100% !important;
	top:100px;
    width: 135px;
    height: 130px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/home-arrow.png);
    background-repeat: no-repeat;}
   .home-top-form h1{position:relative;width:100% !important}
.prefooterwrap h2 {
    font-size: 16px;
    color: var(--dark-color);
    text-transform: uppercase;
    font-weight: 700;
}
.footer-widget-menu img {
    margin-bottom: 20px;
}
.custom-html-widget {
    margin-top: 40px;
}
.home-form {
    background-color: #F8F9FB;
    padding: 30px;
    border-radius: 15px;
}
.home-mid-section h2 {
    font-weight: 700;
    font-size: 36px;
    color: var(--black);
}
.home-mid-section span {
     color: var(--primary);
}
.home-mid-section h3 {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color);
}
.sp-container li {
    line-height: 20px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/li-icon.png) !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #50565c;
}
.sp-container ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.sp-step {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.sp-step img {
    height: 50px;
    width: auto;
}
.sp-container h3 {
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
    margin-bottom: 30px;
}
.digital-container {
    background-color: #fff;
    border-radius: 6px;
    min-height: 160px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;;
    counter-increment: item;
    display: flex;
    padding: 30px;
    align-items: center;
}
.digital-title {
    display: flex
;
    align-items: center;
}
.digital-title h4 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
    align-items: middle;
}
.digital-title img {
    margin-right: 15px;
    width: 60px;
}
.digital-container li {
    line-height: 20px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/li-icon.png) !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #50565c;
}
.digital-container ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.orange-section h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.home-form-bottom {
    background-color: #Ffffff;
    padding: 30px;
    border-radius: 15px;
}
.orange-section h2 {
    color: var(--black);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
.accordion-box {
    box-shadow: 5px 2px 5px 2px rgb(213 211 211);
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
}
#owl-quote3 .owl-item.active {
-webkit-transform: scale(0.9);
transform: scale(0.9);opacity:0.4;}
#owl-quote3 .owl-item.active.center {
-webkit-transform: scale(1.1);
transform: scale(1.1);opacity:1;}
.owl-carousel button.owl-dot {
    background: #000!important;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 0 5px
}

.owl-carousel button.owl-dot.active {
    background: #ef7f2b!important;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 0 5px
}
#owl-quote3  .owl-next,#owl-quote3 .owl-prev {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    margin-top: -20px;
    background-color: #ef7f2b;
    text-align: center;
    line-height: 40px;
    color: #fff;
    z-index: 99;
    cursor: pointer;
    font-size: 27px
}

#owl-quote3  .owl-next:hover,#owl-quote3   .owl-prev:hover {
    background-color: #d7d6d4
}

#owl-quote3   .owl-prev {
    left: 30%;
    background-image: url(/wp-content/themes/ignite-digital/img/prev-review.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent
}

#owl-quote3  .owl-next {
    right: 30%;
    background-image: url(/wp-content/themes/ignite-digital/img/next-review.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent
}
.review-slider-quote1-layout {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 5%) 1px 1px 20px 0;
    margin-bottom: 30px;
    min-height: 440px;
    max-height: 440px;
    border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #ebebeb;
    margin: 10px;
    background-color: #fff;
}
.review-slider-quote1-layout h5 {
    font-size: 16px;
    font-weight: 500;
    margin-left: 0px !important;
    margin-top: 15px;
}
.review-quote1-text {
    min-height: 200px;
    height: 250px;
}
.seo3{border:2px solid var(--primary-color);border-radius:30px;position:relative;min-height:200px; background-color:#F8F9FB}
.seo3::before{
    content: url(https://ignitedigital.com/wp-content/uploads/2024/12/Checklist.png);
    position: absolute;
   right:25px !important;
	top:-25px;
    width: 50px;
    height: 50px;
    
    background-repeat: no-repeat;}
    .home-form h3{font-size: 24px;
    font-weight: 500;}
.home-form-bottom h3{font-size: 24px;
    font-weight: 500;}
.picture-cards {
    display: flex;    
	 margin-top: -40px;
    padding: 1rem;
    MARGIN-BOTTOM: 20PX;
}
.destination-pictures {
    width: 35px;
    height: 35px;
}
.picture-content {
    padding: 0 1rem;
}
.picture-content p{margin-bottom:0px}
.picture-content h2{text-transform:capitalize;}
.socialiconsfooter{display: flex; list-style: none;}
.blog_box{background-color: #fff;
    min-height: 625px !important;
    max-height: 625px !important;
    border: 1px solid #ebeaea;
    border-radius: 30px;}
.blog_box img{border-top-left-radius: 30px ;border-top-right-radius: 30px ;}
.home-blog-button{padding:25px}
.article-box-content{padding:25px !important}
.home-blog hr {
    margin: 10px 0;
    border: 0;
    border-top: 4px solid;
    opacity: 1;
    color: var(--black) !important;
    width: 30px;
}
.home-blog a{font-size:26px; font-weight:600;color:var(--black);text-decoration:none;}
.home-blog-button a{font-size:16px; font-weight:500;color:grey;text-decoration:none;}
.orange-section img{width:100%;}
.digital-container-grey{width: calc(100% - 60px);background:#E9EDF0;margin-left:30px;border-radius:30px;}
.digital-container-grey:hover{background:var(--black)}
.accordion-body a {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    color: #ef7f2b;
    font-size: 16px;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
 
       border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
     line-height: 40px;
    background-color: #f2f2f2;
    border-radius: 4px;
    font-size: 16px;
    color: #797979;
    font-weight: 700;
    padding:10px 10px 10px 20px;
    
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ef7f2b;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ef7f2b;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: var(--bs-accordion-btn-icon-transform)
}
#owl-award{display:flex;}
#owl-award .list{align-items:center}

#owl-award .owl-item img {
    display: block;
   height: 100px;
	width:auto
}
.accordion-toggle:after {
    content: "\f078";
    font-family: FontAwesome;
    width: 25px;
    display: inline-block;
    text-align: center;
    float: right;
}
.active {
    color: #ef7f2b;
}
.content-card {
    display: flex;
    align-items: center;
    justify-content: left;
}
.content-images {
    width: 50px;
}
.content-card .content-right{}
.content-card img{padding-right:10px;}
.quote-top3 h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
.quote-top3 ul {
    margin-top: 0;
    margin-bottom: 50px;
    list-style: none;
    padding: 0 0px;
	    margin-left: 0px;
}
.quote-top3 li {
    line-height: 21px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/li-icon.png) !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}
.quote-form-box3{
    padding: 30px;
    border-radius: 10px;
    background: #fcfcfc !important;
   box-shadow: rgb(146 140 139 / 54%) 0px 7px 29px;
}
.quote-form-box3 h1{color: #000;
    font-size: 36px;
    line-height: 1.2;
	font-weight: 700;}
.quote-form-box3 h2{color: #000;
    font-size: 24px;
    line-height: 1.2;
	font-weight: 500;}

.quote-mid3 h4 {
    font-size: 18px !important;
    font-weight: 500;
    color: #2c2c2c !important;
    line-height: 24px !important;
    background: #fff;
    padding: 15px;
    margin-top: -20px;
    border-radius: 20px;
}
.quote-mid-numbers3 h3 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    color: #000 !important;
    margin-top: -10px !important;
}
#owl-quote3 .active{color:#000000;}
.digital-container {
    background-color: #fff;
    border-radius: 15px !important;
    min-height: 160px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgb(0 0 0 / 16%) 0px 15px 12px;;
    counter-increment: item;
    display: flex;
    padding: 30px;
    align-items: center;
}

.blog-banner h1{color: var(--black);
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;}

.blog-banner h2{color: var(--black);
    font-size: 30px;width:80%}
.blog-about{background: #f9f9f9;
    border-radius: 30px;
    padding: 30px !important;
    text-align: center;position:relative;margin-bottom:30px;}

.blog-about h2{font-size:20px;font-weight:600;}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 41px;
    border-radius: 6px;
    border: none !important;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    background: #fff;
}
.search-form-container {
    -webkit-border-radius: 6px;
    border: 1px solid #909090;
    background: #909090;
    padding: 0px;
    margin-bottom: 25px;
}
.search-submit {
    -webkit-appearance: button;
    cursor: pointer;
    position: relative;
    right: 5px;
    background-color: #1f5496;
    border: none !important;
    border-radius: 100px;
    width: 100%;
    max-width: 40px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: #FFF;
    top: -40px;
    background: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/search.png) no-repeat center !important;
    text-indent: -999px;
    float: right;
}
.blog-about img{margin-bottom:20px;font-weight:600}
.blog-article h1{font-size:20px;font-weight:600}
.blog-article h2{font-size:24px}
.sidebar-layout h2{font-size:20px;font-weight:700}
.blog-sneak{position:relative;border-radius:30px;height:500px;background:url(https://ignitedigital.com/wp-content/uploads/2024/12/sneak-1.png);margin-bottom:30px;}
.blog-sneak-button{background:black;padding:20px;margin:20px;width:calc(100% - 40px);text-align:center;border-radius:15px}
.blog-sneak-button a{color:#fff;font-weight:700;text-decoration:none;}
.digital-button{background: #E9EDF0 !important;
    width: calc(100% - 40px);bottom: -43px !important;
    padding: 10px;
    margin-left: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgb(0 0 0 / 16%) 0px 15px 12px;}
.digital-container {
    background-color: #fff;
    border-radius: 15px !important;
    min-height: 160px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 20px, rgb(0 0 0 / 16%) 0px 1px 2px;
    counter-increment: item;
    display: flex
;
    padding: 30px;
    align-items: center;
	position:relative;
}
.digital-button a{color:grey;text-decoration:none;}
.digital-button::hover{background:black;}
a {text-decoration: none;}
.accordion-button{background:#fff !important;}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ef7f2b !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-item{margin-bottom:20px;}
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnPjxwYXRoIGQ9J00yIDVMOCAxMUwxNCA1Jy8+PC9zdmc+);
    transform: var(--bs-accordion-btn-icon-transform);
}
.digital-button {
    background: #efefef4f !important; 
    width: calc(100% - 40px);
    bottom: -41px !important;
    padding: 10px;
    margin-left: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgb(0 0 0 / 16%) 0px 15px 12px;
}
.digital-button a::after {
    content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/round-black-arrow2.png);
    position: absolute;
   left: 100px !important;
    top: 10px;
    width: 8px;
    height: 8px;
   
}
.digital-container {
    background-color: #fff;
    border-radius: 15px !important;
    min-height: 160px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 50px, rgb(0 0 0 / 16%) 0px 0px 2px;
    counter-increment: item;
    display: flex
;
    padding: 30px;
    align-items: center;
	position:relative;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid #f8f9fb;
}
.accordion-body{    background-color: #f8f9fb;}
.blog-cta{margin:auto;}
.blog-cta h2{font-size:30px;font-weight:700;}
.blog-cta a{background: #EF7F2B;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;}
.wp-paginate .prev, .wp-paginate .next {
    border: 0px solid #ccc;
}
.wp-paginate a {
    background: #F8F9FB;
    border: 0px solid #ccc;
    color: #666;
    margin-right: 4px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
}
.wp-paginate .current {
    color: #fff;
    background: #ef7f2b;
    border: 0px solid #ccc;
    margin-right: 4px;
    padding: 4px 8px;
}
.wp-paginate.font-inherit {
    font-family: inherit;
    text-align: center;
}
.digital-button:hover{background:#000;}
.review-slider-quote1-layout::after {
    content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/review-quote.png);
    position: absolute;
   left: 60% !important;
    bottom: 50px;
    width: 118px;
    height: 119px;
    
}
#owl-quote3 .owl-dots{
   margin-top: 50px !important;
    text-align: center;
   
}
.content-right::after {
   content: "";
    position: absolute;
    right: 20% !important;
    top: -10px;
    height: 1px !important;
    width: 100px;
    background-color: #000000 !important;
}
.contact-lists{}
.contact-lists ul{list-style: none;
    padding-left: 0px;
    padding-inline-start: 0px !important;
    margin-left: 0px;
    display: flex;
	}
.contact-lists li{width:33.3%;line-height:1.4;position:relative;}
.contact-lists li::after {
   content: "";
    position: absolute;
    right: 20% !important;
    top: -10px;
    height: 80px !important;
    width: 1px;
    background-color: #9f9f9f !important;
}
.contact-lists li:first-child li::after {
   display: none;
}
.content-card img {
    padding-right: 5px;
}
.content-card-about {
    display: flex
;
    align-items: center;
    justify-content: left;
}
.content-card-about img {
       width: 80px !important;
    height: 80px !important;
    margin-right: 10px;
}
.content-right-about p{margin-bottom:0px;}
.content-right-about h3{font-size:24px;font-weight:700;margin-bottom:0px;}
.content-card {margin-bottom:30px;}
.content-card p{margin-bottom:0px}
.blog-banner h2 {
    color: var(--black);
    font-size: 24px;
    width: 80%;
    line-height: 1.5;
}
#gform_wrapper_4{}
#gform_submit_button_4{background-color:#ef7f2b;margin-left:-20px;border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;}
.blog-subscribe{border-top: 1px solid #f9f9f9;
    padding: 50px 0px;}
.blog-subscribe h3{font-weight:600;font-size: 18px;
    text-align: center;}
.category-list{}
.category-list ul{list-style:none; padding-left: 0px;
    padding-inline-start: 0px !important;
    margin-left: 0px;padding-bottom: 30px;
}
.category-list li{padding-right:10px;padding-left:10px;position:relative;display:inline;}
.category-list a{color:#2C2C2C;}
.category-list li::after {
   content: "";
    position: absolute;
    right: 0 !important;
    top: 5px;
    height: 12px !important;
    width: 1px;
    background-color: #2C2C2C !important;
}
.divider {
  flex-grow: 1;
  height: 1px;
  background-color: #9f9f9f;
	margin-left:10px;
}
#authorboxcontent img{border-radius:30px}
.single-post-banner h1{font-weight:700;}
.rt-clock{padding-right: 5px;}
.rt-calendar{padding-right: 5px;}
.rt-clock::before{content:url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/clock-animated.gif);vertical-align: middle;
}
.rt-calendar::before{content:url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/calendar-animated.gif);vertical-align: middle;
}
#input_4_1{border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}
.gform_required_legend{display:none !important;}
.gform-theme--foundation {
    --gf-form-gap-x: 16px;
	--gf-form-gap-y: 20px !important;}
.home-top-form h1 {
      margin-bottom: 20px;
}
.home-top-form h2 {
      margin-bottom: 20px;
}
.home-top-form h3 {
      margin-bottom: 20px;
}
.home-top-form h4 {
      margin-bottom: 20px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        
    }
	.header-mobile{display:none}
}
@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
       
    }
	.header-desktop{display:none}
	
}
body p{color:#2C2C2C}
.post, .page {
    margin: 0 0 0;
}
a{color:#2C2C2C;text-decoration:none}
a:hover {
    color: #EF7F2B;
   }
.home-mid-section h1{font-size:50px;font-weight:700;}
.home-mid-section h4{font-weight:700;margin-bottom:1px;}
.as-seen-section h4{font-size:30px;font-weight:700;}
#owl-quote3 .owl-item.active {-webkit-transform: scale(0.9);transform: scale(0.9);opacity: 0.2;}
.home-form-bottom {
    background-color: #Ffffff;
    padding: 50px;
    border-radius: 30px;
}
.home-form {
    padding: 50px;
    border-radius: 30px;
}
.orange-section h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.orange-section h2 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
.orange-section h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.home-form-bottom h1 {
    color: var(--black);
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}
.home-form-bottom h2 {
    color: var(--black);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
.home-form-bottom h3{ color: var(--black);font-size: 24px;
    font-weight: 500;}
.content-right-about h3 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px;
}
.home-mid-section h1 {
    font-size: 50px;
    font-weight: 700 !important;
}
.content-card-about img {
    width: auto !important;
    height: 93px !important;
    margin-right: 10px;
}
.casestudy-section h3{font-weight:700;}
.casestudy-section h4{background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-top: -33px;
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.5;}
.quote3-left-border {
    border-left: 4px solid #ef7f2b !important;
    padding-left: 10px !important;
}
.casestudy-section p{font-size: 18px;line-height: 1.5;}
.quote-mid-numbers3 h3 {
    text-align: left;
    font-size: 50px !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin-top: -10px !important;
}
.case-numbers{border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbd9d9;
    padding: 0px 50px;}
.case-numbers-mid{
    padding: 0px 50px;}
.home-top-form h1 {
    color: var(--black);
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
}
.digital-button {
    background: #efefef4f !important;
    width: calc(100% - 40px);
    bottom: -41px !important;
    padding: 10px;
    margin-left: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    --shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgb(0 0 0 / 16%) 0px 15px 12px;
    box-shadow: var(--shadow);
}
.accordion-body a {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    color: #ef7f2b;
    font-size: 16px;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
 
       border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
     line-height: 40px;
    background-color: #f2f2f2;
    border-radius: 4px;
    font-size: 16px;
    color: #797979;
    font-weight: 700;
    padding:10px 10px 10px 20px;
    
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ef7f2b;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ef7f2b;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: var(--bs-accordion-btn-icon-transform)
}
.wp-paginate{padding:30px 0px 60px 0px !important;}
.wp-paginate .prev, .wp-paginate .next {
    border: 0px solid #ccc;
	background: #fff;
}
.wp-paginate a {
    background: #F8F9FB;
    border: 0px solid #ccc;
    color: #666;
    margin-right: 4px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
}
.wp-paginate .current {
    color: #fff;
    background: #ef7f2b;
    border: 0px solid #ccc;
    margin-right: 4px;
    padding: 4px 8px;
}
.wp-paginate.font-inherit {
    font-family: inherit;
    text-align: center;
}

.blog-meta{margin-bottom:10px;font-size:14px;}
.home-blog a {
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    text-decoration: none;
    line-height: 1.2;
}
#blog_box:hover {
    background-color: #fff;
    min-height: 625px !important;
    max-height: 625px !important;
    border: 1px solid #EF7F2B;
    border-radius: 30px;
box-shadow: -1px 0px 16px 5px #ef7f2b30;
}
#digital-container {
    background-color: #fff;
    border-radius: 15px !important;
    min-height: 160px;
    --shadow: rgba(0, 0, 0, 0.3) 0px 0px 50px, rgb(0 0 0 / 16%) 0px 0px 2px;
    box-shadow: var(--shadow);
    counter-increment: item;
    display: flex
;
    padding: 30px;
    align-items: center;
    position: relative;
}
#digital-container:hover {
     border: 1px solid #EF7F2B;
   box-shadow: -1px 0px 16px 5px #ef7f2b30;
}
.blog-cta{margin:auto;}

#digitalbutton {
        background: #efefef4f !important;
    width: calc(100% - 40px);
    bottom: -41px !important;
    padding: 10px;
    margin-left: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    --shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgb(0 0 0 / 16%) 0px 15px 12px;
    box-shadow: var(--shadow);
}
#digitalbutton:hover {background:#000 !important;color:#fff !important;}
#digital-container li {
    line-height: 20px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/li-icon.png) !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #50565c;
}
#digital-container ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.blog-cta h2{font-size: 36px !important;
    font-weight: 700;}
.blog-cta h3{font-size: 24px !important;
    font-weight: 700;}
.blog-quote{margin-top:40px;}
.blog-cta a {
    background: #EF7F2B;
    padding: 15px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    text-decoration: none;
}
#authorboxcontent{margin-bottom:10px;}
#authorboxcontent h4{margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #2C2C2C !important;}
.breadcrumb {
    padding: 0px 15px;
    margin-bottom: 20px;
    list-style: none;
   border-radius: 4px;
	margin-top: 20px;
}
.breadcrumb a{text-decoration:none;}
#authorboxcontent img {
    border-radius: 30px;
    border: 2px solid #ef7f2b;
}
.right-container{padding-left:1%;position:relative;}

#sidebar{margin-top:50px;}
.blog-about {
    background: #F1F4F6;
    border-radius: 30px;
    padding: 30px 30px 30px 30px !important;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.blog-about h2{font-size: 26px !important;
    margin-bottom: 20px !important;}
.blog-about p{font-size:18px;}
.sidebar-layout h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}
div.parent { 
    
    display : table;
   width   : 100%;
  /* you can change/remove margin */
    margin   :5px 0; 
  }
div.text { 
    vertical-align: top;
    display: table-cell;
    text-align: left;
}
div.parent .img {
    vertical-align: top;
    display: table-cell;
    padding-right: 20px;
    width: 140px;
}
div.img img { 
    width           : 100%;
   vertical-align   : middle;
	border-radius: 15px
}
.show_popular ul{list-style:none;padding-left: 0px;
    margin-left: 0px;}
.show_popular a{font-size: 20px;
    text-decoration: none !important;
	font-weight: 700;}

.show_popular li{margin-bottom: 20px;}
.show_popular hr {
    margin: 10px 0;
    border: 0;
    border-top: 4px solid;
    opacity: 1;
    color: var(--black) !important;
    width: 30px;
}
.side-blog-button a {
    font-size: 14px !important;
    font-weight: 500 !important;
    /* color: grey; */
    text-decoration: none;
}
.blog-sneak{margin-bottom:50px;}
.search-form-container {
    -webkit-border-radius: 6px;
    border: 1px solid #909090;
    background: #909090;
    padding: 0px;
    margin-bottom: 50px;
}
.blog-meta{margin-bottom:15px;}

.blog-cta-line{position:relative;}
.blog-cta-line::after {
    content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/cta-line.png);
    position: absolute;
   bottom:11px;
	left:-12px;
  width: 100%;
		overflow:hidden;
}
.blog-cta {
    padding-top: 10%;
    padding-left: 30px;
}
.rt-related::before{content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/related-icon.png);
    vertical-align: middle;
	padding-right:10px;
}
.rt-share::before{content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/share-1.png);
    vertical-align: middle;
	padding-right:10px;
}
.related-block{padding-bottom:80px;}
#shareblock{display:flex;justify-content: space-between !important;
    align-items: center;padding:30px 0px;
}
#shareblock h4{font-size:20px;font-weight:700;margin-bottom:0px;}
#relatedblock{display:flex;justify-content: space-between !important;
    align-items: center;padding:30px 0px;
}
#relatedblock h5 {
    font-size: 30px;
    font-weight: 700;
       margin-bottom: 0px;
}
 #relatedblock a {   padding: 10px 30px;
    background: #F1F4F6;
    text-decoration: none;
    font-weight: 500;
	 border-radius: 10px;}
#blog-box-single {
    background-color: #fff;
    min-height: 575px !important;
    max-height: 575px !important;
      border-radius: 30px;
box-shadow: 1px 6px 16px 9px #e5e5e566 !important;
}
#authorboxcontent{padding: 40px;
    background-color: #F8F9FB;
    border-radius: 30px;}
.author_decription{padding-top:20px;}
.st-btn {padding: 0px 5px !important;}
.st-btn > img {
    display: inline-block;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    top: 12px;
    vertical-align: top;
}
.blog-sneak {
    position: relative;
    border-radius: 30px;
    height: 500px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/sneak-1.png);
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
#authortopcontent{}
#authortopcontent h4 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #2C2C2C !important;
}
#authortopcontent img {
    border-radius: 30px;
    border: 2px solid #ef7f2b;
}
.right-container {
    width: 50vw;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
	float: left;
}
.content-card-orange {
    display: flex;
    align-items: center;
    justify-content: left;
	color:#fff;
	}
.content-card-orange h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
	color:#fff
}
.content-card-orange img {
    width: auto !important;
    height: 93px !important;
    margin-right: 10px;
}
.content-card-orange p {
  
	color:#fff
}
.content-card-seo {
    display: flex;
    align-items: center;
    justify-content: left;
		}
.content-card-seo h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
	color:#000;
}
.content-card-seo img {
    width: auto !important;
    margin-right: 20px;
}
.content-right-seo{padding-left:20px;}
.seo-col{
  width: 33.3% !important;;
  flex-basis: 33.3% !important;
  flex-grow: 1;
  padding: 10px;
  }
.seo-col h3{color:var(--primary-color);font-size:36px;font-weight:700;}
.white-background{background:#fff;padding:30px;border-radius:30px;}
.full-row{width:100%;display:flex;flex-basis: 0;margin-bottom:50px;}
.seo-top h2{font-size:40px; font-weight:700;text-align:center;}
.seo-top h3{font-size:28px; font-weight:600;text-align:center;}
.seo-top{margin-bottom:30px;}
.home-mid-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
}
.home-mid-section h5 {font-size:20px}
.seo4-section h1{color:var(--primary-color);font-size:32px;font-weight:700;text-align:center;margin-bottom:30px;}
.seo4-section img{margin-bottom:30px;}
.seo2-section img{margin-bottom:30px;height:51px; width:auto;}
.seo2-section h2{font-size:18px;font-weight:700;}
.seo-section{padding:50px;text-align:center;margin-bottom:100px;height:700px;
    background-image: url(https://ignitedigital.com/wp-content/uploads/2024/12/seo-3.png);
    background-repeat: no-repeat;
    height: 700px;
    background-position: bottom center;border-radius:30px;}
.seo-section h1{font-size:40px;font-weight:700;color:#fff;}
.seo-section p{color:#fff;}
.seo4-section h2{font-size:20px;font-weight:700;}
.seo-section2{padding:50px;text-align:center;margin-bottom:100px;height:700px;
    background-image: url(https://ignitedigital.com/wp-content/uploads/2024/12/seo-2.png);
    background-repeat: no-repeat;
    height: 700px;
    background-position: bottom center;border-radius:30px;}
.seo-section2 h1{font-size:40px;font-weight:700;color:#fff;}
.seo-section2 p{color:#fff;}
.seo-section3{padding:50px;text-align:center;margin-bottom:100px;height:700px;
    background-image: url(https://ignitedigital.com/wp-content/uploads/2024/12/seo-1-1.png);
    background-repeat: no-repeat;
    height: 700px;
    background-position: bottom center;border-radius:30px;}
.seo-section3 h1{font-size:40px;font-weight:700;color:#fff;}
.seo-section3 p{color:#fff;}
.seo-mid-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
	margin-bottom: 20px;
}
.seo-mid-section h3 {font-size:20px}
.seo-mid-section a{background:var(--primary-color);padding:10px 20px;color:#fff;text-decoration:none;border-radius:10px;}
.sp-seo-container h3 {
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
    margin-bottom: 30px;
}
.sp-seo-container img {
     margin-bottom: 30px;
}
.sp-seo-container li {
    line-height: 20px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/li-icon.png) !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #50565c;
}
.sp-seo-container ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.sp-seo-container h5{font-size:16px;font-weight:600;margin-bottom:10px;}
.blog-cta-container a:hover{color:var(--black);}
.cta-link{}
.cta-link h6{font-size:17px;color:#DC3545;font-weight:600;background-image: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/red-arrow.png);
    background-position:100% 49%;
    background-repeat: no-repeat;
    bottom: 20px;padding-right:40px;    text-transform: capitalize;}

.cta-seo h3{font-weight:700;;}
.orange-cta-img img{border-bottom-right-radius:30px;border-top-right-radius:30px;}
.orange-cta{border-radius:30px;}
.orange-cta h2{color:#fff;font-weight:700;margin-top:30px;}
.orange-cta img{width:500px;}
.top-menu ul{list-style: none;
    padding-inline-start: 0px;
    margin-left: 0px;}
.picture-cards-top{display:flex}
.picture-content-top {
    padding: 0px 10px;
}
.picture-content-top p{
   margin-bottom:0px !important
}
.seo-black-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.seo-black-section p {
     color: #fff;
 }
.seo-black-section a {
    background: var(--primary-color);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
.smm-section h2{font-size:18px;font-weight:600;}
.to-stat-section h3{font-size:40px;font-weight:700;position:relative}
.to-stat-section h4{font-size:24px;font-weight:700;position:relative}
.to-stat-section h5{font-size:18px;font-weight:700;position:relative}
.to-stat-section h6 span{font-size:30px;font-weight:700;background:var(--primary-color);color:#fff;padding:5px 20px;border-radius:10px}
.to-stat-section p{font-weight:600;}
.to-stat-section h3::after {
    content: url(https://ignitedigital.com/wp-content/uploads/2024/12/Toronto_SEO.png);
    position: absolute;
    right: 0 !important;
    top: 30px;
    width: 135px;
    height: 130px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/Toronto_SEO.png);
    background-repeat: no-repeat;
}
.to-orange-section{color:#fff;}
.to-orange-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
    margin-bottom: 20px;
}
.to-orange-section h3{background:#fff;border-radius:10px;padding:10px;font-size:20px;color:#000;font-weight:700;text-align:center;}
.to-orange-section p{color:#fff;}
.to-mid-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
    margin-bottom: 20px;
}
.to-mid-section h3{font-weight: 500;
    font-size: 30px;
    color: var(--black);
    margin-bottom: 20px;}
.to-mid-section h4{font-weight: 700;
    font-size: 36px;
    color: var(--black);
   }
.sp-step img {
    height: 70px;
    width: auto;
}
.to-bottom-section h2 {
    font-weight: 700;
    font-size: 50px;
    color: var(--black);
    margin-bottom: 20px;
}
.to-bottom-section h3 {padding-left:60px;position:relative;font-size:30px;}
.to-bottom-section h3::before {
    content: "";
    position: absolute;
    left: 0 !important;
    top: 10px;
    width: 135px;
    height: 130px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/Toronto_SEO-grey.png);
    background-repeat: no-repeat;
}
.to-bottom-grey{padding:30px;}
.to-bottom-grey h3 {position:relative;font-size:30px;font-weight:700}
.to-bottom-grey h4 {font-size:18px;font-weight:700}
.home-blog-button a{font-size:16px;color:#2C2C2C;font-weight:600;}
.word-block4{display:flex;align-items: center;}
.word-block4 img{width:auto;height:61px;}
.word-block4 h4{font-size:16px;margin-left:15px;font-weight:600;}
.wp3-section img{   margin-bottom: 10px;
    height: 51px;
    width: auto;
}
.wp3-section h2 {
    font-size: 18px;
    font-weight: 700;
}
.mid-section-li h5{font-size:20px;font-weight:700;color:#000;margin-bottom:15px;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  color: #666;
  font-family: inherit;
  font-size: 16px;
  display: block;
  float: left;
  clear: none;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
	margin-bottom:40px;
	font-weight:500;
}
.gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    color: #666;
    border: 1px solid #666;
    border-radius: 10px;
}
.digital-button a:hover {
    color: orange;
    text-decoration: none;
}
.digitalbutton:hover {
    background: #000 !important;
    color: #ef7f2b !important;
}
.footer-widget-menu ul{list-style:none;padding-left:0px;margin: 0 ;}
.digital-button a:hover::after {
    content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/round-orange-arrow2.png);
    position: absolute;
    left: 100px !important;
    top: 10px;
    width: 17px;
    height: 18px;
   
}
.digital-button:hover a {
  color: #EF7F2B;
}
.digital-button:hover a::after {
    content: url(https://ignitedigital.com/wp-content/uploads/2025/01/learn-after-hover.png);
    position: absolute;
    left: 100px !important;
    top: 10px;
    width: 17px;
    height: 18px;
    background: url(https://ignitedigital.com/wp-content/uploads/2025/01/learn-after-hover.png);
    background-repeat: no-repeat;
}
.top-menu ul li{
      margin-bottom: 15px;
}
ul .sub-menu{
      margin-left: 15px;
}
.blog-cta-sticky {
    position: sticky;
    border-radius: 30px;
    height: 500px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/sneak-1.png);
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog_img{padding-top:20px;}
.lp-top-form h1 {
      margin-bottom: 20px;
}
.lp-top-form h2 {
      margin-bottom: 20px;
}
.lp-top-form h3 {
      margin-bottom: 20px;
}
.lp-top-form h4 {
      margin-bottom: 20px;
}
.lp-top-form h1 {
    color: var(--black);
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}
.lp-top-form h2 {
    color: var(--black);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}
.lp-top-form h3 {
    font-size: 20px;
    font-weight: 500;
}
.content-card-lp {
    display: flex
;
    align-items: center;
    justify-content: left;
}
.content-card-lp img {
      
    margin-right: 10px;
}
.content-right-lp p{margin-bottom:0px;}
.content-right-lp h3{font-size:18px;font-weight:700;margin-bottom:0px;}
body #gform_wrapper_1 input#input_1_1 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-name.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
	border: 1px solid #ffffff;
        
}
body #gform_wrapper_1 input#input_1_2 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-name.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_1 input#input_1_14 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-email.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_1 input#input_1_7 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-phone.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;      
}
body #gform_wrapper_1 input#input_1_3 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-company.png");
    background-repeat: no-repeat;
    background-position: 98% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_3 input#input_3_1 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-name.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_3 input#input_3_2 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-name.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_3 input#input_3_14 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-email.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_3 input#input_3_7 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-phone.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_3 input#input_3_3 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-company.png");
    background-repeat: no-repeat;
    background-position: 98% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
.services-box
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.service
{
  margin: 8px;
	width:100%;

}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 300px;
  border: 1px solid #f1f1f1;  
  border-radius: 30px;
  perspective: 1000px;
		--shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: var(--shadow);
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 30px;
}

.flip-box-front img
{
  height: 72px;
  width: 72px;
	margin-bottom:20px;
}
.flip-box-front h5
{
  font-weight:600;
}

.flip-box-back {
  background-color: #383838;
  color: #fff;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}
.flip-box-back p{
    color: #fff;
  }
.flip-box-back a{
    color: var(--primary-color);
	position:relative;
  }
.flip-box-back a::after {
    content: url(https://ignitedigital.com/wp-content/uploads/2025/01/ArrowRightOutline-1.png);
    position: absolute;
    right: -35px !important;
    top: 0px;
    width: 35px;
    height: 35px;
   
}
#copyfooterwrap{background-color:var(--primary-color);
padding-top:15px;color:#fff;}
#menu-footer-privacy ul{display:inline;}
.footer-privacy-location li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    height: 12px;
    width: 1px;
    background-color: #ddd;
}
.footer-privacy-location :last-child:after{
  content: "";
    position: absolute;
    right: 0;
    top: 7px;
    height: 12px;
    width: 0px;
    background-color: #ddd;
}
.footer-privacy-location li {
    display: block;
    float: left;
    padding: 0 10px;
    padding-left: 10px;
    position: relative;
}
.footer-privacy-location li a {
    font-size: 14px;
    color: #fff !important;
    font-weight: 400;
   text-decoration: none;
    
}
.home-blog-button a {
    font-size: 14px !important;
    color: #2C2C2C;
    font-weight: 400 !important;
}
.home-blog-button a:hover {
    font-size: 14px !important;
    color: var(--primary-color);
    font-weight: 400 !important;
}
#blog_box{margin-bottom:30px;}
.blog-link {
    background: var(--primary-color);
    padding: 10px 30px;
    border-radius: 10px;
	width: 250px;
   margin: auto;
}
.blog-link a{font-size:14px;color: #fff;}
.single-author-block{display:flex;
    background-color: #f7f7f7;
    padding: 30px;border-radius:15px;align-items:center;}
.footer-cta {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.form-section{    width: 60%;
    margin: auto !important;
    padding-bottom: 50px;}
.discount-container {
   background-image: url(https://ignitedigital.com/wp-content/uploads/2025/03/discount-top.png);
    background-position: center center;
    background-size: contain;
    padding: 30px;
    background-repeat: no-repeat;
    position:relative;
}
.custom-head3{font-size:30px;
font-weight:700;    line-height: 36px;}
.custom-head4{font-size:24px;
font-weight:500}
.custom-head5{font-size:18px;
font-weight:700}
.custom-head6{font-size:30px;
font-weight:800}
.titleh2-black{text-align: center; font-weight:800;font-size:40px;color:var(--black) !important;}
.titleh2-black36{text-align: center; font-weight:800;font-size:36px;color:var(--black);}
.titleh2-orange{text-align: center; font-weight:800;font-size:40px;
	color:var(--primary-color) !important;}
.orange-sectionh1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
	line-height: 56px;
}
.orange-sectionh2 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
.orange-sectionh3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.home-form-bottomh2 {
    color: var(--black);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
.home-top-formh2 {
    color: var(--black);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}
.discount-container h2{font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;}
.discount-text h1{    color: #0f0f0f;
    font-size: 50px;
    font-weight: 900;
    text-align: center;}
.discount-container h1::after {
    content: "";
    position: absolute;
    left: 90% !important;
    top: 200px;
    width: 135px;
    height: 130px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/home-arrow.png);
    background-repeat: no-repeat;
}
.blog-link:hover {
    background: var(--black);
    padding: 10px 30px;
    border-radius: 10px;
    width: 200px;
    margin: auto;
}
#gform_submit_button_4:hover {
    background-color: var(--black);
    margin-left: -20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.blog-cta a:hover {
    background: var(--black);
    padding: 15px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    text-decoration: none;
}
.seo-black-section a:hover {
    background: var(--black);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
.seo-mid-section a:hover {
    background: var(--black);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
.quote-mid2 a:hover {
    padding: 10px 20px;
    background: var(--black);
    color: #fff;
    border-radius: 10px;
}
.wp-paginate a {
    background: #F8F9FB;
    border: 1px solid #F8F9FB;
    color: #666;
    margin-right: 4px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
}
.wp-paginate a:hover {
     background: #ef7f2b;
    border: 1px solid #ef7f2b;
    color: #fff;
    margin-right: 4px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
}
.wp-paginate .current {
    color: #fff;
    background: #ef7f2b;
    border: 1px solid #ef7f2b;
    margin-right: 4px;
    padding: 4px 8px;
}

a{text-decoration:none;}
a :visited{
    color: #2C2C2C !important;
    text-decoration: none;
}
.quote-form-box3 {
	background: #F8F9FB !important;
    padding: 30px;
    border-radius: 10px;
   box-shadow: none !important;
}
.quote-form-box3 h2 {
    color: var(--black);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
.quote-form-box3 h3 {
    font-size: 24px;
    font-weight: 500;
}
.quote3-top-logo {
    padding: 30px !important;
    margin-bottom: 30px;
    background: #e0e0e06b;
    border-radius: 10px;
}
.temp-top-form{padding:0px 50px;}
.temp-top-form img{width:100%}
.temp-top-form h1 {
    color: var(--black);
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
}
.temp-top-form h2 {
    color: var(--black);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
   .temp-form h3{font-size: 24px;
    font-weight: 500;}
.temp-form {
	background-color: #F8F9FB;
                padding: 50px;
                border-radius: 30px;
                min-height: 570px;
            }

.to-orange-section {
    color: #fff;
    border-radius: 30px;
}
.seo-container{position: relative;
	 width: 100%;
  padding-top: 51.75%; }
.seo-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.rocket-btn-center{position: relative;
	 width: 60%;
  padding-top: 7%; margin:auto}
.rocket-btn-center img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.rocket-btn{position: relative;
	 width: 60%;
  padding-top: 7%; margin:auto}
.rocket-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.tool-container{position: relative;
	 width: 100%;
  padding-top: 80.75%; }
.tool-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.review-star{position: relative;
	
  width: 100%;
  padding-top: 4.25%; }
.review-star img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 80%;
  object-fit: cover; 
}
.quote3-left-border{position: relative;
	
  width: 100%;
  padding-top: 16.25%; }
.quote3-left-border img {
  position: absolute;
  top: 0;
  left: 5px;
  width: 35%;
  height: 80%;
  object-fit: cover; 
}
.bottom-cta-container{position: relative;
	
  width: 100%;
  padding-top: 44.37%; }

.bottom-cta-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 1px;
    border: 0px solid #fff;
    height: 40px;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    border: 1px solid #ffffff;
    color: #666;
  height: 40px;
    border-radius: 5px;
}
.button {
    font-size: 18px;
    padding: 10px;
    color: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 20px / 50px;
    text-decoration: none;
    transition: all 0.3s ease-out;
    background: var(--primary-color);
    width: 200px;
}
.service-layout .gform_wrapper .gform_footer {
    position: relative;
    right: 0;
    margin: 0px;
    padding: 0;
    text-align: center;
    margin: 16px 0 0 !important;
    padding: 16px 0 10px !important;
    width: 100%;
}
.service-layout .gform_wrapper .gform_footer .gform_button{width:200px;padding:15px 20px;font-size:18px;font-weight:700}
.client-boarding h1{color: var(--black);
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;}
.blog-cta-line::after {
    content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/cta-line.png);
    position: absolute;
    bottom: -5px;
    left: -12px;
    width: 100%;
    overflow: hidden;
}
.blogpost-sidebar-box{position: relative;
	
  width: 100%;
  padding-top: 100%; }

.blogpost-sidebar-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.single-blog-container{position: relative;
	
  width: 100%;
  padding-top: 72.45%; }

.single-blog-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.blogpost-thumbnail-box{position: relative;
	
  width: 100%;
  padding-top: 61.25%; }

.blogpost-thumbnail-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.cta-img-container{position:relative;
	
  width: 135px;
  padding-top: 120px; }

.cta-img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.content-card-testimonial{position: relative;
  }
.content-card-testimonial img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  object-fit: cover; 
}
.content-right-testimonial{margin-left:60px;}
.top-info {
    display: flex
;
    justify-content: flex-end;
    margin-top: 10px;
}
.logo-area{position: relative;
  width: 222px;
  padding-top: 55px;margin-top: 10px; }
.logo-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.to-mid-sectionh2{font-weight: 700;
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;text-align:center;}
.to-mid-sectionh3 {
    font-weight: 500;
    font-size: 30px;
    color: var(--black);
    margin-bottom: 20px;
}
.to-orange-sectionh2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
    margin-bottom: 20px;
	line-height: 48px;
}
.to-orange-sectionh2-white {
    font-weight: 700;
    font-size: 40px;
   color: #ffffff;
    margin-bottom: 20px;
	line-height: 48px;
}
.home-formh3 {
    font-size: 24px;
    font-weight: 500;
}
.seo-city-blockh2 {
    color: #ef7f2b;
    font-size: 60px;
    font-weight: 900;
}
.seo-city-blockh2-black{font-size: 60px;
    font-weight: 900;color: #ef7f2b;
    background: black;
    padding: 20px 10px;
    border-radius: 10px;}
.blog-banner-container{position: relative;
  width: 100% ;
  padding-top: 77%;}
.blog-banner-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.home-top-form h2 {
    color: var(--black);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}
.primary-button
{
    background-color: #E60000;
    color: var(--white) !important;
    padding: 10px 50px;
    text-decoration: none;
  	border-bottom-right-radius: 10px;
	 border-bottom-left-radius: 10px
}
.primary-button:hover {
    background-color: var(--black);
    color: var(--white) !important;
    padding: 10px 50px;
    text-decoration: none;
    border-bottom-right-radius: 10px;
	 border-bottom-left-radius: 10px;
}
.step-icon img{width:100px !important;height:70px;}
.arrow-container {
  position: relative;
  width: 100%;
  padding-top: 16.25%; /* 16:9 Aspect Ratio */
}
.arrow-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.contact-lists li::after {
    content: "";
    position: absolute;
    right: 20% !important;
    top: -10px;
    height: 80px !important;
    width: 0px;
    background-color: #9f9f9f !important;
}
#ebookwrap {
    background-color: #ffffff;
    color: #F8F9FB;
    border-bottom: 0.5px solid white;
    padding-top: 2%;
    padding-bottom: 2%;
}
.ebook-title{margin:20px 0px}
.ebook-title h2 {
    color: var(--black);
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}
.ebook-title h3 {
    color: var(--black);
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}
.ebook-title h5 {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}
.resources a {
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    text-decoration: none;
    line-height: 1.2
}
#formSubmit{
    width: 60%;
    margin: auto !important;
}
.resources hr {
    margin: 10px 0;
    border: 0;
    border-top: 4px solid;
    opacity: 1;
    color: var(--black) !important;
    width: 30px;
}
.learnmore-button-blog {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
}
.learnmore-button-blog a {
    display: inline-block;
     font-size: 17px;
    margin-bottom: 20px;
    bottom: 20px;
    margin-bottom: 0px;
    width: 150PX;
    margin-left: 20px;
	position: absolute;
	 color: #2C2C2C !important;
}
.view-more {margin:30px 0px;text-align:center;}
.view-more a{
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 30px;
    background-color: #9fa1a4 !important;
    color: #fff;
    font-weight: 700;
}
.view-more a:hover{
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 30px;
    background-color: #eb7e42 !important;
    color: #fff;
    font-weight: 700;
}
.request-quote-form .gform_wrapper .gform_footer input.button:hover {
	background-color: #000!important;}
.request-quote-form .gform_wrapper .gform_footer input.button {
    background-color: #eb7e42 !important;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    
    font-size: 24px;
    padding: 15px 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    width: 97%;
    margin-top: 10px;
    border-radius: 10px;
    margin-left: -6px !important;
}
.case-banner h1 {
    color: var(--black);
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}
.case-banner h3 {
    font-size: 48px;
    font-weight: 900;
    color: var(--primary-color);
   
}
.left-container {
    width: 50vw;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    float: right;
}
.case-banner h3:after {
    content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/arrow-up.png);
    display: inline-block;
    text-align: center;
    font-size: 36px;
    margin-left: 5px;
    color: #797979;
}
.case-mid h2 {font-size: 18px;font-weight: 700;color: #ef7f2b;line-height: 30px;margin: 0px;}
.case-mid h3{font-size:40px;font-weight:700;color:#000;margin-top: 10px;}
.learnmore-button-case a {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 6px 20px 6px 0px;
    font-weight: 700;
    font-size: 17px;
    background-position: 93% 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    position: absolute;
    bottom: 20px;
    background-color: #ef7f2b;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    background-color: #ef7f2b;
    margin: 0px 0;
    margin-bottom: 0px;
    text-align: center;
    width: 150PX;
    PADDING: 10PX;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.quote-mid2{margin-top:30px;}
.quote-mid2 a{padding:10px 20px; background:#ef7f2b;color:#fff;border-radius:10px;}
.site-content{padding-top: 40px;}
.header-desktop{z-index:1;background:#fff; }
.main-header1-menu-section {
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.main-header1-menu-section.is-sticky {
	z-index:1050;
    background: #fff;
    box-shadow: rgba(3, 27, 78, .1) 0 2px 4px;
}
.content-right-lp{padding-left:10px;}
.top-link-mobile {
    display: flex
;
    justify-content: center;
    align-items: center !important;
}
.home-form {
    padding: 50px;
    border-radius: 30px;
    min-height: 570px;
}
.quote-link {
    color: #fff !important;
    font-weight: bold;
    text-transform: capitalize;
    width: auto;
    min-width: 150px;
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
    background-color: #ef7f2b !important;
    border-radius: 5px;
    margin: 7px 10px;
}
a {
    color: #2C2C2C;
    text-decoration: none;
}
.custom-html-widget {
    margin-top: 20px;
}
.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #ef7f2b;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.header-section {
    padding: 50px;
    box-shadow: 4px 2px 16px 1px rgb(237 235 235);
    margin-bottom: 30px;
    border-radius: 5px;
    background: #fff;
}
.lp2-banner h1 {
    color: #ef7f2b;
    font-size: 40px;
    font-weight: 500;
}
.subscribe {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
}
input[type="submit"] {
	border: 1px solid;
	border-color: #ef7f2b #ef7f2b #ef7f2b;
	border-radius: 3px;
	background: #ef7f2b;
	color: #fff;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
.socialiconsfooter {
    display: flex
;
    list-style: none;
    padding-left: 0px;
}
.orange-service{background-image: url(https://ignitedigital.com/wp-content/uploads/2025/01/service-orange.png);
    background-position: top center;
    background-size: cover;
    padding: 30px !important;
    border-radius: 30px;
    box-shadow: #ef7f2b4a 0px 15px 25px, #ef7f2b3b 0px 20px 19px 5px !important;}
.picture-footer-cards {
    display: flex;
    margin-top: -20px;
    padding: 1rem;
    MARGIN-BOTTOM: 0PX;
}
.picture-footer-cards img{margin-bottom:0px;}
.destination-footer-pictures {
    width: 35px;
    height: 35px;
}
.picture-footer-content {
    padding: 0 1rem;
}
.destination-footer-title{margin-bottom:0px;}
.picture-footer-content p{margin-bottom:0px}
.picture-footer-content h2{text-transform:capitalize;}

ul .socialiconsfooter{margin:0px;}
.footer-cta ul{margin:0px;}
#frame, #fallbackPlaceholder, iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 30px !important;
}
#frame::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: linear-gradient(180deg, #111 -20%, transparent 90%);
    height: 60px;
    width: 100%;
    z-index: 1;
    border-radius: 30px;
}
.footer-widget-menu li{margin-bottom:10px;}
.industry-box-layout{
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: rgb(93 87 84 / 17%) 1px 1px 20px 0px;
  margin-bottom: 30px;
  min-height: 300px;
  max-height: 300px;
  border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
  background: #fff !important;
}
.industry-box-layout h4 {
    line-height: 18px;
    margin: 20px 0px;
    font-weight: 500;
    font-style: normal;
    color: #e97d2b;
    font-size: 16px;
}
.industry-box-layout h5 {
    font-size: 16px;
    font-weight: 500;
    color: #797979;
    position: absolute;
    bottom: 20px;
}
.city-box-layout h5 {
    font-size: 16px;
    font-weight: 500;
    color: #797979;
    position: absolute;
    bottom: 20px;
}
.city-box-layout {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: rgb(93 87 84 / 17%) 1px 1px 20px 0px;
    min-height: 400px;
    max-height: 400px;
    border-radius: 10px;
    border-radius: 10px;
    padding: 0px;
    text-align: left;
    background: #fff !important;
}
.city-box-layout img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0px 0px;
}
.city-box-layout h4{line-height: 18px;
    font-weight: 500;
    font-style: normal;
    color: #e97d2b;
    font-size: 16px;}
.city-content{padding:5px 15px;}

.bottom-quote {
    padding: 70px;
    background: #f7f8f8;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 100px;
}
.home-top-form h1::after {
    content: "";
    position: absolute;
    left: 100% !important;
    top: 100px;
    width: 135px;
    height: 130px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/home-arrow.png);
    background-repeat: no-repeat;
}
#gform_submit_button_5 {
    display: none;
}
#gform_submit_button_6 {
    display: none;
}
#gform_submit_button_7 {
    display: none;
}
#gform_submit_button_8 {
    display: none;
}
#gform_submit_button_9 {
    display: none;
}
#field_8_4 .gfield_description {
   float: left;
    margin-top: 10px !important;
    width: 20%;
    font-weight: 500;
    padding-left: 20px;
}
#field_8_4 .ginput_container {
    float: left;
    width: 50%;
    padding-bottom: 10px;
    text-align: left,;
}
#field_9_1 .gfield_label, #field_9_2 .gfield_label, #field_9_3 .gfield_label, #field_9_4 .gfield_label {
    float: left;
    padding-top: 15px;
    width: 50%;
    font-weight: 500 !important;
    text-align: left;
}
#field_9_5 .gfield_label {
    float: left;
    padding-top: 15px;
    width: 50%;
    font-weight: 500 !important;
    text-align: left;
}
#field_9_5 .gfield_description {
    float: left;
    margin-top: 10px !important;
    width: 20%;
    font-weight: 500;
    padding-left: 20px;
}
#field_9_5 .ginput_container {
    float: left;
    width: 30%;
    padding-bottom: 10px;
    text-align: left,;
}
#field_9_1 .ginput_container, #field_9_2 .ginput_container, #field_9_3 .ginput_container, #field_9_4 .ginput_container {
    float: left;
    width: 50%;
    padding-bottom: 10px;
    text-align: left,;
}
.tool-link {
    color: #fff !important;
    font-weight: 700;
    text-transform: capitalize;
    width: auto;
    min-width: 150px;
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
    background-color: #ef7f2b !important;
    border-radius: 5px;
    margin: 7px 10px;
    border: 0px solid #ef7f2b !important;
}
.header-section{padding: 50px;
    box-shadow: 4px 2px 16px 1px rgb(237 235 235);
    margin-bottom: 30px;
    border-radius: 5px;background: #fff;}
#google-map-holder img{width:100%}
.form-section input[type=text] {
   font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width:80%;
    height: 40px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #d1d1d1;
    padding: 5px;
}
.form-section input[type=submit]{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 20%;
    height: 40px;
    color: #fff;
    background: #ef7f2b;;
    border-color: #ef7f2b;;
    border: 0px solid #ef7f2b;;
    margin-left: -1%;
    border-radius: 0px 10px 10px 0px;
}
.footer-cta {display: flex; align-items: center;
}
.content-card-testimonial {
    display: flex
;
    align-items: flex-start;
    justify-content: left;
}
.content-card-testimonial img {
      width:50px;
    margin-right: 15px;margin-top: 10px;
}
.blog-link {
    background: var(--primary-color);
    padding: 10px 30px;
    border-radius: 10px;
	width: 200px;
   margin: auto;
}
.blog-link a {
    font-size: 14px;
    color: #fff;
}
.form-section {
   width: 100%;
    padding: 50px;
    background: #e9edf0 !important;
    border-radius: 10px;
}
.service-menu-cta{background-image: url(https://ignitedigital.com/wp-content/uploads/2025/01/menu-banner.png);
    background-position: center center;padding-top:10px;
    background-size: contain;
background-repeat:no-repeat;}
.content-right-testimonial p{margin-bottom:0px;}
.service-menu-cta h2{font-size: 40px;
    font-weight: 700;
    color: #000;
	margin-bottom: 30px;}
.service-menu-cta p{color: #fff;}
.content-right-testimonial h3{font-size: 50px !important;
    font-weight: 800 !important;margin-bottom:0px;}
#copyfooterwrap ul{margin-bottom:30px;margin-left: 0px;padding-left: 0px;}
.bottom-menu{display: flex;
  
    justify-content: end;}
.blog_box img {
    width:100%;
}
.socialiconsfooter li{margin-bottom:0px;}
.word-block4 img {
    width: 60px !important;
    height: 61px !important;
}
.word-block4 h4 {
    font-size: 16px;
    margin-left: 15px;
    font-weight: 500;
    width: 60% !important;
}
.rocket-btn a{text-align:center;}
.blog-cta-bline{border-bottom:2px solid #383838;}
.smm-section{TEXT-ALIGN:center;}
.city-box-layout:hover{background-color: #fff;
    border: 1px solid #EF7F2B;
    border-radius: 10px;
box-shadow: -1px 0px 16px 5px #ef7f2b30;}
.industry-box-layout:hover {background-color: #fff;
    border: 1px solid #EF7F2B;
    border-radius: 10px;
	box-shadow: -1px 0px 16px 5px #ef7f2b30;}
.sp-step img {
    height: 70px;
    width: 70px;
}
.discount-image-top{padding-top:5%;}
.discount-container {
    background-image: url(https://ignitedigital.com/wp-content/uploads/2025/03/discount-top.png);
	
    background-position: center center;
    background-size: contain !important;
    padding: 30px;
    background-repeat: no-repeat;
    position: relative;
}
.single-blog-content{margin-top:-430px;}
#authortopcontent img {
    border-radius: 90px;
    border: 2px solid #ef7f2b;
}
.blog-cta-container{background: url(https://ignitedigital.com/wp-content/uploads/2025/01/blog-top-cta.png);
    display: flex;    
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 10px;    border-radius: 30px;background-position: center right !important;}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: var(--bs-accordion-btn-icon-transform)
}
.image-about img {
	width:100%;
           filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
    }

    .image-about img:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    }
.socialiconsfooter img {
           filter:  brightness(0); /* IE5+ */
      -webkit-filter: brightness(0) ; /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
    }

    .socialiconsfooter img:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    }
.discount-per{display: flex;
   width: 100%;
    justify-content: center;
     }
.discount-per h2{font-size:240px; font-weight:900; color:#fff;margin-bottom:0px;    margin-top: -30px;}
.discount-per h3{font-size:120px; font-weight:900; color:#fff;margin-bottom:0px}
.discount-per h4{font-size:60px; font-weight:900; color:#fff;margin-bottom:0px}
.discount-cta{background-color: #00000082;
    padding: 20px;
    width: 100%;
    border-radius: 10px;}
.discount-cta h4{font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;}
.discount-cta h5{ background-color: red;
    padding: 15px;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
  }
.discount-per-white{display:flex;justify-content: center;}
.discount-cta-white{text-align: center;}
.discount-per-white h2{font-size:200px; font-weight:900; margin-bottom:0px; margin-top: -30px;color:#FF0000;}
.discount-per-white h3{font-size:100px; font-weight:900; margin-bottom:0px;color:#FF0000;}
.discount-per-white h4{font-size:50px; font-weight:900; margin-bottom:0px;text-transform: uppercase;}
.discount-flex h4{font-size:50px; font-weight:900; margin-bottom:0px;text-transform: uppercase;}
.discount-cta-white h4{ 
    padding: 15px;
    border-radius: 30px;
    color: var(--text-color);
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
margin-top:-30px;}
.discount-row{display:flex;align-items: center;}
.discount-col-left{width:35%}
.discount-col-right{width:65%}
.btn-hover.color-2 {
    background-image: linear-gradient(to right, #d9611f, #f09957);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);border: none;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 24px;
    width: auto;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-hover.color-3 {
       background-color: #eaa277 !important;
    padding: 15px 30px;
    border-radius: 30px;
    color: #000;
    font-size: 24px;
    width: auto;
    font-weight: 700;
    text-transform: uppercase;
}
.cta-white{text-align:center;position:absolute;bottom:0;}
.cta-white a{background: black;
    color: #fff;
    padding: 20px 5%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;}
.discount-2 h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
   
}
.discount-2 ul {
    margin-top: 0;
    margin-bottom: 50px;
    list-style: none;
    padding: 0 0px;
	    margin-left: 0px;
}
.discount-2 li {
    line-height: 21px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/li-icon.png) !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
   
}
.seo-city-block h2{color: #ef7f2b; font-size: 60px; font-weight: 900;}
.cta-white2{}
.cta-white2 a{background: black;
    color: #fff;
    padding: 20px 40px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;}
.discount-cta-orange{text-align: center;}
.discount-per-orange h2{font-size:200px; font-weight:900; margin-bottom:0px; margin-top: -30px;color: #fff !important;
      text-shadow: -1px -1px 0 #111, 1px -1px 0 #111, -1px 1px 0 #111, 1px 1px 0 #111;}
.discount-per-orange h3{font-size:100px; font-weight:900; margin-bottom:0px;color: #fff !important;
      text-shadow: -1px -1px 0 #111, 1px -1px 0 #111, -1px 1px 0 #111, 1px 1px 0 #111;}
.discount-per-orange h4{font-size:50px; font-weight:900; margin-bottom:0px;text-transform: uppercase;}

.discount-cta-orange h4{ 
    padding: 15px;
    border-radius: 30px;
    color: var(--text-color);
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
margin-top:-30px;}
.discount-per-orange{display:flex;align-items: center;}
.grey-block-image img{border-top-right-radius: 30px;border-bottom-right-radius: 30px;}
.btn-hover.color-black{
    background-color: #000;
     border: none;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 24px;
    width: auto;
    font-weight: 700;
    text-transform: uppercase;

}
.btn-hover.color-black-100{
    background-color: #000;
     border: none;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 24px;
    width: auto;
    font-weight: 700;
    text-transform: uppercase;
width:100%;
}
.btn-hover.color-white{
    background-color: #fff;
     border: none;
    padding: 15px 30px;
    border-radius: 30px;
    color: #000;
    font-size: 24px;
    width: auto;
    font-weight: 700;
    text-transform: uppercase;
width:100%;
}
.discount-cta-black {
    text-align: center;
		
}
.cta-black a {
    background: black;
    color: #fff;
    padding: 30px 10%;
    border-radius: 15px;
      font-weight: 700;
    font-size: 28px;
    text-align: center;
}
.discount-title h2{font-size: 60px;
    font-weight: 900;}
.discount-title h3{font-size: 50px;}
.cta-black-2 a {
    background: black;
    color: #fff;
    padding: 20px 10%;
    border-radius: 15px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}
.cta-white a:hover{background:var(--primary-color)}
.cta-black a:hover{background:var(--primary-color)}
.cta-white2 a:hover{background:var(--primary-color)}
.cta-orange{text-align:left;margin-top:50px;}
.cta-orange a {
    background-color: var(--primary-color);
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    width: auto;
    font-weight: 700;
}
.discount-flex{display:flex;
flex-direction:row;align-items:center;}
.discount-flex h4{font-size:35px; font-weight: 900;
    margin-bottom: 0px;
    text-transform: uppercase;}
@media (max-width: 1690px) {
	.blog_img{display:none;}
	.single-blog-content{margin-top:0px;}
}
@media (max-width: 1200px) {
	.discount-per-white h2 {
    font-size: 150px;
    font-weight: 900;
    margin-bottom: 0px;
    margin-top: -30px;
    color: #FF0000;
	}
	.discount-per-white h3 {
    font-size: 80px;
    font-weight: 900;
    margin-bottom: 0px;
    color: #FF0000;
}
.discount-flex h4 {
    font-size: 24px;
   
}}
@media (max-width: 990px) {
	.rocket-btn-center{position: relative;
	 width: 60%;
  padding-top: 6.5%; margin:auto}
.rocket-btn-center img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
	.rocket-btn{position: relative;
	 width: 60%;
  padding-top: 6.5%; margin:auto}
.rocket-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}}
@media (max-width: 991px) {
	.logo-area1{    position: relative;
    width: 222px;
    padding-top: 49px;
    margin-top: 10px;}
	.logo-area1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
	.discount-row {display:block;}
	.discount-col-right {width:100%;}
	.discount-col-left {width:100%;}
}
@media (min-width: 781px) {
	.yes-mobile{display:none !important;}

	}
@media (max-width: 780px) {
.cta-black-2{text-align:center;}
.discount-flex h4 {
     font-weight: 900;
    font-size: 36px;
   
}
	#formSubmit{
    width: 90%;
    margin: auto !important;
}
.cta-orange {
    text-align: center;
    margin-top: 800px;
}
	.discount-container h1::after {display:none;}
	.discount-per-orange {
    display: flex
;
    align-items: center;
    justify-content: center;
}
	.discount-flex {
    display: flex
;
    flex-direction: column !important;
    align-items: center;
}
	.rocket-btn-center{position: relative;
	 width: 65%;
  padding-top: 6.75%; margin:auto}
.rocket-btn-center img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
		.rocket-btn {position: relative;
	 width: 65%;
  padding-top: 6.75%; margin:auto}
.rocket-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
	.sp-seo-container{text-align:center;}
	.sp-seo-container ul {
   text-align:left;
}
	.seo4-section{text-align:center;}
   .home-top-form h1::after {
         content: "";
        position: relative;
        left: 0!important;
        top: 0px;
        width: 0px;
        height: 0px;
        background: none !important;

	}
	.seo-city-block h2{color: #ef7f2b; font-size: 50px; font-weight: 700;}
.seo-mid-section {padding-top: 0px !important;}
	.seo-mid-section h2 {
    font-weight: 700;
    font-size: 30px;
    color: var(--black);
    margin-bottom: 20px;
}
	.to-orange-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
    margin-bottom: 20px;
}
	.blog-cta-bline{border-bottom:0px solid #383838;}
	.no-mobile{display:none !important;}
	.home-top-form h1 {
    color: var(--black);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
	.home-top-form h1 span {
    font-weight: 700;
    color: #ef7f2b;
}
	.home-top-form h4 {
    margin-bottom: 20px;
    font-size: 18px;
}
	.right-container {
    width: 100vw;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    float: left;
}
	.content-card-orange img {
    width: auto !important;
    height: 60px !important;
    margin-right: 10px;
}
	.content-right-orange{margin-left: 10px;}
	.picture-footer-cards {
       justify-content: center;
}
.footer-right-sec {margin-bottom:30px;}
	.socialiconsfooter {
    display: flex
;
    list-style: none;
    justify-content: center;
}
	.prefooterwrap{text-align:center;}
	.blog-cta-line::after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: -12px;
    width: 100%;
    overflow: hidden;
}
	.orange-section img {
   display:none;
}
	.picture-footer-cards {
		display: block;}
.footer-cta{display:block;}}
@media (max-width: 767px){
	.bottom-menu{display: flex;
   justify-content: center;}
	#copyfooterwrap{text-align:center;}
	.home-form h2{color:var(--primary-color);font-weight: 700;}
	.site-content{padding-top: 0px;}
	.city-box-layout {
 
    min-height: 670px;
    max-height: 670px;
    
}
	.left-container {
    width: 100vw;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    float: none;
}
	.logo-area img {
		position: relative !important;width: 222px !important;padding-top: 9px !important;}
}
@media (max-width: 700px) {.city-box-layout {
 
    min-height: 600px;
    max-height: 600px;
    
	}
.rocket-btn-center{position: relative;
	 width: 75%;
  padding-top: 8%; margin:auto}
.rocket-btn-center img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.rocket-btn{position: relative;
	 width: 75%;
  padding-top: 8%; margin:auto}
.rocket-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}}
@media (max-width: 620px) {
	.discount-image-top {
    padding-top: 8% !important;
}
}
@media (max-width: 600px) {
		#formSubmit{
    width:100%;
    margin: 10px !important;
}
	.form-section {
    width: 100%;
    padding: 10px;
    background: #e9edf0 !important;
    border-radius: 10px;
}
	.discount-container {
    background-image: url(https://ignitedigital.com/wp-content/uploads/2025/03/discount-top.png);
    background-position: center center;
    background-size: cover !important;
    padding: 30px;
    background-repeat: no-repeat;
    position: relative;
}
	.discount-per h4 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0px;
    margin-top: -20px;
}
	.discount-per h3 {
    font-size: 110px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0px;
}
	.discount-per h2 {
    font-size: 200px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0px;
    margin-top: -30px;
}
	.cta-black a {
       font-size: 20px;
	}
	.cta-white2 a {
    padding: 20px 5%;
    font-size: 20px;
   }
	.cta-white a {font-size: 18px;
	}
	.cta-black-2 a {
    padding: 20px 5%;
    font-size: 20px;
  }

	.rocket-btn-center{position: relative;
	 width: 90%;
  padding-top: 9.5%; margin:auto}
.rocket-btn-center img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
	.rocket-btn{position: relative;
	 width: 90%;
  padding-top: 9.5%; margin:auto}
.rocket-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
	.seo2-section{text-align:center;}
	.seo2-section img {margin-bottom:10px;}
	.seo-section {
		padding: 20px;}
	.seo-section2 {
		padding: 20px;}
		.seo-section3 {
		padding: 20px;}
	.content-card-orange {
    display: block;
    text-align: center;
       color: #fff;
	}
	.temp-form {
    background-color: #F8F9FB;
    padding: 10px;
    border-radius: 30px;
    min-height: 570px;
		}
	.temp-top-form {
    padding: 15px;
}
.city-box-layout {
 
    min-height: 470px;
    max-height: 470px;
    
}}
@media (max-width: 1043px) {
.blog-cta-line::after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: -12px;
    width: 100%;
    overflow: hidden;
	}
	#blog-box-single{margin-bottom:30px;}}
@media (max-width: 620px) {
	.discount-image-top {
    padding-top: 15% !important;
}
}
@media (max-width: 477px)  { 
#relatedblock h5 {
    font-size: 20px;
    font-weight: 700;
    ;
}
	.discount-image-top {
    padding-top: 50% !important;
}
#relatedblock a {
    padding: 10px 20px;
    background: #F1F4F6;
    text-decoration: none;
    font-weight: 500;
    border-radius: 10px;
}}
#breadcrumbs p{color:#fff;margin-bottom:0px;}
#breadcrumbs a{color:#fff;}
.menu-title h2{font-size: 14px;
    font-weight: 500;
    color: var(--black);text-decoration: underline;
   text-underline-offset: 10px;MARGIN-BOTTOM:15PX;}
.main__img-container {
  margin: 0 auto;
  display: flex;
  padding-top: 50px;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.main__img-container svg:nth-child(2) {
  margin: 0 auto;
  overflow: visible;
  position: absolute;
  bottom: 0;
  z-index: 3
}

.main .img__clouds--group .cloud2_group {
  margin-bottom: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  display: flex;
  justify-content: center
}

.main .img__clouds--group .cloud2_group svg {
  overflow: visible
}

.main .img__clouds--group .cloud1_group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1
}

.main .img__clouds--group .cloud1_group svg {
  overflow: visible
}

.gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    color: #666;
    border: 1px solid #fff;
    border-radius: 10px;
}



svg{width:auto;
height:auto;}
.tool-link {
    color: #fff !important;
    font-weight: 700;
    text-transform: unset !important;
    width: auto;
    min-width: 150px;
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
    background-color: #ef7f2b !important;
    border-radius: 5px;
    margin: 7px 10px;
    border: 0px solid #ef7f2b !important;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
  }
#playButton {
    width: 68px;
    height: 48px;
     background-color: rgba(0, 0, 0, 0.5);
	    background-image: url(https://ignitedigital.com/wp-content/uploads/2025/02/quote3.png) !important;
   
    z-index: 1;
    border: 0;
    border-radius: inherit;
}
.sp-step p{margin-bottom:0px;}
.award-single {
    margin: 20px;
    padding: 20px;
    background: #f9f9f9;
}
.single-award-banner{text-align:center;}
.award-title {
   font-size: 60px !important;
    color: var(--text-color);
}

.award-thumbnail {
    margin: 30px 0px;
}

.award-content {
    font-size: 1.2em;
    color: #555;
}

.award-meta {
    margin-top: 20px;
    font-size: 1.1em;
}
#owl-award .owl-carousel button.owl-dot {
     display: none;
}
.rt-author::before {
    content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/author.png);
    vertical-align: middle;
}
.blog-article{position:relative;}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
    width: fit-content;
}
/* Hide the carousel before it is initialized */
#owl-award {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
}

/* Make the carousel visible once it is loaded */
#owl-award.owl-loaded {
    opacity: 1;
    visibility: visible;
}
.blog-meta a{font-size:14px;font-weight:400;color: #50565c;}
.ignite-orange {
            color: #FF5F00;
        }
        .bg-ignite-orange {
            background-color: #FF5F00;
        }
        .hover-ignite-orange:hover {
            color: #dd5300;
        }
.ignite-orange {
            color: #f96d00;
        }
        .bg-ignite-orange {
            background-color: #f96d00;
        }
        .border-ignite-orange {
            border-color: #f96d00;
        }
        .ignite-gray {
            color: #4a4a4a;
        }
        .bg-ignite-gray-light {
            background-color: #f4f4f4;
        }
.custom-card {
  max-width: 800px;
  margin: 40px auto;
  background: #ffffff;
  border-top: 8px solid #f97316; /* Ignite orange */
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.custom-card-content {
  padding: 32px;
}

.custom-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 8px;
}

.custom-subtitle {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 32px;
}

.custom-table-wrapper {
  overflow-x: auto;
}

.custom-table1 {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #333;
}

.custom-table1 thead {
  background-color: #f3f4f6; /* Light gray */
}

.custom-table1 th,
.custom-table1 td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
}

.custom-table1 th {
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}

.custom-table1 td a {
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
}

.custom-table1 td a:hover {
  color: #f97316;
}

.custom-table1 tbody tr:hover {
  background-color: #fff7ed; /* subtle orange hover */
}

.alt-row {
  background-color: #f8f9fa;
}

/* Container and title (optional) */
.custom-table-container {
  max-width: 960px;
  margin: 40px auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.custom-table-header {
  padding: 24px;
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.custom-table-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

.custom-table-subtitle {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}
.section-box {
  max-width: 960px;
  margin: 40px auto;
  background: #ffffff;
  border-top: 8px solid #f97316; /* Ignite orange */
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.section-content {
  padding: 32px;
}

/* Section title */
.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  margin-bottom: 24px;
}

/* List styling */
.custom-list {
  list-style: disc inside;
  color: #374151;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 0;
  margin: 0;
}

.custom-list li {
  margin-bottom: 16px;
	list-style: none;
}
/* Container */
.custom-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
}

/* Title */
.custom-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 32px;
}

.ignite-orange {
  color: #f97316; /* Customize if different */
}

/* Table Styles */
.custom-table-wrapper {
  overflow-x: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.custom-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.custom-data-table thead {
  background-color: #f97316;
  color: #fff;
  text-transform: uppercase;
}

.custom-data-table th,
.custom-data-table td {
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
}

.custom-data-table td a {
  font-weight: 500;
  color: #1f2937;
  text-decoration: none;
}

.custom-data-table td a:hover {
  color:#f97316;
}

.custom-data-table tbody tr:hover {
  background-color: #fff7ed;
}

.text-center {
  text-align: center;
}

/* Reusable table styles */
.custom-table-wrapper {
  overflow-x: auto;
}

.custom-data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

.custom-data-table thead {
  background-color: #f3f4f6;
  color: #1f2937;
}

.custom-data-table th,
.custom-data-table td {
  padding: 16px 24px;
  text-align: left;
  font-size: 16px;
  border-top: 1px solid #e5e7eb;
}

.custom-data-table tbody tr:hover {
  background-color: #fff7ed; /* subtle orange tint on hover */
}
/* Table styles (reusable) */
.custom-table-wrapper {
  overflow-x: auto;
}

.custom-data-table {
  width: 100%;
  border-collapse: collapse;
}

.custom-data-table thead {
  background-color: #f97316; /* Ignite Digital orange */
  color: #fff;
}

.custom-data-table th,
.custom-data-table td {
  padding: 16px 24px;
  text-align: left;
  font-size: 16px;
}

.custom-data-table tbody tr {
  border-top: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}

.custom-data-table tbody tr:hover {
  background-color: #f3f4f6;
}


.swot-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.swot-header {
  text-align: center;
  margin-bottom: 48px;
}

.swot-title {
  font-size: 40px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.swot-subtitle {
  font-size: 18px;
  color: #4b5563;
}

.swot-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .swot-grid {
    grid-template-columns: 1fr 1fr; /* Two equal columns */
  }
}

.swot-card {
  background-color: #fff;
  border-left: 6px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 24px;
}

.border-green { border-left-color: #22c55e; }   /* green-500 */
.border-red { border-left-color: #ef4444; }     /* red-500 */
.border-blue { border-left-color: #3b82f6; }    /* blue-500 */
.border-yellow { border-left-color: #facc15; }  /* yellow-500 */

.swot-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.swot-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 16px;
}

.bg-green { background-color: #bbf7d0; }   /* green-100 */
.bg-red { background-color: #fecaca; }     /* red-100 */
.bg-blue { background-color: #bfdbfe; }    /* blue-100 */
.bg-yellow { background-color: #fef08a; }  /* yellow-100 */

.swot-section-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

.swot-list {
  list-style: disc inside;
  color: #374151;
  font-size: 16px;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

.swot-list li {
  margin-bottom: 12px;
}
.rocket-btn {
    position: relative;
    width: 100%;
    padding-top:8%;
    margin: auto;
    height: 100%;
}
.cityhead4 {
    font-size: 19px;
    font-weight: 700;
}
.gform-theme.gform-theme--framework.gform_wrapper 
    input[type=submit].button.gform_button:where(
        :not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)
    ) {
    background-color: var(--primary-color) !important; /* Change this to your desired color */
    color: white !important; /* Optional: change text color */
}
.gform_wrapper {
    --gf-ctrl-btn-bg-color-ctrl: var(--primary-color) !important;
    --gf-ctrl-btn-bg-color-ctrl--hover: #000000 !important;
    --gf-ctrl-btn-color-ctrl: #ffffff !important;
    --gf-ctrl-btn-border-color-ctrl: var(--primary-color) !important;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {    color: var(--primary-color);}
.gform_button_select_files:hover{background-color: #000000 !important;}
.digital-title h3{font-weight: 700;
    font-size: 24px;
    color: var(--black);
    margin-bottom: 30px;}
.homemidsectionh3{font-weight: 500;
    font-size: 20px;
    color: var(--text-color);}
.percenth2{font-weight: 700;
    font-size: 32px;
    color: var(--text-color);text-align: center;}
.seo3{text-align:center;}
.homeh2{font-weight: 700;
    font-size: 40px;
    color: var(--text-color);}
.reviewerh5{font-weight: 500;
    font-size: 20px;
    color: var(--text-color);}
.digital-button a::after {
    content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/round-black-arrow2.png);
    position: absolute;
    left: 120px !important;
    top: 12px;
    width: 8px;
    height: 8px;
}
.digital-button:hover a::after {
    content: url(https://ignitedigital.com/wp-content/uploads/2025/01/learn-after-hover.png);
    position: absolute;
    left: 120px !important;
    top: 12px;
    width: 17px;
    height: 18px;
    background: url(https://ignitedigital.com/wp-content/uploads/2025/01/learn-after-hover.png);
    background-repeat: no-repeat;
}
.seo-toph2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.home-mid-sectionh5 {
    font-size: 20px;
}
.seo-sectionh1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.seosection4 h2 {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.seo4section2 h3 {
    font-size: 20px;
    font-weight: 700;
}
.seo4section2 img {
    margin-bottom: 30px;
}
.blog-ctah2 {
    font-size: 36px !important;
    font-weight: 700;
	line-height:42px;
}
.homemidsectionh2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
}
.featurednameh5
{ color: var(--primary-color);
	margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;font-size: 20px;}
.city-head4 {font-weight: 700;
    font-size: 19px;}
.city-head5 {font-weight: 500;
    font-size: 16px;position: absolute !important;}
.orange-ctah2 {
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
	font-size:32px;
}
.template-block  {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
 box-shadow: 0px 0px 14px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
	display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Center content vertically */
}

/* Add hover effect for the block */
.template-block:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  
}

/* Styling for the image */
.template-block img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  margin-bottom: 10px;
}

/* Styling for the button */
.template-block .button {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 15px !important;
    transition: background-color 0.3s 
ease;
    font-weight: 500;
	border:0px solid var(--primary-color);

}
.template-block .button-black {
    display: inline-block;
    padding: 10px 20px;
    background-color:  #818181;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px !important;
    transition: background-color 0.3s 
ease;
    font-weight: 500;
	border:0px solid #818181;
}
/* Hover effect for button */
.template-block .button:hover {
  background-color: #000000;
	border:0px solid #000000;
}
.template-block .button-black:hover {
 background-color: #000000;
	border:0px solid #000000;
}
.button-flex{display: flex;
    flex-direction: row;
    gap: 5px;}
.templateh2{
    font-size: 20px;
    font-weight: 500;
}
.service-head3{font-size:20px;font-weight: 500;
    line-height: 1.2;}
.service-head6{font-size:16px;font-weight: 500;
    line-height: 1.2; margin-bottom: .5rem;}
.seo2section2 h3 {
    font-size: 20px;
    font-weight: 700;
}
.seo-2col h3{margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;font-size: 20px;}
.seo-2col h4{margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;font-size: 15px;}
.seo-list h3{    font-size: 18px;
    font-weight: 700;margin-bottom: 5px;}
.mid-section-li h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.template-mainblock h1{font-size:36px;font-weight:600;}
.template-mainblock h3{font-size:20px;font-weight:600;}
.template-sideblock {display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;background: #f4f4f4;
    border: 1px solid #e9e9e9;
    padding: 30px !important;
    margin-bottom: 15px;}
.template-sideblock h2{font-size:20px;font-weight:600;}
.template-sideblock .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px !important;
    transition: background-color 0.3s 
ease;
    font-weight: 500;
	display: flex
;
    align-items: center;
    justify-content: center;
}
.template-sideblock .button:hover {
  background-color: #000000;
	border:1px solid #000000;
}
.gform_body h2{font-size:20px;font-weight:600;margin-top:0px;}
  #input_33_61 {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    gap: 2%;
    justify-content: flex-start; /* Align items to the left */
		flex-direction:row !important;
  }

  /* Each choice gets consistent size */
  .gchoice {
    flex: 1 1 49%;
    max-width:49%;
    box-sizing: border-box;
		padding: 20px;
  }

  /* Optional: Better visuals */
  .gchoice h2 {
    margin: 0 0 10px;
    font-size: 18px;
    text-align: left;
	
  }

  .gchoice img {
    width: 100%;
    height: auto;
    display: block;
		padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 14px 8px rgba(0, 0, 0, 0.1);
  }

  /* Ensure inputs don't break layout */
  .gfield-choice-input {
    margin-bottom: 10px;
  }
/* Responsive Design for mobile */
@media (max-width: 1399px) {.button-flex {
    display: flex
;
    flex-direction: column;
    gap: 0px;
}}
@media (max-width: 768px) {
  .siteorigin-panels-grid .siteorigin-panel {
    width: 100%;
  }
  .gchoice {
    flex: 1 1 100%;
    max-width: 500px;
    box-sizing: border-box;
  }
  /* Stack blocks on mobile */
  .template-block {
    margin-bottom: 20px;
  }
	.button-flex {
    display: flex
;
    flex-direction: row;
    gap: 10px;
}
}
.destination-footer-title {
    margin-bottom: 0px;
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
}
.menu-titleh2 {font-size: 14px;
    font-weight: 500;
    color: var(--black);
    text-decoration: underline;
    text-underline-offset: 10px;
    MARGIN-BOTTOM: 15PX;}
.prefooterwraph2 {
    font-size: 16px;
    color: var(--dark-color);
    text-transform: uppercase;
    font-weight: 700;
}
.service-menu-ctah2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
	line-height: 50px;
}
.sp-containerh3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.ip-container li {
    line-height: 20px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/li-icon.png) !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #50565c;
}
.ip-container h3 {
    font-weight: 700;
    font-size: 16px;
    color: #50565c;
 
}
.ipcontainerh2 {
    font-weight: 700;
    font-size: 50px;
    color: var(--black);
    margin-bottom: 20px;
	line-height: 60px;
}
.ip-container h2 {
    padding-left: 60px;
    position: relative;
    font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.ip-container h2::before {
    content: "";
    position: absolute;
    left: 0 !important;
    top: 10px;
    width: 135px;
    height: 130px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/Toronto_SEO-grey.png);
    background-repeat: no-repeat;
}
.ip-mid-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
}
.ip-mid-sectionh2 {
    font-weight: 700;
    font-size: 36px;
    color: var(--black);
}
.ip-container ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
    display: flex
;
    flex-direction: row !important;
    gap: var(--gf-field-choice-gap);
}
.gchoice_33_75_0{flex: 1 1 5% !important;
    max-width: 5% !important;}
.gchoice_33_77_0{flex: 1 1 5% !important;
    max-width: 5% !important;}
.gchoice_33_76_0{flex: 1 1 5% !important;
    max-width: 5% !important;}
.template-sideblock .button{width: auto;}  
.review-quote1-text {
    min-height: 200px;
    height: 330px;
}
.template-form{text-align: center;}
.template-form .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--dark-color);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px !important;
    transition: background-color 0.3s 
ease;
    font-weight: 500;
    border: 0px solid var(--primary-color);
}
.blog_box {
    background-color: #fff;
    min-height: 625px!important;
    max-height: 625px!important;
    border: 1px solid #ebeaea;
    border-radius: 30px
}
#blog_box:hover {
    background-color: #fff;
    min-height: 625px!important;
    max-height: 625px!important;
    border: 1px solid #EF7F2B;
    border-radius: 30px;
box-shadow: -1px 0px 16px 5px #ef7f2b30;
}
.content-right-lp .custom-head3{font-size: 20px;
    font-weight: 700;
    line-height: 26px;}
.case-banner h3 {
    font-size: 30px;
    font-weight: 900;
    color: var(--primary-color);
}
  .audit-container1 {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }
         .audit-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .section-padding { padding: 80px 0 0 0; }
        .text-center { text-align: center; }

        /* HEADER */
        .audit-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem 0;
            background: #fff;
            position: relative;
            z-index: 100;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        .header-logo {
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .mock-logo-box {
            width: 40px;
            height: 40px;
            background-color: var(--ignite-dark);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            border-radius: 4px;
        }
        
        .header-logo h3 {
            margin: 0;
            color: var(--ignite-dark);
            font-weight: 900;
            letter-spacing: -0.5px;
            font-size: 1.25rem;
        }

        .header-nav { display: none; }
        
        @media (min-width: 768px) {
            .header-nav {
                display: flex;
                gap: 2rem;
            }
        }

        .header-nav a {
            text-decoration: none;
            color: var(--ignite-dark);
            font-weight: 500;
            font-size: 0.95rem;
            transition: color 0.3s;
        }

        .header-nav a:hover { color: var(--ignite-orange); }

        .header-actions { display: flex; align-items: center; }

        .btn-outline {
            border: 2px solid var(--ignite-dark);
            padding: 0.5rem 1.2rem;
            border-radius: var(--radius);
            text-decoration: none;
            color: var(--ignite-dark);
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .btn-outline:hover {
            background-color: var(--ignite-dark);
            color: #fff;
        }

        /* HERO SECTION */
        .hero-section {
            text-align: center;
            padding: 120px 0 100px;
            background-color: var(--ignite-dark); 
            background-image: linear-gradient(135deg, #333 0%, #2a2a2a 100%);
            position: relative;
            color: #ffffff;
        }

        .hero-section::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40px;
            background: #fff;
            clip-path: ellipse(60% 100% at 50% 100%);
        }

        .hero-heading {
            font-size: 3.8rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            color: #ffffff;
            line-height: 1.1;
            letter-spacing: -1px;
        }

        .hero-heading span {
            color: var(--ignite-orange);
            display: inline-block;
            position: relative;
        }

        .hero-subheading {
            font-size: 1.4rem;
            color: #cccccc;
            font-weight: 300;
            margin-bottom: 4rem;
            max-width: 750px;
            margin-left: auto;
            margin-right: auto;
        }

        .audit-form-wrapper {
            display: flex;
            justify-content: center;
            margin-bottom: 0px;
            position: relative;
            z-index: 2;
        }

        .audit-input-group {
            display: flex;
            width: 100%;
            max-width: 800px;
            background: #fff;
            border: 4px solid rgba(255,255,255,0.1);
            border-radius: 50px;
            padding: 8px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .audit-input-group:focus-within {
            border-color: var(--ignite-orange);
            box-shadow: 0 15px 50px rgba(240, 90, 40, 0.3);
            transform: translateY(-3px);
        }

        .audit-field {
            flex: 1;
            border: none;
            padding: 1.2rem 2rem;
            font-size: 1.1rem;
            outline: none;
            border-radius: 50px 0 0 50px;
            color: var(--ignite-dark);
            background: transparent;
					color:#000;
        }

        .btn-audit {
            background-color: #ef7f2b;
            color: #ffffff;
            border: none;
            padding: 0 4rem;
            font-size: 1.1rem;
            font-weight: 700;
            border-radius: 50px;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.1s;
            white-space: nowrap;
            box-shadow: 0 4px 15px rgba(240, 90, 40, 0.4);
        }

        .btn-audit:hover {
            background-color: #d64a1b;
            transform: scale(1.02);
        }
        
        .helper-text {
            font-size: 1rem;
            color: rgba(255,255,255,0.6);
            margin-bottom: 0;
            font-weight: 300;
         margin-top: 30px;
        }

        /* SOCIAL PROOF BAR */
        .social-proof-bar {
            background: #fff;
            padding: 60px 0;
            border-bottom: 1px solid #eee;
        }

        .social-proof-stats {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 50px;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 2.8rem;
            font-weight: 900;
            color: var(--ignite-orange);
            line-height: 1;
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 0.95rem;
            color: var(--text-sub);
            font-weight: 500;
        }

        .client-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px;
            flex-wrap: wrap;
            opacity: 0.7;
            margin-bottom: 40px;
        }

        .client-logo {
            font-size: 1.1rem;
            font-weight: 700;
            color: #999;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .awards-badges {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
        }

        .award-badge {
            display: flex;
            align-items: center;
            gap: 10px;
            background: var(--ignite-gray-bg);
            padding: 12px 20px;
            border-radius: 8px;
            border: 1px solid #eee;
        }

        .award-icon {
            font-size: 1.5rem;
        }

        .award-text {
            font-size: 0.85rem;
            font-weight: 500;
            color: var(--ignite-dark);
            line-height: 1.3;
        }

        .award-text span {
            display: block;
            font-weight: 400;
            color: var(--text-sub);
            font-size: 0.8rem;
        }

        @media (max-width: 900px) {
            .social-proof-stats {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {
            .social-proof-stats {
                grid-template-columns: 1fr 1fr;
                gap: 20px;
            }
            .stat-number {
                font-size: 2rem;
            }
            .client-logos {
                gap: 25px;
            }
            .client-logo {
                font-size: 0.9rem;
            }
        }

        /* STICKY BAR */
        .sticky-bar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: #ffffff;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            padding: 15px 0;
            z-index: 999;
            transform: translateY(-100%);
            transition: transform 0.4s ease-in-out;
            display: flex;
            justify-content: center;
            border-bottom: 3px solid var(--ignite-orange);
        }

        .sticky-bar.visible { transform: translateY(0); }

        .sticky-container {
            width: 100%;
            max-width: 1200px;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .sticky-label {
            font-weight: 700;
            font-size: 1.1rem;
            color: var(--ignite-dark);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sticky-form {
            display: flex;
            gap: 10px;
            flex: 1;
            max-width: 600px;
            justify-content: flex-end;
        }

        .sticky-input {
            flex: 1;
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 1rem;
        }

        .sticky-btn {
            background-color: var(--ignite-orange);
            color: white;
            border: none;
            padding: 10px 25px;
            border-radius: 4px;
            font-weight: 700;
            cursor: pointer;
        }
        
        .sticky-btn:hover { background-color: #d64a1b; }

        /* PERSONA SECTION */
        .persona-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .persona-card {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            border: 1px solid #eee;
            text-align: left;
            transition: transform 0.3s;
        }

        .persona-card:hover {
            transform: translateY(-5px);
            border-color: var(--ignite-orange);
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }

        .persona-icon {
            font-size: 2.5rem;
            margin-bottom: 20px;
            display: inline-block;
        }

        .persona-card h3 {
            font-size: 1.4rem;
            margin-bottom: 10px;
            color: var(--ignite-dark);
        }

      

        .report-section {
            background: #fff;
            padding: 0 0 0 0;
        }

        .report-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
            margin-top: 50px;
        }

        .report-card {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        }

        .report-card-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            border-bottom: 2px solid #f0f0f0;
            padding-bottom: 15px;
        }

        .report-card-title {
            font-size: 1.3rem;
            font-weight: 700;
            margin: 0;
            color: var(--ignite-dark);
        }

        .benchmark-row {
            display: flex;
            justify-content: space-between;
            gap: 10px;
        }
        .benchmark-item {
            flex: 1;
            text-align: center;
            background: #f9f9f9;
            padding: 15px 5px;
            border-radius: 8px;
        }
        .benchmark-val {
            display: block;
            font-size: 1.2rem;
            font-weight: 900;
            color: var(--ignite-orange);
        }
        .benchmark-label {
            font-size: 0.8rem;
            color: #888;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 5px;
            display: block;
        }

        .rings-container {
            display: flex;
            justify-content: space-around;
            text-align: center;
        }
        .score-ring {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            border: 6px solid #eee;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            font-size: 1.2rem;
            position: relative;
        }
        .score-ring.green { border-color: var(--score-green); color: var(--score-green); }
        .score-ring.orange { border-color: var(--score-orange); color: var(--score-orange); }
        
        .ring-label {
            font-size: 0.85rem;
            margin-top: 10px;
            font-weight: 500;
            color: var(--ignite-dark);
        }

        .tech-list { list-style: none; padding: 0; margin: 0; }
        .tech-list li {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #f5f5f5;
        }
        .tech-status {
            font-weight: 700;
            color: var(--score-green);
            background: rgba(12, 206, 107, 0.1);
            padding: 2px 10px;
            border-radius: 20px;
            font-size: 0.85rem;
        }

        .heading-tree {
            font-family: monospace;
            background: #2d2d2d;
            color: #fff;
            padding: 15px;
            border-radius: 8px;
            font-size: 0.9rem;
        }
        .h-tag { color: var(--ignite-orange); }

        /* Health Score Circle */
        .health-score-circle {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--score-green) 0%, #0a9e52 100%);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            box-shadow: 0 4px 15px rgba(12, 206, 107, 0.3);
        }
        .health-score-number {
            font-size: 2.5rem;
            font-weight: 900;
            color: #fff;
            line-height: 1;
        }
        .health-score-label {
            font-size: 0.7rem;
            color: rgba(255,255,255,0.9);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .health-indicators {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }
        .indicator {
            font-size: 0.85rem;
            font-weight: 500;
            padding: 4px 10px;
            border-radius: 20px;
        }
        .indicator.pass { background: rgba(12,206,107,0.1); color: var(--score-green); }
        .indicator.warn { background: rgba(255,164,0,0.1); color: var(--score-orange); }
        .indicator.fail { background: rgba(255,78,66,0.1); color: var(--score-red); }

        /* On-Page Preview */
        .onpage-preview { margin-bottom: 10px; }
        .serp-mock {
            background: #f9f9f9;
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 12px;
        }
        .serp-mock-title {
            color: #1a0dab;
            font-size: 1.1rem;
            font-weight: 500;
            margin-bottom: 4px;
        }
        .serp-mock-url {
            color: #006621;
            font-size: 0.85rem;
            margin-bottom: 4px;
        }
        .serp-mock-desc {
            color: #545454;
            font-size: 0.9rem;
            line-height: 1.4;
        }
        .onpage-checks {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        .check-item {
            font-size: 0.8rem;
            font-weight: 500;
            padding: 4px 10px;
            border-radius: 4px;
        }
        .check-item.pass { background: rgba(12,206,107,0.1); color: var(--score-green); }
        .check-item.warn { background: rgba(255,164,0,0.1); color: var(--score-orange); }

        /* Keyword Preview */
        .keyword-preview { margin-bottom: 10px; }
        .keyword-bars { display: flex; flex-direction: column; gap: 12px; }
        .keyword-bar-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .keyword-name {
            font-size: 0.85rem;
            color: var(--ignite-dark);
            min-width: 110px;
            font-weight: 500;
        }
        .keyword-bar {
            flex: 1;
            height: 8px;
            background: #eee;
            border-radius: 4px;
            overflow: hidden;
        }
        .keyword-fill {
            height: 100%;
            background: var(--ignite-orange);
            border-radius: 4px;
        }
        .keyword-pct {
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--ignite-orange);
            min-width: 40px;
            text-align: right;
        }

        /* Image Analysis Preview */
        .image-analysis-preview { margin-bottom: 10px; }
        .image-stat-row {
            display: flex;
            justify-content: space-between;
            gap: 10px;
        }
        .image-stat {
            flex: 1;
            text-align: center;
            background: #f9f9f9;
            padding: 15px 10px;
            border-radius: 8px;
        }
        .image-stat-val {
            display: block;
            font-size: 1.4rem;
            font-weight: 900;
            color: var(--ignite-dark);
            margin-bottom: 4px;
        }
        .image-stat-val.green { color: var(--score-green); }
        .image-stat-val.orange { color: var(--score-orange); }
        .image-stat-label {
            font-size: 0.75rem;
            color: #888;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }

        /* Schema Preview */
        .schema-security-preview { margin-bottom: 5px; }
        .schema-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .schema-tag {
            background: rgba(12,206,107,0.1);
            color: var(--score-green);
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
        }
        .schema-tag-missing {
            background: rgba(255,164,0,0.1);
            color: var(--score-orange);
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
            border: 1px dashed var(--score-orange);
        }

        /* CHECKLIST */
        .checklist-container {
            background: #fff;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.04);
            border: 1px solid #eee;
            margin-top: 20px;
        }

        .checklist-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 20px;
            text-align: left;
        }

        .checklist-item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 500;
            color: var(--ignite-dark);
            padding: 8px;
        }
        
        .checklist-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            background: rgba(240, 90, 40, 0.1);
            color: var(--ignite-orange);
            border-radius: 50%;
            font-size: 14px;
            font-weight: bold;
            flex-shrink: 0;
        }

        /* STEPS */
        .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            text-align: left;
        }
        
        .step-card {
            background: #fff;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.05);
            position: relative;
            border-bottom: 4px solid transparent;
            transition: all 0.3s ease;
        }
        
        .step-card:hover {
            transform: translateY(-5px);
            border-bottom-color: var(--ignite-orange);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
          .step1-number {
    display: inline-block;
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
    background: rgb(239 127 43);
    padding: 10px 20px;
    border-radius: 30px !important;
    margin-bottom: 1.5rem;
}

        /* GLOSSARY */
        .glossary-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            text-align: left;
        }


        .glossary-item1 {
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.03);
            border: 1px solid #eee;
            transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
        }
        
        .glossary-item1:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
            border-color: #ef7f2b;
        }

        .glossary-item1 h4 {
            color: var(--ignite-dark);
            font-size: 1.2rem;
            margin-bottom: 12px;
            border-bottom: 2px solid #ef7f2b;
            padding-bottom: 8px;
            display: inline-block;
        }

        .glossary-item1 p {
            font-size: 0.95rem;
            line-height: 1.6;
            color: var(--text-sub);
            margin: 0;
        }

        .glossary-item1 h4 {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .glossary-icon1 {
            font-size: 1.4rem;
            flex-shrink: 0;
        }
        /* FAQ */
        .faq-wrapper { max-width: 800px; margin: 0 auto; text-align: left; }
        .faq-item { border-bottom: 1px solid #eee; margin-bottom: 15px; background: #fff; border-radius: 8px; overflow: hidden; }
        details { padding: 0; cursor: pointer; }
        summary { font-weight: 700; font-size: 1.2rem; padding: 20px; background: #fff; list-style: none; position: relative; }
        summary::after { content: '+'; position: absolute; right: 20px; color: var(--ignite-orange); }
        details[open] summary::after { content: '-'; }
        .faq-answer { padding: 0 20px 20px 20px; color: var(--text-body); background: #fff; }

        /* FINAL CTA */
        .final-cta-section { background-color: var(--ignite-dark); color: #fff; text-align: center; }
        .final-cta-section h2 { color: #fff; font-size: 2.5rem; margin-bottom: 1rem; }
        .final-cta-section p { color: rgba(255,255,255,0.8); font-size: 1.25rem; margin-bottom: 2.5rem; }

        /* FOOTER */
        .mock-footer { background: #111; color: #777; padding: 60px 0; text-align: center; font-size: 0.9rem; }
        .footer-links { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
        .footer-links a { color: #aaa; text-decoration: none; transition: color 0.2s; }
        .footer-links a:hover { color: var(--ignite-orange); }

        /* RESPONSIVE */
        @media (max-width: 900px) {
            .report-grid { grid-template-columns: 1fr; }
            .sticky-label { display: none; }
        }

        @media (max-width: 768px) {
            .hero-heading { font-size: 2.5rem; }
            .hero-subheading { font-size: 1.2rem; }
            .audit-input-group { flex-direction: column; border-radius: 12px; padding: 10px; background: #f9f9f9; border: none; }
            .audit-field { width: 100%; border-radius: 8px; margin-bottom: 10px; text-align: center; background: #fff; border: 1px solid #eee; padding: 1rem; color:#000;}
            .btn-audit { width: 100%; padding: 1rem; border-radius: 8px; }
            .section-title { font-size: 2rem; }
            .checklist-grid { grid-template-columns: repeat(2, 1fr); }
            .sticky-bar { padding: 10px 0; }
            .sticky-form { width: 100%; max-width: none; }
        }
        
        @media (max-width: 480px) {
             .checklist-grid { grid-template-columns: 1fr; }
        }
/* Gravity Form Container */

/* Input fields */
#gform_wrapper_35 input[type="text"],
#gform_wrapper_35 input[type="email"],
#gform_wrapper_35 input[type="tel"],
#gform_wrapper_35 input[type="url"] {
  width: 100%;
  height: 56px;
  border-radius: 999px;
  border: none;
  padding: 0 22px;
     font-size: 1.1rem;
  background: #ffffff;
  color: #333;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* Placeholder styling */
#gform_wrapper_35 input::placeholder {
  color: #8c8f94;
}

/* Submit button */
#gform_wrapper_35 .gform_footer {
  margin-top: 28px;
}

#gform_wrapper_35 .gform_button {
  width: 50%;
  height: 56px;
	background-color: var(--ignite-orange) !important;
    color: #ffffff;
    border: none;
    padding: 0 4rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.1s;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(240, 90, 40, 0.4);
	    width: 50% !important;
	margin: auto;}
        .audit-container1 {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }
         .audit-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
            .text-center { text-align: center; }

        /* HEADER */
        .audit-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem 0;
            background: #fff;
            position: relative;
            z-index: 100;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        .header-logo {
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .mock-logo-box {
            width: 40px;
            height: 40px;
            background-color: var(--ignite-dark);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            border-radius: 4px;
        }
        
        .header-logo h3 {
            margin: 0;
            color: var(--ignite-dark);
            font-weight: 900;
            letter-spacing: -0.5px;
            font-size: 1.25rem;
        }

        .header-nav { display: none; }
        
        @media (min-width: 768px) {
            .header-nav {
                display: flex;
                gap: 2rem;
            }
        }

        .header-nav a {
            text-decoration: none;
            color: var(--ignite-dark);
            font-weight: 500;
            font-size: 0.95rem;
            transition: color 0.3s;
        }

        .header-nav a:hover { color: var(--ignite-orange); }

        .header-actions { display: flex; align-items: center; }

        .btn-outline {
            border: 2px solid var(--ignite-dark);
            padding: 0.5rem 1.2rem;
            border-radius: var(--radius);
            text-decoration: none;
            color: var(--ignite-dark);
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .btn-outline:hover {
            background-color: var(--ignite-dark);
            color: #fff;
        }

        /* HERO SECTION */
        .hero-section {
            text-align: center;
            padding: 120px 0 100px;
            background-color: var(--ignite-dark); 
            background-image: linear-gradient(135deg, #333 0%, #2a2a2a 100%);
            position: relative;
            color: #ffffff;
        }

        .hero-section::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40px;
            background: #fff;
            clip-path: ellipse(60% 100% at 50% 100%);
        }

        .hero-heading {
            font-size: 3.8rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            color: #ffffff;
            line-height: 1.1;
            letter-spacing: -1px;
        }

        .hero-heading span {
            color: var(--ignite-orange);
            display: inline-block;
            position: relative;
        }

        .hero-subheading {
            font-size: 1.4rem;
            color: #cccccc;
            font-weight: 300;
            margin-bottom: 4rem;
            max-width: 750px;
            margin-left: auto;
            margin-right: auto;
        }

        .audit-form-wrapper {
            display: flex;
            justify-content: center;
            margin-bottom: 0px;
            position: relative;
            z-index: 2;
        }

        .audit-input-group {
            display: flex;
            width: 100%;
            max-width: 800px;
            background: #fff;
            border: 4px solid rgba(255,255,255,0.1);
            border-radius: 50px;
            padding: 8px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .audit-input-group:focus-within {
            border-color: var(--ignite-orange);
            box-shadow: 0 15px 50px rgba(240, 90, 40, 0.3);
            transform: translateY(-3px);
        }

        .audit-field {
            flex: 1;
            border: none;
            padding: 1.2rem 2rem;
            font-size: 1.1rem;
            outline: none;
            border-radius: 50px 0 0 50px;
            color: var(--ignite-dark);
            background: transparent;
					color:#000;
        }

        .btn-audit {
            background-color: #ef7f2b;
            color: #ffffff;
            border: none;
            padding: 0 4rem;
            font-size: 1.1rem;
            font-weight: 700;
            border-radius: 50px;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.1s;
            white-space: nowrap;
            box-shadow: 0 4px 15px rgba(240, 90, 40, 0.4);
        }

        .btn-audit:hover {
            background-color: #d64a1b;
            transform: scale(1.02);
        }
        
        .helper-text {
            font-size: 1rem;
            color: rgba(255,255,255,0.6);
            margin-bottom: 0;
            font-weight: 300;
         margin-top: 30px;
        }

        /* SOCIAL PROOF BAR */
        .social-proof-bar {
            background: #fff;
            padding: 60px 0;
            border-bottom: 1px solid #eee;
        }

        .social-proof-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 50px;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 2.8rem;
            font-weight: 900;
            color: var(--ignite-orange);
            line-height: 1;
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 0.95rem;
            color: var(--text-sub);
            font-weight: 500;
        }

        .client-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px;
            flex-wrap: wrap;
            opacity: 0.7;
            margin-bottom: 40px;
        }

        .client-logo {
            font-size: 1.1rem;
            font-weight: 700;
            color: #999;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .awards-badges {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
        }

        .award-badge {
            display: flex;
            align-items: center;
            gap: 10px;
            background: var(--ignite-gray-bg);
            padding: 12px 20px;
            border-radius: 8px;
            border: 1px solid #eee;
        }

        .award-icon {
            font-size: 1.5rem;
        }

        .award-text {
            font-size: 0.85rem;
            font-weight: 500;
            color: var(--ignite-dark);
            line-height: 1.3;
        }

        .award-text span {
            display: block;
            font-weight: 400;
            color: var(--text-sub);
            font-size: 0.8rem;
        }

        @media (max-width: 900px) {
            .social-proof-stats {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {
            .social-proof-stats {
                grid-template-columns: 1fr 1fr;
                gap: 20px;
            }
            .stat-number {
                font-size: 2rem;
            }
            .client-logos {
                gap: 25px;
            }
            .client-logo {
                font-size: 0.9rem;
            }
        }

        /* STICKY BAR */
        .sticky-bar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: #ffffff;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            padding: 15px 0;
            z-index: 999;
            transform: translateY(-100%);
            transition: transform 0.4s ease-in-out;
            display: flex;
            justify-content: center;
            border-bottom: 3px solid var(--ignite-orange);
        }

        .sticky-bar.visible { transform: translateY(0); }

        .sticky-container {
            width: 100%;
            max-width: 1200px;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .sticky-label {
            font-weight: 700;
            font-size: 1.1rem;
            color: var(--ignite-dark);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sticky-form {
            display: flex;
            gap: 10px;
            flex: 1;
            max-width: 600px;
            justify-content: flex-end;
        }

        .sticky-input {
            flex: 1;
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 1rem;
        }

        .sticky-btn {
            background-color: var(--ignite-orange);
            color: white;
            border: none;
            padding: 10px 25px;
            border-radius: 4px;
            font-weight: 700;
            cursor: pointer;
        }
        
        .sticky-btn:hover { background-color: #d64a1b; }

        /* PERSONA SECTION */
        .persona-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .persona-card {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            border: 1px solid #eee;
            text-align: left;
            transition: transform 0.3s;
        }

        .persona-card:hover {
            transform: translateY(-5px);
            border-color: var(--ignite-orange);
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }

        .persona-icon {
            font-size: 2.5rem;
            margin-bottom: 20px;
            display: inline-block;
        }

        .persona-card h3 {
            font-size: 1.4rem;
            margin-bottom: 10px;
            color: var(--ignite-dark);
        }

        /* REPORT SECTION */
             .report-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
            margin-top: 50px;
        }

        .report-card {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        }

        .report-card-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            border-bottom: 2px solid #f0f0f0;
            padding-bottom: 15px;
        }

        .report-card-title {
            font-size: 1.3rem;
            font-weight: 700;
            margin: 0;
            color: var(--ignite-dark);
        }

        .benchmark-row {
            display: flex;
            justify-content: space-between;
            gap: 10px;
        }
        .benchmark-item {
            flex: 1;
            text-align: center;
            background: #f9f9f9;
            padding: 15px 5px;
            border-radius: 8px;
        }
        .benchmark-val {
            display: block;
            font-size: 1.2rem;
            font-weight: 900;
            color: var(--ignite-orange);
        }
        .benchmark-label {
            font-size: 0.8rem;
            color: #888;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 5px;
            display: block;
        }

        .rings-container {
            display: flex;
            justify-content: space-around;
            text-align: center;
        }
        .score-ring {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            border: 6px solid #eee;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            font-size: 1.2rem;
            position: relative;
        }
        .score-ring.green { border-color: var(--score-green); color: var(--score-green); }
        .score-ring.orange { border-color: var(--score-orange); color: var(--score-orange); }
        
        .ring-label {
            font-size: 0.85rem;
            margin-top: 10px;
            font-weight: 500;
            color: var(--ignite-dark);
        }

        .tech-list { list-style: none; padding: 0; margin: 0; }
        .tech-list li {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #f5f5f5;
        }
        .tech-status {
            font-weight: 700;
            color: var(--score-green);
            background: rgba(12, 206, 107, 0.1);
            padding: 2px 10px;
            border-radius: 20px;
            font-size: 0.85rem;
        }

        .heading-tree {
            font-family: monospace;
            background: #2d2d2d;
            color: #fff;
            padding: 15px;
            border-radius: 8px;
            font-size: 0.9rem;
        }
        .h-tag { color: var(--ignite-orange); }

        /* Health Score Circle */
        .health-score-circle {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--score-green) 0%, #0a9e52 100%);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            box-shadow: 0 4px 15px rgba(12, 206, 107, 0.3);
        }
        .health-score-number {
            font-size: 2.5rem;
            font-weight: 900;
            color: #fff;
            line-height: 1;
        }
        .health-score-label {
            font-size: 0.7rem;
            color: rgba(255,255,255,0.9);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .health-indicators {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }
        .indicator {
            font-size: 0.85rem;
            font-weight: 500;
            padding: 4px 10px;
            border-radius: 20px;
        }
        .indicator.pass { background: rgba(12,206,107,0.1); color: var(--score-green); }
        .indicator.warn { background: rgba(255,164,0,0.1); color: var(--score-orange); }
        .indicator.fail { background: rgba(255,78,66,0.1); color: var(--score-red); }

        /* On-Page Preview */
        .onpage-preview { margin-bottom: 10px; }
        .serp-mock {
            background: #f9f9f9;
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 12px;
        }
        .serp-mock-title {
            color: #1a0dab;
            font-size: 1.1rem;
            font-weight: 500;
            margin-bottom: 4px;
        }
        .serp-mock-url {
            color: #006621;
            font-size: 0.85rem;
            margin-bottom: 4px;
        }
        .serp-mock-desc {
            color: #545454;
            font-size: 0.9rem;
            line-height: 1.4;
        }
        .onpage-checks {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        .check-item {
            font-size: 0.8rem;
            font-weight: 500;
            padding: 4px 10px;
            border-radius: 4px;
        }
        .check-item.pass { background: rgba(12,206,107,0.1); color: var(--score-green); }
        .check-item.warn { background: rgba(255,164,0,0.1); color: var(--score-orange); }

        /* Keyword Preview */
        .keyword-preview { margin-bottom: 10px; }
        .keyword-bars { display: flex; flex-direction: column; gap: 12px; }
        .keyword-bar-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .keyword-name {
            font-size: 0.85rem;
            color: var(--ignite-dark);
            min-width: 110px;
            font-weight: 500;
        }
        .keyword-bar {
            flex: 1;
            height: 8px;
            background: #eee;
            border-radius: 4px;
            overflow: hidden;
        }
        .keyword-fill {
            height: 100%;
            background: var(--ignite-orange);
            border-radius: 4px;
        }
        .keyword-pct {
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--ignite-orange);
            min-width: 40px;
            text-align: right;
        }

        /* Image Analysis Preview */
        .image-analysis-preview { margin-bottom: 10px; }
        .image-stat-row {
            display: flex;
            justify-content: space-between;
            gap: 10px;
        }
        .image-stat {
            flex: 1;
            text-align: center;
            background: #f9f9f9;
            padding: 15px 10px;
            border-radius: 8px;
        }
        .image-stat-val {
            display: block;
            font-size: 1.4rem;
            font-weight: 900;
            color: var(--ignite-dark);
            margin-bottom: 4px;
        }
        .image-stat-val.green { color: var(--score-green); }
        .image-stat-val.orange { color: var(--score-orange); }
        .image-stat-label {
            font-size: 0.75rem;
            color: #888;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }

        /* Schema Preview */
        .schema-security-preview { margin-bottom: 5px; }
        .schema-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .schema-tag {
            background: rgba(12,206,107,0.1);
            color: var(--score-green);
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
        }
        .schema-tag-missing {
            background: rgba(255,164,0,0.1);
            color: var(--score-orange);
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
            border: 1px dashed var(--score-orange);
        }

        /* CHECKLIST */
        .checklist-container {
            background: #fff;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.04);
            border: 1px solid #eee;
            margin-top: 20px;
        }

        .checklist-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 20px;
            text-align: left;
        }

        .checklist-item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 500;
            color: var(--ignite-dark);
            padding: 8px;
        }
        
        .checklist-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            background: rgba(240, 90, 40, 0.1);
            color: var(--ignite-orange);
            border-radius: 50%;
            font-size: 14px;
            font-weight: bold;
            flex-shrink: 0;
        }

        /* STEPS */
        .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            text-align: left;
        }
        
        .step-card {
            background: #fff;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.05);
            position: relative;
            border-bottom: 4px solid transparent;
            transition: all 0.3s ease;
        }
        
        .step-card:hover {
            transform: translateY(-5px);
            border-bottom-color: var(--ignite-orange);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
        .step-number {
            display: inline-block;
            font-size: 1.5rem;
            font-weight: 900;
            color: var(--ignite-orange);
            background: rgba(240, 90, 40, 0.1);
            padding: 10px 20px;
            border-radius: 50px;
            margin-bottom: 1.5rem;
        }

        /* GLOSSARY */
        .glossary-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            text-align: left;
        }

        .glossary-item {
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.03);
            border: 1px solid #eee;
            transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
        }
        
        .glossary-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
            border-color: var(--ignite-orange);
        }

        .glossary-item h4 {
            color: var(--ignite-dark);
            font-size: 1.2rem;
            margin-bottom: 12px;
            border-bottom: 2px solid var(--ignite-orange);
            padding-bottom: 8px;
            display: inline-block;
        }

        .glossary-item p {
            font-size: 0.95rem;
            line-height: 1.6;
            color: var(--text-sub);
            margin: 0;
        }

        .glossary-item h4 {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .glossary-icon {
            font-size: 1.4rem;
            flex-shrink: 0;
        }

        /* FAQ */
        .faq-wrapper { max-width: 800px; margin: 0 auto; text-align: left; }
        .faq-item { border-bottom: 1px solid #eee; margin-bottom: 15px; background: #fff; border-radius: 8px; overflow: hidden; }
        details { padding: 0; cursor: pointer; }
        summary { font-weight: 700; font-size: 1.2rem; padding: 20px; background: #fff; list-style: none; position: relative; }
        summary::after { content: '+'; position: absolute; right: 20px; color: var(--ignite-orange); }
        details[open] summary::after { content: '-'; }
        .faq-answer { padding: 0 20px 20px 20px; color: var(--text-body); background: #fff; }

        /* FINAL CTA */
        .final-cta-section { background-color: var(--ignite-dark); color: #fff; text-align: center; }
        .final-cta-section h2 { color: #fff; font-size: 2.5rem; margin-bottom: 1rem; }
        .final-cta-section p { color: rgba(255,255,255,0.8); font-size: 1.25rem; margin-bottom: 2.5rem; }

        /* FOOTER */
        .mock-footer { background: #111; color: #777; padding: 60px 0; text-align: center; font-size: 0.9rem; }
        .footer-links { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
        .footer-links a { color: #aaa; text-decoration: none; transition: color 0.2s; }
        .footer-links a:hover { color: var(--ignite-orange); }

        /* RESPONSIVE */
        @media (max-width: 900px) {
            .report-grid { grid-template-columns: 1fr; }
            .sticky-label { display: none; }
        }

        @media (max-width: 768px) {
            .hero-heading { font-size: 2.5rem; }
            .hero-subheading { font-size: 1.2rem; }
            .audit-input-group { flex-direction: column; border-radius: 12px; padding: 10px; background: #f9f9f9; border: none; }
            .audit-field { width: 100%; border-radius: 8px; margin-bottom: 10px; text-align: center; background: #fff; border: 1px solid #eee; padding: 1rem; color:#000;}
            .btn-audit { width: 100%; padding: 1rem; border-radius: 8px; }
            .section-title { font-size: 2rem; }
            .checklist-grid { grid-template-columns: repeat(2, 1fr); }
            .sticky-bar { padding: 10px 0; }
            .sticky-form { width: 100%; max-width: none; }
        }
@media (max-width: 640px) {#gform_submit_button_4 {
    background-color: #ef7f2b;
    margin-left: -20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
	margin: auto;}}
        @media (max-width: 480px) {
             .checklist-grid { grid-template-columns: 1fr; }
        }
.social-proof-bar { border-bottom: 1px solid var(--border); background: var(--white); padding: 32px 0; }
.social-proof-grid { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }
.stat-number { font-size: 28px; font-weight: 700; color: var(--secondary); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 12px; color: var(--text-light); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }
.preview-section { background: var(--secondary); color: white; position: relative; overflow: hidden; }
.preview-header h2 { color: white; }
.report-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 64px; position: relative; z-index: 2; }
.report-card { background: white; border-radius: 20px; padding: 28px; color: var(--secondary); text-align: left; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; }
.card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; border-bottom: 1px dashed var(--border); padding-bottom: 16px; }
.card-badge { font-size: 10px; font-weight: 700; text-transform: uppercase; padding: 4px 10px; border-radius: 99px; letter-spacing: 0.5px; }
.badge-red { background: var(--danger-bg); color: var(--danger); }
.badge-green { background: var(--success-bg); color: var(--success); }
.badge-blue { background: #eff6ff; color: #2563eb; }
/* Visuals */
.mock-waste-box { background: var(--danger-bg); border: 1px solid #fecaca; border-radius: 16px; padding: 20px; text-align: center; margin-bottom: 16px; }
.waste-amount { font-size: 32px; font-weight: 700; color: #991b1b; line-height: 1; }
.comparison-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.comp-box { border-radius: 12px; padding: 12px; text-align: center; border: 1px solid var(--border); }
.comp-box.good { background: var(--success-bg); border-color: #bbf7d0; }
.comp-box.bad { background: var(--danger-bg); border-color: #fecaca; }
.comp-val { font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.share-bar-container { margin-top: 12px; }
.share-row { display: flex; justify-content: space-between; font-size: 12px; font-weight: 500; margin-bottom: 6px; }
.share-bar { height: 8px; background: #e2e8f0; border-radius: 99px; overflow: hidden; width: 100%; margin-bottom: 16px; }
.share-fill { height: 100%; border-radius: 99px; }
.checklist-item { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; color: var(--text-main); background: #f8fafc; padding: 12px 16px; border-radius: 8px; margin-bottom: 8px; }
.check-icon { color: var(--success); font-weight: 700; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; }
        .step-card {
            background: var(--white); padding: 40px 32px; border-radius: 24px;
            position: relative; border: 1px solid var(--border);
            transition: transform 0.3s ease;
        }
        .step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: #fdba74; }
        .step-number {
            background: var(--primary); color: white;
            width: 36px; height: 36px; border-radius: 12px;
            display: flex; align-items: center; justify-content: center;
            font-weight: 700; font-size: 16px; margin-bottom: 24px;
            box-shadow: 0 4px 6px -1px rgba(239, 127, 43, 0.3);
        }
        .step-card h3 { font-size: 20px; margin-bottom: 12px; 
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.025em;}
        .step-card p { font-size: 15px; color: var(--text-light); margin: 0; line-height: 1.6; }

.audit-container h2{margin: 0;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.025em;
font-size: 32px;
    margin-bottom: 16px;}
.persona-card h3 {
    font-size: 1.17rem;
    margin-bottom: 10px;
    color: #1e293b;
	    font-weight: 700;
}
.preview-header h2 {
    color: white;
}
.preview-section p{color:#fff;}
.report-card p{color:#64748b;}
 .lead-form {
            background: white; padding: 24px; border-radius: 20px;
            box-shadow: var(--shadow-lg); border: 1px solid var(--border);
            text-align: left;
        }
.hero-google-ads {padding: 20px 0 80px;text-align: center;}
.hero-google-ads h1{
   font-size: 42px;
    line-height: 1.1;
	margin: 0;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.025em;
    margin-bottom: 24px;
}
.hero-sub {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.5;
}
.card-title-group h3 {
    font-size: 18px;
    margin-bottom: 4px;
  font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.025em;
}
.card-subtitle {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--text-light);
    letter-spacing: 0.5px;
    font-weight: 700;
}
.errors-section { background: var(--bg-light); }
        .error-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
        .error-item {
            background: white; padding: 24px; border-radius: 16px;
            border: 1px solid var(--border); display: flex; gap: 20px; align-items: flex-start;
        }
        .error-icon {
            background: #fff7ed; color: var(--primary);
            width: 48px; height: 48px; border-radius: 12px;
            display: flex; align-items: center; justify-content: center;
            font-size: 20px; flex-shrink: 0;
        }
        .error-content h4 { font-size: 16px; margin-bottom: 6px; }
        .error-content p { font-size: 14px; margin: 0; line-height: 1.5; color: var(--text-light); }
.health-score-circle {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--score-green) 0%, #0a9e52 100%);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            box-shadow: 0 4px 15px rgba(12, 206, 107, 0.3);
        }
        .health-score-number {
            font-size: 2.5rem;
            font-weight: 900;
            color: #fff;
            line-height: 1;
        }
        .health-score-label {
            font-size: 0.7rem;
            color: rgba(255,255,255,0.9);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .health-indicators {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }
        .indicator {
            font-size: 0.85rem;
            font-weight: 500;
            padding: 4px 10px;
            border-radius: 20px;
        }
        .indicator.pass { background: rgba(12,206,107,0.1); color: var(--score-green); }
        .indicator.warn { background: rgba(255,164,0,0.1); color: var(--score-orange); }
        .indicator.fail { background: rgba(255,78,66,0.1); color: var(--score-red); }
.owl-carousel .owl-item .list {
    display: flex;
    align-items: center;     /* vertical center */
    justify-content: center; /* horizontal center */
    height: 100%;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}
.industry-box-layout img{margin-bottom:30px;}
.blog-article a{color:var(--primary-color);}
.award-thumbnail img{max-width:600px;height:auto; width: 100%;}
  .text-brand-orange { color: var(--brand-orange) !important; }
        .text-brand-dark { color: var(--brand-dark) !important; }
        .bg-brand-dark { background-color: var(--brand-dark) !important; }
        .bg-brand-light { background-color: var(--brand-light) !important; }
        .bg-brand-orange-soft { background-color: rgba(243, 111, 33, 0.1) !important; }

        .btn-brand {
            background-color: var(--brand-orange);
            color: white;
            font-weight: 500;
            border: none;
            transition: all 0.3s ease;
        }
        .btn-brand:hover {
            background-color: var(--brand-orange-hover);
            color: white;
        }

        /* Typography */
        h1, h2, h3, h4, h5, h6, .navbar-brand {
            color: var(--brand-dark);
            font-weight: 700;
        }

        /* SVG Icon Sizing */
        .icon-sm { width: 1.25rem; height: 1.25rem; }
        .icon-md { width: 1.5rem; height: 1.5rem; }
        .icon-lg { width: 2rem; height: 2rem; }

        /* Background Pattern */
        .bg-pattern {
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }

        /* Form styling adjustments */
        .form-control:focus {
            border-color: var(--brand-orange);
            box-shadow: 0 0 0 0.25rem rgba(243, 111, 33, 0.25);
        }

        .card-hover-shadow {
            transition: box-shadow 0.3s ease;
        }
        .card-hover-shadow:hover {
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        }

        /* Progress bars custom color */
        .progress-bar-brand { background-color: var(--brand-orange); }

        /* Trust stats dividers on desktop */
        @media (min-width: 768px) {
            .border-md-end { border-right: 1px solid #dee2e6; }
        }
.AI-lead-form{ padding: 50px;
    background: #fff;
    border-radius: 15px;}

#breadcrumbs ol{display: inline-flex;    list-style: none;
    list-style-type: none;padding-left: 0px !important;}
#breadcrumbs ol li{padding-left: 10px;}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.custom-pagination{padding: 30px 0 60px 0 !important;
    justify-content: center;
    display: flex;
}}
/* Container */
.custom-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Page numbers */
.custom-pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  background: #f8f9fb;
  color: #333;
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
}

/* Current page */
.custom-pagination .page-numbers.current {
  background: var(--primary-color); /* orange */
  color: #fff;
}

/* Hover */
.custom-pagination a.page-numbers:hover {
  background: var(--primary-color);
	color:#fff;
}

/* Prev/Next arrows */
.custom-pagination .prev,
.custom-pagination .next {
  background: transparent;
  font-size: 16px;
  padding: 8px;
}

/* Dots (...) */
.custom-pagination .dots {
  padding: 8px;
  color: #999;
}
.faq_box_inner h3{    background: var(--primary-color);
    padding: 20px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;}
.accordion-item {margin-bottom: 0px !important;}
#owl-award .list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px; /* fixed container height */
}

.award-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Breadcrumbs container */
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    list-style: none !important;
    padding: 0;
    margin: 0;
}

/* Remove default numbering */
.breadcrumbs ol li {
    list-style: none !important;
    display: inline-flex;
    align-items: center;
    margin: 0;
}

/* Add separator */
.breadcrumbs ol li:not(:last-child)::after {
    content: "»";
    margin-left: 8px;
    color: #666;
}

/* Remove separator from last item */
.breadcrumbs ol li:last-child::after {
    content: none;
}

/* Optional link styling */
.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs nav {
    overflow-x: auto;
}
.award-thumbnail img {
    max-width: 600px;
    height: auto;
    width: auto;
    max-height: 400px;
}
.entry-content{padding-top:80px;}
.logo-area {
    position: relative;
    width: 222px;
    padding-top: 55px;
    margin-top: 20px;
}