/* ===== Google Fonts Import ===== */

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* ===== Navbar Links (Header ke andar) ===== */

html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    margin-top: 110px;
}

header nav a {
    font-family: "Barlow", sans-serif;
}


/* ===== All Headings ===== */

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


/* ===== Buttons, Paragraph, Span, Input ===== */
button,
P {
    font-size: 20px;
    color: #000;
}

button,
p,
span,
input,
li {
    font-family: "Barlow Condensed", sans-serif;
}

button {
    outline: none;
    border: 0px;
}

.ghost-btn {
    font-family: "Barlow Condensed", sans-serif;
    background: #FFDE27;
    color: #000;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.outline-btn {
    font-family: "Barlow Condensed", sans-serif;
    background: #FFDE27;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}

.black-btn {
    font-family: "Barlow Condensed", sans-serif;
    background: #000;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    background-color: #000;
    border: 1px solid #000;
    color: #FFF;
    text-transform: uppercase;
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 15px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    bottom: 16px;
}

.slick-dots li button {
    background: #fff;
    transition: all 0.3s ease;
    height: 15px;
    width: 39px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    background: #ffde27;
}

section {
    padding: 90px 0px;
}

.section-title h1,
.section-title h2 {
    font-size: 85px;
    color: #020121;
    font-style: normal;
    margin-bottom: 10px;
}

.sub-title {
    font-family: "Bangers", cursive;
    font-size: 32px;
    color: #000;
    display: block;
    margin-bottom: 0px;
}
.site-header {
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    transition: all 0.5s;
}
header.site-header.fixed-header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 5px 5px 5px #0000001a;
}
.site-header .header-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 30px 0px;
}

.nav-left .nav-menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 80px;
}

.nav-right .nav-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: end;
}

.header-actions {
    display: flex;
    gap: 50px;
    align-items: center;
}

.nav-item a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif !important;
}

.header-actions .header-phone {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #000;
}

.header-actions .header-phone img {
    width: 100%;
    max-width: 16px;
}

.header-logo {
    position: relative;
}

.header-logo a img {
    max-width: 210px;
}

.header-logo a {
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 1;
    transform: translate(-50%, -50%);
}

header * {
    transition: 0.7s;
}

.header-btn .fill-button {
    font-family: "Bangers", cursive;
    background: #FFDE27;
    color: #000;
    text-decoration: none;
    padding: 7px 22px;
    display: inline-block;
    font-size: 24px;
    border-radius: 10px;
}


/* Hero Section */

.hero-section {
    position: relative;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

.hero-slider .hero-slide {
    position: relative;
}

.hero-slide .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 0;
}

.hero-slide2 .hero-caption h1 {
    color: #000;
}

.hero-slide2 .hero-caption p {
    color: #000;
}

.hero-caption h1 {
    font-size: 90px;
    margin-bottom: 10px;
    color: #fff;
    width: 100%;
    max-width: 600px;
    text-transform: uppercase;
    line-height: 90px;
}

.hero-caption h1 span {
    position: relative;
    font-family: "Bangers", cursive;
}

.hero-caption h1 span::before {
    position: absolute;
    content: '';
    width: 100%;
    background-image: url(../images/Vector\ 2.png);
    height: 30px;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

.hero-caption p {
    color: #fff;
    width: 100%;
    max-width: 560px;
    font-size: 24px;
    margin: 15px 0px;
}

.slide-action-btn {
    display: flex;
    gap: 15px;
    align-items: center;
}

.hero-caption .slick-slider {
    margin-bottom: 0px;
}


/* 
.bg-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

.gotcha-section {
    background-color: #FFDE27;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.gotcha-section .gotcha-grid {
    display: grid;
    grid-template-columns: 345px 1fr;
}

.gotcha-section .gotcha-image img {
    width: 100%;
    max-width: 325px;
    position: relative;
    top: 25px;
}

.gotcha-content .section-head p {
    text-align: center;
    color: #000;
    margin: 0px;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 35px;
    margin-top: 25px;
    margin-bottom: 55px;
}

.gotcha-highlight {
    background-color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 16px;
    box-shadow: 0px 8px #000;
    width: 100%;
    max-width: 472px;
    margin-inline: auto;
    display: block;
    text-align: center;
    position: relative;
}

.gotcha-highlight::before {
    height: 25px;
    width: 25px;
    background-image: url(../images/Polygon\ 1.png);
    position: absolute;
    bottom: -33px;
    content: '';
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.gotcha-highlight span {
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    font-family: "Bangers", cursive;
}

.gotcha-footer p {
    text-align: center;
    color: #000;
    margin: 0px;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 35px;
    margin-top: 77px;
}

.btn-wrapper {
    text-align: center;
    margin-top: 25px;
}

.gotcha-highlight span {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gotcha-highlight span.active {
    display: inline;
    opacity: 1;
}

.gotcha-content .section-title h2 {
    text-align: center;
}

.reaches-grid {
    display: flex;
}

.section-title h2 span {
    font-family: "Bangers", cursive;
    font-size: 32px;
    display: block;
}


/* .reaches-section .container {
    width: 100%;
    margin-left: auto;
    max-width: 1690px;
    margin-right: 0;
} */

.reaches-image img {
    width: 100%;
}

.reaches-text p {
    color: #000;
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    max-width: 259px;
}

.reaches-text {
    margin-left: auto;
    width: 100%;
    max-width: 90%;
}

.reaches-image img {
    width: 100%;
    max-width: 100%;
}

.main-card-block {
    background: #020121;
    padding: 20px;
    height: 315px;
    /* display: flex; */
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.reaches-slide {
    margin: 0px 20px 0px 0px;
}

.heading-root {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 18px;
    margin-bottom: 22px;
}

.heading-root span {
    height: 40px;
    width: 40px;
    background-color: #FFDE27;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: "Bangers", cursive;
    display: grid;
    place-content: center;
}

.heading-root h4 {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}

.main-card-block p {
    color: #fff;
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 20px;
}

.reaches-section .container {
    max-width: 75%;
}

.reaches-section .col-lg-6,
.reaches-section .col-lg-3 {
    padding: 0;
}


/* 

.reaches-slide {
    margin: 0px 15px;
} */

.gotcha-protection {
    background-color: #020121;
}

.gotcha-protection .section-title span {
    color: #fff;
}

.gotcha-protection .section-title h2 {
    color: #FFDE27;
}

.tag-bx {
    position: relative;
}

.info-bx {
    position: absolute;
    top: 35%;
    text-align: center;
    width: 100%;
    max-width: 234px;
    margin-inline: auto;
    display: block;
    left: 13%;
}

.gotcha-protection .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 75px;
    row-gap: 50px;
    margin-top: 40px;
}

.info-bx h3 {
    color: #fff;
    margin: 0px 0px 4px 0px;
    font-size: 24px;
}

.gotcha-protection .info-bx p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 23px;
    text-transform: capitalize;
    margin: 10px 0px;
    margin-top: 1px;
}

