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;
    }

    .bg--light-bg {
        background-color: #C846050A;
    }
	
	/* -- New Style --*/
section.hero-intro.freebacklinks-intro {
    background-image: url(../images/robot-txt/hero-bg-new.webp);
        background-repeat: no-repeat;
        background-size: cover;
    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;
}

.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;
}

ul.robot-list {
    padding: 30px 40px;
    margin: 0;
    background-image: url(../images/robot-txt/bg-frame.webp);
    list-style: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
ul.robot-list li {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}
.domain-field input[type="submit"] {
    width: 200px;
    background-color: #FF5500;
    border: hidden;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 11px 0;
}
.domain-field input[type="text"] {
    width: 100%;
    border: 1px solid #747474;
    border-radius: 10px;
    padding: 0 20px;
}
.domain-field {
    display: flex;
    column-gap: 20px;
}
.tabing-robot {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
}	
ul#myTab > li button {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #838383;
}
div#myTabContent {
    padding: 50px 40px;
}
.robot-form-input label {
    width: 100%;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 4px;
}
.robot-form-input input[type="text"] {
    width: 100%;
    border: 1px solid #747474;
    height: 45px;
    border-radius: 4px;
    padding: 0 15px;
}
.robot-form-input ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    row-gap: 10px;
}
.robot-form-input ul li {
    background: #F3F3F3;
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
ul#myTab > li {
    width: 33.333%;
}
ul#myTab > li button.active {
    color: #000;
}
.primary-text {
	color:#FF5500;
}
.table-responsive-robot table thead th {
    background: var(--primary-color);
    color: #fff;
    padding: 15px 0;
}
.table-responsive-robot table tr td {
    padding: 20px 0;
    border-bottom: 1px solid #d5d5d5;
}
.table-responsive-robot table tr td:last-child {
    border-right: 1px solid #ddd;
}
.table-responsive-robot table tr td:first-child {
    border-left: 1px solid #d5d5d5;
}
.dos-box, .donts-box {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    padding: 30px;
}
.dos-box > p span, .donts-box > p span {
    width: 100%;
    font-weight: 600;
    display: inline-block;
    color: #50565D;
}
.dos-box > p {
    position: relative;
    padding: 0 0 0 40px;
    background-image: url(../images/robot-txt/tick-greeen.webp);
    background-repeat: no-repeat;
    background-position: left center;
}
.donts-box > p {
    position: relative;
    padding: 0 0 0 40px;
    background-image: url(../images/robot-txt/cross-reed.webp);
    background-repeat: no-repeat;
    background-position: left center;
}
.dos-box > img {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 60px;
}
.donts-box > img {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 60px;
}
span.robot-number {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 100%;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto 20px;
}
.cta-last {
    padding: 50px;
    border-radius: 30px;
}

div#message {
    border: 3px dashed #ddd;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}
button#addContent {
    background-color: #FF5500;
    border: hidden;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 11px 30px;
    margin-top: 30px;
}
.input-row-robot {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 1fr;
    gap: 10px;
}
.input-row-robot input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 15px;
	outline:none;
}
.input-row-robot select {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
	outline:none;
}
button.remove-btn {
    background-color: #a30000;
    border: hidden;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 5px 30px;
}
div#content-wrapper > div {
    padding: 15px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
div#content-wrapper {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
}
#robots-text {
    width: 100%;
    height: 300px;
    padding: 15px;
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.6;
    background: #1e1e1e;
    color: #f8f8f2;
    resize: vertical;
    box-sizing: border-box;
}
.output-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.buttons {
    display: flex;
    gap: 10px;
}	
.copy-btn, .download-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}	
.copy-btn {
    background: #2A2774;
    color: white;
}
.download-btn {
    background: #6c757d;
    color: white;
}
.output-header h3 {
    margin: 0;
}


@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%;
}
.table-responsive-robot tr td img {
    max-width: 80px;
}
.dos-box, .donts-box {
    width: calc(100% - 40px);
}
.donts-box {
    float: right;
}
.donts-box > img {
    left: -40px;
    max-width: 40px;
}
.dos-box > img {
    right: -40px;
    max-width: 40px;
}
.input-row-robot {
    grid-template-columns: 1fr 1fr;
}
    }
	
	@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;
}
.table-responsive-robot {
    overflow-x: auto;
}
.table-responsive-robot > table {
    width: 700px !important;
}
div#myTabContent {
    padding: 30px 20px;
}
ul#myTab > li button {
    font-size: 18px;
}

.input-row-robot {
    grid-template-columns: 1fr;
}
ul#myTab > li button {
    font-size: 16px;
    padding: 10px 10px;
    line-height: 1.2;
}
.output-header {
    flex-flow: column;
    row-gap: 10px;
}
	}