@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

p,
button,
span,
li {
    font-family: "poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	    font-family: "Jost";
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    color: #848488;
    line-height: 1.6;
}

/* ==navbar== */
.navbar {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background: #fff;
    color: #000;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo {
    flex: 1;
	margin-right: -100px;
}

.logo img {
    /* height: 40px; */
    width: 120px;
}

.nav-links {
    flex: 2;
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    align-items: center;
	margin-top: 12px;
	white-space: nowrap;
}

.nav-links a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
}

/* .nav-links a:hover{
    text-decoration: underline;
     text-decoration-color: #042450;
} */
.right-btn {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.join-button {
    padding: 15px;
    border: none;
    background: #042450;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Poppins";
}

.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger div {
    width: 25px;
    height: 3px;
    background: rgb(0, 0, 0);
    margin: 5px;
    transition: 0.3s;
}


/* ===heading=== */
.heading h6 {
    font-family: "Arimo Hebrew Subset";
    font-size: 16px;
    font-weight: 500;
    color: #042450;
    text-transform: uppercase;
    letter-spacing: 3px;

}

.heading h2 {
    font-family: "Poppins";
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.heading h2 span {
    color: #042450;
}

.heading h4 {
    font-family: "Poppins";
    font-size: 25px;
    font-weight: 500;
    color: #042450;
    text-transform: capitalize;
}

.industry-section .heading {
    text-align: center;
}

.Blogs-News .heading h2 {
    max-width: 800px;
    width: 100%;
    margin: auto;
}


/* ===BUTTONS ===*/

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.learn-btn {
    background: #042450;
    color: white;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Poppins";
}

.blog-btn {
    display: inline-block;
    background: #042450;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    width: fit-content;
	font-family: 'Poppins';
}

.discover-btn {
    background: transparent;
    border: 2px solid #042450;
    color: #042450;
    padding: 14px 32px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

/* ===hero== */

.hero-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-image: url('../images/banner.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #c3bfbf;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-content {
    width: 90%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: auto;
    z-index: 2;
}

.hero-text {
    flex: 1;
}

.hero-text h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    font-family: "Jost";
}

.hero-text h1 span {
    color: #042450;
}


.hero-text p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
    color: #000;

}

.hero-image {
    flex: 1;
/*     display: flex; */
    justify-content: center;
}

.hero-image img {
    width: 100%;
    max-width: 700px;
    border-radius: 25px;
	object-fit: contain;
}


/*=== about us section ====*/

.about-us {
    padding: 70px 0px 60px;
}

.about-img {
    position: relative;

}

.about-img img {
    width: 100%;
    border-radius: 10px;
}

.about-img::after {
    position: absolute;
    content: "";
    top: -15px;
    left: -15px;
    width: 50%;
    height: 80%;
    background-color: #042450;
    z-index: -1;
    border-radius: 10px;
}

/* .signature-image img {
        max-width: 190px;
        width: 100%;
    } */

/* .about-text h5 {
        font-size: 18px;
        font-weight: 600;
    } */

/* .image-area {
        position: relative;
    }

    .experience {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        width: 150px;
        height: 150px;
        background: #f97316;
        color: white;
        border-radius: 50%;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        text-align: center;
        border: 6px solid white;
    }

    .experience h2 {
        margin: 0;
        font-size: 40px;
        font-weight: 700;
    }

    .experience p {
        margin: 0;
        font-size: 14px;
        color: #fff;
    } */


/*=== work process section start ===*/

.work-icon h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 22px;
    text-align: center;
    font-family: "Poppins";
}


.work-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;

}

.work-icon p {

    text-align: center;
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}

.inner-box .icon-img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.inner-box .icon-img img {
    height: 40px;
    width: 40px;


}

.inner-box {
    position: relative;
    display: inline-block;
}

.whole-icon {

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
    height: 350px;
    width: 100%;
    max-width: 350px;
    padding: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-number {
    position: absolute;
    top: -10px;
    left: 0;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #042450;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
}


/* ====industry=== */
.industry-section {
    padding: 60px 0;
}

.grid-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;

    margin: auto;
    max-width: 1200px;
}

.industry-box {
    border: 2px solid #f0f0f0;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s ease;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 5px;

}

.industry-box h6 {
    font-family: "Poppins";
    font-size: 16px;
    white-space: nowrap;
}

/* .industry-box:hover {
    border-color: #042450;
    background: #b7cce8;
}
 */
