html {
    margin: 0 !important;
}

    .hero-intro {
        padding-top: 150px;
        padding-bottom: 367px !important;
        position: relative;
        background-image: url(https://rankyfy.com/wp-content/themes/rankyfy-new/images/homenew-images/hero-bg-new.webp);
        overflow: hidden;
    }

    .button {
        border-radius: 50px;
    }

    .gradient-hover {
        --radius: 20px;
        position: relative;
        border-radius: var(--radius);
    }

    .gradient-hover::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: var(--radius);
        padding: .0625rem;
        /* border: .0625rem solid; */
        background: linear-gradient(90deg, rgba(255, 85, 0, 0.05) 0%, rgba(255, 85, 0, 0.8) 35%, rgba(255, 85, 0, 0.8) 65%, rgba(255, 85, 0, 0.05) 100%);
        mask:
            linear-gradient(#000 0 0) content-box,
            linear-gradient(#000 0 0);
        mask-composite: exclude;
        z-index: -1;
        opacity: 0;
        transition: all .3s ease;
    }

    .gradient-hover:hover::before {
        opacity: 1;
    }

    .gradient-hover:hover {
        box-shadow: 0px 18px 40px 0px rgba(94, 36, 7, 0.1);
    }

    .service--block {
        border: unset;
        background-color: rgba(252, 249, 247, 1);
    }

    .service--block:hover {
        background-color: transparent;
    }

    section.cta-wrap {
        background: linear-gradient(90deg, #121212 0%, #FF5500 100%);
        padding-block: 90px;
        position: relative;
    }
	
	/* -- New Style --*/
section.hero-intro.freebacklinks-intro {
    background-image: url(https://rankyfy.com/wp-content/uploads/2025/10/Group-1321316720.webp);
    background-size: cover;
    background-position: center bottom;
    padding: 120px 0 200px !important;
} 
section.hero-intro.freebacklinks-intro a.button {
    background-color: #fff !important;
    color: var(--primary-color) !important;
}
section.hero-intro.freebacklinks-intro a.button svg circle[stroke="white"] {
    stroke: var(--primary-color);
}
section.hero-intro.freebacklinks-intro a.button svg circle[fill="white"] {
    fill: var(--primary-color);
}
.text-center {
	text-align:center;
}
.search-field input[type="text"] {
    width: 100%;
    background-color: rgba(41, 41, 41, 0.06);
    border: hidden;
    border-radius: 50px 0 0 50px;
    height: 85px;
    padding: 0 30px;
}
.search-field input[type="button"] {
    width: 126px;
    flex-shrink: 0;
    border: hidden;
    border-radius: 0 50px 50px 0;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}
.search-field {
    display: flex;
    margin-top: 60px;
}
.backlinks-ranking {
    max-width: 1000px;
    margin: 100px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
	align-items:center;
}
.single-block-r img {
    margin-bottom: 30px;
}
.single-block-r h2 {
    margin-bottom: 30px;
}
.single-block-r h6 {
    margin-bottom: 30px;
}
h6{
	font-size:24px;
	color:#50565D;
}
section.free-back-slider {
    background-color: rgba(200, 70, 5, 0.04);
}
section.free-back-slider .service--block {
    background-color: #fff;
}
section.free-back-slider  .icon-circle {
    padding: 0;
    margin-bottom: 15px;
}
 .service--block:hover {
    background-color: var(--primary-color) !important;
}
.service--block:hover h3, .service--block:hover p {
    color: #fff !important;
}
.single-block-r a.button {
    margin: 0;
}
.powerful-backlink .service--block {
    display: flex;
    column-gap: 20px;
    background-color: rgba(200, 70, 5, 0.04);
}
.powerful-backlink .icon-circle {
    padding: 0;
}
.powerful-back-right {
    display: flex;
    flex-flow: column;
    row-gap: 25px;
}
section.powerful-backlink .row {
    align-items: flex-start;
}
section.powerful-backlink .col-md-5 {
    position: sticky;
    top: 100px;
}
section.cta-wrap.cta-google.free-backlink-cta {
    background: url(https://rankyfy.com/wp-content/uploads/2025/10/Frame-2147227158-1.webp);
    min-height: 600px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.service--block .icon-circle {
    padding: 0;
    margin-bottom: 15px;
}
.four-icon-banner {
    position: absolute;
    left: 0; 
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.four-icon-banner img {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.four-icon-banner img.image-top-left {
    left: 0;
    top: 30px;
}
img.image-top-right {
    right: 0;
    top: 0;
}
img.image-bottom-left {
    left: 5%;
    bottom: 0;
}
img.image-bottom-right {
    right: 5%;
    bottom: 30px;
}
.freebacklinks-intro p {
    max-width: 800px;
    margin: 0 auto 30px;
}
.table-keywords table {
    width: 100%;
}

.table-keywords table tr th {
    background-color: #FF9159;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 15px 20px;
}

.table-keywords table tr th:nth-child(2n) {
    background-color: #FFAA80;
}
.table-keywords tr th:first-child {
    border-top-left-radius: 15px;
}
.table-keywords tr th:last-child {
    border-top-right-radius: 15px;
}
.table-keywords table tr td {
    padding: 20px;
    background-color: #fff;
}
.table-keywords table tr td {
    box-shadow: inset -1px -1px 0 #E0E0E0;
}
.table-keywords table tr td:first-child {
    box-shadow: inset -1px -1px 0 #E0E0E0, inset 1px -1px 0 #E0E0E0;
    font-weight: 600;
    color: #292929;
}
.table-keywords tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
.table-keywords tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
section.gradient-orange-whtie {
    background: #FF5500;
    background: linear-gradient(182deg, rgba(255, 85, 0, 1) 0%, rgba(132, 44, 0, 0.05) 100%);
}
.grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
}
.number-heading.text-white {
    font-size: 50px;
    font-weight: 600;
}
section.orange-black-gradient {
    background: #6A2604;
    background: linear-gradient(182deg, rgba(106, 38, 4, 1) 0%, rgba(255, 85, 0, 1) 100%);
}
.text-white {
	color:#fff;
}

.grid-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.scale-number-outer {

}

.scale-number-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #17B439;
    border-radius: 100%;
    flex-flow: column;
    row-gap: 15px;
}
.single-grid-box-scale.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    row-gap: 20px;
}
.single-grid-box-scale.text-center > p {
	margin:0;
}
.scale-number-inner span {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.scale-number-inner p {
    margin: 0;
    color: #fff;
}
.list-backlinks {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.search-pain > input[type="submit"] {
    width: 192px;
    flex-shrink: 0;
    height: 50px;
    background: var(--primary-color);
    border: hidden;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.search-pain > div {
    position: relative;
    width: 33.333%;
    padding: 0 15px;
}
.search-input-box input {
    width: 100%;
    height: 50px;
    border: hidden;
    padding: 0 0 0 30px;
    outline: none;
    font-size: 18px;
}
.search-select-box select {
    width: 100%;
    height: 50px;
    border: hidden;
    -webkit-appearance: none;
    padding: 0 0 0 30px;
	outline:none;
	 font-size: 18px;
}
.search-pain > div > img {
    position: absolute;
    left: 15px;
    top: 16px;
    max-width: 20px;
}
.search-select-box::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    transform: translateY(-50%);
}
.search-pain {
    display: flex;
    align-items: center;
    border: 1px solid #d5d5d5;
}
.search-pain > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background: #a8a8a8;
}
.search-pain > div:first-child::before {
	display:None;
}
ul#myTab {
    border: hidden;
    margin-bottom: 1px;
}
button.nav-link:hover {
    color: #000;
}
button.nav-link {
    padding: 10px 20px;
    border: hidden !important;
    border-top: 2px solid transparent !important;
    border-radius: 0 !important;
}
button.nav-link.active {
    border-top-color: var(--primary-color) !important;
}
button.nav-link {
    background-color: #d5d5d5;
    color: #000;
}


@media (max-width:1199px) {
.four-icon-banner img {
    border-radius: 15px;
    max-width: 100px;
}
.backlinks-ranking {
    column-gap: 50px;
}
.list-backlinks {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
}
    @media (max-width: 991px) {
        section.cta-wrap {
            padding-block: 50px;
        }
		.four-icon-banner {
    display: none;
}
section.cta-wrap.cta-google.free-backlink-cta {
    min-height: 10px;
}
section.cta-wrap.cta-google.free-backlink-cta::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.table-keywords {
    overflow-x: auto;
}
.search-pain { 	
    flex-flow: column;
}
.search-pain > div {
    width: 100%;
}
.search-pain > div::before {
	display:none;
}
.search-pain > input[type="submit"] {
    width: 100%;
}
    }
	
	@media (max-width:767px) {
	.backlinks-ranking {
    grid-template-columns: 1fr;
    row-gap: 30px;
}
section.powerful-backlink .col-md-5 {
    position: static;
    margin-bottom: 30px;
}
.new-faq .accordion-item h2.accordion-header button, .sections-wrapper .new-faq .accordion-item h2.accordion-header button {
    font-size: 18px !important;
    line-height: 1.4;
}
.new-faq .accordion-item {
    padding: 15px 0px !important;
}
.powerful-backlink .service--block {
    flex-flow: column;
}
.search-field input[type="text"] {
    height: 55px;
    padding: 0 20px;
}
.search-field input[type="button"] {
    width: 86px;
}
.backlinks-ranking {
    margin: 40px auto 0;
}
.search-field {
    margin-top: 30px;
}
.spacer-xl {
    padding: 40px 0;
}
section.hero-intro.freebacklinks-intro { 
    padding: 100px 0 130px !important;
}
.grid-box {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
}
.number-heading.text-white {
    font-size: 40px;
}
.grid-boxes {
    grid-template-columns: 1fr;
    gap: 20px;
}
.list-backlinks {
    grid-template-columns: 1fr;
}
	}