.gotcha-protection .tag-image img {
    width: 100%;
    max-width: 92%;
    margin-inline: auto;
    display: block;
}

.gotcha-protection .center-image-blogk {
    position: relative;
}

.gotcha-protection .image-block {
    position: absolute;
    left: -18%;
    top: 2%;
    animation: floatUpDown 2s ease-in-out infinite;
}

.gotcha-protection .image-block img {
    max-width: 550px;
    margin-inline: auto;
    display: block;
}


/* Optional: give each info-bx a different color */

.gotcha-protection .tag-bx:nth-child(1) .info-bx {
    left: 57px;
    top: 125px;
}

.gotcha-protection .tag-bx:nth-child(2) .info-bx {
    top: 113px;
    left: 73px;
    background: #020121;
    border-radius: 100%;
}

.gotcha-protection .tag-bx:nth-child(3) .info-bx {
    left: 80px;
    top: 117px;
}

.gotcha-protection .tag-bx:nth-child(4) .info-bx {
    left: 75px;
    background: #020121;
    border-radius: 100%;
    top: 123px;
}

.gotcha-protection .tag-bx:nth-child(6) .info-bx {
    left: 80px;
    top: 126px;
}

.built-for-section {
    background: #0554A3;
    padding: 250px 0px 97px 0px;
}

.built-for-section .main-grid {
    display: grid;
    grid-template-columns: 1fr 394px;
    align-items: center;
    gap: 60px;
}

.built-for-section .main-grid .left-bx {
    display: grid;
    grid-template-columns: 320px 290px 315px;
}

.built-for-section .center-image img {
    position: absolute;
    transform: scale(1.4);
    width: 100%;
    z-index: 9;
    left: -8px;
    top: 21px;
}

.built-for-section .center-image {
    position: relative;
}

.built-for-section .text-bx {
    background-color: #FFFFFF;
    padding: 35px;
    border-radius: 45px;
    box-shadow: 0px 8px #000;
    width: 100%;
    max-width: 472px;
    margin-inline: auto;
    display: block;
    animation: floatUpDown 2s ease-in-out infinite;
    text-align: center;
    position: relative;
    top: -129px;
    left: 77px;
}

.built-for-section .text-bx::before {
    height: 25px;
    width: 25px;
    background-image: url(../images/Polygon\ 1.png);
    position: absolute;
    bottom: -30px;
    content: '';
    left: 20%;
    background-size: contain;
    background-repeat: no-repeat;
}

.built-for-section .text-bx h4 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #000;
}

.built-for-section .text-bx ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.built-for-section .text-bx ul li {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.built-for-section .right-text-bx {
    background-color: #FFDE27;
    padding: 35px;
    border-radius: 45px;
    box-shadow: 0px 8px #000;
    width: 100%;
    max-width: 472px;
    margin-inline: auto;
    display: block;
    text-align: center;
    animation: floatUpDown 2s ease-in-out infinite;
    height: 250px;
    position: relative;
    left: -49px;
    top: 27px;
}

.built-for-section .right-text-bx h4 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #000;
}

.built-for-section .right-text-bx ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.built-for-section .right-text-bx ul li {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.built-for-section .right-text-bx::before {
    height: 25px;
    width: 25px;
    background-image: url(../images/Polygon\ 1.png);
    position: absolute;
    bottom: -30px;
    content: '';
    left: 45%;
    background-size: contain;
    background-repeat: no-repeat;
}

.built-for-section .right-bx span {
    color: #fff;
}

.built-for-section .right-bx .section-title h2 {
    color: #fff;
}

.how-it-works {
    background-color: #FFDE27;
}

.how-it-works-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    margin-top: 40px;
}

.step-icon img {
    width: 100%;
    max-width: 140px;
}

.how-step h3 {
    font-size: 55px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 10px;
}

.how-step p {
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: math-auto;
    font-weight: 500;
    color: #000;
    width: 100%;
    max-width: 305px;
    margin-inline: auto;
}

.review-section {
    background-color: #020121;
}

.review-section .main-center-bx .section-title h2 {
    text-align: center;
    color: #fff;
    font-size: 45px;
}

.review-section .main-center-bx ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 40px;
    padding: 0px;
    margin: 35px 0px;
    width: max-content;
    margin-inline: auto;
    display: flex;
    width: 100%;
    margin-top: 16px !important;
    bottom: 11px;
}

.review-section .main-center-bx ul li {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    gap: 15px;
}

.review-section .action-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.review-section .review-slider {
    width: 100%;
    padding: 17px 22px;
    border-radius: 20px;
    border: 2px solid #FFDE27;
    max-width: 568px;
    margin: auto;
    padding-bottom: 35px;
}

.review-section .review-slide .text p {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    max-width: 394px;
    margin-inline: auto;
}

.review-section .review-slide .text h2 {
    text-align: center;
    color: #FFDE27;
    margin-bottom: 0px;
    padding: 12px 0px 12px 0px;
}

.review-section .slick-dots li button {
    height: 12px !important;
    height: 12px !important;
    border-radius: 100px;
}

.review-section .slick-dots {
    gap: 0px !important;
    margin: 15px 0px 0px 0px !important;
}

.review-section .main-center-bx {
    position: relative;
}

.review-section .left-image-bx img {
    width: 100%;
    max-width: 100%;
}

.review-section .left-image-bx {
    position: absolute;
    bottom: -90px;
    left: -36px;
}