.industry-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.industry-content h3 {
    font-family: "Poppins";
    font-size: 30px;
}


/*==== Blogs-News section start=== */

.Blogs-News {
    padding:60px 0;
}

.Blogs-News .row>div {
    display: flex;
}

.whole-blog {
    display: flex;
    flex-direction: column;
    width: 100%;
}





.blog-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-box p {
    flex-grow: 1;
}


.post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0px 20px;
    justify-content: space-between;
    position: relative;
}

.tag {
    background: #042450;
    color: #fff;
    padding: 8px 22px;
    font-size: 15px;
    font-weight: 500;

    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.tag a {
    color: #fff;
}

.calender {
    background: #042450;
    padding: 6px 16px;
    border-radius: 25px 6px 6px 25px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
}

.date {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}

.blog-box img {
    width: 100%;
	    margin-bottom: 10px;
	    border-radius: 10px;
}

.blog-btn {
    margin-top: auto;
}

.whole-blog {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px 20px;
    border-radius: 10px;
}

/* ==faq== */
.home-faq {
    padding-bottom: 60px;
}

.faq-img img {
    width: 100%;
}


.accordion-button {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins";
	  cursor: default !important;
}



.accordion-item {
    box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, #847979, #042450);
    border-radius: 0 0 30px 30px;
    text-align: left;
    padding: 18px;
    border-top: 1px solid #847979 !important;
    margin-bottom: 20px;
/* 	cursor:default; */
}

.accordion-item:last-of-type {
    border-radius: 0 0 30px 30px !important;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    color: #3E3E3E;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--primary-blue);
}

.accordion-body {
    background: #ffffff;
    border-top: 1px solid #dee2e6;
    color: #787878;
    font-family: "Poppins";
    font-size: 16px;
}

/* ==footer===  */
.footer {
    background: #042450;
    color: #fff;
    padding-top: 70px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 50px;
    padding: 0 20px 50px;
}

.footer-logo {
    width: 100px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 100%;
    min-width: 200px;
}

.logo-box p {
    font-size: 14px;
    color: #bdbdbd;
    line-height: 1.7;
}


.footer-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: 2px solid #f4b400;
}



.footer-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-box ul li {
    margin-bottom: 12px;
}

.footer-box ul li a {
    text-decoration: none;
    color: #bdbdbd;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-box ul li a:hover {
    color: #f4b400;
    padding-left: 5px;
}


.footer-box p {
    font-size: 14px;
    color: #bdbdbd;
    margin-bottom: 12px;
    line-height: 1.6;
}


.footer-bottom {
    text-align: center;
    padding: 18px;
    border-top: 1px solid #222;
    font-size: 14px;
    color: #999;
    letter-spacing: 0.5px;
}


/* industry page */
/* 
.industry-text {
    padding: 60px 0px 0px;
}

.box-inner svg {
    width: 100%;
    height: 30px;

}

.franchise-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    justify-content: flex-start;
    margin-bottom: 10px;
}

.franchise-box h6 {
    font-size: 18px;
    font-weight: 600;
}

.franchise-option {
    padding: 30px 0PX 30px;
}

.franchise-option h4 {
    padding: 0px 20px;
}

.industry-banner {

    background-image: url("images/process\ section.png");
}

.franchise-option h4 {
    font-weight: 600;
    padding: 0px 10px 20px;
}

.blog-banner {
    background-image: url(images/process\ section.png);
} */

/* *==contact page=======*/
.contact-page {
    padding: 60px 0;
    background: #f8f9fb;
}

.contact-page .heading p {
    max-width: 700px;
}

.contact-text {

    padding: 40px 0px 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.place-text {
    display: flex;
    gap: 20px;

}

.contact-text input,
.contact-text textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    transition: 0.3s ease;
    margin-bottom: 10px;
}

.contact-text input:focus,
.contact-text textarea:focus {
    border-color: #000;
}

.contact-text textarea {
    min-height: 120px;
    resize: none;
    margin-bottom: 20px;
}

.contact-text button {
    background: #E9701D;
    color: #fff;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-text button:hover {
    background: #333;
}


.contact-map iframe {
    border-radius: 12px;
    height: 100%;
    min-height: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-page .header p {
    font-size: 16px;
    font-weight: 500;
    color: grey;
    max-width: 650px;
    width: 100%;
}

/* ====innerpage blog=== */

/* ===inner-blog=== */
.inner-blogbanner {
    background-image: url('../images/best-crm.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-attachment: fixed;
}

.innerpage-heading {
    font-size: 60px;
    font-family: "Poppins";
    font-weight: 700;
    color: #FFFFFF;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
}

.inner-blogbanner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);

}