.homeowners-section {
    background-image: url(../images/Group\ 137\ \(1\).png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.homeowners-section .center-block .sub-title {
    color: #fff;
}

.homeowners-section .section-title h2 {
    color: #FFDE27;
}

.homeowners-section .center-block .head-bx {
    margin-bottom: 75px;
}

.homeowners-section .section-footer h3 {
    font-size: 36px;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.homeowners-section .section-footer h2 {
    color: #FFDE27;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}

.homeowners-section .section-footer p {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    max-width: 530px;
    margin-inline: auto;
    margin-bottom: 15px;
}

.homeowners-section .section-end-block p {
    font-size: 36px;
    font-weight: 600;
    max-width: 100%;
    margin-top: 79px;
}

.homeowners-section .section-end-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
    top: 20px;
}

.section-image-block {
    position: absolute;
    top: 18px;
    right: -21px;
    z-index: -1;
}

.section-image-block img {
    width: 100%;
    max-width: 579px;
}

.center-block {
    position: relative;
    z-index: 13;
}

.homeowners-section {
    position: relative;
}

.homeowners-section::before {
    position: absolute;
    height: 300px;
    width: 300px;
    content: '';
    background-image: url(../images/lightning-thunderbolt-light-illustration\ 1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 0;
}

.footer-bottom p {
    margin: 0px;
    font-size: 20px;
    color: #fff;
}

.footer-bottom a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: end;
    font-family: "Barlow Condensed", sans-serif;
}

.footer-bottom .container {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.footer-column p strong {
    font-size: 24px;
}

.social-icons {
    display: flex;
    justify-content: start;
    gap: 20px;
    margin-top: 6px;
}

.social-icons a {

}

.footer-column p strong {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

footer .inner-bx {
    margin-bottom: 10px;
}

.footer-column p {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.footer-logo img {
    max-width: 190px;
    margin-bottom: 10px;
}

.site-footer {
    background-color: #fff;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 70px 0px;
}

.footer-column .ghost-btn {
    font-family: "Bangers", cursive;
    width: max-content;
    font-size: 22px;
    font-weight: 400;
    margin-top: 15px;
}

.footer-column h4 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
    font-family: "Barlow Condensed", sans-serif;
}

.contact-col h4 {
    margin-bottom: 7px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 15px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}

.footer-column ul li {
    margin-bottom: 22px;
}

.footer-column ul li a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
}

.social-icons a {
    color: #000;
    text-decoration: none;
    font-size: 22px;
}
.social-icons a img{
	max-height:35px;
}
.footer-bottom {
    background-color: #020121;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 15px 0px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-top .footer-column:nth-child(1) {}

.footer-top .footer-column:nth-child(2) {
    width: 100%;
    max-width: 180px;
    margin-left: auto;
}

.footer-top .footer-column:nth-child(3) {
    width: 100%;
    max-width: 236px;
    margin-left: auto;
}

.footer-top .footer-column:nth-child(4) {
    width: 100%;
    max-width: 225px;
    margin-left: auto;
}

.inner-banner.overlay-dark {
    background-color: #020121;
}

.inner-banner.overlay-dark h1 {
    margin: 0 0 20px 0;
}

.icon-bx-wraper {
    border: 0px;
    position: relative;
    padding: 10px 15px;
    transition: all 0.2s;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    background: #ffffff;
    height: 100%;
}

.icon-bx-wraper .icon-bx a {
    color: #fff;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.icon-bx-wraper .icon-bx {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
    background: #ffde27;
    font-size: 27px;
    color: #000;
}

.icon-bx-wraper h5 {
    margin-top: 0;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 25px;
    margin-bottom: 5px;
}

.icon-content p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.icon-content a {
    color: #020121;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.contact-form-section {
    position: relative;
    background-attachment: fixed;
    background-image: url('https://www.gotchamarketingllc.com/wp-content/uploads/2026/05/new-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.input_field {
    width: calc(50% - 10px);
}

.cater_form {
    padding: 28px;
    background: #ffde27;
    border-radius: 0;
    box-shadow: 0 0 8px #857b7b42;
    /* outline: 3px solid #020121; */
    outline-offset: -10px;
}

.limit_box span {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

.Submit-Btn {
    width: 100%;
    margin-top: 15px;
}

.cater_form .input_field input,
.cater_form .textarea_field textarea,
.cater_form .input_field select {
    width: 100%;
    width: 100%;
    border-radius: 0px;
    padding: 11px;
    border: 1.9px solid #000000;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    background-color: transparent;
    width: 100%;
    color: #020121;
}

.limit_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px;
}

/* Placeholder color */
.cater_form .input_field input::placeholder,
.cater_form .textarea_field textarea::placeholder,
.cater_form .input_field select::placeholder {
    font-weight: 600;
    color: #000;
    opacity: 1;
    /* Ensures full color in some browsers */
}


.textarea_field {
    width: 100%;
}

#message {
    height: 100px;
    display: block;
}

.cater_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
}

.inner-page .section-title h1,
.inner-page .section-title h2 {
    font-size: 50px;
}

.inner-page section {
    padding: 65px 0px;
}

.inner-banner .section-title h1 {
    color: #fff;
}

.map-block .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.map-block {
    padding: 0 !important;
}

.page-inner-hero-section {
    position: relative;
    background: #020121;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.page-inner-hero-section .section-title h1 {
    color: #fff;
    border-bottom: 2px solid #fff;
    width: max-content;
    margin-bottom: 15px;
    padding-bottom: 2px;
}

.content-block p {
    color: #fff;
}

.cta-section .center-text {
    text-align: center;
    width: 100%;
    max-width: 890px;
    margin-inline: auto;
}

.common-section-parallax {
    background: #020121;
}

.text-block2 .section-title h2 {
    color: #fff;
}

.text-block2 p {
    color: #fff;
}


.common-section-parallax {
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
}

.common-section-parallax .text-block {
    max-width: 506px;
    padding: 25px;
}

/* .common-section-parallax .text-block {
    width: 100%;
    background: #020121;
    max-width: 550px;
    margin-right: auto;
    padding: 25px;
} */
/* .common-section-parallax .text-block  .section-title h2{
    color: #fff;
}
.common-section-parallax .text-block  p{
    color: #fff;
} */

/* 

.inner-hero-banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding-left: 40px;
} */

.inner-hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-end .center-text {
    width: 100%;
    max-width: 715px;
    text-align: center;
    margin-inline: auto;
}

.section-end {
    background: #FFDE27;
}


.page-inner-hero {
    background: #020121;
}

.page-inner-hero .section-title h1 {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 25px;
    padding-bottom: 8px;
}

.what-we-cover {
    background-color: #FFDE27;
}

.what-we-cover .main-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    width: 100%;
    max-width: 950px;
    position: relative;
    margin-inline: auto;
    margin-top: 25px;
}

.section-footer {
    text-align: center;
    margin-top: 15px;
}

.section-footer p {
    margin-bottom: 0px;
}

.section-footer strong {
    font-weight: 400;
}

/* 
.what-we-cover .main-grid::before {
    height: 100%;
    background-color: #02012157;
    width: 1px;
    content: '';
    position: absolute;
    left: 50%;
} */


.site-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
}

.site-list li {
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    background: #fff;
    border-left: 3px solid #020121;
}

.what-we-cover .main-grid .site-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.what-we-cover .main-grid .site-list li {
    width: 40%;
}

.how-it-works-new .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
    margin-top: 45px;
}

.how-it-works-new .steps-grid .step-card::before {
    height: 100%;
    width: 1px;
    position: absolute;
    content: '';
    background-color: #000;
    left: 100%;
}

.how-it-works-new .steps-grid .step-card:last-child::before {
    display: none;
}

.how-it-works-new .step-card {
    text-align: center;
    background: transparent;
    border-radius: 0px;
    position: relative;
    border: 0px;
    box-shadow: 10px 10px #fdfdfd;
}

.how-it-works-new .step-card h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 5px;
}

.how-it-works-new .step-card p {
    color: #000;
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 0px;
}

.ed-distribution-section {
    position: relative;
    background: #020121;
    overflow: hidden;
}

.ed-distribution-section .section-title h1 {
    color: #fff;
}

.ed-distribution-section p {
    color: #fff;
}

.ed-distribution-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding-right: 40px;
}

.ed-distribution-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.website-cta-section {
    background: #ffde27;
}

.time-line .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.time-line .wrapper {
    max-width: 900px;
    margin-inline: auto;
}

.time-line .eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.5rem;
    text-align: center;
}

.time-line .headline {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 3rem;
    text-align: center;
}

.time-line .steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.time-line .steps::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #ffde27;
    transform: translateX(-50%);
}

.time-line .step {
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    align-items: start;
    gap: 0 1.25rem;
    margin-bottom: 3rem;
}

.time-line .step:last-child {
    margin-bottom: 0;
}

.time-line .step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #ffde27;
    background: #ffde27;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.time-line .step-circle svg {
    width: 30px;
    height: 30px;
    stroke: #020120;
    fill: none;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.time-line .content {
    padding: 25px;
    position: relative;
    background: #020120;
    border-radius: 0px;
}

.time-line .content.right::after {
    content: '';
    position: absolute;
    right: -9px;
    top: 20px;
    width: 25px;
    height: 20px;
    background: #020120;
    border-top: 1px solid #020120;
    border-right: 1px solid #020120;
    transform: rotate(45deg);
}

.time-line .content.left::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 18px;
    width: 25px;
    height: 25px;
    background: #020120;
    border-bottom: 1px solid #020120;
    border-left: 1px solid #020120;
    transform: rotate(45deg);
}

.empty img {
    width: 100%;
}

.time-line .empty {
    animation: floatUpDown 2s ease-in-out infinite;
}

.time-line .step-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.time-line .step-num {
    font-size: 50px;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.time-line p {
    color: #fff;
}

.time-line .step-badge {
    color: #020120;
    border-radius: 0px;
    padding: 2px 15px;
    font-weight: 600;
    font-size: 20px;
    background: #ffde27;
    border: 0px;
}

.time-line .step-divider {
    width: 24px;
    height: 1px;
    display: none;
    background: #d0d0d0;
    margin: 10px 0 12px;
}

.time-line .step-body {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
}

.time-line .step-body .hl {
    color: #1a1a1a;
    font-weight: 500;
}


.time-line {
    background: #0554A3;
}

.time-line .section-title h2 {
    color: #fff;
}


.site-list2 {
    padding: 0;
    margin: 0px;
    list-style: none;
}

.site-list2 li {
    font-weight: 600;
    position: relative;
    margin: 10px 0px;
    padding-left: 25px;
    font-size: 20px;
}

.site-list2 li::before {
    content: '';
    height: 11px;
    width: 11px;
    border-radius: 100px;
    position: absolute;
    background-color: #020121;
    outline: 2px solid #020121;
    outline-offset: 2px;
    left: 0;
    top: 12px;
}

.common-section-parallax2 .text-block {
    max-width: 650px;
}

.yellow-list li::before {
    background-color: #FFDE27;
    outline: 2px solid #FFDE27;
}

.text-section .text-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    position: relative;
}

.text-section .text-grid::before {
    height: 100%;
    width: 1px;
    background-color: #00000052;
    position: absolute;
    left: 50%;
    content: '';
}

.reaches-section .slick-dots {
    bottom: -41px;
}

.reaches-section .slick-dots li button {
    background: #0201217d;
    transition: all 0.3s ease;
    height: 15px;
    width: 39px;
}


.reaches-section .slick-dots li.slick-active button {
    background: #020121;
}

.top-bar {
    display: none;
}

.mobile-slide-image {
    display: none !important;
}

.error {
    background: #ff0000;
    color: #fff !important;
    display: block;
    padding: 0px 4px;
}

.page-id-88 .ed-distribution-section .section-title h1 {
    color: #fff;
}

.page-id-88 .ed-distribution-section p {
    color: #fff;
}

.Gotcha-Section .image-block img {
    width: 100%;
}

/* .page-id-88 .ed-distribution-section ul li {
    color: #fff;
} */

.page-id-88 .time-line .step {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 65px;
}

.page-id-88 .time-line .steps::before {
    display: none;
}

.page-id-88 .time-line .content.right::after {
    display: none;
}

.page-id-88 .time-line .content.left::after {
    display: none;
}

.page-id-88 .time-line .wrapper {
    max-width: 100%;
}

.page-id-88 .time-line .content {
    height: 100%;
    padding-top: 0px;
}

.page-id-88 .time-line .step-meta {
    flex-direction: column;
    align-items: self-start;
    margin-bottom: 25px;
}

.page-id-88 .time-line .step-num {
    display: none;
}

.page-id-88 .time-line .step-divider {
    display: none;
}

.page-id-88 .time-line .step-badge {
    position: absolute;
    top: -33px;
    left: 0;
}

/* .step-badge2 {
    color: #020120 !important;
    border-radius: 0px;
    padding: 2px 15px;
    font-weight: 600;
    font-size: 20px;
    background: #ffde27;
    border: 0px;
    width: max-content;

} */

.page-id-88 .time-line .step-badge::before {
    border-bottom: 20px solid transparent;
    border-right: 20px solid #d0b312;
    bottom: 0;
    content: "";
    height: 0;
    left: 0px;
    position: absolute;
    width: 0;
    transform: translateY(100%);
}

.image-logo img {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    display: block;
    margin-top: 25px;
    opacity: 0.9;
    animation: floatUpDown 2s ease-in-out infinite;
}

.page-id-88 .site-list2 li {
    color: #fff;
}


.white-bg {
    background-color: transparent;
}

.white-bg .main-grid .site-list li {
    width: 40%;
    border: 1px solid #eee;
    border-left: 3px solid #020120;
}

.question-section {
    background: #0554A3;
}

.question-section .section-title h2 {
    color: #fff;
}

.question-section p {
    color: #fff;
}

.question-section .container {
    display: grid;
    grid-template-columns: 1fr;
}

.question-section .right-grid form {
    width: 100%;
    border: 1px solid rgb(2 1 32 / 33%);
    border-radius: 0px;
    outline: 7px solid #ffffff2e;
    outline-offset: 0px;
    max-width: 750px;
    margin-inline: auto;
    display: block;
    padding: 35px;
    background: #020120;
}

.question-section .field-num {
    width: 25px;
    height: 25px;
    background: #ffde27;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.question-section .right-grid form .section-title h2 {
    color: #FFDE27;
}

.question-section .field-item input {
    max-width: 100%;
    width: 100%;
    border: 1px solid rgba(180, 140, 120, 0.25);
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    background: #fff;
    border-radius: 0px;
}

.question-section .field-item input::placeholder {
    color: #fff;

    font-weight: 500;
    text-transform: capitalize;
    display: none;

    font-size: 16px;
}

.question-section .field-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}


.question-section .field-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.question-section .form-tilte h6 {
    color: #020120;
    margin-bottom: 20px;
    font-size: 20px;
    background: #ffde27;
    width: fit-content;
    padding: 8px 17px;
    margin-inline: auto;
}

.question-section .right-grid .section-title {
    text-align: center;
    width: 100%;
    max-width: 631px;
    margin-inline: auto;
    margin-bottom: 25px;
}

.question-section .ta-wrap #commentBox::placeholder {
    color: #fff;
    font-weight: 500;
    display: none;

    text-transform: capitalize;
    font-size: 16px;

}