.inner-blog {
    padding: 60px 0;
}

.inner-blog-img img {
    width: 100%;
}

.inner-blog ol li {
    font-family: "poppins";
    font-size: 20px;
}

.inner-blog ul li {
    font-family: "poppins";
    font-size: 15px;
    color: #8D8D8D;
}

.inner-blog h6 {
    font-family: "Poppins";
    margin-top: 10px;
}

/* ===innerpage banner== */
.inner-page-banner-heading-only {
    /* background-image: url('../images/innerpage-banner.png'); */
    background-color: #c3bfbf;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.innerpage-banner-content-heading {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    gap: 20px;
}

.innerpage-banner-heading-text h1 {
	font-weight: 700;
}

.innerpage-banner-heading-text {
    flex: unset;

}

.innerpage-banner-heading-text h1,
.innerpage-banner-heading-text p {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

/* ===innerpage about=== */
.innerpage-about {
    padding: 60px 0;
}

/* ===innerpage blog ===*/
.innerpage-blog-news {
    padding: 60px 0;
}

/* ===innerpage contact us=== */
.contactus {
    padding: 60px 0;
}

.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-group.half-width {
    flex: 1 1 48%;
}

.form-group input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #857b7b;
    cursor: pointer;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
}

.custom-submit-button {
    width: 30%;
    max-width: 200px;
    min-width: 120px;
    padding: 10px 20px;
    background-color: #2755A0;
    color: #ffffff;
    border: none;
}

.acceptance .wpcf7-form-control {
    display: block;
}

.acceptance .wpcf7-list-item {
    margin: 0;
}

.acceptance .wpcf7-list-item label {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}

.acceptance .wpcf7-list-item input[type="checkbox"] {
    margin: 4px 8px 0 0;
    flex-shrink: 0;
    max-width: 40px;
    width: 100%;
}

.acceptance .wpcf7-list-item-label {
    display: inline !important;
    line-height: 1.5;
	font-weight: 400;
}