.question-section .ta-wrap #commentBox {
    max-width: 100%;
    width: 100%;
    border: 1px solid rgba(180, 140, 120, 0.25);
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    background: #fff;
    border-radius: 0px;
    height: 105px;
}


.question-section .ta-wrap {
    margin-top: 35px;
}

.question-section .ta-label {

    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}

.question-section .form-footer {
    text-align: end;
    margin-top: 35px;
}





.header-slick {
    padding: 40px 0px;
    background: #020121;
    text-align: center;
}

.header-slick h1 {
    margin: 0px;
    color: #fff;
}

.private-policy-cn {
    padding-top: 50px !important;
    background: #0554A3;
}

.private-policy-cn p {
    color: #fff;
}

.private-policy-cn :is(h1, h2, h3, h4, h5, h6) {
    padding: 10px;
    border-left: 5px solid #ffde27;
    font-size: 40px !important;
    margin: 25px 0px 10px 0px;
    background: #ffffff;
    color: #0554a3;
}


.quote-section .btn-block {
    grid-column: 1/3;
    text-align: end;
}

.quote-section .section-title h1 {
    color: #fff;
    text-align: center;
}
.section-title.text-white h2 {
    color: #fff;
}

.quote-section {
    background: #0554A3;
    overflow: hidden;
}

.quote-section .container {
    display: grid;
    grid-template-columns: 62% 1fr;
}

.inner-image img {
    width: 100%;
    transform: scale(1.3);
    max-width: 428px;
    position: relative;
    top: 104px;
    right: -35px;
}

.inner-image {
    height: 100%;
    width: 100%;
}

.quote-section .container .inner-container {
    width: 100%;
    border: 1px solid rgb(2 1 32 / 33%);
    border-radius: 0px;
    outline: 7px solid #ffffff2e;
    outline-offset: 0px;
    max-width: 100%;
    margin-inline: auto;
    padding: 35px;
    background: #020120;
}

.quote-section p {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}

.quote-form .form-group {
    margin-bottom: 0px;
}

.quote-form label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;

}

.quote-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    row-gap: 20px;
    margin-top: 35px;
}

#comments {
    width: 100%;
    height: 100px;
    padding: 10px 15px;
}

.field-num {
    width: 25px;
    height: 25px;
    background: #ffde27;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.quote-form input,
.quote-form select {
    max-width: 100%;
    width: 100%;
    border: 1px solid rgba(180, 140, 120, 0.25);
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    background: #fff;
    border-radius: 0px;
}

.quote-form select {
    color: #000;
    font-size: 16px;
    font-weight: 500;

}

.quote-form input::placeholder,
.quote-form select::placeholder,
.quote-form textarea::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.quote-form input:focus,
.quote-form select:focus {
    border-color: #d0b312;
    outline: none;
    box-shadow: 0 0 5px rgba(208, 179, 18, 0.4);
}

.btn-submit {
    display: block;
    width: 100%;
    background-color: #d0b312;
    color: #fff;
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #b99c10;
}

.Comments-block {
    grid-column: 1/3;
    width: 100%;
}

.quote-section {
    position: relative;
}

.quote-section::before {
    position: absolute;
    content: '';
    background-image: url('https://www.gotchamarketingllc.com/wp-content/uploads/2026/03/aadxc.png');
    height: 92%;
    width: 30%;
    right: 38px;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

.page-id-343 .what-we-cover .main-grid .site-list li {
    width: 30%;
}


.ticker {
    background: #0554A3;
    overflow: hidden;
    padding: 14px 0;
    border-top: 2px solid #ffde27;
    border-bottom: 2px solid #ffde2700;
}

.ticker-track {
    display: flex;
    gap: 0;
    animation: tickerAnim 22s linear infinite;
    white-space: nowrap;
}

.ticker-item {
    font-size: 20px;
    padding: 0 40px;
    border-right: 2px solid rgb(255 222 39);
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 1px;
}

.card-logo-block img {
    width: 100%;
    max-width: 237px;
    margin-top: 9px;
}

.card-logo-block {
    position: absolute;
    animation: floatUpDown 2s ease-in-out infinite;
    top: 22px;
    right: 50px;
}

.timeline {
    position: relative;
}

.timeline::before {
    background-color: #ffde27;
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    z-index: 1212;
    left: 57%;
    top: 36%;
}

.timeline::after {
    background-color: #ffde27;
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    z-index: 1212;
    left: 57%;
    top: calc(50% + 124px);
}

.timeline-content {
    position: relative;
}

@keyframes tickerAnim {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.ed-distribution-section-2 img {
    position: relative;
    top: 65px;
}

.ed-distribution-section-2 {
    padding-top: 0px !important;
}

.ed-distribution-section-3 {}

.ed-distribution-section-3 img {
    position: relative;
    top: 31px;
    transform: scale(1.2);
    left: -45px;
}

.page-id-366 .timeline-section {
    background: #0554A3;
}




.page-id-366 .timeline-item {
    position: relative;
    margin-bottom: 0px;
    padding-left: 0px;

}



/* ------------------------------------------------------------ # 
	call-buton Css 
--------------------------------------------------------------*/

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    bottom: 4rem;
    background: #020121;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(2, 1, 33, 0.2), 0 0 0 0 rgba(2, 1, 33, 0.2), 0 0 0 5px rgba(2, 1, 33, 0.2), 0 0 0 10px rgba(2, 1, 33, 0.2);
        box-shadow: 0 4px 10px rgba(2, 1, 33, 0.2), 0 0 0 0 rgba(2, 1, 33, 0.2), 0 0 0 5px rgba(2, 1, 33, 0.2), 0 0 0 10px rgba(2, 1, 33, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(2, 1, 33, 0.2), 0 0 0 5px rgba(2, 1, 33, 0.2), 0 0 0 10px rgba(2, 1, 33, 0.2), 0 0 0 20px rgba(2, 1, 33, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(2, 1, 33, 0.2), 0 0 0 10px rgba(2, 1, 33, 0.2), 0 0 0 20px rgba(2, 1, 33, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(2, 1, 33, 0.2), 0 0 0 0 rgba(2, 1, 33, 0.2), 0 0 0 5px rgba(2, 1, 33, 0.2), 0 0 0 10px rgba(2, 1, 33, 0.2);
        box-shadow: 0 4px 10px rgba(2, 1, 33, 0.2), 0 0 0 0 rgba(2, 1, 33, 0.2), 0 0 0 5px rgba(2, 1, 33, 0.2), 0 0 0 10px rgba(2, 1, 33, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(2, 1, 33, 0.2), 0 0 0 5px rgba(2, 1, 33, 0.2), 0 0 0 10px rgba(2, 1, 33, 0.2), 0 0 0 20px rgba(2, 1, 33, 0);
        box-shadow: 0 4px 10px rgba(2, 1, 33, 0.2), 0 0 0 5px rgba(2, 1, 33, 0.2), 0 0 0 10px rgba(2, 1, 33, 0.2), 0 0 0 20px rgba(2, 1, 33, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}













/* Icon Circle */
.page-id-366 .timeline-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-366 .timeline-icon svg {
    width: 28px;
    height: 28px;
    stroke: #000;
    fill: none;
    stroke-width: 2;
}

.page-id-366 .timeline-content {
    background: #020121;
    padding: 20px;
    border-radius: 0px;
    height: 100%;
}

.page-id-366 .timeline-content h4 {
    border-radius: 0px;
    padding: 2px 15px;
    font-weight: 500;
    font-size: 20px;
    background: #ffde27;
    border: 0px;
    color: #020121;
    width: max-content;
    position: relative;
    top: 6px;
}

.page-id-366 .timeline-content p {
    color: #fff;
}

.page-id-366 .step-num {
    font-size: 50px;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

/* Image */
.page-id-366 .timeline-content img {
    margin-top: 15px;
    width: 100%;
    border-radius: 8px;
}

.page-id-366 .timeline-section .section-title h2 {
    color: #fff;
    margin-bottom: 0px;
}

.page-id-366 .card-head {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-id-366 .timeline {
    position: relative;
    max-width: 100%;
    margin: auto;
    row-gap: 20px;
    column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.page-id-366 .main-grid-bx {
    display: grid;
    grid-template-columns: 630px 1fr;
}

.page-id-366 .last-image-root .image-block img {
    width: 100%;
    max-width: 500px;
    position: relative;
    left: 70px;
    transform: scaleX(-1);
    text-align: center;
    margin-inline: auto;
    display: block;
    top: 65px;
}

.page-id-366 .last-bx-root {
    grid-column: 1/3;
}
ul#mobmenuright li.current-menu-item {
    background: #ec1c23;
}
ul#mobmenuright li.current-menu-item.page_item.current_page_item {
    background: #ec1c23;
}
section.error-sec {
    background: #f2f2f2;
    padding: 150px 0;
}
@media (max-width: 1366.98px) {
    .page-id-366 .timeline-section .container {
        max-width: 100%;
    }

    .common-section-parallax .container {
        max-width: 100%;
    }

    .hero-caption h1 {
        font-size: 80px;
        max-width: 500px;
        line-height: 85px;
    }

    header .container {
        width: 100%;
        max-width: 100%;
    }

    .gotcha-section .section-title h2 {
        font-size: 72px;
    }

    .reaches-section .container {
        max-width: 100%;
    }

    .gotcha-protection .main-grid {
        gap: 40px;
    }

    .gotcha-protection .tag-bx:nth-child(1) .info-bx {
        left: 39px;
        top: 107px;
    }

    .gotcha-protection .tag-bx:nth-child(2) .info-bx {
        top: 95px;
        left: 55px;
    }

    .gotcha-protection .tag-bx:nth-child(3) .info-bx {
        left: 64px;
        top: 103px;
    }

    .gotcha-protection .image-block img {
        max-width: 500px;
    }

    .gotcha-protection .tag-bx:nth-child(4) .info-bx {
        left: 58px;
        top: 112px;
    }

    .gotcha-protection .tag-bx:nth-child(6) .info-bx {
        left: 65px;
        top: 108px;
    }

    .built-for-section {
        max-width: 100%;
    }

    .built-for-section .main-grid {
        gap: 10px;
    }

    .section-image-block {
        top: -6px;
        right: -44px;
    }

    .built-for-section .main-grid {
        grid-template-columns: 829px 394px;
    }

    .built-for-section .main-grid .left-bx {
        position: relative;
        left: -131px;
        bottom: -7px;
    }

    .review-section .left-image-bx {
        position: absolute;
        bottom: -90px;
        left: -74px;
        max-width: 340px;
    }
}

@media (max-width: 1280.98px) {
    .hero-caption h1 {
        font-size: 75px;
        max-width: 508px;
        line-height: 78px;
    }

    /* .built-for-section .main-grid .left-bx {
        position: relative;
    left: -131px;
        bottom: -7px;
    } */
    /* .built-for-section .main-grid {
        grid-template-columns: 829px 394px;
    } */
    .how-step h3 {
        font-size: 45px;
    }

    .gotcha-section .section-title h2 {
        font-size: 70px;
    }

    .section-image-block {
        top: 12px;
        right: -44px;
    }

    .built-for-section .main-grid .left-bx {
        bottom: -1px;
    }
}

@media (max-width: 1260.98px) {
	body {
		margin-top: 0;
	}
	header.site-header.fixed-header{
		position: relative;
	}
    .top-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .top-bar a+a {
        background: #020121;
        color: #fff;
    }


    .top-bar a {
        font-family: "Barlow Condensed", sans-serif;
        background: #FFDE27;
        color: #000;
        text-decoration: none;
        padding: 10px 0px;
        display: inline-block;
        font-size: 18px;
        border-radius: 0px;
        font-weight: 600;
        text-transform: uppercase;
    }


    .nav-left {
        display: none;
    }

    .nav-right {
        display: none;
    }

    .header-logo a {
        position: unset;
        transform: unset;
    }

    .site-header .header-wrapper {
        padding: 10px 0px;
    }

    .header-logo a img {
        max-width: 180px;
    }

    .mob-expand-submenu i {
        left: 1px !important;
        top: 0px !important;
    }

    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }

    #mobmenuright a {
        padding: 12px 10px;
        width: 100%;
        letter-spacing: 1px !important;
        background: transparent !important;
        border-bottom: 0.1px solid #eeeeee14 !important;
        font-family: "Lato", sans-serif !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        color: #fff !important;
    }

    .menu-item-872 {
        position: relative;
    }

    .mobmenu-left-panel .mobmenu-left-bt,
    .mobmenu-right-panel .mobmenu-right-bt {
        text-decoration: none !important;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #020121 !important;
        height: 35px;
        width: 35px;
        background: #fff;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }

    .mobmenu-right-panel {
        background-color: #020121 !important;
    }

    .mob-icon-menu:before {
        margin: 0 !important;
    }

    .mobmenu r-container i {
        color: #ffffff !important;
    }

    .mobmenu-content li {
        padding: 0 !important;
    }

    ul#mobmenuright {
        margin-top: 35px !important;
    }

    .mob-menu-logo-holder {
        display: none !important;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }

    .mobmenu .headertext {
        display: none;
    }

    body.mob-menu-slideout-over {
        padding: 0px !important;
    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: transparent !important;
    }

    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #9b090e !important;
    }

    .mob-expand-submenu {
        position: relative !important;
        right: 0px !important;
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        top: 1px !important;
        background: #ec1c23 !important;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }

    .mobmenu-content #mobmenuright li:hover {
        background-color: #ec1c23 !important;
    }

    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #ffffff !important;
        margin-top: 1px !important;
    }

    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        top: 75px !important;
        background: #020121;
        height: 38px;
        width: 38px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
    }

    .mobmenu-content li {
        border: 0px !important;
    }

    .site-header {
		display: block !important;
		position: relative;
	}

    .last-image-root .image-block img {
        display: none !important;
    }

    .page-id-366 .timeline {
        grid-template-columns: 1fr;
    }

    .page-id-366 .main-grid-bx {
        grid-template-columns: 1fr;
    }

    .last-bx-root {
        grid-column: unset;
    }

    .timeline::before {
        display: none;
    }

    .timeline::after {
        display: none;
    }

}




@media (max-width: 1200.98px) {
	.contact_banner .container {
		width: 100%;
		max-width: 100%;
	}
    .gotcha-section .gotcha-grid {
        grid-template-columns: 1fr;
    }

    .gotcha-section .gotcha-image img {
        max-width: 350px;
        display: block;
        margin-inline: auto;
    }

    .gotcha-section .gotcha-grid {
        gap: 50px;
    }

    .gotcha-content .section-head p {
        font-size: 25px;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .gotcha-footer p {
        margin-top: 55px;
    }

    section {
        padding: 60px 0px;
    }

    .main-card-block {
        padding: 15px;
    }

    .heading-root h4 {
        font-size: 30px;
    }

    .main-card-block p {
        font-size: 22px;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 65px;
    }

    .built-for-section .main-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .gotcha-section .section-title h2 {
        font-size: 65px;
    }

    .hero-caption h1 {
        font-size: 55px;
        line-height: 65px;
    }

    .reaches-image {
        display: none;
    }

    .reaches-section .col-lg-6,
    .reaches-section .col-lg-3 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .reaches-text {
        max-width: 100%;
        text-align: center;
    }

    .reaches-text p {
        max-width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }

    .main-card-block {
        height: auto;
    }

    .gotcha-protection .main-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tag-image img {
        display: none !important;
    }

    .info-bx {
        position: unset !important;
    }

    .gotcha-protection .tag-bx .info-bx {
        width: 100% !important;
        max-width: 100% !important;
        padding: 25px !important;
    }

    .gotcha-protection .tag-bx .info-bx br {
        display: none;
    }

    .gotcha-protection .tag-bx:nth-child(1) .info-bx {
        background: #ffde27;
        height: 100%;
    }

    .info-bx h3 {
        color: #020121;
    }

    .gotcha-protection .info-bx p {
        color: #000;
    }

    .gotcha-protection .tag-bx:nth-child(2) .info-bx {
        background: #0088ff;
        border-radius: 0px;
    }

    .gotcha-protection .tag-bx:nth-child(3) .info-bx {
        background: #ff8d28;
		height: 100%;
    }
	
    .gotcha-protection .tag-bx:nth-child(4) .info-bx {
        background: #27c840;
        border-radius: 0px;
    }

    .gotcha-protection .tag-bx:nth-child(6) .info-bx {
        background: #ff5f57;
    }

    .gotcha-protection .image-block img {
        display: none;
    }

    .gotcha-protection .main-grid {
        gap: 20px;
    }

    .gotcha-protection .tag-bx:last-child {}

    .gotcha-protection .tag-bx:last-child {
        grid-column: 1/3;
    }

    .built-for-section .text-bx {
        position: unset;
        width: 100%;
        max-width: 100%;
    }

    .built-for-section .right-text-bx {
        position: unset;
    }

    .built-for-section .main-grid .left-bx {
        left: unset;
    }

    .built-for-section .main-grid .left-bx {
        grid-template-columns: 1fr;
    }

    .built-for-section .center-image img {
        position: unset;
        transform: unset;
        max-width: 500px;
        margin-inline: auto;
        display: block;
    }

    .built-for-section .center-image {
        order: -1;
    }

    .built-for-section {
        padding: 45px 0px;
    }

    .built-for-section .text-bx {
        animation: unset;
    }

    .built-for-section .text-bx::before {
        display: none;
    }

    .built-for-section .text-bx {
        margin-bottom: 50px;
    }

    .built-for-section .right-text-bx {
        animation: unset;
        width: 100%;
        max-width: 100%;
    }

    .built-for-section .right-text-bx::before {
        display: none;
    }

    .built-for-section .right-bx .section-title h2 br {
        display: none;
        text-align: center;
    }

    .built-for-section .right-bx {
        text-align: center;
    }

    .review-section .left-image-bx img {
        display: none;
    }

    .section-image-block img {
        display: none;
    }

    .inner-image img {
        display: none;
    }

    .quote-section .container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
	.common-section-parallax, .contact-form-section{
		background-attachment: inherit;
	}
}

@media (max-width: 991.98px) {
    .ed-distribution-section-2 {
        padding-top: 40px !important;
    }

    .ed-distribution-section-2 img {
        top: unset !important;
    }

    .page-id-343 .what-we-cover .main-grid .site-list li {
        width: 100%;
    }

    .ed-distribution-section-3 img {
        top: unset;
        transform: unset;
        left: unset;
    }

    .page-id-366 .timeline {

        display: flex;
        flex-direction: column;
        margin-top: 25px;
    }

    .card-logo-block {
        display: none;
    }

    .ed-distribution-section .row {
        row-gap: 20px;
    }

    .quote-section .container {
        padding: 15px !important;
    }

    .quote-form {
        display: flex !important;
        flex-direction: column !important;
    }

    .page-id-88 .time-line .step {
        grid-template-columns: 1fr;
        padding-top: 50px;
    }

    .question-section .right-grid form {
        padding: 20px !important;
    }

    .text-section .text-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .common-section-parallax .text-block {
		max-width: 100%;
		background: hsl(0deg 0% 100% / 90%);
	}

    .text-section .text-grid::before {
        display: none;
    }

    .page-inner-hero .col-lg-7 {
        width: 100%;
        max-width: 100%;
    }

    .what-we-cover .main-grid .site-list li {
        width: 100%;
        text-align: center;
    }

    .how-it-works-new .steps-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-top: 39px;
    }

    .text-block2 {
        background: #020121 !important;
    }

    .ed-distribution-image {
        position: unset;
        width: 100%;
        height: 100%;
        padding-right: 0px;
    }

    .website-cta-section br {
        display: none;
    }

    .how-it-works-new .steps-grid .step-card::before {
        display: none;
    }

    .inner-page section {
        padding: 45px 0px;
    }

    .inner-page .section-title h1,
    .inner-page .section-title h2 {
        font-size: 35px;
    }

    .hero-slide .container {
        background: #010021;
        position: unset;
        transform: unset;
        width: 100%;
        max-width: 100%;
        text-align: center;
        grid-template-columns: 1fr;
        padding: 30px 0px;
    }

    .hero-caption h1 {
        font-size: 35px !important;
        max-width: 300px;
        text-align: center;
        margin-inline: auto;
        line-height: 46px;
    }

    .hero-caption p {
        font-size: 20px;
        margin: 15px 0px;
        width: 100%;
        max-width: 100%;
    }

    .slide-action-btn {
        justify-content: center;
        margin: 30px;
    }

    .slide-image img:first-child {
        display: none;
    }

    .mobile-slide-image {
        display: block !important;
    }

    .slide-image {
        background: #020121;
    }

    .gotcha-section .section-title h2 {
        font-size: 35px !important;
    }

    .gotcha-content .section-head p {
        font-size: 18px;
        margin-top: 2px;
        margin-bottom: 16px;
    }

    .gotcha-highlight span {
        font-size: 25px;
    }

    .gotcha-footer p {
        margin-top: 45px;
        font-size: 18px;
        line-height: 30px;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 35px;
    }

    .section-title h2 span {
        font-size: 20px;
    }

    .how-it-works-grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
        row-gap: 45px;
    }

    .how-step h3 {
        font-size: 35px;
    }

    .step-icon img {
        max-width: 90px;
    }

    .review-section .main-center-bx .section-title h2 {
        font-size: 35px;
    }

    .review-section .review-slide .text p {
        font-size: 18px;
    }

    .review-section .review-slide .text h2 {
        font-size: 25px;
    }

    .homeowners-section .center-block .head-bx {
        margin-bottom: 20px;
    }

    .homeowners-section .section-footer h3 {
        font-size: 22px;
    }

    .homeowners-section .section-footer h2 {
        font-size: 25px;
    }

    .homeowners-section .section-footer p {
        font-size: 18px;
    }

    .homeowners-section .section-end-block p {
        margin-top: 0px;
    }

    .homeowners-section .section-end-block p {
        font-size: 25px;
    }

    .homeowners-section .section-end-block {
        top: unset;
    }

    .footer-top .markets-col {
        display: none;

    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-column {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .footer-logo {
        max-width: 100%;
    }

    .footer-logo img {
        margin-inline: auto;
        display: block;
    }

    .footer-column .ghost-btn {
        margin-top: 0px;
        margin-inline: auto;
    }

    .footer-top .footer-column:nth-child(2) {
        margin-left: auto;
        width: 100%;
        max-width: 100%;
		display:none;
    }

	.footer-top .footer-column:nth-child(4) {
		max-width: 100%;
		background: #0201211a;
		padding: 25px;
		margin-top: 25px;
		border-radius: 5px;
		border: 3px solid #02012133;
	}

    .social-icons {
        justify-content: center;
    }

    .footer-top {
        gap: 0px;
        padding: 45px 0px;
    }

    .links-col {
        border-block: 1px solid #00000024;
        margin: 20px;
        padding: 20px;
    }

    .time-line br {
        display: none;
    }

    .time-line .empty {
        order: -1;
    }

    .time-line .steps::before {
        display:
            none;
    }

    .time-line .content {
        padding: 20px;
    }

    .step-circle {
        display: none !important;
    }

    .time-line .step {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .time-line .content.left::after {
        display: none;
    }

    .time-line .content.right::after {
        display: none;
    }

    .contact_banner .row {
        row-gap: 20px;
    }

    .icon-bx-wraper h5 {
        font-size: 22px;
    }

    .icon-bx-wraper {
        flex-direction: column;
        text-align: center;
    }

    .cater_form {
		padding: 20px;
		background: #ffde27f2;
	}
    .cater_form form {
        flex-direction: column;
        width: 100%;
    }

    .input_field {
        width: 100%;
    }
}

@media (max-width: 768.98px) {
    .footer-bottom .container {
        grid-template-columns: 1fr;
    }

    .footer-bottom a {
        text-align: center;
    }

    .footer-bottom p {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {

	.homeowners-section {
		background-color: #0554a3;
		background-image: none;
	}
    .header-logo a img {
        max-width: 145px;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 65px !important;
    }

    .hero-caption h1 {
        font-size: 28px;
        max-width: 350px;
        line-height: 37px;
    }

    .slide-action-btn {
        justify-content: center;
        margin: 30px;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
        margin-top: 15px;
    }

    .slide-action-btn a {
        width: 100%;
        max-width: 235px;
    }

    .hero-caption p {
        margin-bottom: 0px;
    }

    .hero-caption h1 span::before {
        height: 30px;
        top: 15px;
    }

    section {
        padding: 30px 0px;
    }

    .gotcha-section .gotcha-image img {
        max-width: 300px;
    }

    .gotcha-section .section-title h2 {
        font-size: 28px;
    }

    .gotcha-content .section-head p br {
        display: none;
    }

    .gotcha-highlight span {
        font-size: 22px;
    }

    .btn-wrapper {
        margin-top: 10px;
    }

    .reaches-text p {
        margin-bottom: 28px;
    }

    .reaches-slide {
        margin: 0px;
        padding: 0px 5px;
    }

    .reaches-section {
        padding-bottom: 60px;
    }

    .gotcha-protection .main-grid {
        display: flex;
        flex-direction: column;
    }

    .gotcha-protection .tag-bx:nth-child(6) .info-bx {
        background: #ff5f57;
        position: relative !important;
        left: 0;
        right: 0;
        top: -18px;
    }

    .built-for-section .text-bx h4 {
        font-size: 25px;
        margin-bottom: 10px;
        color: #000;
    }

    .built-for-section .text-bx {
        padding: 25px;
        margin-bottom: 30px;
        border-radius: 25px;

    }

    .built-for-section .right-text-bx {
        padding: 25px;
        border-radius: 25px;
    }

    .built-for-section .right-text-bx h4 {
        font-size: 25px;
    }

    .built-for-section .main-grid {
        gap: 35px;
    }

    .sub-title {
        font-size: 22px;
    }

    .gotcha-protection .main-grid {
        margin-top: 22px;
    }

    .how-step h3 {
        font-size: 25px;
    }

    .step-icon img {
        max-width: 75px;
    }

    .review-section .main-center-bx .section-title h2 {
        font-size: 28px;
    }

    .review-section .main-center-bx ul {
        flex-direction: column;
        gap: 13px;
        text-align: center;
        justify-content: end;
        align-items: center;
        margin-top: 24px !important;
        margin-bottom: 24px;
    }

    .review-section .action-btn {
        margin-bottom: 25px;
        flex-direction: column;
        text-align: center;
        width: fit-content;
        margin-inline: auto;
    }

    .review-section .slick-dots {
        display: none !important;
    }

    .review-section .review-slide .text h2 {
        padding-bottom: 0px;
    }

    .review-section .review-slider {
        padding-bottom: 22px;
    }

    .homeowners-section::before {
        display: none;
    }

    .homeowners-section .section-end-block p {
        font-size: 20px;
    }

    .footer-top {
        padding: 30px 0px;
    }

    .hero-slide .slide-image img {
        height: 346px;
        object-position: top;
    }

    .heading-root {
        padding-bottom: 13px;
        margin-bottom: 15px;
    }

    .heading-root h4 {
        font-size: 25px;
    }
}


@media (max-width: 380.98px) {
    .top-bar a {
        font-size: 16px;
    }

    .main-card-block p {
        font-size: 18px;
        line-height: normal;
    }
}