input.cta-button {
    padding: 1rem 2rem;
    background-color: #042450;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Poppins';
    font-size: 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

input.cta-button:hover {
    background-color: #004F99;
}

/* ====funding=== */
.funding {
    padding: 60px 0;
}

.funding-img img {
    width: 100%;
}
.pre-qualify{
	padding-bottom:60px;
}
.prequalify-img{
	max-width:500px;
}
.prequalify-img img{
	width:100%;
	object-fit:cover;
}
.benetrends{
	padding-bottom:60px;
}
.benetrends_img {
	max-width:500px;
	margin:0 auto;
}
.benetrends_img  img{
	width:100%;
}
.benetrends_content ol {
    text-align: center;
    list-style-position: inside;
}
.calculator{
	padding-bottom:60px;
}


/*==provided code===  */
.fund_calculator {
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 13px;
    width: 450px;
    max-width: 100%;
    padding: 35px;
    padding-bottom: 10px;
    background: #fff;
    margin: 0 auto;
    margin-top: 15px;
    box-shadow: 0px 0px 6px #ccc;
}
.fund_calculator input {
    background: #fff;
    border: solid 1px #ccc;
    padding: 3px;
    margin: 3px 0;
    height: 45px;
    width: 100%;
    padding-left: 13px;
    margin-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: none;
}
.fund_calculator input[type='button'] {
    width:100%;
    color:white;
    padding:3% 0;
    text-align:center;
    background: #f99d32;
    font-size: 18px;
    letter-spacing: .5px;
}

/*////////////////// form style start ///////////////////////*/

.bents-form-outter{
    width: 64%;
    margin: 0 auto;
    display: table;
    background: #f3f3f5;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #ccc;
}
.bents-form-outter label{
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 600;
    color: #737373;
}
.bents-form-in-left{
    width: 40%;
    float: none;
    background: #f3f3f5;
    border-radius: 0px;
    padding: 20px 20px 20px 20px;
    display: table-cell;
    vertical-align: top;

}
.bents-form-in-right{
    width: 40%;
    float: none;
    border-radius: 0px;
    background: #f3f3f5;
    padding: 20px 20px 20px 20px;
    display: table-cell;
}
.bents-form-outter input[type='text'],.bents-form-outter input[type='number'],.bents-form-outter input[type='email']{
    width: 100%;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 8px;
    height: 35px;
    border-radius: 7px;
    padding-left: 15px;
    border: 1px solid #ccc;
    font-size: 17px;
    color: #444;
}
.bents-form-outter input[type='button']{
    background: #f7941e;
    background: -moz-linear-gradient(top, #f7941e 49%, #f15f2a 100%);
    background: -webkit-linear-gradient(top, #f7941e 49%, #f15f2a 100%);
    background: linear-gradient(to bottom, #f7941e 49%, #f15f2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941e', endColorstr='#f15f2a',GradientType=0 );
    border-radius: 10px;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px 20px;
    text-shadow: none;
    min-height: 0;
    color: #fff;
    width: 100%;
    margin-top:15px; 
    font-size: 22px;
    letter-spacing: .6px;
    font-weight: 500;
    cursor: pointer;
}

.bents-form-disbled{
    opacity: .5;
    pointer-events: none;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.bents-form-btn-outter {
    width: 45%;
    padding-left: 17px;
    margin: 0 auto;
}
.bents-message{
    text-align: center;
    margin-bottom: 10px;
    color: rgba(244, 67, 54, 1);
}
.bents-copy{
  width: 313px;
  margin: 0 auto;
  color: #c1c1c1;
  font-size: 13px;
  margin-top:20px;
  display: flex;
}
.bents-copy img{
  width: 164px;
  margin-left: 8px;
 float: right;
  margin-top: -7px;
}

.bents-redborder{
 border:1px solid rgba(232, 0, 0, 0.4) !important;
}

.bents-form-in-left span{
    width: 100%;
    float: left;
    color: #5d5d5d;
    margin-top: 6px;
    font-weight: normal;
    font-size: .75em;
}
.bents-form-in-left span a{
    color: #14426f;
    font-weight: 700;
    text-decoration: none;
  }

 .bents-form-in-right label{
    width: 100%;
    float: left;
    margin-bottom: 3px;
    margin-top: 17px;
 } 

@media only screen and (max-width: 1200px) {
.bents-form-outter label {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    color: #737373;
}
.bents-form-outter{
  width: 70%;
}
}
@media only screen and (max-width: 992px) {

.bents-form-outter{
  width: 86%;
}
.bents-form-outter label {
    font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .bents-form-outter{
        width: 100%;
        padding: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .bents-form-outter{
        display: block;
    }
    .bents-form-in-left{
        display: block;
        float: left;
        width: 96%;
        padding: 10px;
    }
    .bents-form-in-right{
        display: block;
        float: left;
        width: 96%;
        padding: 10px;
    }
    .bents-form-outter label {
    font-size: 14px;
    }
    .bents-form-btn-outter{
      width: 260px;
      padding-left: 0px;
    }
}

/* ===work process=== */
.innerpage-workprocess {
    padding: 60px 0;
}

.wegrid-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 20px;
}

.wedo {
    background: #e3ecfa96;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;

    display: flex;
    flex-direction: column;

    justify-content: flex-start;
    gap: 10px;
}

.wedo h3 {
    font-family: "Poppins";
    font-size: 22px;
}

.icon-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
}

.icon {
    width: 100%;
    height: 100%;
    background: #042450b3;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;

    position: relative;
}

.icon img {
    width: 50px;
    height: 50px;
}

.icon::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    border: 2px dashed #fff;
}


.step {
    position: absolute;
    top: -8px;
    left: -6px;

    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;

    font-size: 13px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.disclosure {
    padding-bottom: 60px;
}

.disclosure-content ul li {
    font-family: "Poppins";
    font-size: 16px;
    color: #848488;
    margin-bottom: 5px;
}

/* ===profile assessment-=== */
.profile-img img {
    width: 100%;
    margin-bottom: 10px;
}

.profile-img p {
    color: #042450;
}

.profile-assessment {
    padding-bottom: 60px;
}

/* ====franchise-statistics=== */
.statistics-heading {
    display: flex;
    gap: 15px;
    align-items: center;
}
.franchise-statistics .row > div {
    display: flex;
}


.statistics-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 10px;
     display: flex;
    flex-direction: column;
    width: 100%;
}

.statistics-icon {
    background-color: #042450;
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
}

.statistics-icon::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px dotted #fff;
    border-radius: 8px;
    pointer-events: none;
}

.statistics-icon img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}
.statistics-title h4{
    font-family: "Poppins";
  font-size: 20px;
    font-weight: 500;
}
.statistics-content ul li{
    font-family: "Poppins";
    font-size: 16px;
    color: #848488;
}



/* ===404 page=== */
.not-found{
    background-color: #f5f5f5;
    color: #000;
    padding: 100px 0;
    text-align: center;
}


/* ===privacy, terms== */

.terms,
.privacy {
    padding: 50px 0;
}

.terms ol li,
.privacy ol li {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
}


.terms ul li {
    font-family: "Poppins";
    font-size: 18px;

}

.privacy h3 {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
}


.terms p,
.privacy p {
    font-size: 18px;
}

/* First level OL */
.terms ol > li,
.privacy ol > li {
    color: #000;
}

/* Second level (UL inside OL) */
.terms ol li ul li,
.privacy ol li ul li {
    color: #ffba00;
}

/* Third level (UL inside UL) */
.terms ol li ul ul li,
.privacy ol li ul ul li {
    color: #8D8D8D;
}



#popmake-375,
#popmake-413 {
	border: none;
}

#pum_popup_title_375,
#pum_popup_title_413 {
	font-family: 'Jost';
	padding: 20px 0px;
	text-align: center;
	font-weight: 400;
}



#popmake-413 input[type="text"],
#popmake-413 input[type="email"],
#popmake-413 input[type="tel"],
#popmake-413 textarea,
#popmake-413 select {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: var(--text);
    background: var(--off-white);
    box-sizing: border-box;
    transition: border-color var(--transition), box-shadow var(--transition);
    outline: none;
    -webkit-appearance: none;
}

#popmake-413 input:focus,
#popmake-413 textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
    background: #fff;
}

#popmake-413 input[type="submit"],
#popmake-413 .wpcf7-submit {
    background: var(--navy);
    color: var(--white);
    border: none;
    padding: 15px 36px;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background var(--transition);
    width: 100%;
}

#popmake-413 input[type="submit"]:hover,
#popmake-413 .wpcf7-submit:hover {
    background: var(--gold);
    color: var(--navy);
}



/* =========================
   SINGLE EVENT PAGE
========================= */

.single-event-page {
    background: #f7f7f5;
    font-family: 'Poppins';
}

/* HERO */
.event-hero {
    padding: 90px 0;
    background: linear-gradient(135deg, #0f1f3d 0%, #162b52 100%);
    color: #fff;
}

.event-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.event-label {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(201,168,76,0.15);
    color: #c9a84c;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.event-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    margin: 0 0 18px;
    line-height: 1.2;
}

.event-meta-group {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    color: rgba(255,255,255,0.85);
    font-size: 14px;
}

.event-excerpt {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.75);
    margin-bottom: 28px;
}

/* CTA */
.cta-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #c9a84c;
    color: #0f1f3d;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #f0d98a;
}

/* IMAGE */
.event-hero-image {
    position: relative;
}

.event-hero-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.image-placeholder {
    width: 100%;
    height: 420px;
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
}

.date-card {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #c9a84c;
    color: #0f1f3d;
    padding: 14px 16px;
    border-radius: 12px;
    text-align: center;
}

.date-card .day {
    font-size: 26px;
    font-weight: 700;
    display: block;
}

.date-card .month {
    font-size: 12px;
    text-transform: uppercase;
}

/* CONTENT */
.event-content-section {
    padding: 90px 0;
}

.event-content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.event-main h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #0f1f3d;
    margin-bottom: 20px;
}

.event-body {
    font-size: 16px;
    line-height: 1.9;
    color: #4b5563;
}

/* SIDEBAR */
.info-card {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    border: 1px solid #e8e4de;
    position: sticky;
    top: 20px;
}

.info-card h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #0f1f3d;
}

.info-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.info-card ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #6b7280;
}

.sidebar-btn {
    display: block;
    text-align: center;
    padding: 12px;
    background: #0f1f3d;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
}

/* REGISTER */
.event-register {
    padding: 80px 0;
    background: #fff;
}

.register-box {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.register-box h2 {
    font-size: 34px;
    font-family: 'Playfair Display', serif;
    color: #0f1f3d;
}

.register-box p {
    color: #6b7280;
    margin-bottom: 30px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .event-hero-grid {
        grid-template-columns: 1fr;
    }

    .event-content-grid {
        grid-template-columns: 1fr;
    }
}